@charset "UTF-8";
/* CSS Document */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    line-height: 1.6;
    user-select:none;
    -webkit-user-select:none;
    -ms-user-select: none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;
}

@media (max-width: 767.98px) {
   body {
    font-size: 16px;
   }
}


/*---------------------------------
　レイアウト制御
---------------------------------*/

.wrapper {
    width: 100%;
}

.container {
    width: 100%;
}

.container--in {
    width: 1000px;
    margin: 0 auto;
}

.contents {
    width: 100%;
}

@media (max-width: 767.98px) {
   .contents {
    width: 100%;
    margin: 0 auto;
   }
   .container {
    width: 100%;
   }
   .container--in {
    width: 94%;
   }

}

.cont__cmn h2.title__sec {
    text-align: center;
}

.cont__heading {
    position:relative;
    width: 100%;
    height: 500px;
    margin: 64px auto 0;
    text-align: center;
}

.cont__heading .title__sec {
    position:absolute;
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0.6);
}

.cont__heading .title__sec span.sub-title {
    display: block;
    margin-top: 5px;
}

.cont__nav {
width: 1000px;
padding: 20px 10px;
margin: 30px auto 30px auto;
box-shadow: 0 2px 5px 0 rgba(33, 33, 33, .5);
}

.cont__nav .title__sec {
font-size: 24px;
text-align: center;
margin-bottom: 20px;
}
   
.cont__nav-list {
display: flex;
flex-wrap: wrap;
gap: 5px;
justify-content: center;
align-items: center;
}

.cont__nav-list li {
font-size: 14px;
line-height: 1;
}

/*== ボタン共通設定 */
.cont__nav-list .btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
    width: 100%;
    height: 100%;
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #3F3029;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    margin: 0 !important;
}

/*ボタン内spanの形状*/
.cont__nav-list .btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.cont__nav-list .btn:hover span{
	color:#fff;
}

/*== 背景が流れる（斜め） */
.cont__nav-list .bgskew::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -140%;
    /*色や形状*/
	background:#3F3029;
	width:120%;
	height: 100%;
	transform: skewX(-30deg);
}

.cont__local-navi {
width: 1000px;
background-color: #E9E9E9;
padding: 20px 10px;
margin: 20px auto;
/*box-shadow: 0 2px 5px 0 rgba(33, 33, 33, .5);*/
}
   
.cont__local-navi .cont__nav-list {
display: flex;
flex-wrap: wrap;
gap: 5px;
/*justify-content: center;*/
/*align-items: center;*/
}

.cont__local-navi .cont__nav-list li {
font-size: 14px;
line-height: 1;
}

/*== ボタン共通設定 */
.cont__local-navi .cont__nav-list .btn{
border: 1px solid #3F3029;/* ボーダーの色と太さ */
padding: 10px;
text-align: center;
}

/*ボタン内spanの形状*/
.cont__local-navi .cont__nav-list .btn span {
position: relative;
z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.cont__local-navi .cont__nav-list .btn:hover span{
color:#fff;
}

/*== 背景が流れる（斜め） */
.cont__local-navi .cont__nav-list .bgskew::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -140%;
    /*色や形状*/
	background:#3F3029;
	width:120%;
	height: 100%;
	transform: skewX(-30deg);
}

.cont__img {
width: 100%;
margin-bottom: 30px;
}

.cont__caption {
padding: 30px;
margin-bottom: 30px;
border: 1px solid #E9E9E9;
background-color: #FFF;
}

.cont__caption .title__cont {
font-size: 22px;
margin-bottom: 20px;
}

.cont__cmn h1.title__cont {
margin-bottom: 30px;
}

.cont__photo-caption {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  margin-bottom: 30px;
}

.cont__photo-caption .cont__cap-text {
  width: 500px;
  margin: 0 auto 0 0;
  padding: 30px;
}

.cont__photo-caption .title__cont {
font-size: 22px;
margin: 0 0 20px 0;
}

.cont__photo-caption .cont__cap-img {
  width: 450px;
  margin: 30px;
}

.cont__photo-caption .cont__cap-img img {
  width: 450px;
}

.cont__photo-caption .cont__cap-btn {
text-align: center;
margin: 30px 0 0 0;
}

.cont__cap-reverse {
  flex-direction: row-reverse;
}

.cont__cap-reverse .cont__cap-text {
  margin: 0 auto 0 0;
}

.cont__food-business-product .cont__photo-caption {
margin-bottom: 0;
align-items: center;
}

.cont__food-business-product .cont__cap-text {
width: 450px;
border: 1px solid #E9E9E9;
box-shadow: 10px 10px 0 #E9E9E9;
}

.cont__food-business-product .cont__cap-img {
  width: 450px;
  -webkit-clip-path: polygon(38% 0, 85% 3%, 98% 19%, 100% 60%, 94% 93%, 58% 100%, 18% 98%, 2% 81%, 0 40%, 5% 9%);
  clip-path: polygon(38% 0, 85% 3%, 98% 19%, 100% 60%, 94% 93%, 58% 100%, 18% 98%, 2% 81%, 0 40%, 5% 9%);
  margin: 30px;
}

.cont__food-business-product .cont__cap-img img {
  width: 450px;
}

.cont__img-polygon {
clip-path: polygon(0 3%, 100% 0%, 97% 98%, 2% 100%);
}

.cont__table-caption dl{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    text-align: left;
    row-gap:10px;
    background-color: #FFF;
    padding: 30px;
}
.cont__table-caption dt{
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #3F3029;
    border-right:  1px solid #3F3029;
    font-weight: 600;
}
.cont__table-caption dd{
    width: 74%;
    padding: 10px 20px;
    margin-left: 1%;
    box-sizing: border-box;
    border-bottom: 1px solid #3F3029;
    border-right:  1px solid #3F3029;
}

.cont__list li {
  text-indent: 0.8rem;
}

.cont__list-disc li {
  text-indent: -0.8rem;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}
.cont__list-disc li::marker {
  font-size: 8px;
}

