@charset "UTF-8";
/* ==============================
リセットcss
============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-align: left;
}

main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body.menu_open {
  overflow: hidden;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html {
    overflow: visible !important;
  }
  html body {
    overflow: visible !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
  box-shadow: #000 0 0 0;
}

/* レスポンシブ対応 */
x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a:link, a:visited {
  color: #0066FF;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066FF;
  text-decoration: underline;
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
.back {
  display: none;
}

/* PC表示時（601px以上）の設定 */
@media screen and (min-width: 601px) {
  .back {
    display: block;
    width: 1920px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -10;
  }
  .back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
#inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* ▼▼▼ ヘッダー
=====================================*/
header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: 110px;
  z-index: 1000;
  background: #fff;
}
header .header_inner {
  padding: 0 20px;
  width: 100%;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 140px);
  max-width: 320px;
}
header .navi li:not(:first-child) {
  margin-left: 7px;
}
header .navi li a img {
  height: 46px;
}
header .logo {
  width: 55px;
  height: 70px;
}

.pagination_wrap {
  padding: 0 20px;
  margin: 50px auto 0;
}
.pagination_wrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination_wrap .pagination .item:not(:first-child) {
  margin-left: 10px;
}
.pagination_wrap .pagination .item .page-numbers {
  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;
  width: 30px;
  height: 30px;
  border: 1px solid #754424;
  color: #754424;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.pagination_wrap .pagination .item .page-numbers.current {
  background-color: #754424;
  color: #fff;
}
.pagination_wrap .pagination .item .page-numbers.dots {
  width: 1em;
  border: none;
  background-color: #fff;
}
.pagination_wrap .pagination .item a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.pagination_wrap .pagination .item a:hover {
  opacity: 0.6;
}

/* ▼▼▼ ハンバーガーメニュー
=====================================*/
.hamburger_menu .hamburger_btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 1000;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hamburger_menu .hamburger_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hamburger_menu .hamburger_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #754424;
  margin: 6px 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.hamburger_menu .hamburger_btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.hamburger_menu .hamburger_btn.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.hamburger_menu .hamburger_btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
          transform: rotate(-45deg) translate(7px, -6px);
}

/* ▼▼▼ メニューオーバーレイ
=====================================*/
.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
}
.menu_overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ▼▼▼ ドロップダウンメニュー
=====================================*/
.menu_nav_wrap {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: calc(100svh - 103px);
  overflow: hidden;
  pointer-events: none;
}

.menu_nav {
  pointer-events: auto;
  position: fixed;
  top: 0;
  right: -90%;
  width: 90%;
  height: calc(100svh - 110px);
  background: #408e49;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  padding: 0;
}
.menu_nav.active {
  right: 0;
}
.menu_nav.active .menu_content__item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu_nav .menu_content__item {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-bottom: 15px;
  border-bottom: 3px solid #fff;
}
.menu_nav .menu_content__item:not(:first-child) {
  margin-top: 15px;
}
.menu_nav .menu_content__item.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu_nav .menu_content__item.news_wrap {
  margin-top: 0;
  padding: 0;
}
.menu_nav .menu_content__item.news_wrap .menu_title a {
  display: block;
  padding: 15px 0;
}
.menu_nav .menu_content__item .header_link1 {
  width: 100%;
  margin-top: 10px;
}
.menu_nav .menu_content__item .header_link1 a {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.menu_nav .menu_content__item .header_link1 a:hover {
  opacity: 0.6;
}
.menu_nav .menu_content__item .header_link1 + .menu_title {
  margin-top: 15px;
}
.menu_nav .menu_content__item .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.menu_nav .menu_content__item .link_wrap .hand_made, .menu_nav .menu_content__item .link_wrap .reuse {
  width: 43%;
}
.menu_nav .header_link4 {
  margin-top: 20px;
}
.menu_nav .menu_content {
  line-height: 1.2;
  height: 100%;
  overflow: auto;
  padding-right: 35px;
  padding: 40px 30px;
}
.menu_nav .menu_content .menu_title {
  color: #754424;
  font-size: 19px;
  font-weight: 900;
}
.menu_nav .menu_content .menu_item_title {
  font-size: 16px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.menu_nav .menu_content .menu_item_title a {
  display: block;
  padding: 18px 0;
  color: #fff;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  text-decoration: none;
}
.menu_nav .menu_content .menu_item_title a:hover {
  opacity: 0.6;
}
.menu_nav .menu_content .menu_item {
  font-size: 16px;
  color: #fff;
}
.menu_nav .menu_content .menu_item:not(:first-child) {
  margin-top: 20px;
}
.menu_nav .menu_content .menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.menu_nav .menu_content .menu_item a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_ball.svg) no-repeat center center;
  margin-right: 5px;
}
.menu_nav .menu_content .menu_item a .menu_item_name {
  display: inline-block;
  width: 110px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-right: 5px;
}
.menu_nav .menu_content .menu_item a .item_title {
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.menu_nav .menu_content .menu_item a:hover {
  opacity: 0.6;
}
.menu_nav .menu_content .menu_item a:hover .menu_item_name {
  text-decoration: none;
}
.menu_nav .menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_nav .menu_list li {
  border-bottom: 1px solid #eee;
}
.menu_nav .menu_list li:last-child {
  border-bottom: none;
}
.menu_nav .menu_list li a {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu_nav .menu_list li a:hover {
  color: #0066FF;
}
.menu_nav .menu_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
  max-width: 300px;
  margin: 12px auto 0;
}
.menu_nav .menu_sns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
}
.menu_nav .menu_sns .item:not(:first-child) {
  margin-left: 50px;
}
.menu_nav .menu_sns .item {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.menu_nav .menu_sns .item:hover {
  opacity: 0.6;
}
.menu_nav .menu_sns .item a {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.menu_nav .menu_sns .item a .icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.menu_nav .menu_sns .item a .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu_nav .menu_sns .item a .sns_title {
  text-align: center;
  font-size: 12px;
  margin-top: 7px;
  font-weight: 500;
}
.menu_nav .menu_sns .item a .sns_title > span {
  font-weight: 900;
  color: #754424;
}
.menu_nav .menu_sns .item a img {
  width: 45px;
  aspect-ratio: 1/1;
}

/* =====================================
▼▼▼ 共通パーツ
=====================================*/
/* ▼▼▼ 本の情報
=====================================*/
.book_info {
  width: 100%;
  padding: 0;
}
.book_info .date {
  font-size: 14px;
  font-weight: 500;
  color: #408e49;
  line-height: 1.2;
}
.book_info .book_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
}
.book_info .book_title a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.book_info .book_title a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.book_info .book_sub-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
}
.book_info .book-credits {
  margin-top: 15px;
}
.book_info .author_wrap {
  margin-top: 10px;
}
.book_info .book_publisher, .book_info .book_author {
  font-size: 12px;
  line-height: 1.2;
}
.book_info .book_publisher > span, .book_info .book_author > span {
  width: 4.4em;
  text-align: justify;
  display: inline-block;
  letter-spacing: 0.1em;
}
.book_info .book_author {
  margin-top: 5px;
}

