/****************************************************************
                        各ページ共通
****************************************************************/
body {
  font-size: 14px;
}

body {
  font-family: "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", serif, Noto Serif JP;
  /*"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;

  border: 1px solid;
}

.contents_wrapper {
  padding: 5% 0;
}

.contents_absolute_wrapper {
  position: relative;
}

.contents_absolute {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
}

.contents_inner {
  width: 100%;
  margin: 0 auto;
}

.contents-container {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

a.link_button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  max-width: 270px;
  letter-spacing: 0.1em;
}

a.link_button:link,
a.link_button:hover,
a.link_button:active,
a.link_button:visited {
  color: #fff;
}

div.contents_title span,
div.contact_head span,
div.shop_address span,
div.recruit_head span,
div.item_head span,
div.online_shop_body span,
div.concept span,
div.news_title-head span {
  font-size: 14px;
  padding: 0 0 0 1%;
}

.contents_title_wrapper .contents_title {
  font-size: 50px;
  margin-bottom: 60px;
  letter-spacing: 0em;
  color: #004829;
  font-family: 'Garamond', serif;
  font-weight: 300;
  font-style: normal;
}

.scroll_link {
  cursor: pointer;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.font-ja {
  font-family: "Yu Mincho Regular", serif;
}

.font-ja-bold {
  font-family: "Yu Mincho Demibold", serif;
  font-weight: bold;
}

.font-en {
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-style: normal;
}

.font-en-light {
  font-family: 'Garamond', serif;
  font-weight: 300;
  font-style: normal;
}

.view-more {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.view-more-white {
  color: #fff !important;
}

.product-list .thumbnail-wrapper {
  overflow: hidden;
}

.product-list .thumbnail-wrapper>img {
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.product-list .thumbnail-wrapper>img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
}

.mb35 {
  margin-bottom: 35% !important;
}

@media screen and (max-width: 900px) {
  .contents_title_wrapper .contents_title {
    margin-bottom: 30px;
  }

  .concept_more .concept_more-right {
    display: none;
  }
}

/****************************************************************
                        メニュー
****************************************************************/
.menu_open_icon {
  position: fixed;
  top: 0px;
  left: 10px;
  z-index: 11;
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.show-menu-open-icon {
  transform: translateY(0);
  transition-duration: 0.3s;
}

.hide-menu-open-icon {
  transform: translateY(0px);
  transition-duration: 0.3s;
}

.menu_open_icon>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#menu_area {
  display: none;
  background-color: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 99;
  width: 410px;
}

.menu-container {
  display: flex;
  justify-content: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
}

#menu_area #menu_close_icon {
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  cursor: pointer;
  user-select: none;
}

#menu_area ul li {
  padding-top: 1.25rem;
  float: none;
  display: list-item;
  transform: none;
  text-align: center;
  width: 100%;
}

#menu_area ul li.logo {
  padding-bottom: 1.25rem;
}

@media screen and (max-height: 480px) {
  #menu_area ul li.logo {
    margin-top: 6rem;
  }
}

#menu_area ul li.onlineshop {
  padding-top: 2rem;
  position:relative;
}

#menu_area ul li.onlineshop a {
  color: #222222;
  font-weight: 500;
}

#menu_area ul li.onlineshop a img {
  margin-right: 10px;
  vertical-align: middle;
}

#menu_area ul li.onlineshop a img.arrow {
    position: absolute;
    top: 67%;
    right: 5px;
    transform: translate(-100%, -50%);
    margin: 0;
}


#menu_area ul li a {
  text-decoration: none;
  color: #222222;
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-style: normal;
}

#menu_area ul li>* {
  font-size: 14px;
  letter-spacing: 0.1em;
}

#menu_area ul li .sns_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu_area ul li .sns_logo li {
  width: unset;
}

#menu_area ul li .sns_logo li:first-child {
  margin: 0 20px 0 0;
}

#menu_area ul.dash {
  margin-left: 1rem;
  padding-left: 1rem;
}

#menu_area ul.dash li {
  padding-top: 0.5rem;
}

#menu_area ul.dash li>a {
  font-size: 12px;
}

#menu_area ul.dash>li:before {
  display: inline-block;
  content: "-";
  width: 1rem;
  margin-left: -1rem;
}

#http_error_404 {
  padding: 200px 0 100px;
  text-align: center;
  font-size: 28px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #004829;
  outline: none;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

a:hover,
.item-block:hover {
  opacity: .6;
  transition: all 0.3s ease-out 0s;
}

.button {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #22222230;
  width: 260px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 0px;
  background: #ffffff;

}

/* .button:hover {
  opacity: 1;
} */
#news_list_link .button-new {
  background-color: #ffffff;
  color: #222;
  border: 1px solid #22222230;
  position: relative;
  font-family: '游明朝';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.button.button-white {
  color: #fff;
  background-color: #757373;
  border-color: #757373;
}

.button.button-white:hover {
  color: white;
  background-color: black;
}

.button.button-black {
  color: white;
  background-color: black;
}

.button.button-black:hover {
  color: black;
  background-color: white;
}

.button.button-white-outline {
  color: white;
}

.button.button-white-outline:hover {
  color: black;
  background-color: white;
}


/* フッター */
footer {
  background-color: #E4E4E4;
  width: 100%;
  padding: 50px 0 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}

footer #footer_image {
  text-align: center;
  margin: 0 auto;
}

footer #footer_image img {
  width: 100%;
  max-width: 197px;
}

footer .button-footer {
  color: #757373;
  outline: none;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  margin: 3% 0 0 0;
  position: relative;
}

footer .button-footer img {
  margin-right: 12px;
}

footer .button-footer img.arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-100%, -50%);
  margin: 0;
}

footer p#copyright {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #222222;
  padding: 3% 0;
  margin: 3% 0 0 0;
  font-family: 'Garamond', serif;
  background: #ffffff;
  width: 100%;
}

footer .footer_menu {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto 0;
}

footer .footer_menu ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 550px;
  width: 100%;
  align-items: center;
}

footer .footer_menu .font-en li a {
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0em;
  font-style: normal;
  color: #222;
}

footer .footer_menu ul li .sns_logo li:nth-child(2) {
  margin-left: 10px;
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  footer #footer_menu {
    display: none;
  }

  footer #footer_image {
    margin-top: 3rem;
  }

  .contents_wrapper {
    padding-top: 10%;
  }

  #menu_area {
    width: 100%;
  }

  #menu_area ul li {
    padding-top: 1rem;
    text-align: center;
  }
  
  
  #concept .bg_gray{

    margin: 0px 0 35% 0;
    }
}

@media screen and (max-height: 667px) {
  #menu_area {
    padding-top: 50px;
  }

  #menu_area ul li.logo {
    padding-bottom: 1rem;
  }

  #menu_area ul li.onlineshop {
    padding-top: 2rem;
  }
}

/* .noscroll {
  height: 100%;
}

.noscroll body {
  height: 100%;
  overflow: hidden;
} */

.product-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2D5588; */
  z-index: 100;
  color: #fff;
  /* overflow-y: auto; */
}

.product-overlay .close-product-overlay {
  display: block;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 99;
  width: 68px;
}

.next {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translate(0%, 0%);
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
  width: 20px;
  height: 37px;
}

