@charset "utf-8";

/*------------------  style.css  ------------------*/




/*------------------  メインビジュアル（スライダー形式）  ------------------*/

			.shake_stores_banner {
					margin-top: -75px;
					margin-bottom: 105px;
			}
        
			.shake_stores_banner img {
					width: 100%;
			}
			/* スライダー形式の動画 */
			.video-slider {
				position: relative;
				overflow: visible;
				padding-bottom: 28px;
			}

			/* slick内部 */
			.video-slider .slick-list {
				overflow: hidden;
			}

			.video-slider .slick-track {
				display: flex;
				align-items: center;
			}

			.video-slider .slick-slide {
				margin: 0 .066%;
			}

			/* 動画 */
			.video-slider video {
				width: 100%;
				display: block;
				object-fit: cover;
			}

			/* 中央強調（再生中強調） */
			.video-slider .slick-slide {
			/* opacity: 0.4; */
				transition: all 0.3s ease;
			}

			.video-slider .slick-center {
				opacity: 1;
				z-index: 5;
			}

			/* 矢印（白背景＋画像） */
			.video-slider .slide-arrow {
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				z-index: 12;
				width: 50px;
				height: 50px;
				border: none;
				background-repeat: no-repeat;
				background-position: center;
				background-size: 18px;
				cursor: pointer;
				border-radius: 50%;
				transition: 0.2s;
			}

			.video-slider .slide-arrow:hover {
				opacity: 0.7;
			}

			.video-slider .prev-arrow {
				left: 10px;
				background-image: url("/images/prev_arrow.png");
			}

			.video-slider .next-arrow {
				right: 10px;
				background-image: url("/images/next_arrow.png");
			}

			/* ドット（赤丸） */
			/* .video-slider .slick-dots {
				bottom: -30px;
			} */

			.video-slider .slick-dots li button:before {
				font-size: 10px;
				color: #e60012;
				opacity: 0.3;
			}

			.video-slider .slick-dots li.slick-active button:before {
				opacity: 1;
			}

			/* 左右フェード（白グラデ） */
			.video-slider:after {
				content: "";
				position: absolute;
				inset: 0;
				pointer-events: none;
				z-index: 10;
				background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
			}

			/* slickバグ対策（動画前面暴走防止） */
			.video-slider .slick-slide {
				position: relative;
			}

			.video-slider .slick-center {
				position: relative;
				z-index: 6;
			}

			/* 非中央のクリック防止（誤タップ防止） */
			.video-slider .slick-slide:not(.slick-center) {
				pointer-events: none;
			}

/*------------  slider  ------------*/

.slider {
}

.slider:before {
  position: absolute;
  z-index: 5;
  content: "";
  height: 100%;
  width: 19%;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
}

.slider:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  content: "";
  height: 100%;
  width: 19%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
}

.slider .pc {
  display: block;
}

.slider .sp {
  display: none;
}

.slider a:hover {
  /*opacity: 1;*/
}

.slick-loading .slick-list {}

.slick-slide {
  margin: 0 .23%;
}


/* Arrows */

.prev-arrow {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: all .3s;
  cursor: pointer;
  z-index: 10;
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: all .3s;
  cursor: pointer;
  z-index: 10;
}

.prev-arrow:hover, .prev-arrow:focus, .next-arrow:hover, .next-arrow:focus {
  opacity: .5;
}


/* Dots */

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: .4;
}

.slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  opacity: .6;
  background: #ccc;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #e6002d;
}


/*------------  nav  ------------*/

#nav {
  margin: 0 auto 70px;
}

#nav .nav_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  background: #fff;
}

#nav .nav_inner .nav {
  position: relative;
  flex-basis: 16%;
}

#nav .nav_inner .nav::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 90%;
  background: #cfcac5;
  transform: translate(0, -50%) rotate(18deg);
}

#nav .nav_inner .nav:last-child::after {
  display: none;
}

#nav .nav_inner .nav a {
  display: block;
  height: 80px;
  text-indent: -9999px;
  overflow: hidden;
}

#nav .nav_inner .nav01 a {
  background: url('/images/nav01.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .nav02 a {
  background: url('/images/nav02.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .nav03 a {
  background: url('/images/nav03.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .nav04 a {
  background: url('/images/nav04.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .nav05 a {
  background: url('/images/nav05.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .logo {
  /*
flex-basis: 22%;
*/
  flex-basis: 20%;
}

#nav .nav_inner .logo h1 {
  margin: 0 auto;
  max-width: 108px;
}

#nav .nav_inner .nav05 a {
  background: url('/images/nav05.png') no-repeat center;
  background-size: auto;
  background-size: 80px 80px;
}


/*------------  important  ------------*/

#important {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 auto 70px;
  max-width: 1120px;
  padding: 20px 2.2%;
  background: #e40000;
}

#important .title {
  padding-right: 4em;
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
}

#important .icon_information {
  margin: 0 10px 0 0;
}

#important .post {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
}

#important .post a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

#important .post a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 6px;
  height: 11px;
  background: url('../images/icon_link_arrow.png') no-repeat;
  background-size: contain;
}

#banner {
  margin: 0 auto 40px;
}

#banner .delivery .btn {
  margin: 0 auto;
  max-width: 680px;
}

/*------------  section-news  ------------*/

#section-news {
  max-width: 1120px;
}

#section-news .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-news .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-news .home_news_inner .title {
  flex-flow: row;
  align-items: baseline;
  /* margin: 0 0 20px; */
  margin: 20px 0 20px;
}

#section-news .home_news_inner .title .en {
  margin: 0 15px 0 0;
  font-size: 4.4rem;
}

#section-news .news_block {
  padding: 30px 0 10px;
}

#section-news .news_scrll {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 300px;
}

#section-news .news_block a {
  color: #331a0c;
}

#section-news .news_inner_detail a {
  color: #e40000;
  text-decoration: underline;
}

#section-news .news_block .post {
  display: flex;
  padding: 27px 20px;
  border-top: 1px solid #e4e4e4;
  line-height: 1.5;
}

#section-news .news_block .post:last-child {
  border-bottom: 1px solid #e4e4e4;
}

#section-news .news_block .date {
  width: 84px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
}

#section-news .news_block .item {
  width: 82%;
}

#section-news .home_news_inner .news_block {
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

#section-news .home_news_inner .post {
  padding: 10px 2.2%;
  border: none;
}

#section-news .home_news_inner .post:last-child {
  border: none;
}

#section-news .news_inner_detail {
  width: 980px;
  margin: 0 auto;
}

#section-news .news_inner_detail .post {
  display: block;
  padding: 27px 0;
  border: none;
}

#section-news .news_inner_detail .date {
  width: 98px;
  font-size: 2rem;
  line-height: 1.2;
}

#section-news .news_inner_detail .post_inner {
  display: flex;
  flex-wrap: wrap;
}

#section-news .news_inner_detail .post_inner .item {
  width: 100%;
  margin: 15px 0 30px;
  font-size: 2.2rem;
  font-weight: 700;
}

#section-news .news_inner_detail .item_detail {
  padding: 80px 0 40px;
  border-top: 1px solid #e4e4e4;
  line-height: 1.8;
}

#section-news .news_inner_detail .item_detail img {
  display: block;
  margin: 0 auto;
}

#section-news .to_news {
  display: flex;
  justify-content: center;
  margin: 0 3%;
  padding: 40px 0;
}

#section-news .to_news .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 42px;
  padding: 0 0 2px;
  background: #e40000;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-radius: 24px;
}

#section-news .to_news .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 1px;
}

#section-news .to_news .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 6px;
  height: 11px;
  background: url('../images/icon_link_arrow.png') no-repeat;
  background-size: contain;
}

/* news icon */

.post_icon {
  margin: 0 20px 0 0;
  padding: 6px 0 0;
  max-height: 24px;
  width: 10%;
  min-width: 105px;
  background: #bbbbbb;
  border-radius: 12px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.post_inner .post_icon {
  padding: 5px 0 0;
  width: 120px;
  border-radius: 12px;
  font-size: 1.3rem;
  text-align: center;
}

.icon_campaign {
  background: #40aae1;
}

.icon_fair {
  background: #68c03d;
}

.icon_menu {
  background: #f5981f;
}

.icon_caution {
  background: #f55a5a;
}

.icon_other {
  background: #9e9e9e;
}

/*------------  section-bb-tomenu  ------------*/

#section-bb-tomenu {
  max-width: 1120px;
}

#section-bb-tomenu .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-bb-tomenu .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-bb-tomenu .bb-tomenu_inner_detail {
  width: 980px;
  margin: 0 auto 100px;
  line-height: 1.5;
}

.tomenu ul.menu {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.tomenu .block4 ul.menu li {
    max-width: 228px;
    margin: 8px;
}

#section-bb-tomenu h3 {
    margin: 0 0 20px;
    padding: 8px 15px 10px;
    font-size: 2.2rem;
    color: #fff;
    background: #e60012;
    border-radius: 6px;
}

#section-bb-tomenu .text_middle {
    font-size: 1.4rem;
}

#section-bb-tomenu .content_area img {
    display: block;
    margin: 0 auto;
}

/*------------  section-saladbar  ------------*/

#section-saladbar {
  max-width: 1120px;
}

#section-saladbar .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-saladbar .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-saladbar .saladbar_inner_detail {
  max-width: 980px;
  margin: 0 auto 100px;
  line-height: 1.5;
}

.salad_catch_pc{
  display: block;
}

.salad_catch_sp{
  display: none;
}

#section-saladbar h3 {
    margin: 40px 0 5px;
    padding: 8px 0px 5px;
    font-size: 2.4rem;
    color: #e60012;
}

#section-saladbar .content_box {
    margin: 0 0 30px;
}

#section-saladbar .salad_intro {
    background-color: #4FBC1B;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#section-saladbar .wall {
    padding: 20px 25px;
    margin: 0 0 20px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 1.4rem;
}

#section-saladbar .txt {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

#section-saladbar .salad_menu_summary {
    line-height: 1.6;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
}

/*------------  section-seasonal-salad  ------------*/

#section-seasonal-salad {
  max-width: 1120px;
}

#section-seasonal-salad .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-seasonal-salad .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-seasonal-salad .seasonal-salad_inner_detail {
  max-width: 980px;
  margin: 0 auto 100px;
  line-height: 1.5;
}

#section-seasonal-salad h3 {
    margin: 40px 0 5px;
    padding: 8px 0px 5px;
    font-size: 2.4rem;
    color: #e60012;
}

#section-seasonal-salad h5 {
    font-size: 1.8rem;
    font-weight: 600;
}

.seasonal_salad_poster img {
  width: 100%;
}

.seasonal_salad_menu, .seasonal_salad_menu-reverse {
    display: flex;
    height: 313px;
}

.seasonal_salad_menu {
    background-color: #EDF0F6;
}

.seasonal_salad_menu-reverse {
    background-color: #F5F5F6;
    flex-flow: row-reverse;
}

.seasonal_salad_menu_img, .seasonal_salad_menu_text {
    display: flex;
    width: 50%;
}

.seasonal_salad_menu_img {
    align-items: flex-end;
    justify-content: center;
}

