@charset "UTF-8";
/* ==========================================================================

	TOP

========================================================================== */
/*--------------------------------
		メインビジュアル
--------------------------------*/
/*---- PC ----*/
#mainvisual {
  height: 100%;
  padding-bottom: 0;
}

#mainvisual .tt_base {
  font-size: 60px;
  font-size: 6rem;
  text-align: center;
  top: 10%;
}

@media only screen and (min-width: 812px) {
  #mainvisual .tt_base {
    font-size: calc(40px + 20 * (100vw - 812px) / 543);
  }
}

@media only screen and (min-width: 1355px) {
  #mainvisual .tt_base {
    font-size: 6rem;
  }
}

#mainvisual .tt_base > span span {
  font-size: 60px;
  font-size: 6rem;
}

@media only screen and (min-width: 812px) {
  #mainvisual .tt_base > span span {
    font-size: calc(40px + 20 * (100vw - 812px) / 543);
  }
}

@media only screen and (min-width: 1355px) {
  #mainvisual .tt_base > span span {
    font-size: 6rem;
  }
}

#mainvisual .box_inner {
  height: 100%;
  padding-bottom: 55px;
}

#mainvisual .box_inner .box_img {
  margin-bottom: 0;
}

#mainvisual .box_inner .box_img picture {
  height: calc(100vh - 110px);
}

#mainvisual .box_inner .box_img picture img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

#mainvisual .btn_scroll {
  position: absolute;
  bottom: 30px;
  left: 3vw;
  z-index: 2;
}

#mainvisual .btn_scroll a {
  display: block;
}

#mainvisual .btn_scroll a span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  vertical-align: top;
}

#mainvisual .btn_scroll a svg {
  -webkit-animation: scroll 2s linear infinite;
          animation: scroll 2s linear infinite;
}

#mainvisual .btn_scroll a:hover {
  color: #f4b3b5;
}

#mainvisual .btn_scroll a:hover svg {
  fill: #f4b3b5;
}

#mainvisual .slick-dots {
  bottom: 50%;
  left: 30px;
}

#mainvisual .slick-dots li {
  display: block;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  main > .main_cnt {
    padding-top: 0;
  }
  #mainvisual {
    height: calc(100vh - 80px);
    margin-bottom: 55px;
    /*.btn_scroll{
			bottom:env(safe-area-inset-bottom);
		}*/
  }
  #mainvisual .tt_base {
    font-size: 30px;
    text-align: left;
    right: auto;
    left: 1em;
    top: 100px;
  }
  #mainvisual .tt_base > span span {
    font-size: 30px;
  }
  #mainvisual .box_inner {
    width: 100vw;
  }
  #mainvisual .box_inner .box_img {
    width: 100%;
  }
  #mainvisual .box_inner div, #mainvisual .box_inner picture {
    height: 100%;
  }
  #mainvisual .box_inner picture {
    padding-bottom: 0;
  }
}

/*---- iPhone5/SE ----
@media only screen and (max-width: 320px) {
	#mainvisual{
		.tt_base{
			font-size:30px;
			&>span span{font-size:30px;}
		}
	}
}*/
@supports (-webkit-touch-callout: none) {
  #mainvisual {
    min-height: -webkit-fill-available;
  }
}

/*--------------------------------
		NEWS（WP抜粋読み込み）
--------------------------------*/
/*---- PC ----*/
#news .tt_base {
  font-size: 48px;
  font-size: 4.8rem;
}

@media only screen and (min-width: 812px) {
  #news .tt_base {
    font-size: calc(20px + 28 * (100vw - 812px) / 543);
  }
}

@media only screen and (min-width: 1355px) {
  #news .tt_base {
    font-size: 4.8rem;
  }
}

#news .tt_base > span {
  font-size: 0;
}

#news .tt_base > span span {
  font-size: 48px;
  font-size: 4.8rem;
}

@media only screen and (min-width: 812px) {
  #news .tt_base > span span {
    font-size: calc(20px + 28 * (100vw - 812px) / 543);
  }
}