.prev {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translate(0%, 0%);
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
  width: 20px;
  height: 37px;
}

.next:hover,
.prev:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease-out 0s;
}

.product-overlay .product {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  width: 90%;
  margin: auto;
  max-width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
}

.product-overlay .product_detail {
  background-color: #F5F5F5;
  height: 100%;
  /* overflow-y: auto; */
}

.product-overlay .product.active {
  opacity: 1;
  height: auto;
  /* background-color: #2D5588; */
  /* overflow-y: auto;
  height: 100%; */
  position: fixed;
  z-index: 1;
}

.product-overlay .total {
  margin-top: 7rem;
  margin-bottom: 5rem;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  color: #2D5588;
}

.product-overlay .product .image-area {
  width: 50%;
  margin: auto;
  text-align: center;
}

.product-overlay .product .image-area>img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.product-overlay .product .description-area {
  width: 40%;
  margin: 4rem 0rem 2rem;
}

.product-overlay .product .description-area .name {
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  color: #004829;
  font-family: "游明朝", serif;
  font-weight: 600;
}

.product-overlay .product .description-area .name-en {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  color: #004829;
  font-family: "游明朝", serif;
}

.product-overlay .product .description-area .explanation {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #004829;
  font-family: "游明朝", serif;
}

.product-overlay .product .description-area .price {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  color: #004829;
  font-family: "游明朝", serif;
  line-height: 22px;
}

.product-overlay .next-prev {
  margin: 4rem 0;
  text-align: center;
}

.product-overlay .next-prev .next,
.product-overlay .next-prev .prev {
  margin: 0 35px;
  user-select: none;
}

.product-overlay .close-product-overlay,
.product-overlay .next-prev .next,
.product-overlay .next-prev .prev {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

.product-overlay .close-product-overlay:hover,
.product-overlay .next-prev .next:hover,
.product-overlay .next-prev .prev:hover {
  opacity: .6;
  transition: all 0.3s ease-out 0s;
}

@media screen and (max-width: 900px) {
  .product-overlay .total {
    margin-top: 4rem;
  }

  .product-overlay .product {
    width: 80%;
    display: block;
    max-width: 500px;
    padding: 0;
  }

  .product-overlay .product.active {
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    max-height: 85%;
  }

  .product-overlay .total {
    margin-bottom: 2rem;
  }

  .product-overlay .product .image-area>img {
    max-width: 400px;
  }

  .product-overlay .product .image-area {
    text-align: center;
    width: 100%;
  }

  .product-overlay .product .description-area {
    text-align: center;
    width: 100%;
    margin: 1rem auto 0;
  }

  .product-overlay .next-prev {
    margin: 0 0 2rem 0;
  }

  .product-overlay .total {
    margin-top: 3.25rem;
  }

  .product-overlay .close-product-overlay {
    bottom: unset;
    top: 2%;
  }

  .product-overlay .product .description-area .price,
  .product-overlay .product .description-area .name-en {
    margin-bottom: 1rem;
  }

  .product-overlay .product .description-area .explanation {
    line-height: 22px;
    margin-bottom: 1rem;
  }
}

/****************************************************************
                        トップページ
****************************************************************/
.parallax {
  position: relative;
  margin-top: 100vh;
  background-color: #ffffff;
}

/* トップ画像 */
#index_page #main_image_area {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#index_page #main_image_area .main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 画像の上にロゴを重ねる */
#index_page #main_image_area .pile_logo_area .pile_logo {
  width: 100%;
  max-width: 197px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

#index_page .n2-ss-slide,
#index_page .n2-ss-slider-2.n2-ow,
#index_page .n2-ss-layers-container {
  height: 100vh !important;
}

/* トップページのニュース欄 */
#index_page #news {
  background-color: #F5F5F5;
}

#index_page #news #news_title {
  max-width: 1166px;
  margin: 5% auto 5%;
}

/* サムネイルのアスペクト比維持用 */
.archive-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.archive-thumbnail-wrapper:before {
  content: "";
  display: block;
  padding-top: 71%;
}


#news #news_list_block li.news .news_title:hover,
#news #news_list_block li.news .news_day:hover,
.archive-thumbnail-wrapper>img:hover {
  opacity: 0.6;
  transition: all 0.3s ease-out 0s;
}

.archive-thumbnail-wrapper>img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 画像なしイメージ */
.no-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #22222230;
  display: flex;
}

.no-thumbnail>img {
  width: 100%;
}

#index_page #news #news_contents li .news_date {
  margin-bottom: 7px;
  margin-top: 3%;
}

#index_page #news #news_contents li .news_title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5em;
}

#index_page .contents_title_wrapper {
  margin-bottom: 3% !important;
}

#index_page #news #news_list_link {
  max-width: calc(1166px + 3rem);
  text-align: center;
}

#index_page #news #news_list_link>a>img {
  margin-left: 0px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-100%, -50%);
}

/* スマホ画面の時 */
@media screen and (max-width: 750px) {
  #index_page #news .contents_inner {
    width: 100%;
    margin: 10% auto;
  }

  #index_page #news #news_contents {
    flex-wrap: wrap;
  }

  #index_page #news #news_contents li {
    width: calc(50% - 20px);
  }

  #index_page #news #news_contents li,
  #index_page #news #news_contents li .news_image,
  #index_page #news #news_contents li .news_image img {}
}

/****************************************************************
                        Newsのタグ
****************************************************************/
.tag-area {
  padding: 100px 0 100px;
  border-top: solid 1px #22222230;
}

.tag-title {
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-family: 'Garamond', serif;
  color: #004829;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.tag-border {
  width: 30rem;
  margin: 0.5rem auto 0 auto;
  border-bottom: 1px solid rgba(112, 112, 112, 1);
}

.tags {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.selected-tag {
  margin: 30px 5px 0;
  text-decoration: underline #2D5588;
  color: #004829;
  font-family: "游明朝", serif;
  font-size: 12px;
  font-weight: 400;
}

.tag-link {
  margin: 30px 5px 0;
}

.tag-link a {
  text-decoration: none;
  color: #004829;
  font-family: "游明朝", serif;
  font-size: 12px;
  font-weight: 400;
}

/* トップページの営業時間 */

#index_page #schedule {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

#index_page #schedule .schedule {
  width: 40%;
}

#index_page #schedule .schedule:first-of-type {
  margin-right: 10%;
}

#index_page #schedule .shop-name,
#index_page #schedule .shop-open {
  margin-bottom: 1.5rem;
  text-align: center;
}

#index_page #schedule .shop-name-ja {
  font-size: 22px;
  letter-spacing: 0.05em;
}

#index_page #schedule hr {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  border: none;
  height: 1px;
  color: #707070;
  background-color: #707070;
}

#index_page #schedule .shop-name-en {
  font-size: 14px;
  letter-spacing: 0.1em;
}

#index_page #schedule .shop-open-close {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin: 3rem 0;
}

#index_page #schedule .shop-open-time {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 1rem;
}

#index_page #schedule .shop-open-notice>a {
  border-bottom: 1px solid;
}

#index_page #schedule .calendar {
  margin-bottom: 1rem;
}