.seasonal_salad_menu_text {
    align-items: center;
    justify-content: center;
    padding: 0 3% 25px 0;
}

.seasonal_salad_menu-reverse .seasonal_salad_menu_text {
    padding: 0 0 25px 3%;
}

.seasonal_salad_menu_text_sp {
    display: none;
}

.seasonal_salad_menu_text_pc img {
    display: block;
    margin-left: inherit;
    width: auto;
}

.about_ingredient_content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.ingredient_text {
    margin-left: 20px;
}

.note_salad {
    border-top: 1px solid #DCDCDC;
    margin-top: 50px;
    padding: 20px 0;
    font-size: 1.4rem;
}

/*------------  section-standard-salad  ------------*/

#section-standard-salad {
  max-width: 1120px;
}

#section-standard-salad .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-standard-salad .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-standard-salad .standard-salad_inner_detail {
  max-width: 980px;
  margin: 0 auto 100px;
  line-height: 1.5;
}

#section-standard-salad h3 {
    margin: 40px 0 5px;
    padding: 8px 0px 5px;
    font-size: 2.4rem;
    color: #e60012;
}

.salad_menu,
.salad_menu-reverse {
    display: flex;
    height: 200px;
    margin-right: auto;
  margin-bottom: 35px;
    margin-left: auto;
    padding: 0 108px;
  background-color: #eff0f5;
}

.salad_menu-reverse {
    flex-flow: row-reverse;
}

.salad_menu_img,
.salad_menu_text {
  background-color: #eff0f5;
  display: flex;
}

.salad_menu_img {
    align-items: flex-end;
    justify-content: center;
  width: 315px;
}

.salad_menu_img img {
  display: block;
  height: 200px;
    width: auto;
}

.salad_menu_text {
  align-items: center;
  justify-content: center;
  width: calc(100% - 265px);
}

.salad_menu_text_inner {
  margin-left: 20px;
    padding-right: 60px;
  width: max-content;
}

.salad_menu_text_inner p {
  font-size: 1.6rem;
}

.salad_menu-reverse .salad_menu_text_inner {
    margin-left: 60px;
    padding-right: 20px;
  width: max-content;
}

.salad_menu_text_inner h4 {
  border-bottom: initial;
  color: #E20107;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0;
}

.peach_jelly_margin {
  margin-left: 0;
}

.dressing_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dressing_list li {
  margin: 0 0 50px;
  width: 19%;
  font-size: 1.5rem;
}

.dressing_list li h5 {
  margin: 5px 0 0;
  font-size: 1.7rem;
}

.dressing_list li img {
  width: 100%;
  border: 1px solid #eee;
}

.note_sala_text {
    padding: 0 0 5px;
}

/*------------  section-soup-bar  ------------*/

#section-soup-bar {
  max-width: 1120px;
}

#section-soup-bar .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-soup-bar .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-soup-bar .soup-bar_inner_detail {
  max-width: 980px;
  margin: 0 auto 100px;
  line-height: 1.5;
}

.soup_menu_bg01,
.soup_menu_bg02,
.soup_menu_bg03,
.soup_menu_bg04,
.soup_menu_bg05 {
  background-position: center bottom 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

#section-soup-bar .salad_menu_text {
    width: calc(100% - 285px);
}

.soup_menu_bg01 {
  background-image: url(../images/soup-bar/corn.png);
}

.soup_menu_bg02 {
  background-image: url(../images/soup-bar/consomme.png);
  background-position: center bottom;
}

.soup_menu_bg03 {
  background-image: url(../images/soup-bar/egg.png);
}

.soup_menu_bg04 {
  background-image: url(../images/soup-bar/wakame.png);
}

.soup_menu_bg05 {
  background-image: url(../images/soup-bar/pepper.png);
}

.note_soup {
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}

/*------------  section-fair  ------------*/

#section-fair {
  max-width: 1120px;
  margin: 0 0 70px;
}

#section-fair .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-fair .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-fair .news_block {
  padding: 30px 0 10px;
}

#section-fair .news_scrll {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 300px;
}

#section-fair .news_block a {
  color: #331a0c;
}

#section-fair .news_inner_detail a {
  color: #e40000;
  text-decoration: underline;
}

#section-fair .news_block .post {
  display: flex;
  padding: 27px 20px;
  border-top: 1px solid #e4e4e4;
  line-height: 1.5;
}

#section-fair .news_block .post:last-child {
  border-bottom: 1px solid #e4e4e4;
}

#section-fair .news_block .date {
  width: 84px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
}

#section-fair .news_block .item {
  width: 82%;
}

#section-fair .news_inner_detail {
  max-width: 1160px;
  margin: 0 auto;
}

#section-fair .news_inner_detail .post {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 3%;
  border-top: 1px solid #e4e4e4;
}

#section-fair .news_inner_detail .date {
  width: 98px;
  font-size: 2rem;
  line-height: 1.2;
}

#section-fair .news_inner_detail .post_inner {
  width: 56%;
  padding: 0 0 0 6%;
}

#section-fair .news_inner_detail .post_inner .item {
  width: 100%;
  margin: 30px 0 30px;
  color: #e40000;
  font-size: 2.4rem;
  font-weight: 700;
}

#section-fair .news_inner_detail .item_detail {
  padding: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}

#section-fair .news_inner_detail .item_detail img {
  display: block;
  margin: 0 auto;
}

#section-fair .news_inner_detail .item_detail_pic {
  width: 44%;
  line-height: 1.8;
}

#section-fair .news_inner_detail .item_detail_pic img {
  display: block;
  margin: 0 auto 20px;
}

#section-fair .news_inner_detail .item_detail_pic img:last-child {
  margin: 0 auto 0;
}

#section-fair .news_inner_detail .item_detail .note {
  color: #e40000;
  font-size: 1.4rem;
}

#section-fair .to_link {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}

#section-fair .to_link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 42px;
  padding: 0 30px 2px;
  background: #e40000;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
}

#section-fair .to_link .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 1px;
}

#section-fair .to_link .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 6px;
  height: 11px;
  background: url('../images/icon_link_arrow.png') no-repeat;
  background-size: contain;
}

/*------------  section-e-magazine  ------------*/

#section-e-magazine {
  max-width: 1120px;
  margin: 0 0 100px;
}

#section-e-magazine .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-e-magazine .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-e-magazine .e-magazine_inner_detail .item_main_pic {
  position: relative;
  margin: 45px 0 80px;
  padding: 50px 0;
}

#section-e-magazine .e-magazine_inner_detail .item_main_pic img {
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
}

#section-e-magazine .e-magazine_inner_detail .item_main_pic:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 480px;
  width: 50%;
  background: url(../images/e-magazine/img_e-magazine_main_02.jpg) no-repeat center center / 560px 480px;
}

#section-e-magazine .e-magazine_inner_detail .item_main_pic:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 480px;
  width: 50%;
  background: url(../images/e-magazine/img_e-magazine_main_03.jpg) no-repeat center center / 560px 480px;
}

#section-e-magazine .e-magazine_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 50px;
  margin: 0 0 60px;
  border-bottom: 1px solid #e4e4e4;
}

#section-e-magazine .e-magazine_block a {
  color: #331a0c;
}

#section-e-magazine .e-magazine_inner_detail a {
  color: #e40000;
  text-decoration: underline;
}

#section-e-magazine .e-magazine_block .post {
  display: flex;
  width: 25%;
  max-width: 254px;
  border-top: 1px solid #e4e4e4;
  line-height: 1.5;
}

#section-e-magazine .e-magazine_inner_detail {
  max-width: 1120px;
  margin: 0 auto;
}

#section-e-magazine .e-magazine_inner_detail .post {
  position: relative;
  display: block;
  border: none;
}

#section-e-magazine .e-magazine_inner_detail .post_inner {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-wrap: wrap;
}

#section-e-magazine .e-magazine_inner_detail .item_detail {
  margin: 0 0 20px;
  line-height: 1.8;
}

#section-e-magazine .e-magazine_inner_detail .item_detail img {
  display: block;
  margin: 0 auto 15px;
}

#section-e-magazine .e-magazine_inner_detail .item_detail .item_detail_inner {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

#section-e-magazine .e-magazine_inner_detail .item_detail .note {
  font-size: 1.4rem;
  font-weight: 400;
}

#section-e-magazine h3 {
  margin: 0 0 10px;
  color: #e40000;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-e-magazine h4 {
  margin: 0 0 10px;
  color: #e40000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

/* section-e-magazine icon */

#section-e-magazine .number_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background: url(../images/img_balloon.png) no-repeat center center / 45px 45px;
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

/*------------  section-app  ------------*/

#section-app {
  max-width: 1120px;
  margin: 0 0 100px;
}

#section-app .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-app .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-app .app_inner_detail .item_main_pic {
  position: relative;
  height: 480px;
  margin: 0 0 60px;
}

#section-app .app_inner_detail .item_main_pic > img {
  position: relative;
  left: 100px;
  top: 75px;
  z-index: 5;
}

#section-app .app_inner_detail .item_main_pic:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 480px;
  width: 100%;
  background: url(../images/app/img_app_main_02.jpg) no-repeat center center / 1120px 480px;
}

#section-app .app_list {
  position: absolute;
  left: 142px;
  top: 323px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-app .app_list a {
  color: #000;
}

#section-app .app_list h3 {
  margin: 0 0 10px;
}

#section-app .app_list li {
  margin: 5px 12px;
}

#section-app .app_block {
  padding: 30px 0 0;
  margin: 0 0 60px;
}

#section-app .app_block a {
  color: #331a0c;
}

#section-app .app_inner_detail a {
  color: #e40000;
  text-decoration: underline;
}

#section-app .app_block .post {
  display: flex;
  background: url(../images/bg_beige.jpg) no-repeat #fcf8ed 0 0 / 50px 50px;
  line-height: 1.5;
}

#section-app .app_inner_detail {
  max-width: 1120px;
  margin: 0 auto;
}

#section-app .app_inner_detail .post {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

#section-app .app_inner_detail .post_inner {
  position: relative;
  width: 50%;
  text-align: center;
}

#section-app .app_inner_detail .post_inner:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: "";
  height: 340px;
  width: 340px;
  background: #fff;
  border-radius: 50%;
}

#section-app .app_inner_detail .post_inner img {
  position: relative;
  z-index: 5;
}

#section-app .app_inner_detail .item_detail {
  width: 50%;
  margin: 80px 0 0;
  line-height: 1.8;
}

#section-app .app_inner_detail .item_detail .item_detail_inner {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

#section-app .app_inner_detail .item_detail .note {
  font-size: 1.4rem;
  font-weight: 400;
}

#section-app h3 {
  color: #e40000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

#section-app h3.title_qa {
  margin: 30px 0;
  font-size: 2.2rem;
}

#section-app h4 {
  margin: 0 0 10px;
  color: #e40000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-app .tab_block .tab_btn_wrapper {
  display: flex;
  justify-content: center;
}

#section-app .tab_block .tab_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 8px 6%;
  border-radius: 6px;
  z-index: 10;
  width: 100%;
  max-width: 1120px;
}

.tab_btn_active #section-app .tab_block .tab_btn {
  position: fixed;
  top: 85px;
  width: calc(100% - 80px);
}

