@charset "UTF-8";
@import url(./basic.css);
/* Shutter In Horizontal */
/*----------------------------------------------------------------------------------------------------------

    ORIGINAL - サイト独自の設定でbasic.cssを上書き -

----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------

    TEMPLATE - 20210401 update -

    01 BASIC
    02 LINK
    03 LAYOUT
    04 TITLE
    05 ANIMATION
    06 SNIPPET
    07 COMMON PARTS

----------------------------------------------------------------------------------------------------------*/
/*============================================================

    01 BASIC

============================================================*/
/* 基本 */
body {
  color: #000;
  font-family: "Times New Roman", Times, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 812px) {
  body {
    font-size: 1.7rem;
  }
}
/* ページ遷移のトランジション + ローディング */
body #loader-wrapper {
  background-color: #F8F3EE;
}

body #loader-wrapper #loader {
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid rgba(255, 255, 255, 0.8);
}

/*============================================================

    02 LINK

============================================================*/
/*============================================================

    03 LAYOUT

============================================================*/
/*--------------------------------
    コンテンツエリア
--------------------------------*/
main > section#second_title {
  padding-top: 80px;
  padding-bottom: 0;
}

@media only screen and (max-width: 812px) {
  main > section#second_title {
    padding-top: 40px;
  }
}

/*============================================================

    04 TITLE

============================================================*/
/*============================================================

    05 ANIMATION

============================================================*/
/*--------------------------------
	基本
--------------------------------*/
.io:not(.order), .io.order > * {
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}

.io:not(.order).move, .io.order.move > * {
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}

/*--------------------------------
	汎用
--------------------------------*/
.io:not(.order).fade, .io.order.fade > * {
  -webkit-filter: blur(1em);
  filter: blur(1em);
}

.io:not(.order).upS, .io.order.upS > * {
  -webkit-filter: blur(1em);
  filter: blur(1em);
}

/*============================================================

    06 SNIPPET

============================================================*/
/*--------------------------------
    slick
--------------------------------*/
.slide {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.slide.slick-initialized {
  /* slick動作開始時に表示 */
  opacity: 1;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide .slidePrev,
.slide .slideNext {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slide .slidePrev {
  position: absolute;
  z-index: 1001;
  top: calc(50% - 18px);
  left: 3%;
}

.slide .slideNext {
  position: absolute;
  z-index: 1001;
  top: calc(50% - 18px);
  right: 3%;
}

.slide .slidePrev svg,
.slide .slideNext svg {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  fill: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: fill;
  max-width: 100%;
}

.slide .slick-dots {
  bottom: -40px;
}

.slide .slick-dots li {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}

.slide .slick-dots li button {
  width: 30px;
  height: 30px;
}

.slide .slick-dots li button::before {
  color: #fff;
  font-size: 11px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0.9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: color;
}

.slide .slick-dots li:hover button::before,
.slide .slick-dots li.slick-active button::before {
  color: #ccc;
  opacity: 0.9;
}

/* 調整用css */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 812px) {
  .slide .slidePrev,
  .slide .slideNext {
    width: 16px;
    height: 16px;
  }
  .slide .slidePrev {
    top: calc(50% - 8px);
    left: 8px;
  }
  .slide .slideNext {
    top: calc(50% - 8px);
    right: 8px;
  }
  .slide .slidePrev svg,
  .slide .slideNext svg {
    width: 16px;
    height: 16px;
  }
  .slide .slidePrev:hover svg,
  .slide .slideNext:hover svg {
    fill: #fff;
  }
  .slide .slick-dots {
    bottom: -40px;
  }
  .slide .slick-dots li {
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
  }
  .slide .slick-dots li button {
    width: 28px;
    height: 28px;
  }
  .slide .slick-dots li button::before {
    color: #fff;
    font-size: 11px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .slide .slick-dots li:hover button::before {
    color: #fff;
    opacity: 1;
  }
  .slide .slick-dots li.slick-active button::before {
    color: #ccc;
  }
}

/* ケンバーンズ設定 */
.slick-slide.kbeIn.moving img {
  -webkit-animation: kbeIn linear 10.0s  infinite normal;
  animation: kbeIn linear 10.0s  infinite normal;
}

.slick-slide.kbeInLU.moving img {
  -webkit-animation: kbeInLU linear 10.0s  infinite normal;
  animation: kbeInLU linear 10.0s  infinite normal;
}

.slick-slide.kbeInLD.moving img {
  -webkit-animation: kbeInLD linear 10.0s  infinite normal;
  animation: kbeInLD linear 10.0s  infinite normal;
}

.slick-slide.kbeInRU.moving img {
  -webkit-animation: kbeInRU linear 10.0s  infinite normal;
  animation: kbeInRU linear 10.0s  infinite normal;
}

.slick-slide.kbeInRD.moving img {
  -webkit-animation: kbeInRD linear 10.0s  infinite normal;
  animation: kbeInRD linear 10.0s  infinite normal;
}

.slick-slide.kbeOut.moving img {
  -webkit-animation: kbeOut linear 10.0s  infinite normal;
  animation: kbeOut linear 10.0s  infinite normal;
}

.slick-slide.kbeOutLU.moving img {
  -webkit-animation: kbeOutLU linear 10.0s  infinite normal;
  animation: kbeOutLU linear 10.0s  infinite normal;
}

.slick-slide.kbeOutLD.moving img {
  -webkit-animation: kbeOutLD linear 10.0s  infinite normal;
  animation: kbeOutLD linear 10.0s  infinite normal;
}

.slick-slide.kbeOutRU.moving img {
  -webkit-animation: kbeOutRU linear 10.0s  infinite normal;
  animation: kbeOutRU linear 10.0s  infinite normal;
}

.slick-slide.kbeOutRD.moving img {
  -webkit-animation: kbeOutRD linear 10.0s  infinite normal;
  animation: kbeOutRD linear 10.0s  infinite normal;
}

/* ズームイン */
@-webkit-keyframes kbeIn {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}

@keyframes kbeIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* ズームイン + 左上移動 */
@-webkit-keyframes kbeInLU {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(-4%, -4%, 0);
  }
}

@keyframes kbeInLU {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(-4%, -4%, 0);
    transform: scale(1.1) translate3d(-4%, -4%, 0);
  }
}

/* ズームイン + 左下移動 */
@-webkit-keyframes kbeInLD {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(-4%, 4%, 0);
  }
}

@keyframes kbeInLD {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(-4%, 4%, 0);
    transform: scale(1.1) translate3d(-4%, 4%, 0);
  }
}

/* ズームイン + 右上移動 */
@-webkit-keyframes kbeInRU {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(4%, -4%, 0);
  }
}

@keyframes kbeInRU {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(4%, -4%, 0);
  }
}

/* ズームイン + 右下移動 */
@-webkit-keyframes kbeInRD {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(4%, 4%, 0);
  }
}

@keyframes kbeInRD {
  0% {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(4%, 4%, 0);
    transform: scale(1.1) translate3d(4%, 4%, 0);
  }
}