@media only screen and (min-width: 1355px) {
  #news .tt_base > span span {
    font-size: 4.8rem;
  }
}

#news .news_box_cnt > div {
  border-bottom: solid 1px rgba(178, 30, 35, 0.5);
}

#news .news_box_cnt > div:first-child {
  border-top: solid 1px rgba(178, 30, 35, 0.5);
}

#news .news_box_cnt > div .news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#news .news_box_cnt > div .news_box .news_box_info {
  width: 18em;
  margin-right: 1.5em;
}

#news .news_box_cnt > div .news_box .news_box_info .category_cnt > * {
  display: block;
}

#news .news_box_cnt > div .news_box .news_box_title {
  width: calc(100% - 19.5em);
  margin-bottom: 0;
}

#news .news_box_cnt > div .news_box:hover, #news .news_box_cnt > div .news_box:active {
  background-color: #ffffff;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #news {
    padding-bottom: 100px;
  }
  #news .tt_base {
    width: 90vw;
    font-size: 24px;
    text-align: center;
    top: -2em;
    right: 0;
    left: auto;
  }
  #news .tt_base > span span {
    font-size: 24px;
  }
  #news .box_inner {
    padding: 3em 0.5em;
  }
  #news .news_box_cnt > div .news_box {
    display: block;
    padding: 1em;
    -webkit-transition: none;
    transition: none;
  }
  #news .news_box_cnt > div .news_box .news_box_info {
    width: 100%;
    margin-right: 0;
  }
  #news .news_box_cnt > div .news_box .news_box_info .news_box_date {
    margin-bottom: 0;
  }
  #news .news_box_cnt > div .news_box .news_box_info .category_cnt {
    margin-right: 0;
  }
  #news .news_box_cnt > div .news_box .news_box_info .category_cnt > * {
    display: inline-block;
    margin-bottom: 0;
  }
  #news .news_box_cnt > div .news_box .news_box_title {
    width: 100%;
    margin-top: 1em;
    /*a{
						&:hover,&:active{color:inherit;}
					}*/
  }
  #news .news_box_cnt > div .news_box:hover, #news .news_box_cnt > div .news_box:active {
    background-color: inherit;
  }
}

@media only screen and (max-width: 320px) {
  #news .tt_base {
    font-size: 22px;
  }
  #news .tt_base > span span {
    font-size: 22px;
  }
}

/*--------------------------------
		タブ切り替え
--------------------------------*/
/*--------------------------------
タブ切り替えコンテンツ
--------------------------------*/
/*---- PC ----*/
.tab_swich {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px rgba(178, 30, 35, 0.5);
}

.tab_swich .tab_btn > li, .tab_swich .tab_btn > div > div, .tab_swich .tab_btn > div > ul li, .tab_swich .tab_cnt > li, .tab_swich .tab_cnt > div > div, .tab_swich .tab_cnt > div > ul li {
  border-bottom: solid 1px rgba(178, 30, 35, 0.5);
}

.tab_swich .tab_btn > li:last-child, .tab_swich .tab_btn > div > div:last-child, .tab_swich .tab_btn > div > ul li:last-child, .tab_swich .tab_cnt > li:last-child, .tab_swich .tab_cnt > div > div:last-child, .tab_swich .tab_cnt > div > ul li:last-child {
  border-bottom: none;
  position: relative;
}

.tab_swich .tab_btn > li:last-child:after, .tab_swich .tab_btn > div > div:last-child:after, .tab_swich .tab_btn > div > ul li:last-child:after, .tab_swich .tab_cnt > li:last-child:after, .tab_swich .tab_cnt > div > div:last-child:after, .tab_swich .tab_cnt > div > ul li:last-child:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(178, 30, 35, 0.5);
  position: absolute;
  left: 0;
  bottom: -1px;
}

.tab_swich .tab_btn {
  width: 17%;
}