/*------------  section-error  ------------*/

#section-error {
  max-width: 1120px;
  margin: 0 0 70px;
}

#section-error .error_inner {
  margin: 0 auto;
}

#section-error .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-error .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-error .text {
  margin: 71px 0 70px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 34px;
}

#section-error .btn {
  text-align: center;
}

#section-error .btn a {
  padding: 10px 30px;
  border-radius: 22px;
  background-color: #e40000;
  color: #fff;
}

#section-error .btn .label {
  position: relative;
  padding: 5px 20px;
}

#section-error .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 6px;
  height: 11px;
  background: url(../images/icon_link_arrow.png) no-repeat;
  background-size: contain;
}

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

.tab_btn_active #section-app .tab_block .tab_btn {
  width: 96%;
}

}

#section-app .tab_block .tab_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 6px 10px;
  padding: 0 30px;
  min-width: 140px;
  height: 40px;
  background: #fa3636;
  border-radius: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}

#section-app .tab_block .tab_btn .btn a:link, #section-app .tab_block .tab_btn .btn a:visited {
  color: #fff;
  text-decoration: none;
}

#section-app .to_link {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 0;
}

#section-app .to_link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .5em;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border-radius: 24px;
}

#section-app .to_link .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 18px 0 1px;
}

#section-app .to_link .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 12px;
  height: 7px;
  background: url('../images/icon_category_top_arrow.png') no-repeat;
  background-size: contain;
}

#section-app .to_link .u-media-pc {
    display: inline-block;
}

/* section-app icon */

#section-app .number_wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

#section-app .number_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  margin: 0 15px 0 0;
  background: url(../images/img_balloon.png) no-repeat center center / 56px 56px;
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

/* section-app Q＆A */

.data_content_wrapper {
  overflow: hidden;
  max-width: 1000px;
  margin: 30px auto;
}

.data_content {
  border-top: 1px solid #e4e4e4;
}

.data_content:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.data_content h3{
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.data_content .sub_inner{
  display: none;
  width: 100%;
  margin: 0 0 25px;
  padding: 0 1.5% 0 2%;
}

.question.type01.type_border {
    display: flex;
    flex-wrap: wrap;
    margin: 22px 0 16px;
    padding: 0 1.5% 0 2%;
    min-height: 50px;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.type01_head {
    position: relative;
    margin-right: 30px;
    top: 6px;
}
.type01_head p {
  position: relative;
  line-height: 1;
}

.type01_content {
    width: calc(100% - 75px);
    line-height: 1.2;
}
.type01_content p {
  margin: 10px 20px 10px 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.data_content > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1px;
    z-index: 5;
    width: 161px;
    padding: 1.4% 0 1.15% 0;
    min-height: 68px;
    border: 1px solid #07a0c3;
    background: #c8e6ef;
    font-size: 15px;
    line-height: 1.29;
    text-align: center;
}

.data_content .text {
    margin: 0 10px 0 0;
}

.data_content .image {
    position: absolute;
    right: 8px;
}

.data_feature_list{
  margin: 0 0 10px;
}

.data_feature_list02{
  width: 720px;
}

.data_feature_list_block{
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
  width: 100%;
  margin: 0 0 10px 0;
}

.data_feature_list_block a{
  /*display: block;*/
  padding: 0;
}
#container .data_feature_list_block a:hover{
  text-decoration: none;
}

.data_feature_list_block:last-child{
  margin-bottom: 0;
}

.data_feature_list_head {
    position: relative;
    margin-right: 10px;
    top: 7px;
}
.data_feature_list_head p {
  position: relative;
  z-index: 5;
  padding: 4px 19px 8px 0;
  line-height: 1;
}

.data_feature_list_block .data_feature_list_content{
  text-align: left;
  padding: 12px 0 9px 0;
  width: calc(100% - 97px);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.data_feature_list_block .image {
    position: relative;
    left: 15px;
}

.data_feature_list_wrap{
  position: relative;
  background: #fff;
}

/* ＋、－アイコン */
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 5px;
  top: 12px;
  transform: rotate(135deg);
  transform-origin: center;
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #e40000;
  border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
  top: 8px;
  left: 2px;
  transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  top: 12px;
  transform: rotate(90deg);
}
/*＋、－切り替え*/
.active .accordion_icon {
  transform: rotate(-45deg);
}

/*------------  app_list_bottom  ------------*/

.app_list_bottom_wrapper {
  margin: 0 0 100px;
  background: #e40000;
}

.app_list_bottom_wrapper .app_list_bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 55px 0 0;
  max-width: 1000px;
}

.app_list_bottom_wrapper .app_inner {
  flex-basis: 50%;
}

.app_list_bottom_wrapper .app_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 37px 0 0;
}

.app_list_bottom_wrapper .app_list a {
  color: #000;
}

.app_list_bottom_wrapper .app_list h3 {
  margin: 0 0 10px;
}

.app_list_bottom_wrapper .app_list li {
  margin: 5px 10px;
}

.app_list_bottom_wrapper .img_app_smartphone {
  flex-basis: 50%;
  padding: 0 0;
  display: flex;
  align-items: end;
  justify-content: center;
}

.app_list_bottom_wrapper h2 {
  margin: 15px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.app_list_bottom_wrapper h2 .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}

.app_list_bottom_wrapper h2 .logo img {
  margin: 0 10px;
}

/*------------  fair  ------------*/

.to_fair {
  display: flex;
  justify-content: center;
  margin: 0 3%;
  padding: 40px 0;
}

.to_fair .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 44px;
  padding: 0 0 2px;
  background: #e40000;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-radius: 24px;
  border: 1px solid #fff;
}

.to_fair .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 1px;
}

.to_fair .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 6px;
  height: 11px;
  background: url('../images/icon_link_arrow.png') no-repeat;
  background-size: contain;
}

.fair_list {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 2%;
}

.fair_list a {
  color: #000;
}

.fair_list h3 {
  margin: 0 0 10px;
}

.fair_list li {
  margin: 5px 0;
}

.fair_list .nav_icon {
  position: relative;
  top: -1px;
}

.home_fair {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3%;
  background: #e40000;
}

.home_fair .fair_inner {
  flex-basis: 35%;
}

.home_fair .img_fair_smartphone {
  flex-basis: 41%;
  padding: 0 2%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.home_fair .fair_list {
  flex-basis: 24%;
  padding: 65px 0 0;
}

.home_fair h2 {
  text-align: center;
}

.home_fair .fair_list li {}


/*------------  topics  ------------*/

.topics_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.topics_list a {
  color: #000;
}

.topics_list h3 {
  margin: 0 0 10px;
}

.topics_list li {
  margin: 0 .42%;
}

.home_topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}

.home_topics .topics_list {}

.home_topics .topics_list li {
  margin: 0 .42%;
  text-align: center;
}

/*------------  recruit  ------------*/

.recruit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.recruit_list a {
  color: #000;
}

.recruit_list h3 {
  margin: 0 0 10px;
}

.recruit_list li {
  margin: 0 1.8%;
  font-size: 1.4rem;
  font-weight: 700;
}

.home_recruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}

.home_recruit .title {
  display: flex;
  flex-flow: column;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.home_recruit .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

.home_recruit .title .ja {
  padding: 0 .5%;
}

.home_recruit .recruit_list {
  flex-basis: 75%;
}

.home_recruit h2 {
  font-size: 2.2rem;
  font-feature-settings: "palt";
}

.home_recruit .recruit_list li {
  width: 48%;
  margin: 0 4% 0 0;
  font-size: 1.7rem;
}

.home_recruit .recruit_list li:last-child {
  margin: 0;
}

/*------------  safety  ------------*/

.safety_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.safety_list a {
  color: #000;
}

.safety_list h3 {
  margin: 0 0 10px;
}

.safety_list li {
  margin: 0 1.8%;
  font-size: 1.4rem;
  font-weight: 700;
}

.safety_list .nav_icon {
  position: relative;
  top: -1px;
}

.home_safety {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_safety .safety_list {
  flex-basis: 69.5%;
}

.home_safety h2 {
  flex-basis: 30%;
  color: #e40000;
  font-size: 2.2rem;
  font-feature-settings: "palt";
}

.home_safety .safety_list li {
  width: 31%;
  margin: 0 3.5% 0 0;
  font-size: 1.5rem;
}

.home_safety .safety_list li:last-child {
  margin: 0;
}

/*------------  section-menu-select  ------------*/

#section-menu-select {
  padding: 0;
  background: #fff;
}

#section-menu-select .menu_inner {
  padding: 0 0 10px;
}

#section-menu-select .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
#section-menu-select .home_menu_inner .title {
  flex-flow: row;
  align-items: baseline;
}

#section-menu-select .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}
#section-menu-select .home_menu_inner .title .en {
  margin: 0 15px 0 0;
  font-size: 4.4rem;
}

#section-menu-select .tab_block .tab_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
  padding: 10px 0 0;
  border-bottom: 2px solid #e4e4e4;
}

#section-menu-select .tab_block .tab_btn a {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e40000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  gap: 15px;
}

#section-menu-select .tab_block .tab_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: -2px;
  padding: 0 4% 30px;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e40000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
  width: 23%;
}

#section-menu-select .tab_block .tab_btn .img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 50px;
}

#section-menu-select .tab_block .tab_btn .ja {
  display: flex;
  align-items: center;
  height: 37px;
}

#section-menu-select .tab_contents .tab_title_block {
    display: none;
}

#section-menu-select .tab_block .tab_btn .ja_sbb_svs {
  font-size: 1.3rem;
}

#section-menu-select .tab_block .tab_btn .btn:hover {
  border-bottom: 2px solid #e40000;
}

#section-menu-select .tab_block .tab_btn .btn.select {
  border-bottom: 2px solid #e40000;
}

#section-menu-select .home_menu_inner #tab02 {
  display: none;
}

#section-menu-select .home_menu_inner #tab03 {
  display: none;
}

#section-menu-select .home_menu_inner #tab04 {
  display: none;
}

#section-menu-select .tab_block .tab_btn .btn a:link, #section-menu-select .tab_block .tab_btn .btn a:visited {
}

#section-menu-select .tab_contents {
  margin: 40px 0 0;
}

#section-menu-select .tab_contents .menu_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#section-menu-select #tab01 .menu_block {
  justify-content: flex-start;
}

#section-menu-select .tab_contents .menu_block .box {
  position: relative;
  flex-basis: 49%;
  margin: 0 2% 55px 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

#section-menu-select .tab_contents .menu_block .box {
  margin: 0 2% 25px 0;
}

#section-menu-select .tab_contents .menu_block .box:nth-child(2n) {
  margin: 0 0 25px;
}

#section-menu-select .tab_contents .menu_block .box .pic {
  position: relative;
  text-align: center;
}

#section-menu-select .tab_contents .menu_block .box .name {
  display: flex;
  flex-flow: column;
  padding: 1rem 0 .8rem;
  line-height: 1.1;
  font-feature-settings: "palt";
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name {
  padding: .2rem 0 .8rem;
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name {
  position: absolute;
  bottom: 22px;
  left: 30px;
  display: flex;
  flex-flow: column;
  padding: .2rem 0 .8rem;
  line-height: 1.1;
  color: #fff;
  font-feature-settings: "palt";
  text-shadow: 0 2px 15px rgba(0, 0, 0, .5);
}

#section-menu-select .tab_contents .menu_block .box .name .main {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name .main {
  font-size: 4.8rem;
  font-weight: 700;
}

