@charset "UTF-8";
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/
/* Simplicity子テーマ用のスタイル */
/************************************
** 基本設定
************************************/

body {
  background-color: #E95031;
  /*font-family: 'Hiragino Kaku Gothic Pro', serif;*/
  font-family: "ヒラギノ角ゴ W3 JIS2004";
  font-weight: 300;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
  /* font-feature-settings: "palt";
  -webkit-text-size-adjust: none; */
}

/* PC */
@media screen and (min-width:751px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/* スマホ */
@media screen and (max-width:750px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /* #body {
    width: 100%;
    margin: 0 auto;
  } */
}



/************************************
** WEBフォント
************************************/

.f01  {font-family: "Kaisho MCBK1"; font-weight: 800;}



/************************************
** ヘッダー(header)
************************************/

#header {
  position:relative;
  width: 100%;
}
#header #header-in {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}
#header #h-top {
  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;
  padding: 1.4em 2%;
}
#header #h-top #header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.1em;
  line-height: 1;
}
#header #h-top #header-link > div {
  line-height: 1;
  text-align: center;
}
#header #h-top #header-link > div img {
  display: block;
  width: 32px;
  margin: 0 auto 5px;
}
#header #h-top #header-link > div span {
  font-size: 12px;
}
#header #h-top .top-title-catchphrase {
  width: 311px;
}
#header #h-top .top-title-catchphrase #site-title {
  margin: 0;
}

/* スマホ */
@media screen and (max-width:750px){

  #header #h-top {
    padding: 1em 5%;
  }
  #header #h-top #header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 1.1em;
    line-height: 1;
  }
  #header #h-top #header-link > div img {
    width: 28px;
    margin: 0 auto;
  }
  #header #h-top #header-link > div span {
    display: none;
  }
  #header #h-top .top-title-catchphrase {
    width: 200px;
  }

}



/************************************
** ナビゲーション
************************************/

header #h-top #mobile-navi-open {
  cursor: pointer;
  line-height: 1;
  text-align: center;
}
header #h-top #mobile-navi-open img {
  display: block;
  width: 32px;
  margin: 0 auto 5px;
}
header #h-top #mobile-navi-open span {
  width: 12px;
}
header #h-top #mobile-navi-open .close_icon {
  display: none;
}
header #h-top #mobile-navi-open .close_text {
  display: none;
}
header #h-top #mobile-navi-open.open .open_icon {
  display: none;
}
header #h-top #mobile-navi-open.open .open_text {
  display: none;
}
header #h-top #mobile-navi-open.open .close_icon {
  display: block;
}
header #h-top #mobile-navi-open.open .close_text {
  display: inline;
}
header nav#mobile-navi {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #E95031;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0 !important;
}
header nav#mobile-navi #mobile-navi-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
}
header nav#mobile-navi #mobile-navi-in .mobile_navi_left {
  background: url(images/navi-img0.jpg) no-repeat center center;
  background-size: cover;
  width: 184px;
  height: 100%;
}
header nav#mobile-navi #mobile-navi-in .mobile_navi_center {
  background: url(images/menu-logo-kintaro.png) no-repeat 50% 52%;
  background-size: 100% auto;
  width: 34.5%;
}
header nav#mobile-navi #mobile-navi-in .mobile_navi_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 23%;
  margin-right: calc(2% + 48px);
  padding: 16vh 0 7vh;
}
header nav#mobile-navi #mobile-navi-in .mobile_navi_right #mobile-navi-menu li {
  margin-bottom: 0.3rem;
  font-size: 50px;
}
header nav#mobile-navi #mobile-navi-in .mobile_navi_right #mobile-navi-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6em 2.3em;
  max-width: 250px;
  margin-top: auto;
}
header nav#mobile-navi #mobile-navi-in .mobile_navi_right #mobile-navi-link li {
  font-size: 16px;
}
header nav#mobile-navi #mobile-navi-in .mobile_navi_kintaro_sp_wrap {
  display: none;
}

/* 1280px以下 */
@media screen and (max-width:1280px) {

  header nav#mobile-navi #mobile-navi-in .mobile_navi_right #mobile-navi-menu li {
    margin-bottom: 1em;
    font-size: 24px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  header #h-top #mobile-navi-open img {
    width: 28px;
    margin: 0 auto;
  }
  header #h-top #mobile-navi-open span {
    display: none !important;
  }
  header nav#mobile-navi #mobile-navi-in {
    position: relative;
    display: block;
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_left {
    display: none;
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_center {
    display: none;
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_right {
    width: 50%;
    margin: 0 auto;
    padding: 13vh 0 0;
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_right #mobile-navi-menu li {
    margin-bottom: 0.5em;
    font-size: 32px;
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_right #mobile-navi-link {
    gap: 0.6em 2.3em;
    max-width: none;
    margin-top: 2em;
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_kintaro_sp_wrap {
    position: absolute;
    bottom: -20vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 80vw;
    height: 80vw;
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_kintaro_sp .mobile_navi_kintaro_sp_item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80vw !important;
    height: 80vw !important;
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_kintaro_sp .mobile_navi_kintaro_sp_item.normal {
    background-image: url(images/kintaro2.png);
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_kintaro_sp .mobile_navi_kintaro_sp_item.katsuomeshi {
    background-image: url(images/kintaro-katsuo.png);
  }
  header nav#mobile-navi #mobile-navi-in .mobile_navi_kintaro_sp .mobile_navi_kintaro_sp_item.imotenko {
    background-image: url(images/kintaro-imoten.png);
  }

}



/************************************
** フッター(footer)
************************************/

#footer {
  width: 100%;
}
#footer #footer-in {
  padding: 10.7em 1em 3.6em;
}
#footer #footer-in #footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 1.1em;
}
#footer #footer-in #footer-banner li {
  width: 290px;
}
#footer #footer-in #footer-logo {
  width: 383px;
  margin: 15.6em auto 12.3em;
}
#footer #footer-in #footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em 3.6em;
}
#footer #footer-in #footer-menu li {
  font-size: 24px;
}
#footer #footer-in #footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 1.1em;
  margin-top: 3.6em;
}
#footer #footer-in #footer-link li {
  text-align: center;
  line-height: 1;
}
#footer #footer-in #footer-link li img {
  display: block;
  width: 32px;
  margin: 0 auto 5px;
}
#footer #footer-in #footer-link li span {
  font-size: 12px;
}

/* 1280px以下 */
@media screen and (max-width:1280px){
 
  #footer #footer-in #footer-banner-wrap {
    width: 596px;
    margin: 0 auto;
  }
  #footer #footer-in #footer-banner {
    display: block;
  }
  #footer #footer-in #footer-banner-wrap .bx-wrapper .bx-controls-direction a {
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 30px;
  }
  #footer #footer-in #footer-banner-wrap .bx-wrapper .bx-prev {
    left: -30px;
    background: url(images/prev1.svg) no-repeat left center;
    background-size: 100% auto;
  }
  #footer #footer-in #footer-banner-wrap .bx-wrapper .bx-next {
    right: -30px;
    background: url(images/next1.svg) no-repeat left center;
    background-size: 100% auto;
  }

}

/* スマホ */
@media screen and (max-width:750px){
 
  #footer #footer-in {
    padding: 3.6em 1em;
  }
  #footer #footer-in #footer-banner-wrap {
    width: 290px;
  }
  #footer #footer-in #footer-logo {
    width: 265px;
    margin: 10.7em auto;
  }
  #footer #footer-in #footer-menu {
    gap: 2em 2.3em;
  }
  #footer #footer-in #footer-menu li {
    font-size: 16px;
  }

}



/************************************
** 投稿・ページ
************************************/

.entry-content img {
  display: block;
}
.page article h2 {
  margin: 0;
}
body .grecaptcha-badge {
  display: none;
}

body.page-contact .grecaptcha-badge,
body.page-monitor .grecaptcha-badge {
  display: block;
}

/* 共通ボタン */



/************************************
** アニメーション
************************************/



/************************************
** 共通パーツ
************************************/

.bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  border: none !important;
  background: none !important;
}

#main {
  padding-top: 90px;
}

/* スマホ */
@media screen and (max-width:750px) {

  #main {
    padding-top: 56px;
  }

}



/* ホバー時透過 */
.alpha:hover {
  opacity: 0.6;
}



/* ボタン */
/* 赤背景白文字 */
.btn_type1 {
  background-color: #E95031;
  border: 1px solid #FFF;
  border-radius: 100vh;
  color: #FFF;
}
.btn_type1:hover {
  background-color: #FFF;
  border: 1px solid #E95031;
  color: #E95031;
}

/* 赤背景白文字（暗い赤色） */
.btn_type2 {
  background-color: #DC5136;
  border: 1px solid #FFF;
  border-radius: 100vh;
  color: #FFF;
}
.btn_type2:hover {
  background-color: #FFF;
  border: 1px solid #DC5136;
  color: #DC5136;
}

/* 白背景赤文字 */
.btn_type3 {
  background-color: #FFF;
  border: 1px solid #E95031;
  border-radius: 100vh;
  color: #E95031;
}
.btn_type3:hover {
  background-color: #E95031;
  border: 1px solid #FFF;
  color: #FFF;
}



/* 暖簾ヘッダー */
section .section_inner .noren_header {
  position: relative;
  background: url(images/noren.png) no-repeat center top;
  background-size: 100% auto;
  aspect-ratio: 1 / 0.14947916666666666;
  width: 100%;
  z-index: 901;
}
section .section_inner .noren_header h2 {
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-size: 50px;
  line-height: 1.4;
  text-align: center;
  color: #E95031;
}

/* 900px以下 */
@media screen and (max-width:900px){

  section .section_inner .noren_header {
    background-size: auto 100%;
    aspect-ratio: 1 / 0.16666666666666666;
  }
  section .section_inner .noren_header h2 {
    font-size: 32px;
    line-height: 1;
  }

}



/* ボーダー付き縦書きテキスト */
.tate_border_text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #FFF;
  font-size: 20px;
  line-height: 1;
}
.tate_border_text span {
  display: block;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #FFF;
  padding: 0 0.9em;
}



/* 店舗情報 */
#shop-info {
  background-color: #FFF;
  width: 100%;
  padding: 10.2em 0;
}
#shop-info .section_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: 1180px;
  margin: 0 auto;
}
#shop-info .section_inner #shop-title {
  order: 2;
  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;
  width: 280px;
}
#shop-info .section_inner #shop-title h2 {
  font-size: 70px;
  line-height: 1;
  text-align: center;
  color: #E95031;
}
#shop-info .section_inner #shop-title h3 {
  margin-top: 1.5em;
  font-size: 22px;
  line-height: 1.73;
  text-align: center;
  color: #E95031;
}
#shop-info .section_inner #shop-title .tate_border_text {
  border-color: #DF401F;
  margin-top: 2.5em;
  color: #DF401F;
}
#shop-info .section_inner #shop-title .tate_border_text span {
  border-color: #DF401F;
}
#shop-info .section_inner #shop-title div {
  margin-top: 2.5em;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
#shop-info .section_inner #shop-title div a {
  background: url(images/arrow-up-right2.svg) no-repeat left 60%;
  background-size: 0.8em;
  padding-left: 1.5em;
  color: #DC5136;
}
#shop-info .section_inner > figure {
  order: 1;
  width: 788px;
}

/* 1280px以下 */
@media screen and (max-width:1280px){

  #shop-info {
    padding: 3.6em 0;
  }
  #shop-info .section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 1.1em;
  }
  #shop-info .section_inner #shop-title {
    order: 1;
    width: 100%;
  }
  #shop-info .section_inner #shop-title h2 {
    font-size: 32px;
  }
  #shop-info .section_inner #shop-title h3 {
    font-size: 16px;
    line-height: 1.75;
  }
  #shop-info .section_inner > figure {
    order: 2;
    width: 100%;
    margin-top: 4.6em;
  }

}



/* オリジナル商品 */
#original-product {
  width: 100%;
  padding-bottom: 10.7em;
}
#original-product .section_inner {
  width: 100%;
}
#original-product .section_inner #product-body {
  width: 1232px;
  margin: 5.4em auto 0;
}
#original-product .section_inner #product-body #product-carousel .product_carousel_item {
  width: 400px !important;
}
#original-product .section_inner #product-body #product-carousel .product_carousel_item h3 {
  background: url(images/shokutaku.svg) no-repeat center top;
  background-size: 206px auto;
  padding-top: 56px;
  font-size: 80px;
  line-height: 1.25;
  text-align: center;
}
#original-product .section_inner #product-body #product-carousel .product_carousel_item figure {
  width: 291px;
  margin: 1.8em auto 3.2em;
}
#original-product .section_inner #product-body #product-carousel .product_carousel_item .detail_btn a {
  box-sizing: border-box;
  display: block;
  width: 294px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 24px;
  text-align: center;
}
#original-product .section_inner #product-body #product-carousel .product_development .detail_btn a {
  background-color: #E95031;
  border: 1px solid #FFF;
  border-radius: 100vh;
}
#original-product .section_inner #product-body #product-carousel .product_development .detail_btn a {
  opacity: 0.4;
}
#original-product .section_inner #product-body .bx-wrapper .bx-controls-direction a {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
#original-product .section_inner #product-body .bx-wrapper .bx-prev {
  left: -50px;
  background: url(images/prev2.svg) no-repeat left center;
  background-size: 100% auto;
}
#original-product .section_inner #product-body .bx-wrapper .bx-next {
  right: -50px;
  background: url(images/next2.svg) no-repeat left center;
  background-size: 100% auto;
}

/* カルーセル調整 */
@media screen and (max-width:1350px){

  #original-product .section_inner #product-body {
    width: 816px;
  }

}
/* カルーセル調整 */
@media screen and (max-width:930px){

  #original-product .section_inner #product-body {
    width: 400px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  #original-product {
    padding-bottom: 3.6em;
  }
  #original-product #product-header h2 {
    font-size: 0;
  }
  #original-product #product-header h2::before {
    content: "金太郎オリジナル商品";
    font-size: 32px;
  }
  #original-product .section_inner #product-body {
    width: 92%;
    margin: 2.3em auto 0;
  }
  #original-product .section_inner #product-body #product-carousel {
    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;
    row-gap: 2.6em;
  }
  #original-product .section_inner #product-body #product-carousel .product_carousel_item {
    width: 160px !important;
  }
  #original-product .section_inner #product-body #product-carousel .product_carousel_item h3 {
    background-size: 100px auto;
    padding-top: 31px;
    font-size: 32px;
    line-height: 1;
  }
  #original-product .section_inner #product-body #product-carousel .product_carousel_item figure {
    width: 124px;
    margin: 0.6em auto 1.1em;
  }
  #original-product .section_inner #product-body #product-carousel .product_carousel_item .detail_btn a {
    width: 160px;
    padding: 0.5em 0;
    font-size: 16px;
  }

}