/* ズームアウト */
@-webkit-keyframes kbeOut {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes kbeOut {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ズームアウト + 左上移動 */
@-webkit-keyframes kbeOutLU {
  0% {
    -webkit-transform: scale(1.1) translate3d(4%, 4%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes kbeOutLU {
  0% {
    -webkit-transform: scale(1.1) translate3d(4%, 4%, 0);
    transform: scale(1.1) translate3d(4%, 4%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

/* ズームアウト + 左下移動 */
@-webkit-keyframes kbeOutLD {
  0% {
    -webkit-transform: scale(1.1) translate3d(4%, -4%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes kbeOutLD {
  0% {
    -webkit-transform: scale(1.1) translate3d(4%, -4%, 0);
    transform: scale(1.1) translate3d(4%, -4%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

/* ズームアウト + 右上移動 */
@-webkit-keyframes kbeOutRU {
  0% {
    -webkit-transform: scale(1.1) translate3d(-4%, 4%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes kbeOutRU {
  0% {
    -webkit-transform: scale(1.1) translate3d(-4%, 4%, 0);
    transform: scale(1.1) translate3d(-4%, 4%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

/* ズームアウト + 右下移動 */
@-webkit-keyframes kbeOutRD {
  0% {
    -webkit-transform: scale(1.1) translate3d(-4%, -4%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes kbeOutRD {
  0% {
    -webkit-transform: scale(1.1) translate3d(-4%, -4%, 0);
    transform: scale(1.1) translate3d(-4%, -4%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

/*--------------------------------
    記事一覧・アーカイブページ
--------------------------------*/
/* リスト型 */
.post_list.listType {
  margin: 0 auto;
}

.post_list.listType li {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.post_list.listType li:first-child {
  border-top: 1px solid #ccc;
}

/* カード型（サムネイルあり） */
.post_list.cardType {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post_list.cardType li {
  border-bottom: none;
  width: 30%;
  max-width: 30%;
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  margin: 0 5% 5em 0;
  overflow: hidden;
}

.post_list.cardType li:nth-of-type(3n) {
  margin-right: 0;
}

.post_list.cardType li .postImg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post_list.cardType li .postImg a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* 記事情報 */
.post_list li .postInfo {
  margin: 15px 0 5px;
  line-height: 1.4;
}

/* 記事情報:カテゴリ */
.post_list li .postInfo em:last-of-type {
  margin: 0 0 0 0;
}

/* 記事タイトル */
.post_list li .postTitle {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

.post_list li .postExcerpt {
  font-size: 1.4rem;
  margin: 1em 0 0;
}

/* タグ */
.post_list li .postTag {
  margin: 10px auto 0;
  font-size: 1.4rem;
}

.post_list li .postTag em {
  display: inline-block;
  margin: 0 10px 0 0;
}

.post_list li .postTag em a::before {
  content: "#";
  display: inline-block;
}

/* アーカイブタイトル */
section .container article .archiveTitle {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 60px 0;
}

/* 関連リンク */
section .container article .relatedTitle {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 150px 0 60px 0;
}

@media only screen and (max-width: 812px) {
  /* リスト型 */
  .post_list.listType li {
    padding-bottom: 10px;
  }
  .post_list.listType li:first-child {
    border-top: 1px solid #ccc;
  }
  /* カード型（サムネイルあり） */
  .post_list.cardType {
    margin: 0 auto 30px;
  }
  .post_list.cardType li,
  .post_list.cardType li:nth-of-type(3n) {
    width: 47.5%;
    max-width: 47.5%;
    -ms-flex: 0 0 47.5%;
    -webkit-box-flex: 0;
    flex: 0 0 47.5%;
    margin: 0 5% 2em 0;
  }
  .post_list.cardType li:nth-of-type(2n) {
    margin-right: 0;
  }
  .post_list.cardType li .postImg a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* 記事情報（日付・カテゴリー） */
  .post_list li .postInfo {
    margin: 10px 0 5px;
  }
  .post_list li .postInfo span {
    font-size: 12px;
    margin: 0 2em 0 0;
  }
  .post_list li .postInfo em {
    /*		font-size: 1.2rem;*/
    margin: 0 1em 0 0;
  }
  /* 記事タイトル */
  .post_list li .postTitle {
    font-size: 14px;
  }
  /* タグ */
  .post_list li .postTag {
    margin: 5px auto 0;
    font-size: 12px;
  }
  /* アーカイブタイトル */
  section .container article .archiveTitle {
    margin: 0 0 40px 0;
    text-align: center;
  }
  /* 関連リンク */
  section .container article .relatedTitle {
    margin: 100px 0 40px;
    text-align: center;
  }
}

/*============================================================

    07 COMMON PARTS

============================================================*/
/*------------------------------------------------------------

    HEADER

------------------------------------------------------------*/
/*--------------------------------
    基本設定
--------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  display: block;
  width: 100%;
  height: 80px;
  background-color: rgba(204, 204, 204, 0.95);
}

header .container {
  max-width: none;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  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;
}

header .container::after {
  display: none;
}

/*--------------------------------
    ロゴマーク
--------------------------------*/
header .container #header_logo {
  width: 200px;
  margin: 0 20px 0 0;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

header .container #header_logo img {
  width: 100%;
  height: auto;
}

/*--------------------------------
    ナビゲーション
--------------------------------*/
/* ナビ モーダル型 */
nav.modal_navi {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #aaa;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  /* GPU acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

/* PCで使用する場合の配慮（IE10以上ハックしてIE11を再度上書き）*/
nav.modal_navi {
  -webkit-transform: scale(0) \9;
  transform: scale(0) \9;
}

_:-ms-lang(x)::-ms-backdrop, nav.modal_navi {
  transform: scale(0.95);
}

body.nav-show nav.modal_navi {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

nav.modal_navi ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ナビ 縦スライド型 */
nav.slideDown_navi {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #aaa;
  width: 100vw;
  height: auto;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* GPU acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

body.nav-show nav.slideDown_navi {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

nav.slideDown_navi > ul {
  margin: 50px auto;
  padding: 0 5%;
}

/* ナビ 横スライド型 */
nav.slideIn_navi {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: #aaa;
  width: 60vw;
  min-width: 100px;
  height: 100vh;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* GPU acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

body.nav-show nav.slideIn_navi {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

nav.slideIn_navi ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  padding: 0 30px;
  text-align: left;
}

/* ナビ出現時に背景でスクロールを止める処理 */
body.nav-show {
  overflow: hidden;
  height: 100%;
}

/*--------------------------------
    言語切り替え
--------------------------------*/

#nav_language {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
#nav_language li {
  color: #fff;
  font-size: min(1.5rem, 15px);
}
#nav_language li:after {
  content: "/";
  padding: 0 0.3em;
}
#nav_language li:last-child:after {
  display: none;
}
#nav_language li a,
#nav_language li span {
  border-bottom: solid 1px transparent;
}
#nav_language li span {
  border-bottom-color: #fff;
}

@media print, screen and (min-width: 813px) {

  #nav_language  li:after {
    padding: 0 0.5em;
  }
  #nav_language  li a:hover {
    color: #fff;
    border-bottom-color: #fff;
    opacity: 0.6;
  }
}

#mainvisual #nav_language,
#header_nav #nav_language {
  top: 15px;
  left: 60px;
}

@media print, screen and (min-width: 813px) {
  #mainvisual #nav_language,
  #header_nav #nav_language {
    top: 32px;
    left: calc(5% + 70px)
  }
}

header {
  pointer-events: none;
}

header #header_logo,
header #nav_btnwrapper,
header #header_nav,
header #header_info {
  pointer-events: auto;
}

/*--------------------------------
    ハンバーガーメニュー
--------------------------------*/
#nav_btnwrapper {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: transparent;
  z-index: 10001;
}

#nav_btnwrapper #nav_btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#nav_btnwrapper #nav_btn #nav_btn_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_btnwrapper #nav_btn #nav_btn_icon::before,
#nav_btnwrapper #nav_btn #nav_btn_icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_btnwrapper #nav_btn #nav_btn_icon::before {
  -webkit-transform: translate(0, -400%);
  transform: translate(0, -400%);
}

#nav_btnwrapper #nav_btn #nav_btn_icon::after {
  -webkit-transform: translate(0, 400%);
  transform: translate(0, 400%);
}

@media print, screen and (min-width: 812px) {
  #nav_btnwrapper #nav_btn #nav_btn_icon::before {
    -webkit-transform: translate(0, -550%);
    transform: translate(0, -550%);
  }
  #nav_btnwrapper #nav_btn #nav_btn_icon::after {
    -webkit-transform: translate(0, 550%);
    transform: translate(0, 550%);
  }
}

#nav_btnwrapper #nav_btn:hover #nav_btn_icon,
#nav_btnwrapper #nav_btn:hover #nav_btn_icon::before,
#nav_btnwrapper #nav_btn:hover #nav_btn_icon::after {
  background-color: #aaa;
}

body.nav-show #nav_btnwrapper #nav_btn #nav_btn_icon {
  background: transparent;
}

body.nav-show #nav_btnwrapper #nav_btn #nav_btn_icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.nav-show #nav_btnwrapper #nav_btn #nav_btn_icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav_btnwrapper {
  display: block;
}

#nav_btnwrapper #nav_btn:hover #nav_btn_icon,
#nav_btnwrapper #nav_btn:hover #nav_btn_icon::before,
#nav_btnwrapper #nav_btn:hover #nav_btn_icon::after {
  background-color: #fff;
}

/*------------------------------------------------------------

    FOOTER

------------------------------------------------------------*/
/*--------------------------------
    基本設定
--------------------------------*/
footer {
  position: relative;
  background-color: #ccc;
}

footer .container {
  padding-top: 50px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 812px) {
  footer .container {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/*--------------------------------
    コピーライト
--------------------------------*/
footer .container .footer_copyright {
  width: auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  font-size: 1.2rem;
}

/*--------------------------------
    ページトップボタン
--------------------------------*/
.pagetop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 5000;
  zoom: 1;
  width: 100%;
  height: 50px;
  bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagetop.exist {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pagetop.stop {
  position: absolute;
  bottom: auto;
  /* bottomの値 + 高さ*/
  top: -70px;
}

.pagetop a {
  display: block;
  width: 100px;
  height: 100%;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  margin: 0 auto;
}

.pagetop a::after {
  content: "PAGETOP";
}

.pagetop a svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: #000;
  margin: 0 auto;
}

.pagetop a:hover svg {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

@media only screen and (max-width: 812px) {
  .pagetop {
    display: none;
  }
}

/*------------------------------------------------------------

    COMMON

------------------------------------------------------------*/
/* コアスタイル */
/*======================================================================================
html
======================================================================================*/
html, html body {
  overflow-x: hidden;
}

/* @media print, screen and (max-width: 812px) {
  html {
    font-size: 50.785%;
  }
} */

/*======================================================================================
body
======================================================================================*/
body {
  background-color: #F8F3EE;
  position: relative;
}

/*======================================================================================
レイアウト
======================================================================================*/
.container .container {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

@media print, screen and (min-width: 812px) {
  .container .container {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}

.inner {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 812px) {
  .inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*======================================================================================
画像
======================================================================================*/
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 10%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.6em;
}

/*!header*/
/*======================================================================================
header
======================================================================================*/
header {
  height: 50px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header.show, body.show_header header {
  background-color: #24267B;
}

header .container #header_logo {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}

header .container #nav_btnwrapper {
  top: 5px;
  right: auto;
  left: 10px;
}

@media print, screen and (max-width: 1000px) {
  header .container {
    min-width: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  header .container #header_logo {
    width: 100%;
    max-width: 300px;
  }
}

@media print, screen and (min-width: 812px) {
  header {
    height: 90px;
  }

  header .container #nav_btnwrapper {
    top: 25px;
    left: 5%;
  }
  header .container #nav_btnwrapper #nav_btn {
    width: 60px;
  }
}

/*======================================================================================
nav
======================================================================================*/
#header_nav nav {
  padding: 60px 0 20px;
  background-color: #24267B;
  overflow: auto;
}

#header_nav nav.slideDown_navi {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#header_nav nav .container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

#header_nav nav .container a {
  color: #ffffff;
}

#header_nav nav #nav_main #navi_logo {
  display: none;
}

#header_nav nav #nav_main > ul {
  text-align: left;
  padding: 0;
}

#header_nav nav #nav_main > ul > li {
  margin-bottom: 15px;
}

#header_nav nav #nav_main > ul > li > a {
  font-family: "Times New Roman", Times, "本明朝-M 新がな", "HonMinSink-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-size: min(5vw, 2.1rem);
  font-weight: normal;
  letter-spacing: 0.1em;
}

#header_nav nav #nav_main > ul > li > a em {
  display: block;
  line-height: 1.4;
  font-size: 63%;
  letter-spacing: 0.06em;
  opacity: 0.4;
}

/* #header_nav nav #nav_main > ul > li > a.active {
  font-weight: bold;
}

#header_nav nav #nav_main > ul > li > a.active em {
  font-weight: normal;
} */

#header_nav nav #nav_main > ul > li ul {
  text-align: left;
  padding: 0;
}

#header_nav nav #nav_main > ul > li ul li {
  margin: 0.5em 0;
}

#header_nav nav #nav_main > ul > li ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: min(3.80952vw, 1.6rem);
}

#header_nav nav #nav_main > ul > li ul li a:before {
  content: "ー ";
}

#header_nav nav #nav_sub {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#header_nav nav #nav_sub ul {
  text-align: left;
  padding: 0;
}

#header_nav nav #nav_sub ul li {
  margin: 0;
}

#header_nav nav #nav_sub .nav_list {
  width: calc(100% - 80px);
  font-size: 0;
  margin: 0 10px 20px 0;
}

#header_nav nav #nav_sub .nav_list li {
  display: inline-block;
}

#header_nav nav #nav_sub .nav_list li a {
  font-size: 17px;
  font-size: 1.7rem;
  font-size: min(1.328125vw, 1.7rem);
}

#header_nav nav #nav_sub .nav_list li:after {
  content: " ／";
  color: #ffffff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: min(3.80952vw, 1.6rem);
}

#header_nav nav #nav_sub .nav_list li:last-child {
  padding-right: 0;
}

#header_nav nav #nav_sub .nav_list li:last-child:after {
  content: "";
}