.tab_swich .tab_btn > li {
  text-align: center;
  padding: 1em;
  background-color: #FBFBF9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.tab_swich .tab_btn > li:hover, .tab_swich .tab_btn > li.current {
  color: #ffffff;
  background-color: #a8191e;
}

.tab_swich .tab_cnt {
  width: 83%;
  border-left: solid 1px rgba(178, 30, 35, 0.5);
}

.tab_swich .tab_cnt > div {
  display: none;
  padding: 0;
  /*&>ul{
				li{
					a{
						display:block;
						@include font-size(1.2);
						padding:1.5em 2em;
						&:after{
							content:" ＞";
						}
						&:hover{
							color:$baseColor;
							background-color:$whiteColor;
						}
					}
				}
			}*/
}

.tab_swich .tab_cnt > div.current {
  display: block;
}

.tab_swich .tab_cnt > div h3 {
  display: none;
}

.tab_swich .tab_cnt > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em 0.5em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tab_swich .tab_cnt > div > div:hover {
  background-color: #ffffff;
}

.tab_swich .tab_cnt > div > div .category {
  width: 7em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.tab_swich .tab_cnt > div > div ul {
  width: 100%;
  text-align: left;
}

.tab_swich .tab_cnt > div > div ul li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.tab_swich .tab_cnt > div > div ul li a {
  display: block;
  padding-right: 1.5em;
  position: relative;
}

.tab_swich .tab_cnt > div > div ul li a:after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

.tab_swich .tab_cnt > div > div ul li a:hover {
  color: #be1c22;
}

.tab_swich .tab_cnt > div > div ul li a:hover:after {
  -webkit-transform: translate3d(2px, 0, 0);
          transform: translate3d(2px, 0, 0);
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  .tab_swich {
    display: block;
    border: none;
  }
  .tab_swich .tab_btn > li:last-child, .tab_swich .tab_btn > div > div:last-child, .tab_swich .tab_btn > div > ul li:last-child, .tab_swich .tab_cnt > li:last-child, .tab_swich .tab_cnt > div > div:last-child, .tab_swich .tab_cnt > div > ul li:last-child {
    border-bottom: solid 1px rgba(178, 30, 35, 0.5);
    position: static;
  }
  .tab_swich .tab_btn > li:last-child:after, .tab_swich .tab_btn > div > div:last-child:after, .tab_swich .tab_btn > div > ul li:last-child:after, .tab_swich .tab_cnt > li:last-child:after, .tab_swich .tab_cnt > div > div:last-child:after, .tab_swich .tab_cnt > div > ul li:last-child:after {
    display: none;
  }
  .tab_swich .tab_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1em;
    border-top: solid 1px rgba(178, 30, 35, 0.5);
    border-left: solid 1px rgba(178, 30, 35, 0.5);
  }
  .tab_swich .tab_btn > li {
    width: 50%;
    font-size: 12px;
    border-right: solid 1px rgba(178, 30, 35, 0.5);
    /*&:hover{
					color:$blackColor;
					background-color:$lightGrayColor;
				}*/
  }
  .tab_swich .tab_cnt {
    width: 100%;
    border-top: solid 1px rgba(178, 30, 35, 0.5);
    border-right: solid 1px rgba(178, 30, 35, 0.5);
  }
  .tab_swich .tab_cnt > div {
    /*&>ul{
					li{
						a{
							//padding:1.5em 2em;
							&:hover{
								color:$whiteColor;
								background-color:$baseColor;
							}
						}
					}
				}*/
  }
  .tab_swich .tab_cnt > div > div {
    display: block;
    padding: 1em 2em;
  }
  .tab_swich .tab_cnt > div > div .category {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .tab_swich .tab_cnt > div > div .category em {
    font-size: 12px;
  }
  .tab_swich .tab_cnt > div > div ul {
    width: 100%;
  }
  .tab_swich .tab_cnt > div > div ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .tab_swich .tab_cnt > div > div ul li:last-child {
    margin-bottom: 0;
  }
  .tab_swich .tab_cnt > div > div ul li a {
    display: inline-block;
  }
  .tab_swich .tab_cnt > div > div ul li a:after {
    -webkit-transition: none;
    transition: none;
  }
  .tab_swich .tab_cnt > div > div ul li a:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------
		お店から探す
--------------------------------*/
/*---- PC ----*/
#store {
  padding-bottom: 0;
}

#store .tt_base {
  font-size: 48px;
  font-size: 4.8rem;
}