/* フォーム設定 */
form dl dt {
  color: #262626;
}
form dl dt {
  font-size: 16px;
  color: #262626;
}
form dl dd {
  font-size: 16px;
  color: #262626;
}
form dl dt .required {
  color: #262626;
}
form dl dt .required::before {
  content: "必須";
  display: inline-block;
  background-color: #E95031;
  border-radius: 100vh;
  margin-right: 1.3em;
  padding: 0.5em 1.5em;
  font-size: 12px;
  color: #FFF;
}
form dl dt .optional::before {
  content: "任意";
  display: inline-block;
  border: 1px solid #BFBFBF;
  border-radius: 100vh;
  margin-right: 1.3em;
  padding: 0.5em 1.5em;
  font-size: 12px;
  color: #BFBFBF;
}
form dl dd input[type="text"],
form dl dd input[type="email"],
form dl dd input[type="tel"],
form dl dd textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; */
  box-shadow: none;
  color: #262626;
  /* display: block; */
  font-size: 16px;
  line-height: 1.5;
  padding: 1.6em;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}
form dl dd input[type="text"]::placeholder,
form dl dd input[type="email"]::placeholder,
form dl dd input[type="tel"]::placeholder,
form dl dd textarea::placeholder {
  color: #CCCCCC;
}
form dl dd input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  vertical-align: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form dl dd input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #262626;
  content: '';
}
form dl dd input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #E5E5E5;
  border: none;
  border-radius: 2px;
  vertical-align: -6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form dl dd input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 4px;
  transform: rotate(50deg);
  width: 10px;
  height: 14px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
}
form dl dd select {
  appearance: none;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  border: 1px solid #BFBFBF;
  box-shadow: none;
  padding: 1.6em;
  font-size: 16px;
  cursor: pointer;
}
form dl dd .wpcf7-not-valid-tip {
  color: #E95031;
  display: block;
  margin-top: 0.6em;
}
form .btn_submit {
  text-align: center;
}
form .btn_submit input[type="submit"] {
  display: block;
  background: #DC5136 url(images/arrow-right2.svg) no-repeat 85% 50%;
  background-size: 1.7em auto;
  border: none;
  border-radius: 100vh;
  margin: 0 auto;
  padding: 0.9em 4.5em 0.9em 2em;
  font-size: 16px;
  font-family: 'A-OTF Kaisho MCBK1 Pro', serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.5s;
}
form .btn_submit input[type="submit"]:hover {
  opacity: 0.6;
}
#wrapper form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  color: #E95031;
  text-align: center;
}



/* フォームフロー */
#wrapper .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 2.3em;
}
#wrapper .form_flow li {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100vh;
  width: 150px;
  padding: 0.6em 0;
  font-size: 16px;
  text-align: center;
  color: #262626;
}
#wrapper .form_flow li .flow_number {
  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;
  background-color: #BFBFBF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1.1em;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
}
#wrapper .form_flow li.active {
  border: 1px solid #E95031;
  color: #DC5136;
}
#wrapper .form_flow li.active .flow_number {
  background-color: #E95031;
}

/* スマホ */
@media screen and (max-width:750px) {
  
  #wrapper {
    overflow: hidden;
  }
  #wrapper .form_flow {
    column-gap: 0;
  }
  #wrapper .form_flow li {
    width: calc(100% / 3);
    max-width: 150px;
  }
  #wrapper .form_flow li .flow_number {
    width: 10px;
    height: 10px;
    margin-right: 0.8em;
    overflow: hidden;
    text-indent: -9999px;
  }

}



/************************************
** HOME
************************************/

/* loading */
.home #loading {
  position: fixed;
  top: 0;
  z-index: 100000;
  background-color: #E95031;
  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: 100%;
  height: 100vh;
}
/* loading */

@media screen and (max-width:1280px){
  
  .home #loading img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  
}

/* キービジュアル */
.home #keyvisual {
  width: 100%;
}
.home #keyvisual .keyvisual_inner {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.home #keyvisual .keyvisual_inner #keyvisual-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(images/top/kv-pc-0.jpg);
  width: 100%;
  height: 70vh;
  max-height: 47vw;
  transition: all 0.5s;
}
.home #keyvisual .keyvisual_inner #keyvisual-news {
  box-sizing: border-box;
  position: absolute;
  top: 2.4%;
  right: 1.1%;
  background-color: #FFF;
  border-radius: 5px;
  padding: 0.6em 0.7em;
}
.home #keyvisual .keyvisual_inner #keyvisual-news ul li a {
  display: block;
  background: url(images/arrow-right1.svg) no-repeat 110% 50%;
  background-size: 1em auto;
  font-size: 14px;
  color: #E95031;
  transition: all 0.5s;
}
.home #keyvisual .keyvisual_inner #keyvisual-news ul li a:hover {
  background-position: 100% 50%;
  padding-right: 1.5em;
}
.home #keyvisual .keyvisual_inner #keyvisual-news ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.home #keyvisual .keyvisual_inner #keyvisual-news ul li a > span:nth-child(2) {
  display: none;
}
.home #keyvisual .keyvisual_inner #keyvisual-news ul li a .news_icon {
  background: url(images/icon-news.svg) no-repeat left top;
  background-size: 100% auto;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.4em;
}
.home #keyvisual .keyvisual_inner #keyvisual-news ul li a .news_date {
  margin-right: 0.8em;
}
.home #keyvisual .keyvisual_inner #keyvisual-menu {
  position: absolute;
  right: 2%;
  bottom: -5.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  column-gap: 2.7em;
}
.home #keyvisual .keyvisual_inner #keyvisual-menu li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 70px;
  line-height: 1;
}
.home #keyvisual .keyvisual_inner #keyvisual-menu li a {
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.5s; 
}
/* 親要素にホバーした時、すべてのli aを半透明にする */
.home #keyvisual .keyvisual_inner #keyvisual-menu:hover li a {
  opacity: 0.5;
}
/* ホバーしているli aは完全に不透明にする */
.home #keyvisual .keyvisual_inner #keyvisual-menu li:hover a {
  opacity: 1;
}
.home #keyvisual .keyvisual_inner #keyvisual-menu li:hover a:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(/wp/wp-content/themes/simplicity2-child/images/arrow-up-right1.svg) center center;
  background-size: 20px;
}
.home #keyvisual .keyvisual_inner #keyvisual-menu li:nth-child(4),
.home #keyvisual .keyvisual_inner #keyvisual-menu li:nth-child(5){
  display: none;
}
.home #keyvisual .keyvisual_inner #keyvisual-menu li:nth-child(4):hover a,
.home #keyvisual .keyvisual_inner #keyvisual-menu li:nth-child(5):hover a{
  opacity: 0.5;
}
.home #keyvisual .keyvisual_inner #keyvisual-menu li:nth-child(4):hover a:after,
.home #keyvisual .keyvisual_inner #keyvisual-menu li:nth-child(5):hover a:after {
  background: none;
}

.home #keyvisual .keyvisual_inner #keyvisual-text {
  position: absolute;
  left: 1.6%;
  bottom: -5.7%;
}
.home #keyvisual .keyvisual_inner #keyvisual-text p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-left: 1px solid #FFF;
  font-size: 34px;
  line-height: 1;
}
.home #keyvisual .keyvisual_inner #keyvisual-text p span {
  display: block;
  border-right: 1px solid #FFF;
  padding: 0 0.5em;
}

/* 金太郎画像 */
.home #keyvisual .keyvisual_inner #kintaro-image {
  position: absolute;
  z-index: 902;
  left: 50%;
  bottom: -21.75vw;
  transform: translateX(-50%);
  width: 45vw;
  height: 35vw;
  transition: bottom 0.5s ease;
  /*width: 354px;*/
  /*height: 403px;*/
}
.home #keyvisual .keyvisual_inner #kintaro-image.initial {
  bottom: -50vw;
}
.home #keyvisual .keyvisual_inner #kintaro-image.fixed {
  position: fixed;
  bottom: calc(50% - 200px);
  transition: inherit;
}

/* スマホ・1280px以下用 */
.home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap {
  display: none;
}