#section-menu-select .tab_contents .menu_block .box .name .sub {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name .sub {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}

#section-menu-select .tab_contents .menu_block .box .text {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}

#section-menu-select .tab_contents .menu_block .name-wrap {
  padding: 1rem 0 0.8rem;
  display: flex;
}

#section-menu-select .tab_contents .menu_block .name-wrap .name {
  margin-right: 10px;
}

#section-menu-select .tab_contents .menu_block .name-wrap {
  display: flex;
  align-items: center;
}

#section-menu-select .tab_contents .menu_block .name-wrap ul {
  display: flex;
}

#section-menu-select .tab_contents .menu_block .name-wrap .name-icons .name-icon {
  margin: 0 5px;
}

/*------------  section-menu  ------------*/

#section-menu {
  padding: 0;
  background: #fff;
}

#section-menu .title_block {}

#section-menu .title_block .title {
  margin: 0 auto 20px;
  width: 163px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2;
}

#section-menu .menu_inner {
  padding: 0 0 10px;
}

a.anchor_default {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

#section-menu .tab_block .tab_btn_wrapper {
  display: flex;
  justify-content: center;
}

#section-menu .tab_block .tab_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 8px 6%;
  background: #e40000;
  border-radius: 6px;
  z-index: 10;
  width: 100%;
  max-width: 1120px;
}

.tab_btn_active #section-menu .tab_block .tab_btn {
  position: fixed;
  top: 85px;
  width: calc(100% - 80px);
}

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

.tab_btn_active #section-menu .tab_block .tab_btn {
  width: 96%;
}

}

#section-menu .tab_block .tab_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 6px 0.2%;
  padding: 0 2.5%;
  height: 40px;
  border-radius: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}

#section-menu .tab_block .tab_btn .btn:hover {
  background: #fa3636;
}

#section-menu .tab_block .tab_btn .btn.select {
  background: #fa3636;
}

/*#section-menu #tab02 {
  display: none;
}

#section-menu #tab03 {
  display: none;
}

#section-menu #tab04 {
  display: none;
}

#section-menu #tab05 {
  display: none;
}

#section-menu #tab06 {
  display: none;
}

#section-menu #tab07 {
  display: none;
}

#section-menu #tab08 {
  display: none;
}

#section-menu #tab09 {
  display: none;
}

#section-menu #tab10 {
  display: none;
}

#section-menu #tab11 {
  display: none;
}*/

#section-menu .tab_block .tab_btn .btn a:link, #section-menu .tab_block .tab_btn .btn a:visited {
  color: #fff;
}

#section-menu .tab_btn_instead {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

#section-menu .tab_contents {
  margin: 40px 0 0;
  padding: 45px 0 40px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

#section-menu .tab_contents .tab_title_block {
  padding: 0 0 20px;
}

#section-menu .tab_contents .tab_title {
  color: #e40000;
  font-size: 2.4rem;
  font-weight: 700;
}

#section-menu .tab_contents .note {
  padding: 28px .5% 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

#section-menu .tab_contents .note .txt {
  position: relative;
  padding: 0 0 4px 1.4rem;
}

#section-menu .tab_contents .note .txt::after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#section-menu .tab_contents .menu_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#section-menu #tab01 .menu_block,
#section-menu #tab02 .menu_block,
#section-menu #tab03 .menu_block,
#section-menu #tab04 .menu_block,
#section-menu #tab05 .menu_block,
#section-menu #tab06 .menu_block,
#section-menu #tab07 .menu_block,
#section-menu #tab08 .menu_block,
#section-menu #tab09 .menu_block,
#section-menu #tab10 .menu_block,
#section-menu #tab11 .menu_block,
#section-menu #tab12 .menu_block,
#section-menu #tab13 .menu_block,
#section-menu #tab14 .menu_block,
#section-menu #tab15 .menu_block {
  justify-content: flex-start;
}

#section-menu .tab_contents .menu_block .box {
  flex-basis: 28%;
  margin: 0 8% 50px 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

#section-menu .tab_contents .menu_block .box:nth-child(3n) {
  margin: 0;
}

#section-menu .tab_contents .menu_block .box .pic {
  position: relative;
  text-align: center;
  height: 210px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#section-menu .tab_contents .menu_block .box .pic img{
  /*max-height: 183px;*/
  width: 100%;
  margin: 0px auto;
}

#section-menu .tab_contents .menu_block .box .pic .day {
    position: absolute;
    right: 3%;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 2px;
    height: 26px;
    width: 26px;
    line-height: 1;
    background: #40aae1;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
}

#section-menu .tab_contents .menu_block .box .takeout {
  position: absolute;
  bottom: 4%;
  right: 5%;
  display: block;
  width: 38px;
}

#section-menu .tab_contents .menu_block .box .name {
  display: flex;
  flex-flow: column;
  padding: .2rem 0 .8rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}

#section-menu .tab_contents .menu_block .box .name .main {
  font-size: 1.8rem;
  font-weight: 700;
}

#section-menu .tab_contents .menu_block .box .name .sub {
  font-size: 1.3rem;
  font-weight: 500;
}

ul.sauce {
  padding: 8px 0 0 0;
  margin: 0;
  font-size: 1.3rem;
}

ul.sauce li {
  display: inline-block;
  margin: 0 0.3em 0.3em 0;
}

ul.sauce span {
  display: none;
}

ul.sauce span.ftl {
  display: block;
  float: left;
  margin-right: 10px;
}

ul.sauce li:before {
  content: "";
  height: 17px;
  width: 11px;
  background-size: 11px 17px;
}

ul.sauce li.grate:before {
  background-image: url(../images/menu/icon_sauce_grate.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.teri:before {
  background-image: url(../images/menu/icon_sauce_teri.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.sudachi:before {
  background-image: url(../images/menu/icon_sauce_sudachi.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.tomato:before {
  background-image: url(../images/menu/icon_sauce_tomato.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.onion:before {
  background-image: url(../images/menu/icon_sauce_onion.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.soy:before {
  background-image: url(../images/menu/icon_sauce_soy.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.garlic:before {
  background-image: url(../images/menu/icon_sauce_garlic.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.big_garlic:before {
  background-image: url(../images/menu/icon_sauce_garlic.png);
  margin-right: 5px;
}

ul.sauce li.demi:before {
  background-image: url(../images/menu/icon_sauce_demi.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.basil:before {
  background-image: url(../images/menu/icon_sauce_basil.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.blue:before {
  background-image: url(../images/menu/icon_sauce_blue.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.radish:before {
  background-image: url(../images/menu/icon_sauce_radish.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.meat:before {
  background-image: url(../images/menu/icon_sauce_meat.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.teriyaki:before {
  background-image: url(../images/menu/icon_sauce_teriyaki.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.cheese:before {
  background-image: url(../images/menu/icon_sauce_cheese.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.demi_mastard:before {
  background-image: url(../images/menu/icon_sauce_demi_mastard.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.stake_onion:before {
  background-image: url(../images/menu/icon_sauce_stake_onion.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.solt:before {
  background-image: url(../images/menu/icon_sauce_solt.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.gravy:before {
  background-image: url(../images/menu/icon_sauce_gravy.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.oroshi:before {
  background-image: url(../images/menu/icon_sauce_oroshi.png);
  float: left;
  margin-right: 5px;
}

ul.sauce li.tarutaru:before {
  background-image: url(../images/menu/icon_sauce_tarutaru.png);
  float: left;
  margin-right: 5px;
}

#section-menu .tab_contents .menu_block .box .note {
  color: #e6002d;
}

#section-menu .tab_contents .menu_block .box .price .yen {}

#section-menu .tab_contents .menu_block .box .price {
  padding: 0 0;
  font-size: 2rem;
}

#section-menu .tab_contents .menu_block .box .price .size {
  padding: 0 0.5em 0 0;
  font-size: 1.6rem;
}

#section-menu .tab_contents .menu_block .box .price .tax_sum {
  font-size: 1.6rem;
}

#section-menu .tab_contents .menu_block .box .price .tax {
  font-size: 1.4rem;
}

#section-menu .tab_contents .menu_block .drinkbar {
  font-size: 1.4rem;
}

#section-menu .tab_contents .menu_block .drinkbar .price .yen {
  font-size: 1.6rem;
}

#section-menu .tab_contents .menu_block .drinkbar .price {
  font-size: 1.8rem;
}

#section-menu .tab_contents .menu_block .drinkbar .price .free {
  font-size: 1.5rem;
}

#section-menu .to {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3%;
  padding: 5px 0 20px;
}

#section-menu .to .icon {
  flex-basis: 46px;
  flex-shrink: 0;
}

#section-menu .to .txt {
  flex-basis: auto;
  padding: 8px 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.5;
}

#section-menu .to_menu {
  display: flex;
  justify-content: center;
  margin: 0 3%;
  padding: 0 0 40px;
}

#section-menu .to_menu .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 48px;
  background: #23211f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 24px;
}

#section-menu .to_menu .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 1px 0 20px;
}

#section-menu .to_menu .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: url('/images/icon_to.png') no-repeat;
  background-size: contain;
}

#section-menu .lunch {
  margin: 0 3%;
  padding: 32px 0;
  border-top: 1px solid #d0c199;
}

#section-menu .lunch .btn {
  margin: 0 auto;
  max-width: 680px;
}

#section-menu .allergen {
  display: flex;
  justify-content: center;
  margin: 0 3%;
  padding: 32px 0;
  border-top: 1px solid #d0c199;
}

#section-menu .allergen .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 48px;
  background: #23211f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 24px;
}

#section-menu .allergen .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 1px 0 20px;
}

#section-menu .allergen .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: url('/images/icon_doc.png') no-repeat;
  background-size: contain;
}

/*------------  section-menu-lp  ------------*/

#section-menu-lp {
  max-width: 1120px;
  margin: 0 0 70px;
}

#section-menu-lp .title {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin: 40px 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-menu-lp .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4.4rem;
}

#section-menu-lp .news_inner_detail .item_main_pic {
    position: relative;
}

#section-menu-lp .news_inner_detail .item_main_pic img {
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 auto;
}

#section-menu-lp .news_inner_detail .item_sub_pic {
    position: relative;
    margin: 60px -80px 40px;
}

#section-menu-lp .news_inner_detail .item_sub_pic img {
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 auto;
}

#section-menu-lp .news_inner_detail .item_sub_pic .item_detail {
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    color: #451501;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 2;
}

#section-menu-lp .news_inner_detail .item_sub_pic .text_large {
    font-size: 2.5rem;
}

#section-menu-lp .news_inner_detail .item_sub_pic .item_detail_01 {
    top: 85px;
    transform: translate(-28%, 0);
}

#section-menu-lp .news_inner_detail .item_sub_pic .item_detail_02 {
    top: 315px;
    transform: translate(-73%, 0);
}

#section-menu-lp .news_block {
  padding: 30px 0 10px;
}

#section-menu-lp .news_block a {
  color: #331a0c;
}

#section-menu-lp .news_inner_detail a {
  color: #e40000;
  text-decoration: underline;
}

#section-menu-lp .news_block .post {
  display: flex;
  padding: 27px 20px;
  line-height: 1.5;
}

