@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
/** 全ページ共有スタイル **/
.object_sp {
  display: none;
}

* a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
* a:hover {
  opacity: .5;
}

/*=====テキストコントロール-アライン*/
.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

/** header **/
.header-container {
  padding: 30px 0;
}

.header-container-in.hlt-top-menu .logo-header {
  max-height: 76px;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 76px;
}

.header-container.fixed-header {
  height: auto;
  padding: 10px 0;
}

.header-container-in.hlt-top-menu .navi {
  width: 58.4%;
}

.navi-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navi-in a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 3.5px 0;
}
.navi-in > ul {
  width: 66%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 3px;
}
.navi-in > ul li {
  width: 100%;
  height: auto;
}
.navi-in > ul li:nth-child(2) a {
  background-color: #FFCC33;
  border-radius: 100px;
}
.navi-in > ul li:nth-child(3) a {
  color: #fff;
  background-color: #897551;
  border-radius: 100px;
}
.navi-in > ul li:nth-child(1) a:hover, .navi-in > ul li:nth-child(4) a:hover {
  background-color: unset;
}
.navi-in > ul li:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
  width: 280px;
  height: 90px;
  text-indent: -9999px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/img_subscription.png) no-repeat center/contain;
  margin: 0 14px 0 0;
}
.navi-in > ul li:nth-child(4) {
  grid-area: 2 / 2 / 3 / 4;
  width: 100%;
  min-width: 176px;
  height: auto;
  aspect-ratio: 88 / 25;
  text-indent: -9999px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/btn_cart_2.png) no-repeat center/contain;
  margin: 0 auto 0;
}

.search-unit {
  margin-right: 20px;
}
.search-unit *:focus-visible {
  outline: unset;
}
.search-unit #search-wrap .search-area {
  display: block;
  width: 220px;
  position: relative;
  border: 1px solid #C8C4BC;
  border-radius: 5px;
}
.search-unit #search-wrap form input[type=text] {
  width: 100%;
  height: 42px;
  padding: 10px 2em 10px 10px;
  border: none;
  border-radius: 6px;
  background-color: #F8F5EE;
}
.search-unit #search-wrap form input[type=text]:focus {
  background-color: #F8F5EE;
}
.search-unit #search-wrap input[name="s"]::-webkit-input-placeholder {
  color: transparent;
}
.search-unit #search-wrap input[name="s"]:-ms-input-placeholder {
  color: transparent;
}
.search-unit #search-wrap input[name="s"]::-ms-input-placeholder {
  color: transparent;
}
.search-unit #search-wrap input[name="s"]::placeholder {
  color: transparent;
}
.search-unit #search-wrap form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  color: #fff;
  border: none;
  background: center center/24px 24px no-repeat url(https://millet-one.jp/wp-content/uploads/2025/04/icon_search.png);
}
.search-unit .close-btn-wrap {
  display: none;
}

/* フローティングボタン */
.floating_btn {
  position: fixed;
  top: 202px;
  right: 0;
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #4F4C4B;
  height: 192px;
  border-radius: 7px 0px 0px 7px;
  clear: both;
}
.floating_btn > a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 16.5px 3.9px;
}

/** footer **/
.footer-bottom {
  font-family: var(--cocoon-default-font);
  margin: 20px 0;
}

.footer-bottom-logo {
  top: 0;
}