/* 1280px以下 */
@media screen and (max-width:1280px){

  .home #keyvisual .keyvisual_inner {
    width: 100%;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-image {
    display: none;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-news {
    position: static;
    top: auto;
    right: auto;
    border-radius: 0;
    width: 100%;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-news ul li {
    width: fit-content !important;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-news ul li a {
    white-space: nowrap;
    background: none;
    overflow: hidden;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-news ul li a > span {
    display: inline-block;
    white-space: nowrap;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-news ul li a > span:nth-child(1) {
    animation: anim-scroll-second 10s infinite linear 0s both;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-news ul li a > span:nth-child(2) {
    display: inline-block;
    animation: anim-scroll-second 10s infinite linear 0s both;
  }
  
  .home #keyvisual .keyvisual_inner #keyvisual-menu {
    display: none;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-text {
    display: none;
  }

  /* 金太郎画像 */
  .home #keyvisual .keyvisual_inner #kintaro-image {
    display: none;
  }

  /* スマホ・1280px以下用 */
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap {
    display: block;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap .bx-viewport {
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel .keyvisual_carousel_item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 70vh;
    max-height: 47vw;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel .keyvisual_carousel_item h2 {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 56px;
    line-height: 1.3;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel .keyvisual_carousel_item .view_btn {
    position: absolute;
    top: 352px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel .keyvisual_carousel_item .view_btn a {
    display: block;
    background: url(images/arrow-right2.svg) no-repeat 85% 50%;
    background-size: 1em auto;
    border: 1px solid #FFF;
    border-radius: 100vh;
    padding: 0.4em 1.8em 0.4em 0.8em;
    font-size: 18px;
    line-height: 1;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel .keyvisual_carousel_item .kintaro_image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-kintaro { background-image: url(images/top/kv-sp-1.jpg); }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-katsuomeshi { background-image: url(images/top/kv-sp-2.jpg); }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-imotenko { background-image: url(images/top/kv-sp-3.jpg); }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-osouzai { background-image: url(images/top/kv-sp-4.jpg); }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-obentou { background-image: url(images/top/kv-sp-5.jpg); }
  
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-kintaro .kintaro_image {
    /*width: 249px;*/
    /*bottom: -161px;*/
    width: 50vw;
    bottom: -20vw;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-katsuomeshi .kintaro_image {
    /*width: 249px;*/
    /*bottom: -161px;*/
    width: 50vw;
    bottom: -20vw;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-imotenko .kintaro_image {
    /*width: 249px;*/
    /*bottom: -161px;*/
    width: 50vw;
    bottom: -20vw;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-osouzai .kintaro_image {
    /*width: 249px;*/
    /*bottom: -161px;*/
    width: 50vw;
    bottom: -20vw;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel #keyvisual-carousel-obentou .kintaro_image {
    /*width: 249px;*/
    /*bottom: -161px;*/
    width: 50vw;
    bottom: -20vw;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap .bx-wrapper .bx-controls-direction a {
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 78px;
    text-indent: -9999px;
    z-index: 100;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap .bx-wrapper .bx-prev {
    left: 0px;
    background: url(images/prev.svg) no-repeat left center;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap .bx-wrapper .bx-next {
    right: 0px;
    background: url(images/next.svg) no-repeat left center;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  .home #keyvisual .keyvisual_inner {
    /*height: calc(100vh - 56px);*/
    height: 75vh;
  }
  .home #keyvisual .keyvisual_inner #kintaro-image {
    width: 60vw;
    bottom: -5vh;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel .keyvisual_carousel_item .kintaro_image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap {
    box-sizing: border-box;
    height: 75vh;
    padding: 1.4em 1.1em 2em;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap .bx-wrapper {
    height: 75vh;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap .bx-viewport {
    height: 75vh;
    overflow: visible !important;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel {
    height: 75vh;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel .keyvisual_carousel_item {
    height: 75vh;
    max-height: none;
    margin: 0 1.1em 0 0;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap .bx-wrapper .bx-prev {
    left: -1.1em;
  }
  .home #keyvisual .keyvisual_inner #keyvisual-carousel-wrap .bx-wrapper .bx-next {
    right: -1.1em;
  }


}



/* リード */
.home #lead {
  width: 100%;
  padding: 8.9em 0 0;
}
.home #lead .section_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: 95%;
  max-width: 1376px;
  margin: 0 auto;
}
.home #lead .section_inner > h1 {
  width: 700px;
  font-size: 100px;
  line-height: 1.8;
}
.home #lead .section_inner > p {
  width: 504px;
  font-size: 22px;
  line-height: 1.73;
  text-align: justify;
}

/* 1280px以下 */
@media screen and (max-width:1280px){

  .home #lead {
    padding: 13.9em 0 4.8em;
  }
  .home #lead .section_inner {
    width: 88%;
    max-width: none;
  }
  .home #lead .section_inner > h1 {
    width: 350px;
    font-size: 50px;
    line-height: 1.4;
  }
  .home #lead .section_inner > p {
    width: calc(100% - 380px);
    max-width: 504px;
    font-size: 16px;
    line-height: 1.75;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  .home #lead .section_inner {
    display: block;
    width: auto;
    margin: 0 1.1em;
  }
  .home #lead .section_inner > p {
    width: 100%;
    max-width: none;
    margin-top: 2.1em;
  }

}



/* コンテンツ紹介 */
.home .contents_box {
  box-sizing: border-box;
  width: 95%;
  max-width: 1376px;
  margin: 5em auto 0;
  padding: 1.4em;
  transition: all 0.7s;
}
.home .contents_box .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #E95031;
  padding: 5.7em 3.6em;
  transition: all 0.7s;
}
.home .contents_box .section_inner .contents_box_text {
  width: 400px;
  margin-top: 1em;
}
.home .contents_box .section_inner .contents_box_text h2 {
  background: url(images/shokutaku.svg) no-repeat center top;
  background-size: 206px auto;
  padding-top: 56px;
  font-size: 80px;
  line-height: 1.25;
  text-align: center;
}
.home .contents_box .section_inner .contents_box_text h3 {
  margin-top: 1em;
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
}
.home .contents_box .section_inner .contents_box_text p {
  margin-top: 4.4em;
  font-size: 16px;
  line-height: 1.75;
}
.home .contents_box .section_inner .contents_box_image {
  position: relative;
  width: 400px;
}
.home .contents_box .section_inner .contents_box_image figure {
  overflow: hidden;
  width: 400px;
  height: 400px;
}
.home .contents_box .section_inner .contents_box_image figure img {
  transition: all 0.7s;
}
.home .contents_box .section_inner .contents_box_image p {
  position: absolute;
  left: 88px;
  top: 344px;
  font-size: 42px;
  line-height: 1;
}
.home .contents_box .section_inner .contents_box_image p span {
  display: block;
  width: fit-content;
  transition: all 0.7s;
  margin-bottom: 1px;
}
.home .contents_box .section_inner .contents_box_image p .contents_box_arrow {
  background: url(images/arrow-right2.svg) no-repeat left center;
  background-size: 41px;
  width: 41px;
  height: 41px;
}
.home .contents_box .section_inner .contents_box_image .kintaro_image {
  display: none;
}
.home .contents_box .section_inner .contents_box_image .detail_btn {
  display: none;
}

/* マウスオーバー */
.home .contents_box:hover {
  background-color: #DF401F;
}
.home .contents_box:hover .section_inner {
  border-color: #FFF;
}
.home .contents_box:hover .section_inner .contents_box_image figure img {
  transform: scale(1.07);
}
.home .contents_box:hover .section_inner .contents_box_image p span {
  background-color: #FFF;
  color: #DF401F;
}
.home .contents_box:hover .section_inner .contents_box_image p .contents_box_arrow {
  background: #FFF url(images/arrow-right3.svg) no-repeat left center;
}

/* 1280px以下 */
@media screen and (max-width:1280px){

  .home .contents_box {
    background-color: #DF401F;
    border-radius: 10px;
    width: auto;
    max-width: none;
    margin: 2.3em 1.1em 0;
    padding: 0;
  }
  .home .contents_box .section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 3.6em 1.1em;
  }
  .home .contents_box .section_inner .contents_box_text {
    display: contents;
  }
  .home .contents_box .section_inner .contents_box_text h2 {
    order: 1;
    font-size: 60px;
    line-height: 1.67;
  }
  .home .contents_box .section_inner .contents_box_text h3 {
    order: 2;
    margin-top: 0.4em;
    font-size: 20px;
    line-height: 1.5;
  }
  .home .contents_box .section_inner .contents_box_text p {
    order: 4;
    margin-top: 1.6em;
    font-size: 16px;
    line-height: 1.75;
  }
  .home .contents_box .section_inner .contents_box_image {
    order: 3;
    width: 100%;
  }
  .home .contents_box .section_inner .contents_box_image figure {
    display: none;
  }
  .home .contents_box .section_inner .contents_box_image p {
    display: none;
  }
  .home .contents_box .section_inner .contents_box_image .kintaro_image {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 1.8em auto 0;
  }
  .home .contents_box .section_inner .contents_box_image .detail_btn {
    display: block;
    width: 144px;
    margin: 1.8em auto 0;
  }
  .home .contents_box .section_inner .contents_box_image .detail_btn a {
    display: block;
    background-color: #E95031;
    border: 1px solid #FFF;
    border-radius: 100vh;
    padding: 0.5em 0;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
  }

  /* マウスオーバー */
  .home .contents_box:hover {
    background-color: #DF401F;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  
}



/* 金太郎本舗からのお知らせ */
.home #news {
  width: 100%;
  padding: 4em 0 7.1em;
}
.home #news .section_inner {
  width: 100%;
}
.home #news .section_inner {
  position: relative;
  z-index: 905;
}
.home #news .section_inner #kintaro-image-noren {
  display: none;
  position: absolute;
  z-index: 905;
  left: 50%;
  top: -21.75vw;
  transform: translateX(-50%);
  width: 27.5vw;
  height: 21.75vw;
  /* width: 354px; */
  /* height: 403px; */
}
.home #news .section_inner #kintaro-image-noren.show {
  display: block;
}

.home #news .section_inner #news-body {
  box-sizing: border-box;
  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: 1190px;
  margin: 7.1em auto 0;
}
.home #news .section_inner #news-body #news-body-title {
  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;
  width: 280px;
}
.home #news .section_inner #news-body #news-body-title h3 {
  font-size: 70px;
  line-height: 1;
  text-align: center;
}
.home #news .section_inner #news-body #news-body-title .tate_border_text {
  margin: 2.5em 0;
}
.home #news .section_inner #news-body #news-body-title div {
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.home #news .section_inner #news-body #news-body-title div a {
  background: url(images/arrow-up-right1.svg) no-repeat left 60%;
  background-size: 0.8em;
  padding-left: 1.5em;
}
.home #news .section_inner #news-body #news-body-list {
  width: 786px;
}
.home #news .section_inner #news-body #news-body-list li a {
  display: block;
  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;
  transition: all 0.7s;
  padding: 2.1em;
}
.home #news .section_inner #news-body #news-body-list li a .news_thumb {
  overflow: hidden;
  border-radius: 4px;
  width: 180px;
  height: 180px;
}
.home #news .section_inner #news-body #news-body-list li a .news_thumb span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.7s;
  width: 100%;
  height: 100%;
}
.home #news .section_inner #news-body #news-body-list li a dl {
  width: 410px;
}
.home #news .section_inner #news-body #news-body-list li a dl dt {
  font-size: 26px;
  line-height: 1.77;
}
.home #news .section_inner #news-body #news-body-list li a dl dd {
  margin-top: 0.8em;
  font-size: 16px;
  line-height: 1.75;
  display: -webkit-box;             
  -webkit-box-orient: vertical;      /* 垂直方向に配置 */
  overflow: hidden;                  /* 溢れた部分を隠す */
  text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; 
}
.home #news .section_inner #news-body #news-body-list li a .news_arrow {
  box-sizing: border-box;
  background: url(images/arrow-right2.svg) no-repeat 50% 38%;
  background-size: 2.4em auto;
  border-radius: 100vh;
  width: 78px;
  height: 78px;
  transition: all 0.7s;
  padding-top: 3.9em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

/* マウスオーバー */
.home #news .section_inner #news-body #news-body-list li a:hover {
  background-color: #C93D22;
}
.home #news .section_inner #news-body #news-body-list li a:hover .news_thumb span {
  transform: scale(1.15);
}
.home #news .section_inner #news-body #news-body-list li a:hover .news_arrow {
  background-color: #FFF;
  background-image: url(images/arrow-right3.svg);
  color: #E95031;
}

/* 1280px以下 */
@media screen and (max-width:1280px){

  .home #news {
    padding: 7.1em 0;
  }
  .home #news .section_inner #news-body {
    display: block;
    width: auto;
    margin: 4.4em 1.1em 0;
  }
  .home #news .section_inner #news-body #news-body-title {
    width: 100%;
  }
  .home #news .section_inner #news-body #news-body-title h3 {
    font-size: 40px;
  }
  .home #news .section_inner #news-body #news-body-list {
    width: 100%;
    margin: 3.6em auto 0;
  }
  .home #news .section_inner #news-body #news-body-list li a {
    padding: 1.1em;
  }
  .home #news .section_inner #news-body #news-body-list li a .news_thumb {
    width: 110px;
    height: 110px;
  }
  .home #news .section_inner #news-body #news-body-list li a dl {
    width: calc(100% - 110px - 1.1em);
  }
  .home #news .section_inner #news-body #news-body-list li a dl dt {
    font-size: 18px;
    line-height: 1.56;
  }
  .home #news .section_inner #news-body #news-body-list li a dl dd {
    margin-top: 0.3em;
  }
  .home #news .section_inner #news-body #news-body-list li a .news_arrow {
    display: none;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  .home #news .section_inner #news-header h2 {
    font-size: 26px;
  }

}



/* 店舗情報 */


/* 1280px以下 */
@media screen and (max-width:1280px){


}

/* スマホ */
@media screen and (max-width:750px) {
  
  
}



/*************************************************************************

** COMMON STYLE

**************************************************************************/

#main {
  width: 100%;
  margin: 0 auto;
}

.page article {
  margin: 0 auto 0 auto;
}
.page .page-header .sec_inner h1 {
  
}
.page .entry-title,
.archive #archive-title,
.single #archive-title {
  
}

/* タブレット */
@media screen and (max-width:960px) {
  
}

/* スマホ */
@media screen and (max-width:750px) {
  
}



/*************************************************************************

** ABOUT

**************************************************************************/

/* キービジュアル */
.page-about #keyvisual {
  width: 100%;
  padding: 0 0 10.7em;
}
.page-about #keyvisual .keyvisual_inner {
  width: 100%;
}
.page-about #keyvisual .keyvisual_inner .kintaro_carousel_wrap {
  width: 100%;
}
.page-about #keyvisual .keyvisual_inner .kintaro_carousel li {
  width: 600px !important;
}
.page-about #keyvisual .keyvisual_inner #keyvisual-text {
  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: 94%;
  max-width: 1000px;
  margin: 3.6em auto 0;
}
.page-about #keyvisual .keyvisual_inner #keyvisual-text > h1 {
  width: 430px;
  font-size: 70px;
  line-height: 1.7;
}
.page-about #keyvisual .keyvisual_inner #keyvisual-text > p {
  width: 380px;
  font-size: 22px;
  line-height: 1.73;
  text-align: justify;
}
.page-about #keyvisual .keyvisual_inner #kintaro-carousel-sp {
  display: none;
}

/* 1280px以下 */
@media screen and (max-width:1280px){

  .page-about #keyvisual .keyvisual_inner .kintaro_carousel li {
    width: 400px !important;
  }

}

/* 900px以下 */
@media screen and (max-width:900px){

  .page-about #keyvisual .keyvisual_inner #keyvisual-text > h1 {
    width: 350px;
    font-size: 50px;
  }
  .page-about #keyvisual .keyvisual_inner #keyvisual-text > p {
    width: calc(100% - 380px);
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-about #keyvisual {
    padding: 0 0 7.1em;
  }
  .page-about #keyvisual .keyvisual_inner .kintaro_carousel li {
    width: 200px !important;
  }
  .page-about #keyvisual .keyvisual_inner #keyvisual-text {
    display: block;
    width: 84%;
    max-width: none;
    margin: 1.4em auto;
  }
  .page-about #keyvisual .keyvisual_inner #keyvisual-text > h1 {
    width: auto;
    line-height: 1.6;
  }
  .page-about #keyvisual .keyvisual_inner #keyvisual-text > p {
    width: auto;
    margin-top: 2em;
    font-size: 16px;
    line-height: 1.75;
  }
  .page-about #keyvisual .keyvisual_inner #kintaro-carousel-sp {
    display: block;
  }

}



/* 金太郎本舗紹介 */
.page-about .about_kintaro {
  position: sticky;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.page-about .about_kintaro .section_inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
}
.page-about .about_kintaro .section_inner .about_kintaro_text {
  width: 500px;
}
.page-about .about_kintaro .section_inner .about_kintaro_text h2 {
  font-size: 52px;
  line-height: 1.63;
}
.page-about .about_kintaro .section_inner .about_kintaro_text p {
  margin-top: 2.3em;
  font-size: 22px;
  line-height: 1.73;
  text-align: justify;
}
.page-about #about-kintaro1 { background-image: url(images/about/about-img1.png); }
.page-about #about-kintaro2 { background-image: url(images/about/about-img2.jpg); }
.page-about #about-kintaro3 { background-image: url(images/about/about-img3.jpg); }

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-about .about_kintaro .section_inner .about_kintaro_text {
    width: 84%;
  }
  .page-about .about_kintaro .section_inner .about_kintaro_text h2 {
    font-size: 32px;
    line-height: 1.4;
  }
  .page-about .about_kintaro .section_inner .about_kintaro_text p {
    margin-top: 2em;
    font-size: 16px;
    line-height: 1.75;
  }

}



/* 金太郎ロゴ */
.page-about #kintaro-logo {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 10.7em 0 14.3em;
}
.page-about #kintaro-logo .section_inner figure {
  width: 383px;
  margin: 0 auto;
}

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-about #kintaro-logo {
    padding: 10.7em 0;
  }
  .page-about #kintaro-logo .section_inner figure {
    width: 49%;
  }

}



/* オリジナル商品 */
.page-about #original-product {
  position: relative;
  background-color: #E95031;
}

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-about #original-product .section_inner #product-header h2 {
    font-size: 0;
  }
  .page-about #original-product .section_inner #product-header h2::before {
    content: "金太郎オリジナル商品";
    font-size: 32px;
  }

}



/* お惣菜・お弁当 */
.page-about #osouzai-obentou {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 0 0 10.7em;
}
.page-about #osouzai-obentou .section_inner {
  width: 100%;
}
.page-about #osouzai-obentou .section_inner #osouzai-obentou-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 2.2em);
  max-width: 1200px;
  margin: 5em auto 0;
}
.page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box {
  width: 48%;
  max-width: 584px;
}
.page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box h3 {
  margin-top: 0.7em;
  font-size: 40px;
}
.page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box p {
  margin: 1em 0 3.1em;
  font-size: 16px;
  line-height: 1.8;
}
.page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box .detail_btn a {
  box-sizing: border-box;
  display: block;
  background-color: #E95031;
  border: 1px solid #FFF;
  border-radius: 100vh;
  width: 294px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 24px;
  text-align: center;
}
.page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box .detail_btn a:hover {
  background-color: #FFF;
  color: #E95031;
}

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-about #osouzai-obentou {
    padding: 3.6em 0 7.1em;
  }
  .page-about #osouzai-obentou .section_inner #osouzai-obentou-header h2 {
    font-size: 0;
  }
  .page-about #osouzai-obentou .section_inner #osouzai-obentou-header h2::before {
    content: "お惣菜・お弁当";
    font-size: 32px;
  }
  .page-about #osouzai-obentou .section_inner #osouzai-obentou-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.6em;
    width: calc(100% - 2.2em);
    max-width: none;
    margin: 2.3em auto 0;
  }
  .page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box {
    width: 100%;
    max-width: none;
  }
  .page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box h3 {
    margin-top: 0.5em;
    font-size: 32px;
    line-height: 1.44;
  }
  .page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box p {
    margin: 0.5em 0 2em;
    font-size: 16px;
    line-height: 1.75;
  }
  .page-about #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box .detail_btn a {
    width: 144px;
    padding: 0.5em 0;
    font-size: 16px;
  }

}