.book_image {
  width: 100%;
  margin-top: 20px;
}
.book_image img {
  width: 100%;
}

/* ▼▼▼ ページタイトル
=====================================*/
.page_title {
  width: 100%;
  height: 190px;
}
.page_title.book {
  background-color: #ead7a4;
  position: relative;
}
.page_title.book::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: #754424;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_title.book .title_wrap {
  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;
  z-index: 10;
  position: relative;
  height: 160px;
}
.page_title.book .title_wrap .book_image {
  width: 145px;
  height: 170px;
  margin-right: 5px;
  margin-top: 30px;
}
.page_title.book .title_wrap .book_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_title.book .title_wrap h1 {
  color: #754424;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-left: 5px;
}
.page_title.book .title_wrap h1 span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.page_title.goods_kinds {
  background-color: #408e49;
  height: 347px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-top: 0;
  padding: 10px 10px;
}
.page_title.goods_kinds .image.goods {
  width: 110px;
  margin: 0 auto;
}
.page_title.goods_kinds .image.goods img {
  width: 100%;
}
.page_title.goods_kinds .image.handmade {
  width: 137px;
}
.page_title.goods_kinds .image.monotukuri {
  width: 110px;
  margin: 0 auto;
}
.page_title.goods_kinds .image + h1 {
  margin-top: 30px;
}
.page_title.goods_kinds .service {
  font-size: 13px;
  font-weight: 700;
  width: 130px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 26px;
  text-align: center;
  line-height: 24px;
  margin: 20px auto 0;
}
.page_title.goods_kinds .service + h1 {
  margin-top: 5px;
}
.page_title.goods_kinds h1 {
  text-align: center;
  letter-spacing: 0.22em;
  line-height: 1.2;
  font-size: 20px;
}
.page_title.goods_kinds .text {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 15px;
}

.order_description {
  padding: 30px 20px;
}
.order_description .image {
  width: 298px;
  height: 150px;
  margin: 0 auto;
}
.order_description .image.t-shirt {
  width: 298px;
  height: 175px;
}
.order_description .image.bag {
  width: 298px;
  height: 175px;
}
.order_description .image.handmade {
  width: 298px;
  height: 160px;
}
.order_description .image.towel {
  width: 298px;
  height: 175px;
}
.order_description .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.order_description .attention_point {
  background-color: #dbdbdb;
  padding: 20px;
  margin-top: 30px;
}
.order_description .attention_point + .btn_terms_of_use {
  margin-top: 30px;
}
.order_description .attention_point h2 {
  font-size: 14px;
  color: #408e49;
  text-align: center;
  line-height: 1.2;
}
.order_description .attention_point ul {
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
}
.order_description .attention_point ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.order_description .attention_point ul li > span {
  color: #408e49;
}
.order_description .attention_point ul li > span > a {
  color: #408e49;
}
.order_description .attention_point ul li:not(:first-child) {
  margin-top: 10px;
}
.order_description .attention_point ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 4px;
}
.order_description .attention_point .btn_terms_of_use {
  height: 20px;
  margin: 25px auto 0;
}
.order_description .attention_point .btn_terms_of_use a {
  display: block;
  height: 20px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 20px;
}
.order_description .attention_point .btn_terms_of_use a:hover {
  opacity: 0.7;
}
.order_description .attention_point .btn_terms_of_use a::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 26px;
  background: url(../images/common/icon_btn_contact.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.btn_terms_of_use {
  width: 100%;
  height: 30px;
  margin: 0 auto 0;
}
.btn_terms_of_use a {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 30px;
  background-color: #408e49;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.btn_terms_of_use a:hover {
  opacity: 0.7;
}
.btn_terms_of_use a::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 40px;
  background: url(../images/common/icon_btn_contact.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}

.title_ball {
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.title_ball::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/goods/icon_ball.svg) no-repeat center center;
  background-size: contain;
}
.title_ball.title_center {
  text-align: center;
  padding-left: 0;
}
.title_ball.title_center::before {
  position: static;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin-right: 10px;
  vertical-align: middle;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
.center {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

#main {
  width: 100%;
  padding: 110px 0 0;
  margin: 0 auto;
  overflow: hidden;
}
#main.goods_kinds {
  padding-bottom: 0;
}
#main.book {
  padding-bottom: 50px;
}
#main.riyou .sub_inner {
  padding-bottom: 100px;
}
#main.company .sub_inner {
  padding-bottom: 50px;
}

.mv1 {
  width: 100%;
}
.mv1 picture {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 390/317;
}
.mv1 picture::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 390/317;
  background-image: url(../images/top/mv_logo.svg);
  background-position: center top;
}
.mv1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 500px) {
  .mv1 {
    width: 100%;
  }
  .mv1 picture::after {
    background-image: url(../images/top/mv_logo_sp.svg);
    background-position: center top;
  }
}
.mv2 {
  width: 100%;
}
.mv2 img {
  width: 100%;
}

.mv3 {
  width: 100%;
}

.book_introduction {
  border: 1px solid #754424;
  border-radius: 30px;
  width: calc(100% - 40px);
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0 150px;
  position: relative;
}
.book_introduction::before {
  content: "";
  width: 100%;
  height: 40px;
  background: #754424;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.book_introduction::after {
  content: "";
  width: 100%;
  height: 50px;
  background: #754424;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.book_introduction .book_introduction_inner {
  padding: 0;
}
.book_introduction h2 {
  color: #754424;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 35px;
}
.book_introduction h2 span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 5px 0;
}
.book_introduction h2 + .read {
  color: #754424;
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  padding: 0 35px;
}
.book_introduction .book_detail {
  margin-top: 30px;
}
.book_introduction .book_detail .book_info {
  padding: 0 35px;
}
.book_introduction .book_detail .book_image {
  margin-top: 25px;
  padding: 0 20px;
}
.book_introduction .book_description {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 35px;
}
.book_introduction .read_more_btn {
  margin-left: 35px;
  margin-top: 10px;
}
.book_introduction .read_more_btn a {
  color: #408e49;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  position: relative;
}
.book_introduction .read_more_btn a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_btn_arrow.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.book_introduction .book_bottom_image {
  width: 111px;
  height: 130px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 10;
}
.book_introduction .book_list_btn {
  position: absolute;
  bottom: 15px;
  left: 35px;
  z-index: 10;
}
.book_introduction .book_list_btn a {
  display: block;
  width: 100px;
  height: 20px;
  background-color: #408e49;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.book_introduction .book_list_btn a:hover {
  opacity: 0.6;
}