#section-menu-lp .news_block .date {
  width: 84px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
}

#section-menu-lp .news_block .item {
  width: 82%;
}

#section-menu-lp .news_inner_detail {
  max-width: 1160px;
  margin: 0 auto;
}

#section-menu-lp .news_inner_detail .news_block .post {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 2%;
}

#section-menu-lp .news_inner_detail .news_block .post_inner {
  width: 40%;
  padding: 0 0 0 5%;
}

#section-menu-lp .news_inner_detail .news_block .post:first-child .post_inner {
  padding: 0;
}

#section-menu-lp .news_inner_detail .news_block .post:last-child {
  flex-flow: row-reverse;
}

#section-menu-lp .news_inner_detail .post_inner .item {
  width: 100%;
  margin: 30px 0 30px;
  color: #e40000;
  font-size: 2.4rem;
  font-weight: 700;
}

#section-menu-lp .news_inner_detail .item_detail {
  padding: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}

#section-menu-lp .news_inner_detail .item_detail img {
  display: block;
  margin: 0 auto;
}

#section-menu-lp .news_inner_detail .news_block .item_detail_pic {
  width: 59.55%;
  line-height: 1.8;
}

#section-menu-lp .news_inner_detail .item_detail_pic img {
  display: block;
  margin: 0 auto 20px;
}

#section-menu-lp .news_block_sub {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0 0 10px;
  border-top: 1px solid #e4e4e4;
}

#section-menu-lp .news_block_sub .title {
    margin: 10px 0 30px;
    line-height: 1.5;
}

#section-menu-lp .news_block_sub .title .ja {
  color: #e40000;
  font-size: 2.4rem;
}

#section-menu-lp .news_block_sub .post {
    width: 50%;
    padding: 20px 4%;
}

#section-menu-lp .news_block_sub .post:last-child {
  border-left: 1px solid #e4e4e4;
}

#section-menu-lp .to_link {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}

#section-menu-lp .to_link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 42px;
  padding: 0 30px 2px;
  background: #e40000;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
}

#section-menu-lp .to_link .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 1px;
}

#section-menu-lp .to_link .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 6px;
  height: 11px;
  background: url('../images/icon_link_arrow.png') no-repeat;
  background-size: contain;
}

/*------------  section-company  ------------*/

.company_tab_block .tab_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
  padding: 10px 0 0;
  border-bottom: 2px solid #e4e4e4;
}

.company_tab_block .tab_btn a {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.company_tab_block .tab_btn a:hover {
  color: #e40000;
  opacity: 1;
}

.company_tab_block .tab_btn .select a {
  color: #e40000;
}

.company_tab_block .tab_btn .btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  bottom: -2px;
  margin: 0 4%;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
  width: 12%;
}

.company_tab_block .tab_btn .img {
  display: flex;
  align-items: center;
  height: 50px;
}

.company_tab_block .tab_btn .ja {
  display: flex;
  align-items: center;
  height: 37px;
}

.company_tab_block .tab_btn .btn:hover {
  border-bottom: 2px solid #e40000;
}

.company_tab_block .tab_btn .btn.select {
  border-bottom: 2px solid #e40000;
}

#section-company {
  padding: 0;
  background: #fff;
}

#section-company .company_inner {
  padding: 0 0 10px;
}

#section-company .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-company .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-company .company_inner .item_main_pic {
    position: relative;
    margin: 45px 0 80px;
}

#section-company h3 {
    margin: 0 0 10px;
    color: #e40000;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
}

#section-company #map {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 495px;
    margin: 40px 0;
}

#section-company #map #map1,
#section-company #map #map2 {
    width: 48.7%;
    height: 100%;
}

/* table
----------------------------- */
table.responsive_tbl {
  width: 100%;
  margin: 30px 0 80px;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
}
table.responsive_tbl th {
  width: 20%;
  padding: 24px 2%;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  font-weight: 500;
}
table.responsive_tbl td {
  padding: 24px 2%;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  text-align: left;
}

table.responsive_tbl p,
table.responsive_tbl ul{
  margin: 10px 10px 0;
}
table.responsive_tbl li{
  padding: 0 0 0 1em;
  text-indent: -1em;
}
table.responsive_tbl ul.inner_detail{
  margin: 0 10px 0;
}

/*------------  section-group  ------------*/

#section-group {
  max-width: 1120px;
  margin: 0 0 70px;
}

#section-group .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-group .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-group .news_block {
  padding: 0 0 10px;
}

#section-group .news_block a {
  color: #331a0c;
}

#section-group .group_inner_detail a {
}

#section-group .group_inner_detail {
  max-width: 1160px;
  margin: 0 auto;
}

#section-group .group_inner_detail .post {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  line-height: 1.5;
}

#section-group .group_inner_detail .post_inner {
  width: 69.5%;
  padding: 0 0 0 6%;
}

#section-group .group_inner_detail .post_inner .item {
  width: 100%;
  margin: 0 0 15px;
  font-size: 2rem;
  font-weight: 700;
}

#section-group .group_inner_detail .item_detail {
  padding: 0 1.5% 20px 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

#section-group .group_inner_detail .item_detail img {
  display: block;
  margin: 0 auto;
}

#section-group .group_inner_detail .item_detail_pic {
  width: 30.36%;
  line-height: 1.8;
}

#section-group .group_inner_detail .item_detail_pic img {
  display: block;
  margin: 0 auto 20px;
}

#section-group .group_inner_detail .item_detail_pic img:last-child {
  margin: 0 auto 0;
}

#section-group .group_inner_detail .item_detail .note {
  color: #e40000;
  font-size: 1.4rem;
}

#section-group .to_link {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 0;
}

#section-group .to_link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 42px;
  padding: 0 30px 2px;
  background: #e40000;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
}

#section-group .to_link .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 1px;
}

#section-group .to_link .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 6px;
  height: 11px;
  background: url('../images/icon_link_arrow.png') no-repeat;
  background-size: contain;
}

#section-group .to_link .u-media-pc {
    display: inline-block;
}

/*------------  section-history  ------------*/

#section-history {
  max-width: 1120px;
  margin: 0 0 70px;
}

#section-history .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-history .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-history .news_block {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

#section-history .news_block:before {
  position: absolute;
  left: 5px;
  content: "";
  height: 100%;
  width: 4px;
  background: #e40000;
}

#section-history .news_block a {
  color: #331a0c;
}

#section-history .history_inner_detail {
  max-width: 1160px;
  margin: 0 auto;
}

#section-history .history_inner_detail .post {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  line-height: 1.5;
}

#section-history .history_inner_detail .post_inner {
  position: relative;
  width: 100%;
  padding: 0 0 0 12%;
}

#section-history .history_inner_detail .post_inner:before {
  position: absolute;
  left: 0;
  top: 24px;
  content: "";
  height: 1px;
  width: 10%;
  background: #e40000;
}

#section-history .history_inner_detail .post_inner:after {
  position: absolute;
  left: 0;
  top: 17px;
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #e40000;
}

#section-history .history_inner_detail .post_inner .item {
  width: 100%;
  color: #e40000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}

#section-history .history_inner_detail .post_inner .item .en {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.8rem;
}

#section-history .history_inner_detail .item_detail {
  padding: 0 1.5% 20px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

/*------------  section-privacy  ------------*/

#section-privacy {
  max-width: 980px;
  margin: 0 auto 100px;
}

#section-privacy .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-privacy .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}

#section-privacy .privacy_block {
  padding: 20px 0 50px;
  margin: 0 0 60px;
  /*border-bottom: 1px solid #e4e4e4;*/
  font-feature-settings: initial;
}

#section-privacy .privacy_inner_detail a {
  color: #e40000;
  text-decoration: underline;
  word-break: break-all;
}

#section-privacy .privacy_inner_detail .nav_icon {
    position: relative;
    top: -5px;
}

#section-privacy .privacy_block .post {
  display: flex;
  border-top: 1px solid #e4e4e4;
  line-height: 1.5;
}

#section-privacy .privacy_inner_detail {
  max-width: 1120px;
  margin: 0 auto;
}

#section-privacy .privacy_inner_detail .post {
  position: relative;
  display: block;
  border: none;
}

#section-privacy .privacy_inner_detail .post_inner {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-wrap: wrap;
}

#section-privacy .privacy_inner_detail .item_detail {
  margin: 0 0 3px;
  font-size: 1.5rem;
  line-height: 1.8;
}

#section-privacy .privacy_inner_detail .item_detail_border_bottom {
  border-bottom: 1px solid #e4e4e4;
}

#section-privacy .privacy_inner_detail .item_detail .item_detail_inner {
  margin: 0 0 0 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.5;
}

#section-privacy h3 {
  margin: 0 0 15px 1.25em;
  text-indent: -1.25em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#section-privacy h4 {
  margin: 0 0 10px 1.75em;
  text-indent: -1.75em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: initial;
}

#section-privacy .text_middle {
    font-size: 1.4rem;
}

#section-privacy .privacy_inner_detail .item_detail_inner.ind_m3 {
    margin: 0 0 0 3em;
    text-indent: -3em;
}

@media screen and (max-width: 1200px) {
  #section-menu .tab_contents .menu_block .box {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 960px) {
  #nav .nav_inner .nav a {
    height: 70px;
  }
  #nav .nav_inner .nav01 a {
    background-size: 70px 70px;
  }
  #nav .nav_inner .nav02 a {
    background-size: 70px 70px;
  }
  #nav .nav_inner .nav03 a {
    background-size: 70px 70px;
  }
  #nav .nav_inner .nav04 a {
    background-size: 70px 70px;
  }
  #nav .nav_inner .logo h1 {
    max-width: 94px;
  }
  #important .title {
    font-size: 1.5rem;
  }
  #important .post {
    font-size: 1.3rem;
  }
  #banner .delivery .btn {
    max-width: 600px;
  }

  #section-news .title {
  }
  #section-news .news_block .post {
  }
  #concept .title_block {
    height: 380px;
  }
  #concept .title_block .title {
    width: 180px;
  }
  #concept .concept_inner {
    padding: 0 3% 50px;
  }
  #concept .lead_block .lead {
    font-size: 1.6rem;
  }
  #concept .lead_block {
    padding: 35px 0;
  }
  #concept .concept_block .box {
    margin: 0 1%;
    padding: 65px 3% 40px;
  }
  #concept .concept_block .point {
    width: 42px;
  }
  #concept .concept_block .ttl {
    padding: 22px 0;
    font-size: 1.8rem;
  }
  #section-menu .title_block {
  }
  #section-menu .title_block .title img {
    height: 36px;
  }
  #section-menu .tab_block .tab_btn .btn {
    padding: 0 4%;
    font-size: 1.3rem;
  }

  #section-menu .tab_btn_instead {
    margin: 0 3%;
    font-size: 1.3rem;
  }


  #section-menu .tab_contents .tab_title {
  }
  #section-menu .tab_contents .menu_block .box {
    flex-basis: 28%;
    font-size: 1.4rem;
  }
  #section-menu .tab_contents .menu_block .box .pic {
    height: 210px;
  }
  #section-menu .tab_contents .menu_block .box .pic img{
    /*max-height: 149px;*/
    width: 100%;
  }
  #section-menu .tab_contents .menu_block .box .price .yen {
    font-size: 1.6rem;
  }
  #section-menu .tab_contents .menu_block .box .price {
    font-size: 1.8rem;
  }
  #section-menu .tab_contents .menu_block .drinkbar {
    font-size: 1.4rem;
  }
  #section-menu .tab_contents .menu_block .drinkbar .price .yen {
    font-size: 1.5rem;
  }
  #section-menu .tab_contents .menu_block .drinkbar .price {
    font-size: 1.7rem;
  }
  #section-menu .tab_contents .menu_block .drinkbar .price .free {
    font-size: 1.4rem;
  }
  #section-menu .lunch .btn {
    max-width: 600px;
  }
}