@media screen and (max-width: 900px) {
  #index_page #schedule {
    flex-direction: column;
    justify-content: unset;
  }

  #index_page #schedule .schedule:first-of-type {
    margin-right: unset;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  #index_page #schedule .schedule {
    width: unset;
  }

  #index_page #schedule .shop-name {
    margin-bottom: 1rem;
  }

  #index_page #schedule .shop-name-ja {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 21px;
  }

  #index_page #schedule .shop-name-en {
    font-size: 13px;
  }

  #index_page #schedule hr {
    margin-bottom: 1rem;
    margin-top: unset;
  }

  #index_page #schedule .shop-open-close {
    margin: 2rem 0;
  }

  #index_page #schedule .shop-open {
    margin-bottom: 1rem;
    line-height: 20px;
  }

  #index_page #schedule .shop-open-time {
    font-size: 17px;
    margin-right: 0.25rem;
    letter-spacing: unset;
  }

  #index_page #schedule .shop-open-notice {
    font-size: 13px;
  }
}

/* トップページのONLINE SHOP */
#index_page #online_shop .online-shop-image {
  width: 100%;
  object-fit: cover;
}

#index_page #online_shop .online-shop-text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

#index_page #online_shop .buy-now {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 55px;
}

@media screen and (max-width: 900px) {
  #index_page #online_shop .contents_absolute {
    top: 5%;
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
  }

  #index_page #online_shop .buy-now-wrapper {
    text-align: center;
  }
}

/* トップページのSEASON COLLECTION */
#index_page #season_collection {
  margin-top: 3rem;
}

#index_page #season_collection .product-list {
  flex-wrap: wrap;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 6rem;
  justify-content: flex-start;
}

#index_page #season_collection .product-list li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

#index_page #season_collection .product-list li:not(:nth-of-type(2n)) {
  margin-right: 40px;
}

#index_page #season_collection .product-list li:nth-of-type(2n) {
  top: 10rem;
  position: relative;
}

#index_page #season_collection .product-list .thumbnail-wrapper {
  position: relative;
  width: 100%;
}

#index_page #season_collection .product-list .thumbnail-wrapper:before {
  content: "";
  display: block;
  padding-top: 71%;
}

#index_page #season_collection .product-list .thumbnail-wrapper>img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
  #index_page #season_collection {
    padding-bottom: unset;
  }

  #index_page #season_collection .product-list {
    margin-top: unset;
    margin-bottom: unset;
  }

  #index_page #season_collection .product-list li {
    width: 100%;
    margin-bottom: 1.3rem;
  }

  #index_page #season_collection .product-list li:not(:nth-of-type(2n)) {
    margin-right: unset;
  }

  #index_page #season_collection .product-list li:nth-of-type(2n) {
    top: unset;
  }
}

/* トップページのCOLLECTION */
#index_page #collection {
  margin-bottom: 3rem;
}

#index_page #collection .product {
  margin-bottom: 2rem;
}

#index_page #collection .product .product-info {
  display: block;
}

#index_page #collection .product .product-image {
  width: 100%;
  object-fit: cover;
  height: 500px;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
  #index_page #collection .product {
    margin-bottom: 1.3rem;
  }
}

/* トップページのCONCEPT */
#concept {
  width: 100%;
  margin: 0 auto;
}

#concept .concept_content {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-direction: row;
  padding: 20% 0 10%;
}

#concept .concept_content .content_left {
  width: 100%;
  max-width: 410px;
}

#concept .concept_content .content_left h2 {
  font-size: 50px;
  margin-bottom: 65px;
  letter-spacing: 0em;
  color: #004829;
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-style: normal;
}

#concept .concept_content .content_left .ja_h2 {
  font-family: "游明朝", serif;
}

#concept .concept_content .content_left h3 {
  font-size: 24px;
  margin-bottom: 40px;
  color: #004829;
  font-family: "游明朝", serif;
  font-weight: 600;
  font-style: normal;
}

#concept .concept_content .content_left p {
  font-size: 14px;
  line-height: 40px;
  color: #004829;
  letter-spacing: 0.07em;
  font-family: "游明朝", serif;
  font-weight: 400;
  font-style: normal;
}

#concept .concept_content .content_right {
  text-align: right;
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  height: 100%;
}

#concept .concept_content .content_right1 {
  margin: 155px 112px 0 28px;
  max-width: 270px;
}

#concept .concept_content .content_left1 {
  width: 100%;
  max-width: 492px;
}

#concept .concept_content .content_right1 .concept-img03 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(60%, -69%);
  width: 100%;
  max-width: 186px;
}

#concept .concept_content .content_left1 p {
  letter-spacing: unset;
}

#concept .concept_content .content_left1 .concept_chef_en {
  font-family: 'Garamond', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.15em;
}

#concept .concept_content .content_right .concept-img01 {
  width: 100%;
  max-width: 333px;
}

#concept .concept_content .content_right .concept-img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(50%, 65%);
  width: 100%;
  max-width: 194px;
}

#concept .section-header {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 30px;
}

#concept .section-title {
  display: block;
  margin-bottom: 8px;
  position: relative;
  width: 200px;
}

#concept .section-title h3 {
  color: #004829;
  font-size: 34px;
  font-weight: normal;
  margin: 0;
  font-family: Garamond, serif;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}

#concept .section-title .subtitle {
  display: block;
  color: #004829;
  font-size: 14px;
  margin-top: 10px;
  font-family: '游明朝', "Yu Mincho", serif;
  letter-spacing: 0.08em;
  border: none;
  padding: 0;
}

#concept .section-header h4 {
  font-size: 24px;
  margin-top: 10px;
  font-family: '游明朝', "Yu Mincho", serif;
  line-height: 1.5em;

}

#concept h5 {
  font-size: 24px;
  margin: 0 0 5% 0;

}

#concept p {
  font-size: 14px;
  line-height: 40px;
  color: #222222;
  font-family: "游明朝", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 60px;
}

#concept .bg_gray {
  background: #F5F5F5;
  position: relative;
  margin: 0 0 500px 0;
}

#concept .bg_w {
  position: relative;

}

#concept .content_img {
  position: absolute;
  bottom: -464px;
  width: 100%;
  max-height: 578px;
  max-width: 1160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

}

#concept .content_img2 {
  position: absolute;
  top: -46%;
  width: 100%;
  max-height: 578px;
  max-width: 1160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#concept .img01 {
  width: 100%;
}

#concept .content_img .img02 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-11%, -69%);
  width: 100%;
  max-width: 647px;

}

.concept_footer {
  width: 100%;
  margin: 10% auto 0;
}

#concept .concept_chef {
  max-width: 860px;
  margin: 0px auto 170px;
  display: flex;
  justify-content: center;
  width: 90%;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  border-width: 20px 20px 20px 20px;
  -moz-border-image: url(../image/flame-chef-pc.svg) 20 20 20 20 repeat repeat;
  -webkit-border-image: url(../image/flame-chef-pc.svg) 20 20 20 20 repeat repeat;
  -o-border-image: url(../image/flame-chef-pc.svg) 20 20 20 20 repeat repeat;
  border-image: url(../image/flame-chef-pc.svg) 20 20 20 20 repeat repeat;
}

#concept .concept_chef .concept_chef-box {
  display: flex;
  padding: 80px 0px 80px 0px;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
  max-width: 710px;
}

#concept .concept_chef .concept_chef-box1 {
  align-items: center;
}