/* 店舗情報 */
.page-about #shop-info {
  position: relative;
}

/* スマホ */
@media screen and (max-width:750px) {
  
  
}



/*************************************************************************

** 商品ページ共通設定

**************************************************************************/

#main:has(.product_page) {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 0;
}



/* キービジュアル */
.product_page #keyvisual {
  position: relative;
  background-color: #E95031;
  width: 100%;
  margin-bottom: 510px;
  padding: 90px 0 2.7em;
}
.product_page #keyvisual .keyvisual_inner {
  position: relative;
  width: 100%;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-box {
  position: relative;
  width: 100%;
  height: 731px;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-box h1 {
  font-size: 200px;
  text-align: center;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-box #kintaro-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 572px;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-box .buy_btn {
  position: absolute;
  right: 10%;
  bottom: 4.3%;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-box .buy_btn a {
  display: block;
  background-image: url(images/icon-shop.svg);
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 1.3em;
  padding: 0.5em 1.5em 0.5em 3.5em;
  font-size: 24px;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-box .buy_btn a:hover {
  background-image: url(images/icon-shop2.svg);
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link > div {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link > div > a {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #C93D22;
  height: 400px;
  font-size: 20px;
  text-align: center;
  padding: 0 0.7em;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link > div > a span {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1em;
  padding-top: 1.5em;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_prev {
  left: 0;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_prev a {
  border-radius: 0 100vh 100vh 0;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_prev a span {
  background-image: url(images/arrow-left1.svg);
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_next {
  right: 0;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_next a {
  border-radius: 100vh 0 0 100vh;
}
.product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_next a span {
  background-image: url(images/arrow-right2.svg);
}
.product_page #keyvisual .keyvisual_inner #marquee-carousel-wrap {
  width: 100%;
  padding: 0.5em 0;
}
.product_page #keyvisual .keyvisual_inner #marquee-carousel-wrap li {
  box-sizing: border-box;
  width: fit-content !important;
  padding-left: 2em;
  font-size: 80px;
}

/* 1200px以下 */
@media screen and (max-width:1200px){

  .product_page #keyvisual .keyvisual_inner #keyvisual-box h1 {
    font-size: 150px;
    line-height: 2;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .product_page #main {
    background-position: center top;
  }
  .product_page #keyvisual {
    margin-bottom: 60vw;
    padding: 0;
    background-color: transparent;
  }
  .product_page #keyvisual .keyvisual_inner {
    background-color: #E95031;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-box {
    height: auto;
    padding-top: 10vw;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-box h1 {
    font-size: 70px;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-box #kintaro-image {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 90%;
    margin: -10vh auto 0 auto;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-box .buy_btn {
    display: none;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-link > div {
    top: 55%;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-link > div > a {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-color: transparent;
    width: 39px;
    height: 78px;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    font-size: 0;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-link > div > a span {
    padding-top: 0;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_prev a {
    border-radius: 0;
    background-image: url(images/prev.svg);
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_prev a span {
    background-image: none;
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_next a {
    border-radius: 0;
    background-image: url(images/next.svg);
  }
  .product_page #keyvisual .keyvisual_inner #keyvisual-link .keyvisual_link_next a span {
    background-image: none;
  }
  .product_page #keyvisual .keyvisual_inner #marquee-carousel-wrap {
    padding: 1em 0;
  }
  .product_page #keyvisual .keyvisual_inner #marquee-carousel-wrap li {
    background-size: 2em auto;
    font-size: 50px;
  }

}



/* リード */
.product_page #lead {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 7.1em 0 10.7em;
}
.product_page #lead .section_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: calc(100% - 2.2em);
  max-width: 1184px;
  margin: 0 auto;
}
.product_page #lead .section_inner > h1 {
  width: 500px;
  font-size: 50px;
  line-height: 1.44;
}
.product_page #lead .section_inner > h1 span {
  display: block;
  margin-top: 2em;
  font-size: 16px;
}
.product_page #lead .section_inner > p {
  width: calc(100% - 500px - 3.1em);
  max-width: 520px;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.product_page #lead .section_inner .buy_btn {
  display: none;
}

/* スマホ */
@media screen and (max-width:750px) {

  .product_page #lead {
    padding: 3.6em 0 7.1em;
  }
  .product_page #lead .section_inner {
    display: block;
  }
  .product_page #lead .section_inner > h1 {
    width: 100%;
    font-size: 32px;
  }
  .product_page #lead .section_inner > p {
    width: 100%;
    max-width: none;
    margin-top: 1.8em;
    font-size: 18px;
    line-height: 1.78;
    text-align: justify;
  }
  .product_page #lead .section_inner .buy_btn {
    display: block;
    margin-top: 2.3em;
  }
  .product_page #lead .section_inner .buy_btn a {
    display: block;
    background-image: url(images/icon-shop.svg);
    background-repeat: no-repeat;
    background-position: 1.5em 50%;
    background-size: 1.3em;
    width: fit-content;
    margin: 0 auto;
    padding: 0.5em 1.5em 0.5em 3.5em;
    font-size: 24px;
  }

}



/* おいしい作り方 */
.product_page #how-to-make {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 0 0 11.9em;
}
.product_page #how-to-make #package-carousel-wrap {
  width: 100%;
}
.product_page #how-to-make #package-carousel li {
  width: 421px !important;
}
.product_page #how-to-make .buy_btn a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 100vh;
  width: 730px;
  height: 143px;
  margin: 1.9em auto 0;
  font-size: 50px;
  text-align: center;
  white-space: nowrap;
  color: #E95031;
}
.product_page #how-to-make .buy_btn a::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 143px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(images/kintaro-katsuo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 246px;
  height: 246px;
  transition: all 0.7s;
}
.product_page #how-to-make .buy_btn a:hover::before {
  top: 0;
}
.product_page #how-to-make .buy_btn a span {
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  white-space: nowrap;
}
.product_page #how-to-make .buy_btn a span:first-of-type {
  animation: anim-scroll-first 30s infinite linear 0.1s both;
}
.product_page #how-to-make .buy_btn a span:last-of-type {
  animation: anim-scroll-second 30s infinite linear 0.1s both;
}

@keyframes anim-scroll-first {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes anim-scroll-second {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* 1440px以下 */
@media screen and (max-width:1440px) {

  .product_page #how-to-make #package-carousel li {
    width: 300px !important;
  }

}

/* 1200px以下 */
@media screen and (max-width:1200px) {

  .product_page #how-to-make .buy_btn a {
    width: 81%;
    max-width: 730px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .product_page #how-to-make {
    padding: 0 0 10.7em;
  }
  .product_page #how-to-make #how-to-make-header h2 {
    font-size: 0;
  }
  .product_page #how-to-make #how-to-make-header h2::before {
    content: "おいしい作り方";
    font-size: 32px;
  }
  .product_page #how-to-make #package-carousel li {
    width: 200px !important;
  }
  .product_page #how-to-make .buy_btn a {
    width: calc(100% - 1em);
    height: 86px;
    margin: 1.6em auto 0;
    font-size: 32px;
  }
  .product_page #how-to-make .buy_btn a::before {
    top: 86px;
    width: 180px;
    height: 180px;
  }

}



/* アレンジメニュー */
.product_page #arrangement-menu {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 0 0 10.7em;
}
.product_page #arrangement-menu #arrangement-menu-body {
  margin: 5.4em 4px 0;
}
.product_page #arrangement-menu #arrangement-menu-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_page #arrangement-menu #arrangement-menu-carousel .arrangement_menu_item {
  box-sizing: border-box;
  background-color: #FFF;
  width: calc((100% - 2px) / 3);
  padding: 1.7em;
}
.product_page #arrangement-menu #arrangement-menu-carousel .arrangement_menu_item .arrangement_menu_item_image {
  position: relative;
}
.product_page #arrangement-menu #arrangement-menu-carousel .arrangement_menu_item .arrangement_menu_item_image .zeppin {
  position: absolute;
  top: 27px;
  left: 27px;
  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;
  background: url(images/arrange-zeppin.svg) no-repeat left top;
  background-size: 100% auto;
  width: 142px;
  height: 142px;
  max-width: 142px;
  max-height: 142px;
  font-size: 24px;
  color: #E95031;
}
.product_page #arrangement-menu #arrangement-menu-carousel .arrangement_menu_item h3 {
  margin-top: 1.2em;
  font-size: 26px;
  line-height: 1.77;
  color: #000;
}
.product_page #arrangement-menu #arrangement-menu-carousel .arrangement_menu_item p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.product_page #arrangement-menu #arrangement-menu-body .arrangement_menu_other {
  display: none;
}

/* 1200px以下 */
@media screen and (max-width:1200px) {

  .product_page #arrangement-menu #arrangement-menu-carousel .arrangement_menu_item .arrangement_menu_item_image .zeppin {
    position: absolute;
    top: 27px;
    left: 27px;
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .product_page #arrangement-menu {
    padding: 0 0 7.1em;
  }
  .product_page #arrangement-menu #arrangement-menu-header h2 {
    font-size: 0;
  }
  .product_page #arrangement-menu #arrangement-menu-header h2::before {
    content: "アレンジメニュー";
    font-size: 32px;
  }
  .product_page #arrangement-menu #arrangement-menu-body {
    margin: 3.6em 4px 0;
  }
  .product_page #arrangement-menu #arrangement-menu-carousel {
    display: block;
  }
  .product_page #arrangement-menu #arrangement-menu-carousel .arrangement_menu_item {
    width: 100%;
  }
  .product_page #arrangement-menu #arrangement-menu-body .arrangement_menu_other {
    display: block;
    margin-top: 2.8em;
    font-size: 12px;
    text-align: center;
  }
  .product_page #arrangement-menu #arrangement-menu-body .bx-wrapper .bx-controls-direction a {
    top: inherit;
    bottom: -4em;
    width: 30px;
    height: 30px;
  }
  .product_page #arrangement-menu #arrangement-menu-body .bx-wrapper .bx-prev {
    left: 27%;
    background: url(images/arrow-left1.svg) no-repeat left center;
    background-size: 100% auto;
  }
  .product_page #arrangement-menu #arrangement-menu-body .bx-wrapper .bx-next {
    right: 27%;
    background: url(images/arrow-right2.svg) no-repeat left center;
    background-size: 100% auto;
  }

}



/* オリジナル商品 */
.product_page #original-product {
  position: relative;
  background-color: #E95031;
}



/* 店舗情報（商品ページ） */
.product_page #product-shop-info {
  position: relative;
  background-color: #FFF;
  width: 100%;
  padding: 10.2em 0;
}
.product_page #product-shop-info .section_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: 1200px;
  margin: 0 auto;
}
.product_page #product-shop-info .section_inner #shop-title {
  order: 2;
  width: 490px;
}
.product_page #product-shop-info .section_inner #shop-title h2 {
  font-size: 40px;
  color: #E95031;
}
.product_page #product-shop-info .section_inner #shop-title p {
  margin-top: 1.5em;
  font-size: 22px;
  line-height: 1.73;
  color: #E95031;
}
.product_page #product-shop-info .section_inner #shop-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 465px;
  margin-top: 2.3em;
}
.product_page #product-shop-info .section_inner #shop-title ul li {
  width: 48%;
  max-width: 220px;
}
.product_page #product-shop-info .section_inner #shop-title ul li a {
  box-sizing: border-box;
  display: block;
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  background-size: 1.7em;
  padding: 0.8em 2.2em 0.8em 1em;
  font-size: 16px;
  text-align: center;
}
.product_page #product-shop-info .section_inner #shop-title ul li a:hover {
  background-image: url(images/arrow-right1.svg);
}
.product_page #product-shop-info .section_inner > figure {
  order: 1;
  width: 600px;
}

/* 1280px以下 */
@media screen and (max-width:1280px){

  .product_page #product-shop-info {
    padding: 8.9em 0;
  }
  .product_page #product-shop-info .section_inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% - 2.2em);
  }
  .product_page #product-shop-info .section_inner #shop-title {
    width: 55%;
  }
  .product_page #product-shop-info .section_inner > figure {
    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;
    width: 40%;
    overflow: hidden;
  }
  .product_page #product-shop-info .section_inner > figure img {
    width: auto;
    max-width: none;
    height: 100%;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  .product_page #product-shop-info {
    padding: 3.6em 0;
  }
  .product_page #product-shop-info .section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product_page #product-shop-info .section_inner #shop-title {
    margin-top: 2.3em;
    width: 100%;
  }
  .product_page #product-shop-info .section_inner #shop-title h2 {
    font-size: 32px;
  }
  .product_page #product-shop-info .section_inner #shop-title p {
    margin-top: 2em;
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
  }
  .product_page #product-shop-info .section_inner #shop-title ul {
    -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;
    row-gap: 1.1em;
    max-width: none;
  }
  .product_page #product-shop-info .section_inner #shop-title ul li {
    width: 100%;
  }
  .product_page #product-shop-info .section_inner > figure {
    width: 100%;
  }
  .product_page #product-shop-info .section_inner > figure img {
    width: 100%;
    height: auto;
  }

}



/*************************************************************************

** かつおめし

**************************************************************************/

.page-katsuomeshi #main {
  background-image: url(images/katsuomeshi/katsuomeshi-img1.png);
}

/* キービジュアル */
.page-katsuomeshi #keyvisual .keyvisual_inner #marquee-carousel-wrap li {
  background: url(images/katsuomeshi/icon-katsuo.png) no-repeat 0 50%;
  background-size: 1.6em auto;
}



/* おいしい作り方 */
.page-katsuomeshi #how-to-make #how-to-make-box {
  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: calc(100% - 2.2em);
  max-width: 1200px;
  margin: 7.1em auto 10.7em;
}
.page-katsuomeshi #how-to-make #how-to-make-box figure {
  width: 600px;
}
.page-katsuomeshi #how-to-make #how-to-make-box .how_to_make_box_text {
  width: 500px;
}
.page-katsuomeshi #how-to-make #how-to-make-box .how_to_make_box_text h3 {
  font-size: 52px;
  line-height: 1.44;
}
.page-katsuomeshi #how-to-make #how-to-make-box .how_to_make_box_text p {
  margin-top: 2.8em;
  font-size: 16px;
  line-height: 1.75;
}

