@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.sp-none {
  display: none !important;
}

.com-table table,
.com-table table tbody,
.com-table table th,
.com-table table tr,
.com-table table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 32px;
}
.pagenation li {
  width: 30px;
  font-size: 1.5rem;
  line-height: 30px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 16px;
  margin-top: 24px;
}
.paginated-link li {
  width: 88px;
}
.paginated-link li a {
  font-size: 1.3rem;
  line-height: 1.84616;
  letter-spacing: 0;
}
.paginated-link li.prev-link a:before {
  margin-right: 4px;
}
.paginated-link li.next-link a::after {
  margin-left: 4px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper,
.ec-layoutRole {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .h-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 96px;
}
#header .h-logo {
  width: 37.5vw;
  max-width: 180px;
}

/*===============================================
  footer
===============================================*/
#footer {
  font-size: 1.6rem;
}
#footer .f-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  padding: 48px 0 30px;
}
#footer .f-logo {
  width: 180px;
}

/*フッターナビ
-----------------------------*/
.fnav .fnav-list {
  background: #76bb3f;
}
.fnav .fnav-list-item {
  border-bottom: solid 1px #f6f7ec;
}
.fnav .fnav-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: min(1em, 4.375vw);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 30px;
  padding: 15px 5%;
}
.fnav .fnav-list-item a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow.png) no-repeat center/contain;
}
.fnav .fnav-sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #05613b;
  padding: 10px 5%;
  border-bottom: solid 1px #f6f7ec;
}
.fnav .fnav-sub-item {
  font-size: 0.75em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 2.5;
}
.fnav .fnav-sub-item::after {
  content: "/";
  margin: 0 0.5em;
}
.fnav .fnav-sub-item:last-of-type::after {
  display: none;
}

/*コピーライト
-----------------------------*/
.copy {
  background: #05613b;
  padding: 20px 0;
}
.copy p {
  color: #fff;
}
.copy p a {
  color: #fff;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 8px;
  bottom: 8px;
  width: 44px;
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.main-visual {
  align-items: flex-start;
  height: 150vw;
  max-height: 700px;
  background-size: 40%;
  padding-top: 100px;
  margin-top: -96px;
}
.main-visual .mv-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 90%;
  max-width: 486px;
  padding: min(64px, 12.5vw) 0 min(64px, 12.5vw) min(64px, 12.5vw);
  background-size: 100% 100%;
}
.main-visual .mv-box::before {
  content: "";
  width: 104%;
  height: 86%;
  background: url(../img/common/visual/deco_01.png) no-repeat left bottom/18%, url(../img/common/visual/deco_02.png) no-repeat right bottom 16%/16%, url(../img/common/visual/deco_03.png) no-repeat right 12% top/48%;
  position: absolute;
  top: 8%;
  left: 0;
  z-index: -1;
}
.main-visual .mv-box .logo {
  width: 40%;
  margin-bottom: 5%;
}
.main-visual .mv-box .catch {
  width: 88%;
}
.main-visual #slideshow {
  width: 150%;
  max-width: 920px;
}
.main-visual #slideshow li {
  background-size: 80% !important;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  height: 50vw;
}
.sub-visual .sv-box {
  width: 90%;
  height: 70%;
}
.sub-visual .sv-box::before {
  content: "";
  width: 101%;
  height: 100%;
  background: url(../img/common/visual/deco_01.png) no-repeat left bottom/auto 28%, url(../img/common/visual/deco_02.png) no-repeat right bottom/auto 36%, url(../img/common/visual/deco_03.png) no-repeat right top/auto 18%;
  position: absolute;
  top: -2%;
  left: -1%;
  z-index: -2;
}
.sub-visual .sv-box .catch {
  max-width: 12em;
  font-size: 6.25vw;
  line-height: 1.5;
}

/*===============================================
  main#container
===============================================*/
#container,
.ec-layoutRole__mainBottom,
.ec-layoutRole__contentBottom {
  font-size: 1.5rem;
  line-height: 1.86667;
  letter-spacing: 0em;
}
#container.top,
.ec-layoutRole__mainBottom.top,
.ec-layoutRole__contentBottom.top {
  width: 90%;
  margin: 0 auto;
}
#container:not(.top) .inbox,
.ec-layoutRole__mainBottom:not(.top) .inbox,
.ec-layoutRole__contentBottom:not(.top) .inbox {
  width: 90%;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  padding-top: 8px;
}
.bread .breadcrumbs {
  width: 90%;
}
.bread .breadcrumbs li {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
}