#header_nav nav #nav_sub .nav_sns {
  width: 100px;
  margin-bottom: 20px;
}

#header_nav nav #nav_sub .nav_sns li {
  display: inline-block;
  margin-right: 1em;
}

#header_nav nav #nav_sub .nav_sns li svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #ffffff;
}

#header_nav nav #nav_sub .nav_sns li:last-child {
  margin: 0;
}

#header_nav nav #nav_sub .bnr_onlineshop {
  width: 100%;
  border: solid 4px #ffffff;
}

#header_nav nav #nav_sub .bnr_onlineshop > div dl dt svg, #header_nav nav #nav_sub .bnr_onlineshop > div dl dd svg {
  -webkit-filter: none;
  filter: none;
}

#header_nav nav #nav_sub .bnr_onlineshop > div dl dt {
  margin-bottom: 0;
}

#header_nav nav #nav_sub > dl {
  display: none;
}

@media print, screen and (min-width: 812px) {
  #header_nav nav {
    padding: 90px 0 30px;
  }
  #header_nav nav.slideDown_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90vh;
    min-height: 400px;
  }
  #header_nav nav.slideDown_navi > div {
    width: 100%;
  }
  #header_nav nav #nav_main {
    margin-bottom: 35px;
    margin-bottom: 2.5vh;
  }
  #header_nav nav #nav_main #navi_logo {
    display: block;
    width: 35%;
    margin-bottom: 0;
  }
  #header_nav nav #nav_main #navi_logo img {
    max-width: 250px;
    margin: 0;
  }
  #header_nav nav #nav_main > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
  }
  #header_nav nav #nav_main > ul > li {
    width: 49%;
    margin-bottom: 16px;
    margin-bottom: 2.5vh;
  }
  #header_nav nav #nav_main > ul > li > a {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: min(1.875vw, 2.4rem);
    font-size: clamp(1rem, 5vh, 2.4rem);
  }
  #header_nav nav #nav_main > ul > li > a em {
    font-size: 70%;
  }
  #header_nav nav #nav_main > ul > li.concept {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 2%;
  }
  #header_nav nav #nav_main > ul > li.noodles {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 2%;
  }
  #header_nav nav #nav_main > ul > li.process {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-right: 2%;
    margin-bottom: 0;
  }
  #header_nav nav #nav_main > ul > li.clients {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #header_nav nav #nav_main > ul > li.flow {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #header_nav nav #nav_main > ul > li.restaurant {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-bottom: 0;
  }
  #header_nav nav #nav_main > ul > li ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(1.25vw, 1.6rem);
    font-size: clamp(10px, 3.5vh, 1.6rem);
  }
  #header_nav nav #nav_main > ul li a:hover {
    color: #b5b6e9;
  }
  #header_nav nav #nav_sub {
    display: grid;
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  #header_nav nav #nav_sub > dl {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-row: 1 / 4;
    margin-bottom: 20px;
    margin-bottom: min(20px, 3vh);
    color: #ffffff;
  }
  #header_nav nav #nav_sub > dl dt {
    font-family: "Times New Roman", Times, "本明朝-M 新がな", "HonMinSink-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-size: min(1.71875vw, 2.2rem);
    font-size: clamp(1.5rem, 4vh, 2.2rem);
  }
  #header_nav nav #nav_sub > dl dd a:hover {
    color: #b5b6e9;
  }
  #header_nav nav #nav_sub > dl dd a:hover svg {
    fill: #b5b6e9;
  }
  #header_nav nav #nav_sub .nav_list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
    margin-bottom: min(20px, 3vh);
    grid-row: 1 / 3;
  }
  #header_nav nav #nav_sub .nav_list a:hover {
    color: #b5b6e9;
  }
  #header_nav nav #nav_sub .nav_sns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    grid-row: 4 / 5;
  }
  #header_nav nav #nav_sub .nav_sns li a:hover svg {
    fill: #b5b6e9;
  }
  #header_nav nav #nav_sub .bnr_onlineshop {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    grid-row: 3 / 5;
    width: 75%;
  }
}

@media print, screen and (min-width: 1280px) {
  #header_nav nav #nav_main {
    margin-bottom: 5vh;
  }
  #header_nav nav #nav_main > ul > li {
    margin-bottom: 5vh;
  }
}

/*======================================================================================
お問い合わせ・電話
======================================================================================*/
#header_info li {
  width: 155px;
  position: absolute;
  top: 0;
  right: -105px;
  z-index: 10001;
}

#header_info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #24267B;
  font-family: Arial, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
}

#header_info li a span {
  display: none;
}

#header_info li a i {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}

#header_info li a i svg:not(.arrow_right) {
  display: block;
  max-width: 24px;
  max-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#header_info li a svg.arrow_right {
  width: 1em;
  height: 1em;
  vertical-align: -3px;
}

#header_info li.phone {
  border-bottom: solid 1px #24267B;
}

#header_info li.mail {
/*
  top: 50px;
  border-top: solid 1px #24267B;
*/
    top: 0;
}

#header_info li.mail svg.arrow_right {
  display: none;
}

@media print, screen and (min-width: 812px) {
  #header_info li {
    width: 250px;
    right: 0;
  }
  #header_info li a {
    display: block;
/*
    height: 44px;
    line-height: 44px;
*/
      height: 90px;
      line-height: 90px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  #header_info li a i {
    display: none;
    width: 70px;
  }
  #header_info li a i svg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header_info li a span {
    display: inline;
  }
  #header_info li a:hover {
    color: #ffffff;
    background-color: #24267B;
  }
  #header_info li a:hover svg.arrow_right {
    fill: #ffffff;
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  #header_info li.phone a {
    font-size: 120%;
  }
  #header_info li.phone a:before {
    content: "tel.";
    font-size: 75%;
  }
  #header_info li.mail {
/*    top: 45px;*/
  }
  #header_info li.mail a svg.arrow_right {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
  }
  #header_info li.mail:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

/*!main*/
/*======================================================================================
main
======================================================================================*/
main > section {
  padding: 0;
  margin: 0;
}

body.show_header main {
  padding-top: 50px;
}

@media print, screen and (min-width: 812px) {
  body.show_header main {
    padding-top: 90px;
  }
}

/*!footer*/
/*======================================================================================
cartボタン
======================================================================================*/
#cart_btn {
  width: 185px;
  position: fixed;
  right: -135px;
  bottom: 5%;
  bottom: calc(env(safe-area-inset-bottom) + 5%);
  z-index: 1;
}

#cart_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  font-family: Arial, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-top: solid 2px #24267B;
  border-bottom: solid 2px #24267B;
  border-left: solid 2px #24267B;
  background-color: #24267B;
}

#cart_btn a i {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}

#cart_btn a svg.icon_cart {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #ffffff;
}

#cart_btn a svg.arrow_right {
  width: 1em;
  height: 1em;
  vertical-align: -3px;
  fill: #ffffff;
}

#cart_btn a > span {
  display: block;
  width: calc(100% - 50px);
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: normal;
}

#cart_btn a > span span {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
}

@media print, screen and (min-width: 812px) {
  #cart_btn {
    width: 250px;
    right: 0;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  body.scroll-active #cart_btn {
    right: -180px;
  }
  body.scroll-active #cart_btn:hover {
    right: 0;
  }
  #cart_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    line-height: 1.8;
    padding: 0.3em 0;
  }
  #cart_btn a i {
    display: block;
    width: 70px;
  }
  #cart_btn a i svg {
    max-width: 35px;
    max-height: 26px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #cart_btn a > span {
    width: calc(100% - 80px);
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    font-size: min(1.5625vw, 2rem);
  }
  #cart_btn a > span span {
    font-size: 60%;
  }
  #cart_btn a:hover {
    color: #24267B;
    background-color: #ffffff;
  }
  #cart_btn a:hover svg {
    fill: #24267B;
  }
  #cart_btn a:hover svg.arrow_right {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}

/*======================================================================================
footer
======================================================================================*/
footer {
  background-color: #24267B;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-bottom: calc(20px + 3em);
  position: relative;
}

footer .container .footer_logo {
  width: 120px;
  margin-left: 20px;
}

footer .container .footer_info {
  width: calc(100% - 140px);
}

footer .container .footer_info ul {
  text-align: left;
}

footer .container .footer_info ul li, footer .container .footer_info ul li + li {
  margin-left: 0;
}

footer .container .footer_info ul li a, footer .container .footer_info ul li + li a {
  color: #ffffff;
}

footer .container .footer_info ul li a svg, footer .container .footer_info ul li + li a svg {
  max-width: 1.5em;
  max-height: 1.5em;
  fill: #ffffff;
}

footer .container .footer_info ul.footer_link {
  margin-bottom: 1em;
}

footer .container .footer_info ul.footer_link li {
  margin-bottom: 1em;
}

footer .container .footer_info ul.footer_link li:last-child {
  margin-bottom: 0;
}

footer .container .footer_info ul.footer_link li a {
  font-size: 13px;
  font-size: 1.3rem;
}

footer .container .footer_info ul.footer_sns li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

footer .container .footer_info ul.footer_sns li:last-child {
  margin-right: 0;
}

footer .container .footer_info .footer_copyright {
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}

@media print, screen and (min-width: 812px) {
  footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .container .footer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .container .footer_info ul.footer_link, footer .container .footer_info ul.footer_sns {
    width: auto;
    margin: 0;
  }
  footer .container .footer_info ul.footer_link li, footer .container .footer_info ul.footer_sns li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 0;
  }
  footer .container .footer_info ul.footer_link li:last-child, footer .container .footer_info ul.footer_sns li:last-child {
    margin-right: 0;
  }
  footer .container .footer_info ul.footer_link li a, footer .container .footer_info ul.footer_sns li a {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: min(1.09375vw, 1.4rem);
  }
  footer .container .footer_info ul.footer_link li a:hover, footer .container .footer_info ul.footer_sns li a:hover {
    color: #b5b6e9;
  }
  footer .container .footer_info ul.footer_link li a:hover svg, footer .container .footer_info ul.footer_sns li a:hover svg {
    fill: #b5b6e9;
  }
  footer .container .footer_info ul.footer_link {
    margin-right: 30px;
  }
  footer .container .footer_info .footer_copyright {
    text-align: left;
    margin-top: 20px;
    position: static;
  }
}

/* 共通パーツスタイル */
/*!common*/
/*======================================================================================
非表示
======================================================================================*/
.none {
  display: none !important;
}