/* 1200px以下 */
@media screen and (max-width:1200px) {

  .page-katsuomeshi #how-to-make #how-to-make-box figure {
    width: 47%;
  }
  .page-katsuomeshi #how-to-make #how-to-make-box .how_to_make_box_text {
    width: 47%;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-katsuomeshi #main {
    background-size: 200vw;
    background-position: -44vw 130vw;
  }
  .page-katsuomeshi #how-to-make #how-to-make-box {
    display: block;
    margin: 3.6em auto 7.1em;
  }
  .page-katsuomeshi #how-to-make #how-to-make-box figure {
    width: 100%;
  }
  .page-katsuomeshi #how-to-make #how-to-make-box .how_to_make_box_text {
    width: 100%;
    margin-top: 2.3em;
  }
  .page-katsuomeshi #how-to-make #how-to-make-box .how_to_make_box_text h3 {
    font-size: 32px;
    line-height: 1.63;
  }
  .page-katsuomeshi #how-to-make #how-to-make-box .how_to_make_box_text p {
    margin-top: 0.7em;
    font-size: 16px;
    line-height: 1.73;
    text-align: justify;
  }

}



/*************************************************************************

** 芋天粉

**************************************************************************/

.page-imotenko #main {
  background-image: url(images/imotenko/imotenko-img1.jpg);
}



/* キービジュアル */
.page-imotenko #keyvisual .keyvisual_inner #marquee-carousel-wrap li {
  background: url(images/imotenko/icon-imo.png) no-repeat 0 60%;
  background-size: 1.6em auto;
}



/* リード */
.page-imotenko #lead .section_inner > h1 {
  width: 460px;
}
.page-imotenko #lead .section_inner > p {
  width: calc(100% - 460px - 3.1em);
  max-width: 570px;
}

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-imotenko #main {
    background-size: 100vw;
    background-position: center 150vw;
  }
  .page-imotenko #lead .section_inner > h1 {
    width: 100%;
    font-size: 32px;
  }
  .page-imotenko #lead .section_inner > p {
    width: 100%;
    max-width: none;
    margin-top: 1.8em;
    font-size: 18px;
    line-height: 1.78;
  }

}



/* おいしい作り方 */
.page-imotenko #how-to-make #how-to-make-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 2.2em);
  max-width: 1200px;
  margin: 7.1em auto 10.7em;
}
.page-imotenko #how-to-make #how-to-make-box .how_to_make_box_item {
  width: calc((100% - 2px) / 3);
}
.page-imotenko #how-to-make #how-to-make-box .how_to_make_box_item h3 {
  margin-top: 1em;
  font-size: 52px;
  line-height: 1.44;
}
.page-imotenko #how-to-make #how-to-make-box .how_to_make_box_item p {
  margin: 2.8em 1em 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.page-imotenko #how-to-make .buy_btn a::before {
  background-image: url(images/kintaro-imoten.png);
}

/* 1200px以下 */
@media screen and (max-width:1200px) {

}

/* スマホ */
@media screen and (max-width:750px) {

  .page-imotenko #how-to-make #how-to-make-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.6em;
    margin: 3.6em auto 7.1em;
  }
  .page-imotenko #how-to-make #how-to-make-box .how_to_make_box_item {
    width: 100%;
  }
  .page-imotenko #how-to-make #how-to-make-box .how_to_make_box_item h3 {
    font-size: 32px;
    line-height: 1.63;
  }
  .page-imotenko #how-to-make #how-to-make-box .how_to_make_box_item p {
    margin: 0.7em 0 0;
    font-size: 16px;
    line-height: 1.73;
  }

}



/*************************************************************************

** お惣菜・お弁当

**************************************************************************/

.page-sozai #main {
  background-image: url(images/sozai/sozai-img1.jpg);
}



/* キービジュアル */
.page-sozai #keyvisual .keyvisual_inner #marquee-carousel-wrap li {
  background: url(images/imotenko/icon-imo.png) no-repeat 0 60%;
  background-size: 1.6em auto;
}
.page-sozai #keyvisual .keyvisual_inner #keyvisual-box .shop_btn {
  position: absolute;
  right: 10%;
  bottom: 4.3%;
}
.page-sozai #keyvisual .keyvisual_inner #keyvisual-box .shop_btn a {
  display: block;
  background-image: url(images/icon-store.svg);
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 1.3em;
  padding: 0.5em 1.5em 0.5em 3.5em;
  font-size: 24px;
}
.page-sozai #keyvisual .keyvisual_inner #keyvisual-box .shop_btn a:hover {
  background-image: url(images/icon-store2.svg);
}

/* 1500px以下 */
@media screen and (max-width:1500px){

  .page-sozai #keyvisual .keyvisual_inner #keyvisual-box h1 {
    font-size: 150px;
  }

}
/* 1200px以下 */
@media screen and (max-width:1200px){

  .page-sozai #keyvisual .keyvisual_inner #keyvisual-box h1 {
    font-size: 100px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .page-sozai #keyvisual .keyvisual_inner #keyvisual-box h1 {
    font-size: 0;
  }
  .page-sozai #keyvisual .keyvisual_inner #keyvisual-box h1::before {
    content: '惣菜・弁当';
    font-size: 70px;
  }
  .page-sozai #keyvisual .keyvisual_inner #keyvisual-box .shop_btn {
    display: none;
  }

}



/* リード */
.page-sozai #lead .section_inner {
  max-width: 884px;
}
.page-sozai #lead .section_inner > h1 {
  width: 360px;
}
.page-sozai #lead .section_inner > p {
  width: calc(100% - 360px - 3.1em);
  max-width: 310px;
}
.page-sozai #lead .section_inner .shop_btn {
  display: none;
}

/* スマホ */
@media screen and (max-width:750px) {

  .page-sozai #lead .section_inner {
    display: block;
  }
  .page-sozai #lead .section_inner > h1 {
    width: 100%;
    font-size: 32px;
  }
  .page-sozai #lead .section_inner > p {
    width: 100%;
    max-width: none;
    margin-top: 1.8em;
    font-size: 18px;
    line-height: 1.78;
  }
  .page-sozai #lead .section_inner .shop_btn {
    display: block;
    margin-top: 2.3em;
  }
  .page-sozai #lead .section_inner .shop_btn a {
    display: block;
    background-image: url(images/icon-store.svg);
    background-repeat: no-repeat;
    background-position: 1.5em 50%;
    background-size: 1.3em;
    width: fit-content;
    margin: 0 auto;
    padding: 0.5em 1.5em 0.5em 3.5em;
    font-size: 24px;
  }

}



/* お惣菜・お弁当 */
.page-sozai #osouzai-obentou {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 0 0 10.7em;
}
.page-sozai #osouzai-obentou .section_inner {
  width: 100%;
}
.page-sozai #osouzai-obentou .section_inner #osouzai-obentou-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 2.2em);
  max-width: 1200px;
  margin: 5em auto 0;
}
.page-sozai #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box {
  width: 48%;
  max-width: 584px;
}
.page-sozai #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box h3 {
  margin-top: 0.7em;
  font-size: 40px;
}
.page-sozai #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box p {
  margin: 1em 0 0;
  font-size: 16px;
  line-height: 1.8;
}

/* 1200px以下 */
@media screen and (max-width:1200px) {

  .page-sozai #osouzai-obentou {
    display: none;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-sozai #osouzai-obentou {
    padding: 3.6em 0 7.1em;
  }
  .page-sozai #osouzai-obentou .section_inner #osouzai-obentou-header h2 {
    font-size: 0;
  }
  .page-sozai #osouzai-obentou .section_inner #osouzai-obentou-header h2::before {
    content: "お惣菜・お弁当";
    font-size: 32px;
  }
  .page-sozai #osouzai-obentou .section_inner #osouzai-obentou-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.6em;
    width: calc(100% - 2.2em);
    max-width: none;
    margin: 2.3em auto 0;
  }
  .page-sozai #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box {
    width: 100%;
    max-width: none;
  }
  .page-sozai #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box h3 {
    margin-top: 0.5em;
    font-size: 32px;
    line-height: 1.44;
  }
  .page-sozai #osouzai-obentou .section_inner #osouzai-obentou-body .osouzai_obentou_box p {
    margin: 0.5em 0 0;
    font-size: 16px;
    line-height: 1.75;
  }

}



/* 表示順変更用 */
.page-sozai .flex_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}



/* 金太郎本舗のこだわり */
.page-sozai #kodawari {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 0 0 10.7em;
}
.page-sozai #kodawari #kodawari-box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(100% - 2.2em);
  max-width: 1200px;
  margin: 7.1em auto 0;
}
.page-sozai #kodawari #kodawari-box figure {
  width: 542px;
}
.page-sozai #kodawari #kodawari-box .kodawari_box_text {
  width: 500px;
}
.page-sozai #kodawari #kodawari-box .kodawari_box_text h3 {
  font-size: 52px;
  line-height: 1.44;
}
.page-sozai #kodawari #kodawari-box .kodawari_box_text p {
  margin-top: 3.1em;
  font-size: 16px;
  line-height: 1.75;
}

/* 1200px以下 */
@media screen and (max-width:1200px) {

  .page-sozai #kodawari #kodawari-box figure {
    width: 47%;
  }
  .page-sozai #kodawari #kodawari-box .kodawari_box_text {
    width: 47%;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .page-sozai #kodawari {
    padding: 0 0 7.1em;
  }
  .page-sozai #kodawari #kodawari-header h2 {
    font-size: 0;
  }
  .page-sozai #kodawari #kodawari-header h2::before {
    content: "金太郎のこだわり";
    font-size: 32px;
  }
  .page-sozai #kodawari #kodawari-box {
    display: block;
    margin: 3.6em auto 0;
  }
  .page-sozai #kodawari #kodawari-box figure {
    width: 100%;
  }
  .page-sozai #kodawari #kodawari-box .kodawari_box_text {
    width: 100%;
    margin-top: 2.3em;
  }
  .page-sozai #kodawari #kodawari-box .kodawari_box_text h3 {
    font-size: 32px;
    line-height: 1.63;
  }
  .page-sozai #kodawari #kodawari-box .kodawari_box_text p {
    margin-top: 0.7em;
    font-size: 22px;
    line-height: 1.73;
  }

}



/* 高知の食卓シリーズ */
.page-sozai #kochi-shokutaku {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 0 0 10.7em;
}
.page-sozai #kochi-shokutaku #kochi-shokutaku-body {
  width: calc(100% - 4px);
  max-width: 1440px;
  margin: 3.6em auto 0;
}
.page-sozai #kochi-shokutaku #kochi-shokutaku-body #kochi-shokutaku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
}
.page-sozai #kochi-shokutaku #kochi-shokutaku-body #kochi-shokutaku-list .kochi_shokutaku_list_item {
  width: calc((100% - 2px) / 3);
}
.page-sozai #kochi-shokutaku #kochi-shokutaku-body #kochi-shokutaku-list .kochi_shokutaku_list_item img {
  display: block;
}
.page-sozai #kochi-shokutaku #kochi-shokutaku-body .kochi_shokutaku_more {
  margin: 3.6em auto 0;
  text-align: center;
}
.page-sozai #kochi-shokutaku #kochi-shokutaku-body .kochi_shokutaku_more a {
  display: inline-block;
  background-image: url(images/arrow-down-red1.svg);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  background-size: 28px auto;
  padding: 1em 3.5em 1em 1.5em;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.page-sozai #kochi-shokutaku #kochi-shokutaku-body .kochi_shokutaku_more a:hover {
  background-image: url(images/arrow-down-white1.svg);
}
.page-sozai #kochi-shokutaku #kochi-shokutaku-body > p {
  margin: 3.1em 1em 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

/* スマホ */
@media screen and (max-width:750px) {

  .page-sozai #kochi-shokutaku {
    padding: 0 0 5.9em;
  }
  .page-sozai #kochi-shokutaku #kochi-shokutaku-header h2 {
    font-size: 0;
  }
  .page-sozai #kochi-shokutaku #kochi-shokutaku-header h2::before {
    content: "高知の食卓シリーズ";
    font-size: 32px;
  }
  .page-sozai #kochi-shokutaku #kochi-shokutaku-body {
    margin: 2.3em auto 0;
  }
  .page-sozai #kochi-shokutaku #kochi-shokutaku-body .kochi_shokutaku_more {
    margin: 2.3em auto 0;
  }
  .page-sozai #kochi-shokutaku #kochi-shokutaku-body > p {
    margin: 2em 1em 0;
    text-align: left;
  }

}



/* 金太郎本舗のお弁当 */
.page-sozai #obentou-order {
  position: relative;
  background-color: #E95031;
  width: 100%;
  padding: 10.7em 0;
}
.page-sozai #obentou-order #obentou-order-pc {
  background-color: #FFF;
  width: calc(100% - 2.2em);
  max-width: 1200px;
  margin: 0 auto;
  padding: 7.1em 0;
}
.page-sozai #obentou-order #obentou-order-pc .noren_red_header {
  position: relative;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(images/noren-red.png) no-repeat center top;
  background-size: 100% auto;
  aspect-ratio: 1 / 0.17485512723607963;
  width: 100%;
}
.page-sozai #obentou-order #obentou-order-pc .noren_red_header h2 {
  margin-top: 10px;
  font-size: 50px;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
}
.page-sozai #obentou-order #obentou-order-pc .noren_red_header h2::before {
  content: '';
  display: inline-block;
  background: url(images/kintaro-face.png) no-repeat center center;
  background-size: contain;
  width: 98px;
  height: 69px;
  vertical-align: bottom;
  margin-right: 16px;
}
.page-sozai #obentou-order #obentou-order-pc .noren_red_header h2::after {
  content: '';
  display: inline-block;
  background: url(images/kintaro-face.png) no-repeat center center;
  background-size: contain;
  width: 98px;
  height: 69px;
  vertical-align: bottom;
  margin-left: 16px;
}
.page-sozai #obentou-order #obentou-order-pc .obentou_order_pc_box {
  width: 1000px;
  margin: 3.6em auto 0;
}
.page-sozai #obentou-order #obentou-order-pc .obentou_order_pc_box h3 {
  margin-bottom: 1em;
  font-size: 32px;
  color: #000;
}
.page-sozai #obentou-order #obentou-order-pc .obentou_order_pc_box p {
  margin: 1.5em 0 2.3em;
  font-size: 22px;
  line-height: 1.73;
  color: #000;
}
.page-sozai #obentou-order #obentou-order-pc .obentou_order_pc_box .order_btn {
  text-align: center;
}
.page-sozai #obentou-order #obentou-order-pc .obentou_order_pc_box .order_btn a {
  display: inline-block;
  padding: 1em 1.5em;
  font-size: 24px;
  text-align: center;
}
.page-sozai #obentou-order #obentou-order-sp {
  display: none;
}