.goods_kinds {
  margin-top: 30px;
}
.goods_kinds .goods_item {
  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;
  background-color: #408e49;
  height: 130px;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.goods_kinds .goods_item:hover {
  opacity: 0.8;
}
.goods_kinds .goods_item:not(:first-child) {
  margin-top: 10px;
}
.goods_kinds .goods_item .icon {
  width: 123px;
  height: 102px;
}
.goods_kinds .goods_item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.goods_kinds .goods_item .title {
  margin-left: 20px;
  line-height: 1.2;
  letter-spacing: 0.22em;
}
.goods_kinds .goods_item .title span {
  display: inline-block;
  width: 110px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 22px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.goods_kinds .goods_item .title a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.goods_kinds .goods_item .title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.production_list {
  background-color: #754424;
  color: #fff;
  padding: 30px 40px 50px;
  margin-top: 10px;
}
.production_list h2 {
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #754424;
  width: 200px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 30px;
}
.production_list ul {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.production_list ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.production_list ul li:not(:first-child) {
  margin-top: 10px;
}
.production_list ul li > span {
  display: block;
  font-size: 12px;
  margin-left: 32px;
}
.production_list ul li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_ball.svg) no-repeat center center;
  vertical-align: middle;
  margin-right: 10px;
}

.inquiry_post {
  background-color: #e0e0e0;
  padding: 20px 25px;
}
.inquiry_post .inquiry_post_inner {
  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;
  width: 100%;
  margin: 0 auto;
}
.inquiry_post .inquiry_post_inner .icon_post {
  width: 39.4%;
  min-width: 128px;
  aspect-ratio: 128/170;
}
.inquiry_post .inquiry_post_inner .inquiry_post_text-wrap {
  width: 54%;
}
.inquiry_post .inquiry_post_inner .inquiry_post_text-wrap .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.inquiry_post .inquiry_post_inner .inquiry_post_text-wrap .text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.inquiry_post .put_in_post {
  width: 100%;
  max-width: 350px;
  margin: 10px auto 0;
}

@media (max-width: 599px) {
  .inquiry_post .inquiry_post_inner .inquiry_post_text-wrap .title {
    font-size: 16px;
  }
  .inquiry_post .inquiry_post_inner .inquiry_post_text-wrap .title > br {
    display: block;
  }
  .inquiry_post .put_in_post {
    max-width: 310px;
  }
}
.calendar {
  background-color: #408e49;
  padding: 20px 0;
  margin-top: 10px;
}
.calendar .calendar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.calendar .calendar_inner .calendar_title_wrap {
  width: 47%;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calendar .calendar_inner .calendar_title_wrap .title_top {
  font-size: 12px;
}
.calendar .calendar_inner .calendar_title_wrap h2 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  padding: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.calendar .calendar_inner .calendar_title_wrap h2 + p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.calendar .calendar_inner .calendar_title_wrap h2 .speech-bubble {
  position: absolute;
  right: 0;
  top: -10px;
  display: inline-block;
  width: 70px;
  height: 20px;
  background-color: #794a2b; /* 画像の茶色 */
  color: #ffffff;
  border-radius: 20px; /* 角丸で楕円形に */
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.calendar .calendar_inner .calendar_title_wrap h2 .speech-bubble::after {
  content: "";
  position: absolute;
  top: 100%; /* 親要素のすぐ下に配置 */
  left: 50%; /* 中央に配置 */
  margin-left: -10px; /* 自身の幅の半分戻して真ん中に */
  /* 直角三角形の作成 */
  border-top: 7px solid #794a2b; /* 高さと色 */
  border-right: 7px solid transparent; /* 斜辺を作るための透明な幅 */
  border-left: 0;
}
.calendar .calendar_inner .calendar_title_wrap .calendar_set_image {
  width: 60%;
  aspect-ratio: 86/75;
  margin: auto auto 0;
}
.calendar .calendar_inner .calendar_image {
  width: 48%;
}
.calendar .calendar_text {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.2;
  color: #fff;
}

.top_tatefuda {
  padding: 20px 0 30px;
  background-color: #754424;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
.top_tatefuda .logo {
  width: 90%;
  margin: 0 auto;
}
.top_tatefuda .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_tatefuda .logo a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top_tatefuda .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_tatefuda .top_tatefuda_title {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}
.top_tatefuda .top_tatefuda_sub_title {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 10px;
}

.sns_picture_books {
  padding: 0 20px;
  margin-top: 30px;
}
.sns_picture_books .sns {
  border-radius: 30px;
  width: 100%;
  padding: 20px 20px 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.sns_picture_books .sns:hover {
  opacity: 0.8;
}
.sns_picture_books .sns:not(:first-child) {
  margin-top: 30px;
}
.sns_picture_books .sns .sns_image {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
.sns_picture_books .sns .sns_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sns_picture_books .sns .sns_title {
  margin-top: 22px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.sns_picture_books .sns .sns_title span {
  display: block;
  color: #e27e37;
  text-align: center;
  margin-top: 7px;
  font-size: 12px;
}
.sns_picture_books .sns .sns_title a {
  color: #000;
  text-decoration: none;
}
.sns_picture_books .sns .sns_title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sns_picture_books .sns.sns_book1 {
  background-color: #faebd8;
}
.sns_picture_books .sns.sns_book1 .sns_image {
  height: 160px;
}
.sns_picture_books .sns.sns_book2 {
  background-color: #f6e1db;
}
.sns_picture_books .sns.sns_book2 .sns_image {
  height: 197px;
}

.recruiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.recruiting .cat {
  width: calc(50% - 5px);
  background-color: #754424;
  padding: 20px 0;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.recruiting .cat:hover {
  opacity: 0.8;
}
.recruiting .cat .image {
  width: 140px;
  height: 122px;
  margin: 0 auto;
}
.recruiting .cat .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruiting .cat .title {
  font-size: 20px;
  letter-spacing: 0.22em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}
.recruiting .cat .title a {
  color: #fff;
  text-decoration: none;
}
.recruiting .cat .title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* パンくず */
#path {
  margin-bottom: 10px;
  overflow: hidden;
}
#path li {
  float: left;
  margin-right: 10px;
}
#path li:after {
  content: ">";
  margin-left: 10px;
  color: #333;
}
#path li:last-child:after {
  content: "";
}

.top_news {
  padding: 50px 20px 60px;
}
.top_news h2 {
  width: 200px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #754424;
  border-radius: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-weight: 700;
  color: #754424;
  margin: 0 auto;
}
.top_news .news_list {
  margin-top: 20px;
}
.top_news .news_list .news_item {
  line-height: 1.2;
  padding-bottom: 7px;
  border-bottom: 1px solid #754424;
  position: relative;
}
.top_news .news_list .news_item:not(:first-child) {
  margin-top: 8px;
}
.top_news .news_list .news_item .data {
  font-size: 12px;
  font-weight: 500;
  color: #408e49;
}
.top_news .news_list .news_item .news_title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.top_news .news_list .news_item .news_title a {
  text-decoration: none;
  color: #000;
}
.top_news .news_list .news_item .icon_btn_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -7pxs;
  width: 15px;
  height: 15px;
}
.top_news .news_list .news_item .icon_btn_arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_news .btn_more a {
  display: block;
  width: 120px;
  height: 20px;
  background-color: #754424;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  margin: 20px 0 0 auto;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.top_news .btn_more a:hover {
  opacity: 0.6;
}

/* ▼▼▼ フッター
=====================================*/
footer {
  background-color: #408e49;
  padding: 50px 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
footer .footer_navi {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 3px solid #fff;
}
footer .navi_item:not(:first-child) {
  margin-top: 20px;
}
footer .navi_item .section_title {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  color: #754424;
}
footer .navi_item .menu_list {
  margin-top: 10px;
}
footer .navi_item .menu_list .menu_item {
  font-size: 16px;
  color: #fff;
}
footer .navi_item .menu_list .menu_item:not(:first-child) {
  margin-top: 10px;
}
footer .navi_item .menu_list .menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
footer .navi_item .menu_list .menu_item a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_ball.svg) no-repeat center center;
  margin-right: 10px;
}
footer .navi_item .menu_list .menu_item a .menu_item_name {
  display: inline-block;
  width: 110px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-right: 5px;
}
footer .navi_item .menu_list .menu_item a .item_title {
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.1em;
}
footer .navi_item .menu_list .menu_item a img {
  width: 100%;
}
footer .navi_item .menu_list .menu_item a:hover {
  opacity: 0.6;
}
footer .navi_item .menu_list .menu_item a:hover .menu_item_name {
  text-decoration: none;
}
footer .navi_item .menu_list .menu_item.sns_story {
  width: 10em;
  position: relative;
}
footer .navi_item .menu_list .menu_item.sns_story:not(:first-child) {
  margin-top: 10px;
}
footer .navi_item .menu_list .menu_item.sns_story a {
  display: block;
  line-height: 29px;
}
footer .navi_item .menu_list .menu_item.sns_story a::before {
  vertical-align: middle;
}
footer .navi_item .menu_list .menu_item.sns_story a::after {
  position: absolute;
  right: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/common/icon_insta.svg) no-repeat center center;
}
footer .navi_item .menu_list .menu_item.image a::before {
  content: none;
  display: none;
}
footer .navi_item .menu_item_single {
  padding-top: 15px;
  border-top: 3px solid #fff;
}
footer .navi_item .menu_item_single a {
  color: #754424;
  font-weight: 900;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
footer .navi_item .menu_item_single a:hover {
  opacity: 0.6;
}
footer .footer_navi_bottom {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}
footer .footer_navi_bottom .contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_navi_bottom .contact_wrap .sns_item a {
  color: #fff;
}
footer .footer_navi_bottom .contact_wrap .sns_item a .icon {
  width: 58px;
  height: 58px;
}
footer .footer_navi_bottom .contact_wrap .sns_item a .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_navi_bottom .contact_wrap .sns_item a .icon + p {
  text-align: center;
  line-height: 1.2;
  margin-top: 3px;
  font-weight: 500;
  font-size: 14px;
}
footer .footer_navi_bottom .contact_wrap .sns_item a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
footer .footer_navi_bottom .contact_wrap .sns_item a:hover {
  opacity: 0.6;
}
footer .footer_navi_bottom .contact_wrap .footer_contact a {
  width: 192px;
  height: 80px;
  display: block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
footer .footer_navi_bottom .contact_wrap .footer_contact a:hover {
  opacity: 0.6;
}
footer .footer_navi_bottom .contact_wrap .footer_contact a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_navi_bottom .navi_sub_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 35px;
}
footer .footer_navi_bottom .navi_sub_wrap .logo {
  width: 102px;
  height: 130px;
}
footer .footer_navi_bottom .navi_sub_wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer_navi_bottom .navi_sub_wrap .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_navi_bottom .navi_sub_wrap ul li {
  line-height: 1.2;
}
footer .footer_navi_bottom .navi_sub_wrap ul li:not(:first-child) {
  margin-top: 10px;
}
footer .footer_navi_bottom .navi_sub_wrap ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
footer .footer_navi_bottom .navi_sub_wrap ul li a:hover {
  opacity: 0.6;
}
footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-top: 30px;
}

/* ▼▼▼ 本一覧
=====================================*/
.book_list {
  padding: 0 40px;
  margin-top: 40px;
}
.book_list .book:not(:first-child) {
  margin-top: 40px;
}
.book_list .book .book_info {
  padding: 0 15px;
}
.book_list .book .book_description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 15px;
}