/*======================================================================================
コンテンツ間隔
======================================================================================*/
.padding_cnt {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin_cnt {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 812px) {
  .padding_cnt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .margin_cnt {
    margin-bottom: 60px;
  }
}

/*!column*/
/*======================================================================================
column
======================================================================================*/
.column {
  display: block;
}

.column > * img {
  width: 100%;
  max-width: none;
  min-width: 0;
  height: auto;
  margin: 0;
}

.column > * img + p {
  margin-top: initial;
}

@media only screen and (max-width: 812px) {
  .column {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .column > *, .column > *:nth-of-type(2n), .column > *:nth-of-type(3n), .column > *:nth-of-type(4n) {
    width: auto;
    margin: 0;
  }
  .column[data-sp-col="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column[data-sp-col="2"] > * {
    width: 48%;
    margin: 0 4% 3vh 0;
  }
  .column[data-sp-col="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
  .column[data-sp-col="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column[data-sp-col="3"] > * {
    width: calc(92% / 3);
    margin: 0 4% 3vh 0;
  }
  .column[data-sp-col="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

.column.col1-1, .column.col1-1-1 {
  margin-bottom: min(70px, 10vh);
}

.column.col1-1:last-child, .column.col1-1-1:last-child {
  margin-bottom: 0;
}

.column.col1-1 > *, .column.col1-1-1 > * {
  margin-bottom: 0.5em;
}

.column.col1-1 > *:last-child, .column.col1-1-1 > *:last-child {
  margin-bottom: 0;
}

.column.col1-1-1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column.col1-1-1-1 > * {
  width: 48%;
  margin: 0 4% 3vh 0;
}

.column.col1-1-1-1 > *:nth-child(2n) {
  margin-right: 0;
}

@media print, screen and (min-width: 812px) {
  .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column[data-pc-col="2"] > * {
    width: 48%;
    margin: 0 4% 3vh 0;
  }
  .column[data-pc-col="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
  .column[data-pc-col="3"] > * {
    width: calc(96% / 3);
    margin: 0 2% 3vh 0;
  }
  .column[data-pc-col="3"] > *:nth-child(3n), .column[data-pc-col="3"] > *:last-child {
    margin-right: 0;
  }
  .column[data-pc-col="4"] > * {
    width: calc(94% / 4);
    margin: 0 2% 3vh 0;
  }
  .column[data-pc-col="4"] > *:nth-child(4n), .column[data-pc-col="4"] > *:last-child {
    margin-right: 0;
  }
  .column[data-pc-col="5"] > * {
    width: calc(92% / 5);
    margin: 0 2% 3vh 0;
  }
  .column[data-pc-col="5"] > *:nth-child(5n), .column[data-pc-col="5"] > *:last-child {
    margin-right: 0;
  }
  .column.col1-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column.col1-1 > * {
    width: 48%;
    margin: 0 4% 3vh 0;
  }
  .column.col1-1 > *:nth-child(2n) {
    margin-right: 0;
  }
  .column.col1-1-1 > * {
    width: 30.66666%;
    margin: 0 4% 3vh 0;
  }
  .column.col1-1-1 > *:nth-child(3n), .column.col1-1-1 > *:last-child {
    margin-right: 0;
  }
  .column.col1-1-1-1 > * {
    width: 22.75%;
    margin: 0 3% 3vw 0;
  }
  .column.col1-1-1-1 > *:nth-child(2n) {
    margin-right: 3%;
  }
  .column.col1-1-1-1 > *:nth-child(4n), .column.col1-1-1-1 > *:last-child {
    margin-right: 0;
  }
}

/*!ICON*/
/*--------------------------------
	アイコン
--------------------------------*/
svg {
  vertical-align: middle;
}

svg.icon_phone {
  max-width: 1.5em;
  max-height: 1.5em;
  vertical-align: -4px;
  fill: #24267B;
}

svg.icon_mail {
  max-width: 1.5em;
  max-height: 1.5em;
  vertical-align: -4px;
  fill: #24267B;
}

svg.icon_cart {
  max-width: 32px;
  max-height: 24px;
  vertical-align: -4px;
  fill: #ffffff;
}

svg.icon_play {
  max-width: 20px;
  max-height: 20px;
  vertical-align: -5px;
  fill: #ffffff;
}

svg.arrow_up {
  max-width: 20px;
  max-height: 10px;
  fill: #24267B;
}

svg.arrow_right {
  max-width: 30px;
  max-height: 30px;
  fill: #24267B;
}

svg.arrow_right_line {
  max-width: 60px;
  max-height: 7px;
  fill: #ffffff;
}

svg.arrow_right_line.short {
  max-width: 28px;
  max-height: 10px;
}

@media print, screen and (min-width: 812px) {
  svg.icon_play {
    max-width: 50px;
    max-height: 50px;
  }
  svg.arrow_up {
    max-width: 31px;
    max-height: 17px;
  }
  svg.arrow_right_line {
    max-width: 94px;
    max-height: 11px;
  }
  svg.arrow_right_line.short {
    max-width: 38px;
  }
}

/*!bg*/
/*======================================================================================
背景
======================================================================================*/
.bg_lightbrown {
  padding: 1em;
  background-color: #ebdac4;
}

@media print, screen and (min-width: 812px) {
  .bg_lightbrown {
    padding: 1.5em;
  }
}

.bg_white {
  padding: 1.5em;
  background-color: #ffffff;
}

.bg_blue {
  padding: 1.5em 0;
  background-color: #24267B;
}

.bg_beige {
  background-color: #F8F3EE;
}

/*!title*/
/*======================================================================================
tt_base
======================================================================================*/
.tt_base {
  line-height: 1.4;
  font-family: "Times New Roman", Times, "本明朝-M 新がな", "HonMinSink-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1em;
}

.tt_base em {
  display: block;
  color: #24267B;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.3em;
}

.tt_base > span {
  font-size: 80%;
}

@media print, screen and (min-width: 812px) {
  .tt_base {
    font-size: 35px;
    font-size: 3.5rem;
    font-size: min(2.73438vw, 3.5rem);
  }
  .tt_base em {
    font-size: 20px;
    font-size: 2rem;
    font-size: min(1.5625vw, 2rem);
  }
  .tt_base > span {
    font-size: 70%;
  }
}

/*======================================================================================
tt_main
======================================================================================*/
.tt_main {
  font-family: "Times New Roman", Times, "本明朝-M 新がな", "HonMinSink-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.5em;
}

.tt_main > span {
  font-size: 20px;
  font-size: 2rem;
}

@media print, screen and (min-width: 812px) {
  .tt_main {
    font-size: 30px;
    font-size: 3rem;
    font-size: min(2.34375vw, 3rem);
  }
  .tt_main > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*======================================================================================
tt_sub
======================================================================================*/
.tt_sub {
  font-family: "Times New Roman", Times, "本明朝-M 新がな", "HonMinSink-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 812px) {
  .tt_sub {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: min(1.875vw, 2.4rem);
  }
}

/*======================================================================================
tt_third
======================================================================================*/
.tt_third {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 812px) {
  .tt_third {
    font-size: 20px;
    font-size: 2rem;
    font-size: min(1.5625vw, 2rem);
  }
}

/*!button*/
/*======================================================================================
テキストリンク
======================================================================================*/
.link_txt a {
  color: #24267B;
}

.link_txt a svg.arrow_right {
  max-width: 1em;
  max-height: 1em;
  vertical-align: -2px;
  fill: #24267B;
}

@media print, screen and (min-width: 812px) {
  .link_txt a svg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .link_txt a:hover {
    color: #3032a2;
  }
  .link_txt a:hover svg {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}

/*======================================================================================
テキストインラインリンク
======================================================================================*/
.link_inline {
  display: inline-block;
  color: #24267B;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  vertical-align: 0.3em;
  padding: 0.3em calc(1.2em + 1em) 0.3em 0.7em;
  border: solid 1px #24267B;
  background-color: #ffffff;
  position: relative;
}

.link_inline:link, .link_inline:visited {
  color: #24267B;
}

.link_inline:after {
  display: block;
  content: "＞";
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media print, screen and (min-width: 812px) {
  .link_inline {
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: baseline;
  }
  .link_inline:after {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .link_inline:hover {
    color: #ffffff;
    background-color: #24267B;
  }
  .link_inline:hover:after {
    -webkit-transform: translate3d(3px, -50%, 0);
    transform: translate3d(3px, -50%, 0);
  }
}

/*======================================================================================
リンクボタン
======================================================================================*/
.link_btn > a, .link_btn > span {
  display: block;
  line-height: 1.4;
  color: #ffffff;
  text-align: left;
  border: solid 2px #24267B;
  background-color: #24267B;
}

.link_btn > a > span, .link_btn > span > span {
  display: block;
  padding: 1em calc(1.5em + 60px) 1em 1em;
  position: relative;
}

.link_btn > a > span span, .link_btn > span > span span {
  font-size: 82%;
}

.link_btn > a > span svg.icon_cart, .link_btn > span > span svg.icon_cart {
  margin-right: 0.5em;
}

.link_btn > a > span svg:not(.icon_cart), .link_btn > span > span svg:not(.icon_cart) {
  display: block;
  padding-left: 0.5em;
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link_btn > a:hover svg, .link_btn > span:hover svg {
  fill: #ffffff;
}

.link_btn.white > a, .link_btn.white > span {
  color: #24267B;
  border-color: rgba(36, 38, 123, 0.6);
  background-color: rgba(255, 255, 255, 0.6);
}

.link_btn.white > a > span, .link_btn.white > span > span {
  border: none;
}

.link_btn.white > a > span svg, .link_btn.white > span > span svg {
  fill: #24267B;
}

.link_btn.white > a > span:after, .link_btn.white > span > span:after {
  display: none;
}

.link_btn.red > a, .link_btn.red > span {
  border-color: #bb252c;
  background-color: #bb252c;
}

.link_btn.back > a > span svg:not(.icon_cart) {
  right: auto;
  left: 1em;
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}

.link_btn.center > a {
  text-align: center;
}

.link_btn.center > a > span {
  padding: 1em calc(1em + 60px);
}

@media print, screen and (min-width: 812px) {
  .link_btn > a {
    display: inline-block;
    min-width: 450px;
    font-size: 17px;
    font-size: 1.7rem;
    font-size: min(1.328125vw, 1.7rem);
  }
  .link_btn > a > span {
    padding-right: calc(1.5em + 90px);
  }
  .link_btn > a > span svg {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .link_btn > a > span svg:not(.icon_cart) {
    top: calc(50% - 4px);
  }
  .link_btn > a > span:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px transparent;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .link_btn > a:hover {
    color: #24267B;
    background-color: #ffffff;
  }
  .link_btn > a:hover > span svg {
    fill: #24267B;
  }
  .link_btn > a:hover > span svg.icon_cart {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .link_btn > a:hover > span svg:not(.icon_cart) {
    -webkit-transform: translate3d(3px, -50%, 0);
    transform: translate3d(3px, -50%, 0);
  }
  .link_btn > a:hover > span:after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-color: #24267B;
    left: 3px;
    top: 3px;
  }
  .link_btn.white > a:hover {
    color: #ffffff;
    background-color: #24267B;
  }
  .link_btn.white > a:hover > span svg {
    fill: #ffffff;
  }
  .link_btn.red > a:hover {
    color: #bb252c;
    background-color: #ffffff;
  }
  .link_btn.red > a:hover > span svg {
    fill: #bb252c;
  }
  .link_btn.red > a:hover > span:after {
    border-color: #bb252c;
  }
  .link_btn.back > a:hover > span svg:not(.icon_cart) {
    -webkit-transform: scale(-1, 1) translate3d(3px, -50%, 0);
    transform: scale(-1, 1) translate3d(3px, -50%, 0);
  }
  .link_btn.wide > a {
    display: block;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .link_btn.center > a {
    text-align: center;
  }
  .link_btn.center > a > span {
    padding-right: calc(1.5em + 90px);
    padding-left: calc(1.5em + 90px);
  }
}

/*======================================================================================
リンクサブボタン
======================================================================================*/
.link_sub_btn > a, .link_sub_btn > span {
  display: block;
  line-height: 1.4;
  color: #24267B;
  font-style: normal;
  text-align: left;
  vertical-align: top;
  padding: 1em 35px 0.5em 1em;
  border: solid 1px #24267B;
  background-color: #ffffff;
  position: relative;
}

.link_sub_btn > a > span, .link_sub_btn > span > span {
  display: block;
}

.link_sub_btn > a > span span, .link_sub_btn > span > span span {
  font-size: 87%;
}

.link_sub_btn > a > span svg, .link_sub_btn > span > span svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link_sub_btn.blue > a, .link_sub_btn.blue > span {
  color: #ffffff;
  background-color: #24267B;
}

.link_sub_btn.blue > a > span svg, .link_sub_btn.blue > span > span svg {
  fill: #ffffff;
}

.link_sub_btn.center > a, .link_sub_btn.center > span {
  text-align: center;
  padding: 1em 35px 1em 25px;
}

@media print, screen and (min-width: 812px) {
  .link_sub_btn > a > span svg, .link_sub_btn > span > span svg {
    top: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .link_sub_btn > a:hover, .link_sub_btn > span:hover {
    color: #ffffff;
    background-color: #24267B;
  }
  .link_sub_btn > a:hover > span svg, .link_sub_btn > span:hover > span svg {
    fill: #ffffff;
    -webkit-transform: translate3d(3px, -50%, 0);
    transform: translate3d(3px, -50%, 0);
  }
  .link_sub_btn.blue > a:hover, .link_sub_btn.blue > span:hover {
    color: #24267B;
    background-color: #ffffff;
  }
  .link_sub_btn.blue > a:hover > span svg, .link_sub_btn.blue > span:hover > span svg {
    fill: #24267B;
  }
}

/*======================================================================================
playリンク
======================================================================================*/
.link_play a, .link_play > span {
  color: #ffffff;
  font-size: 17px;
  font-size: 1.7rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  padding: 1em;
  border: solid 1px #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.link_play a svg, .link_play > span svg {
  margin-right: 0.3em;
  fill: #ffffff;
}

@media print, screen and (min-width: 812px) {
  .link_play > span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity, transform;
  }
  .link_play a, .link_play > span {
    font-size: 20px;
    font-size: 2rem;
    font-size: min(1.5625vw, 2rem);
    padding: 0.7em 1.5em;
  }
  .link_play a svg, .link_play > span svg {
    max-width: 1.3em;
    max-height: 1.3em;
  }
  .link_play a:hover, a:hover .link_play a, .link_play > span:hover, a:hover .link_play > span {
    color: #24267B;
    text-shadow: none;
    background-color: #ffffff;
  }
  .link_play a:hover svg, a:hover .link_play a svg, .link_play > span:hover svg, a:hover .link_play > span svg {
    fill: #24267B;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*!banner*/
/*======================================================================================
オンラインショップバナー
======================================================================================*/
.bnr_onlineshop {
  position: relative;
}

.bnr_onlineshop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
}

.bnr_onlineshop > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.bnr_onlineshop > div dl {
  width: 100%;
}

.bnr_onlineshop > div dl dt, .bnr_onlineshop > div dl dd {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 3px black;
}

.bnr_onlineshop > div dl dt svg, .bnr_onlineshop > div dl dd svg {
  vertical-align: 1.5px;
  -webkit-filter: drop-shadow(0 0 3px black);
  filter: drop-shadow(0 0 3px black);
}

.bnr_onlineshop > div dl dt {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0.3em;
  position: relative;
}

.bnr_onlineshop > div dl dd {
  color: #ffffff;
}

.bnr_onlineshop > div dl dd svg {
  fill: #ffffff;
}

@media print, screen and (min-width: 812px) {
  .bnr_onlineshop > div a {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .bnr_onlineshop > div a:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .bnr_onlineshop > div a:hover .link_txt svg {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  .bnr_onlineshop > div dl dt {
    font-size: 28px;
    font-size: 2.8rem;
    font-size: min(2.1875vw, 2.8rem);
  }
}

/*!mainvisual*/
/*======================================================================================
mainvisual
======================================================================================*/
.mainvisual_cnt picture[data-parallax="scroll"] img {
  opacity: 0;
}

.mainvisual_cnt p br {
  display: none;
}

.mainvisual_cnt ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (max-width: 812px) {
  .mainvisual_cnt ul .link_btn > a span {
    padding-right: 41px;
    padding-left: 0.5em;
  }
  .mainvisual_cnt ul .link_btn > a span svg {
    max-width: 38px;
    right: 3px;
  }
}

@media print, screen and (min-width: 812px) {
  .mainvisual_cnt p {
    text-align: center;
    margin-bottom: 5em;
  }
  .mainvisual_cnt p br {
    display: inline;
  }
  .mainvisual_cnt ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mainvisual_cnt ul li > a {
    display: block;
    min-width: unset;
  }
}

/*!corporation*/
/*======================================================================================
背景
======================================================================================*/
.corporation_link {
  padding: 3em 0 4em;
  margin-top: 30px;
  background-color: #8c693e;
}

.corporation_link h4 {
  color: #ffffff;
  text-align: center;
}

.corporation_link > div section {
  margin-bottom: 1em;
}

.corporation_link > div section:last-child {
  margin-bottom: 0;
}

.corporation_link > div section a {
  /* display: block; */
  padding: 1em 50px;
  background-color: #F8F3EE;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.corporation_link > div section a h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

.corporation_link > div section a p {
  display: none;
}

.corporation_link > div section a div {
  position: absolute;
  top: calc(50% - (0.7em + 5px));
  right: 15px;
}

.corporation_link > div section a div svg {
  fill: #000;
}

@media print, screen and (min-width: 812px) {
  .corporation_link {
    margin-top: 60px;
  }
  .corporation_link > div section {
    margin-bottom: 0 !important;
  }
  .corporation_link > div section a {
    padding: 2em 1em;
    position: static;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .corporation_link > div section a h5 {
    font-size: 21px;
    font-size: 2.1rem;
    font-size: min(1.640625vw, 2.1rem);
    margin-bottom: 0.5em;
  }
  .corporation_link > div section a p {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-size: min(1.171875vw, 1.5rem);
    text-align: center;
    margin-bottom: 0.5em;
  }
  .corporation_link > div section a div {
    position: static;
    text-align: center;
  }
  .corporation_link > div section a:hover {
    color: #000;
    background-color: #ebdac4;
  }
  .corporation_link > div section a:hover svg {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

/*!parameter_list*/
.parameter_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1em;
  margin-bottom: 1em;
}

.parameter_list > div:last-child {
  margin-bottom: 0;
}

.parameter_list > div dt {
  width: 5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: normal;
  padding-right: 1em;
  margin-right: 1.5em;
  border-right: solid 1px #000;
}

.parameter_list > div dd {
  width: calc(100% - 6em);
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: -1;
}

.parameter_list > div dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.parameter_list > div dd ol:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cccad4;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 0;
}

.parameter_list > div dd ol li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #24267B;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50%;
  background-color: #cccad4;
  z-index: 2;
}

.parameter_list > div dd ol li.active {
  color: #ffffff;
  background-color: #24267B;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.parameter_list > div dd:before, .parameter_list > div dd:after {
  line-height: 1.2;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: normal;
  position: absolute;
  top: -1.5em;
}

.parameter_list > div dd:before {
  left: 0.4em;
}

.parameter_list > div dd:after {
  right: 0.4em;
}

.parameter_list > div.thick dd:before {
  content: "Thin";
}

.parameter_list > div.thick dd:after {
  content: "Thick";
}

.parameter_list > div.texture dd:before {
  content: "Chewy";
  left: 0em;
}

.parameter_list > div.texture dd:after {
  content: "Firm & Springy (Koshi)";
  right: -0.6em;
}

.parameter_list > div.smell dd:before {
  content: "Subtle";
}

.parameter_list > div.smell dd:after {
  content: "Strong";
}

.parameter_list.small > div {
  margin-bottom: 0.5em;
}

.parameter_list.small > div dt {
  width: 5em;
  font-size: 11px;
  font-size: 0.9rem;
  padding-right: 0.5em;
  margin-right: 1em;
}

.parameter_list.small > div dd {
  width: calc(100% - 6em);
  font-size: 11px;
  font-size: 1.1rem;
}

.parameter_list.small > div dd ol li {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}

.parameter_list.small > div dd:before, .parameter_list.small > div dd:after {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.parameter_list.small > div dd:before {
  left: -0.3em;
}

.parameter_list.small > div dd:after {
  right: -0.3em;
}

.parameter_list.small > div.texture dd:before {
  left: -0.7em;
}

.parameter_list.small > div.texture dd:after {
  right: -1.2em;
}

@media print, screen and (min-width: 812px) {
  .parameter_list:not(.small) {
    max-width: 700px;
    padding: 0 1.5em;
    margin-right: auto;
    margin-left: auto;
  }
  .parameter_list > div dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: min(1.40625vw, 1.8rem);
    border-right-width: 1px;
  }
  .parameter_list > div dd ol li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #24267B;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(1.25vw, 1.6rem);
  }
  .parameter_list > div dd:before, .parameter_list > div dd:after {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: min(0.9375vw, 1.2rem);
  }
  .parameter_list > div dd:before {
    left: 0.3em;
  }
  .parameter_list > div dd:after {
    right: 0.3em;
  }
  .parameter_list > div.texture dd:before {
    left: 0em;
  }
  .parameter_list > div.texture dd:after {
    right: -0.7em;
  }
  .parameter_list.small > div {
    margin-bottom: 0.7em;
  }
  .parameter_list.small > div dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .parameter_list.small > div dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .parameter_list.small > div dd ol li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .parameter_list.small > div dd:before, .parameter_list.small > div dd:after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .parameter_list.small > div dd:before {
    left: 0.3em;
  }
  .parameter_list.small > div dd:after {
    right: 0.3em;
  }
  .parameter_list.small > div.texture dd:before {
    left: -0.2em;
  }
  .parameter_list.small > div.texture dd:after {
    right: -0.6em;
  }
}

/*======================================================================================
パラメーターコンテンツ
======================================================================================*/
.parameter_list2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1em;
  margin-bottom: 10px;
}

.parameter_list2 > div:last-child {
  margin-bottom: 0;
}

.parameter_list2 > div dt, .parameter_list2 > div dd {
  font-size: 12px;
  font-size: 1.2rem;
}

.parameter_list2 > div dt {
  width: 2.5em;
  letter-spacing: normal;
}

.parameter_list2 > div dd {
  width: calc(100% - 3em);
  position: relative;
  z-index: -1;
}

.parameter_list2 > div dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.parameter_list2 > div dd ol li {
  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;
  width: calc(100% / 5);
  height: 30px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: normal;
  margin-right: 2px;
  background-color: rgba(36, 38, 123, 0.2);
}

.parameter_list2 > div dd ol li:last-child {
  margin-right: 0;
}

.parameter_list2 > div dd ol li.active {
  background-color: #24267B;
}

.parameter_list2 > div dd ol:before, .parameter_list2 > div dd ol:after {
  line-height: 1.2;
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
  position: absolute;
  top: -1.5em;
}

.parameter_list2 > div dd ol:before {
  left: 0;
}

.parameter_list2 > div dd ol:after {
  right: 0;
}

.parameter_list2 > div.thick dd ol:before {
  content: "Thin";
}

.parameter_list2 > div.thick dd ol:after {
  content: "Thick";
}

.parameter_list2 > div.texture dd ol:before {
  content: "Chewy";
}

.parameter_list2 > div.texture dd ol:after {
  content: "Firm & Springy (Koshi)";
}

.parameter_list2 > div.smell dd ol:before {
  content: "Subtle";
}

.parameter_list2 > div.smell dd ol:after {
  content: "Strong";
}

@media print, screen and (min-width: 812px) {
  .parameter_list2:not(.small) {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .parameter_list2:not(.small) > div {
    padding-top: 0;
  }
  .parameter_list2:not(.small) > div dt {
    font-size: 25px;
    font-size: 2.5rem;
    font-size: min(1.95312vw, 2.5rem);
  }
  .parameter_list2:not(.small) > div dd {
    padding: 0 25px;
  }
  .parameter_list2:not(.small) > div dd ol li, .parameter_list2:not(.small) > div dd ol:before, .parameter_list2:not(.small) > div dd ol:after {
    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;
    width: calc(100% / 7);
    height: 50px;
    text-align: center;
  }
  .parameter_list2:not(.small) > div dd ol li {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: min(1.875vw, 2.4rem);
  }
  .parameter_list2:not(.small) > div dd ol:before, .parameter_list2:not(.small) > div dd ol:after {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(1.25vw, 1.6rem);
    background-color: #ffffff;
    position: static;
  }
  .parameter_list2:not(.small) > div dd ol:before {
    margin-right: 2px;
  }
  .parameter_list2:not(.small) > div dd ol:after {
    margin-left: 2px;
  }
  .parameter_list2:not(.small) > div dd:before, .parameter_list2:not(.small) > div dd:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  .parameter_list2:not(.small) > div dd:before {
    left: 0;
    border-width: 25px 25px 25px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .parameter_list2:not(.small) > div dd:after {
    right: 0;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #ffffff;
  }
  .parameter_list2:not(.small) > div.texture dd ol:after {
    content: "コシが\Aある";
    white-space: pre;
  }
}

/*
Theme Name: Simple
Theme URI:
Description:
Version: 2.0
Author: nw
*/
/* ==========================================================================

	BLOG

========================================================================== */
/* ------------------------------------------------------------ 記事カラム ------------------------------------------------------------ */
/*--------------------------------
    ブログナビ
--------------------------------*/
#blog_nav {
  padding: 0;
  background-color: #eee;
  margin: 2em auto;
}

#blog_nav .container {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blog_nav .container .category_toggle {
  display: none;
}

#blog_nav .container ul {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blog_nav .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  text-align: center;
}

#blog_nav .container ul li + li {
  margin-left: 2%;
}

#blog_nav .container ul li a {
  width: 100%;
  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;
  padding: 0 10px;
  border: 1px solid #000;
}

#blog_nav .container ul li a:link,
#blog_nav .container ul li a:visited {
  color: #000;
  background-color: transparent;
}

#blog_nav .container ul li a:hover,
#blog_nav .container ul li a:active {
  color: #fff;
  background-color: #000;
}

#blog_nav .container ul li a.current {
  color: #fff;
  background-color: #000;
}

/* 検索ボタン */
#blog_nav .container .search_btn {
  background-color: #333;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#blog_nav .container .search_btn svg {
  fill: #ffffff;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#blog_nav .container .search_btn:hover {
  background-color: #fff;
}

#blog_nav .container .search_btn:hover svg {
  fill: #333;
}

@media only screen and (max-width: 812px) {
  #blog_nav {
    margin: 1em auto;
  }
  #blog_nav .container {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    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;
    position: relative;
    height: 50px;
  }
  #blog_nav .container .category_toggle {
    display: block;
  }
  #blog_nav .container .category_toggle svg {
    max-width: 20px;
    max-height: 20px;
    fill: #666;
    margin-left: 0.5em;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #blog_nav .container .category_toggle.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  #blog_nav .container ul {
    width: 100%;
    display: block;
    background-color: #eee;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
  }
  #blog_nav .container ul li {
    display: block;
    border-top: 1px solid #333;
  }
  #blog_nav .container ul li + li {
    margin-left: 0;
  }
  #blog_nav .container ul li a {
    padding: 10px;
    border: none;
  }
  /* 検索ボタン */
  #blog_nav .container .search_btn {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  #blog_nav .container .search_btn svg {
    width: 30px;
    height: 30px;
  }
  #blog_nav .container .search_btn:hover {
    background-color: #333;
  }
  #blog_nav .container .search_btn:hover svg {
    fill: #fff;
  }
}