@media (min-width: 901px) {

/*------------   メインビジュアル（スライダー形式） ------------*/

  .pc_mb60 div.video {
    width: 70%;
    margin: 0 auto;
  }

  .topics_list {
    width: 830px;
    margin: 0 auto;
  }
}

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

/*------------   メインビジュアル（スライダー形式） ------------*/

  .shake_stores_banner {
      margin: -40px 3% 50px;
  }

  /*------------  slider  ------------*/

  .slider {
    margin: 0 auto 30px;
  }

.slider:before {
  background: none;
}

.slider:after {
  background: none;
}

  .slider .pc {
    display: none;
  }
  .slider .sp {
    display: block;
  }
  .prev-arrow {
    left: 5px;
    width: 40px;
    height: 40px;
  }
  .next-arrow {
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .prev-arrow:hover, .prev-arrow:focus, .next-arrow:hover, .next-arrow:focus {
    opacity: 1;
  }
  .slick-dots {
    bottom: -20px;
  }
  .slick-dots li {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
  /*------------  nav  ------------*/
  #nav {
    margin: 0 auto 30px;
  }
  #nav .nav_inner {
    flex-wrap: wrap;
    padding: 8px 0 8px;
  }
  #nav .nav_inner .nav {
    /*
 flex-basis: 25%;
*/
    flex-basis: 20%;
  }
  #nav .nav_inner .nav::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 94%;
    transform: translate(0, -50%) rotate(12deg);
  }
  #nav .nav_inner .nav a {
    height: 54px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #nav .nav_inner .nav01 a {
    background-size: 54px 54px;
  }
  #nav .nav_inner .nav02 a {
    background-size: 54px 54px;
  }
  #nav .nav_inner .nav03 a {
    background-size: 54px 54px;
  }
  #nav .nav_inner .nav04 a {
    background-size: 54px 54px;
  }
  #nav .nav_inner .logo {
    flex-basis: 100%;
    padding: 0 0 10px;
  }
  #nav .nav_inner .logo::after {
    display: none;
  }
  #nav .nav_inner .logo h1 {
    max-width: 72px;
  }
  #nav .nav_inner .nav05 a {
    background-size: 54px 54px;
  }

  /*------------  important  ------------*/

  #important {
    flex-wrap: wrap;
    margin: 25px 3% 40px;
    padding: 15px 4%;
  }

  #important .title {
    flex-basis: 100%;
    padding-bottom: 8px;
    font-size: 1.4rem;
  }

  #important .icon_information {
    position: relative;
    top: 1px;
    margin: 0px 2% 0 0;
  }

  #important .post {
    flex-basis: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  #important .post a {
    padding: 0 3% 0 0;
  }

  #important .post a:after {
    top: 5px;
    transform: translate(0, 0);
  }

/*------------  section-news  ------------*/

#section-news .title {
    margin: 0 3% 5px;
    font-size: 1.6rem;
}

#section-news .home_news_inner .title {
    /* margin: 0 3% 10px; */
    margin: 10px 3% 10px;
    font-size: 1.5rem;
}

#section-news .title .en {
    font-size: 3.6rem;
}

#section-news .home_news_inner .title .en {
    font-size: 3.6rem;
}

#section-news .news_inner {
    width: 100%;
    padding: 10px 0 10px;
}

  #section-news .news_block,
  #section-news .home_news_inner .news_block {
    padding: 15px 3%;
  }
  #section-news .#section-news .news_scrll {
    height: 250px;
  }
  #section-news .news_block a {
    color: #331a0c;
  }
  #section-news .news_block a:hover {}
  #section-news .news_block .post {
    flex-wrap: wrap;
    padding: 7px 0;
    font-size: 1.4rem;
  }
  #section-news .news_block .date {
    width: 65px;
    font-size: 1.5rem;
  }
  #section-news .news_block .item {
    width: 100%;
  }

#section-news .news_inner_detail .post_inner .item {
    margin: 5px 0 15px;
    font-size: 1.8rem;
}

#section-news .news_inner_detail .item_detail {
    padding: 40px 0 20px;
}

  #section-news .to_news {
    padding: 15px 0 40px;
  }
  #section-news .to_news .btn {
    width: 170px;
    font-size: 1.4rem;
    border-radius: 20px;
  }

/* news icon */

.post_icon {
    margin: 1px 0 0 3%;
    padding: 3px 0 0;
    max-height: 18px;
    border-radius: 9px;
    width: 28%;
    max-width: 140px;
}

.post_inner .post_icon {
    padding: 3px 0 0;
    width: auto;
    max-height: 18px;
    border-radius: 9px;
    font-size: 1.1rem;
    text-align: center;
}

/*------------  section-bb-tomenu  ------------*/

#section-bb-tomenu .title {
    margin: 0 3% 5px;
    font-size: 1.6rem;
}

#section-bb-tomenu .title .en {
    font-size: 3.6rem;
}

#section-bb-tomenu .bb-tomenu_inner_detail {
    width: 100%;
    margin: 0 auto 100px;
    padding: 10px 3%;
    font-size: 1.4rem;
}

.tomenu .block4 ul.menu li {
    margin: 1%;
}

#section-bb-tomenu h3 {
    font-size: 1.8rem;
}

#section-bb-tomenu .text_middle {
    font-size: 1.3rem;
}

/*------------  section-saladbar  ------------*/

#section-saladbar .title {
    margin: 0 3% 5px;
    font-size: 1.6rem;
}

#section-saladbar .title .en {
    font-size: 3.6rem;
}

#section-saladbar .saladbar_inner_detail {
    width: 100%;
    margin: 0 auto 80px;
    padding: 10px 3%;
    font-size: 1.4rem;
}

.salad_catch_pc{
  display: none;
}

.salad_catch_sp {
    background-image: url(../images/saladbar/salad_catch_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding: 80px 0;
}

.salad_catchcopy_outer {
    background: #ffffff;
    box-shadow: 0 2px 6px #33333333;
    box-sizing: border-box;
    margin: auto;
    opacity: .9;
    padding: 10px;
    width: calc(100% - 30px);
}

.salad_catchcopy_inner {
    border: 2px solid #4FBC1B;
    box-sizing: border-box;
    padding: 10px;
}

#section-saladbar .salad_intro {
    padding: 20px 3%;
    font-size: 2rem;
}

#section-saladbar .txt {
    font-size: 1.4rem;
}

#section-saladbar .wall {
    padding: 20px 4%;
    font-size: 1.2rem;
}

#section-saladbar h3 {
    font-size: 1.8rem;
}

#section-saladbar .salad_menu_summary {
    margin-top: 20px;
    margin-bottom: 40px;
}

/*------------  section-seasonal-salad  ------------*/

#section-seasonal-salad .title {
    margin: 0 3% 5px;
    font-size: 1.6rem;
}

#section-seasonal-salad .title .en {
    font-size: 3.6rem;
}

#section-seasonal-salad .seasonal-salad_inner_detail {
    width: 100%;
    margin: 0 auto 80px;
    padding: 10px 3%;
    font-size: 1.4rem;
}

.seasonal_salad_menu_text_pc {
    display: none;
}

.seasonal_salad_menu_text_sp {
    display: block;
    padding: 10px 4% 20px;
}

.seasonal_salad_menu_img {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 0;
}

.seasonal_salad_menu_text {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
}

.seasonal_salad_menu, .seasonal_salad_menu-reverse {
    display: block;
    height: initial;
    margin: auto;
    max-width: 480px;
}

#section-seasonal-salad h3 {
    font-size: 1.8rem;
}

#section-seasonal-salad h4 {
    margin: 8px 0;
    color: #e60012;
    font-size: 1.7rem;
    font-weight: 600;
}

#section-seasonal-salad h5 {
    font-size: 1.5rem;
}

.seasonal_salad_menu-reverse .seasonal_salad_menu_text {
    padding: 0 0 15px 0;
}

.about_ingredient_content {
    margin-top: 25px;
    margin-bottom: 25px;
}

/*------------  section-standard-salad  ------------*/

#section-standard-salad .title {
    margin: 0 3% 5px;
    font-size: 1.6rem;
}

#section-standard-salad .title .en {
    font-size: 3.6rem;
}

#section-standard-salad .standard-salad_inner_detail {
    width: 100%;
    margin: 0 auto 80px;
    padding: 10px 3%;
    font-size: 1.4rem;
}

#section-standard-salad h3 {
    font-size: 1.8rem;
}

  .salad_menu, .salad_menu-reverse {
    display: block;
    height: auto;
    padding: 0 4%;
    margin-bottom: 15px;
    padding-bottom: 25px;
  }

  .salad_menu_img {
    display: block;
    width: 100%;
  }

  .salad_menu_img img {
    height: initial;
    max-width: 220px;
    width: auto;
    margin: 0 auto;
  }

  .salad_menu_text {
    background-color: initial;
    width: 100%;
  }

  .salad_menu_text_inner,
  .salad_menu-reverse .salad_menu_text_inner {
    width: 100%;
  }

  .salad_menu_text_inner {
    margin-left: 0;
    padding-right: 0;
  }

  .salad_menu_text_inner h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .salad_menu_text_inner p {
    font-size: 1.4rem;
  }

  .salad_menu-reverse .salad_menu_text_inner {
    margin-left: 0;
    padding-right: 0;
  }

  .peach_jelly_margin {
    margin: auto;
  }

  .dressing_list {
    flex-wrap: wrap;
    margin: auto;
    width: fit-content;
  }

  .dressing_list li {
    display: block;
    margin: auto;
    max-width: 400px;
    width: 100%;
    font-size: 1.4rem;
  }

  .dressing_list li:not(:first-child) {
    margin-top: 30px;
  }

  .dressing_list li figure h5 {
    margin-top: 15px;
  }

  .salad_list li figure img,
  .dressing_list li figure img {
    width: 180px;
    display: block;
    margin: auto;
  }

  .salad_list li figure h5,
  .dressing_list li figure h5 {
    margin: 5px 0 0;
    font-size: 1.6rem;
    /*text-align: center;*/
  }

/*------------  section-soup-bar  ------------*/

#section-soup-bar .title {
    margin: 0 3% 5px;
    font-size: 1.6rem;
}

#section-soup-bar .title .en {
    font-size: 3.6rem;
}