/*===============================================
  main共通
===============================================*/
/*電話番号
-----------------------------*/
.com-tel {
  font-size: 1.2em;
  letter-spacing: 0.02em;
}
.com-tel::before {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

/*ボタン
-----------------------------*/
.com-btn {
  height: 50px;
}
.com-btn a {
  font-size: 1em;
}

.com-links {
  margin-top: -10px;
}
.com-links li {
  height: 50px;
  margin: 10px 8px 0;
}
.com-links li a {
  font-size: 1.5rem;
}
.com-links li.mail {
  width: 160px;
}
.com-links li.shop {
  width: 200px;
}

/*テーブル
-----------------------------*/
.com-table {
  font-size: 1.5rem;
  line-height: 1.6;
}
.com-table tr {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.com-table tr th {
  margin-bottom: 12px;
}

/*テキストボックス
-----------------------------*/
.com-text-box .mb {
  margin-bottom: 20px;
}
.com-text-box br {
  display: none;
}

/*画像角丸
-----------------------------*/
.com-img div {
  border-radius: 16px;
}

/*背景
-----------------------------*/
.com-bg::before {
  min-width: 500px;
  height: 32px;
}
.com-bg::after {
  height: calc(100% - 31px);
}

/*商品一覧
-----------------------------*/
.com-product-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -40px;
}
.com-product-list .list-item {
  width: 48%;
  line-height: 1.66667;
  margin-top: 40px;
}
.com-product-list .list-item .item-img {
  margin-bottom: 10px;
}
.com-product-list .list-item .item-price {
  padding-top: 8px;
}
.com-product-list .list-item .item-btn {
  height: 40px;
  margin-top: 15px;
}

/*SB未記入テキスト
-----------------------------*/
.com-no-txt {
  font-size: 1.2em;
  line-height: 1.66667;
  padding: 40px 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 50px;
}
.com-ttl01 > span {
  font-size: min(2.8em, 7.5vw);
  line-height: 1.42858;
  letter-spacing: 0.04em;
  margin: -6px -0.04em -6px 0;
}
.com-ttl01 > span::before {
  width: calc(100% + 100px);
  max-width: 100vw;
  height: calc(100% + 40px);
  background-size: 54px;
}
.com-ttl01 > span .br {
  display: block;
}

.com-ttl02 {
  font-size: 1.6em;
  line-height: 1.33334;
  letter-spacing: 0.04em;
  border-bottom-width: 6px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 1.4em;
  line-height: 1.42858;
  padding: 10px 8px;
  border-left-width: 4px;
  margin-bottom: 15px;
}

.com-subttl02 {
  font-size: 1.2em;
  line-height: 1.55556;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

/*===============================================
  共通セクション
===============================================*/
/*お知らせ・ブログ
-----------------------------*/
.com-oficcialblog-sec {
  padding: 64px 0;
}
.com-oficcialblog-sec::before {
  background-size: 1200px;
  background-position: center bottom 56px;
}
.com-oficcialblog-sec .oficcialblog-box {
  padding: 20px 20px 24px;
  border-radius: 16px;
}
.com-oficcialblog-sec .oficcialblog-list .list-item {
  font-size: 0.8em;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.com-oficcialblog-sec .oficcialblog-list .list-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.com-oficcialblog-sec .oficcialblog-list .list-item .tag {
  max-width: calc(100% - 67px);
}
.com-oficcialblog-sec .oficcialblog-list .list-item .item-ttl {
  font-size: 1.25em;
  line-height: 1.73334;
  margin-top: 8px;
}
.com-oficcialblog-sec .oficcialblog-btn {
  margin-top: 29px;
}

/*===============================================
  トップページ
===============================================*/
/*ほどよい酸味とみずみずしい新玉ねぎと
風味豊かな落花生をお届けします
-----------------------------*/
.top-about {
  padding: 80px 0 56px;
}
.top-about::before {
  width: 100vw;
  padding-top: 32%;
  bottom: 12px;
}
.top-about .about-ttl {
  font-size: 1.6em;
  letter-spacing: 0.04em;
  line-height: 1.66667;
  margin-bottom: 32px;
}
.top-about .about-ttl .br {
  display: inline-block;
}
.top-about .about-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  margin-top: 40px;
  margin-left: -5vw;
}
.top-about .about-img li {
  width: 49%;
}

/*今期のおすすめ商品
-----------------------------*/
.top-season {
  padding: 64px 0;
}
.top-season::before {
  height: calc(100% - 62px);
  top: 31px;
}
.top-season::after {
  min-width: 500px;
  background-size: 100% 32px;
}
.top-season .season-in {
  padding-top: 30px;
}
.top-season .season-ttl {
  width: 280px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.top-season .season-ttl img {
  height: 76px;
}
.top-season .season-img {
  width: 200px;
  margin: 0 auto -60px;
}
.top-season .season-box {
  box-shadow: 0 0 0 3px #ffeacd inset;
  border-radius: 16px;
  padding: 80px 20px 20px;
}
.top-season .season-box .box-ttl {
  font-size: 1.6em;
  margin-bottom: 15px;
}
.top-season .season-box .box-ttl .min {
  font-size: 0.75em;
}

/*こだわりポイント
-----------------------------*/
.top-point {
  padding: 64px 0;
}
.top-point .point-list-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 56px;
}
.top-point .point-list-box:last-of-type {
  margin-bottom: 0;
}
.top-point .point-list-box .box-img {
  margin-bottom: 20px;
}
.top-point .point-list-box .box-img img {
  width: 64%;
  max-width: 319px;
}
.top-point .point-list-box .box-ttl {
  font-size: 1rem;
  margin-bottom: 15px;
}
.top-point .point-list-box .box-ttl::before {
  width: 100px;
  font-size: 1.8em;
  line-height: 1.66667;
  margin-bottom: 8px;
}
.top-point .point-list-box .box-ttl > span {
  font-size: 2.4em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.top-point .point-list-box .box-ttl > span .min {
  font-size: 0.75em;
  line-height: 1.66667;
}

/*おすすめ商品/商品一覧
-----------------------------*/
.top-products {
  padding: 100px 0 64px;
}
.top-products::before {
  width: 767px;
  height: 72px;
}
.top-products::after {
  height: calc(100% - 71px);
}
.top-products .products-left {
  display: none;
}
.top-products .products-right {
  width: 90%;
  margin: 0 auto;
}
.top-products .products-box {
  margin-bottom: 64px;
}
.top-products .products-box .box-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom-width: 6px;
  margin-bottom: 30px;
}
.top-products .products-box .box-ttl {
  font-size: 1.6em;
  letter-spacing: 0.04em;
  line-height: 1.66667;
  padding-right: 1em;
}
.top-products .products-box .box-btn {
  width: 50%;
  max-width: 180px;
  height: 46px;
  margin-left: auto;
}

/*バナーリンク
-----------------------------*/
.top-links {
  padding: 24px 0 64px;
}
.top-links::before {
  min-width: 500px;
  height: 32px;
}
.top-links .links-list-item {
  height: 120px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.top-links .links-list-item:last-of-type {
  margin-bottom: 0;
}
.top-links .links-list-item a {
  padding-right: 14px;
}
.top-links .links-list-item a::before {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.top-links .links-list-item a::after {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 16px;
}
.top-links .links-list-item p {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.55556;
  letter-spacing: 0.04em;
}
.top-links .links-list-item p .br {
  display: inline-block;
}
@media screen and (max-width: 400px) {
  .top-links .links-list-item p .br {
    display: block;
  }
}

/*===============================================
  庄島農縁について
===============================================*/
/*当園の商品紹介
-----------------------------*/
.aboutss-products {
  padding: 96px 0 64px;
}
.aboutss-products .products-box {
  margin-bottom: 64px;
}
.aboutss-products .products-box .box-list-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.aboutss-products .products-box .box-list-item .item-ttl {
  font-size: 1.2em;
  line-height: 1.44445;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.aboutss-products .products-box .box-list-item .item-img {
  margin-top: 20px;
}

/*魅力＆こだわり
-----------------------------*/
.aboutss-oth {
  padding: 96px 0 64px;
}
.aboutss-oth .oth-box .box-img {
  margin-bottom: 20px;
}
.aboutss-oth .oth-list {
  padding-top: 80px;
}
.aboutss-oth .oth-list-item {
  margin-bottom: 40px;
}
.aboutss-oth .oth-list-item:last-of-type {
  margin-bottom: 0;
}
.aboutss-oth .oth-list-item .item-img {
  text-align: center;
  margin-bottom: 20px;
}
.aboutss-oth .oth-list-item .item-img img {
  width: 64%;
  max-width: 319px;
}

/*===============================================
  庄島農縁の野菜が食べられるお店一覧
===============================================*/
.shops-contents {
  padding: 96px 0 64px;
}
.shops-contents .shops-box {
  margin-bottom: 64px;
}
.shops-contents .shops-box .box-ttl {
  margin-bottom: 20px;
}
.shops-contents .shops-box .box-list-item {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 16px;
}
.shops-contents .shops-box .box-list-item:last-of-type {
  margin-bottom: 0;
}
.shops-contents .shops-box .box-list-item .item-text {
  padding-top: 8px;
}
.shops-contents .shops-box .box-list-item .item-ttl {
  font-size: 1.2em;
  line-height: 1.66667;
  margin-bottom: 12px;
}
.shops-contents .shops-box .box-list-item .item-info > * {
  margin-bottom: 12px;
}
.shops-contents .shops-box .box-list-item .item-info > *:last-child {
  margin-bottom: 0;
}
.shops-contents .shops-box .box-list-item .item-img {
  margin-top: 20px;
}
.shops-contents .shops-box .box-list-item .item-btn {
  margin-top: 20px;
}

/*===============================================
  メディア掲載情報
===============================================*/
/*新聞に掲載されました
-----------------------------*/
.media-about {
  padding: 96px 0 64px;
}
.media-about .about-box {
  margin-bottom: 64px;
}
.media-about .about-box .box-ttl {
  font-size: 1.4em;
  line-height: 1.42858;
  padding-bottom: 8px;
}
.media-about .about-box .box-img {
  margin-bottom: 20px;
}

/*その他メディア掲載情報
-----------------------------*/
.media-oth {
  padding: 96px 0 64px;
}
.media-oth .oth-list-box {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.media-oth .oth-list-box .box-date {
  line-height: 1.66667;
  margin-bottom: 8px;
}
.media-oth .oth-list-box .box-ttl {
  font-size: 1.4em;
  line-height: 1.42858;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.media-oth .oth-list-box .box-img {
  margin-top: 20px;
}

/*===============================================
  玉ねぎの美味しい食べ方(レシピ)
===============================================*/
.recipe-contents {
  padding: 96px 0 64px;
}
.recipe-contents .recipe-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.recipe-contents .recipe-box .com-ttl02 {
  font-size: 1.4em;
  line-height: 1.42858;
  padding-bottom: 8px;
}
.recipe-contents .recipe-box .box-img {
  margin-bottom: 20px;
}
.recipe-contents .recipe-box .box-item-wrap {
  padding-top: 30px;
}
.recipe-contents .recipe-box .box-item {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
}
.recipe-contents .recipe-box .box-item:last-of-type {
  margin-bottom: 0;
}
.recipe-contents .recipe-box .box-item .item-ttl {
  margin-bottom: 20px;
}
.recipe-contents .recipe-box .box-item .num-list-item {
  line-height: 1.66667;
  margin-bottom: 15px;
}
.recipe-contents .recipe-box .box-item .num-list-item::before {
  font-size: 1.2em;
  line-height: 1.38889;
}
.recipe-contents .recipe-box .box-item .num-list-item > span {
  width: calc(100% - 1.5em);
}

/*===============================================
  美味しい玉ねぎの選び方
===============================================*/
/*農家が教える美味しい玉ねぎの選び方
-----------------------------*/
.choice-about {
  padding: 96px 0 64px;
}
.choice-about .about-img {
  margin-bottom: 40px;
}

/*玉ねぎの保存方法
-----------------------------*/
.choice-preserved {
  padding: 96px 0 64px;
}
.choice-preserved .preserved-list-box {
  margin-bottom: 56px;
}
.choice-preserved .preserved-list-box:last-of-type {
  margin-bottom: 0;
}
.choice-preserved .preserved-list-box .box-img {
  margin-bottom: 20px;
}
.choice-preserved .preserved-list-box .box-img div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.choice-preserved .preserved-list-box .box-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.choice-preserved .preserved-list-box .box-ttl {
  font-size: 1.4em;
  letter-spacing: 0.04em;
  line-height: 1.42858;
  margin-bottom: 12px;
}

/*===============================================
  よくある質問・お客様の声
===============================================*/
/*ボタンリンク
-----------------------------*/
.faq_voice-links {
  padding: 96px 0;
}
.faq_voice-links .links-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -40px;
}
.faq_voice-links .links-list .list-item {
  width: calc(50% - 16px);
  height: 50px;
  margin: 20px 8px 0;
}

/*よくある質問
-----------------------------*/
.faq_voice-faq {
  padding: 96px 0 64px;
  margin-top: -80px;
}
.faq_voice-faq .faq-list-item {
  margin-bottom: 30px;
  border-radius: 16px;
}
.faq_voice-faq .faq-list-item .item-ttl {
  padding: 15px;
}
.faq_voice-faq .faq-list-item .item-ttl::before {
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.04em;
}
.faq_voice-faq .faq-list-item .item-ttl > span {
  width: calc(100% - 32px);
  font-size: 1.2em;
  line-height: 1.66667;
}
.faq_voice-faq .faq-list-item .item-text {
  padding: 15px;
}
.faq_voice-faq .faq-list-item .item-text::before {
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: translateY(-2px);
}
.faq_voice-faq .faq-list-item .item-text p {
  width: calc(100% - 32px);
}

/*お客様の声
-----------------------------*/
.faq_voice-voice {
  padding: 96px 0 64px;
}
.faq_voice-voice .voice-list-item {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 16px;
}
.faq_voice-voice .voice-list-item:last-of-type {
  margin-bottom: 0;
}
.faq_voice-voice .voice-list-item .item-img {
  margin-bottom: 20px;
}
.faq_voice-voice .voice-list-item .item-ttl {
  font-size: 1.2em;
  line-height: 1.66667;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

/*===============================================
  会社情報
===============================================*/
.access-contents .inbox {
  padding: 96px 0 40px;
}
.access-contents .access-table {
  padding: 30px 20px;
  border-radius: 16px;
}
.access-contents .access-table td .replace {
  padding: 5px 0;
}
.access-contents .access-table td .replace img {
  height: 14px;
}
.access-contents .access-img {
  margin-top: 20px;
}
.access-contents .access-img div {
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  position: relative;
  z-index: 0;
}
.access-contents .access-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.access-contents .access-map {
  height: 320px;
}

/*==================================================
 ニュース一覧
================================================== */
.oficcialblog-contents {
  padding: 96px 0 64px;
}
.oficcialblog-contents .oficcialblog-list .list-item {
  font-size: 0.8em;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.oficcialblog-contents .oficcialblog-list .list-item .item-img {
  width: 90px;
}
.oficcialblog-contents .oficcialblog-list .list-item .item-in {
  width: calc(100% - 105px);
}
.oficcialblog-contents .oficcialblog-list .list-item .tag {
  max-width: calc(100% - 67px);
}
.oficcialblog-contents .oficcialblog-list .list-item .item-ttl {
  font-size: 1.25em;
  line-height: 1.73334;
  margin-top: 8px;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 160px;
  margin-bottom: 40px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 12px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.2rem;
  line-height: 1.33334;
  padding: 12px 32px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.oficcialblog-detail {
  padding: 96px 0 64px;
}
.oficcialblog-detail .oficcialblog-ttl {
  font-size: 1.2em;
  line-height: 1.66667;
}
.oficcialblog-detail .post-data {
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-bottom: 16px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 96px 0 64px;
}
.contact-contents .contact-table {
  margin-bottom: 40px;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.2rem;
  line-height: 2;
  padding: 0 8px;
  margin-top: 2px;
}
.contact-contents .contact-submits-wrap {
  padding-top: 16px;
}
.contact-contents .contact-submits-wrap > * {
  width: 75vw;
  height: 60px;
  margin: 0 auto 20px;
}
.contact-contents .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 96px 0 64px;
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-contents {
  padding: 96px 0 64px;
}
.privacy-contents .item-box {
  margin-bottom: 40px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 96px 0 64px;
}
.site-contents .site-list-item a {
  line-height: 2;
  padding: 15px 4%;
}
.site-contents .site-sub-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 20px;
}
.site-contents .site-sub-item {
  width: 48%;
  font-size: 0.8em;
  line-height: 1.66667;
  margin-top: 20px;
}
.site-contents .site-sub-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 96px 0 64px;
}

/*===============================================
  EC-CUBE 追加css
===============================================*/
.ec-layoutRole .ec-layoutRole__contents {
  padding: min(80px, 17.5vw) 0;
}

.front_page .ec-layoutRole__contents {
  width: 100% !important;
}

/*商品一覧・詳細
-----------------------------*/
.product_page .ec-layoutRole__contents {
  padding-top: 100px;
  margin-top: 40px;
}
.product_page .ec-layoutRole__contents::before {
  width: 767px;
  height: 72px;
}
.product_page .ec-layoutRole__contents::after {
  width: 100vw;
  height: calc(100% - 71px);
}

/*その他
-----------------------------*/
.ec-contents {
  font-size: 1.5rem;
  line-height: 1.86667;
}

.ec-link_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -12px;
}

.ec-link_list-item {
  width: calc(50% - 6px);
  margin-top: 12px;
}
.ec-link_list-item a {
  line-height: 2;
  padding: 10px;
}
.ec-link_list-item a::before {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.ec-box-wrap {
  padding-top: 80px;
}

.ec-box {
  padding-top: 56px;
}
.ec-box:first-of-type {
  padding-top: 0;
}
.ec-box .box-item {
  padding-top: 40px;
}
.ec-box .box-item:first-of-type {
  padding-top: 15px;
}
.ec-box .replace {
  padding: 7px 0;
}
.ec-box .replace img {
  height: 14px;
}

.ec-table {
  padding: 20px 20px;
  border-radius: 16px;
}

.com-list_01 > li {
  margin-bottom: 20px;
}
.com-list_01 > li:last-of-type {
  margin-bottom: 0;
}

/*スマホナビ　位置変更
------------------------------------------ */
.orgn_sp-nav .ec-headerNavSP {
  width: 50px;
  height: 50px;
  padding: 14px;
  left: initial;
  right: 10px;
  top: 20px;
  color: #fff;
  background: #05613b;
}
.orgn_sp-nav .ec-headerNavSP .fas {
  font-size: 2.2rem;
}

.ec-drawerRoleClose {
  width: 50px;
  height: 50px;
  padding: 14px;
  color: #fff;
  background: #05613b;
  left: initial;
  top: 20px;
  right: 265px;
}
.ec-drawerRoleClose .fas {
  font-size: 2.2rem;
}

.ec-overlayRole {
  z-index: 5;
}

.ec-drawerRole {
  left: initial;
  right: 0;
  transform: translateX(300px);
}

.ec-drawerRole .ec-headerSearch,
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a {
  background: #fff;
}

.ec-drawerRole .drawer-nav {
  background: #fff;
  padding: 40px 0 10px;
}
.ec-drawerRole .drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #bfbfbf;
}
.ec-drawerRole .drawer-nav .drawer-menu > li > a {
  display: block;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 0;
  line-height: 2.14286;
  text-decoration: none;
  padding: 15px 4%;
  box-sizing: border-box;
}
.ec-drawerRole .drawer-nav .drawer-menu > li > a:hover {
  text-decoration: none;
  color: #eba035;
}
.ec-drawerRole .drawer-nav .drawer-sub-menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  background: #05613b;
  position: relative;
  z-index: 0;
}
.ec-drawerRole .drawer-nav .drawer-sub-menu::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f6f7ec;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.ec-drawerRole .drawer-nav .drawer-sub-menu li {
  width: 50%;
  height: 60px;
  border-bottom: 1px solid #f6f7ec;
  box-sizing: border-box;
}
.ec-drawerRole .drawer-nav .drawer-sub-menu li:nth-of-type(2n + 1) {
  border-right: solid 1px #f6f7ec;
}
.ec-drawerRole .drawer-nav .drawer-sub-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.66667;
  transition: all 0.24s;
}
.ec-drawerRole .drawer-nav .drawer-sub-menu li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.16);
}

.ec-drawerRole .ec-headerLinkArea {
  padding-bottom: 80px;
}