@media only screen and (min-width: 812px) {
  #store .tt_base {
    font-size: calc(20px + 28 * (100vw - 812px) / 543);
  }
}

@media only screen and (min-width: 1355px) {
  #store .tt_base {
    font-size: 4.8rem;
  }
}

#store .tt_base > span {
  font-size: 0;
}

#store .tt_base > span span {
  font-size: 48px;
  font-size: 4.8rem;
}

@media only screen and (min-width: 812px) {
  #store .tt_base > span span {
    font-size: calc(20px + 28 * (100vw - 812px) / 543);
  }
}

@media only screen and (min-width: 1355px) {
  #store .tt_base > span span {
    font-size: 4.8rem;
  }
}

#store .box_inner {
  padding: 0;
}

#store .box_inner > div > section {
  padding-top: 0;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #store {
    /*&.io{
			.tt_base>span span:before{
				transition-property:left;
			}
			&.move{
				.tt_base>span span:before{
					top:auto;
					left:100%;
				}
			}
		}*/
  }
  #store .tt_base {
    width: 100%;
    text-align: center;
    top: -1.4em;
    right: 0;
  }
  #store .tt_base > span span {
    font-size: 24px;
  }
  #store .box_inner {
    width: 100vw;
  }
  #store .box_inner picture img {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  #store .tt_base {
    font-size: 22px;
  }
  #store .tt_base > span span {
    font-size: 22px;
  }
}

/*--------------------------------
都道府県から探す
--------------------------------*/
/*---- PC ----*/
#prefectures .container {
  padding: 0 8%;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #prefectures .container {
    padding: 0 5%;
  }
}

/*--------------------------------
ブランド一覧
--------------------------------*/
/*---- PC ----*/
#brand {
  padding-top: 0;
}

#brand .tt_base {
  font-size: 48px;
  font-size: 4.8rem;
}

@media only screen and (min-width: 812px) {
  #brand .tt_base {
    font-size: calc(20px + 28 * (100vw - 812px) / 543);
  }
}

@media only screen and (min-width: 1355px) {
  #brand .tt_base {
    font-size: 4.8rem;
  }
}

#brand .tt_base > span {
  font-size: 0;
}

#brand .tt_base > span span {
  font-size: 48px;
  font-size: 4.8rem;
}

@media only screen and (min-width: 812px) {
  #brand .tt_base > span span {
    font-size: calc(20px + 28 * (100vw - 812px) / 543);
  }
}

@media only screen and (min-width: 1355px) {
  #brand .tt_base > span span {
    font-size: 4.8rem;
  }
}

#brand .box_inner {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

#brand .box_inner > div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#brand .box_inner > div.container {
  padding: 0 8%;
}

#brand .box_inner > div section {
  padding-top: 50px;
  padding-bottom: 0;
  margin-right: 2%;
  margin-left: 0;
  position: relative;
}

#brand .box_inner > div section:nth-child(3n) {
  margin-right: 0;
}

#brand .box_inner > div section:nth-child(-n+3) {
  padding-top: 0;
}

#brand .box_inner > div section > div {
  position: relative;
}

#brand .box_inner > div section > div picture {
  overflow: hidden;
}

#brand .box_inner > div section > div picture img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

#brand .box_inner > div section > div .brand_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
}

#brand .box_inner > div section > div .brand_logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  max-width: unset;
  max-height: unset;
}

#brand .box_inner > div section > div .brand_logo img.heijouen {
  max-width: 117px;
}

#brand .box_inner > div section > div .brand_logo img.ittouya {
  max-width: 190px;
}

#brand .box_inner > div section > div .brand_logo img.nikuya {
  max-width: 219px;
}