.footer-bottom-content {
  width: min(920px, 65vw);
}
.footer-bottom-content > div:not(.copyright) {
  display: grid;
  gap: 10px 45px;
  grid-template-columns: repeat(4, 1fr);
}
.footer-bottom-content > div:not(.copyright) .widget-footer-center {
  grid-area: 1 / 1 / 2 / 3;
}
.footer-bottom-content > div:not(.copyright) .widget-footer-right:has(#menu-footer) {
  grid-area: 1 / 3 / 2 / 4;
  text-align: left;
}
.footer-bottom-content > div:not(.copyright) .widget-footer-right:has(#menu-footer_2) {
  grid-area: 1 / 4 / 2 / 5;
  text-align: left;
}
.footer-bottom-content > div:not(.copyright) .menu-footer_sns-container {
  grid-area: 2 / 1 / 3 / 5;
  margin: 0 80px 0 auto;
  z-index: 99;
}
.footer-bottom-content > div:not(.copyright) .menu-footer_sns-container #menu-footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: left;
  padding: 0;
}
.footer-bottom-content > div:not(.copyright) .menu-footer_sns-container #menu-footer_sns .icon_x {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.footer-bottom-content > div:not(.copyright) .menu-footer_sns-container #menu-footer_sns .icon_x a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_x.png) no-repeat center left/contain;
}
.footer-bottom-content > div:not(.copyright) .menu-footer_sns-container #menu-footer_sns .icon_inst {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  margin-right: 32px;
}
.footer-bottom-content > div:not(.copyright) .menu-footer_sns-container #menu-footer_sns .icon_inst a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_inst.png) no-repeat center left/contain;
}
.footer-bottom-content a {
  display: block;
  text-decoration: none;
  padding: 4px 4px;
}
.footer-bottom-content a:hover {
  color: inherit;
  background-color: #f8f5ee;
  opacity: unset;
}
.footer-bottom-content .list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  text-align: center;
}
.footer-bottom-content .list_flex .inner_grid {
  width: min(121px, 30%);
}
.footer-bottom-content .list_flex .inner_grid a {
  padding: 0;
}
.footer-bottom-content .list_flex .inner_grid a h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-bottom-content .list_flex .inner_grid a img {
  margin-bottom: 10px;
}
.footer-bottom-content .list_flex .inner_grid a p {
  width: min(107.5px, 100%);
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
}
.footer-bottom-content .list_flex .inner_grid:nth-child(2) p {
  width: min(108px, 100%);
}
.footer-bottom-content #menu-footer li a,
.footer-bottom-content #menu-footer_2 li a {
  font-size: 13px;
  padding: 2px 4px;
}
.footer-bottom-content #menu-footer li:nth-child(1) a,
.footer-bottom-content #menu-footer_2 li:nth-child(1) a {
  font-size: 14px;
}

.copyright {
  font-size: 12px;
  margin: 30px 0 0;
}

/* mobileヘッダーメニューボタン */
#menu-mobile-header-button {
  font-family: var(--cocoon-default-font);
  min-height: 60px;
  padding: 0 3% 0 21%;
}
#menu-mobile-header-button.mobile-menu-buttons .menu-button {
  display: block;
  width: 70px;
}
#menu-mobile-header-button.mobile-menu-buttons .menu-caption {
  font-size: 12px;
}
#menu-mobile-header-button.mobile-menu-buttons .menu-button > a {
  padding: 6.5px 0;
}

/* mobileヘッダーアイコン */
.fa-book:before {
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_book.png) no-repeat center/contain;
}

.fa-pen:before {
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_registration.png) no-repeat center/contain;
}

.fa-user-circle:before {
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_account.png) no-repeat center/contain;
}

.fa-shopping-cart:before {
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_cart2.png) no-repeat center/contain;
}

.fa,
.far,
.fas {
  color: #4F4C4B;
}

/** mobileメニューページ（スライドイン） **/
.menu-close-button {
  text-align: end;
}

.fa-close:before {
  margin-right: 15px;
}

.menu-drawer a {
  padding: 10px 6px;
}

/** header下おすすめエリア **/
.content-top {
  margin: 1em 0;
}

#content-top-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#content-top-in > .widget_media_image {
  margin: 1em 0;
}
#content-top-in > .widget_media_image > img {
  display: block;
  width: 100%;
}
#content-top-in > .widget_media_image > a {
  display: block;
  width: 100%;
}
#content-top-in > .widget_media_image > a > img {
  display: block;
  width: 100%;
}

/** header下おすすめエリアここまで **/
.main {
  width: 938px;
  padding: 0;
}

.content {
  margin-top: 54px;
  margin-bottom: 87px;
}

.home .content {
  margin-top: 0;
  margin-bottom: 0;
}

.home .main,
.archive .main,
.page-template-page-media .main {
  background-color: unset;
}

.ttl_top_1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 22px;
}
.ttl_top_1 span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 39.5px;
  font-weight: 700;
  color: #897551;
  line-height: .5;
  margin-right: 15px;
}

/** サイドバーエリア **/
.sidebar {
  width: 302px;
  padding: 24px 15px 2px;
  margin-top: 45px;
}