#concept .concept_chef .concpet_chef_left {
  width: 100%;
  max-width: 274px;
}

#concept .concept_chef .concpet_chef_left img {
  width: 100%;
}

#concept .concept_chef .concpet_chef_right {
  width: 100%;
  max-width: 450px;
  margin: 0 0 0 45px;
}

#concept .concept_chef .concpet_chef_right1 {
  width: 100%;
  max-width: 430px;
  margin: 0 60px 0 0;
}

#concept .concept_chef .concpet_chef_right h3 {
  letter-spacing: 0em;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "游明朝", serif;
  margin: 15px 0;
  color: #004829;
}

#concept .concept_chef .concpet_chef_right .chef_en {
  letter-spacing: 0.1em;
  font-size: 11px;
  text-align: center;
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-style: normal;
  color: #004829;
  margin: 0 0 20px;
}

#concept .concept_chef .concpet_chef_right .text_en {
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: center;
  font-family: "游明朝", serif;
  font-weight: 600;
  font-style: normal;
  color: #004829;
  margin: 40px 0;
}

#concept .concept_chef .concpet_chef_right .chef_info {
  text-align: left;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  font-family: "游明朝", serif;
  margin: 10px 0 0;
  color: #004829;
}

#concept .concept_chef .concpet_chef_right .chef_info ul {
  display: flex;
}

#concept .concept_chef .concpet_chef_right .chef_info ul li:first-child {
  width: 100%;
  max-width: 60px;
}

#items {
  width: 90%;
  max-width: 900px;
  margin: 170px auto 140px;
}

#items .item_body {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}

#items .item_body ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

#items .item_body ul li {
  width: calc(100%/3 - 25px);
  margin: 20px 0px 35px 0;
}

#items .item_body ul li .thumbnail-wrapper img {
  width: 100%;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

#items .item_body ul li .thumbnail-wrapper {
  overflow: hidden;
}

#items .item_body ul li .thumbnail-wrapper img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
}

#items .item_body ul li:nth-child(3n+2) {
  margin: 20px 37px 20px;
}

#items .item_body ul li a img {
  width: 100%;
}

#items .item_body ul li .caption p {
  font-family: "游明朝", serif;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 0;
  color: #222222;
}

#items .item_head h2,
#concept .concept_head h2 {
  font-size: 50px;
  margin-bottom: 65px;
  letter-spacing: 0em;
  color: #004829;
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

#online_shop {
  background-color: #F5F5F5;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

#online_shop .online_shop_body {
  background-color: #F5F5F5;
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  margin: 150px auto;
  justify-content: space-between;
}

#online_shop .online_shop_body .left {
  width: 100%;
  max-width: 410px;
}

#online_shop .online_shop_body .left a {
  background-color: #2D5588;
  color: #E6D3AF;
  border: none;
}

#online_shop .online_shop_body .right {
  width: 100%;
  max-width: 415px;
}

#online_shop .online_shop_body .right img {
  width: 100%;
}

#online_shop .online_shop_body .left h2 {
  color: #004829;
  font-size: 50px;
  margin-bottom: 65px;
  letter-spacing: 0em;
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

#online_shop .online_shop_body .left p {
  color: #222222;
  font-size: 14px;
  line-height: 40px;
  font-family: "游明朝";
  font-weight: 400;
}

#online_shop .online_shop_body .left .button-yoyaku1 {
  background-color: #F5F5F5;
  color: #222;
  border: 1px solid #22222230;
  margin: 65px 0 20px;
  padding: 4px 15px;
  position: relative;
  font-family: "游明朝", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#online_shop .online_shop_body .left .button-yoyaku2 {
  background-color: #ffffff;
  color: #222;
  border: 1px solid #22222230;
  margin: 0;
  padding: 4px 15px;
  position: relative;
  font-family: "游明朝", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#online_shop .online_shop_body .left .button-yoyaku1 img,
#online_shop .online_shop_body .left .button-yoyaku2 img {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-100%, -50%);
}

.online_footer,
.concept_footer {
  width: 100%;
  margin: 0 auto 10%;
}

.news_footer {
  width: 100%;
  margin: 0 auto;
}

.online_footer img,
.concept_footer img,
.news_footer img {
  width: 100%;
}


.concept_more {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 5%;
  /* display: flex; */
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.concept_more .concept_more-left {
  max-width: 504px;
}

.concept_more .concept_more-left img {
  width: 100%;
}

.concept_more .concept_more-right {
  width: 100%;
  max-width: 480px;
  position: absolute;
  right: -21%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.concept_more .concept_more-right p {
  font-size: 14px;
  line-height: 40px;
  color: #004829;
  font-family: "游明朝", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 60px;
}

#concept .concept_content1 {
  padding: 170px 0 170px;
}

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

  #concept .concept_content .content_right1 {
    display: none;
  }

  .concept_more {
    margin: 60px auto 0;
    flex-direction: column-reverse;
    align-items: center;
  }

  .concept_more .concept_more-right p {
    margin: 0 0 40px;
  }

  #concept .concept_content {
    justify-content: center;
    flex-direction: column;
    padding: 110px 0 150px;
    align-items: center;
  }

  #concept .concept_content1 {
    padding: 120px 0 70px;
  }

  #concept .concept_chef {
    margin: 60px auto 120px;
  }

  #concept .concept_chef .concept_chef-box {
    display: flex;
    padding: 80px 80px 80px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #concept .concept_chef .concpet_chef_right {
    margin: 30px 0 0 0px;
  }

  #concept .concept_chef .concept_chef-box1 {
    flex-direction: column-reverse;
    padding: 0 0px 80px 0px;
  }
}

@media screen and (max-width: 900px) {
  #items .item_body ul li {
    width: calc(100%/2 - 40px);
    margin: 20px;
  }

  #items .item_body ul li .thumbnail-wrapper img {
    width: 100%;
  }

  #items .item_body ul li:nth-child(3n+2) {
    margin: 20px;
  }

  #items {
    margin: 110px auto 100px;
  }

  #online_shop .online_shop_body {
    display: flex;
    flex-direction: column;
    margin: 90px auto 80px;
    justify-content: center;
    align-items: center;
  }

  #online_shop .online_shop_body .left h2 {
    margin-bottom: 50px;
    text-align: center;
  }

  h2 span {
    font-size: 14px;
    display: block;
    padding: 0 !important;
    margin-top: 6%;
  }

  #online_shop .online_shop_body .left .button-yoyaku1 {
    margin-top: 50px;
  }

  #online_shop .online_shop_body .left .button-yoyaku2 {
    margin-bottom: 60px;
  }

  #online_shop .online_shop_body .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .sp_show_logo li .sns_logo {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
  }

  footer .button-footer {
    margin: 30px 0 40px;
  }

  .sp_show_logo li .sns_logo li:nth-child(2) {
    margin-left: 10px;
  }
}

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

  #concept .concept_content .content_right .concept-img01 {
    width: 100%;
    max-width: 250px;
  }

  #concept .concept_content .content_right .concept-img02 {
    max-width: 190px;
    right: 126px;
    transform: translate(0, 50%);
    left: unset;
  }

  #concept .concept_content .content_right {
    width: 90%;
    max-width: 400px;
  }

  #concept .concept_chef .concept_chef-box {
    padding: 40px 20px;
  }

  #concept .concept_content {
    padding: 40% 0 10%;
  }

  #concept .concept_content1 {
    padding: 60px 0 0px;
  }

  #items .item_body ul li {
    width: calc(100%/2 - 20px);
    margin: 10px 10px 20px;
  }

  #items .item_body ul li:nth-child(3n+2) {
    margin: 10px 10px 30px;
  }

  #concept .concept_chef .concpet_chef_right .chef_info ul li:first-child {
    display: inline-block;
  }
}