#brand .box_inner > div section > div .brand_logo img.wagyu {
  max-width: 100px;
}

#brand .box_inner > div section > div .brand_logo img.steak {
  max-width: 136px;
}

#brand .box_inner > div section > div .brand_logo img.tsukihoru {
  max-width: 181px;
}

#brand .box_inner > div section > div .brand_logo img.hiretotan {
    max-width: 200px;
}

#brand .box_inner > div section > div .brand_logo img.wagyutok {
  max-width: 200px;
}

#brand .box_inner > div section > p {
  margin-top: 1em;
  margin-bottom: 0;
}

#brand .box_inner > div section > p a {
  max-width: unset;
  will-change: auto;
}

#brand .box_inner > div section > p a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#brand .box_inner > div section:hover picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #brand .box_inner {
    width: 100vw;
  }
  #brand .box_inner > div.container {
    padding: 0 5%;
  }
  #brand .box_inner > div.col1-1-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #brand .box_inner > div.col1-1-1 > * {
    width: 48.5%;
    max-width: 48.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  #brand .box_inner > div.col1-1-1 section {
    padding-top: 15px;
    margin-right: 0;
  }
  #brand .box_inner > div.col1-1-1 section:first-child {
    padding-top: 0;
  }
  #brand .box_inner > div.col1-1-1 section:nth-child(2) {
    padding-top: 0;
  }
  #brand .box_inner > div.col1-1-1 section > div .brand_logo {
    width: 70%;
    height: 70%;
  }
  #brand .box_inner > div.col1-1-1 section > div .brand_logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    max-width: unset;
    max-height: unset;
  }
  #brand .box_inner > div.col1-1-1 section > div .brand_logo img.heijouen {
    max-width: 94px;
  }
  #brand .box_inner > div.col1-1-1 section > div .brand_logo img.ittouya {
    max-width: 142px;
  }
  #brand .box_inner > div.col1-1-1 section > div .brand_logo img.nikuya {
    max-width: 158px;
  }
  #brand .box_inner > div.col1-1-1 section > div .brand_logo img.wagyu {
    max-width: 100px;
  }
  #brand .box_inner > div.col1-1-1 section > div .brand_logo img.steak {
    max-width: 94px;
  }
  #brand .box_inner > div.col1-1-1 section > div .brand_logo img.tsukihoru {
    max-width: 136px;
  }
    #brand .box_inner > div section > div .brand_logo img.hiretotan {
        max-width: 170px;
    }
    #brand .box_inner > div section > div .brand_logo img.wagyutok {
      max-width: 130px;
    }
  #brand .box_inner > div.col1-1-1 section .link_btn {
    height: auto;
  }
  #brand .box_inner > div.col1-1-1 section .link_btn a {
    padding: 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 812px) and (min-width: 320px) {
  #brand .box_inner > div.col1-1-1 section .link_btn a {
    font-size: calc(12px + 2 * (100vw - 320px) / 492);
  }
}

@media only screen and (max-width: 812px) and (min-width: 812px) {
  #brand .box_inner > div.col1-1-1 section .link_btn a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 812px) {
  #brand .box_inner > div.col1-1-1 section:hover picture img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 320px) {
  #brand .box_inner > div.col1-1-1 section .link_btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 320px) and (min-width: 320px) {
  #brand .box_inner > div.col1-1-1 section .link_btn a {
    font-size: calc(10px + 4 * (100vw - 320px) / 492);
  }
}

@media only screen and (max-width: 320px) and (min-width: 812px) {
  #brand .box_inner > div.col1-1-1 section .link_btn a {
    font-size: 1.4rem;
  }
}

/*--------------------------------
コンテンツ共通
--------------------------------*/
/*---- PC ----*/
.box_img_cnt:not(#mainvisual) .box_inner .box_txt {
  width: 80%;
}