/* 1200px以下 */
@media screen and (max-width:1200px) {

  .page-sozai #obentou-order #obentou-order-pc {
    display: none;
  }
  .page-sozai #obentou-order #obentou-order-sp {
    display: block;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box {
    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: calc(100% - 2.2em);
    margin: 7.1em auto 0;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box > figure {
    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;
    width: 47%;
    overflow: hidden;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box > figure img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text {
    width: 47%;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text h3 {
    font-size: 32px;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text p {
    margin: 2.3em 0;
    font-size: 22px;
    line-height: 1.73;
    text-align: justify;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text .order_btn {
    text-align: center;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text .order_btn a {
    display: inline-block;
    padding: 1em 1.5em;
    font-size: 24px;
    text-align: center;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .page-sozai #obentou-order {
    padding: 0 0 2.3em;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box {
    display: block;
    margin: 2.3em auto 0;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box > figure {
    width: 100%;
    aspect-ratio: 1 / 1.0833333333333333;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text {
    width: 100%;
    margin-top: 2.3em;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text h3 {
    line-height: 1.63;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text p {
    margin: 0.7em 0 1.5em;
  }
  .page-sozai #obentou-order #obentou-order-sp .obentou_order_sp_box .obentou_order_sp_box_text .order_btn a {
    padding: 1em 1em;
  }

}



/* コンテンツ表示順調整 */
@media screen and (max-width:1200px) {
  .page-sozai #kodawari { order: 1; }
  .page-sozai #kochi-shokutaku { order: 2; }
  .page-sozai #obentou-order { order: 3; }
  .page-sozai #shop-info { order: 4; }
}



/*************************************************************************

** 採用情報

**************************************************************************/

/* ラッパー */
.page-recruit #wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 0 0;
}

/* 1200px以下 */
@media screen and (max-width:1200px){

  .page-recruit #wrapper {
    display: block;
    width: 100%;
    max-width: none;
    padding: 5em 0 0;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .page-recruit #wrapper {
    padding: 3.9em 0 0;
  }

}



/* ページヘッダー */
.page-recruit #page-header {
  position: fixed;
  top: 180px;
  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;
}
.page-recruit #page-header .section_inner {
  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;
}
.page-recruit #page-header .section_inner h1 {
  font-size: 70px;
  line-height: 1;
  text-align: center;
}
.page-recruit #page-header .section_inner p {
  margin: 2.7em 0 0;
}
.page-recruit #page-header .section_inner figure {
  width: 213px;
  margin-top: 10.9em;
}

/* 1200px以下 */
@media screen and (max-width:1200px){
  
  .page-recruit #page-header .section_inner figure {
    width: 159px;
    margin-top: 3.6em;
  }

}

/* スマホ */
@media screen and (max-width:750px) {
  
  .page-recruit #page-header {
    position: inherit;
    top: inherit;
  }

}



/* ページボディ */
.page-recruit #page-body {
  width: 786px;
  margin-left: auto;
}
.page-recruit #page-body .section_inner > h2 {
  margin-bottom: 0.8em;
  font-size: 40px;
}
.page-recruit #page-body .section_inner .recruit_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-recruit #page-body .section_inner .recruit_menu li {
  box-sizing: border-box;
  display: block;
  background-color: #EFEFEF;
  width: 50%;
  padding: 0.4em;
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
  color: #E95031;
  cursor: pointer;
}
.page-recruit #page-body .section_inner .recruit_menu li.active {
  background-color: #FFF;
}
.page-recruit #page-body .section_inner #recruit-contents {
  background-color: #FFF;
  padding: 3.6em;
}

/* アルバイト */
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_title {
  color: #E95031;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_title h3 {
  font-size: 26px;
  line-height: 1.77;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_title p {
  padding: 2em 0;
  font-size: 16px;
  line-height: 1.75;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_info {
  border-width: 2px 0;
  border-style: solid;
  border-color: #E95031;
  margin-top: 2.3em;
  padding: 3.6em 1.1em;
  color: #E95031;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_info dl dt {
  font-size: 26px;
  line-height: 1.77;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_info dl dd {
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.75;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_info p {
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.75;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_tel {
  border: 1px solid #E95031;
  margin: 5.9em 0 3.6em;
  padding: 2.3em;
  text-align: center;
  color: #E95031;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_tel h4 {
  font-size: 26px;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_tel div {
  margin-top: 1.2em;
  font-size: 26px;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_tel p {
  margin-top: 0.5em;
  font-size: 16px;
}

/* 応募フォーム */
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_form h3 {
  margin-bottom: 1.8em;
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
  color: #E95031;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item #recruit-form {
  padding-bottom: 3.6em;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item #recruit-form dl {
  margin-bottom: 2.3em;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item #recruit-form dl dt {
  margin-bottom: 1em;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item #recruit-form .form_note {
  font-size: 14px;
  line-height: 1.8;
  color: #262626;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item #recruit-form .form_note a {
  color: #262626;
  text-decoration: underline;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item #recruit-form .form_note a:hover {
  text-decoration: none;
}
.page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item #recruit-form .btn_submit {
  margin-top: 2.3em;
}

/* 正社員 */
.page-recruit #page-body .section_inner #recruit-contents #job2 > p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #E95031;
}
.page-recruit #page-body .section_inner #recruit-contents #job2 .recruit_site_btn a {
  box-sizing: border-box;
  display: block;
  background: #DC5136 url(images/arrow-right2.svg) no-repeat 90% 50%;
  background-size: 0.9em auto;
  border-radius: 100vh;
  width: 80%;
  max-width: 412px;
  margin: 2em auto 1em;
  padding: 0.5em 2em 0.5em 1em;
  font-size: 32px;
  text-align: center;
  color: #FFF;
}
.page-recruit #page-body .section_inner #recruit-contents #job2 .recruit_site_btn a:hover {
  opacity: 0.6;
}

/* 1200px以下 */
@media screen and (max-width:1200px){

  .page-recruit #page-body {
    width: 100%;
    margin-top: 5.6em;
  }
  .page-recruit #page-body .section_inner > h2 {
    text-align: center;
  }


}

/* スマホ */
@media screen and (max-width:750px) {

  .page-recruit #page-body {
    margin-top: 4.4em;
  }
  .page-recruit #page-body .section_inner > h2 {
    font-size: 0;
  }
  .page-recruit #page-body .section_inner > h2::before {
    content: '↓該当する採用情報を選択してください。↓';
    display: block;
    margin-bottom: 2em;
    font-family: 'Hiragino Kaku Gothic Pro', serif;
    font-weight: 300;
    font-size: 16px;
  }
  .page-recruit #page-body .section_inner #recruit-contents {
    padding: 3.6em 2.3em;
  }
  .page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_info dl dt {
    font-size: 18px;
    line-height: 2;
  }
  .page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item .recruit_contents_item_tel {
    margin: 2.3em 0 3.6em;
    padding: 2.3em 1em;
  }
  .page-recruit #page-body .section_inner #recruit-contents .recruit_contents_item #recruit-form {
    padding-bottom: 0;
  }
  .page-recruit #page-body .section_inner #recruit-contents #job2 .recruit_site_btn a {
    background-size: 1.6em auto;
    padding: 1em 2em 1em 1em;
    font-size: 16px;
  }

}



/*************************************************************************

** CONTACT

**************************************************************************/

/* ページヘッダー */
.page-contact #page-header {
  width: 100%;
  padding: 6em 0 9.5em;
}
.page-contact #page-header .section_inner h1 {
  font-size: 70px;
  line-height: 1;
  text-align: center;
}

/* 1200以下 */
@media screen and (max-width:1200px) {

  .page-contact #page-header {
    padding: 0.7em 0 1.1em;
  }
  .page-contact #page-header .section_inner h1 {
    font-size: 40px;
  }
  .page-contact #page-header .section_inner h1::after {
    content: '↓該当する種別を選択してください。↓';
    display: block;
    margin-top: 3.1em;
    font-family: 'Hiragino Kaku Gothic Pro', serif;
    font-weight: 300;
    font-size: 16px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {


}



/* ページボディ */
.page-contact #page-body {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-contact #page-body .section_inner #contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-contact #page-body .section_inner #contact-menu li {
  box-sizing: border-box;
  display: block;
  background-color: #EFEFEF;
  width: 50%;
  padding: 0.4em;
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
  color: #E95031;
  cursor: pointer;
}
.page-contact #page-body .section_inner #contact-menu li.active {
  background-color: #FFF;
}
.page-contact #page-body .section_inner #contact-contents {
  background-color: #FFF;
  padding: 3.6em;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item {
  display: none;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item.active {
  display: block;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_contents_item_title {
  width: 600px;
  margin: 0 auto;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_contents_item_title h2 {
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
  color: #E95031;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_contents_item_title p {
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_contents_item_title p a {
  color: #000;
  text-decoration: underline;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_contents_item_title p a {
  text-decoration: none;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_contents_item_title .form_flow {
  display: none;
  margin-top: 3.6em;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form {
  width: 850px;
  margin: 4.3em auto 0;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.3em;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dt {
  width: 290px;
  padding: 1.4em 0;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dd {
  width: 550px;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dd .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dd .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dd span[data-name="your-prefectures"] {
  position: relative;
  display: block;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dd span[data-name="your-prefectures"]::before {
  position: absolute;
  top: 1.9em;
  right: 1.8em;
  width: 0;
  height: 0;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #262626 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dd .input_note {
  display: block;
  margin-top: 1.1em;
  font-size: 14px;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form .form_note {
  margin-top: 3.9em;
  font-size: 14px;
  line-height: 1.8;
  color: #262626;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form .form_note a {
  color: #262626;
  text-decoration: underline;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form .form_note .alpha:hover {
  text-decoration: none;
}
.page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form .btn_submit {
  margin-top: 4.6em;
}

/* 1200以下 */
@media screen and (max-width:1200px) {

  .page-contact #page-body {
    width: 100%;
    max-width: none;
  }
  .page-contact #page-body .section_inner #contact-menu li {
    padding: 0.6em;
    font-size: 16px;
    line-height: 1.75;
  }
  .page-contact #page-body .section_inner #contact-contents {
    padding: 3.6em 1.1em;
  }
  .page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_contents_item_title {
    width: 100%;
    max-width: 600px;
  }
  .page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_contents_item_title .form_flow {
    display: none;
    margin-top: 2.3em;
  }
  .page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form {
    width: 100%;
    margin: 8.3em auto 0;
  }
  .page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl {
    display: block;
    margin-top: 1.1em;
  }
  .page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dt {
    width: 100%;
  }
  .page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form dl dd {
    width: 100%;
  }
  .page-contact #page-body .section_inner #contact-contents .contact_contents_item .contact_form .btn_submit {
    margin-top: 3.9em;
  }

}

/* スマホ */
@media screen and (max-width:750px) {


}



/* 送信完了画面 */
/* ページヘッダー */
.contact_thanks #page-header {
  width: 100%;
  padding: 6em 0 9.5em;
}
.contact_thanks #page-header .section_inner h1 {
  font-size: 70px;
  line-height: 1;
  text-align: center;
}

/* 1200以下 */
@media screen and (max-width:1200px) {

  .contact_thanks #page-header {
    padding: 0.7em 0 3.6em;
  }
  .contact_thanks #page-header .section_inner h1 {
    font-size: 40px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {


}



/* ページボディ */
.contact_thanks #page-body {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact_thanks #page-body .section_inner {
  background-color: #FFF;
  padding: 3.6em;
}
.contact_thanks #page-body .section_inner .contact_contents_item_title {
  width: 600px;
  margin: 0 auto;
}
.contact_thanks #page-body .section_inner .contact_contents_item_title h2 {
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
  color: #E95031;
}
.contact_thanks #page-body .section_inner .contact_contents_item_title .form_flow {
  margin-top: 3.6em;
}
.contact_thanks #page-body .section_inner .contact_thanks_box {
  width: 850px;
  margin: 5.9em auto 2.3em;
}
.contact_thanks #page-body .section_inner .contact_thanks_box h3 {
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
  color: #000;
}
.contact_thanks #page-body .section_inner .contact_thanks_box figure {
  width: 213px;
  margin: 2.3em auto;
}
.contact_thanks #page-body .section_inner .contact_thanks_box p {
  font-size: 14px;
  line-height: 1.8;
  color: #262626;
}
.contact_thanks #page-body .section_inner .contact_thanks_box p a {
  text-decoration: underline;
  color: #262626;
}
.contact_thanks #page-body .section_inner .contact_thanks_box p a:hover {
  text-decoration: none;
}
.contact_thanks #page-body .section_inner .contact_thanks_box .back_home_btn a {
  box-sizing: border-box;
  display: block;
  background: #BFBFBF url(images/arrow-left1.svg) no-repeat 15% 50%;
  background-size: 1.7em auto;
  border-radius: 100vh;
  width: 200px;
  margin: 4em auto;
  padding: 0.9em 1em 0.9em 2em;
  font-size: 16px;
  text-align: center;
  color: #FFF;
}

/* 1200以下 */
@media screen and (max-width:1200px) {

  .contact_thanks #page-body {
    width: 100%;
    max-width: none;
  }
  .contact_thanks #page-body .section_inner {
    padding: 3.6em 1.1em;
  }
  .contact_thanks #page-body .section_inner .contact_contents_item_title {
    width: 100%;
    max-width: 600px;
  }
  .contact_thanks #page-body .section_inner .contact_contents_item_title .form_flow {
    margin-top: 2.3em;
  }
  .contact_thanks #page-body .section_inner .contact_thanks_box {
    width: 100%;
    max-width: 850px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .contact_thanks #page-body .section_inner .contact_thanks_box figure {
    width: 168px;
  }

}



/*************************************************************************

** 資料請求フォーム

**************************************************************************/