#section-soup-bar .soup-bar_inner_detail {
    width: 100%;
    margin: 0 auto 80px;
    padding: 10px 3%;
    font-size: 1.4rem;
}

  .salad_menu, .salad_menu-reverse {
    display: block;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 4% 25px;
  }

  .salad_menu_img {
    display: block;
    width: 100%;
  }

  .salad_menu_img img {
    height: initial;
    max-width: 220px;
    width: auto;
  }

  .salad_menu_text {
    background-color: initial;
    width: 100%;
  }

  .salad_menu_text_inner,
  .salad_menu-reverse .salad_menu_text_inner {
    width: 100%;
  }

  .salad_menu_text_inner {
    margin-left: 0;
    padding-right: 0;
  }

  .salad_menu_text_inner h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .salad_menu_text_inner p {
    font-size: 14px;
  }

  .salad_menu-reverse .salad_menu_text_inner {
    margin-left: 0;
    padding-right: 0;
  }

  .peach_jelly_margin {
    margin: auto;
  }

  #section-soup-bar .dressing_list {
    flex-wrap: wrap;
    margin: auto;
    width: fit-content;
  }

  #section-soup-bar .dressing_list li {
    margin-right: 20px;
    max-width: calc(100% / 3);
    min-width: 180px;
  }

  #section-soup-bar .salad_list li figure img,
  #section-soup-bar .dressing_list li figure img {
    width: 180px;
    display: block;
    margin: auto;
  }

  #section-soup-bar .salad_list li figure h5,
  #section-soup-bar .dressing_list li figure h5 {
    text-align: center;
  }

  .soup_menu_bg01,
  .soup_menu_bg02,
  .soup_menu_bg03,
  .soup_menu_bg04,
  .soup_menu_bg05 {
    background-position: right;
    background-size: contain;
    padding: 20px 0;
  }

.soup_menu_bg01, .soup_menu_bg02, .soup_menu_bg03, .soup_menu_bg04, .soup_menu_bg05 {
    background-image: none;
    padding: 0;
}

#section-soup-bar .salad_menu_text {
    width: 100%;
}

/*------------  section-fair  ------------*/

#section-fair .title {
    font-size: 1.6rem;
}

#section-fair .title .en {
    font-size: 3.6rem;
}

#section-fair .news_inner_detail {
    width: 100%;
    padding: 10px 0 10px;
}

#section-fair .news_inner_detail .post {
    flex-flow: column;
    padding: 30px 3%;
}

#section-fair .news_inner_detail .item_detail_pic {
    width: 100%;
}

#section-fair .news_inner_detail .post_inner {
    width: 100%;
    padding: 0;
}

#section-fair .news_inner_detail .post_inner .item {
    margin: 20px 0 15px;
    font-size: 1.8rem;
}

#section-fair .news_inner_detail .item_detail {
    font-size: 1.4rem;
}

/*------------  section-e-magazine  ------------*/

#section-e-magazine .title {
  font-size: 1.6rem;
}

#section-e-magazine .title .en {
  font-size: 3.6rem;
}

#section-e-magazine .e-magazine_inner_detail {
  padding: 10px 3% 10px;
  font-size: 1.4rem;
}

#section-e-magazine .e-magazine_inner_detail .item_main_pic {
    margin: 25px -3% 40px;
    padding: 20% 6%;
}

#section-e-magazine .e-magazine_inner_detail .item_main_pic:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: url(../images/e-magazine/img_e-magazine_main_02.jpg) no-repeat center bottom / 100% auto;
}

#section-e-magazine .e-magazine_inner_detail .item_main_pic:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 50%;
  width: 100%;
  background: url(../images/e-magazine/img_e-magazine_main_03.jpg) no-repeat center top / 100% auto;
}

#section-e-magazine .e-magazine_block {
    flex-flow: column;
    padding: 20px 0 30px;
    margin: 0 0 40px;
}

#section-e-magazine .e-magazine_inner_detail .post {
    margin: 0 auto;
    width: 100%;
}

#section-e-magazine .e-magazine_inner_detail .item_detail img {
    margin: 0 auto 10px;
}

#section-e-magazine .e-magazine_inner_detail .item_detail .item_detail_inner {
    font-size: 1.4rem;
}

#section-e-magazine h3 {
    font-size: 1.8rem;
}

#section-e-magazine h4 {
    font-size: 1.6rem;
}

/*------------  section-app  ------------*/

#section-app .title {
  font-size: 1.6rem;
}

#section-app .title .en {
  font-size: 3.6rem;
}

#section-app .app_inner_detail .item_main_pic {
    overflow: hidden;
    margin: -5px 0px 60px;
    padding: 0 6%;
}

#section-app .app_inner_detail .item_main_pic > img {
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
}

#section-app .app_inner_detail .item_main_pic:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100vw;
    width: 100%;
    background: url(../images/app/img_app_main_02.jpg) no-repeat center center / 1120px 480px;
    background-size: cover;
}

#section-app .app_list {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

/*------------  section-error  ------------*/

#section-error .error_inner {
  width: 100%;
  padding: 10px 0 10px;
}

#section-error .title {
  font-size: 1.6rem;
}

#section-error .title .en {
  font-size: 3.6rem;
}

#section-error .text {
  margin: 30px 20px 60px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: left;
}

#section-error .sp-none {
  display: none;
}

@media screen and (max-width: 580px) {
#section-app .app_inner_detail .item_main_pic {
    height: 100vw;
}
#section-app .app_inner_detail .item_main_pic > img {
    top: 50%;
    transform: translate(-50%, -50%);
}
#section-app .app_list {
    top: 71%;
    transform: translate(-50%, -50%);
    width: 72%;
}
}

#section-app .app_inner_detail .post_inner:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    max-height: 340px;
    max-width: 340px;
    background: #fff;
    border-radius: 50%;
}

#section-app .app_inner_detail .post {
    flex-flow: column;
    margin: 0 0 30px;
    padding: 15px 0 0;
}

#section-app .app_inner_detail .post:nth-child(2n+1) {
    flex-flow: column-reverse;
}

#section-app .app_inner_detail .post_inner {
    position: relative;
    width: 70%;
    margin: 10px auto 0;
}

#section-app .app_inner_detail .item_detail {
    width: 94%;
    margin: 10px auto 0;
}

#section-app .number_icon {
    height: 44px;
    width: 44px;
    background: url(../images/img_balloon.png) no-repeat center center / 44px 44px;
    font-size: 2.2rem;
}

#section-app .app_inner_detail .item_detail .item_detail_inner {
    font-size: 1.4rem;
}

#section-app h3 {
    font-size: 1.8rem;
}

#section-app h3.title_qa {
    margin: 15px 0;
    font-size: 1.8rem;
}

#section-app .tab_block .tab_btn {
    justify-content: flex-start;
    padding: 8px 3%;
}
#section-app .tab_block .tab_btn li {
    width: 50%;
}
#section-app .tab_block .tab_btn .btn {
    margin: 5px 2%;
    padding: 0 3.5% 2px;
    height: 32px;
    width: 96%;
    font-size: 1.3rem;
}

/* section-app Q＆A */

.data_content_wrapper {
    margin: 30px 3%;
}

.type01_head p img {
  width: 16px;
}

.type01_content p {
    font-size: 1.4rem;
}

.data_feature_list_head p {
    padding: 4px 18px 8px 0;
}

.data_feature_list_head p img {
  width: 18px;
}

.data_feature_list_block .data_feature_list_content {
    width: calc(100% - 94px);
    font-size: 1.4rem;
}

/*------------  app_list_bottom  ------------*/

.app_list_bottom_wrapper {
    margin: 0 0 50px;
}

.app_list_bottom_wrapper .app_list_bottom {
    flex-flow: column-reverse;
    padding: 20px 0 0;
}

.app_list_bottom_wrapper h2 {
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 1.6rem;
}

.app_list_bottom_wrapper h2 .logo img {
    margin: 0 3%;
    width: 44%;
}

.app_list_bottom_wrapper .app_list {
    padding: 20px 0 10px;
    margin: 0 auto;
    width: 90%;
}

.app_list_bottom_wrapper .img_app_smartphone {
    width: 56%;
    margin: 0 auto;
}

/*------------  fair  ------------*/

.home_fair {
    flex-flow: column;
    padding: 30px 8% 20px;
}

.home_fair h2 {
    width: 80%;
    margin: 0 auto;
}

.to_fair {
    justify-content: end;
    margin: 0 2%;
    padding: 2px 0;
}

.to_fair .btn {
    width: auto;
    height: 44px;
    padding: 0 0 2px;
    font-size: 12px;
    border: 0px solid #fff;
}

.home_fair .img_fair_smartphone {
    width: 72%;
    margin: 0 auto 20px;
}

.fair_list {
    flex-flow: row;
    justify-content: space-between;
}

.home_fair .fair_list {
    flex-basis: 100%;
    margin: 0 auto;
    padding: 0;
}

.home_fair .fair_list li {
    width: 48%;
    text-align: center;
}

/*------------  topics  ------------*/

.home_topics {
    margin: 0 3%;
}

.topics_list {
    justify-content: space-between;
}

.home_topics .topics_list li {
    width: 48%;
}

/*------------  recruit  ------------*/

.home_recruit {
    margin: 0 3%;
}

.home_recruit .title {
    margin: 0 0 12px;
    width: 100%;
    flex-flow: row;
    align-items: baseline;
    font-size: 1.4rem;
}
.home_recruit .title .en {
    font-size: 3.6rem;
}

.home_recruit .recruit_list {
    justify-content: space-between;
    flex-basis: 100%;
}
.home_recruit .recruit_list li {
    margin: 0;
    width: 48.5%;
    font-size: 1.4rem;
}

/*------------  safety  ------------*/

.safety_list li {
    margin: 0 3%;
    width: 94%;
}

.home_safety {
  margin: 0 3%;
}

.home_safety h2 {
    flex-basis: 100%;
    margin: 0 0 20px;
    font-size: 1.8rem;
}
.home_safety .safety_list {
    flex-basis: 100%;
}
.home_safety .safety_list li {
    margin: 0;
    width: 100%;
}
.safety_list a {
    display: flex;
    align-items: center;
}
.safety_list h3 {
    margin: 0 4% 10px 0;
    width: 32%;
}
.safety_list p {
    margin: 0 0 10px;
}

/*------------  section-menu-select  ------------*/

#section-menu-select {
}

#section-menu-select .menu_inner {
  padding: 10px 0 10px;
}

#section-menu-select .home_menu_inner {
  padding: 0 0 10px;
}

#section-menu-select .title {
    margin: 0 3% 5px;
    font-size: 1.6rem;
}
#section-menu-select .title .en {
  font-size: 3.6rem;
}
#section-menu-select .home_menu_inner .title {
    margin: 0 3%;
    font-size: 1.5rem;
}

#section-menu-select .home_menu_inner .title .en {
    margin: 0 2% 0 0;
    font-size: 3.6rem;
}

a.anchor_default {
    top: -55px;
}

#section-menu-select .tab_block .tab_btn .btn {
    padding: 0 3.5% 5px;
    width: 25%;
}

#section-menu-select .tab_block .tab_btn .img {
  gap: 5px;
}