.box_img_cnt:not(#mainvisual).right > .box_inner .box_txt {
  margin-left: 20%;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  .box_img_cnt:not(#mainvisual) > .box_inner .box_img {
    width: 100%;
  }
  .box_img_cnt:not(#mainvisual) > .box_inner .box_img img {
    height: 384px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE対策*/
  }
  .box_img_cnt:not(#mainvisual) > .box_inner .box_txt {
    width: 90%;
  }
  .box_img_cnt:not(#mainvisual) > .box_inner .box_txt > div {
    padding: 2em;
  }
  .box_img_cnt:not(#mainvisual) > .box_inner .box_txt > div .tt_main {
    margin-bottom: 0.3em;
  }
  .box_img_cnt:not(#mainvisual).right > .box_inner .box_img {
    margin-left: 0;
  }
  .box_img_cnt:not(#mainvisual).right > .box_inner .box_txt {
    margin-left: 10%;
  }
}

/*--------------------------------
about
--------------------------------*/
/*---- PC ----*/
#about .tt_base > span span:first-child {
  letter-spacing: 0.05em;
}

#about .tt_base > span span:last-child {
  letter-spacing: 0;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #about .box_inner {
    padding-bottom: 70%;
  }
}

/*--------------------------------
wagyu
--------------------------------*/
/*---- PC ----*/
/*#wagyu{
	&.box_img_cnt{
		.box_inner{padding-bottom:23%;}
	}
}*/
/*---- SP ----*/
@media only screen and (max-width: 812px) {
  /*#wagyu{
		&.box_img_cnt{
			.box_inner{padding-bottom:35%;}
		}
	}*/
}

/*--------------------------------
menu
--------------------------------*/
/*---- PC ----*/
/*#menu{
	&.box_img_cnt{
		.box_inner{padding-bottom:23%;}
	}
}*/
/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #menu.box_img_cnt .box_inner {
    padding-bottom: 65%;
  }
}

/*--------------------------------
meat-pedia
--------------------------------*/
/*---- PC ----*/
#meat-pedia.box_img_cnt .box_inner .box_txt > div {
  position: relative;
}

#meat-pedia.box_img_cnt .box_inner .box_txt > div picture {
  width: 280px;
  position: absolute;
  bottom: 3em;
  right: 5%;
  z-index: -1;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #meat-pedia.box_img_cnt .box_inner .box_txt {
    padding-right: 0;
  }
  #meat-pedia.box_img_cnt .box_inner .box_txt > div picture {
    width: calc(100% - 4em);
    margin: 0 auto 1em;
    top: 50%;
    bottom: auto;
    right: 2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #meat-pedia.box_img_cnt .box_inner .box_txt:after {
    display: none;
    position: static;
  }
}

/*--------------------------------
平城苑チャンネル
--------------------------------*/
/*---- PC ----*/
#channel {
  padding-top: 0;
  margin-bottom: 0;
  /*#channel-pickup{
		h3{margin-bottom:2em;}
	}
	.channel_link_btn{margin-top:0;}*/
}

#channel .channel_title p {
  margin-bottom: 0;
}

#channel .link_btn.channel {
  margin-top: 0;
}

/*---- SP ----*/
/*--------------------------------
採用情報
--------------------------------*/
/*---- PC ----*/
#recruit {
  padding-top: 100px;
}

#recruit.box_img_cnt .tt_base {
  top: 100px;
}

#recruit.box_img_cnt > .box_inner .box_img:after, #recruit.box_img_cnt > .box_inner .box_txt {
  background-color: #DDD5D3;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  #recruit.box_img_cnt {
    padding-top: 50px;
  }
  #recruit.box_img_cnt .tt_base {
    top: 50px;
  }
  #recruit.box_img_cnt > .box_inner {
    padding-bottom: 0;
  }
  #recruit.box_img_cnt > .box_inner .box_img {
    width: 75%;
    padding-bottom: 0;
  }
  #recruit.box_img_cnt > .box_inner .box_img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
    /*IE対策*/
  }
  #recruit.box_img_cnt > .box_inner .box_txt {
    position: static;
    margin-top: -10px;
  }
}