/* ページヘッダー */
.page-download #page-header {
  width: 100%;
  padding: 5.1em 0 7.1em;
}
.page-download #page-header .section_inner h1 {
  font-size: 70px;
  line-height: 1.3;
  text-align: center;
}
.page-download #page-header .section_inner #download-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  margin: 5.7em auto 0;
}
.page-download #page-header .section_inner #download-box .download_box_item {
  width: 47%;
  max-width: 542px;
}
.page-download #page-header .section_inner #download-box .download_box_item h2 {
  margin: 1.4em 0.4em 0;
  font-size: 52px;
  line-height: 1.35;
}
.page-download #page-header .section_inner #download-box .download_box_item p {
  margin: 1.5em 1em 0;
  font-size: 22px;
  line-height: 1.73;
}
.page-download #page-header .section_inner #download-box .download_box_item .download_box_item_btn {
  margin: 2.3em 1.5em 0;
}
.page-download #page-header .section_inner #download-box .download_box_item .download_box_item_btn a {
  display: inline-block;
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  background-size: 1.6em auto;
  padding: 0.8em 4em 0.8em 2em;
  font-size: 16px;
  text-align: center;
}
.page-download #page-header .section_inner #download-box .download_box_item .download_box_item_btn a:hover {
  background-image: url(images/arrow-right1.svg);
}

/* 1200以下 */
@media screen and (max-width:1200px) {

  .page-download #page-header {
    padding: 0.7em 0 3.6em;
  }
  .page-download #page-header .section_inner h1 {
    font-size: 40px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .page-download #page-header .section_inner #download-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.6em;
    width: calc(100% - 2.2em);
    max-width: none;
    margin: 3.7em auto 0;
  }
  .page-download #page-header .section_inner #download-box .download_box_item {
    width: 100%;
    max-width: none;
  }
  .page-download #page-header .section_inner #download-box .download_box_item h2 {
    margin: 1.4em 0 0;
  }
  .page-download #page-header .section_inner #download-box .download_box_item p {
    margin: 1.5em 0 0;
  }
  .page-download #page-header .section_inner #download-box .download_box_item .download_box_item_btn {
    margin: 2.3em 0 0;
  }
  .page-download #page-header .section_inner #download-box .download_box_item .download_box_item_btn a {
    display: inline-block;
    background: #DC5136 url(images/arrow-right2.svg) no-repeat 85% 50%;
    background-size: 1.6em auto;
    border: 1px solid #FFF;
    border-radius: 100vh;
    padding: 0.8em 4em 0.8em 2em;
    font-size: 16px;
    text-align: center;
    color: #FFF;
  }

}



/* ページボディ */
.page-download #page-body {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-download #page-body .section_inner {
  background-color: #FFF;
  padding: 3.6em;
}
.page-download #page-body .section_inner .contact_contents_item_title {
  width: 600px;
  margin: 0 auto;
}
.page-download #page-body .section_inner .contact_contents_item_title h2 {
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
  color: #E95031;
}
.page-download #page-body .section_inner .contact_contents_item_title p {
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.page-download #page-body .section_inner .contact_contents_item_title p a {
  color: #000;
  text-decoration: underline;
}
.page-download #page-body .section_inner .contact_contents_item_title p a:hover {
  text-decoration: none;
}
.page-download #page-body .section_inner .contact_contents_item_title .form_flow {
  margin-top: 3.6em;
}
.page-download #page-body .section_inner .contact_form {
  width: 850px;
  margin: 4.3em auto 0;
}
.page-download #page-body .section_inner .contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.3em;
}
.page-download #page-body .section_inner .contact_form dl dt {
  width: 290px;
  padding: 1.4em 0;
}
.page-download #page-body .section_inner .contact_form dl dd {
  width: 550px;
}
.page-download #page-body .section_inner .contact_form dl dd .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
}
.page-download #page-body .section_inner .contact_form dl dd .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
  padding-top: 1em;
}
.page-download #page-body .section_inner .contact_form dl dd span[data-name="your-prefectures"] {
  position: relative;
  display: block;
}
.page-download #page-body .section_inner .contact_form dl dd span[data-name="your-prefectures"]::before {
  position: absolute;
  top: 1.9em;
  right: 1.8em;
  width: 0;
  height: 0;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #262626 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.page-download #page-body .section_inner .contact_form dl dd .input_note {
  display: block;
  margin-top: 1.1em;
  font-size: 14px;
}
.page-download #page-body .section_inner .contact_form .form_note {
  margin-top: 3.9em;
  font-size: 14px;
  line-height: 1.8;
  color: #262626;
}
.page-download #page-body .section_inner .contact_form .form_note a {
  color: #262626;
  text-decoration: underline;
}
.page-download #page-body .section_inner .contact_form .form_note a:hover{
  text-decoration: none;
}
.page-download #page-body .section_inner .contact_form .btn_submit {
  margin-top: 4.6em;
}

/* 1200以下 */
@media screen and (max-width:1200px) {

  .page-download #page-body {
    width: 100%;
    max-width: none;
  }
  .page-download #page-body .section_inner {
    padding: 3.6em 1.1em;
  }
  .page-download #page-body .section_inner .contact_contents_item_title {
    width: 100%;
    max-width: 600px;
  }
  .page-download #page-body .section_inner .contact_contents_item_title .form_flow {
    margin-top: 2.3em;
  }
  .page-download #page-body .section_inner .contact_form {
    width: 100%;
  }
  .page-download #page-body .section_inner .contact_form dl {
    display: block;
    margin-top: 1.1em;
  }
  .page-download #page-body .section_inner .contact_form dl dt {
    width: 100%;
  }
  .page-download #page-body .section_inner .contact_form dl dd {
    width: 100%;
  }
  .page-download #page-body .section_inner .contact_form .btn_submit {
    margin-top: 3.9em;
  }

}

/* スマホ */
@media screen and (max-width:750px) {


}



/* 送信完了画面 */
/* ページヘッダー */
.contact_thanks #page-header {
  width: 100%;
  padding: 6em 0 9.5em;
}
.contact_thanks #page-header .section_inner h1 {
  font-size: 70px;
  line-height: 1.3;
  text-align: center;
}

/* 1200以下 */
@media screen and (max-width:1200px) {

  .contact_thanks #page-header {
    padding: 0.7em 0 3.6em;
  }
  .contact_thanks #page-header .section_inner h1 {
    font-size: 40px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {


}



/* ページボディ */
.contact_thanks #page-body .section_inner .download_thanks_box {
  width: 900px;
  margin: 9.4em auto 2.3em;
}
.contact_thanks #page-body .section_inner .download_thanks_box .download_thanks_box_inner {
  background-color: #E95031;
  padding: 3.6em 1.1em;
}
.contact_thanks #page-body .section_inner .download_thanks_box h3 {
  font-size: 26px;
  line-height: 1.77;
  text-align: center;
  color: #FFF;
}
.contact_thanks #page-body .section_inner .download_thanks_box figure {
  width: 213px;
  margin: 2.3em auto 4.6em;
}
.contact_thanks #page-body .section_inner .download_thanks_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 2.3em;
}
.contact_thanks #page-body .section_inner .download_thanks_box ul li {
  width: 44%;
}
.contact_thanks #page-body .section_inner .download_thanks_box ul li a {
  display: block;
  padding: 0.7em;
  font-size: 16px;
  text-align: center;
}
.contact_thanks #page-body .section_inner .download_thanks_box p {
  margin-top: 4.6em;
  font-size: 14px;
  line-height: 1.8;
  color: #262626;
}
.contact_thanks #page-body .section_inner .download_thanks_box .back_home_btn a {
  box-sizing: border-box;
  display: block;
  background: #BFBFBF url(images/arrow-left1.svg) no-repeat 15% 50%;
  background-size: 1.7em auto;
  border-radius: 100vh;
  width: 200px;
  margin: 4em auto;
  padding: 0.9em 1em 0.9em 2em;
  font-size: 16px;
  text-align: center;
  color: #FFF;
}

/* 1200以下 */
@media screen and (max-width:1200px) {

  .contact_thanks #page-body {
    width: 100%;
    max-width: none;
  }
  .contact_thanks #page-body .section_inner {
    padding: 3.6em 1.1em;
  }
  .contact_thanks #page-body .section_inner .contact_contents_item_title {
    width: 100%;
    max-width: 600px;
  }
  .contact_thanks #page-body .section_inner .contact_contents_item_title .form_flow {
    margin-top: 2.3em;
  }
  .contact_thanks #page-body .section_inner .download_thanks_box {
    width: 100%;
    margin: 2.3em auto;
  }
  .contact_thanks #page-body .section_inner .download_thanks_box p {
    margin-top: 3.6em;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .contact_thanks #page-body .section_inner .download_thanks_box figure {
    width: 151px;
  }
  .contact_thanks #page-body .section_inner .download_thanks_box ul {
    -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;
    row-gap: 2.3em;
  }
  .contact_thanks #page-body .section_inner .download_thanks_box ul li {
    width: fit-content;
  }
  .contact_thanks #page-body .section_inner .download_thanks_box ul li a {
    font-size: 0;
  }
  .contact_thanks #page-body .section_inner .download_thanks_box ul li:first-child a::before {
    content: 'かつおめしの資料（PDF）';
    display: block;
    padding: 0.7em 1em;
    font-size: 16px;
    text-align: center;
    color: #FFF;
  }
  .contact_thanks #page-body .section_inner .download_thanks_box ul li:last-child a::before {
    content: '芋天粉の資料（PDF）';
    display: block;
    padding: 0.7em 1em;
    font-size: 16px;
    text-align: center;
    color: #FFF;
  }

}



/*************************************************************************

** 個人情報保護方針

**************************************************************************/

/* ページヘッダー */
.page-policy #page-header {
  border-bottom: 1px solid #FFF;
  width: calc(100% - 2.2em);
  max-width: 900px;
  margin: 0 auto;
  padding: 3.9em 0 3.6em;
}
.page-policy #page-header h1 {
  font-size: 16px;
  line-height: 1.75;
}
.page-policy #page-header h1 span {
  display: block;
  margin-top: 0.3em;
  font-size: 26px;
}



/* ページボディ */
.page-policy #page-body {
  width: calc(100% - 2.2em);
  max-width: 900px;
  margin: 0 auto;
  padding: 7.1em 0;
}
.page-policy #page-body .section_inner p {
  margin-bottom: 3.1em;
  font-size: 16px;
  text-align: justify;
}
.page-policy #page-body .section_inner p:first-of-type {
}
.page-policy #page-body .section_inner dl {
  margin-top: 2.3em;
}
.page-policy #page-body .section_inner dl dt {
  font-size: 20px;
  text-align: justify;
}
.page-policy #page-body .section_inner dl dd {
  margin-top: 1em;
  font-size: 16px;
  text-align: justify;
}
.page-policy #page-body .section_inner dl dd a {
  text-decoration: underline;
}
.page-policy #page-body .section_inner dl dd a:hover {
  text-decoration: none;
}
.page-policy #page-body .section_inner .policy_date {
  margin-top: 3.1em;
}

/* スマホ */
@media screen and (max-width:750px) {

  .page-policy #page-header {
    padding: 1.7em 0 3.6em;
  }

}



/*************************************************************************

** カテゴリーページ

**************************************************************************/

.category {}
.category #list-page {}
.category #list-page-inner {
  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;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3.9em;
}
.category #list-page #list-header {
  position: sticky;
  /*position: fixed;*/
  top: 180px;
  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;
}
.category #list-page #list-header #archive-title {
  font-size: 70px;
  line-height: 1;
  text-align: center;
}
.category #list-page #list-header .tate_border_text {
  margin: 2.5em 0 7.5em;
}
.category #list-page #list-header .kintaro_image {
  width: 213px;
}

.category #list-page #list {
  display: block;
  width: 786px;
  margin-left: auto;
}
.category #list-page #list-inner {
  width: 100%;
  margin: 0;
}
.category #list-page #list article {
  box-sizing: border-box;
  display: block;
  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;
  transition: all 0.7s;
  margin: 0;
  padding: 2.1em;
}
.category #list-page #list article figure {
  overflow: hidden;
  border-radius: 4px;
  width: 180px;
  height: 180px;
}
.category #list-page #list article figure > span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.7s;
  width: 100%;
  height: 100%;
}
.category #list-page #list article img,
.tag #list-page #list article img{
  display: block;
  width: 100%;
  height: auto !important;
}
.category #list-page #list article .entry-card-content {
  width: 410px;
}
.category #list-page #list article .post-meta {}
.category #list-page #list article .post-meta .post-date {
  display: none;
  font-size: 14px;
  line-height: 1;
  margin-bottom: .5em;
}
.category #list-page #list article h2 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.77;
}
.category #list-page #list article .entry-snippet {
  margin-top: 0.8em;
  font-size: 16px;
  line-height: 1.75;
}
.category #list-page #list article .entry_lead_arrow {
  box-sizing: border-box;
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: 50% 38%;
  background-size: 2.4em auto;
  border-radius: 100vh;
  width: 78px;
  height: 78px;
  transition: all 0.7s;
  padding-top: 3.9em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

/* マウスオーバー */
.category #list-page #list article:hover {
  background-color: #C93D22;
}
.category #list-page #list article:hover figure span {
  transform: scale(1.15);
}
.category #list-page #list article:hover .entry_lead_arrow {
  background-color: #FFF;
  background-image: url(images/arrow-right3.svg);
  color: #E95031;
}

/* not found */
.category .notfound {
  text-align: center;
}

/* 1200px以下 */
@media screen and (max-width:1200px){

  .category #list-page-inner {
    display: block;
  }
  .category #list-page #list-header {
    position: static;
    margin-top: 2.1em;
  }
  .category #list-page #list-header #archive-title {
    font-size: 40px;
  }
  .category #list-page #list-header .tate_border_text {
    margin: 2.5em 0 10.7em;
  }
  .category #list-page #list-header .kintaro_image {
    display: none;
  }

  .category #list-page #list {
    width: 100%;
    max-width: 786px;
    margin: 0 auto;
  }
  .category #list-page #list article .entry-card-content {
    width: calc(100% - 180px - 78px - 3.4em);
    max-width: 410px;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .category #list-page-inner {
    padding-top: 3.1em;
  }
  .category #list-page #list-header .tate_border_text {
    margin: 2.5em 0;
  }

  .category #list-page #list article {
    padding: 2.1em 1.1em;
  }
  .category #list-page #list article figure {
    width: 110px;
    height: 110px;
  }
  .category #list-page #list article .entry-card-content {
    width: calc(100% - 110px - 1.1em);
    max-width: none;
  }
  .category #list-page #list article h2 {
    font-size: 18px;
    line-height: 1.56;
  }
  .category #list-page #list article .entry-snippet {
    margin-top: 0.3em;
    display: -webkit-box;             
    -webkit-box-orient: vertical;      /* 垂直方向に配置 */
    overflow: hidden;                  /* 溢れた部分を隠す */
    text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 2; 
  }
  .category #list-page #list article .entry_lead_arrow {
    display: none;
  }

}