/* ▼▼▼ 本 詳細
=====================================*/
.book_detail_content {
  background-color: #754424;
  padding: 15px 20px 50px;
}
.book_detail_content .book_detail_inner {
  background-color: #fff;
  padding: 40px 20px;
  margin-top: 30px;
}
.book_detail_content .book_detail_inner + .post_navigation {
  margin-top: 30px;
}
.book_detail_content .book_single_info {
  padding: 0 15px;
}
.book_detail_content .book_single_info .introduction_text {
  padding: 0 15px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.8;
}
.book_detail_content .btn_book_list {
  margin: 16px auto 0;
}
.book_detail_content .btn_book_list a {
  display: block;
  width: 200px;
  height: 24px;
  background-color: #408e49;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.book_detail_content .btn_book_list a:hover {
  opacity: 0.7;
}
.book_detail_content .book_overview {
  margin-top: 30px;
  padding: 0 15px;
}

/* ▼▼▼ 詳細ページナビゲーション
　　前の記事　次の記事
=====================================*/
.post_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 230px;
  margin: 0 auto;
}
.post_navigation .prev_post, .post_navigation .next_post {
  width: 110px;
  height: 30px;
}

.page_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.page_navi li {
  width: 60px;
  height: 30px;
}
.page_navi li:not(:first-child) {
  margin-left: 30px;
}
.page_navi li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_navi li.disabled {
  visibility: hidden;
}