.single-post .sidebar {
  margin-top: 0;
}

.sidebar h2,
.sidebar h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.06;
  background-color: unset;
  border-top: 1px dotted #897551;
  padding: 22px 0 0;
  margin: 0 0 15px;
}

/** サイドバー 検索 **/
.wp-block-search__inside-wrapper {
  height: 40px;
}

.widget_search .wp-block-search__input {
  border: 1px solid #CDC6C4;
  border-radius: 3px;
}

.wp-block-search__label {
  font-weight: 500;
}

.widget_search .wp-block-search__button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.06;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 62px;
  background-color: #4F4C4B;
  border: none;
  padding: 12px 14px;
}

#search-3 h3 {
  font-weight: 500;
  border-top: unset;
  padding: 0;
}

.widget_search .search-box {
  margin: 0;
  position: unset;
}
.widget_search .search-box .search_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  height: 40px;
}
.widget_search .search-box .search_box_flex input {
  line-height: normal;
}
.widget_search .search-box .search_box_flex .search-submit {
  position: unset;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.06;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 62px;
  font-family: inherit;
  text-decoration: none;
  color: #fff;
  border-radius: var(--cocoon-basic-border-radius);
  background-color: #4F4C4B;
  border: none;
  margin-left: 10px;
  word-break: normal;
  padding: 12px 14px;
}

/** サイドバー 人気記事 **/
.sidebar .widget .popular-entry-cards a {
  padding: 0;
  margin-bottom: 15px;
}
.sidebar .widget .popular-entry-cards a:last-child {
  margin-bottom: 0;
}
.sidebar .widget .popular-entry-cards a > div figure {
  width: 76px;
  margin: 0;
}
.sidebar .widget .popular-entry-cards a > div figure img {
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .widget .popular-entry-cards a > div .popular-entry-card-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  padding-top: 0.6em;
  margin: 0 0 0 84px;
}
.sidebar .widget .popular-entry-cards a:hover {
  background-color: #f8f5ee;
  opacity: unset;
}

.sidebar .widget .popular-entry-cards {
  margin: 0;
}

.widget-entry-cards:not(.large-thumb-on) .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}

/** サイドバー カテゴリー **/
.icon_lifestyle_with_dog a,
.icon_manner a,
.icon_playing a,
.icon_meal a,
.icon_health a,
.icon_counseling a,
.icon_welby-world a {
  display: block;
  width: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: inherit;
  text-decoration: none;
  padding: 6px 0 6px 36px !important;
}
.icon_lifestyle_with_dog a:hover,
.icon_manner a:hover,
.icon_playing a:hover,
.icon_meal a:hover,
.icon_health a:hover,
.icon_counseling a:hover,
.icon_welby-world a:hover {
  background-color: #f8f5ee;
  opacity: unset;
}

.widget_nav_menu ul li a:hover {
  background-color: #f8f5ee;
  opacity: unset;
}

.icon_lifestyle_with_dog a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/04/icon_lifestyle_with_dog.png) no-repeat center left/26px 26px;
}

.icon_manner a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_manner.png) no-repeat center left/26px 26px;
}

.icon_playing a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_playing.png) no-repeat center left/26px 26px;
}

.icon_meal a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_meal.png) no-repeat center left/26px 26px;
}

.icon_health a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_health.png) no-repeat center left/26px 26px;
}

.icon_counseling a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_counseling.png) no-repeat center left/26px 26px;
}

.icon_welby-world a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_welby-world.png) no-repeat center left/26px 26px;
}

/** サイドバー タグ **/
.menu-tag-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
}
.menu-tag-container > ul li > a {
  padding: 0;
}
.menu-tag-container > ul li > a:hover {
  background-color: #f8f5ee;
  opacity: unset;
}
.menu-tag-container > ul li > a::before {
  content: "#";
}

/** サイドバーエリア ここまで**/
/** 以下、TOPページ用 **/
/*=====スライダー*/
.slider_main {
  position: relative;
  width: auto;
  padding: 40px 0 45px;
  /* slick矢印の調整 */
}
.slider_main li {
  padding: 0 15px;
}
.slider_main li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.slider_main .slick-prev,
.slider_main .slick-next {
  position: absolute;
  display: block;
  height: 29px;
  width: 14.5px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slider_main .slick-prev {
  top: 50%;
  left: 12.3%;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_slider_prev.png) no-repeat center/contain;
}
.slider_main .slick-next {
  top: 50%;
  right: 12.3%;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_slider_next.png) no-repeat center/contain;
}
.slider_main .slick-prev:before,
.slider_main .slick-next:before {
  content: unset;
}