/*--------------------------------
    検索コンテンツ
--------------------------------*/
#search_cnt, #search_overlay {
  position: fixed;
  left: 0;
}

#search_overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9991;
}

#search_cnt {
  width: 100%;
  padding: 100px 0;
  top: -100%;
  z-index: 9992;
  -webkit-transition: top 0.8s ease;
  transition: top 0.8s ease;
  background-color: #ccc;
}

#search_cnt.on {
  top: 0;
}

#search_cnt .search_close {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#search_cnt .search_close span {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#search_cnt .search_close span,
#search_cnt .search_close span:before {
  display: block;
  width: 2px;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#search_cnt .search_close span:before {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#search_cnt .search_close:hover {
  background-color: #fff;
}

#search_cnt .search_close:hover span,
#search_cnt .search_close:hover span:before {
  background-color: #333;
}

#search_cnt .searchKeyword {
  margin-bottom: 2em;
}

#search_cnt .search_tag {
  text-align: center;
}

#search_cnt .search_tag li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

#search_cnt .search_tag li a::before {
  content: "#";
}

@media only screen and (max-width: 812px) {
  #search_cnt {
    padding: 70px 0 50px;
  }
  #search_cnt.on {
    top: 0;
  }
  #search_cnt .search_close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  #search_cnt .search_close span {
    top: calc(50% - 10px);
  }
  #search_cnt .search_close span,
  #search_cnt .search_close span:before {
    height: 20px;
  }
  #search_cnt .search_close:hover {
    background-color: #210000;
  }
  #search_cnt .search_close:hover span,
  #search_cnt .search_close:hover span:before {
    background-color: #fff;
  }
}