#section-menu-select .tab_block .tab_btn .btn.bb img{
    width: 50%;
}

#section-menu-select .home_menu_inner .tab_block .tab_btn .btn {
    padding: 0 3.5% 5px;
    width: 25%;
}

#section-menu-select .tab_block .tab_btn {
    padding: 0 3%;
}

#section-menu-select .tab_block .tab_btn .ja {
    display: none;
}

#section-menu-select .tab_contents {
    margin: 25px 3% 0;
}

#section-menu-select .tab_contents .tab_title_block {
    display: block;
    padding: 0 0 12px;
}

#section-menu-select .tab_contents .tab_title {
    color: #e40000;
    font-size: 1.8rem;
    font-weight: 700;
}

#section-menu-select .tab_contents .menu_block .box {
  flex-basis: 100%;
  margin: 0 0 30px 0;
}
#section-menu-select .home_menu_inner .tab_contents .menu_block .box {
  margin: 0 0 10px 0;
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name {
    bottom: 8px;
    left: 4%;
}

#section-menu-select .tab_contents .menu_block .box .pic {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 48vw;
}

#section-menu-select .tab_contents .menu_block .box .name {
  padding: 0.4rem 0 .8rem;
}

#section-menu-select .tab_contents .menu_block .box .name-wrap .name-icons .name-icon img {
  width: 40px;
}

#section-menu-select .tab_contents .menu_block .box .name .main ,
#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name .main {
    font-size: 3.6rem;
}

#section-menu-select .tab_contents .menu_block .box .name .sub,
#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name .sub {
    font-size: 1.4rem;
}

#section-menu-select .tab_contents .menu_block .box .text {
  font-size: 1.4rem;
}

/*------------  section-menu  ------------*/
  #section-menu {
    margin-bottom: 30px;
    padding: 15px 0;
  }
  #section-menu .title_block {
  }
  #section-menu .title_block .title {
    margin: 0 auto 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #section-menu .tab_block .tab_btn {
    padding: 10px 2%;
    border-radius: 0;
  }
  .tab_btn_active_sp #section-menu .tab_block .tab_btn {
  position: fixed;
  top: 55px;
  width: 100%;
  }
  #section-menu .tab_block .tab_btn.fixed {
    position: fixed;
    top: 0;
  }
  #section-menu .tab_block .tab_btn.fixed~.tab_btn_instead {
    height: 136px;
  }
  #section-menu .tab_block .tab_btn .btn {
    margin: 2px 0.2%;
    padding: 0 3.5%;
    height: 32px;
    font-size: 1.3rem;
  }
  #section-menu .tab_block .tab_btn .btn::after {
    height: 80%;
    transform: translate(0, -50%) rotate(12deg);
  }
  #section-menu .tab_contents {
    padding: 30px 3% 20px;
  }
  #section-menu .tab_contents .tab_title_block {
    padding: 0 0 15px;
  }
  #section-menu .tab_contents .tab_title {
    font-size: 2rem;
  }
  #section-menu .tab_contents .note {
    padding: 25px .5% 0;
    font-size: 1.3rem;
  }
  #section-menu .tab_contents .note .txt {
    padding: 0 0 3px 1.3rem;
  }
  #section-menu .tab_contents .menu_block {
    max-width: 560px;
  }
  #section-menu .tab_contents .menu_block .box {
    flex-basis: 80%;
    margin: 0 10% 35px;
    font-size: 1.3rem;
  }
  #section-menu .tab_contents .menu_block .box:nth-child(3n) {
    margin: 0 10% 35px;
  }
  #section-menu .tab_contents .menu_block .box .takeout {
    bottom: 6%;
    right: 6%;
    width: 34px;
  }
  #section-menu .tab_contents .menu_block .box .name .sub {
    font-size: 1.1rem;
  }
  #section-menu .tab_contents .menu_block .box .price .yen {
    font-size: 1.5rem;
  }
  #section-menu .tab_contents .menu_block .box .price {
    font-size: 1.5rem;
  }
  #section-menu .tab_contents .menu_block .box .price .tax {
    font-size: 1.2rem;
  }
  #section-menu .tab_contents .menu_block .drinkbar {
    font-size: 1.3rem;
  }
  #section-menu .tab_contents .menu_block .drinkbar .price .yen {
    font-size: 1.5rem;
  }
  #section-menu .tab_contents .menu_block .drinkbar .price {
    font-size: 1.5rem;
  }
  #section-menu .tab_contents .menu_block .drinkbar .price .free {
    font-size: 1.3rem;
  }
  #section-menu .to {
    margin: 0 6%;
    padding: 8px 0 16px;
  }
  #section-menu .to .icon {
    flex-basis: 40px;
  }
  #section-menu .to .txt {
    padding: 0 0 0 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #section-menu .to .txt br {
    display: none;
  }
  #section-menu .to_menu {
    padding: 0 0 28px;
  }
  #section-menu .to_menu .btn {
    width: 240px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 20px;
  }
  #section-menu .lunch {
    padding: 22px 0;
  }
  #section-menu .allergen {
    padding: 22px 0;
  }
  #section-menu .allergen .btn {
    width: 240px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 20px;
  }

/*------------  section-menu-lp  ------------*/

#section-menu-lp .title {
  margin: 0 0 10px;
  font-size: 1.6rem;
}

#section-menu-lp .title .en {
  font-size: 3.6rem;
}

#section-menu-lp .news_inner_detail .item_main_pic {
    margin: 20px 0 20px;
    padding: 10px 3%;
}

#section-menu-lp .news_inner_detail .item_sub_pic {
    margin: 50px 0 20px;
}

#section-menu-lp .news_inner_detail .item_sub_pic img {
    padding: 30px 0 0;
}

#section-menu-lp .news_inner_detail .item_sub_pic .item_detail {
    font-size: 1.1rem;
}

#section-menu-lp .news_inner_detail .item_sub_pic .text_large {
    font-size: 1.5rem;
}

#section-menu-lp .news_inner_detail .item_sub_pic .item_detail_01 {
    top: -6%;
    transform: translate(-38%, 0);
    width: 270px;
}

#section-menu-lp .news_inner_detail .item_sub_pic .item_detail_02 {
    top: 75%;
    transform: translate(-62%, 0);
    width: 270px;
}

#section-menu-lp .news_inner_detail .item_detail {
    padding: 0 0 10px;
    font-size: 1.4rem;
}

#section-menu-lp .news_inner_detail .item_detail_pic img {
    margin: 0 auto;
}

#section-menu-lp .news_inner_detail .news_block .post,
#section-menu-lp .news_inner_detail .news_block .post:last-child {
    flex-flow: column;
    padding: 20px 3%;
}
#section-menu-lp .news_inner_detail .news_block .post_inner {
    width: 100%;
    padding: 0;
}

#section-menu-lp .news_inner_detail .news_block .item_detail_pic {
    width: 100%;
}

#section-menu-lp .to_link {
    padding: 0 0 20px;
}

#section-menu-lp .news_block_sub {
    flex-flow: column;
}

#section-menu-lp .news_block_sub .post {
    width: 100%;
    padding: 20px 3%;
}

#section-menu-lp .news_block_sub .post:last-child {
    border-left: none;
    border-top: 1px solid #e4e4e4;
}

#section-menu-lp .news_block_sub .title .ja {
    font-size: 1.8rem;
}

#section-menu-lp .news_block_sub .item_detail_pic img {
    width: 70%;
}

/*------------  section-company  ------------*/

.company_tab_block .tab_btn .btn {
    padding: 0 0 5px;
    width: 25%;
    font-size: 1.3rem;
}

.company_tab_block .tab_btn {
    margin: 20px 0 0;
    padding: 0 3%;
}

.company_tab_block .tab_btn .ja {
}

#section-company .company_inner {
  padding: 10px 3% 10px;
  font-size: 1.4rem;
}

#section-company .title {
  font-size: 1.6rem;
}

#section-company .title .en {
  font-size: 3.6rem;
}

#section-company .company_inner .item_main_pic {
    margin: 25px 0 40px;
}

#section-company h3 {
    font-size: 1.8rem;
}

#section-company #map {
    flex-flow: column;
    width: 100%;
    margin: 20px 0;
}

#section-company #map #map1, #section-company #map #map2 {
    width: 100%;
    margin: 0 0 15px;
}

  /* table
----------------------------- */
table.responsive_tbl { width: 100%; margin: 20px 0 40px; padding: 10px; font-size: 1.4rem;}
table.responsive_tbl th { width: 100vw; padding: 12px 2%;}
table.responsive_tbl tr { display: block;}
table.responsive_tbl td {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 12px 2%;
}
table.responsive_tbl td:before {
  display: block;
  text-align: center;
}
table.responsive_tbl td:nth-of-type(1):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}
table.responsive_tbl td:nth-of-type(2):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}
table.responsive_tbl td:nth-of-type(3):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}

/*------------  section-group  ------------*/

#section-group .title {
    font-size: 1.6rem;
}

#section-group .title .en {
    font-size: 3.6rem;
}

#section-group .group_inner_detail {
    width: 100%;
    padding: 10px 0 10px;
}

#section-group .group_inner_detail .post {
    flex-flow: column;
    padding: 30px 3%;
}

#section-group .group_inner_detail .item_detail_pic {
    width: 100%;
}

#section-group .group_inner_detail .item_detail_pic img {
    margin: 0 auto 20px;
    width: 100%;
}

#section-group .group_inner_detail .post_inner {
    width: 100%;
    padding: 0;
}

#section-group .group_inner_detail .post_inner .item {
    margin: 20px 0 15px;
    font-size: 1.8rem;
}

#section-group .group_inner_detail .item_detail {
    font-size: 1.4rem;
}

#section-group .to_link {
    padding: 0 0 0;
}

/*------------  section-history  ------------*/

#section-history .history_inner {
  padding: 10px 3% 10px;
  font-size: 1.4rem;
}

#section-history .title {
  font-size: 1.6rem;
}

#section-history .title .en {
  font-size: 3.6rem;
}

#section-history .history_inner_detail .post_inner .item .en {
    font-size: 2.6rem;
}

#section-history .history_inner_detail .post_inner .item {
    font-size: 1.4rem;
}

#section-history .history_inner_detail .item_detail {
    padding: 0 1.5% 0 0;
    font-size: 1.4rem;
}

#section-history .history_inner_detail .post_inner:before {
    top: 20px;
}

#section-history .history_inner_detail .post_inner:after {
    top: 13px;
}

/*------------  section-privacy  ------------*/

#section-privacy .title {
  font-size: 1.6rem;
}

#section-privacy .title .en {
  font-size: 3.6rem;
}

#section-privacy .privacy_inner_detail {
  padding: 10px 3% 10px;
  font-size: 1.4rem;
}

#section-privacy .privacy_inner_detail .item_detail {
    font-size: 1.4rem;
}

#section-privacy .privacy_inner_detail .item_detail .item_detail_inner {
    font-size: 1.4rem;
}

#section-privacy .privacy_block {
    padding: 20px 0 30px;
    margin: 0 0 30px;
}

#section-privacy h3 {
  font-size: 1.6rem;
}

#section-privacy h4 {
  font-size: 1.5rem;
}


}