/*===== ブログ **/
.inner_media {
  margin-bottom: 60px;
}

.list_media {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 18px;
  list-style: none;
  padding: 0;
}
.list_media li {
  background-color: #fff;
  border-radius: 10px;
}
.list_media li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 10px 20px;
}
.list_media li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 280 / 270;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_media li a p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.56;
  margin: 11px 0;
}
.list_media li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  background-color: #F8F5EE;
  border-radius: 100px;
  padding: 6px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.list_media li a time {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 11px;
}

p:has(.btn_topic) {
  margin: 28px 0 25px;
}

.btn_topic {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.13;
  color: #FFF;
  text-decoration: none;
  background-color: #897551;
  border-radius: 100px;
  padding: 15px 45.5px;
}
.btn_topic:hover {
  background-color: #D9CDB9;
  color: inherit;
  opacity: unset;
}

.box_category > h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #897551;
  margin-bottom: 16px;
}
.box_category .menu-top_page_widget_category-container > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 18.5px;
  list-style: none;
  padding: 0;
}
.box_category .menu-top_page_widget_category-container > ul li {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
.box_category .menu-top_page_widget_category-container > ul li a {
  display: block;
  width: auto;
  color: inherit;
  text-decoration: none;
  background-color: #E3D7CA;
  border-radius: 5px;
  padding: 20px 0 20px 110px;
}

.thumb_lifestyle_with_dog a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/04/img_lifestyle_with_dog.png) no-repeat top left/contain;
}

.thumb_manner a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/img_manner.png) no-repeat top left/contain;
}

.thumb_playing a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/img_playing.png) no-repeat top left/contain;
}

.thumb_meal a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/img_meal.png) no-repeat top left/contain;
}

.thumb_health a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/img_health.png) no-repeat top left/contain;
}

.thumb_counseling a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/img_counseling.png) no-repeat top left/contain;
}

.thumb_welby-world a {
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/img_welby-world.png) no-repeat top left/contain;
}

/*===== 商品ラインナップ **/
.inner_lineup {
  margin-bottom: 62px;
}

.list_goods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 19px;
  list-style: none;
  padding: 0;
}
.list_goods li {
  background-color: #fff;
  border-radius: 10px;
}
.list_goods li a,
.list_goods li > div {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 10px 20px;
}
.list_goods li a img,
.list_goods li > div img {
  width: 201px;
  height: 201px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_goods li a h3,
.list_goods li > div h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.47;
  margin: 3px 0 18px;
}
.list_goods li a p,
.list_goods li > div p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1;
}
.list_goods li a p > span,
.list_goods li > div p > span {
  font-weight: 700;
}

/*===== 特設コーナー **/
.section_free_space {
  background: #E3D7CA;
  border-radius: 5px;
  padding: 35px 29px;
  margin: 0 0 40px;
}
.section_free_space .warp_free_space > #toc {
  display: none;
}
.section_free_space .warp_free_space h2 {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
}
.section_free_space .warp_free_space h3 {
  font-weight: 700;
  line-height: 2.03;
}
.section_free_space .warp_free_space p {
  margin-bottom: 10px;
}