/*--------------------------------
    検索窓
--------------------------------*/
.searchKeyword {
  max-width: 400px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.searchKeyword form input[type="text"] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: solid 2px #666;
  background-color: #ffffff;
  padding: 10px 40px 10px 20px;
}

.searchKeyword form button[type="submit"] {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: opacity;
}

.searchKeyword form button[type="submit"] svg {
  max-width: 30px;
  max-height: 30px;
  fill: #666;
}

.searchKeyword form button[type="submit"]:hover {
  opacity: 0.6;
}

.searchKeyword form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}

.searchKeyword form input::placeholder,
.searchKeyword form input::-webkit-input-placeholder,
.searchKeyword form input:-ms-input-placeholder,
.searchKeyword form input::-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}

.searchKeyword form input[type="text"]:focus,
.searchKeyword form button[type="submit"]:focus {
  outline: 0;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  .searchKeyword form input[type="text"] {
    height: 40px;
    font-size: 16px;
  }
  .searchKeyword form button[type="submit"] {
    width: 30px;
    height: 30px;
  }
  .searchKeyword form button[type="submit"] svg {
    max-width: 25px;
    max-height: 25px;
  }
  .searchKeyword form button[type="submit"]:hover {
    opacity: 1;
  }
}

/*--------------------------------
    検索結果なし
--------------------------------*/
section .container article .noresult {
  text-align: center;
}

/*--------------------------------
    記事ページ
--------------------------------*/
/* 記事情報（日付・カテゴリー） */
section .container article .post .postInfo {
  margin: 0 0 10px 0;
}

section .container article .post .postInfo span {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 2em 0 0;
}

section .container article .post .postInfo em {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 1.5em 0 0;
}

section .container article .post .postInfo em:last-of-type {
  margin: 0;
}

/* タグ */
section .container article .post .postTag {
  margin: 100px 0 0;
}

section .container article .post .postTag em {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 1.5em 0 0;
}

section .container article .post .postTag em:last-of-type {
  margin: 0;
}

section .container article .post .postTag em a::before {
  content: "#";
}

section .container article .post .postTag em a:link,
section .container article .post .postTag em a:visited {
  color: #999;
}

section .container article .post .postTag em a:hover,
section .container article .post .postTag em a:active {
  color: #333;
}