@media (max-width: 767.98px) {
   .cont__nav {
   width: 94%;
   margin: 20px auto;
   }
   .cont__heading {
    width: 100%;
    height: 200px;
   }
   .cont__heading .title__sec {
    font-size: 24px;
    padding: 10px 20px;
   }
   .cont__nav-list {
   width: 100%;
   align-items: stretch;
   gap: 5px;
   }
   .cont__nav-list li {
   width: 48%;   
   }
   .cont__local-navi {
   width: 100%;
   }
   .cont__local-navi .cont__nav-list {
   width: 100%;
   }
   .cont__local-navi .cont__nav-list {
   gap: 5px;
   }
   /*== ボタン共通設定 */
   .cont__nav-list .btn{
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   /*== 背景が流れる（斜め） */
   .cont__nav-list .bgskew::before {
	left: -140%;
    /*色や形状*/
	background:#3F3029;
	width:120%;
   }
.cont__img {
width: 100%;
margin: 0 0 20px 0;
}

.cont__caption {
padding: 20px;
}

.cont__caption .title__cont {
font-size: 20px;
}

.cont__photo-caption {
  flex-wrap: wrap-reverse;
  margin-bottom: 30px;
}

.cont__photo-caption .title__cont {
font-size: 20px;
}

.cont__photo-caption .cont__cap-text {
  width: 100%;
  padding: 20px;
}

.cont__photo-caption .cont__cap-img {
      width: 100%;
      margin: 20px auto 0;
      padding: 0 20px;
}
.cont__photo-caption .cont__cap-img img {
      width: 100%;
}
.cont__photo-caption .cont__cap-btn {
margin: 20px 0 0 0;
}

.cont__food-business-product .cont__cap-text {
margin: 30px 0 0 0;
}

.cont__food-business-product .cont__cap-img {
      width: 100%;
      padding: 0;
      margin: 0 auto;
}
.cont__img-polygon {
clip-path: polygon(6% 3%, 94% 0%, 92% 98%, 8% 100%);
}
.cont__table-caption dl{
    row-gap:5px;
    padding: 20px;
}
.cont__table-caption dt{
    width: 100%;
    padding: 10px;
    text-align: center;
}
.cont__table-caption dd{
    width: 100%;
    padding: 10px;
}

}


/*---------------------------------
　各コンテンツイメージ画像
---------------------------------*/

.cont__news .cont__heading {
    background: url('../img/cmn/cont_cmn.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.cont__about .cont__heading {
    background: url('../img/cmn/cont_about.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.cont__business .cont__heading {
    background: url('../img/cmn/cont_business.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.cont__food-business .cont__heading {
    background: url('../img/cmn/cont_food.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.cont__restaurant-business .cont__heading {
    background: url('../img/cmn/cont_shop.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.cont__menu .cont__heading {
    background: url('../img/cmn/cont_menu.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.cont__company .cont__heading {
    background: url('../img/cmn/cont_company.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.cont__recruit .cont__heading {
    background: url('../img/cmn/cont_recruit.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.cont__contact .cont__heading,
.cont__guide .cont__heading,
.cont__media .cont__heading,
.cont__article .cont__heading,
.cont__sitemap .cont__heading,
.cont__link .cont__heading,
.cont__privacy .cont__heading {
    background: url('../img/cmn/cont_cmn.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767.98px) {
   .cont__news .cont__heading {
    background: url('../img/cmn/cont_cmn-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
   .cont__about .cont__heading {
    background: url('../img/cmn/cont_about-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
   .cont__business .cont__heading {
    background: url('../img/cmn/cont_business-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
   .cont__food-business .cont__heading {
    background: url('../img/cmn/cont_food-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
   .cont__restaurant-business .cont__heading {
    background: url('../img/cmn/cont_shop-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
   .cont__menu .cont__heading {
    background: url('../img/cmn/cont_menu-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
   .cont__company .cont__heading {
    background: url('../img/cmn/cont_company-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
   .cont__recruit .cont__heading {
    background: url('../img/cmn/cont_recruit-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
   .cont__contact .cont__heading,
   .cont__guide .cont__heading,
   .cont__media .cont__heading,
   .cont__article .cont__heading,
   .cont__sitemap .cont__heading,
   .cont__link .cont__heading,
   .cont__privacy .cont__heading {
    background: url('../img/cmn/cont_cmn-sp.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
   }
}


/*---------------------------------
　お知らせ
---------------------------------*/

.cont__news .all_list_news {
  padding: 0 !important;
}
.cont__news .news-detail {
width: 1000px;
background-color: #FFF;
padding: 30px;
margin: 0 auto;
}
.cont__news .entry-title {
font-size: 22px;
padding: 20px 0;
margin-bottom: 20px !important;
border-bottom: 1px solid #E9E9E9;
}
.cont__news .entry-body {
}
.cont__news .entry-body img {
max-width: 100%;
}
.cont__news .entry-tag {
margin-top: 20px;
}
.cont__news .entry-info {
display: flex;
justify-content: space-between
}
.cont__news time {
}
.cont__news ._date {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.cont__news ._category {
  background: #212121;
  min-width: 91px;
  padding: 3px 10px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.cont__news .tax_cate span{
  margin-left:  5px;
}
.cont__news .tax_cate span:first-child {
  margin-left: 0px;
}
.cont__news ._category._important {
  background: #E60012;
}
.cont__news ._category._products {
  background: #fff;
  color: #3E68C8;
  border-color: #3E68C8;
}

@media (max-width: 767.98px) {
   .cont__news .entry-title {
   font-size: 20px;
   }
   .cont__news .news-detail {
   width: 94%;
   padding: 20px;
   }
   .cont__news .entry-body {
   margin-top:20px; 
   }
   .cont__news ._date {
   font-size: 16px;
   }
   .cont__news .entry-info {
   flex-wrap:wrap;
   }
   .cont__news .tax_cate {
   width: 100%;
   margin-top: 5px;
}
}


/*---------------------------------
　京都どんぐりのこだわり
---------------------------------*/
.cont__about .mv-slider {
    margin: 0 auto;
}

.cont__about .mv-slider__dots .slick-dots, .cont__menu .mv-slider__dots .slick-dots {
    text-align: center;
    bottom: 0;
}


/*---------------------------------
　事業案内
---------------------------------*/

.cont__business .restaurant-business .title__sec {
  margin: 0 0 30px 0;
}


/*---------------------------------
　食品事業
---------------------------------*/

.product__list {
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
    gap:20px;
}

.product__card {
  width: 490px;
  padding: 20px;
  border: 1px solid #E9E9E9;
  box-shadow: 10px 10px 0 #3F3029;
}

.product__card .product__card-img {
  width: 100%;
}

.product__card .title__cont {
 font-size: 22px;
 margin: 20px 0;
}

.product__card .product__card-text {
 margin: 20px 0;
}

@media (max-width: 767.98px) {
.product__list {
  flex-wrap: wrap;
  gap:20px;
}
.product__card .title__cont {
 font-size: 20px;
}

}


/*---------------------------------
　外食事業
---------------------------------*/

.cont__restaurant-business .cont__photo-caption {
  margin-bottom: 0;
}

.restaurant-business_shopguide .title__cont {
text-align: center;
}

.restaurant-business_shopguide .shop__list {
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
    gap:20px;
}

.restaurant-business_shopguide .shop__card {
  width: 490px;
  padding: 20px;
  border: 1px solid #E9E9E9;
  box-shadow: 10px 10px 0 #3F3029;
}

.restaurant-business_shopguide .shop__card .shop__card-img {
  width: 100%;
}

.restaurant-business_shopguide .shop__card .title__cont {
 font-size: 22px;
 margin: 20px 0;
}

.restaurant-business_shopguide .shop__card .shop__card-text {
 margin: 20px 0;
}

.restaurant-business_shopguide .shopguide__info dl{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    text-align: left;
    row-gap: 5px;
    background-color: #FFF;
    padding: 0;
    margin-bottom: 20px;
}
.restaurant-business_shopguide .shopguide__info dt{
    width: 30%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #3F3029;
    border-right:  1px solid #3F3029;
    font-weight: normal;
}
.restaurant-business_shopguide .shopguide__info dd{
    width: 69%;
    padding: 5px 10px;
    margin-left: 1%;
    box-sizing: border-box;
    border-bottom: 1px solid #3F3029;
    border-right:  1px solid #3F3029;
}
.restaurant-business_shopguide .shopguide__info a {
    pointer-events: none;
}
.restaurant-business_shoplead .mv-slider {
    margin: 0 0 50px 0;
}
.restaurant-business_shoplead .mv-slider__dots .slick-dots {
    bottom: -25px !important;
}
.restaurant-business_shopinfo .container--in {
border: 1px solid #E9E9E9;
}
.restaurant-business_shopinfo .shopinfo__btn {
width: 1000px;
margin: 0 auto;
text-align: center;
}

.restaurant-business_shopinfo .shopinfo__btn a.btn {
padding: 10px 15px;
}
.restaurant-business_shopinfo .shopinfo__btn a.btn:last-child {
margin-left: 10px;
}

@media (max-width: 767.98px) {
.restaurant-business_shopguide .shop__list {
  flex-wrap: wrap;
  gap:20px;
}
.restaurant-business_shopguide .shop__card .title__cont {
 font-size: 20px;
}
.restaurant-business_shopguide .shopguide__info a {
    pointer-events: auto;
}
.restaurant-business_shopinfo .shopinfo__btn {
width: 100%;
}
}


/*---------------------------------
　メニュー紹介
---------------------------------*/

.cont__restaurant-business .mv-slider,
.cont__menu .mv-slider {
    margin: 0 0 50px 0;
}
.cont__restaurant-business .mv-slider__dots .slick-dots,
.cont__menu .mv-slider__dots .slick-dots {
    text-align: center;
    bottom: 0;
}

.cont__menu .select-brand__read {
  text-align: center;
  margin-bottom: 20px;
}

.cont__menu .select-brand .select-brand__link {
  display: flex;
  margin: 0;
}

.cont__menu .select-brand .select-brand__r ,
.cont__menu .select-brand .select-brand__h {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.cont__menu .select-brand .select-brand__r {
  border-right: 1px solid #212121;
}

.cont__menu .select-brand .select-brand__r img ,
.cont__menu .select-brand .select-brand__h img {
  display: block;
  width: 280px;
  margin: 0;
  transition: all 0.6s;
}

.cont__menu .select-brand .select-brand__r img:hover ,
.cont__menu .select-brand .select-brand__h img:hover {
  opacity: 0.6;
}

.cont__menu .select-brand .select-brand__shop {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.cont__menu .menu__recommend {
  display: flex;
  flex-wrap: wrap;
  gap:12px;
  height:auto;
  align-items: stretch;
}

.cont__menu .menu__card {
  width: 190px;
  padding: 10px;
  border: 1px solid #E9E9E9;
  box-shadow: 5px 5px 0 #3F3029;
}

.cont__menu .menu__recommend a {
    display: flex;
    transition: all 0.6s;
    align-items: stretch;
}

.cont__menu .menu__recommend a:hover {
  opacity: 0.6;
}

.cont__menu .menu__group h3.title__cont {
 font-size: 22px;
 font-weight: 600;
 text-align: center;
}

.cont__menu .menu__group .shop-brand {
 display: block;
 width: 280px;
 margin:0 auto 20px;
}

.cont__menu .menu__card .menu__card-img {
  width: 100%;
}

.cont__menu .menu__card .title__cont {
 font-size: 14px;
 margin: 10px 0 5px 0;
 letter-spacing: -0.05rem;
}

.cont__menu .menu__price {
 font-size: 14px;
 text-align: right;
 
}

.cont__menu .menu__price span.tax {
 font-size: 11px;
 margin-left: 3px;
}

.cont__menu .menu__list {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.cont__menu .menu__list-card {
    width: 49%;
    border: 1px solid #E9E9E9; 
    margin-top: 30px; 
    box-shadow: 5px 5px 0 #E9E9E9;
}
.cont__menu .menu__list-card .title__cont {
    padding-top: 20px;
}
.cont__menu .menu__list-card dl{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    row-gap: 5px;
    background-color: #FFF;
    padding: 20px;
}
.cont__menu .menu__list-card dt{
    width: 72%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9;
    border-right:  1px solid #E9E9E9;
    font-weight: normal;
}
.cont__menu .menu__list-card dd{
    width: 24%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9;
    border-right:  1px solid #E9E9E9;
    font-size: 14px;
    text-align: right;
}
.cont__menu .menu__list-card dd span.tax{
    font-size: 11px;
    margin-left: 3px;
}
.cont__menu .menu__list-card p.attention{
    color: #E60012;
    padding: 0 20px 20px 20px;
}
.cont__menu .menu__english {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.cont__menu .menu__english a.btn {
padding: 10px 15px;
display: inline-block;
}

@media (max-width: 767.98px) {
.cont__menu .menu__group h3.title__cont {
 font-size: 20px;
}
.cont__menu .menu__recommend a {
  width: 48%;
}
.cont__menu .menu__card {
  width: 100%;
  padding: 5px;
}
.cont__menu .menu__list-card {
    width: 100%;
    margin-top: 20px; 
}
.cont__menu .menu__list-card dl{
    padding: 10px;
}
.cont__menu .menu__list-card dt{
    width: 67%;
    padding: 5px;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.05rem;
}
.cont__menu .menu__list-card dd{
    width: 31%;
    padding: 5px;
}
.cont__menu .menu__list-card p.attention{
    font-size: 14px;
    padding: 0 10px 10px 10px;
}
.cont__menu .menu__english {
width: 100%;
}
.cont__menu .menu__english a.btn {
white-space:nowrap;
}
.cont__menu .select-brand .select-brand__link {
    width: 100%;
    flex-flow: column;
    gap: 15px;
}
.cont__menu .select-brand .select-brand__r,
.cont__menu .select-brand .select-brand__h {
    width: 100%;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.cont__menu .select-brand .select-brand__r {
    border-right: none;
    padding-bottom: 20px;
}
.cont__menu .select-brand .select-brand__r:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: 100px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #212121;
}

}


/*---------------------------------
　メディア紹介事例
---------------------------------*/

.cont__media .cont__photo-caption {
    margin-bottom: 20px;
}
.cont__media .mv-slider {
    margin: 0 auto;
    width: 100%;
}

.cont__media .cont__photo-caption .cont__cap-img {
    margin: 15px 15px 5px 15px;
}

.cont__media .slick-dotted.slick-slider {
    margin-bottom: 10px;
}
.cont__media .mv-slider__dots .slick-dots, .cont__menu .mv-slider__dots .slick-dots {
    text-align: center;
    bottom: 0;
}

@media (max-width: 767.98px) {
.cont__media .cont__photo-caption {
    margin-bottom: 20px;
}
.cont__media .mv-slider {
    margin: 0 auto;
    width: 100%;
}

.cont__media .cont__cap-img {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

.cont__media .cont__photo-caption .cont__cap-img {
    margin: 15px 0 0 0;
}

.cont__photo-caption .cont__cap-text {
    padding-top: 10px;
}
}


/*---------------------------------
　会社情報
---------------------------------*/

.company__info .cont__caption {
    border: 1px solid #E9E9E9;
    box-shadow: 10px 10px 0 #3F3029;
    margin-bottom: 0;
}

.company__access .shopinfo__btn {
width: 1000px;
margin: 0 auto;
text-align: center;
}

.company__access .shopinfo__btn a.btn {
padding: 10px 15px;
}
.company__access .shopinfo__btn a.btn:last-child {
margin-left: 10px;
}

@media (max-width: 767.98px) {
.company__info .cont__photo-caption .cont__cap-text {
    padding: 20px;
}
.company__access .shopinfo__btn {
width: 100%;
}
}


/*---------------------------------
　採用情報
---------------------------------*/

.cont__recruit .interview__slider {
    margin: 0 0 50px 0;
}
.cont__recruit .mv-slider__dots .slick-dots {
    text-align: center;
    bottom: 0;
}

.cont__recruit .recruitinfo__btn {
width: 1000px;
margin: 0 auto;
text-align: center;
}

.cont__recruit .recruitinfo__btn a.btn:last-child {
    margin-left: 10px;
}

.interview__slider .staff-comment {
    font-size: 22px;
    text-align: center;
    border-top: 1px solid #3F3029;
    border-bottom: 1px solid #3F3029;
    padding: 20px 0;
    margin-top: 10px;
    line-height: 1.5;
}

.interview__slider .staff-name,
.recruit__interview .staff-name {
    font-size: 18px;
    text-align: right;
}
.interview__slider .staff-career,
.recruit__interview .staff-career {
    text-align: right;
}

.cont__recruit .cont__photo-caption {
    margin-bottom: 30px;
}
.cont__recruit .mv-slider {
    margin: 0 auto;
    width: 100%;
}

.cont__recruit .cont__photo-caption .cont__cap-img {
    margin: 15px 15px 5px 15px;
}

.cont__recruit .slick-dotted.slick-slider {
    margin-bottom: 10px;
}
.cont__recruit .mv-slider__dots .slick-dots, .cont__menu .mv-slider__dots .slick-dots {
    text-align: center;
    bottom: 0;
}
.cont__recruit .independence__hp {
    width: 500px;
    margin: 0 auto 30px auto;
    box-shadow: 10px 10px 0 #3F3029;
}

@media (max-width: 767.98px) {
.cont__recruit .interview__slider {
    margin: 0 0 30px 0;
}
.interview__slider .staff-comment {
    border-top: none;
    padding-top: 5px;
}
.recruit__interview .staff-comment {
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #3F3029;
    padding: 0 0 20px 0;
}
.interview__slider .staff-name,
.recruit__interview .staff-name {
    text-align: center;
}
.interview__slider .staff-career,
.recruit__interview .staff-career {
    text-align: center;
}
.cont__recruit .recruitinfo__btn {
width: 100%;
}
.cont__recruit .cont__photo-caption {
    margin-bottom: 20px;
}
.cont__recruit .mv-slider {
    margin: 0 auto;
    width: 100%;
}

.cont__recruit .cont__cap-img {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

.cont__recruit .cont__photo-caption .cont__cap-img {
    margin: 15px 0 0 0;
}

.cont__recruit .cont__photo-caption .cont__cap-text {
    padding-top: 20px;
}
.cont__recruit .independence__hp {
    width: 94%;
}

}


/*---------------------------------
　お問い合わせフォーム
---------------------------------*/

.contact__form #mailform {
  width: 100%;
}

.contact__form .mast span {
  color         : #E60012;
  padding-left: 10px;
}
.contact__form .input-m {
width: 100% !important;
border: 1px solid #3f3029;
padding: 5px 10px;
}

.contact__form .input-text {
width: 100% !important;
border: 1px solid #3f3029;
padding: 5px 10px;
}

.contact__form .form-btn {
  cursor        : pointer;
  padding: 15px 30px;
  background    : #3f3029;
  color         : #ffffff;
  line-height   : 1.6;
  transition    : .6s;
  border        : 1px solid #3f3029;
}
.contact__form .form-btn:hover {
  color         : #3f3029;
  background    : #E9E9E9
}

@media (max-width: 767.98px) {

}

/*---------------------------------
　エントリーフォーム
---------------------------------*/


.contact__form .input-name {
width: 30% !important;
border: 1px solid #3f3029;
padding: 5px 10px;
}
.contact__form .input-birth {
width: 15% !important;
border: 1px solid #3f3029;
padding: 5px 10px;
}

@media (max-width: 767.98px) {
.contact__form .input-name {
width: 33% !important;
border: 1px solid #3f3029;
padding: 5px 10px;
}
.contact__form .input-birth {
width: 23% !important;
border: 1px solid #3f3029;
padding: 5px 10px;
}
}

.prefectures {
    position: relative;
}

.prefectures::before,
.prefectures::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.prefectures::before {
    right: 0;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-color: #3f3029;
    content: '';
}

.prefectures::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
}

.prefectures select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 180px;
    height: 2.5em;
    padding: 0 0 0 5px;
    border: 1px solid #3f3029;
    color: #212121;
    cursor: pointer;
}

.areabox {
margin-top: 10px;
}


.radio {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio label::before,
.radio label::after {
    border-radius: 50%;
    content: '';
}

.radio label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #E9E9E9;
    box-sizing: border-box;
}

.radio label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #E9E9E9;
}

.radio label:has(:checked)::after {
    background-color: #3f3029;
    animation: anim-radio .3s linear;
}

@keyframes anim-radio {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #3f302933;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}
.radio input {
    display: none;
}

.policy_chkbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.policy_chkbox span.mwform-checkbox-field {
    display: inline-block;
    text-align: center;
}

.checkbox-001 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    border: none;
}

.checkbox-001 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.checkbox-001 label::before,
.checkbox-001 label:has(:checked)::after {
    content: '';
}

.checkbox-001 label::before {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #3f3029;
}

.checkbox-001 label:has(:checked)::before {
    background-color: #3f3029;
}

.checkbox-001 label:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: 8px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.checkbox-001 input {
    display: none;
}

.policy_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    height: 250px;
    border: 1px solid #E9E9E9;
    padding: 30px;
    background-color: #fff;
    margin-top: 2%;
}
.policy_box h3 {
font-weight: 600;
margin: 20px auto;
}



/*---------------------------------
　レスポンシブ表示非/表示
---------------------------------*/

.show-pc{
	display: block;
}
@media (max-width: 767.98px) {
   .show-pc {
    display: none !important;
   }
}
.show-sp {
	display: none !important;
}
@media (max-width: 767.98px) {
   .show-sp {
    display: block !important;
   }
}



/*---------------------------------
　見出し制御
---------------------------------*/

.title__sec {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
}

.title__sec span.sub-title {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.title__cmn {
    font-size: 24px;
}

.title__cont {
font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: 500;
font-size: 30px;
text-align: left;
line-height: 1.3;
}

@media (max-width: 767.98px) {
   .show-sp {
    display: block !important;
   }
   .title__cont {
    font-size: 20px;
   }
}

/*---------------------------------
　テキスト位置制御
---------------------------------*/

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

/*---------------------------------
　本文制御
---------------------------------*/


/*---------------------------------
　テキストリンク制御
---------------------------------*/
.text-link {
  text-decoration: underline;
  color: #3f312b;
}
.text-link:hover {
  text-decoration: none;
}

/*---------------------------------
　画像制御
---------------------------------*/


/*---------------------------------
　背景色制御
---------------------------------*/

._bg-gray {
  background-color: #E9E9E9;
}




/*---------------------------------
　マージン & パディング制御
---------------------------------*/

.mg-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-0 {
  margin-left: 0px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-30 {
  margin-top: 0px 30px;
}
.my-50 {
  margin: 50px 0px;
}
.mx-50 {
  margin-top: 0px 50px;
}

.pd-0 {
  padding: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-30 {
  padding-top: 30px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-0 {
  padding-left: 0px;
}
.py-30 {
  padding: 30px 0px;
}
.px-30 {
  padding: 0px 30px;
}
.py-50 {
  padding: 50px 0px;
}
.px-50 {
  padding: 0px 50px;
}

.bb-10 {
  border-bottom: 10px solid #3F3029;
}

.bb-1 {
  border-bottom: 1px solid #3F3029;
}





/*---------------------------------
　.header
---------------------------------*/

.header {
    width: 100%;
    padding: 7px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 900;
    box-shadow: 0px 2px 2px 0px rgba(33,33,33,0.2);
}

.header__logo {
   margin: 0; 
   padding: 0;
}

.header__logo img {
  transition: all 0.6s;
}

.header__logo img:hover {
  opacity: 0.6;
}


/*  .header__gnav  */

.header__gnav {
   margin: 0 0 0 auto;
}

.header__gnav > ul {
   margin: 0;
   display: flex;
   font-weight: 500;
}

.header__gnav > ul > li {
   margin: 0 0 0 10px;
   font-size: 13px;
}

.header__gnav > ul > li:last-child {
    border-left: 1px solid #D4D4D4;
    margin-left: 20px;
    padding-left: 10px;
}

/* メニューリンクの設定 */
.header__gnav ul li a {
  display: block;
  color: #212121;
  padding: 15px 10px;
  transition: all 0.6s; /* アニメーションの動きの速度 */
}

.header__gnav ul li li a {
  padding: 10px 10px;
  font-size: 12px;
}

.header__gnav ul li a:hover {
  color: #212121;
  opacity: 0.5;
}

.header__gnav ul ul li a:hover {
  color: #212121;
  opacity: 1;
}

/* ２階層目 以降のメニューは縦並びにする */
.header__gnav ul ul {
  display: block;
}

/* liを下層メニューのulや矢印の基点にする */
.header__gnav ul li {
  position: relative;
}

/* ２階層目を持つliに矢印を設定する */
.header__gnav ul li.parent::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  transform: rotate(135deg);
}

/* ３階層目を持つliに矢印を設定する */

.header__gnav ul ul li.parent::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  transform: rotate(45deg);
}

/* ２・３階層目 共通設定 */
.header__gnav li.parent ul {
  /* 位置指定 */
  position: absolute;
  left: 0;
  top: 58px;
  z-index: 4;
  /* デザイン指定 */
  width: 220px;
  /* 最初は非表示にする */
  visibility: hidden;
  opacity: 0;
  /* アニメーション */
  transition: all 0.6s;
}

/* hoverしたら表示する */
.header__gnav li.parent:hover > ul,
.header__gnav li.parent ul li:hover > ul,
.header__gnav li.parent:active > ul,
.header__gnav li.parent ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/* 下層メニューのaタグのデザイン */
.header__gnav li.parent ul li a {
  color: #212121;
}

.header__gnav li.parent ul > li {
  background: rgba(255,255,255,0.85);
  margin-top: 2px;
  box-shadow: 1px 1px 0 #3F3029;
}

.header__gnav li.parent ul > li > ul > li:first-child {
  margin-top: 0px;
}

.header__gnav li.parent ul li:last-child > a {
  border-bottom: none;
}

.header__gnav li.parent ul li a:hover,
.header__gnav li.parent ul li a:active {
    background-color: rgba(33, 33, 33, 0.15);
}

/* ３階層目の位置 */
.header__gnav li.parent ul ul {
  top: 0;
  left: 222px;
  margin-top: -2px;
}

.header__gnav li.parent ul ul li a:hover,
.header__gnav li.parent ul ul li a:active {
  background-color: rgba(33, 33, 33, 0.15);
}

/* 画面サイズが768px以下になった時の設定 */
@media (max-width: 767.98px) {
  .header__gnav {
    padding: 0;
  }
  .header__gnav ul {
    display: block;
  }

  .header__gnav li.parent ul,
  .header__gnav li.parent ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    /* JavaScriptで制御するので一旦表示 */
    visibility: visible;
    opacity: 1;
    /* slidetoggleを使って表示させるために表示にする */
    display: none;
    transition: none;
  }
  .header__gnav ul li a:hover {
    opacity: 0.5;
    color: #FFF;
  }
  .header__gnav li.parent ul > li {
    background: rgba(255,255,255,1.0);
  }

  .header__gnav li.parent ul li a {
    padding: 15px 20px;
  }

  .header__gnav li.parent ul li li a {
    border-bottom: 1px solid #212121;
  }
  
  .header__gnav li.parent ul > li {
    margin-top: 1px;
    box-shadow: none;
  }

  .header__gnav ul li li a {
    padding: 20px 35px;
    font-size: 16px;
  }
  
  /* ２階層目を持つliに矢印を設定する */
  .header__gnav ul li.parent::before {
    right: 0px;
    top: 21px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }

  /* 矢印の位置と向き調整 */
  .header__gnav ul li.parent::before {
    right: 20px;
    top: 21px;
  }

  .header__gnav ul ul li.parent::before {
    transform: rotate(135deg);
    top: 21px;
    right: 20px;
    width: 10px;
    height: 10px;
  }

  .header__gnav ul li.parent.active::before {
    transform: rotate(-45deg);
  }

  .header__gnav > ul > li:last-child {
    margin-left: 10px;
  }


.arrow{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.sample2-1::after{
    position: absolute;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.sample2-1::before{
	position: absolute;
	right: 18px;
	width: 14px;
	height: 1px;
	background: #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

}


@media (max-width: 767.98px) {
.header__gnav {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    transform: translateX(100%);
    transition:  transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100vh;
}
.header__gnav > ul {
  display: flex;
  flex-flow: column;
  margin: 30px 0;
}

.header__gnav > ul:last-child {
  margin-bottom: 50px;
}

.header__gnav > ul > li {
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}

.header__gnav > ul > li a {
  display: block;
  color: #fff;
  padding: 13px 20px;
  pointer-events: none;
}

.header__gnav > ul > li:last-child {
    border-left: none;
    margin: 0 auto;
    padding-left: 0px;
}

.header__gnav a:hover {
  opacity: 0.6;
}

html.is-open ,
body.is-open {
  overflow: hidden;
}

.is-open .header__gnav {
  z-index: 999;
  opacity: 0.9;
  transform: translateX(0);
  overscroll-behavior-y: contain;
  height: 100vh;
  overflow: scroll;
  padding-bottom: 40px;
}

.is-open .header__gnav a {
  pointer-events: auto;
}

}


/*---------------------------------
　ヘッダー表示＆非表示
---------------------------------*/

/* 上に上がる動き */
.header.up-move{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}
/* 下に下がる動き */
.header.down-move{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


/*---------------------------------
　.header__toggle
---------------------------------*/

.header__toggle {
    position: fixed;
    top: 22px;
    right: 20px;
    z-index: 1000;
}
.header__toggle-box {
    position: relative;
    width: 44px;
    height: 22px;
    cursor: pointer;
}
.header__toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #3f312b;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

.header__toggle-box > span:nth-child(1) {
    top: 0;
}
.header__toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
.header__toggle-box > span:nth-child(3) {
    bottom: 0;
}

.is-open .header__toggle-box > span {
    background: #fff;
}
.is-open .header__toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open .header__toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open .header__toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

@media (min-width: 768px) {
   .header__toggle {
      display: none;
   }
}


/*---------------------------------
　ボタン&アニメーション
---------------------------------*/

/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
    width: auto;
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #3F3029;/* ボーダーの色と太さ */
    padding: 15px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    margin: 0 auto;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
    /*色や形状*/
	background:#3F3029;
	width:120%;
	height: 100%;
	transform: skewX(-30deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
	animation: skewanime .4s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}


/*---------------------------------
　page-top
---------------------------------*/

.back-to-top {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  color: #3F3029;
  padding: 30px;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  transition: 0.6s;
}
.back-to-top::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: 20px;
  right: 50%;
  box-sizing: border-box;
  z-index: -1;
}
.back-to-top:hover {
  opacity: 0.5;
}


/*---------------------------------
　スクロールで要素表示
---------------------------------*/

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*----------------------------
横並び要素をタイミングをずらして表示
----------------------------*/
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}
.timing06 {transition-delay: 1.0s;}
.timing07 {transition-delay: 1.2s;}
.timing08 {transition-delay: 1.4s;}





/*---------------------------------
　TOP - .mv-slider
---------------------------------*/

.mv-slider {
  width: 100%;
  margin: 64px auto 0;
  position: relative;
}
.mv-slider__area .slick-slide {
  height: auto;
  overflow: hidden;
}
.mv-slider__area .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mv-slider__dots .slick-dots {
  text-align: right;
}
.mv-slider__dots .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 5px;
  background: #D4D4D4;
  cursor: pointer;
}
.mv-slider__dots .slick-dots button {
  display: block;
  width: 0%;
  height: 6px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #3f312b;
  cursor: pointer;
}
.mv-slider__dots .slick-dots .slick-active button {
  background: #3f312b;
  opacity: 1;
}

.mv-slider__area .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(33, 33, 33, 0.16));
}
.mv-slider__area .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #212121;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.mv-slider__area .slick-next {
  right: 0;
}
.mv-slider__area .slick-prev {
  left: 0;
}
.mv-slider__area .slick-next::before {
  left: 20px;
}
.mv-slider__area .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.mv-slider div.catch-text {
    position: absolute; 
    width: 200px;
    top:50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(2px 2px 2px #212121);
}

@media (max-width: 767.98px) {
   .mv-slider__area .slick-slide {
      height: 100%;
   }
   .mv-slider__dots .slick-dots {
      text-align: center;
   }
   .mv-slider div.catch-text {
      width: 125px;
      top:50%;
      left:50%;
   }
}


/*---------------------------------
　TOP - .new-product
---------------------------------*/

.new-product {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.new-product__content {
  width: 450px;
  margin: 0 0 0 auto;
}

.new-product__card {
  padding: 30px;
  margin: 20px 0; 
  border: 1px solid #E9E9E9;
  box-shadow: 10px 10px 0 #E9E9E9;
  position: relative;
}

.new-product__title {
  font-size: 22px;
  margin: 20px 0;
}

.new-product__lead {
  margin-bottom: 30px;
}

.new-product__category {
  font-size: 13px;
  position: absolute;
  right: 30px;
  top: 10px;
}

.new-product__img {
  width: 450px;
  -webkit-clip-path: polygon(38% 0, 85% 3%, 98% 19%, 100% 60%, 94% 93%, 58% 100%, 18% 98%, 2% 81%, 0 40%, 5% 9%);
  clip-path: polygon(38% 0, 85% 3%, 98% 19%, 100% 60%, 94% 93%, 58% 100%, 18% 98%, 2% 81%, 0 40%, 5% 9%);
}

.new-product__img img {
  width: 450px;
}

.new-product__img a {
  transition: 0.6s;
}

.new-product__img a:hover {
  opacity: 0.6;
}

@media (max-width: 767.98px) {
   .new-product {
      flex-wrap:wrap;
   }
   .new-product__content {
      width: 100%;
   }
   .new-product__content .title__sec {
      text-align: center;
   }
   .new-product__card {
      padding: 20px;
      margin: 20px 0; 
   }
   .new-product__title {
      margin:10px 0 20px 0;
   }
   .new-product__lead {
      margin-bottom: 20px;
   }
   .new-product__category {
      right: 20px;
   }
   .new-product__img {
      width: 75%;
      margin: 10px auto 0;
   }
   .new-product__img img {
      width: 100%;
   }
}


/*---------------------------------
　TOP - .news-list
---------------------------------*/

.news-list {
    width: 1000px;
    margin: 0 auto;
}

.all_list_news {
  padding: 30px 0;
}

.all_list_news > li {
  position: relative;
  background-color: #FFF;
}
.all_list_news > li a {
  padding: 15px 0;
}
.all_list_news > li:after {
  content: "";
  background: #E9E9E9;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.all_list_news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all_list_news a._hover {
  opacity: 1;
}
.all_list_news a._hover ._text span {
  background-size: 100% 1px;
}
.all_list_news time {
  margin-right: 15px;
}
.all_list_news ._date {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-left: 20px;
}
.all_list_news ._category {
  background: #212121;
  /* min-width: 91px; */
  min-width: 120px;
  margin-right: 15px;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #FFF;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.all_list_news ._category._important {
  background: #E60012;
}
.all_list_news ._category._products {
  background: #fff;
  color: #3E68C8;
  border-color: #3E68C8;
}
.all_list_news ._category._topics {
  background: #3E68C8;
}
.all_list_news ._text {
  width: calc(100% - 305px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.all_list_news ._new._sp {
  display: none;
}

.all_list_news a {
  position: relative;
}
.all_list_news a:hover {
    opacity: 1;
}
.all_list_news a::before,
.all_list_news a::after {
  content: "";
  position: absolute;
  right: 50px;
  height: 1px;
  background-color: #212121;
}
.all_list_news a:hover::before,
.all_list_news a:hover::after {
  background-color: #fff;
}
.all_list_news a::before {
  width: 30px;
  transform: translate(30px, 0px);
}
.all_list_news a::after {
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(30deg);
}

/*== ボタン共通設定 */
.all_list_news li{
    /*アニメーションの起点とするためrelativeを指定*/
	overflow: hidden;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.all_list_news li span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.all_list_news li a:hover{
	color:#fff;
}

/*== 背景が流れる（斜め） */
.all_list_news li::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
    /*色や形状*/
	background:#3F3029;
	width:120%;
	height: 100%;
	transform: skewX(-30deg);
}

/*hoverした時のアニメーション*/
.all_list_news li:hover::before {
	animation: skewanime .4s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}


@media (max-width: 767.98px) {
.news-list {
  width: 94%;
}
.news-list .title__sec {
  text-align: center;
}
.all_list_news time {
  margin-right: 5px;
}
.all_list_news ._date {
  padding-left: 10px;
  font-size: 13px;
}
.all_list_news ._category {
  display: none;
}
.all_list_news ._text {
  width: calc(100% - 120px);
}
.all_list_news a::before {
  width: 22px;
}
.all_list_news a::after {
  width: 12px;
}
.all_list_news a::before,
.all_list_news a::after {
  right: 40px;
}

}


/*---------------------------------
　TOP - .food-business
---------------------------------*/

.food-business-slider li {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.food-business-slider li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-business .title__sec {
  margin: 0 0 30px 0;
}

.food-business__content {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.food-business__lead {
  width: 70%;
  padding: 30px 20px;
  background-color: #FFF;
  box-shadow: 10px 10px 0 #3F3029;
}

.food-business__btn {
  display: flex;
  align-items: center;
}

.food-business__title {
  font-size: 22px;
  margin: 0 0 20px 0;
}

/*---------------------------------
　TOP - 背景が出現＋テキスト
---------------------------------*/

.food-business .img_container li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background-color 0.6s;
}

.food-business .img_container li img {
  cursor: pointer;
}

.food-business .img_container li a:hover::before {
 background-color: rgba(33, 33, 33, 0.7);
}

.food-business .img_container li span.cap {
  width: 80%;
  font-size: 14px;
  text-align: center;
  position: absolute;
  opacity:0;
  transition: .6s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  z-index:3;/*テキストを前面に出す*/
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  line-height: 1.5;
}

.food-business .img_container li:hover span.cap {/*hoverした時の変化*/
  opacity:1;
}

.restaurant-business .restaurant-business__shop li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background-color 0.6s;
}

.restaurant-business .restaurant-business__shop li img {
  cursor: pointer;
}

.restaurant-business .restaurant-business__shop li a:hover::before {
 background-color: rgba(33, 33, 33, 0.7);
}

.restaurant-business .restaurant-business__shop li span.cap {
  width: 80%;
  font-size: 14px;
  text-align: center;
  position: absolute;
  opacity:0;
  transition: .6s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  z-index:3;/*テキストを前面に出す*/
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  line-height: 1.5;
}

.restaurant-business .restaurant-business__shop li:hover span.cap {/*hoverした時の変化*/
  opacity:1;
}

@media (max-width: 767.98px) {
.food-business-slider li {
  width: 200px;
  height: 200px;
}
.food-business .img_container li span.cap {
  width: 90% !important;
  font-size: 13px;
}
.food-business__content {
  width: 100%;
  flex-wrap:wrap;
}
.food-business__title {
  font-size: 20px;
  margin: 0 0 20px 0;
}
.food-business__lead {
  width: 94%;
  padding: 20px;
  margin: 0 auto;
}
.food-business__btn {
  width: 100%;
  justify-content: center; 
  margin-top: 30px;
}
}

/*---------------------------------
　TOP - .restaurant-business
---------------------------------*/

.restaurant-business .title__sec {
  margin: 0 0 10px 0;
}

.restaurant-business .restaurant-business__content {
  background: url("../img/cmn/bg_9791637.jpg") no-repeat;
  background-size:100% auto;
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
  clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0 100%);
  width: 100%;
  padding: 65px 0;
}

.restaurant-business .restaurant-business__shop {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.restaurant-business .restaurant-business__brand img {
  display: block;
  margin: 0 auto 30px auto;
  filter: drop-shadow(1px 1px 1px #FFF);
  height: 50px;
}

.restaurant-business .restaurant-business__shop li {
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.restaurant-business .restaurant-business__shop li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurant-business .restaurant-business__okonomiyaki {
  width: 450px;
}

.restaurant-business .restaurant-business__kodawari {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.restaurant-business .restaurant-business__title {
  font-size: 22px;
  margin: 0 0 20px 0;
}

.restaurant-business .restaurant-business__lead {
  margin: 0 auto 30px 0;
}

.restaurant-business .restaurant-business__kodawari .restaurant-business__btn {
  display: flex;
  align-items: center;
}

.restaurant-business .restaurant-business__shoplist {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  flex-wrap: wrap;
}

.restaurant-business .restaurant-business__shoplist li {
  margin-bottom: 20px;
}

.restaurant-business .restaurant-business__shoplist li img {
  width: 200px;
}

.restaurant-business .restaurant-business__donguri {
  width: 450px;
  margin: 0 0 0 auto;
}

.restaurant-business .restaurant-business__link {
  display: flex;
  width: 1000px;
  margin: 20px auto 0 auto;
}

.restaurant-business .restaurant-business__menu {
  width: 50%;
  height: 200px;
  background: url("../img/cmn/bg_menu-img.jpg") no-repeat;
  background-size:100% auto;
  display:flex;
  justify-content:center;
  align-items: center;
  position: relative;
}

.restaurant-business .restaurant-business__search {
  width: 50%;
  background: url("../img/cmn/bg_shop-img.jpg") no-repeat;
  background-size:100% auto;
  display:flex;
  justify-content:center;
  align-items: center;
  position: relative;
}

.restaurant-business .restaurant-business__menu .btn,
.restaurant-business .restaurant-business__search .btn {
   	border: 1px solid #FFF;
    padding: 20px 40px;
    color:#FFF;
    font-size: 20px;
    filter: drop-shadow(1px 1px 2px #3F3029);
}

.restaurant-business .restaurant-business__menu .btn:hover span,
.restaurant-business .restaurant-business__search .btn:hover span {
	color:#3F3029;
}

/*== 背景が流れる（斜め） */
.restaurant-business .restaurant-business__menu .bgskew::before,
.restaurant-business .restaurant-business__search .bgskew::before {
	background:#FFF;
}


.restaurant-business .restaurant-business__menu::before,
.restaurant-business .restaurant-business__search::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(33, 33, 33, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}


@media (max-width: 767.98px) {
.restaurant-business .restaurant-business__content {
  background: url("../img/cmn/bg_9791637.jpg") no-repeat;
  background-size:100% auto;
  -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  padding: 100px 0 0 0;
}

.restaurant-business .restaurant-business__shop {
  flex-wrap: wrap;
  width: 100%;
}

.restaurant-business__okonomiyaki {
  margin: 0 auto !important;
}

.restaurant-business__donguri {
  margin: 0 auto !important;
}

.restaurant-business .restaurant-business__kodawari {
  width: 94%;
  padding: 20px 20px;
  border: 1px solid #E9E9E9;
  margin: 0 auto 30px auto;
}

.restaurant-business__title {
  font-size: 20px !important;
  margin: 0 0 20px 0 !important;
}

.restaurant-business .restaurant-business__lead {
  margin: 0 auto 20px 0;
}

.restaurant-business .restaurant-business__shoplist {
  width: 94%;
  margin: 0 auto;
}

.restaurant-business .restaurant-business__shoplist li {
  width: 47%;
}

.restaurant-business .restaurant-business__shoplist li img {
  width: 100%;
}

.restaurant-business .restaurant-business__link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto 0 auto;
}
.restaurant-business .restaurant-business__menu {
    width: 94%;
    height: 160px;
    background-size: cover;
    margin: 0 auto !important;
}
.restaurant-business .restaurant-business__search {
    width: 94%;
    height: 160px;
    background-size: cover;
    margin: 20px auto 0 auto !important;
}

}


.sub-contents__content {
  width: 1000px;
  display: flex;
  margin: 0 auto;
}

.sub-contents__content .sub-contents__media {
  width: 450px;
}

.sub-contents__content .sub-contents__media img {
  width: 100%;
}

.sub-contents__content .sub-contents__media-card {
  border: 1px solid #E9E9E9;
  box-shadow: 10px 10px 0 #E9E9E9;
}

.sub-contents__content .sub-contents__media a {
  display: block;
  transition: all 0.6s;
}

.sub-contents__content .sub-contents__media a:hover {
  opacity: 0.6;
}

.sub-contents__content .sub-contents__sub {
  width: 450px;
  margin: 0 0 0 auto;
}

.sub-contents__content .title__sec {
  margin-bottom: 20px;
}

.sub-contents__media-date {
  padding: 20px 20px 0 20px;
}

.sub-contents__media-date time{
  margin-right: 10px;
}

.sub-contents__media-title {
  padding: 10px 20px 20px;
}

.sub-contents__sub .sub-contents__blog {
  width: 450px;
  height: 200px;
  background: url("../img/cmn/blog.jpg") no-repeat;
  background-size:100% auto;
  display:flex;
  justify-content:center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.sub-contents__sub .sub-contents__blog .btn {
   	border: 1px solid #FFF;
    padding: 20px 40px;
    color:#FFF;
    font-size: 20px;
    filter: drop-shadow(1px 1px 2px #3F3029);
}

.sub-contents__sub .sub-contents__blog .btn:hover span {
	color:#3F3029;
}

/*== 背景が流れる（斜め） */
.sub-contents__sub .sub-contents__blog .bgskew::before {
	background:#FFF;
}

.sub-contents__sub .sub-contents__blog::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(33, 33, 33, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sub-contents__sub .sub-contents__music {
  width: 450px;
  height: 200px;
  border: 1px solid #E9E9E9;
  background: url("../img/cmn/music.svg") no-repeat;
  background-size:100% auto;
  display:flex;
  justify-content:center;
  align-items: center;
  position: relative;
}

.sub-contents__sub .sub-contents__music-title {
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

.sub-contents__sub .sub-contents__music-lead {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

.sub-contents__music .video_play {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    border: 2px solid currentColor;
    border-radius: 50%;
    color: #212121;
    font-size: 80px;
    transition: 0.6s;
    filter: drop-shadow(1px 1px 2px #212121);
    z-index: 3;
}
.sub-contents__music .video_play::before {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
}
.sub-contents__music .video_play:hover {
    opacity:0.6;
}

.sub-contents__music .video_pause {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    border: 2px solid currentColor;
    border-radius: 50%;
    color: #212121;
    font-size: 80px;
    transition: 0.6s;
    margin-left: 20px;
    filter: drop-shadow(1px 1px 2px #212121);
    z-index: 3;
}
.sub-contents__music .video_pause::before,
.sub-contents__music .video_pause::after {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.1em;
    height: 0.5em;
    box-sizing: border-box;
    background-color: currentColor;
    content: "";
}
.video_pause::before {
    left: 40%;
}
.video_pause::after {
    left: 60%;
}
.sub-contents__music .video_pause:hover {
    opacity:0.6;
}
.sub-contents__sub .sub-contents__line {
  width: 450px;
  margin-top: 30px;
}
.sub-contents__content .sub-contents__line a {
  display: block;
  transition: all 0.6s;
}
.sub-contents__content .sub-contents__line a:hover {
  opacity: 0.6;
}

@media (max-width: 767.98px) {
.sub-contents {
  width: 100%;
}
.sub-contents .title__sec {
  text-align: center;
}
.sub-contents__content {
  width: 100%;
  flex-wrap: wrap;
}
.sub-contents__media {
  width: 100% !important;
}
.sub-contents__media-card {
  width: 94%;
  margin: 0 auto 30px;
}
.sub-contents__sub {
  flex-wrap: wrap;
  width: 94% !important;
  margin: 0 auto !important;
}
.sub-contents__sub .sub-contents__blog {
  width: 100%;
  height: 160px;
  background-size: cover;
}
.sub-contents__sub .sub-contents__music {
  width: 100%;
  height: 160px;
  background-size: cover;
  margin: 20px auto 0 auto !important;
}
.sub-contents__sub .sub-contents__line {
  width: 100%;
  margin-top: 20px;
}
}


/*---------------------------------
　.banner-group
---------------------------------*/

.banner-group .banner-group__list li a {
  width: 240px;
  height: 120px;
}



/*---------------------------------
　.footer
---------------------------------*/

.footer {
  background: #3f312b;
  color: #FFF;
  padding: 0 20px;
}

.footer .footer__content {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.footer .footer__content > :first-child {
  margin-right: auto;
}

.footer .footer__content > :last-child {
  margin-left: 50px;
}

.footer .footer__logo img {
  width: 200px;
}

.footer .title__sec {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer .footer__sns div {
  display: flex;
  justify-content: space-between;
  width: 180px;
}

.footer .footer__sns-icon img {
width: auto;
  height: 44px;
  transition: all 0.6s;
}

.footer .footer__sns-icon img:hover {
  opacity: 0.5;
}

.footer .footer__company {
  font-size: 12px;
}

.footer .footer__company-name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

.footer__company-info a {
  pointer-events: none;
}

.footer .footer__btn {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.footer .footer__btn a {
  border-color: #FFF;
  color: #FFF;
  padding: 10px 20px;
  width: 100%;
  margin-top: 10px;
}

.footer .footer__btn a:hover {
  border-color: #FFF;
}

.footer .footer__btn .btn:hover span{
  color:#3f312b;
}

/*== 背景が流れる（斜め） */
.footer .footer__btn .bgskew::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background:#FFF;
  width:120%;
  height: 100%;
  transform: skewX(-30deg);
}

.footer .footer__menu {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
}

.footer .footer__menu li {
  margin-right: 20px;
}


.footer .footer__menu li:last-child {
  margin-right: 0;
}

.footer .footer__copyright {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding: 30px 0;
}

/*---------------------------------
　ボタン&アニメーション（下線）左から右
---------------------------------*/

.footer .footer__menu li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}

.footer .footer__menu li.current a,
.footer .footer__menu li a:hover{
	color:#FFF;
}

.footer .footer__menu li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -5px;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background:#FFF;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}

/*現在地とhoverの設定*/
.footer .footer__menu li.current a::after,
.footer .footer__menu li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

@media (max-width: 767.98px) {
   .footer .footer__content {
      padding: 20px 0;
      display: flex;
      flex-wrap: wrap;
   }
   .footer .footer__content > :first-child {
      width: 100%;
      margin: 0 auto;
   }
   .footer .footer__content > :last-child {
      width: 100%;
      margin: 0 auto;
   }
   
   .footer .footer__logo img {
      width: 50%;
      display: block;
      margin: 0 auto;
   }
   .footer .footer__content .title__sec {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px;
   }
   .footer .footer__sns {
      width: 100%;
      margin: 30px auto;
   }
   .footer .footer__sns-icon {
      margin: 0 auto;
      width: 150px;
      display: flex;
      justify-content: space-between;
   }
   .footer .footer__sns-icon .icon-youtube {
      margin-right: 0;
   }
   .footer .footer__company {
      font-size: 16px;
   }
   .footer .footer__company-name {
      font-size: 18px;
   }
   .footer .footer__company-info {
      margin-bottom: 10px;
   }
   .footer .footer__company-info a {
      pointer-events: auto;
   }
   .footer .footer__copyright {
      text-align: center;
      padding: 0 0 20px 0;
   }
}



/*---------------------------------
　TOP - 背景が出現＋テキスト - banner
---------------------------------*/

.slider-2 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background-color 0.6s;
}

.slider-2 li img {
  cursor: pointer;
}

.slider-2 li a:hover::before {
 background-color: rgba(255, 255, 255, 0.5);
}


/*---------------------------------
　TOP - slider - banner
---------------------------------*/

.slider-2 .slick-slide {
  width: 240px;
  height: 120px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FFF;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow:hover {
  background-color: rgba(33, 33, 33, 0.5);
  transition: background-color 0.6s;
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #FFF;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
  margin-right: 5px;
  background-color: rgba(33, 33, 33, 0.7);
}
.slider-2 .slick-prev {
  left: 0;
  margin-left: 5px;
  background-color: rgba(33, 33, 33, 0.7);
}
.slider-2 .slick-next::before {
  left: 10px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 12px;
}


/*---------------------------------
　モーダル画像＆動画表示制御
---------------------------------*/

/* data-group="gallery" ※data-group に同じ名前を入れるとグループ化されて表示 */

/* 動画のモーダル表示　※指定方法　<a href="動画URL" class="video-open">動画を開く</a>
※動画のアドレスの取得方法（Youtube）
「共有」→「 < > 埋め込む」→<iframe> タグ内のsrc=””にかかれているURL
（例）https://www.youtube.com/embed/Kq95zgCrxeY */

.modaal-close:after, .modaal-close:before {
    width: 1px;
    height: 44px;
    border-radius: 0;
    top: 8px;
    left: 30px;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    opacity: 1;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0);
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modaal-close:focus,.modaal-close:hover {
    background: rgba(0,0,0,0);
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background: #FFF;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background: #CCC;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}


/*---------------------------------
　Q＆A - アコーディオン
---------------------------------*/

/*アコーディオン全体*/
.faq__group{
    list-style: none;
    width: 100%;
    margin:0 auto;
}

.faq__group li{
    margin: 10px 0;
}

.faq__group section {
	border: 1px solid #E9E9E9;
    background-color: #FFF;
}

.faq__group p {
	padding: 10px;
}

/*アコーディオンタイトル*/
.faq__title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: 600;
    padding: 30px 20px 30px 45px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.faq__title::before,
.faq__title::after{
    position: absolute;
    content:'';
    width: 22px;
    height: 1px;
    background-color: #3F3029;
    
}
.faq__title::before{
    top:50%;
    left: 15px;
    transform: rotate(0deg);
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}
.faq__title::after{    
    top:50%;
    left: 15px;
    transform: rotate(90deg);
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

/*　closeというクラスがついたら形状変化　*/

.faq__title.close::before{
	transform: rotate(45deg);
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

.faq__title.close::after{
	transform: rotate(-45deg);
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

/*アコーディオンで現れるエリア*/
.faq__box {
    display: none;/*はじめは非表示*/
    background: #E9E9E9;
	margin:0 15px 15px 15px;
    padding: 15px;
}


/*---------------------------------
　スタッフブログ
---------------------------------*/

/* 真ん中に設置 */
.pagination {
    margin-top: 20px;
}

.nav-links {
    display: flex;
    justify-content: center;
}

/* 横並びにする */
.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* ページタブの共通スタイル */
.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #3F3029;
    border-radius: 50%;
    margin-right: 5px;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #3F3029;
    border-color: #3F3029;
    border-radius: 50%;
    transition: 0.6s;
}

/* 現在のページのタブ */
.nav-links .current {
    background: #3F3029;
    color: #FFFFFF;
    padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
    color: #3F3029;
}

/* 縦線の共通CSS */
.nav-links .next::before,
.nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* 「次へ」の前の縦線位置 */
.nav-links .next::before {
    left: -15px;
}

/* 「前へ」の後の縦線位置 */
.nav-links .prev::after {
    right: -15px;
}

/* 数字省略の「・・・」 */
.nav-links .dots {
    background: transparent;
    border: none;
}

@media (max-width: 767.98px) {
.nav-links {
    font-size: 14px;
}
.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
}