/*===== ミレワンをもっと知る **/
.section_Know .ttl_Know {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 15px;
}
.section_Know .ttl_Know::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: auto;
  aspect-ratio: 79 / 48;
  vertical-align: bottom;
  background: url(https://millet-one.jp/wp-content/uploads/2025/04/bg_about_millet-one.png) no-repeat top left/contain;
  margin-right: 11px;
}
.section_Know .list_Know_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
  list-style: none;
  padding: 0;
  margin-bottom: 51px;
}
.section_Know .list_Know_1 a {
  display: block;
}
.section_Know .list_Know_1 img {
  border-radius: 5px;
}
.section_Know .list_Know_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
  list-style: none;
  padding: 0;
  margin-bottom: 63px;
}
.section_Know .list_Know_2 li {
  width: 100%;
  border: 1.7px solid #897551;
  border-radius: 16.8px;
  text-align: center;
}
.section_Know .list_Know_2 a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: inherit;
  text-decoration: none;
  padding: 16px 0;
}
.section_Know .list_Know_2 a::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
}
.section_Know .list_Know_2 .icon_voc a:before {
  width: 92px;
  height: 92px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/04/icon_voc.png) no-repeat center center/contain;
}
.section_Know .list_Know_2 .icon_faq a:before {
  background: url(https://millet-one.jp/wp-content/uploads/2025/04/icon_faq.png) no-repeat center center/contain;
}
.section_Know .list_Know_2 .icon_guide a:before {
  background: url(https://millet-one.jp/wp-content/uploads/2025/04/icon_guide.png) no-repeat center center/contain;
}

/** 以下、下層ページ用 **/
.archive .main {
  margin-top: 20px;
}

.archive .sidebar {
  margin-top: 68px;
}

.archive_ttl {
  width: max-content;
  max-width: 1256px;
}

.archive_ttl h1,
.archive_ttl_2 h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: .75;
  color: inherit;
  margin: 0 0 27px;
}
.archive_ttl h1 span,
.archive_ttl_2 h1 span {
  display: none;
}

.archive_ttl p{
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #B26560;
  margin: 0 0 27px;
}

.wrap_archive_2 .list_media_2,
.wrap_archive .list_media_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 18px;
  list-style: none;
  padding: 0;
}
.wrap_archive_2 .list_media_2 li,
.wrap_archive .list_media_2 li {
  background-color: #fff;
  border-radius: 10px;
}
.wrap_archive_2 .list_media_2 li a,
.wrap_archive .list_media_2 li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 10px 20px;
}
.wrap_archive_2 .list_media_2 li a img,
.wrap_archive .list_media_2 li a img {
  width: 280px;
  height: 270px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap_archive_2 .list_media_2 li a p,
.wrap_archive .list_media_2 li a p {
  font-weight: 700;
  line-height: 1.56;
  margin: 11px 0;
}
.wrap_archive_2 .list_media_2 li a span,
.wrap_archive .list_media_2 li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  background-color: #F8F5EE;
  border-radius: 100px;
  padding: 6px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wrap_archive_2 .list_media_2 li a time,
.wrap_archive .list_media_2 li a time {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 11px;
}

/** 一覧記事のページネーション **/
.pagination-next {
  display: none;
}

.blogcard,
.ecb-entry-border .entry-card-wrap,
.page-numbers,
.pagination-next-link,
.comment-btn,
.index-tab-buttons .index-tab-button,
.border-square .a-wrap,
.author-box {
  border: none;
}

.pagination .current {
  color: #fff;
  background-color: #B9A47F;
}

.page-numbers {
  background: #fff;
}

/* 下層ページのカテゴリボタン */
.cat-link {
  background-color: #f5f8fa;
  color: var(--cocoon-text-color);
}
.cat-link:hover {
  opacity: 0.7;
  color: var(--cocoon-text-color);
}

/** 投稿ページスタイル **/
.body .article {
  padding: 50px 68px calc(50px - 1.8em);
  /** 記事監修ボックススタイル　ここから **/
  /** 記事監修ボックススタイル　ここまで **/
}
.body .article .post_ttl {
  font-size: 26px;
  line-height: 1.3;
}
.body .article h2 {
  background-color: #f8f5ee;
}
.body .article h3 {
  border-left: 7px solid #D9CDB9;
  border-right: 2px solid #f8f5ee;
  border-top: 2px solid #f8f5ee;
  border-bottom: 2px solid #f8f5ee;
}
.body .article h4 {
  border-top: 2px solid #D9CDB9;
  border-bottom: 2px solid #D9CDB9;
}
.body .article hr {
  color: #D9CDB9;
}
.body .article .toc {
  border: 1px solid #D9CDB9;
}
.body .article .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px;
}
.body .article .post_category span:not(.tag) {
  font-size: 12px;
  font-weight: 500;
  background: unset;
  background-color: #F8F5EE;
  border-radius: 100px;
  padding: 6px 8px !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.body .article .post_category .tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
  padding: 6px 8px !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.body .article .post_category .tag::before {
  content: "#";
}
.body .article .eye-catch .cat-label {
  display: none;
}
.body .article a:hover {
  color: #4F4C4B;
  background-color: #f8f5ee;
  opacity: unset;
}
.body .article figure img {
  border-radius: 5px;
}
.body .article img {
  border-radius: 5px;
}
.body .article .warp_article_sv {
  border: 1px solid #D0C9BC;
  border-radius: 10px;
  padding: 24px;
}
.body .article .warp_article_sv .article_sv_overflow {
  overflow: auto;
}
.body .article .warp_article_sv img {
  float: left;
  width: 75px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 15px 0 0;
}
.body .article .warp_article_sv .article_sv_ttl {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  background-color: unset;
  padding: 0;
  margin-bottom: 10px;
}
.body .article .warp_article_sv .article_sv_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.body .article .warp_article_sv p:has(> img) {
  margin-bottom: 0;
}
.body .article .wrap_profile {
  border-radius: 10px;
  background-color: #F8F5EE;
  padding: 20px 30px 10px;
}
.body .article .wrap_profile .profile_ttl {
  font-size: 13.5px;
  font-weight: 500;
  border: unset;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 10px;
}
.body .article .wrap_profile .profile_text {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.body .article .sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.body .article .sns-share .sns-share-message {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  margin: 0 10px 0 0;
}
.body .article .sns-share .sns-share-buttons {
  width: 20%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.body .article .sns-share a {
  width: 36px;
  height: 36px;
  border-color: #4f4c4b;
  color: #4f4c4b;
  padding: 9px;
}
.body .article .sns-share a .button-caption {
  display: none;
}
.body .article .sns-share .icon-x-corp:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_x.png) no-repeat center center/contain;
}
.body .article .sns-share .icon-facebook:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_fb.png) no-repeat center center/contain;
}
.body .article .sns-share .icon-hatena:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_hatena.png) no-repeat center center/contain;
}
.body .article .sns-share .icon-pocket:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_pocket.png) no-repeat center center/contain;
}
.body .article .breadcrumb {
  color: #4f4c4b;
  margin: 40px 0 0;
}
.body .article .breadcrumb .fa-folder,
.body .article .breadcrumb .fa-file {
  width: 0;
}
.body .article .breadcrumb .fa-folder:before,
.body .article .breadcrumb .fa-file:before {
  content: unset;
}
.body .article .breadcrumb .fa-home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  vertical-align: bottom;
}
.body .article .breadcrumb .fa-home::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_home.png) no-repeat center center/contain;
}
.body .article .breadcrumb .fa-angle-right:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url(https://millet-one.jp/wp-content/uploads/2025/03/icon_slider_next.png) no-repeat center/contain;
}
.body .article .breadcrumb .sp {
  margin: 0 6px;
}
.body .article .breadcrumb a {
  color: #4F4C4B;
  text-decoration: underline;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1255px以下*/
@media screen and (max-width: 1255px) {
  .wrap {
    width: auto;
  }

  .main {
    width: 98%;
  }

  div.sidebar {
    width: 98%;
  }

  .list_media li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 28 / 27;
  }

  .list_goods li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 28 / 27;
  }

  .wrap_archive_2 .list_media_2 li a img,
  .wrap_archive .list_media_2 li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 28 / 27;
  }

  .body .main:has(.article) {
    padding: 20px 16px 10px;
    margin: 0 0.5% 15px;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 64px;
  }

  .object_sp {
    display: block;
  }

  div.sidebar {
    width: 98%;
    padding: 24px 20px;
    margin: 19px auto;
  }

  .header-container {
    height: auto;
    padding: 0;
  }

  .header-container-in.hlt-top-menu .logo-header {
    max-height: none;
  }
  .header-container-in.hlt-top-menu .logo-header img {
    width: auto;
    max-height: 65px;
  }

  .footer-bottom {
    margin: 5px 0;
  }

  .navi-footer {
    margin: 0 0 50px 0;
  }

  .footer-bottom-content {
    width: 100%;
    margin: 20px 0 0;
  }
  .footer-bottom-content > div:not(.copyright) {
    display: block;
  }
  .footer-bottom-content > div:not(.copyright) .widget-footer-center {
    width: auto;
  }
  .footer-bottom-content > div:not(.copyright) .widget-footer-right {
    width: auto;
    margin: 0;
  }
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer,
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer::after,
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer_2::after {
    content: '';
    display: block;
    width: calc(94% / 2);
  }
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer li,
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer_2 li {
    width: calc(94% / 2);
    min-height: 72px;
    border-left: none;
    border-bottom: 1px solid #D9CDB9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer li:last-child,
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer_2 li:last-child {
    border-right: none;
  }
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer li a,
  .footer-bottom-content > div:not(.copyright) .widget-footer-right #menu-footer_2 li a {
    padding: 14px 0;
    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;
    height: 100%;
  }
  .footer-bottom-content > div:not(.copyright) .menu-footer_sns-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
  }
  .footer-bottom-content .list_flex {
    gap: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 0;
  }
  .footer-bottom-content .list_flex .inner_grid {
    width: calc(100% / 3);
  }

  .copyright {
    font-size: 12px;
    margin: 50px 0 0;
  }

  .search-unit {
    position: fixed;
    top: 1%;
    left: 5%;
    z-index: 999;
  }
  .search-unit .open-btn {
    width: 100%;
    height: auto;
    background: unset;
  }
  .search-unit .open-btn span {
    display: block;
    font-size: 12px;
    text-align: center;
    opacity: 0.8;
    color: var(--cocoon-black-color);
    font-family: var(--cocoon-default-font);
  }
  .search-unit .open-btn span::before {
    display: block;
    width: 26px;
    height: 26px;
    content: "";
    background: url(https://millet-one.jp/wp-content/uploads/2025/04/icon_search_sp.png) no-repeat center center/contain;
    margin: 0 auto 3px;
  }
  .search-unit #search-wrap .search-area {
    display: block;
    width: 90vw;
    position: relative;
    background-color: #F8F5EE;
    margin: 0 10px 0 0;
  }
  .search-unit #search-wrap form {
    position: relative;
  }
  .search-unit #search-wrap form input {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    color: #4F4C4B;
  }
  .search-unit #search-wrap form input[type=text] {
    width: 100%;
    height: 54px;
    -webkit-transition: all .5s;
    transition: all .5s;
    letter-spacing: .05em;
  }
  .search-unit #search-wrap form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 5em;
    height: 54px;
    border: none;
    background: center center/35px 35px no-repeat url("https://millet-one.jp/wp-content/uploads/2025/04/icon_search_sp.png");
  }
  .search-unit .close-btn-wrap {
    display: block;
    width: 40px;
    height: 100%;
    position: relative;
  }
  .search-unit .close-btn-wrap .close-btn-area {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25%;
    cursor: pointer;
  }
  .search-unit .close-btn-wrap .close-btn-area .close-btn {
    display: inline-block;
    vertical-align: middle;
    color: #4F4C4B;
    line-height: 1;
    width: 1.3em;
    height: .14em;
    background: currentColor;
    border-radius: .1em;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .search-unit .close-btn-wrap .close-btn-area .close-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .search-unit #search-wrap {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: auto;
    height: 78px;
    -webkit-box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.05);
            box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.05);
    background-color: #F8F5EE;
  }
  .search-unit #search-wrap.panel_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 1000;
  }
  .search-unit #search-wrap .close-btn-wrap .close-btn-area {
    left: 0;
  }
  .search-unit #search-wrap .close-btn-wrap .close-btn-area .close-btn {
    right: 25%;
  }

  .box_category > h2 {
    margin-bottom: 12px;
  }
  .box_category .menu-top_page_widget_category-container > ul li a {
    line-height: 1.38;
    text-align: center;
    padding: 20px 8px 20px 50%;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  /** header下おすすめエリア **/
  #content-top-in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content-top-in > .widget_media_image {
    width: calc(100% / 2 - 20px);
    margin: 1em 0;
  }
  #content-top-in > .widget_media_image > img {
    width: 100%;
  }

  div.sidebar {
    width: 90%;
    padding: 24px 18px;
    margin: 19px auto;
  }

  /** 以下、TOPページ用 **/
  /*===== ブログ **/
  .inner_media {
    margin-bottom: 60px;
  }

  .list_media {
    display: block;
    padding: 0;
  }
  .list_media li {
    border-radius: 5px;
  }
  .list_media li a {
    margin-bottom: 20px;
  }
  .list_media li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  p:has(.btn_topic) {
    margin: 20px 0 26px;
  }

  .box_category > h2 {
    margin-bottom: 12px;
  }
  .box_category .menu-top_page_widget_category-container > ul {
    gap: 10px 9px;
  }
  .box_category .menu-top_page_widget_category-container > ul li {
    font-size: 13px;
  }
  .box_category .menu-top_page_widget_category-container > ul li a {
    text-align: center;
    padding: 77% 8px 9px 8px;
  }

  /*===== 商品ラインナップ **/
  .inner_lineup {
    margin-bottom: 62px;
  }

  .list_goods {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 13px;
  }
  .list_goods li {
    border-radius: 3.89px;
  }
  .list_goods li a,
  .list_goods li > div {
    padding: 8px 7px 9px;
  }
  .list_goods li a img,
  .list_goods li > div img {
    width: 100%;
    height: auto;
    aspect-ratio: 157 / 151;
    border-radius: 5px;
  }
  .list_goods li a h3,
  .list_goods li > div h3 {
    font-size: 13px;
    margin: 8px 0 12px;
  }
  .list_goods li a p,
  .list_goods li > div p {
    font-size: 13px;
  }

  /*=====スライダー*/
  .slider_main {
    padding: 25px 0 35px;
  }
  .slider_main li {
    padding: 0 7.5px;
  }
  .slider_main li img {
    width: 100%;
    height: auto;
    border-radius: 7.6px;
  }

  /*===== 特設コーナー **/
  .section_free_space {
    padding: 20px 15px;
    margin: 0 0 40px;
  }
  .section_free_space .warp_free_space h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
  }
  .section_free_space .warp_free_space h3 {
    font-size: 17px;
    line-height: 1.8;
  }

  /*===== ミレワンをもっと知る **/
  .section_Know .ttl_Know {
    font-size: 20px;
  }
  .section_Know .ttl_Know::before {
    height: 24px;
    width: 39.5px;
    margin-right: 4px;
  }
  .section_Know .list_Know_1 {
    gap: 9px;
    margin-bottom: 30px;
  }
  .section_Know .list_Know_2 {
    gap: 9px;
    margin-bottom: 40px;
  }
  .section_Know .list_Know_2 li {
    border: 1.5px solid #897551;
    border-radius: 10px;
  }
  .section_Know .list_Know_2 a {
    font-size: 14px;
    padding: 16px 0;
  }
  .section_Know .list_Know_2 a::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
  }
  .section_Know .list_Know_2 .icon_voc a:before {
    width: 45px;
    height: 45px;
  }

  /** 以下、下層ページ用 **/