.product_wrap {
  padding: 30px 20px;
  background-color: #754424;
}
.product_wrap h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.product_wrap h2.band {
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  color: #754424;
  font-weight: 900;
}
.product_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.product_wrap ul li {
  width: 50%;
}
.product_wrap ul li:nth-child(n+3) {
  margin-top: 40px;
}
.product_wrap ul li.goods_image {
  width: 100%;
  margin-top: 30px;
}
.product_wrap ul li.goods_image img {
  width: 100%;
}
.product_wrap ul li .image {
  width: 150px;
  height: 112px;
  margin: 0 auto;
}
.product_wrap ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_wrap ul li .name {
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.product_wrap ul li.image_one {
  width: calc(50% - 10px);
}

.towel_image {
  background-color: #754424;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.towel_image .image {
  width: 100%;
}
.towel_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.towel_design_wrap {
  padding: 30px 0;
}
.towel_design_wrap h2 {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0 auto;
}
.towel_design_wrap .towel_design_list {
  margin-top: 0;
}
.towel_design_wrap .towel_design_list .design {
  padding: 30px 20px;
}
.towel_design_wrap .towel_design_list .design:nth-child(even) {
  background-color: #e0e0e0;
}
.towel_design_wrap .towel_design_list .design h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #754424;
  padding-left: 30px;
  position: relative;
}
.towel_design_wrap .towel_design_list .design h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/goods/icon_ball.svg) no-repeat center center;
  background-size: contain;
}
.towel_design_wrap .towel_design_list .design .goods_read {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 10px 0 20px;
}
.towel_design_wrap .towel_design_list .design .read {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 10px 0 20px;
}
.towel_design_wrap .towel_design_list .design dl.major dd img {
  width: 100%;
}
.towel_design_wrap .towel_design_list .design dl.middle {
  margin-top: 15px;
}
.towel_design_wrap .towel_design_list .design dl.middle dd img {
  width: 100%;
}
.towel_design_wrap .towel_design_list .design dl.small {
  margin-top: 15px;
}
.towel_design_wrap .towel_design_list .design dl.small dd {
  width: 22.9%;
  min-width: 80px;
  aspect-ratio: 1/1;
}
.towel_design_wrap .towel_design_list .design dl.full {
  margin-top: 15px;
}
.towel_design_wrap .towel_design_list .design dl dt {
  font-size: 14px;
  color: #754424;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.towel_design_wrap .towel_design_list .design dl dd {
  width: 100%;
}
.towel_design_wrap .towel_design_list .design dl dd img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.towel_design_wrap .towel_design_list .design dl .hand_towels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.towel_design_wrap .towel_design_list .design dl .hand_towels li {
  width: 22.9%;
  min-width: 80px;
  aspect-ratio: 1/1;
}
.towel_design_wrap .towel_design_list .design dl .hand_towels li:not(:first-child) {
  margin-left: 20px;
}
.towel_design_wrap .towel_design_list .design dl .hand_towels li p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
}
.towel_design_wrap .btn_size_material {
  width: 100%;
  margin: 20px auto 0;
}
.towel_design_wrap .btn_size_material a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.towel_design_wrap .btn_size_material a:hover {
  opacity: 0.7;
}
.towel_design_wrap .btn_size_material + .btn_terms_of_use {
  margin-top: 20px;
}
.towel_design_wrap .size_material a {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #408e49;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.towel_design_wrap .size_material a:hover {
  opacity: 0.7;
}
.towel_design_wrap .size_material + .btn_quote {
  margin-top: 20px;
}
.towel_design_wrap .btn_quote a {
  display: block;
  background-color: #ef7e00;
  color: #fff;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.towel_design_wrap .btn_quote a:hover {
  opacity: 0.7;
}