@media screen and (max-width: 400px) {
  #concept .concept_chef {
    border-width: 15px 15px 15px 15px;
  }

  footer #footer_image img {
    max-width: 140px;
  }
}

/* トップページのCHEF */
#index_page #chef {
  background-color: #000;
  color: #fff;
}

#index_page #chef .chef-block {
  display: flex;
}

#index_page #chef .chef-block .chef-image-container {
  text-align: center;
  margin-right: 4rem;
}

#index_page #chef .chef-block .chef-image {
  width: 345px;
  height: 481px;
  object-fit: cover;
}

#index_page #chef .chef-block .chef-name {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

#index_page #chef .chef-block .chef-name .chef-name-ja {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}

#index_page #chef .chef-block .chef-name .chef-name-en {
  font-size: 14px;
  letter-spacing: 0.1em;
}

#index_page #chef .chef-block .chef-history {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 4rem;
}

@media screen and (max-width: 900px) {
  #index_page #chef .chef-block {
    flex-direction: column;
  }

  #index_page #chef .chef-block .chef-image-container {
    margin-right: unset;
    margin-bottom: 2rem;
  }

  #index_page #chef .chef-block .chef-image {
    width: 222px;
    height: 310px;
  }

  #index_page #chef .chef-block .chef-name {
    text-align: center;
  }

  #index_page #chef .chef-block .chef-name {
    margin-bottom: 2.5rem;
  }
}

/* トップページのAccess */
#access {
  width: 90%;
  max-width: 900px;
  margin: 170px auto;
  display: flex;
  justify-content: center;
}

#access .access_body {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

#access .access_body .shop-info h2 {
  color: #004829;
  font-size: 50px;
  margin-bottom: 65px;
  letter-spacing: 0em;
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
}

#access .access_body .shop-info .shop_address p {
  color: #004829;
  font-size: 14px;
  line-height: 40px;
  font-family: "游明朝", serif;
  font-weight: 400;
}

#access .access_body .shop-info .shop_address ul {
  display: flex;
  border-bottom: 1px solid #22222230;
  padding: 5% 3%;
  line-height: 1.4em;
}

#access .access_body .shop-info .shop_address ul li:first-child {
  width: 100%;
  max-width: 105px;
}

#index_page #access .shop:not(:last-of-type) {
  margin-bottom: 5rem;
}

#index_page #access .shop-image {
  width: 100%;
  object-fit: cover;
}

#index_page #access .shop-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 70px;
}

#index_page #access .shop-name,
#index_page #access .shop-open {
  margin-bottom: 1.5rem;
}

#index_page #access .shop-name-ja {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}

#index_page #access .shop-name-en {
  font-size: 14px;
  letter-spacing: 0.1em;
}

#index_page #access .shop-open-time {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}

#index_page #access .shop-open-notice>a {
  border-bottom: 1px solid;
}

#index_page #access .shop-address {
  font-size: 14px;
  line-height: 26px;
}

.wpsbc-calendars-wrapper {
  margin-top: unset !important;
}

.wpsbc-container[data-columns] .wpsbc-calendars {
  margin-left: unset !important;
  margin-right: unset !important;
}

#index_page #access .shop-map {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#index_page #access .shop-map .map {
  width: 100%;
  height: 340px;
  border: none;
  margin-bottom: 1.5rem;
}

#index_page #access .shop-map .shop-link,
#index_page #instagram .button-instagram {
  letter-spacing: 0.1em;
  font-family: "游明朝", serif;
  font-size: 12px;
  /* background-color: #757373; */
  border: 1px solid #22222230;
  margin: 30px 0 0;
  color: #222;
  font-weight: 500;
  font-style: normal;
  position: relative;
}

#index_page #access .shop-map .shop-link img,
#index_page #instagram .button-instagram img {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-100%, -50%);
}

#index_page #instagram {
  width: 90%;
  max-width: 900px;
  margin: 170px auto;
  text-align: center;
}

#contact {
  width: 90%;
  max-width: 900px;
  margin: 170px auto 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#contact .contact_head h2 {
  color: #004829;
  font-size: 50px;
  margin-bottom: 65px;
  letter-spacing: 0em;
  font-family: 'Garamond', serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

#contact .contact_head p {
  color: #222222;
  font-size: 14px;
  line-height: 40px;
  font-family: "游明朝", serif;
  font-weight: 400;
}

#contact .contact_form {
  margin: 60px auto 0;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}

#recruit {
  width: 100%;
  background-color: #F5F5F5;
  margin: 0 auto;
  padding: 150px 0 150px;
}

#recruit .recruit_head {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#recruit .recruit_head h2 {
  color: #004829;
  font-size: 50px;
  margin-bottom: 50px;
  letter-spacing: 0em;
  font-family: 'Garamond', serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

#recruit .recruit_head #recruit_value p {
  color: #222222;
  font-size: 14px;
  line-height: 40px;
  font-family: "游明朝", serif;
  font-weight: 400;
}