@media only screen and (max-width: 812px) {
  /* 記事情報（日付・カテゴリー） */
  section .container article .post .postInfo {
    margin: 0 0 5px 0;
  }
  section .container article .post .postInfo span {
    font-size: 12px;
    margin: 0 2em 0 0;
  }
  section .container article .post .postInfo em {
    font-size: 12px;
    margin: 0 1em 0 0;
  }
  /* タグ */
  section .container article .post .postTag {
    margin: 50px 0 0;
  }
  section .container article .post .postTag em {
    font-size: 13px;
  }
}

/*--------------------------------
    目次（TOC）
--------------------------------*/
.postContents #toc_container {
  font-weight: bold;
  padding: 40px;
  border: solid 1px #333;
  margin-bottom: 4em;
}

.postContents #toc_container .toc_title {
  font-size: 2rem;
  margin-bottom: 1em;
}

.postContents #toc_container .toc_list > li {
  margin-bottom: 1.5em;
  list-style-type: none;
}

.postContents #toc_container .toc_list > li:last-child {
  margin-bottom: 0;
}

.postContents #toc_container .toc_list > li > a {
  font-weight: bold;
}

.postContents #toc_container .toc_list > li > ul {
  margin-top: 1em;
  padding-left: 2em;
}

.postContents #toc_container .toc_list > li > ul > li {
  margin-bottom: 1.5em;
  list-style-type: none;
}

.postContents #toc_container .toc_list > li > ul > li:last-child {
  margin-bottom: 0;
}

.postContents #toc_container a:link,
.postContents #toc_container a:visited {
  color: #333;
  text-decoration: none;
}

.postContents #toc_container a:hover,
.postContents #toc_container a:active {
  color: #999;
  text-decoration: none;
}

@media only screen and (max-width: 812px) {
  .postContents #toc_container {
    padding: 20px;
  }
  .postContents #toc_container .toc_title {
    font-size: 18px;
  }
  .postContents #toc_container .toc_list > li > ul {
    padding-left: 1em;
  }
  .postContents #toc_container a:link,
  .postContents #toc_container a:visited {
    color: #333;
    text-decoration: none;
  }
  .postContents #toc_container a:hover,
  .postContents #toc_container a:active {
    color: #333;
    text-decoration: none;
  }
}

/* ------------------------------------------------------------ 操作系 ------------------------------------------------------------ */
/*--------------------------------
    前後記事リンク
--------------------------------*/
.pagelink {
  font-size: 1.4rem;
  margin-top: 100px;
}

.pagelink::after {
  content: "";
  display: block;
  clear: both;
}

.pagelink .pageprev, .pagelink .pagenext {
  max-width: 45%;
  position: relative;
  overflow: hidden;
}

.pagelink .pageprev a::after, .pagelink .pagenext a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagelink .pageprev {
  float: left;
}

.pagelink .pageprev a {
  padding: 0 0 0 30px;
}

.pagelink .pageprev a::after {
  background: url(/common/images/arrow_left.svg) no-repeat center center/contain;
  left: 0px;
}

.pagelink .pageprev a:hover::after {
  -webkit-transform: translate(-2px, -50%);
  transform: translate(-2px, -50%);
}

.pagelink .pagenext {
  float: right;
  text-align: right;
}

.pagelink .pagenext a {
  padding: 0 30px 0 0;
}

.pagelink .pagenext a::after {
  background: url(/common/images/arrow_right.svg) no-repeat center center/contain;
  right: 0px;
}

.pagelink .pagenext a:hover::after {
  -webkit-transform: translate(2px, -50%);
  transform: translate(2px, -50%);
}

@media only screen and (max-width: 812px) {
  .pagelink {
    font-size: 12px;
    margin: 40px 0;
  }
  .pagelink .pageprev a:hover::after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .pagelink .pagenext a:hover::after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/*--------------------------------
    ページネーション
--------------------------------*/
.pagenation {
  margin-top: 60px;
  text-align: center;
}

.pagenation ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}

.pagenation ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 13px;
  line-height: 30px;
}

.pagenation ul li a {
  display: block;
  width: 30px;
  height: 30px;
  /*
    border: 1px solid #eee;
    */
  border-radius: 50%;
}

.pagenation ul li a:hover {
  background-color: #eee;
  text-decoration: none;
}

.pagenation ul li span.current {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  /*    background-color: #eee;*/
  border-radius: 50%;
}

.pagenation ul li a.prev {
  width: 60px;
  padding: 0 10px 0 20px;
  background: url(/common/images/arrow_left.svg) no-repeat left center;
  background-size: 20px auto;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagenation ul li a.next {
  width: 60px;
  padding: 0 20px 0 10px;
  background: url(/common/images/arrow_right.svg) no-repeat right center;
  background-size: 20px auto;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagenation ul li a.prev:hover {
  background-color: transparent;
  -webkit-transform: translate(-2px, 0);
  transform: translate(-2px, 0);
}

.pagenation ul li a.next:hover {
  background-color: transparent;
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}

@media only screen and (max-width: 812px) {
  .pagenation {
    margin: 40px 0;
  }
  .pagenation ul li {
    margin: 0 4px;
    font-size: 12px;
    line-height: 24px;
  }
  .pagenation ul li a {
    width: 24px;
    height: 24px;
  }
  .pagenation ul li span.current {
    width: 24px;
    height: 24px;
  }
  .pagenation ul li a.prev {
    padding: 0 10px;
  }
  .pagenation ul li a.next {
    padding: 0 10px;
  }
  .pagenation ul li a.prev:hover,
  .pagenation ul li a.next:hover {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* ------------------------------------------------------------ サイドカラム ------------------------------------------------------------ */
/*--------------------------------
	サイドカラム
--------------------------------*/
/* キーワード検索 */
section .container aside .searchKeyword {
  width: 24%;
  max-width: 24%;
  -ms-flex: 0 0 24%;
  -webkit-box-flex: 0;
  flex: 0 0 24%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

section .container aside .searchKeyword form input[type="text"] {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  font-size: 1.6rem;
}

/* placeholderスタイル */
section .container aside .searchKeyword form input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
}
section .container aside .searchKeyword form input::-moz-placeholder {
  color: #ccc;
  font-size: 1.6rem;
}
section .container aside .searchKeyword form input:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
}
section .container aside .searchKeyword form input::-ms-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
}
section .container aside .searchKeyword form input::placeholder {
  color: #ccc;
  font-size: 1.6rem;
}

section .container aside .searchKeyword form input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
}

/* webkit */
section .container aside .searchKeyword form input:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
}

/* IE */
section .container aside .searchKeyword form input::-ms-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
}

/* Egde */
section .container aside .searchKeyword form input[type="submit"] {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: opacity;
  background: url(/common/images/icon_search.svg) center center no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
}

section .container aside .searchKeyword form input[type="submit"]:hover {
  opacity: 0.6;
}

/* focus外す */
section .container aside .searchKeyword form input[type="text"]:focus,
section .container aside .searchKeyword form input[type="submit"]:focus {
  outline: 0;
}

@media only screen and (max-width: 812px) {
  /* キーワード検索 */
  section .container aside .searchKeyword {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  section .container aside .searchKeyword form input[type="text"] {
    /* iOSの拡大阻止 */
    font-size: 16px;
    height: 40px;
    border-radius: 20px;
  }
  section .container aside .searchKeyword form input[type="submit"] {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }
  section .container aside .searchKeyword form input[type="submit"]:hover {
    opacity: 1;
  }
}

/*!article*/
/*======================================================================================
日付・カテゴリ
======================================================================================*/
.date_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date_cat p {
  width: 8em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  margin-right: 1em;
  margin-bottom: 0;
}

.date_cat ul {
  width: calc(100% - 9em);
}

.date_cat ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: 0.1em;
}

.date_cat ul li + li {
  margin-left: 0.8em;
}

.date_cat ul li a {
  color: #000;
  padding: 0.4em;
  background-color: #ebdac4;
  position: relative;
  z-index: 3;
}

@media print, screen and (min-width: 812px) {
  .date_cat p {
    margin-right: 1.5em;
  }
  .date_cat ul li a:hover {
    background-color: #dec29e;
  }
}

/*======================================================================================
一覧 リストタイプ
======================================================================================*/
.article_list article {
  border-bottom: solid 1px #47310e;
}

.article_list article:first-child {
  border-top: solid 1px #47310e;
}

.article_list article > div {
  padding: 1.5em 0;
  position: relative;
}

.article_list article > div .date_cat {
  margin-bottom: 0.5em;
}