.archive_ttl {
    width: auto;
    max-width: unset;
}
	
  .archive_ttl_2 h1,
  .archive_ttl h1 {
    font-size: 20px;
  }

  .wrap_archive_2 .list_media_2,
  .wrap_archive .list_media_2 {
    display: block;
    padding: 0;
  }
  .wrap_archive_2 .list_media_2 li,
  .wrap_archive .list_media_2 li {
    border-radius: 5px;
  }
  .wrap_archive_2 .list_media_2 li a,
  .wrap_archive .list_media_2 li a {
    margin-bottom: 20px;
  }
  .wrap_archive_2 .list_media_2 li a img,
  .wrap_archive .list_media_2 li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .body .main:has(.article) {
    padding: 20px 16px 10px;
    margin: 0 4.5% 15px;
  }

  .body .article {
    padding: 0;
  }
  .body .article .post_ttl {
    padding: 0 0 10px;
  }
  .body .article .sns-share .sns-share-buttons {
    width: 60%;
  }
  .body .article .warp_article_sv {
    padding: 18px;
  }
  .body .article .wrap_profile {
    padding: 15px 15px 5px;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  /** header下おすすめエリア **/
  #content-top-in {
    display: block;
    gap: 20px;
    margin: 0;
  }
  #content-top-in > .widget_media_image {
    width: 85%;
    margin: 1em auto;
  }

  .card-arrow .a-wrap::after {
    content: none;
  }
}