/************************************
** レスポンシブページネーション
************************************/
.pagination{
  position: relative;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 100px auto 0 auto !important;
}

.pagination li{
  display: inline-block;
}

.pagination a {
  font-family: 'A-OTF Kaisho MCBK1 Pro', serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  text-decoration:none;
  /*width:50px;
  height:50px;
  */
 /*color: #000;*/
  display: inline-block;
  line-height: 32px;
  margin-left: 1em;
}

.pagination li:not([class*="current"]) a:hover {
  /*background-color: #eee;*/
}

.pagination li:first-of-type a {
}

.pagination li.first,
.pagination li.last {
    
}

/*
.pagination li.first span,
.pagination li.last span,
*/
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/*
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
*/

.pagination li.previous a,
.pagination li.next a{
  /* width: 50px;
  height: 50px; */
  margin: 0;
  
  display: inline-block;
  padding: 0;
  color: #FFF;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
}
.pagination li.previous a{
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 50px;
}
.pagination li.next a{
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 50px;
}

.pagination li.previous a:before,
.pagination li.next a:after{
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.pagination > li.previous a:before{
  background: url(images/arrow-left1.svg) no-repeat left center;
  background-size: 32px;
 left: 0;
 width: 32px;
 height: 32px;
}
.pagination li.next a:after{
  background: url(images/arrow-right2.svg) no-repeat right center;
  background-size: 32px;
 right: 0;
 width: 32px;
 height: 32px;
}



.pagination li.current a {
 height:32px;
 cursor: default;
 pointer-events: none;
}

.pagination > li.first > a {
}

.pagination > li.last > a {
  
}
body:not(.paged-2):not(.paged-3):not(.paged-4) .pagination > li.first:after,
.pagination > li.last:before {
    content: "…";
    margin-left: 1em;
}
.pagination li.current + li.last,
body:not(.paged) .pagination li.first,
body.paged-2 .pagination li.first,
body.paged-3 .pagination li.first {
    display: none;
}


@media only screen and ( max-width: 750px ) {

  .pagination{
    width: calc(100% - 60px);
  }

}

@media only screen and ( max-width: 310px ) {

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

}

/*@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}
*/
.entry-large-thumnail{
  width: 100%;
  height: auto;
}



/*************************************************************************

** タグ一覧ページ

**************************************************************************/

.tag {}
.tag #list-page {}
.tag #list-page-inner {
  width: 90%;
  margin: 0 auto;
}
.tag #list-page #archive-title {
  
}
.tag #list-page #list {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.tag #list-page #list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 100%;
  margin: 0;
}
.tag #list-page #list a.hover-card {
  width: 30%;
  margin: 0 5% 3em 0;
}
.tag #list-page #list a.hover-card:nth-child(3n) {
  margin: 0 0 2em 0;
}
.tag #list-page #list article header {
  width: 100%;
}
.tag #list-page #list article figure {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 20px;
  overflow: hidden;
}
.tag #list-page #list article figure img {
  width: 100%;
  transition: transform 0.5s 0s ease;
}
.tag #list-page #list a:hover article figure img {
  transform: scale(1.1);
}
.tag #list-page #list article .entry-card-content {
  width: 100%;
}
.tag #list-page #list article .post-meta {
  
}
.tag #list-page #list article h2 {
  
}
.tag #list-page #list article .post-meta .post-date {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin: 15px 0 30px;
  padding-top: 1em;
}
.tag #list-page #list article h2 {
  margin-bottom: 0;
}
.tag #list-page #list article h2,
.tag #list-page #list article h2 a {
  font-size: 16px;
  font-family: "游ゴシック体 Pr6N B";
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 20px 0 30px;
}
.tag #list-page #list article .entry-snippet {
  display: none;
}
.tag #list-page #list article .entry-snippet .excerpt {
  display: none;
}
.tag #list-page #list article .entry-snippet .more {
  display: block;
  font-size: 13px;
  line-height: 1;
  padding: .7em 0 3em 2em;
  border-left: 1px solid #fff;
}

/* スマホ */
@media screen and (max-width:750px) {
  .tag #list-page-inner {
    width: 80%;
    margin: 26vw auto 20vw auto;
  }
  .tag #list-page #archive-title {
    
  }
  .tag #list-page #list-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tag #list-page #list a.hover-card {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .tag #list-page #list a.hover-card:nth-child(3n) {
    margin: 0 0 2em 0;
  }
  .tag #list-page #list article {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .tag #list-page #list article header {
    width: 100%;
  }
  .tag #list-page #list article figure {
    
  }
  .tag #list-page #list article h2 {
    width: 100%;
  }
  .tag #list-page #list article .post-meta {
    width: inherit;
    margin: 0 0 1em 0;
  }
  .tag #list-page #list article .post-meta .post-date {
    font-size: 12px;
    padding-top: 0;
  }
  .tag #list-page #list article h2,
  .tag #list-page #list article h2 a {
    font-size: 14px;
    margin: 10px 0 30px;
  }
  .tag #list-page #list article .entry-snippet .more {
    display: none;
  }
}



/*************************************************************************

** singleページ共通

**************************************************************************/

.single {}
.single #single-page {
  margin: 0 auto;
}
.single #single-page-inner {
  position: relative;
  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;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3.9em;
}
.single #single-page #single-header {
  position: sticky;
  top: 180px;
  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;
}
.single #single-page #single-header #archive-title {
  font-size: 70px;
  line-height: 1;
  text-align: center;
}
.single #single-page #single-header .tate_border_text {
  margin: 2.5em 0 7.5em;
}
.single #single-page #single-header .kintaro_image {
  width: 213px;
}

.single #single-page .post_inner {
  position: relative;
  width: 786px;
  margin: 0;
}
.single #single-page .post {
  width: 100%;
  margin: 0 auto;
}
.single #single-page .post_inner .post > article {
  width: 100%;
  margin: 0 auto;
}
.single #single-page .post_inner .post_back_index {
  display: none;
}
.single #single-page .post_inner .eye-catch {
  width: 100%;
  margin: 0 auto 2.3em;
  border-radius: 4px;
  overflow: hidden;
}
.single #single-page .post_inner .eye-catch img {
  width: 100%;
  height: auto;
}
.single #single-page .post_inner .article header {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.single #single-page .post_inner .post-tags {
  display: none;
  position: absolute;
  right: -10vw;
  top: -5em;
}
.single #single-page .post_inner .post-tags a {
  display: inline-block;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-family: "新丸ゴ DB";font-style: normal; letter-spacing: 0.05em; transform: scale(0.8,1);
  background-color: #ffe200;
  padding: .3em .5em;
  border: 4px solid #000;
  border-radius: 15px;
  box-shadow: 1px 1px 0 #000;
}
.single #single-page .post_inner .post-meta {
  padding: 0 0 0.5em;
  line-height: 1.75;
  opacity: 0.7;
}
.single #single-page .post_inner .post-meta .post-date {
  font-size: 16px;
}
.single #single-page .post_inner .post-meta .post-date .fa-clock-o {
  display: none;
}
.single #single-page .post_inner .article h1 {
  border-bottom: 1px solid #FFF;
  margin: 0 0 1.9em;
  padding-bottom: 1.9em;
  font-size: 26px;
  line-height: 1.77;
}

.single #single-page .post_inner .entry-content {
  width: 100%;
  margin: 0 auto;
}
.single #single-page .post_inner h2,
.single #single-page .post_inner h3,
.single #single-page .post_inner h4 {
  font-family: 'A-OTF Kaisho MCBK1 Pro', serif;
  font-weight: 800;
  margin: 1em 0;
}
.single #single-page .post_inner h2 {
  font-size: 20px;
}
.single #single-page .post_inner h3 {
  font-size: 20px;
}
.single #single-page .post_inner h4 {
  font-size: 18px;
}
.single #single-page .post_inner strong {}
.single #single-page .post_inner p {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.05em;
  padding: 0 0 2em 0;
}
.single #single-page .post_inner p a {
  color: #FFF;
}
.single #single-page .post_inner ul {
  margin: 2em 0 2em 2em;
}
.single #single-page .post_inner ul li {
  font-size: 16px;
  list-style-type: disc;
  margin-bottom: 1em;
}
.single #single-page .post_inner blockquote {
  margin: 2em 0;
  border: none;
}
.single #single-page #under-entry-body {
  width: 100%;
  margin: 3em auto 3em;
}
.single #single-page #under-entry-body h2 {
  width: 100%;
  font-size: 22px;
  text-align: center;
  margin: 0 auto 4em auto;
  padding-bottom: 1em;
  border-bottom: 3px solid #000;
}
.single #single-page #related-entries {
  position: relative;
  left: 3vw;
}
.single #single-page a.hover-card {
  width: 22vw !important;
  margin: 0 3vw 0 0;
}
.single #single-page a.hover-card:nth-child(2),
.single #single-page a.hover-card:nth-child(3),
.single #single-page a.hover-card:nth-child(4){
  display: none;
}
.single #single-page .related-entry {
  margin: 0; 
}
.single #single-page .related-entry article {
  width: 100%;
}
.single #single-page .related-entry .related-entry-thumb {
  float: none;
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border-radius: 20px;
}
.single #single-page .related-entry .related-entry-thumb img {
  /*display: none;*/
  width: 100%;
  height: auto;
}
.single #single-page .related-entry .related-entry-content {
  float: none;
  width: 100%;
  margin: 0;
}
.single #single-page .related-entry .related-entry-content img {
  width: 100%;
  height: auto;
}
.single #single-page .related-entry .related-entry-content .post-date {
  font-size: 11px;
  margin: 0;
  padding: 2em 0 0.5em 0;
}
.single #single-page .related-entry .related-entry-content h3 {
  font-size: 13px;
  margin: 0;
}
.single #single-page .related-entry footer {
  display: none;
}
.single #single-page .related-entry-snippet {
  display: none;
}
.single #single-page .bx-controls {
  position: relative;
}
.single #single-page .bx-controls-direction {
  position: inherit;
  right: inherit;
  top: inherit;
  bottom: -90px;
  width: 95%;
  margin: 0 auto;
}

/* 1200px以下 */
@media screen and (max-width:1200px){

  .single #single-page-inner {
    display: block;
  }
  .single #single-page #single-header {
    display: none;
  }

  .single #single-page .post_inner {
    width: 100%;
    margin: 0 auto;
  }
  .single #single-page .post_inner .eye-catch {
    width: calc(100% - 2.2em);
  }
  .single #single-page .post_inner .article header {
    width: calc(100% - 2.2em);
  }
  .single #single-page .post_inner .entry-content {
    width: calc(100% - 2.2em);
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .single #single-page-inner {
    padding-top: 1.7em;
  }
  .single #single-page .post_inner .post_back_index {
    display: block;
  }
  .single #single-page .post_inner .post_back_index a {
    display: block;
    background: url(images/arrow-left1.svg) no-repeat left center;
    background-size: auto 24px;
    margin: 0 0 1em 1em;
    padding-left: 3em;
    font-size: 16px;
    line-height: 32px;
  }
  .single #single-page .post_inner .eye-catch {
    width: 100%;
  }

  .single #single-page .post_inner .article h1 {
    margin: 0 0 1em;
  }

}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  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;
  column-gap: 7.1em;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 3em 0;
}

.navigation > div.prev,
.navigation > div.next {
 display: block;
}
.navigation > div.prev{
  order: 1;
}
.navigation > div.next{
  order: 3;
}

.navigation > .back-to-index {
  order: 2;
 white-space: nowrap;
}


.navigation > div.prev a,
.navigation > div.next a{
 position: relative;
 display: block;
 border: none;
 padding-top: 1em;
 padding-bottom: 1em;
 font-size: 12px;
}

.navigation > div.prev a{
 background: url(images/arrow-left1.svg) no-repeat left center;
 background-size: auto 28px;
 padding-left: 50px;
}
.navigation > div.next a{
 background: url(images/arrow-right2.svg) no-repeat right center;
 background-size: auto 28px;
 padding-right: 50px;
}

/* 
.navigation > div.prev a:before,
.navigation > div.next a:after{
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}

.navigation > div.prev a:before{
 left: 22px;
 width: 6px;
 height: 6px;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.navigation > div.next a:after{
 left: 18px;
 width: 6px;
 height: 6px;
 border-top: 1px solid #000;
 border-right: 1px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
} */



.navigation > div.back-to-index {
 display: block;
 text-align: center;
}
.navigation > div.back-to-index a {
 display: inline-block;
 padding-top: 1em;
 padding-bottom: 1em;
 font-size: 12px;
 text-align: center;
}



.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: inline-block;
}
.navigation div:not(.back-to-index) a{
 
}

.navigation a span{
  color:#FFF;
}
.navigation a:hover{
  
}

.navigation .alignright a:hover{
}

/* スマホ */
@media screen and (max-width:750px) {

  .navigation{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 0;
    width: calc(100% - 5.8em);
    margin: 0 auto;
    padding: 0;
  }

  .navigation > div.prev{
    order: 1;
  }
  .navigation > div.next{
    order: 2;
  }

  .navigation > div.back-to-index {
    display: none;
  }
  .navigation > div.prev a,
  .navigation > div.next a{
  font-size: 16px;
  }

}


/*************************************************************************

** 404

**************************************************************************/

.error404 .msg {
  width: 100%;
  margin: 6em auto 10.7em;
}
.error404 .msg .entry-title {
  font-size: 70px;
  text-align: center;
}
.error404 .msg .kintaro_carousel_wrap {
  width: 100%;
  margin: 3.8em 0 5.7em;
}
.error404 .msg .kintaro_carousel li {
  width: 600px !important;
}
.error404 .msg .btn_404 {
  margin: 0 1.1em;
  text-align: center;
}
.error404 .msg .btn_404 a {
  display: inline-block;
  background-image: url(images/arrow-left1.svg);
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 1.7em auto;
  padding: 0.8em 2em 0.8em 4em;
  font-size: 16px;
  text-align: center;
}

/* スマホ */
@media screen and (max-width:960px) {

  .error404 .msg {
    margin: 5.3em auto 7.1em;
  }
  .error404 .msg .entry-title {
    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;
    font-size: 32px;
  }
  .error404 .msg .entry-title span {
    display: block;
    width: fit-content;
    font-size: 32px;
    text-align: left;
  }
  .error404 .msg .kintaro_carousel_wrap {
    margin: 2.3em 0 7.1em;
  }
  .error404 .msg .kintaro_carousel li {
    width: 200px !important;
  }

}