@media screen and (max-width: 900px) {
  #concept .concept_content .content_left p {
    line-height: 40px;
  }

  #concept .concept_content .content_left {
    margin: 0 0 20px;
  }

  #contact,
  #access {
    margin: 110px auto 100px;
  }

  .contents_title_wrapper .contents_title,
  #concept .concept_content .content_left h2,
  #items .item_head h2,
  #contact .contact_head h2,
  #concept .concept_head h2 {
    margin-bottom: 50px;
    text-align: center;
  }

  #concept .concept_content .content_left h3 {
    text-align: center;
  }

  #index_page #access .shop-info {
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px;
  }

  #index_page #access .shop-info .shop_address {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
  }

  #index_page #access .shop-info .shop_address h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  #access .access_body .shop-info .shop_address ul {
    display: flex;
    border-bottom: 1px solid #22222230;
    padding: 5% 0%;
    line-height: 1.4em;}

    #index_page #access .shop-calendar {
      margin-left: unset;
      margin-top: 50px;
    }

    #index_page #access .shop-name {
      margin-bottom: 1.25rem;
    }

    #index_page #access .shop-name-ja {
      display: inline-block;
      ;
      margin-bottom: 0.5rem;
      font-size: 21px;
    }

    #index_page #access .shop-name-en {
      font-size: 13px;
    }

    #index_page #access .shop-open {
      margin-bottom: 1rem;
      line-height: 20px;
    }

    #index_page #access .shop-open-time {
      font-size: 17px;
      margin-right: 0.25rem;
      letter-spacing: unset;
    }

    #index_page #access .shop-open-notice {
      font-size: 13px;
    }

    #index_page #access .shop-map .map {
      height: 218px;
      margin-bottom: 1rem;
    }

    #index_page #access .shop-address {
      font-size: 13px;
      line-height: 24px;
    }

    #recruit {
      padding: 80px 0 80px;
    }

    #recruit .recruit_head {
      text-align: center;
    }

    #recruit .recruit_head h2 {
      margin-bottom: 40px;
    }
  }

  /* スマホ画面の時 */
  @media screen and (max-width: 950px) {

    #index_page #main_image_area {
      height: 100vh;
      top: 0;
    }

    /* 画像の上にロゴを重ねる */
    #index_page #main_image_area .pile_logo_area .pile_logo {
      width: 100%;
      max-width: 197px;
    }

    /* 画像 */
    #index_page #main_image_area .pc_top_slide_image img,
    #index_page #main_image_area .sp_top_slide_image img {
      height: 100vh;
      object-fit: cover;
    }
  }

  /* インスタグラム */
  #index_page #instagram {
    width: 90%;
    max-width: 900px;
    margin: 170px auto;
    text-align: center;
  }

  /* #index_page #instagram .show_img {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#index_page #instagram .show_img img{
  width: calc(100%/3 - 25px);
}
#index_page #instagram a{
  display: inline-block;
  color: #FFF;
  background-color: #757373;
  text-decoration: none;
  width: 100%;
  max-width: 220px;
  cursor: pointer;
  border: 0;
  position: relative;
  margin: 40px 0 0;
  font-family: 'Garamond', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
} */
  /* #index_page #instagram a img{
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}
#index_page #instagram .title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
#index_page #instagram .instagram-container .instagram {
  margin-top: 4rem;
} */
  /* #index_page #instagram #sbi_images {
  padding: unset !important;
} */
  /* #index_page #instagram .sbi_item {
  width: calc(33.33% - 10px) !important;
  margin-bottom: 15px !important;
}
#index_page #instagram .sbi_item:not(:nth-of-type(3n)) {
  margin-right: 15px !important;
}
@media screen and (max-width: 900px) {
  #index_page #instagram .show_img img {
    width: calc(100%/3 - 10px);
}
#index_page #instagram {
  margin: 100px auto 100px;
}
}
@media screen and (max-width: 600px) {
  #index_page #instagram .show_img img {
    width: calc(100%/3 - 10px);
}
}
@media screen and (max-width: 400px) {
  #index_page #instagram .show_img img {
    width: calc(100%/3 - 5px);
}
} */

  /* TOPページのお問い合わせリクルートリンク */
  #index_page #contact_recruit {
    display: flex;
    justify-content: center;
    margin-bottom: 10rem;
  }

  #index_page #contact_recruit .button:first-of-type {
    margin-right: 4rem;
  }

  #index_page #contact_recruit .button {
    width: 300px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 50px;
  }

  @media screen and (max-width: 900px) {
    #index_page #contact_recruit {
      flex-direction: column;
      align-items: center;
      margin-bottom: 5rem;
    }

    #index_page #contact_recruit .button:first-of-type {
      margin-right: unset;
      margin-bottom: 1rem;
    }
  }

  /****************************************************************
                        お問い合わせページ
****************************************************************/
  #contact_static_page #contact #contact_inner {
    width: 100%;
    padding: 30px 0;
    margin-bottom: 12rem;
  }

  #contact_static_page #contact #contact_title {
    max-width: 1166px;
    margin: 0 auto 50px;
  }

  #contact_static_page #contact #contact_title .contents_title_en {
    font-size: 40px;
    margin-bottom: 10px;
  }

  #contact_static_page #contact #contact_title .contents_title_ja {
    font-size: 14px;
    font-weight: 500;
  }

  #contact_static_page #contact #contact_inner #contact_explanation {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 80px;
    text-align: center;
  }

  #contact_static_page #contact #contact_inner #contact_mail {
    font-size: 28px;
    letter-spacing: 0.1rem;
    text-align: center;
  }

  #contact_static_page #contact #contact_inner #contact_page_link_button_wrapper {
    text-align: center;
    margin-bottom: 100px;
  }

  #contact_static_page #contact #contact_inner #contact_page_link_button_wrapper .contact_page_link_button {
    width: calc(100% - 10px);
    max-width: 320px;
    display: block;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    margin: 30px auto;
    cursor: pointer;
  }

  #contact_static_page #contact #contact_inner .border {
    width: 100px;
    height: 10px;
    border-top: 1px solid #555;
    margin: 100px auto;
  }

  #contact_static_page #contact #contact_inner .contact_page_title {
    text-align: center;
    margin-bottom: 50px;
  }

  #contact_static_page #contact #contact_inner .contact_page_title .contact_page_title_ja {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0em;
  }

  #contact_static_page #contact #contact_inner .contact_page_title .contact_page_title_en {
    font-size: 12px;
  }

  #contact_static_page #contact #contact_inner #q_and_a_list li {
    padding: 30px 0;
    border-bottom: 1px solid #aaa;
  }

  #contact_static_page #contact #contact_inner #q_and_a_list li .question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
  }

  #contact_static_page #contact #contact_inner #q_and_a_list li .question * {
    font-size: 22px;
  }

  #contact_static_page #contact #contact_inner #q_and_a_list li .question .question_left {
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }

  #contact_static_page #contact #contact_inner #q_and_a_list li .question .question_left * {
    font-weight: 500;
    font-size: 18px;
  }

  #contact_static_page #contact #contact_inner #q_and_a_list li .answer {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-top: 20px;
  }

  #contact_static_page #contact #contact_inner #q_and_a_list li .answer * {
    font-size: 14px;
    line-height: 2.2em;
  }

  #contact_static_page #contact #contact_inner #submit_button_block {
    width: 100%;
    text-align: center;
    margin-left: -95px;
  }

  #contact .wpcf7-not-valid-tip {
    margin-top: 5px;
  }

  #contact .wpcf7 form .wpcf7-response-output {
    text-align: center;
    padding: 10px;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #757373;
    color: #ffffff;
    /* padding: 10px; */
    width: 100%;
    border: transparent;
    position: relative;
  }

  /* reCAPTCHA */
  .recaptcha_wrapper {
    display: block;
    text-align: center;
  }

  .recaptcha {
    font-size: 10px;
    line-height: 1.8;
    text-align: left;
    display: inline-block;
    padding-right: 5%;
    padding-left: 5%;
    color: #004829;
  }

  a.recaptcha_link {
    text-decoration: underline;
    color: #004829;
  }

  .grecaptcha-badge {
    visibility: hidden !important;
  }

  /* スマホ画面の時 */
  @media screen and (max-width: 900px) {
    #contact_static_page #contact #contact_inner #q_and_a_list li .question * {
      font-size: 18px;
    }

    #contact_static_page #contact #contact_inner #q_and_a_list li .answer * {
      font-size: 15px;
      line-height: 26px;
    }

    #contact_static_page #contact #contact_inner #submit_button_block {
      margin-left: initial;
    }

    #concept .section-header {
      display: block;
    }

    #concept .content_img {
      bottom: -16%;
    }

    #concept .content_img2 {
      top: -10%;
    }
  }

  /****************************************************************
                        リクルートページ
****************************************************************/
  #recruit_static_page #recruit #recruit_title {
    max-width: 1166px;
    margin: 0 auto 70px;
  }

  #recruit_static_page .recruit_area {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  #recruit_static_page .recruit_area .recruit_area_title {
    font-size: 22px;
    letter-spacing: 0.02em;
    margin-bottom: 4rem;
    line-height: 30px;
  }

  #recruit_static_page .recruit_area .recruit_area_explanation {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }

  /****************************************************************
                      News画面(一部TOPと共通)
****************************************************************/
  #news_title {
    width: 100%;
  }

  #news_title .news_title-head {
    width: 100%;
    position: relative;
  }

  #news_title .news_title-head img {
    width: 100%;
  }

  #news_title .news_title-head h2 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -20%);
    font-size: 50px;
    letter-spacing: 0em;
    color: #004829;
    font-family: 'Garamond', serif;
    font-weight: 300;
    font-style: normal;
    white-space: nowrap
  }

  .news_page {
    width: 100%;
    margin: 170px auto 0;
  }


  #news #news_list_block {
    max-width: calc(1166px + 3rem);
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    justify-content: flex-start;
  }

  #news #news_list_block li {
    width: calc(100%/3 - 24px);
    margin: 0 36px 0 0;
  }

  #news #news_list_block li:nth-child(3n) {
    margin: 0;
  }

  #news .contents-container #news_list_block .news {
    margin-bottom: 60px;
  }

  #news #news_list_block li.news .news_day {
    width: 100%;
    margin-bottom: 7px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #004829;
  }

  #news #news_list_block li.news .news_title {
    width: 100%;
    margin: 5px auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5em;
    color: #222222;
  }

  #news #news_list_block li.news .news_day1,
  #news #news_list_block li.news .news_title1 {
    color: #004829;
  }

  #news_list_block li.news .news_day {
    margin: 10px auto;
  }

  #news_list_block li.news .news_title {
    font-weight: 700;
  }

  /* ページ送りエリア */
  .pagination {
    text-align: center;
    margin: 90px auto 150px;
  }

  .pagination .page_number {
    padding: 8px 15px 8px 15px;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #757373;
    color: #FFF;
    background-color: #757373;
  }

  .pagination .other_page {
    padding: 8px 15px 8px 15px;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #757373;
    color: #757373;
    background-color: #fff;
  }

  /* ページ送りアイコン */
  .pagination .prev_icon,
  .pagination .next_icon {
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    color: #2D5588;
    font-family: 'Garamond', serif;
  }

  .pagination .prev_icon {
    margin-right: 3%;
  }

  .pagination .prev_icon::after {
    content: "< PREV";
  }

  .pagination .next_icon {
    margin-left: 4%;
  }

  .pagination .next_icon::after {
    content: "NEXT >";
  }

  /* 参照ページに印をつける */
  .pagination .current_page {
    position: relative;
  }

  .pagination .current_page .page_number {
    position: relative;
    z-index: 2;
  }

  /* .pagination .current_page::after {
  content: "";
  border: 1px solid rgba(112,112,112,1);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -4px;
  left: 3px;
  z-index: 1;
} */

  .page_dotted {
    display: inline-block;
    vertical-align: -4px;
  }

  /* スマホ画面の時 */
  @media screen and (max-width: 900px) {
    .contents_wrapper {
      padding: 80px 0 80px;
    }

    #index_page #news #news_list_link {
      text-align: center;
      margin: 0 auto;
    }

    #index_page #news .contents-container {
      width: 100%;
    }

    #news_archive_page .contents_wrapper {
      margin-bottom: 3rem;
    }

    #news_archive_page #news #news_title {
      margin-bottom: 50px;
    }

    #news_archive_page #news .contents_inner {
      width: 90%;
    }

    .news_page {
      width: 100%;
      margin: 80px auto 0;
    }

    .pagination {
      margin: 60px auto 80px;
    }

    #news #news_list_block li {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      width: 90%;
      margin: 0 auto 20px;
      border-bottom: 1px solid #C1AE8A;
    }

    #news .contents-container #news_list_block .news {
      margin-bottom: 30px;
    }

    #news #news_list_block li:nth-child(3) {
      margin: 0 auto 20px;
    }

    #news #news_list_block li:nth-child(3n) {
      margin: 0 auto 20px;
    }

    #news #news_list_block li a {
      width: 100%;
      display: flex;
    }

    #news #news_list_block li a .archive-thumbnail-wrapper {
      width: 40%;
      margin: 0 0 20px 0;
    }

    #news #news_list_block li a .news_right {
      width: 60%;
      margin: 0 0 0 20px;
    }

    #news_list_block li.news .news_day {
      margin: 0px auto 10px;
    }

    .tag-area {
      padding: 60px 0 60px;
    }

    .tag-border {
      width: 100%;
      max-width: 300px;
    }

    .tags {
      width: 100%;
      max-width: 300px;
    }

    .tag-link a {
      white-space: nowrap;
    }

  }

  /****************************************************************
                        ニュース詳細ページ
****************************************************************/

  #news_post_page #news strong {
    font-weight: 800;
  }

  #news_post_page #news_detail {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }

  .new_page {
    margin: 170px auto 0;
  }

  #news_post_page #news_detail #news_date {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #02492a;
    font-weight: 400;
    font-family: 'Garamond', serif;
  }

  #news_post_page #news_detail #news_date a {
    background: #757373;
    color: #fff;
    font-size: 13px;
    font-family: "游明朝", serif;
    font-weight: 600;
    font-style: normal;
    padding: 2px 5px;
    margin: 0 0 0 5px;
  }

  #news_post_page #news_detail #news_detail_title {
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: "游明朝", serif;
    font-weight: 600;
    color: #222222;
  }

  #news_post_page #news_detail #news_category {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: right;
  }

  #news_post_page #news_detail #news_image {
    margin-bottom: 50px;
    text-align: center;
  }

  #news_post_page #news_detail #news_image img {
    width: 100%;
  }

  #news_post_page #news_detail #news_body {
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 14px;
  }

  #news_post_page #news_detail #news_body p {
    color: #222222;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: "游明朝", serif;
  }

  /* ニュース詳細のSNSのシェアボタンのエリア */
  #news_post_page #news_detail #news_share_link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 80px;
  }

  #news_post_page #news_detail #news_share_link img,
  #news_post_page #news_detail #news_share_link span {
    display: block;
    margin: 5px 0 5px 10px;
  }

  #news_post_page #news_detail #news_share_link .share {
    margin-right: 5px;
  }

  #news_post_page #news_detail #other_news_link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #news_post_page #news_detail #other_news_link a.other_page_link:hover {
    text-decoration: none;
    background-color: #eee;
  }

  #news_post_page #news_detail #other_news_link #previous_news,
  #news_post_page #news_detail #other_news_link #next_news {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 5px;
  }

  #news_post_page #news_detail #other_news_link .other_news_arrow {
    font-size: 20px;
    color: #777;
    transform: scale(1, 1.8);
  }

  #news_post_page #news_detail #other_news_link #previous_news {
    justify-content: left;
    border-right: 1px solid #777;
  }

  #news_post_page #news_detail #other_news_link #next_news {
    justify-content: right;
  }

  #news_post_page #news_detail #other_news_link #previous_news .other_news_arrow {
    margin-right: 15px;
  }

  #news_post_page #news_detail #other_news_link #next_news .other_news_arrow {
    margin-left: 15px;
  }

  #news_post_page #news_detail #other_news_link .other_news_image,
  #news_post_page #news_detail #other_news_link .other_news_image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }

  .page-move-area {
    width: 100%;
    margin: 150px auto 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .prev-page {
    margin-left: auto;
    white-space: nowrap;
    font-size: 12px;
    font-family: 'Garamond', serif;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .next-page {
    margin-right: auto;
    white-space: nowrap;
    font-size: 12px;
    font-family: 'Garamond', serif;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .prev-page a,
  .next-page a {
    color: #004829;
  }

  .news-list-area {
    margin: 0 25px;
    display: block;
  }

  .news-list-area .button-detail {
    background: #fff;
    color: #222222;
    position: relative;
    border: 1px solid #22222230;
  }

  .news-list-area .button-detail img {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-100%, -50%);
  }

  .news-list-link>img {
    margin-left: 0.5rem;
  }

  #news_post_page #news_detail #other_news_link #previous_news .other_news_content {
    margin: auto;
  }

  #news_post_page #news_detail #other_news_link #next_news .other_news_content {
    margin: auto;
  }

  #news_post_page #news_detail #other_news_link .other_news_content .other_news_date {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #news_post_page #news_detail #other_news_link .other_news_content .other_news_title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .product-overlay .product .description-area .button-items {
    color: #222222;
    border: none;
    margin: 0;
    padding: 4px 15px;
    position: relative;
    font-family: "游明朝", serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    background-color: #ffff;
    margin: 0 0 10px;
    border: 1px solid #22222230;
  }

  .product-overlay .product .description-area .button-items img {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-100%, -50%);
  }

  /* スマホ画面の時 */
  @media screen and (max-width: 900px) {
    #news_post_page #news_detail #news_title {
      font-size: 18px;
      font-weight: 800;
    }

    /* ニュース詳細のSNSのシェアボタンのエリア */
    #news_post_page #news_detail #news_share_link {
      margin-bottom: 50px;
    }

    #news_post_page #news_detail #other_news_link .other_news_content .other_news_date {
      font-size: 10px;
      margin-bottom: 7px;
    }

    #news_post_page #news_detail #other_news_link .other_news_content .other_news_title {
      font-size: 12px;
    }

    .page-move-area {
      max-width: 360px;
      margin: 80px auto;
    }

    .prev-page {
      margin-left: unset;
    }

    .next-page {
      margin-right: unset;
    }

    .news-list-area {
      margin: auto;
    }
  }

  @media screen and (max-width: 600px) {
    .page-move-area {
      position: relative;
      z-index: 1;
    }

    .news-list-area {
      margin: 0 auto 20px;
      position: relative;
    }

    .prev-page {
      position: absolute;
      z-index: 2;
      bottom: 0%;
      left: 30%;
      transform: translate(0%, 150%);
    }

    .next-page {
      position: absolute;
      z-index: 2;
      bottom: 0%;
      right: 30%;
      transform: translate(0%, 150%);
    }

    .prev-page a,
    .next-page a {
      color: #004829;
    }

    #news_post_page #news_detail #news_date a,
    .news-list-area .button-detail {
      background: #757373;
    }
  }

  /****************************************************************
                        商品紹介ページ
****************************************************************/

  #product_category .product-category-image {
    width: 100%;
  }

  #product_category .product-category-image>img {
    width: 100%;
  }

  #product_category .product-list {
    flex-wrap: wrap;
    display: flex;
    margin-top: 7rem;
    margin-bottom: 2rem;
    justify-content: flex-start;
  }

  #product_category .product-list li {
    width: calc(33.33% - 26.7px);
    margin-bottom: 40px;
  }

  #product_category .product-list li:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }

  #product_category .product-list .thumbnail-wrapper {
    position: relative;
    width: 100%;
  }

  #product_category .product-list .thumbnail-wrapper:before {
    content: "";
    display: block;
    padding-top: 71%;
  }

  #product_category .product-list .thumbnail-wrapper>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* スマホ画面の時 */
  @media screen and (max-width: 900px) {
    #product_category .product-list {
      margin-top: 4rem;
    }

    #product_category .product-list li {
      width: calc(50% - 5px);
      margin-bottom: 10px;
    }

    #product_category .product-list li:not(:nth-of-type(3n)) {
      margin-right: unset;
    }

    #product_category .product-list li:not(:nth-of-type(2n)) {
      margin-right: 10px !important;
    }
  }

  /****************************************************************
                        Concept画面
****************************************************************/
  #concept_page {
    margin-bottom: 5rem;
  }

  /* コメントエリア */
  #concept_page #concept_area .comment_area01,
  #concept_page #concept_area .comment_area02,
  #concept_page #concept_area .comment_area03,
  #concept_page #concept_area .comment_area04 {
    display: flex;
    width: 98%;
  }

  #concept_page #concept_area .comment_area01,
  #concept_page #concept_area .comment_area02,
  #concept_page #concept_area .comment_area03 {
    margin-bottom: 10%;
  }

  #concept_page #concept_area .comment_image_area {
    width: 100%;
    max-width: 1150px;
  }

  #concept_page #concept_area .comment_image_area>img {
    width: 100%;
  }

  #concept_page #concept_area .comment_area02 .comment_image_area {
    text-align: right;
  }

  #concept_page #concept_area .comment_area01,
  #concept_page #concept_area .comment_area03 {
    margin-left: auto;
    justify-content: flex-end;
  }

  #concept_page #concept_area .comment_area01 {
    margin-top: 5rem;
  }

  #concept_page #concept_area .comment_area02 .comment_image_area02 {
    margin-left: auto;
  }

  #concept_page #concept_area .explanation_area01,
  #concept_page #concept_area .explanation_area02,
  #concept_page #concept_area .explanation_area03,
  #concept_page #concept_area .explanation_area04 {
    width: 400px;
    min-width: 400px;
    display: inherit;
  }

  #concept_page #concept_area .explanation_content {
    margin: auto 10%;
  }

  #concept_page #concept_area .explanation_title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 35px;
  }

  #concept_page #concept_area .explanation {
    margin-top: 6%;
    font-size: 14px;
    line-height: 26px;
  }

  /* スマホ画面の時 */
  @media screen and (max-width: 900px) {
    #concept_page {
      margin-bottom: 2rem;
    }

    #concept_page #concept_area .comment_image_area {
      width: 100%;
    }

    #concept_page #concept_area .comment_area01 {
      margin-top: unset;
    }

    #concept_page #concept_area .comment_area01,
    #concept_page #concept_area .comment_area02,
    #concept_page #concept_area .comment_area03,
    #concept_page #concept_area .comment_area04 {
      display: block;
      width: 100%;
    }

    #concept_page #concept_area .explanation_area01,
    #concept_page #concept_area .explanation_area02,
    #concept_page #concept_area .explanation_area03,
    #concept_page #concept_area .explanation_area04 {
      width: 100%;
      margin: 0 auto 0 auto !important;
      position: relative;
      top: 0;
      left: 0 !important;
      min-width: unset;
    }

    #concept_page #concept_area .explanation_content {
      padding: 7% 5%;
      margin: 0;
    }
  }

  /* アニメーション  */
  .fadeInUp {
    animation-duration: 0.2s;
    animation-delay: 0s;
  }