.t-shirt_design {
  background-color: #754424;
  padding: 50px 20px;
}
.t-shirt_design .design_item:not(:first-child) {
  margin-top: 30px;
}
.t-shirt_design .design_item h2 {
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
.t-shirt_design .design_item h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/goods/icon_ball.svg) no-repeat center center;
  background-size: contain;
}
.t-shirt_design .design_item h2.bg_w {
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #FFF;
  color: #754424;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 0;
}
.t-shirt_design .design_item h2.bg_w::before {
  content: none;
  display: none;
}
.t-shirt_design .design_item .goods_read {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.t-shirt_design .design_item .read {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.t-shirt_design .design_item .read + .kome {
  color: #fff;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.t-shirt_design .design_item .color {
  width: 100%;
  background-color: #FFF;
  padding-bottom: 20px;
  margin-top: 20px;
}
.t-shirt_design .design_item .color img {
  width: 100%;
}
.t-shirt_design .design_item .color .kome {
  margin-top: 15px;
  padding: 0 20px;
  padding-left: 3.5em;
  text-indent: -1.2em;
  font-size: 12px;
  font-weight: 500;
}
.t-shirt_design .design_item .size_chart {
  width: 100%;
  aspect-ratio: 351/251;
}
.t-shirt_design .design_item .size_chart img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.t-shirt_design .design_item .size_chart + .kome {
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.t-shirt_design .design_item .kome {
  font-size: 12px;
  line-height: 1.4;
}
.t-shirt_design .design_item .size_table {
  width: 100%;
  aspect-ratio: 350/250;
  margin-top: 20px;
}
.t-shirt_design .design_item .size_table img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.t-shirt_design .design_item .size_table + .kome {
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.t-shirt_design .design_item .size_image {
  width: 100%;
  aspect-ratio: 351/185;
  margin-top: 20px;
}
.t-shirt_design .design_item .size_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.t-shirt_design .design_item .design_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
.t-shirt_design .design_item .design_image li {
  width: 48.5%;
}
.t-shirt_design .design_item .design_image li:nth-child(n+3) {
  margin-top: 3%;
}
.t-shirt_design .design_item .cloth_wrap {
  margin-top: 20px;
  font-weight: 700;
}
.t-shirt_design .design_item .cloth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.t-shirt_design .design_item .cloth:not(:first-child) {
  margin-top: 10px;
}
.t-shirt_design .design_item .cloth .title {
  width: 82px;
  border: 1px solid #fff;
  color: #fff;
  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;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  padding: 5px 0;
}
.t-shirt_design .design_item .cloth .cloth_item {
  width: calc(100% - 82px);
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}
.t-shirt_design .design_item .cloth .cloth_item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-shirt_design .design_item .cloth .cloth_item .item:not(:first-child) {
  margin-top: 4px;
}
.t-shirt_design .design_item .cloth .cloth_item .item .item_title {
  width: 8em;
}
.t-shirt_design .design_item .cloth .cloth_item .item .item_text {
  width: calc(100% - 8em);
}
.t-shirt_design .design_item .cloth .cloth_item .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-shirt_design .design_item .print {
  width: 100%;
  aspect-ratio: 350/350;
  margin-top: 30px;
}
.t-shirt_design .design_item .print img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.t-shirt_design .design_item .due_date {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.t-shirt_design .design_item .due_date + .read {
  margin-top: 10px;
}
.t-shirt_design .design_item .design_detail {
  background-color: #fff;
  padding: 20px 25px;
  margin-top: 20px;
}
.t-shirt_design .design_item .design_detail + .btn_terms_of_use {
  margin-top: 20px;
}
.t-shirt_design .design_item .design_detail h3 {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0 auto;
}
.t-shirt_design .design_item .design_detail .image {
  margin: 20px auto 0;
  width: 100%;
}
.t-shirt_design .design_item .design_detail .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.t-shirt_design .design_item .design_detail .image.design1_3 {
  width: 66.6%;
  aspect-ratio: 1/1;
}
.t-shirt_design .design_item .design_detail .image.design1_4 {
  width: 83.3%;
  aspect-ratio: 310/225;
}
.t-shirt_design .design_item .design_detail .image.design3_3 {
  width: 84.3%;
  aspect-ratio: 253/200;
}
.t-shirt_design .design_item .design_detail .image.design4_3 {
  width: 84.3%;
  aspect-ratio: 253/200;
}
.t-shirt_design .design_item .design_detail .image.design5_3 {
  width: 84.3%;
  aspect-ratio: 253/200;
}
.t-shirt_design .design_item .design_detail .image + h3 {
  margin-top: 20px;
}
.t-shirt_design .design_item .btn_quote {
  margin-top: 20px;
}
.t-shirt_design .design_item .btn_quote a {
  display: block;
  background-color: #ef7e00;
  color: #fff;
  height: 36px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  border-radius: 36px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.t-shirt_design .design_item .btn_quote a:hover {
  opacity: 0.7;
}

.btn_color_size {
  width: 100%;
  margin: 20px auto 0;
}
.btn_color_size a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.btn_color_size a:hover {
  opacity: 0.7;
}
.btn_color_size + .btn_terms_of_use {
  margin-top: 20px;
}

.towel_size {
  background-color: #754424;
  padding: 50px 20px;
}
.towel_size .design_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.towel_size .design_image li {
  width: 48.5%;
  aspect-ratio: 1/1;
}
.towel_size .design_image li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.towel_size .towel_size_inner .towel_item:not(:first-child) {
  margin-top: 50px;
}
.towel_size .towel_size_inner .towel_item h2 {
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #FFF;
  color: #754424;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.towel_size .towel_size_inner .towel_item h2 + .read {
  margin-top: 20px;
  font-size: 14px;
}
.towel_size .towel_size_inner .towel_item h2 + .read > span {
  font-size: 12px;
  margin-top: 5px;
  display: block;
  padding-left: 1em;
  text-indent: -1.2em;
}
.towel_size .towel_size_inner .towel_item h3 {
  font-size: 12px;
  color: #fff;
  margin-top: 20px;
}
.towel_size .towel_size_inner .towel_item .towel_item_list {
  margin-top: 5px;
  font-size: 12px;
}
.towel_size .towel_size_inner .towel_item .towel_item_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 1.2;
}
.towel_size .towel_size_inner .towel_item .towel_item_list li::before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
}
.towel_size .towel_size_inner .towel_item .towel_item_list li:not(:first-child) {
  margin-top: 5px;
}
.towel_size .towel_size_inner .towel_item .towel_item_list li .towel_name {
  width: 150px;
}
.towel_size .towel_size_inner .towel_item .towel_item_list li .towel_name.towel2 {
  width: 200px;
}
.towel_size .towel_size_inner .towel_item .towel_size_image {
  margin-top: 10px;
}
.towel_size .towel_size_inner .towel_item .towel_size_image.towel1 {
  width: 100%;
}
.towel_size .towel_size_inner .towel_item .towel_size_image.towel1 img {
  width: 100%;
}
.towel_size .towel_size_inner .towel_item .towel_size_image.towel2 {
  width: 61.2%;
}
.towel_size .towel_size_inner .towel_item .towel_size_image.towel2 img {
  width: 100%;
}
.towel_size .towel_size_inner .towel_item .towel_size_image.towel3 {
  width: 42%;
}
.towel_size .towel_size_inner .towel_item .towel_size_image.towel3 img {
  width: 100%;
}
.towel_size .towel_size_inner .towel_item .towel_size_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.towel_size .towel_size_inner .towel_item .read {
  color: #fff;
  line-height: 1.4;
}
.towel_size .towel_size_inner .towel_item .read span {
  font-size: 12px;
}
.towel_size .method {
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
}
.towel_size .method.p_bottom {
  padding-bottom: 30px;
}
.towel_size .method + .method {
  margin-top: 0;
}
.towel_size .method .method_title h3 {
  color: #754424;
  font-size: 16px;
  margin-top: 0;
  position: relative;
  padding-left: 24px;
}
.towel_size .method .method_title h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_ball_brown.svg) no-repeat center center;
  background-size: contain;
}
.towel_size .method .due_date {
  font-weight: bold;
  padding-left: 24px;
  font-size: 12px;
}
.towel_size .method .method_inner {
  margin: 0 auto;
  width: 100%;
}
.towel_size .method .method_inner .method_list_wrap {
  margin-top: 10px;
}
.towel_size .method .method_inner .method_list_wrap .method_list_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.towel_size .method .method_inner .method_list_wrap .method_list_wrap_inner.end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.towel_size .method .method_inner .method_list_wrap .method_list_wrap_inner .method_list, .towel_size .method .method_inner .method_list_wrap .method_list_wrap_inner .excluded {
  width: 57%;
}
.towel_size .method .method_inner .method_list_wrap .method_list_wrap_inner .method_image {
  width: 35.5%;
}
.towel_size .method .method_inner .method_list_wrap .method_list_wrap_inner .method_image img {
  width: 100%;
}
.towel_size .method .method_inner .method_list li {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
.towel_size .method .method_inner .method_list li:not(:first-child) {
  margin-top: 5px;
}
.towel_size .method .method_inner .method_list li::before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
  color: #000;
}
.towel_size .method .method_inner .method_list li.kome {
  font-size: 12px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.towel_size .method .method_inner .method_list li.kome::before {
  content: none;
  display: none;
}
.towel_size .method .method_inner .method_list li span {
  color: #0f9b4d;
}
.towel_size .method .method_inner .excluded {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  padding: 15PX 20px 10px;
  border: 1px solid #754424;
  position: relative;
  color: #754424;
}
.towel_size .method .method_inner .excluded::before {
  content: "（対象外）";
  display: inline-block;
  background-color: #fff;
  color: #754424;
  position: absolute;
  top: -7px;
  left: 10px;
  z-index: 10;
  line-height: 1;
  padding: 0;
}
.towel_size .method .method_inner .method_image {
  width: 100%;
}
.towel_size .method .method_inner .method_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.towel_size .method .method_inner h4 {
  color: #754424;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #754424;
  margin-bottom: 10px;
}
.towel_size .method .method_inner .colors {
  width: 100%;
}
.towel_size .method .method_inner .colors img {
  width: 100%;
}
.towel_size .method .method_inner .kome {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 15px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

/* ▼▼▼ バッグ
=====================================*/
.bag_design {
  padding: 30px 20px;
  background-color: #fff;
}
.bag_design.product_wrap {
  background-color: #754424;
}
.bag_design .bag_size_inner {
  font-weight: 700;
}
.bag_design .bag_size_inner:not(:first-child) {
  margin-top: 30px;
}
.bag_design .design_image img {
  width: 100%;
}
.bag_design h2 {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
.bag_design h2.bg_wh {
  width: 100%;
  height: 30px;
  background-color: #fff;
  color: #754424;
  font-size: 14px;
  font-weight: 700;
}
.bag_design .title_ball {
  color: #754424;
}
.bag_design .bag_design_list {
  margin-top: 20px;
}
.bag_design .bag_design_list + h2 {
  margin-top: 30px;
}
.bag_design .bag_design_list .bag_design_image {
  width: 86.5%;
  margin: 0 auto;
}
.bag_design .bag_design_list .bag_design_image.printing_range {
  margin-top: 25px;
  margin-bottom: 15px;
}
.bag_design .bag_design_list .bag_design_image img {
  width: 100%;
}
.bag_design .bag_design_list .bag_design_image + .title_ball {
  margin-top: 30px;
}
.bag_design .bag_design_list .bag_size {
  width: 94%;
  margin: 20px auto 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.bag_design .bag_design_list .bag_size + .material {
  margin-top: 10px;
}
.bag_design .btn_terms_of_use {
  margin-top: 25px;
}
.bag_design .material {
  display: block;
  width: 94%;
  margin: 0 auto 0;
}
.bag_design .material li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 100%;
  font-size: 13px;
}
.bag_design .material li:not(:first-child) {
  margin-top: 5px;
}
.bag_design .material li .title {
  width: 100px;
  height: 24px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 22px;
  margin-right: 10px;
}
.bag_design .text_center {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}
.bag_design .read {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.bag_design .kome {
  width: 94%;
  margin: 10px auto 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.bag_design .due_date {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.bag_design .read {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.bag_design .read + .kome {
  color: #fff;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  width: 100%;
}
.bag_design .bag_size_list {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  width: 94%;
  margin: 15px auto;
  /* --- 追加 --- */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* ----------- */
}
.bag_design .bag_size_list .bag_size_inner {
  display: inline-block;
  text-align: left;
}
.bag_design .bag_size_list .bag_size_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.bag_design .bag_size_list .bag_size_item .title {
  width: 8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bag_design .bag_size_list .bag_size_item .title::before {
  content: "●";
  display: inline-block;
}
.bag_design .bag_size_list .bag_size_item .size {
  text-align: left;
}

.bag_design.product_wrap .design_image {
  margin-top: 0;
}
.bag_design.product_wrap .design_image.bag_design_image {
  display: inline-block;
}
.bag_design.product_wrap .design_image.bag_design_image li {
  width: 100%;
}
.bag_design.product_wrap .design_image.bag_design_image li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn_quote {
  width: 100%;
}
.btn_quote a {
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ef7e00;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.btn_quote a:hover {
  opacity: 0.7;
}
.btn_quote.mt30 {
  margin-top: 30px;
}

/* ▼▼▼ バッグ
=====================================*/
.handmade_design {
  padding-bottom: 50px;
}
.handmade_design .handmade_design_list {
  width: 88.6%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.handmade_design .handmade_design_list .handmade_item {
  width: 45.2%;
}
.handmade_design .handmade_design_list .handmade_item:nth-child(n+3) {
  margin-top: 30px;
}
.handmade_design .handmade_design_list .handmade_item image {
  width: 100%;
  aspect-ratio: 1/1;
}
.handmade_design .handmade_design_list .handmade_item image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.handmade_design .handmade_design_list .handmade_item .item_name {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-top: 7px;
}

.sub_inner {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 0;
}

.riyou h1, .company h1, .news h1, .news_detail h1 {
  color: #754424;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.riyou h1::before, .company h1::before, .news h1::before, .news_detail h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 80px;
  margin-left: -40px;
  height: 10px;
  background-color: #0f9b4d;
}
.riyou h1::after, .company h1::after, .news h1::after, .news_detail h1::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 40px;
  height: 10px;
  background-color: #754424;
}

.company_info {
  margin: 60px auto 0;
}
.company_info .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_info .info_item:not(:first-child) {
  margin-top: 25px;
}
.company_info .info_item .title {
  width: 100px;
}
.company_info .info_item .info_detail {
  width: calc(100% - 100px);
}
.company_info .info_item .info_detail .url a {
  color: #0F9B4D;
}
.company_info + .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 20px;
}

.privacy h1 {
  color: #754424;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.privacy h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 160px;
  margin-left: -80px;
  height: 10px;
  background-color: #0f9b4d;
}
.privacy h1::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 80px;
  height: 10px;
  background-color: #754424;
}
.privacy .privacy_read {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  margin-top: 30px;
}

.tokutei h1 {
  color: #754424;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.tokutei h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 200px;
  margin-left: -100px;
  height: 10px;
  background-color: #0f9b4d;
}
.tokutei h1::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 100px;
  height: 10px;
  background-color: #754424;
}

.tokutei_wrap {
  margin-top: 50px;
}
.tokutei_wrap dl:not(:first-child) {
  margin-top: 25px;
}
.tokutei_wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.tokutei_wrap dl dt > div:first-child {
  width: 28px;
}
.tokutei_wrap dl dt > div:last-child {
  width: calc(100% - 28px);
}
.tokutei_wrap dl dd {
  margin-top: 10px;
  font-size: 14px;
}
.tokutei_wrap dl dd a {
  color: inherit;
  text-decoration: underline;
}
.tokutei_wrap dl dd .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 0;
}
.tokutei_wrap dl dd .kome + .kome {
  margin-top: 5px;
}
.tokutei_wrap dl dd .kome + .list {
  margin-top: 5px;
}
.tokutei_wrap dl dd .list li {
  position: relative;
  padding: 0 0 0 16px;
  line-height: 1.4;
}
.tokutei_wrap dl dd .list li:not(:first-child) {
  margin-top: 5px;
}
.tokutei_wrap dl dd .list li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.riyou_article_list {
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.riyou_article_list .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.riyou_article_list .article:not(:first-child) {
  margin-top: 10px;
}
.riyou_article_list .article .article-number {
  width: 3.5em;
  text-align: center;
  position: relative;
}
.riyou_article_list .article .article-number::before {
  content: "第";
  display: inline-block;
  position: absolute;
  left: 0;
}
.riyou_article_list .article .article-number::after {
  content: "条";
  display: inline-block;
  position: absolute;
  right: 0;
}
.riyou_article_list .article .article-title {
  margin-left: 15px;
}

.riyou_read {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 25px;
}

.riyou_article_wrap {
  margin-top: 30px;
}
.riyou_article_wrap dl:not(:first-child) {
  margin-top: 25px;
}
.riyou_article_wrap dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.riyou_article_wrap dl dt.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.riyou_article_wrap dl dt.flex > div:first-child {
  width: 25px;
}
.riyou_article_wrap dl dt.flex > div:last-child {
  width: calc(100% - 25px);
}
.riyou_article_wrap dl dd {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}
.riyou_article_wrap dl dd a {
  color: #0f9b4d;
}
.riyou_article_wrap dl dd .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
}
.riyou_article_wrap .article_detail_text {
  margin-bottom: 15px;
}
.riyou_article_wrap .article_detail_text.no_mb {
  margin-bottom: 5px;
}
.riyou_article_wrap .article_detail_list {
  counter-reset: number;
}
.riyou_article_wrap .article_detail_list li {
  counter-increment: number;
  position: relative;
  padding: 0 0 0 25px;
}
.riyou_article_wrap .article_detail_list li:not(:first-child) {
  margin-top: 10px;
}
.riyou_article_wrap .article_detail_list li:before {
  content: counter(number, decimal) ".";
  position: absolute;
  left: 0;
}
.riyou_article_wrap .privacy_article_detail_list {
  counter-reset: number;
}
.riyou_article_wrap .privacy_article_detail_list li {
  counter-increment: number;
  position: relative;
  padding: 0 0 0 35px;
}
.riyou_article_wrap .privacy_article_detail_list li:before {
  content: "（" counter(number, decimal) "）";
  position: absolute;
  left: 0;
}
.riyou_article_wrap .list {
  counter-reset: none;
}
.riyou_article_wrap .list li {
  counter-increment: none;
  padding: 0 0 0 20px;
  line-height: 1.4;
}
.riyou_article_wrap .list li:not(:first-child) {
  margin-top: 5px;
}
.riyou_article_wrap .list li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.establishment_date {
  text-align: right;
  font-size: 12px;
  margin-top: 45px;
}

.company_detail {
  margin-top: 50px;
  margin-bottom: 20px;
}
.company_detail .company_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
.company_detail .company_item:not(:first-child) {
  margin-top: 25px;
}
.company_detail .company_item > div {
  width: 100px;
}
.company_detail .company_item > div:last-child {
  width: calc(100% - 100px);
}
.company_detail .company_item > div a {
  color: #0f9b4d;
  display: inline-block;
  margin-top: 3px;
}
.company_detail + .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.2;
}

/* ▼▼▼ お知らせ一覧ページ
===================================== */
#main.news .sub_inner {
  padding-bottom: 50px;
}
#main.news .news_list {
  margin: 50px 0;
  list-style: none;
  border-top: 1px solid #754424;
}
#main.news .news_list .news_item {
  line-height: 1.2;
  padding: 15px 0px;
  border-bottom: 1px solid #754424;
  position: relative;
}
#main.news .news_list .news_item:not(:first-child) {
  margin-top: 8px;
}
#main.news .news_list .news_item .data {
  font-size: 12px;
  font-weight: 500;
  color: #408e49;
}
#main.news .news_list .news_item .news_title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
#main.news .news_list .news_item .news_title a {
  text-decoration: none;
  color: #000;
}
#main.news .news_list .news_item .icon_btn_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -7pxs;
  width: 15px;
  height: 15px;
}
#main.news .news_list .news_item .icon_btn_arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ▼▼▼ お知らせ詳細ページ
===================================== */
#main.news_detail {
  background-color: #754424;
}
#main.news_detail .sub_inner {
  padding-bottom: 50px;
}
#main.news_detail h1 {
  color: #fff;
}
#main.news_detail h1::after {
  background-color: #0f9b4d;
}
#main.news_detail .detail_contents {
  margin-top: 55px;
  background-color: #fff;
  color: #000;
  padding: 40px 34px;
}
#main.news_detail .detail_contents .data {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #408e49;
  margin-bottom: 10px;
}
#main.news_detail .detail_contents .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
#main.news_detail .detail_contents .contents_editor {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 25px;
}
#main.news_detail .detail_contents .contents_editor * + * {
  margin-top: 16px;
}
#main.news_detail .detail_contents .aligncenter {
  text-align: center;
}
#main.news_detail .detail_contents .alignright {
  text-align: right;
}
#main.news_detail .detail_contents a {
  color: inherit;
  text-decoration: underline;
}
#main.news_detail .btn_archive {
  width: 190px;
  height: 24px;
  margin: 35px auto 0;
}
#main.news_detail .btn_archive a {
  display: block;
  width: 190px;
  height: 24px;
  background-color: #408e49;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#main.news_detail .btn_archive a:hover {
  opacity: 0.7;
}

.container_404 {
  padding: 50px 20px 100px;
  font-size: 14px;
}
.container_404 .title_404 {
  font-size: 24px;
  font-weight: 700;
}
.container_404 .title_not {
  margin-top: 20px;
  font-size: 16px;
}
.container_404 .txt_404 {
  margin-top: 10px;
}
.container_404 .btn_top {
  margin-top: 30px;
}
.container_404 .btn_top a {
  display: block;
  width: 200px;
  height: 24px;
  background-color: #408e49;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.container_404 .btn_top a:hover {
  opacity: 0.7;
}

#instagram-feed {
  padding: 0 20px;
  margin-top: 30px;
}
#instagram-feed .instagram-feed_inner {
  background-color: #e0e0e0;
  border-radius: 30px;
  padding: 30px 20px;
}
#instagram-feed .instagram-feed_inner .sb_instagram_header {
  padding: 0;
  margin-bottom: 10px;
}
#instagram-feed .sbi_feedtheme_header_text {
  color: #000;
  padding: 0;
}
#instagram-feed .sbi_feedtheme_header_text .sbi_bio {
  font-size: 12px !important;
}

#sb_instagram {
  padding-bottom: 0 !important;
}/*# sourceMappingURL=base.css.map */