.article_list article > div .tt_article a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media print, screen and (min-width: 812px) {
  .article_list article > div {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .article_list article > div .tt_article a:hover {
    color: #000;
  }
  .article_list article:hover > div {
    background-color: #f8eddc;
  }
}

/*======================================================================================
一覧 カードタイプ
======================================================================================*/
/*======== article_card01 ========*/
.article_card01 > * > a {
  display: block;
  height: 100%;
  background-color: #ffffff;
}

.article_card01 > * > a picture img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.article_card01 > * > a .tt_article_card01 {
  font-family: "Times New Roman", Times, "本明朝-M 新がな", "HonMinSink-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.article_card01 > * > a .tt_article_card01 > span {
  display: block;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  padding: 0.5em calc(0.5em + 35px) 0.5em 0.5em;
  position: relative;
}

.article_card01 > * > a .tt_article_card01 > span span {
  display: inline-block;
}

.article_card01 > * > a .tt_article_card01 > span svg {
  fill: #000;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media print, screen and (min-width: 812px) {
  .article_card01 > * > a picture {
    overflow: hidden;
  }
  .article_card01 > * > a picture img {
    height: 370px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity,transform;
  }
  .article_card01 > * > a .tt_article_card01 > span {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: min(1.875vw, 2.4rem);
    padding: 0.8em calc(0.8em + 45px) 0.8em 0.8em;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .article_card01 > * > a .tt_article_card01 > span svg {
    right: 0.8em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .article_card01 > * > a:hover {
    background-color: #24267B;
  }
  .article_card01 > * > a:hover picture img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .article_card01 > * > a:hover .tt_article_card01 > span {
    color: #ffffff;
  }
  .article_card01 > * > a:hover .tt_article_card01 > span svg {
    fill: #ffffff;
    -webkit-transform: translate3d(3px, -50%, 0);
    transform: translate3d(3px, -50%, 0);
  }
}

/*======== article_card02 ========*/
.article_card02 > * > div {
  height: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: -1;
}

.article_card02 > * > div picture img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article_card02 > * > div > div {
  padding: 0.5em;
}

.article_card02 > * > div > div .tt_article_card02 {
  line-height: 1.3;
  font-family: "Times New Roman", Times, "本明朝-M 新がな", "HonMinSink-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0.5em;
}

.article_card02 > * > div > div .tt_article_card02 a > span {
  display: block;
  padding-right: 28px;
  position: relative;
}

.article_card02 > * > div > div .tt_article_card02 a > span span {
  display: inline-block;
  font-size: 15px;
}

.article_card02 > * > div > div .tt_article_card02 a > span svg {
  display: block;
  max-width: 25px;
  max-height: 7px;
  fill: #000;
  position: absolute;
  top: calc(0.5em - 3px);
  right: 3px;
}

.article_card02 > * > div > div .tt_article_card02 a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.article_card02 > * > div > div .parameter_list {
  margin-bottom: 1em;
}

.article_card02 > * > div > div .parameter_list2 {
  margin-bottom: 1em;
}

.article_card02 > * > div > div .parameter_list2 > div dd ol li {
  height: 25px;
}

.article_card02 > * > div > div .company_article_card02 {
  margin-top: 0.5em;
}

.article_card02 > * > div > div .company_article_card02 dt, .article_card02 > * > div > div .company_article_card02 dd {
  line-height: 1.2;
  font-size: 13.7px;
  font-size: 1.37rem;
  text-align: left;
}

.article_card02 > * > div > div .company_article_card02 dd {
  margin-top: 0.5em;
}

.article_card02 > * > div > div > i {
  display: block;
}

.article_card02 > * > div > div > i svg {
  display: block;
  max-width: 25px;
  max-height: 7px;
  margin-left: auto;
  fill: #000;
}

@media print, screen and (min-width: 812px) {
  .article_card02 > * > div {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .article_card02 > * > div picture {
    overflow: hidden;
  }
  .article_card02 > * > div picture img {
    height: 250px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity,transform;
  }
  .article_card02 > * > div > div {
    padding: 1.5em;
  }
  .article_card02 > * > div > div .tt_article_card02 {
    font-size: 22px;
    font-size: 2.2rem;
    font-size: min(1.71875vw, 2.2rem);
    letter-spacing: 0.1em;
  }
  .article_card02 > * > div > div .tt_article_card02 a > span {
    padding-right: 48px;
  }
  .article_card02 > * > div > div .tt_article_card02 a > span span {
    font-size: 24px;
  }
  .article_card02 > * > div > div .tt_article_card02 a > span svg {
    max-width: 45px;
    max-height: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .article_card02 > * > div > div .parameter_list {
    margin-bottom: 2em;
  }
  .article_card02 > * > div > div .parameter_list > div dt, .article_card02 > * > div > div .parameter_list > div dd ol li, .article_card02 > * > div > div .parameter_list > div dd:before, .article_card02 > * > div > div .parameter_list > div dd:after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .article_card02 > * > div > div .parameter_list2 {
    margin-bottom: 2em;
  }
  .article_card02 > * > div > div .parameter_list2 > div dt, .article_card02 > * > div > div .parameter_list2 > div dd ol li, .article_card02 > * > div > div .parameter_list2 > div dd ol:before, .article_card02 > * > div > div .parameter_list2 > div dd ol:after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .article_card02 > * > div > div .company_article_card02 {
    margin-top: 1em;
  }
  .article_card02 > * > div > div .company_article_card02 dt, .article_card02 > * > div > div .company_article_card02 dd {
    font-size: 17px;
    font-size: 1.7rem;
    font-size: min(1.32812vw, 1.7rem);
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .article_card02 > * > div > div > i svg {
    max-width: 94px;
    max-height: 11px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .article_card02 > * > div:hover {
    background-color: #24267B;
  }
  .article_card02 > * > div:hover picture img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .article_card02 > * > div:hover > div .tt_article_card02 a {
    color: #ffffff;
  }
  .article_card02 > * > div:hover > div .tt_article_card02 a svg {
    fill: #ffffff;
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  .article_card02 > * > div:hover > div .parameter_list > div dt {
    color: #ffffff;
    border-right-color: #ffffff;
  }
  .article_card02 > * > div:hover > div .parameter_list > div dd:before, .article_card02 > * > div:hover > div .parameter_list > div dd:after {
    color: #ffffff;
  }
  .article_card02 > * > div:hover > div .parameter_list > div dd ol li.active {
    color: #24267B;
    background-color: #ffffff;
  }
  .article_card02 > * > div:hover > div .parameter_list2 > div dt {
    color: #ffffff;
  }
  .article_card02 > * > div:hover > div .parameter_list2 > div dd ol li {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .article_card02 > * > div:hover > div .parameter_list2 > div dd ol li.active {
    color: #24267B;
    background-color: white;
  }
  .article_card02 > * > div:hover > div .parameter_list2 > div dd ol:before, .article_card02 > * > div:hover > div .parameter_list2 > div dd ol:after {
    color: #ffffff;
  }
  .article_card02 > * > div:hover > div .tag a {
    color: #ffffff;
    border-color: #ffffff;
  }
  .article_card02 > * > div:hover > div .tag a:hover {
    color: #24267B;
    background-color: #ffffff;
  }
  .article_card02 > * > div:hover > div .company_article_card02 dt, .article_card02 > * > div:hover > div .company_article_card02 dd {
    color: #ffffff;
  }
  .article_card02 > * > div:hover > div > i svg {
    fill: #ffffff;
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}

/*======================================================================================
ページネーション
======================================================================================*/
.pagenation ul li a, .pagenation ul li span {
  border-radius: 0;
}

.pagenation ul li span.current {
  color: #ffffff;
  border-radius: 0;
  border: solid 2px #24267B;
  background-color: #24267B;
}

@media print, screen and (min-width: 812px) {
  .pagenation ul li a:hover {
    background-color: #dcddf5;
  }
}

/*======================================================================================
ページリンク
======================================================================================*/
.pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  border-top: solid 1px #47310e;
}

.pagelink .pageprev, .pagelink .pagenext, .pagelink .pageback {
  float: none;
  max-width: none;
  max-width: unset;
  width: calc(100% / 3);
}

.pagelink .pageprev {
  text-align: left;
}

.pagelink .pageback {
  text-align: center;
}

.pagelink .pagenext {
  text-align: right;
}

/*======================================================================================
タグ
======================================================================================*/
.tag_list {
  font-size: 0;
  text-align: left;
}

.tag_list li {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.tag {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
}

.tag a {
  display: block;
  line-height: 1.3;
  color: #24267B;
  letter-spacing: normal;
  padding: 0.3em 0.5em;
  border: solid 1px #24267B;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 812px) {
  .tag {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: min(1.01562vw, 1.3rem);
  }
  .tag a {
    padding: 0.5em 1em;
  }
  .tag a:hover {
    color: #ffffff;
    background-color: #24267B;
  }
}

.hashtag:before, .tag a:before {
  content: "# ";
}

/*======================================================================================
検索
======================================================================================*/
.searchKeyword form input[type="text"] {
  padding-right: 60px;
  border-radius: 0;
  border-color: #24267B;
}

.searchKeyword form button[type="submit"] {
  width: 50px;
  height: calc(100% - 4px);
  border-left: solid 2px #24267B;
  background-color: #24267B;
  top: 2px;
  right: 2px;
}

.searchKeyword form button[type="submit"] svg {
  fill: #ffffff;
}

@media print, screen and (min-width: 812px) {
  .searchKeyword form button[type="submit"] {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .searchKeyword form button[type="submit"] svg {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
  }
  .searchKeyword form button[type="submit"]:hover {
    background-color: #ffffff;
    opacity: 1;
  }
  .searchKeyword form button[type="submit"]:hover svg {
    fill: #24267B;
  }
}

/*======================================================================================
記事詳細
======================================================================================*/
.post .date_cat {
  margin-bottom: 1em;
}

.post .postTitle {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1.2em;
}

@media print, screen and (min-width: 812px) {
  .post .postTitle {
    font-size: 26px;
    font-size: 2.6rem;
    font-size: min(2.03125vw, 2.6rem);
    margin-bottom: 1.5em;
  }
}

.post .postThumb {
  margin-bottom: 1.5em;
}

.post .postContents > *:first-child {
  margin-top: 0;
}

.post .postContents *:last-child {
  margin-bottom: 0;
}

.post .postContents:after {
  content: "";
  display: block;
  clear: both;
}

.post .postContents a:link, .post .postContents a:visited {
  color: #000;
  text-decoration: underline;
}

.post .postContents p {
  margin: 0 auto 15px;
}

.post .postContents strong {
  font-weight: bold;
}

.post .postContents em {
  font-style: italic;
}

.post .postContents img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto 15px;
}

.post .postContents .aligncenter {
  margin: 0 auto 1em;
}

.post .postContents .alignleft {
  float: left;
  margin: 0 auto 15px;
}

.post .postContents .alignright {
  float: right;
  margin: 0 auto 15px;
}

.post .postContents .wp-caption {
  max-width: 100%;
}

.post .postContents .wp-caption-text {
  font-size: .83em;
  margin-top: -5px;
}

.post .postContents blockquote {
  font-style: italic;
  margin: 1.12em 40px;
  color: #666;
}

.post .postContents pre {
  white-space: normal;
}

.post .postContents ul, .post .postContents ol {
  margin: 1.12em 0;
}

.post .postContents ul li {
  list-style-type: disc;
}

.post .postContents ol li {
  list-style-type: decimal;
}

.post .postContents h1 {
  font-size: 2em;
  margin: 1.34em 0 .67em;
  font-weight: bold;
  text-align: left;
}

.post .postContents h2 {
  font-size: 1.5em;
  margin: 1.5em 0 .75em;
  font-weight: bold;
  text-align: left;
}

.post .postContents h3 {
  font-size: 1.17em;
  margin: 1.66em 0 .83em;
  font-weight: bold;
  text-align: left;
}

.post .postContents h4 {
  margin: 2.24em 0 1.12em;
  font-weight: bold;
  text-align: left;
}

.post .postContents h5 {
  font-size: .83em;
  margin: 3.0em 0 1.5em;
  font-weight: bold;
  text-align: left;
}

.post .postContents h6 {
  font-size: .75em;
  margin: 3.34em 0 1.67em;
  font-weight: bold;
  text-align: left;
}

.post .postContents iframe[src*="youtube"] {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 190px;
}

@media print, screen and (min-width: 812px) {
  .post .postContents a:hover, .post .postContents a:active {
    color: #999;
    text-decoration: none;
  }
  .post .postContents p {
    margin: 0 auto 2em;
  }
  .post .postContents img {
    width: auto;
    margin: 0 auto 2em;
  }
  .post .postContents .alignleft, .post .postContents .alignright {
    margin: 0 0 1em 1em;
  }
  .post .postContents iframe[src*="youtube"] {
    min-height: 474px;
  }
}

/*!fancybox*/
/*======================================================================================
fancybox背景変更
======================================================================================*/
.fancybox-bg {
  background: #24267B !important;
}
