
@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

    ブレークポイント
========================================================*/
/*=======================================================

    common

========================================================*/
html {
  height: 100%;
}

:root {
  --min-width: 1000px;
  --max-width: 1366px;
}

body {
  color: #000;
  font-family: "Roboto", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}
.red {
  color: #c1272d;
}

a {
  color: #000;
}
a:hover {
  opacity: 0.8;
}

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  background: #fff !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 4px -4px 15px rgb(0 0 0 / 40%);
}
header .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1364px;
  padding: 0 24px;
}

header .inner img {
  /* max-height: 40px; */
}

header .inner .company_logo {
  align-items: center;
  display: flex;
}
header .inner h1 {
  width: 132.62px;
}
header .inner .mfg_logo {
  width: 180px;
  display: flex;
  justify-content: center;
  margin-left: 15px;
}
header .inner .mitsuioutletpark_logo {
  width: 132.61px;
  margin-left: 13.26px;
}
header .inner .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .inner .menu_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
  height: 36px;
  margin-right: -5px;
}
header .inner .menu_btn span {
  background-color: #000000;
  height: 2px;
  left: 5px;
  width: 20px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .inner .menu_btn span:nth-of-type(1) {
  top: 10px;
}
header .inner .menu_btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .inner .menu_btn span:nth-of-type(3) {
  bottom: 10px;
}
header .inner .menu_btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}
header .inner .menu_btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar 0.8s forwards;
  animation: active-menu-bar 0.8s forwards;
}
header .inner .menu_btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
header .inner nav ul li {
  background-color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
header .inner nav ul li a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 9px 13px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
}

header .inner .company_logo a img {
  width: auto;
}

header .inner nav ul li a:hover,
header .inner nav ul li a.current {
  color: #b0b0b0;
}
header .inner nav ul li a span {
  margin-right: 2.3076923077vw;
}
header .inner nav.active {
  color: #5fca4f;
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .inner .child_1 {
  order: 2;
}
header .inner .child_2 {
  order: 1;
}

@media screen and (min-width: 769px) {
  header {
    height: 80px;
    min-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  header .inner {
    position: relative;
    padding: 0 5%;
    font-size: 130%;
    letter-spacing: 0em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  header .inner .company_logo {
    width: auto;
    max-width: calc((300 / 350) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  header .inner h1 {
    margin: 0 10px 0 0;
    width: 92.38px;
  }
  header .inner h1 img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .inner .mfg_logo {
    margin: 0 10px 0 0;
    width: 108px;
  }
  header .inner .mitsuioutletpark_logo {
    margin: 0 9.24px 0 0;
    width: 92.38px;
  }
}
@media screen and (max-width: 300px) {
  header .inner .mfg_logo {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  header .inner .menu_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .inner .child_1 {
    order: 1;
  }
  header .inner .child_2 {
    order: 2;
  }
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 57px;
  }
  header .inner nav {
    opacity: 0;
    position: absolute;
    z-index: 300;
    right: -100%;
    top: 57px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  header .inner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .inner nav ul .active a {
    background-color: #f3f0e7;
  }
}
@media screen and (max-width: 768px) {
  header .inner nav ul {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  header .inner nav ul li {
    border-top: 1px solid #008bde;
  }
  header .inner nav ul li a {
    padding: 15px 15px;
    font-size: 14px;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  header .inner nav ul li + li {
    margin-left: 3.0769230769vw;
    margin-left: 45px;
    margin-left: 10px;
  }
}
footer {
  font-size: 14px;
}
footer .foot_nav {
  padding: 30px 0;
}
footer .foot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .foot_nav ul li {
  margin-right: 20px;
}
footer .foot_nav ul li:last-child {
  margin-right: 0;
}
footer .foot_nav ul li:last-child::after {
  display: none;
}
footer .foot_nav ul li::after {
  content: "・";
  color: #0e9d46;
  margin-left: 20px;
}
footer .foot_nav ul li a:hover {
  color: #0e9d46;
}

@media screen and (max-width: 768px) {
  footer .pagetop {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  footer .foot_nav {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .foot_nav ul {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .foot_nav ul li {
    margin-bottom: 10px;
  }
}
/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
.slick-arrow {
  display: none !important;
}
.slick-arrow::before {
  display: none !important;
}

.slick-slider {
  padding: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .slick-slider {
    width: 100%;
  }
}
.slick-dots {
  bottom: -35px !important;
}
.slick-dots li button::before {
  color: #d9d9d9 !important;
  font-size: 14px !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
  color: #000000 !important;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -20px !important;
  }
  .slick-dots li {
    height: 15px;
    width: 8px;
  }
  .slick-dots li button::before {
    font-size: 10px !important;
  }
}
#top .slide {
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  max-width: var(--max-width);
  position: relative;
}
#top .slide img {
  vertical-align: bottom;
  width: 100%;
}
#top .newsList {
  margin: 190px auto 73px;
  max-width: 687px;
}
#top .newsList .news-title {
  font-family: "Adobe Garamond Pro";
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #231815;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
/** #top .newsList .news-title::before, #top .newsList .news-title::after {
  content: "";
  width: 146px;
  height: 9px;
  background: url("../img/top/line-title.png") no-repeat center;
  background-size: 146px 9px;
  display: inline-block;
} **/
#top .newsList .news-title_in {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0px;
}
#top .newsList ul {
  margin-top: 20px;
  width: 100%;
}
#top .newsList li {
  font-size: 18px;
  font-weight: 500;
}
#top .newsList li p {
  white-space: nowrap;
}
#top .newsList li .date {
  margin-right: 30px;
}
#top .newsList li .new {
  color: #ff495f;
  font-weight: bold;
  margin-left: 18px;
}
#top .newsList li + li {
  margin-top: 1em;
}
#top main .container {
  height: 100%;
  margin: auto;
  position: relative;
}
#top main .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
#top main section {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#top main .store-img {
  text-align: center;
}
#top main .store-img img {
  max-width: 1920px;
  width: 100%;
}
#top main #bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.7692307692vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4.6153846154vw 12.3076923077vw;
}
#top main #bottom_nav li a {
  text-decoration: none;
}
#top main #bottom_nav li a:hover,
#top main #bottom_nav li a.current {
  color: #00a192;
}
#top .link-section .container {
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  #top .link-section .container {
    padding: 15px 5% 15px;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
#top .link-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px;
}
#top .link-section ul li {
  width: 50%;
  padding: 0 20px;
}
#top .link-section ul li img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
#top .link-section a {
  display: block;
  margin: 20px auto 0;
  opacity: 1;
  max-width: 590px;
}
#top .link-section a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#top .link-section a:hover img {
  -webkit-box-shadow: 0px 3px 17px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 17px -7px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  #top .newsList {
    max-width: 520px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
  #top .newsList li {
    font-size: 14px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #top .newsList .news-title {
    font-size: 22px;
  }
  #top .newsList .news-title::before,
  #top .newsList .news-title::after {
    width: 75px;
    height: 4px;
    background-size: 75px 4px;
  }
  #top .newsList .news-title_in {
    padding: 0 14px;
  }
  #top .newsList ul {
    margin-top: 20px;
  }
  #top .newsList li {
    text-align: left;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  #top .newsList li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border: 1px solid #acacac;
    border-left: none;
    border-right: none;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #top main .container {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 769px) {
  #top main #bottom_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top .link-section h2 {
    margin: auto;
    max-width: 275px;
  }
  #top .link-section a {
    margin-top: 15px;
  }
}
@font-face {
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Adobe Garamond Pro Regular"),
    url("../fonts/AGaramondPro/AGaramondPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Adobe Garamond Pro Bold"),
    url("../fonts/AGaramondPro/AGaramondPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Adobe Garamond Pro Semibold"),
    url("../fonts/AGaramondPro/AGaramondPro-Semibold.otf") format("opentype");
}
body {
  line-height: 1.7;
}

.font-mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-weight: bold !important;
}

.font-gothic {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  #top {
    padding-bottom: calc((72 / 375) * 100vw * 2 - 20px);
  }
}

.kadoma-content {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 1280px;
  /*  letter-spacing: 0.1em;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased; */
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .kadoma-content {
    min-width: auto;
    padding-top: 57px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  #top .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.color01 {
  color: #0092d9;
}

.color02 {
  color: #f6ab00;
}

.bg01 {
  background-color: #0092d9;
}

.bg02 {
  background-color: #f6ab00;
}

.mt0 {
  margin-top: 0 !important;
}

#btm_card {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -160px;
  z-index: 100;
}
#btm_card a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.sp_btn {
  display: none;
}

#btm_card img {
  height: 316px;
}

#btm_card a:hover {
  -webkit-filter: brightness(102%);
  filter: brightness(102%);
}

@media screen and (max-width: 520px) {
  #btm_card {
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 270px;
    z-index: 100;
    left: 0;
    right: 0;
  }
  #btm_card img {
    height: auto;
    width: 100%;
  }
  #btm_card a:hover {
    opacity: 1;
  }
  .sp_btn {
    display: block;
  }
  .pc_btn {
    display: none;
  }
}
.section-style01 {
  padding-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .section-style01 {
    padding-bottom: 38px;
  }
}
.section-style01 .c-title {
  font-family: "Adobe Garamond Pro", sans-serif;
  font-size: 94px;
  font-weight: 700;
  letter-spacing: 0.02em;
  /*   background: url('../img/top/backgound_title-blue.png') no-repeat center/contain;
  background-size: 100%; */
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  /*   height: 175px;
  width: 606px; */
}
.section-style01 .c-title .title-ja {
  font-size: 26px;
  letter-spacing: 0.32em;
}
@media screen and (max-width: 768px) {
  .section-style01 .c-title {
    font-size: 40px;
    color: #fff;
    gap: 12px;
    /*   height: 75px;
    width: 306px; */
  }
  .section-style01 .c-title img {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-style01 .c-title .title-ja {
    font-size: 14px;
  }
}
.section-style01 .c-inner .box-img {
  position: relative;
}
.section-style01 .c-inner .box-img .circle-left {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
  width: 167px;
  height: 167px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -43px;
  left: -51px;
}
.section-style01 .c-inner .box-img .circle-left_date {
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
}
.section-style01 .c-inner .box-img img {
  height: auto;
  width: 100%;
}
.section-style01 .c-inner .box-text .description {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.48;
  font-weight: 500;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.12em;
}
.section-style01 .c-inner .box-text .description p {
  font-size: 15px;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.12em;
}
.section-style01 .c-inner .box-text .description .p-concept {
  margin-top: 10px;
  letter-spacing: 0.01em;
}
.section-style01 .c-inner .box-text .text-big {
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.section-style01 .c-inner .box-text .text-big .num-b {
  font-size: 71px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .section-style01 .c-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -18px;
  }
  .section-style01 .c-inner .box-img {
    width: 43%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
  }
  .section-style01 .c-inner .box-text {
    width: 57%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-style01 .c-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-style01 .c-inner .box-img {
    margin-top: 40px;
  }
  .section-style01 .c-inner .box-text {
    margin-top: 0;
  }
  .section-style01 .c-inner .box-text {
    margin-top: 20px;
  }
  .section-style01 .c-inner .box-text .description {
    font-size: 14px;
    margin-top: 25px;
    letter-spacing: 0;
  }
  .section-style01 .c-inner .box-text .description p {
    font-size: 14px;
  }
  .section-style01 .c-inner .box-text .text-big {
    font-size: 24px;
  }
  .section-style01 .c-inner .box-text .text-big .num-b {
    font-size: 35px;
  }
  .section-style01 .c-inner .box-img .circle-left {
    font-size: 22px;
    width: 120px;
    height: 120px;
    top: -70px;
    left: 10px;
  }
  .section-style01 .c-inner .box-img .circle-left_date {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.company-info {
  position: relative;
}
.company-info::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 500px;
  background-color: #0092d9;
  left: 0;
  right: 0;
  z-index: -1;
}
.company-info .company-item {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .company-info .company-item {
    padding: 85px 0;
  }
}
.company-info .company-item .company-flex .text .com-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.company-info .company-item .company-flex .text .com-position__img {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 30px;
}
.company-info .company-item .company-flex .text .com-position__text {
  font-family: "Adobe Garamond Pro", sans-serif;
  font-size: 50px;
  letter-spacing: 0.02em;
  color: #fff;
}
.company-info .company-item .company-flex .text p {
  margin-top: 2rem;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}
.company-info .company-item .company-flex .text .btn-wrap {
  margin-top: 2rem;
}
.company-info .company-item .company-flex .text .btn-wrap .btn-m {
  width: 193px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.company-info .company-item .company-flex .img img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .company-info .company-item .company-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1.3rem;
  }
  .company-info .company-item .company-flex.rv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
  .company-info .company-item .company-flex.rv .text .com-position {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .company-info .company-item .company-flex.rv .text p {
    text-align: right;
  }
  .company-info .company-item .company-flex .text {
    width: 59%;
    padding: 0 1.3rem;
  }
  .company-info .company-item .company-flex .img {
    width: 41%;
    padding: 0 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .company-info .company-item .company-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
  .company-info .company-item .company-flex .text .com-position__img {
    padding: 10px 15px;
  }
  .company-info .company-item .company-flex .text .com-position__img img {
    width: 175px;
    height: auto;
  }
  .company-info .company-item .company-flex .text .com-position__text {
    font-size: 30px;
  }
  .company-info .company-item .company-flex .text p {
    margin-top: 1rem;
    font-size: 14px;
  }
  .company-info .company-item .company-flex .text .btn-wrap {
    margin-top: 2rem;
  }
  .company-info .company-item .company-flex .text .btn-wrap .btn-m {
    width: 153px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
  }
  .company-info .company-item .company-flex .img {
    margin-bottom: 20px;
  }
}
.company-info .company-item.laraport {
  background-color: #0393da;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
}
.company-info .company-item.laraport .btn-m {
  color: #0393da;
}
@media screen and (max-width: 768px) {
  .company-info .company-item.laraport {
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
    clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
  }
}
.company-info .company-item.mitsui-outletpark {
  background-color: #f6ab00;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 90%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 90%);
  margin-top: -65px;
}
.company-info .company-item.mitsui-outletpark .btn-m {
  color: #f6ab00;
}
@media screen and (max-width: 768px) {
  .company-info .company-item.mitsui-outletpark {
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 97%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 97%);
    margin-top: -45px;
  }
}

.shops .c-title {
  /*  background-image: url('../img/top/backgound_title-orange.png');
  background-size: 100%;
  width: 468px;
  height: 166px;

  @media screen and (max-width: 769px) {
      width: 238px;
      height: 86px;
  } */
}
@media screen and (max-width: 769px) {
  .shops .c-title img {
    max-width: 242px;
  }
}
.shops .c-inner .box-text .description {
  padding-left: 0;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .shops .c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.shops .shops-content {
  margin-top: 20px;
}

.shops .shops-content .shop-tabs .list-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shops .shops-content .shop-tabs .list-tabs .tabs-item {
  padding: 0 10px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shops .shops-content .shop-tabs .list-tabs .tabs-item {
    font-size: 15px;
    height: 65px;
    letter-spacing: 0;
    padding: 0 3px;
  }
}
.shops .shops-content .shop-detail .item01 .txt-more {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  font-family: "Adobe Garamond Pro", sans-serif;
  font-size: 26px;
  color: #4b4b4b;
}
@media screen and (max-width: 768px) {
  .shops .shops-content .shop-detail .item01 .txt-more {
    font-size: 20px;
  }
}
.shops .shops-content .shop-detail .top-text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  padding-bottom: 50px;
}
.shops .shops-content .shop-detail .top-text span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .shops .shops-content .shop-detail .top-text {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: left;
  }
  .shops .shops-content .shop-detail .top-text span {
    font-size: 13px;
  }
}
.shops .shops-content .shop-detail .shop-logo-text {
  position: relative;
  z-index: 1;
  font-size: 29px;
  font-weight: bold;
  font-family: "Adobe Garamond Pro", sans-serif;
  margin-top: 65px;
}
.shops .shops-content .shop-detail .shop-logo-text::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: -1;
}
.shops .shops-content .shop-detail .shop-logo-text span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  background-color: #fff;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #0093da;
}

.shops .shops-content .shop-detail .shop02 .shop-logo-text span {
  color: #f5a200;
}

@media screen and (max-width: 768px) {
  .shops .shops-content .shop-detail .shop-logo-text {
    font-size: 17px;
    margin-top: 50px;
  }
}
.shops .shops-content .shop-detail .list-text {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px 11px;
}
.shops .shops-content .shop-detail .list-text.flex-spa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.shops .shops-content .shop-detail .list-text .item {
  width: 188px;
  height: 88px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c9caca;
  color: #000000;
}
.shops .shops-content .shop-detail .list-text .item.item0 {
  background-color: transparent;
}
.shops .shops-content .shop-detail .list-text .item.item-w288 {
  width: 288px;
}
.shops .shops-content .shop-detail .list-text.has-w .item {
  min-width: calc(25% - 10px);
}
@media screen and (max-width: 768px) {
  .shops .shops-content .shop-detail .list-text {
    margin-top: 15px;
    gap: 10px;
  }
  .shops .shops-content .shop-detail .list-text .item {
    width: 188px;
    max-width: calc(50% - 10px);
    height: 65px;
    font-size: 14px;
  }
  .shops .shops-content .shop-detail .list-text .item img {
    max-width: 96px;
    height: 50px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .shops .shops-content .shop-detail .list-text .item.item-w180 {
    max-width: 180px;
  }
  .shops .shops-content .shop-detail .list-text .item.item-w180 img {
    max-width: 100%;
  }
  .shops .shops-content .shop-detail .list-text .item.-w288-sp {
    max-width: 60%;
  }
  .shops .shops-content .shop-detail .list-text .item.-w288-sp img {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .shops .shops-content .shop-detail .list-text.-item-2item {
    gap: 80px;
  }
  .shops .shops-content .shop-detail .list-text.-item-3item {
    gap: 80px;
  }
  .shops .shops-content .shop-detail .list-text.-item-3item2 {
    gap: 100px;
  }
  .shops .shops-content .shop-detail .list-text.-item-3item3 {
    gap: 70px;
  }
  .shops .shops-content .shop-detail .list-text .item-w30 {
    width: 30%;
  }
}
.shops .shops-content .shop-detail .shop-flex .shop-logo-text span {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .shops .shops-content .shop-detail .shop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
  }
  .shops .shops-content .shop-detail .shop-flex .flex-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
  }
  .shops .shops-content .shop-detail .shop-flex .flex-item.-item1 {
    width: 33%;
  }
  .shops .shops-content .shop-detail .shop-flex .flex-item.-item2 {
    width: 35%;
  }
  .shops .shops-content .shop-detail .shop-flex .flex-item.-item3 {
    width: 29%;
  }
}
.shops .shops-content .shop-detail .list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .shops .shops-content .shop-detail .list-img {
    margin-top: 25px;
    gap: 30px;
  }
  .shops .shops-content .shop-detail .list-img .item {
    max-width: calc(50% - 10px);
  }
  .shops .shops-content .shop-detail .list-img .item img {
    max-width: 96px;
    height: 65px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.shops .shops-content .shop-detail .list-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 125px;
  gap: 100px 0;
}
.shops .shops-content .shop-detail .list-brand .item {
  width: 33%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shops .shops-content .shop-detail .list-brand {
    margin-top: 45px;
    gap: 40px 20px;
  }
  .shops .shops-content .shop-detail .list-brand .item {
    width: calc(50% - 20px);
  }
  .shops .shops-content .shop-detail .list-brand .item img {
    max-width: 110px;
    height: 50px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .shops .shops-content .shop-detail .list-brand .item.w50 {
    width: 38%;
  }
}
.shops .shops-content .shop-detail .shop2-right {
  text-align: right;
  font-weight: bold;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .shops .shops-content .shop-detail .shop2-right {
    margin-top: 40px;
  }
}
.shops .shops-content .shops-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  background: #000000;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: unset;
}

.shops .shops-content .shops-btn:hover {
  color: #000000;
  background: #ffffff;
}

.shops .shops-content .shops-btn i {
  margin-left: 10px;
}

.shops .shops-content .shops-btn span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  display: block;
  align-items: center;
  text-align: center;
  color: inherit;
  text-decoration-line: none;
}

.shops .shops-content .shops-btn__link {
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.08em;
  color: #fff;
  width: 422px;
  max-width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  margin: auto;
  -webkit-box-shadow: 5px 5px 3px #adadad;
  box-shadow: 5px 5px 3px #adadad;
}
@media screen and (max-width: 769px) {
  .shops .shops-content .shops-btn {
    margin-top: 50px;
  }
  .shops .shops-content .shops-btn__link {
    font-size: 18px;
    width: 320px;
    height: 65px;
  }
}
.shops .shops-content .tabs__panel {
  display: none;
  opacity: 0;
  -webkit-transition: 3s opacity ease-out;
  transition: 3s opacity ease-out;
  padding: 40px 77px 10px 77px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-radius: 0px 100px 0px 0px;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .shops .shops-content .tabs__panel {
    border-width: 4px;
    padding: 35px 15px 40px 15px;
  }
}
.shops .shops-content .tabs__panel.js-active {
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  opacity: 1;
  display: block;
}
.shops .shops-content .tabs__panel.shop01 {
  border-color: #0093da;
}
.shops .shops-content .tabs__panel.shop01 .shop-logo-text {
  color: #0093da;
}
.shops .shops-content .tabs__panel.shop01 .shop-logo-text::after {
  background-color: #0093da;
}
.shops .shops-content .tabs__panel.shop02 {
  border-color: #f5a200;
  padding-bottom: 35px;
}
.shops .shops-content .tabs__panel.shop02 .shop-logo-text {
  color: #f5a200;
}
.shops .shops-content .tabs__panel.shop02 .shop-logo-text::after {
  background-color: #f5a200;
}

.shops .shops-content .tabs__panel .corner {
  width: 26px;
  height: 34px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -10px;
}
.shops .shops-content .tabs__panel .corner1 {
  left: -10px;
}
.shops .shops-content .tabs__panel .corner2 {
  right: -10px;
}
.shops .shops-content .tabs__nav .tabs-item {
  cursor: pointer;
}
.shops .shops-content .tabs__nav .tabs-item.shop01_tab {
  background-color: #000000;
  margin-right: 10px;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  height: 47px;
  margin-top: auto;
}
.shops .shops-content .tabs__nav .tabs-item.shop02_tab {
  background-color: #000000;
  margin-left: 10px;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  height: 47px;
  margin-top: auto;
}
.shops .shops-content .tabs__nav .tabs-item.js-active.shop01_tab {
  background: linear-gradient(143.05deg, #0093da 5.14%, #50c1f8 94.5%);
  font-size: 18px;
  height: 57px;
}
.shops .shops-content .tabs__nav .tabs-item.js-active.shop02_tab {
  background: linear-gradient(327.51deg, #f5a200 25.78%, #ffc451 96.46%);
  font-size: 18px;
  height: 57px;
}

@media screen and (max-width: 768px) {
  .concept-section .c-inner .box-img {
    margin-top: 100px;
  }
}

.recruit {
  padding-bottom: 135px;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .recruit {
    padding-bottom: 65px;
    margin-top: 30px;
  }
}
.recruit .c-title {
  /*   width: 584px;
  height: 159px; */
  font-size: 83px;
  /*   @media screen and (max-width: 769px) {
      width: 238px;
      height: 86px;
  } */
}
.recruit .c-title .title-ja {
  font-size: 22px;
}
.recruit .c-inner {
  margin-bottom: 84px;
}
.recruit .c-inner .box-text .description {
  padding-left: 0;
  margin-top: 32px;
  font-size: 30px;
}
.recruit .c-inner .box-img .circle-left {
  background: url("../img/top/grand-open_bg.png") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .recruit .c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recruit .c-inner .box-img {
    width: 49%;
  }
  .recruit .c-inner .box-text {
    width: 51%;
  }
}
@media screen and (max-width: 768px) {
  .recruit .c-inner {
    margin-bottom: 44px;
  }
  .recruit .c-inner .box-text .description {
    margin-top: 20px;
    font-size: 18px;
  }
  .recruit .c-inner .box-img {
    margin-top: 100px;
  }
}
.recruit .recruit-content .line-title {
  overflow: hidden;
  font-size: 25px;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.6176470588;
  font-weight: bold;
  text-align: center;
  padding: 9px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0092d9;
  position: relative;
}
.recruit .recruit-content .line-title::after {
  content: "";
  position: absolute;
  width: 60%;
  right: -10%;
  bottom: -10%;
  top: -10%;
  background-color: #f6ab00;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  z-index: 1;
}
.recruit .recruit-content .line-title p,
.recruit .recruit-content .line-title span {
  position: relative;
  z-index: 2;
}
.recruit .recruit-content .line-title.-line1::after {
  width: 62%;
}
.recruit .recruit-content .line-title.-line2 {
  background-color: #f6ab00;
}
.recruit .recruit-content .line-title.-line2::after {
  background-color: #0092d9;
}
@media screen and (min-width: 769px) {
  .recruit .recruit-content .line-title.-line1 .p1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-content .line-title {
    font-size: 15px;
    letter-spacing: 0;
  }
  .recruit .recruit-content .line-title .line-color2 {
    display: block;
  }
  .recruit .recruit-content .line-title.-line1 {
    padding: 0;
    /*  .line-color1{
        background-color: $color01;
    }
    .line-color2{
        background-color: $color02;

    } */
  }
  .recruit .recruit-content .line-title.-line1 span {
    display: block;
    line-height: 2.5;
    padding: 0 0;
  }
  .recruit .recruit-content .line-title.-line1::after {
    /*  width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48%;
    transform: none;
    top: inherit; */
    width: 60%;
  }
}
.recruit .recruit-content .list-recruit {
  margin-top: 90px;
  margin-bottom: 124px;
}
.recruit .recruit-content .list-recruit .item:not(:last-child) {
  margin-bottom: 90px;
}
.recruit .recruit-content .list-recruit .item .text p {
  font-size: 16px;
  line-height: 1.5625;
  margin-bottom: 15px;
  font-weight: 500;
}
.recruit .recruit-content .list-recruit .item .text .ttl-txt {
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 32px;
}
.recruit .recruit-content .list-recruit .item .text p.small {
  font-weight: 500;
}
.recruit .recruit-content .list-recruit .item .text p.p-list {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recruit .recruit-content .list-recruit .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  .recruit .recruit-content .list-recruit .item .img {
    width: 42%;
    padding: 0 15px;
  }
  .recruit .recruit-content .list-recruit .item .text {
    width: 58%;
    padding-right: 15px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .recruit .recruit-content .list-recruit {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-content .list-recruit {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .recruit .recruit-content .list-recruit .item:not(:last-child) {
    margin-bottom: 35px;
  }
  .recruit .recruit-content .list-recruit .item .text p {
    font-size: 14px;
  }
  .recruit .recruit-content .list-recruit .item .text .ttl-txt {
    font-size: 20px;
  }
  .recruit .recruit-content .list-recruit .item .text p.p-list {
    font-size: 14px;
  }
}
.recruit .recruit-content .p2 {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-content .p2 {
    margin-top: 30px;
    font-size: 16px;
  }
}
.recruit .recruit-content .time-meeting {
  margin-top: 50px;
}
.recruit .recruit-content .time-meeting .item {
  border: 3px solid #0092d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit .recruit-content .time-meeting .item p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3181818182;
}
.recruit .recruit-content .time-meeting .item .text-ttl {
  letter-spacing: 1em;
  text-align: center;
  background-color: #0092d9;
  width: 120px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
}
.recruit .recruit-content .time-meeting .item .text-cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 16px 0;
  padding-left: 15px;
}
.recruit .recruit-content .time-meeting .item .text-cnt p {
  letter-spacing: 0.02em;
}
.recruit .recruit-content .time-meeting .item .text-cnt .nd {
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  background-color: #231815;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-content .time-meeting {
    margin-top: 30px;
  }
  .recruit .recruit-content .time-meeting .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .recruit .recruit-content .time-meeting .item p {
    font-size: 14px;
  }
  .recruit .recruit-content .time-meeting .item .text-ttl {
    width: 90px;
  }
}
@media screen and (min-width: 769px) {
  .recruit .recruit-content .time-meeting {
    margin-left: 60px;
    margin-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recruit .recruit-content .time-meeting .item {
    width: calc(50% - 30px);
  }
}
.recruit .recruit-content .re-bottom {
  margin-top: 50px;
}
.recruit .recruit-content .re-bottom p {
  font-size: 17px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.recruit .recruit-content .re-bottom .btn-b {
  margin-top: 45px;
}
.recruit .recruit-content .re-bottom .btn-link {
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 17px;
  width: 193px;
  height: 54px;
  line-height: 54px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6ab00;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.recruit .recruit-content .re-bottom .btn-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .recruit .recruit-content .re-bottom {
    margin-top: 20px;
  }
  .recruit .recruit-content .re-bottom p {
    font-size: 14px;
    line-height: 1.7;
  }
  .recruit .recruit-content .re-bottom .btn-b {
    margin-top: 20px;
  }
  .recruit .recruit-content .re-bottom .btn-link {
    width: 153px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
  }
}

.line-section {
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: url(../img/top/line-space.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 198px 19px;
}
@media screen and (max-width: 768px) {
  .line-section {
    padding-top: 50px;
    padding-bottom: 75px;
    background-size: 100px 9px;
  }
}

.access {
  background-color: #f3f0e7;
  padding-top: 100px;
  padding-bottom: 45px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
.access .access-title {
  font-size: 96px;
  font-family: "Adobe Garamond Pro", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.access .access-title span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-left: 25px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .access .access-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .access .access-title span {
    font-size: 18px;
    margin-left: 15px;
  }
}
.access p {
  font-size: 20px;
  line-height: 1.3636363636;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.access .access-top-text {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.5161290323;
}
.access .flex-center {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.access .flex-center p {
  margin-bottom: 0;
}
.access .maps {
  margin-top: 23px;
}
.access .maps .item .img {
  border: 2px solid #707070;
}
.access .train-tutorial {
  margin-top: 28px;
}
.access .train-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
  position: relative;
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  /*   &::before,
  &::after {
      content: "";
      position: absolute;
      top: 4px;
      bottom: 4px;
      background-color: $color01;
      width: 3px;
      transform-origin: bottom;
  }

  &::before {
      left: 0;
      transform: rotate(-15deg);
  }

  &::after {
      right: 0;
      transform: rotate(15deg);
  } */
}
.access .train-title .txt {
  color: #0092d9;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4705882353;
}
.access .train-title img {
  /*    position: relative;
  top: -5px; */
}
@media screen and (min-width: 768px) {
  .access .maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -21px;
  }
  .access .maps .item {
    width: 50%;
    padding: 0 21px;
  }
}
@media screen and (max-width: 768px) {
  .access p {
    font-size: 14px;
  }
  .access .access-top-text {
    font-size: 14px;
  }
  .access .maps .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .access .train-title {
    gap: 10px;
    margin-top: 35px;
    padding: 0 10px;
  }
  .access .train-title .txt {
    font-size: 17px;
    letter-spacing: 0;
  }
}

.intro-foot {
  margin-top: 100px;
}
.intro-foot .text {
  font-size: 16px;
  line-height: 1.7777777778;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .intro-foot {
    margin-top: 55px;
  }
  .intro-foot .text {
    font-size: 13px;
    padding-top: 35px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .nav_bg {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    z-index: 250;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }
  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .ttl-concept {
    max-width: 450px;
  }
  .ttl-shops {
    max-width: 400px;
  }
}
.text-link {
  margin-top: 35px;
}
.text-link p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .text-link p {
    font-size: 13px;
  }
}
.text-link.mt0 {
  margin-top: 0;
}

.time-comment {
  color: red;
}

@media screen and (min-width: 768px) {
  .time-comment {
    padding: 13px 0;
    color: red;
  }
}

@media screen and (max-width: 768px) {
  .time-comment {
    padding: 9px 0;
  }
}

.side-bar {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .side-bar {
    width: 81px;
    top: 170px;
    right: -1px;
  }

  .multiple-items {
    margin-top: 25px;
  }

  .multiple-items .slick-arrow {
    color: black;
  }
}

@media screen and (max-width: 768px) {
  .side-bar {
    bottom: -1px;
    width: 100%;
  }
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.yugothic {
  font-family: "Yu Gothic Pr6N", sans-serif;
}

.saishinjoho {
  font-family: "Yu Gothic Pr6N", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  margin-top: 15px;
}

.tiny-circle {
  background-color: white;
  width: 29.29px;
  height: 29.29px;
  border-radius: 15px;
}

.shop-tabs {
  width: 860px;
}

.div-top-relative {
  width: 100%;
  background-color: transparent;
  position: unset;
  overflow: hidden;
  margin-top: 100px;
}

.div-concept-absolute {
  border: solid 3px #f5a200;
  border-radius: 200px 0px 0px 0px;
  margin-left: calc((100vw - var(--min-width)) / 2 - 193px);
  position: relative;
  background-color: white;
  z-index: 2;
  border-right: 0px;
  margin-top: 200px;
  padding-bottom: 100px;
}

.div-concept-bottom-absolute {
  height: 35px;
  border: solid 3px #0093da;
  border-right: 0px;
  border-top: 0px;
  margin-left: calc((100vw - var(--min-width)) / 2 - 130px);
  position: relative;
  z-index: 2;
  background-color: white;
}

.div-mid-relative {
  width: 100%;
  background-color: #f6f0e0;
  position: unset;
  margin-top: -150px;
  overflow: hidden;
  padding-top: 300px;
}

.div-dot-1-absolute {
  height: 200px;
  width: 200px;
  position: relative;
  display: grid;
  left: 1553px;
  top: -180px;
}

.gird-row-1 {
  grid-row: 1;
}

.gird-row-2 {
  grid-row: 2;
}

.gird-row-3 {
  grid-row: 3;
}

.gird-row-4 {
  grid-row: 4;
}

.gird-row-5 {
  grid-row: 5;
}

.gird-column-1 {
  grid-column: 1;
}

.gird-column-2 {
  grid-column: 2;
}

.gird-column-3 {
  grid-column: 3;
}

.gird-column-4 {
  grid-column: 4;
}

.gird-column-5 {
  grid-column: 5;
}

.div-circle-1-absolute {
  height: 1375px;
  width: 1375px;
  border-radius: 688px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  left: 949px;
  top: 150px;
}

.div-pickup-absolute {
  border: solid 0px #f5a200;
  border-radius: 0px 200px 0px 0px;
  box-shadow: 4px -4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: white;
  margin-right: calc((100vw - var(--min-width)) / 2 - 193px);
  padding-bottom: 100px;
  margin-top: -6200px;
}

.div-dot-2-absolute {
  height: 200px;
  width: 200px;
  position: relative;
  display: grid;
  left: 226px;
  top: -365px;
}

.div-circle-2-absolute {
  height: 1396px;
  width: 1396px;
  border-radius: 698px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  left: -400px;
  top: 500px;
}

.div-dot-3-absolute {
  height: 200px;
  width: 200px;
  position: relative;
  display: grid;
  left: 222px;
  top: 1538px;
}

.div-circle-3-absolute {
  height: 1678px;
  width: 1678px;
  border-radius: 839px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 600px;
  top: 1000px;
  position: relative;
}

.div-shop-list-absolute {
  border: solid 0px #f5a200;
  border-radius: 200px 0px 0px 0px;
  box-shadow: -4px -4px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: white;
  margin-left: calc((100vw - var(--min-width)) / 2 - 193px);
  margin-top: 150px;
  padding-bottom: 100px;
}

.div-circle-4-absolute {
  height: 988px;
  width: 988px;
  border-radius: 494px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 50px;
  top: 1050px;
  position: relative;
}

.div-gourmet-absolute {
  border: solid 0px #f5a200;
  border-radius: 0px 200px 0px 0px;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: white;
  margin-right: calc((100vw - var(--min-width)) / 2 - 193px);
  margin-top: 150px;
  padding-bottom: 145px;
}

.div-special-absolute {
  width: 100%;
  position: relative;
  background-color: transparent;
  text-align: center;
  padding-bottom: 200px;
  padding-top: 200px;
}

.div-dot-4-absolute {
  height: 200px;
  width: 200px;
  position: relative;
  display: grid;
  left: 1525px;
  top: 539px;
}
.div-dot-5-absolute {
  height: 200px;
  width: 200px;
  position: absolute;
  display: grid;
  left: -45px;
  top: -43px;
}
.div-bottom-relative {
  width: 100%;
  background-color: #f6f0e0;
  position: unset;
}

.div-recruit-absolute {
  border: solid 0px #f5a200;
  border-radius: 200px 0px 0px 0px;
  box-shadow: -4px -4px 25px rgb(0 0 0 / 10%);
  background-color: white;
  margin-left: calc((100vw - var(--min-width)) / 2 - 193px);
  position: relative;
  padding-bottom: 100px;
}

#top main div.container-left {
  margin-left: 183px;
}

#top main div.container-right {
  margin-left: calc((100vw - var(--min-width)) / 2);
}

#top main div.container-mid {
  margin: auto;
  margin-left: calc((100vw - var(--min-width)) / 2);
  max-width: 1000px;
}

/* @media screen and (min-width: 769px) and (max-width: 1040px) {
  #top main div.container-right {
    margin-left: calc((100vw - var(--min-width))/2 - 40px);
    padding-left: 40px;
}

  #top main div.container-mid {
    margin-left: calc((100vw - var(--min-width))/2 - 40px);
    padding-left: 40px;
  }
} */

.gourmet-title-1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  background: linear-gradient(327.51deg, #f5a200 25.78%, #ffc451 96.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 100px;
}

.gourmet-title-2 {
  margin-top: 30px;
}

.gourmet-title-3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 52px;
  margin-top: 50px;
  color: #444343;
}

.gourmet-content-1 {
  display: grid;
  grid-template-columns: 600px;
  margin-top: 50px;
}

.gourmet-content-2 {
  display: grid;
  grid-template-columns: calc(100% - 600px);
  margin-top: 100px;
}

.gourmet-content-item {
  margin-top: 100px;
}
.gourmet-content-title__new {
  margin-bottom: 30px;
}
.gourmet-content-title__new span {
  font-family: "Open Sans";
  color: #f20000;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 120px;
  height: 56px;
  border: 3px solid #f20000;
  border-radius: 30px;
}
.gourmet-content-1 .gourmet-content-title__new {
  margin-left: 50px;
}
.gourmet-content-title-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #ffffff;
  background: linear-gradient(327.51deg, #f5a200 25.78%, #ffc451 96.46%);
  width: fit-content;
  padding: 5px 10px;
  margin-left: 50px;
}

.gourmet-content-content-1 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-left: 50px;
  margin-top: 30px;
}

.gourmet-content-detail-1 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-left: 50px;
  margin-top: 30px;
}

.gourmet-content-detail-1 a,
.gourmet-content-detail-2 a {
  text-decoration: none;
  display: -webkit-box;
}

.div-gourmet-absolute .fa-arrow-right:hover::before {
  color: #000000;
  background: #ffffff;
}

.gourmet-content-detail-1 i {
  margin-left: 20px;
}

.gourmet-content-detail-2 i {
  margin-left: 20px;
}

.gourmet-content-title-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #ffffff;
  background: linear-gradient(327.51deg, #f5a200 25.78%, #ffc451 96.46%);
  width: fit-content;
  padding: 5px 10px;
  margin-right: 50px;
}

.gourmet-content-content-2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-right: 50px;
  margin-top: 30px;
}

.gourmet-content-detail-2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-right: 50px;
  margin-top: 30px;
}

.gourmet-content-3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 143px;
  border: 1px solid #444343;
  box-sizing: border-box;
  width: 1000px;
  height: 60px;
  margin-top: 80px;
  text-align: center;
}

.gourmet-content-3-bold {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 51px;
}

.gourmet-content-3-normal {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-left: 15px;
  color: #444343;
}

.recruit-title-1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 109px;
  background: linear-gradient(327.51deg, #f5a200 25.78%, #ffc451 96.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 100px;
}

.recruit-title-2 {
  font-family: "Yu Gothic Pr6N", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
}

.recruit-content-1 {
  display: grid;
  grid-template-columns: 600px;
  margin-top: 50px;
}

.recruit-content-1 img {
  border-radius: 0px 100px 0px 0px;
}

.recruit-content-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  padding-left: 60px;
}

.recruit-content-content {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding-left: 60px;
  margin-top: 20px;
}

.recruit-content-2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #acacac;
  max-width: 1000px;
}

.recruit-content-3 {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #acacac;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 72px 160px;
}

.recruit-content-3 .gird-column-1 {
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  width: 72px;
  height: 24px;

  border-radius: 7px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
}

.recruit-content-3 .gird-column-2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.recruit-content-3 .gird-column-3 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

.recruit-content-3-backgroud-color-1 {
  background: #ababab;
}

.recruit-content-3-backgroud-color-2 {
  background: #f5a200;
}

.recruit-content-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  background: #000000;
  border-radius: 50px;
  margin-top: 40px;
  text-align: center;
  color: white;
  text-decoration: none;
  border: solid 1px black;
}

.recruit-content-4:hover {
  color: black;
  background-color: white;
}

.recruit-content-4 span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  align-items: center;
  text-align: center;
  color: inherit;
}

.recruit-content-4 span i {
  margin-left: 10px;
}
.special-title-1 {
  display: flex;
  align-items: center;
}
.special-title-1 .special-title-1__txt {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 109px;
  text-align: left;
  background: linear-gradient(143.05deg, #0093da 5.14%, #50c1f8 94.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.special-title-1 .gourmet-content-title__new {
  margin-bottom: 0;
  margin-left: 30px;
  margin-top: 8px;
}

.special-title-2 {
  text-align: left;
  margin-top: 10px;
}

.special-content {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 30px;
}

.special-content .gird-column-1 {
  padding-right: 10px;
}

.special-content .gird-column-2 {
  padding-left: 10px;
}
.special-content .item3 {
  margin-top: 20px;
}

.concept-title-1 {
  margin-top: 110px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 73px;
  line-height: 116px;
  background: linear-gradient(143.05deg, #0093da 5.14%, #50c1f8 94.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.concept-title-2 {
  margin-top: 0px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 73px;
  line-height: 116px;
  background: linear-gradient(327.51deg, #f5a200 25.78%, #ffc451 96.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.concept-content {
  margin-top: 60px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 48px;
  letter-spacing: 0.05em;
}

.pickup-title-1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 109px;
  background: linear-gradient(327.51deg, #f5a200 25.78%, #ffc451 96.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 100px;
}

.pickup-title-2 {
  margin-top: 10px;
}

.pickup-content {
  margin-top: 40px;
  padding-right: 0px;
}

.pickup-content video {
  width: 100%;
  height: 100%;
}

.pickup-detail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px 40px;
  background: #000000;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  align-items: center;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #000000;
}

.pickup-detail a:hover {
  color: #000000;
  background: #ffffff;
  opacity: 1;
}

.pickup-detail i {
  margin-left: 10px;
  height: 1em;
  font-size: 18px;
  margin-top: -6px;
  vertical-align: middle;
}

.new-list-title-1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 109px;
  background: linear-gradient(143.05deg, #0093da 5.14%, #50c1f8 94.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-list-title-2 {
  border-bottom: 1px solid #acacac;
  margin-top: 10px;
  padding-bottom: 40px;
}

.new-list-content {
  display: grid;
  grid-template-columns: 100px calc(100% - 100px) 50px;
  border-bottom: 1px solid #acacac;
  padding-top: 30px;
  padding-bottom: 30px;
}

.new-list-content .gird-column-1 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #5e5e5e;
}

.new-list-content .gird-column-2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  padding-left: 26px;
}

.new-list-content .gird-column-2 a {
  text-decoration: none;
}

.new-list-content .gird-column-3 {
  font-size: 26px;
  text-align: right;
  margin-top: -1em;
  width: fit-content;
  margin-left: 830px;
}

#top .slide-top-2 {
  display: grid;
  grid-template-columns: calc(33.33% - 15px) calc(33.33% + 30px) calc(
      33.33% - 15px
    );
  margin-top: 25px;
}

#top .slide-top-2 .gird-column-2 {
  padding-right: 23px;
  padding-left: 23px;
}

#top .slide-top-2 .gird-column-3 {
  position: relative;
}

#top .slide-top-2 .gird-column-3 div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff008a;
  width: 229px;
  height: 68px;
  padding-top: 40px;
}

.shop-list-title-1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 109px;
  background: linear-gradient(143.05deg, #0093da 5.14%, #50c1f8 94.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 100px;
}

.shop-list-title-2 {
  margin-top: 10px;
}

.shop-detail-gird {
  display: grid;
  grid-template-columns: calc(33.33% - 12px) calc(33.33% + 28px) calc(
      33.33% - 12px
    );
  margin-top: 40px;
}

.shop-detail-gird .gird-column-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.shop-detail-gird div {
  border: 1px solid #bebebe;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px; */
  height: 120px;
}

.shop-detail-gird .gird-row-2,
.shop-detail-gird .gird-row-3,
.shop-detail-gird .gird-row-4,
.shop-detail-gird .gird-row-5 {
  margin-top: 23px;
}

.shop-detail .item01 {
  padding-bottom: 60px;
}

.shop-detail-gird-2-cloumn {
  display: grid;
  grid-template-columns: calc(50% - 35px) 70px calc(50% - 35px);
}

.shop-detail-gird-2-cloumn .gird-row-2 {
  border: 1px solid #bebebe;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 120px;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 40px;
}

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

.normal-arrow::before {
  left: 2px;
  width: 9px;
  height: 3px;
  background: white;
}

.normal-arrow::after {
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inside-arrow {
  border: solid 3px;
  color: transparent;
  border-color: black;
  padding-left: 7px;
  border-radius: 25px;
  padding-right: 17px;
  padding-top: 5px;
  background: black;
  padding-bottom: 10px;
  margin-left: 10px;
}

.sp-only {
  display: none;
}

.new-list-content .gird-column-2 .new {
  color: #ff495f;
}

.shop-detail-gird div.no-padding-no-border,
.shop-detail-gird-2-cloumn div.no-padding-no-border {
  padding: unset;
  /* border: none; */
}

.shop-detail-gird div.no-padding-no-border img {
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.new-list-content .fa-arrow-right:before {
  color: #000000;
  border-radius: 21px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
  border: solid #000000 3px;
  vertical-align: middle;
}

.new-list-content .fa-arrow-right:hover:before {
  background: #000000;
  color: #ffffff;
}

.div-gourmet-absolute .fa-arrow-right:before {
  color: #ffffff;
  border-radius: 21px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border: solid #000000 3px;
  background: #000000;
}

.concept-title-1 span,
.concept-title-2 span {
  margin-left: -35px;
}

.div-bottom-relative-bottom {
  height: 370px;
  width: 100%;
  background: white;
  margin-top: -270px;
}

@media screen and (max-width: 768px) {
  :root {
    --min-width: 100vw;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none !important;
  }

  #top .slide-top-2 .gird-column-3 div {
    width: unset;
  }

  .div-top-relative {
    margin-top: 40px;
  }

  .new-list-title-1 {
    font-size: 40px;
    line-height: 54px;
  }

  .new-list-title-2 {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .new-list-content {
    padding-top: 14px;
    padding-bottom: 14px;
    grid-template-columns: 60px calc(100% - 130px) 70px;
  }

  .new-list-content .gird-column-1 {
    font-size: 10px;
    line-height: 14px;
    margin: auto;
    margin-left: 0px;
  }

  .new-list-content .gird-column-2 {
    font-size: 11px;
    line-height: 16px;
    width: 235px;
  }

  .new-list-content .gird-column-2 a {
    display: -webkit-box;
  }

  .new-list-content .gird-column-3 {
    font-size: 20px;
    margin-top: -4px;
    margin-left: 40px;
  }

  .div-concept-absolute {
    border: solid 2px #f5a200;
    border-radius: 70px 0px 0px 0px;
    border-right: none;
    margin-left: 20px;
    margin-top: 90px;
    padding-bottom: 50px;
  }

  #top main div.container-left {
    margin-left: 0px;
  }

  .concept-title-1 {
    margin-top: 60px;
    font-size: 33px;
    line-height: 48px;
  }

  .concept-title-2 {
    font-size: 33px;
    line-height: 48px;
  }

  .concept-content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 175%;
    padding-right: 0px;
  }

  .div-concept-bottom-absolute {
    height: 15px;
    border: solid 2px #0093da;
    border-top: 0px;
    border-right: none;
    margin-left: 40px;
  }

  .div-pickup-absolute {
    width: 100%;
    right: 0px;
    border-radius: 0px 70px 0px 0px;
    padding-bottom: 50px;
    margin-top: -1670px;
    margin-right: 0;
    padding: 0;
  }

  #top main div.container-right {
    padding-right: 20px;
  }

  .pickup-title-1 {
    font-size: 40px;
    line-height: 54px;
    padding-top: 50px;
  }

  .pickup-title-2 {
    font-size: 14px;
    line-height: 28px;
  }

  .pickup-content {
    height: calc(60vw - 24px);
  }

  .pickup-detail {
    height: 130px;
    width: calc(100% - 0px);
  }

  .gird-row-1-sp {
    grid-row: 1;
  }

  .gird-row-2-sp {
    grid-row: 2;
  }

  .gird-row-3-sp {
    grid-row: 3;
  }

  .gird-row-4-sp {
    grid-row: 4;
  }

  .gird-row-5-sp {
    grid-row: 5;
  }

  .gird-row-6-sp {
    grid-row: 6;
  }

  .gird-row-7-sp {
    grid-row: 7;
  }

  .gird-row-8-sp {
    grid-row: 8;
  }

  .gird-column-1-sp {
    grid-column: 1;
  }

  .gird-column-2-sp {
    grid-column: 2;
  }

  .gird-column-3-sp {
    grid-column: 3;
  }

  .gird-column-4-sp {
    grid-column: 4;
  }

  .gird-column-5-sp {
    grid-column: 5;
  }

  .div-gourmet-absolute {
    margin-right: 0px;
    border-radius: 0px 70px 0px 0px;
    margin-top: 100px;
    padding-bottom: 50px;
  }

  .gourmet-title-1 {
    font-size: 40px;
    line-height: 54px;
    padding-top: 50px;
  }

  .gourmet-title-2 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    padding-right: 0px;
  }

  .gourmet-title-3 {
    font-size: 30px;
    line-height: 41px;
    margin-top: 20px;
  }

  .gourmet-content-1 {
    grid-template-columns: 100%;
    margin-top: 20px;
    padding-right: 0px;
  }

  .gourmet-content-title-1 {
    font-size: 22px;
    text-align: left;
    line-height: 1.46;
    padding: 5px 12px;
    margin-left: 0px;
    margin-top: 20px;
  }

  .gourmet-content-content-1 {
    font-size: 14px;
    line-height: 200%;
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
  }

  .gourmet-content-detail-1 {
    margin-left: 0px;
    font-size: 14px;
  }

  .inside-arrow {
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 8px;
  }

  .gourmet-content-2 {
    grid-template-columns: 100%;
    margin-top: 50px;
    padding-right: 0px;
  }

  .gourmet-content-title-2 {
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.46;
    padding: 5px 12px;
  }

  .gourmet-content-content-2 {
    font-size: 14px;
    margin-top: 20px;
    margin-right: 0;
  }

  .gourmet-content-3 {
    width: calc(100% - 0px);
    margin-right: unset;
    position: unset;
  }
  .gourmet-content-item {
    margin-top: 50px;
  }
  .gourmet-content-item1 {
    margin-top: 20px;
  }
  .gourmet-content-title__new {
    margin-top: 15px;

    margin-bottom: 15px;
  }
  .gourmet-content-title__new span {
    font-size: 22px;
    width: 86px;
    height: 42px;
  }
  .special-title-1 .gourmet-content-title__new {
    margin-left: 20px;
  }
  .gourmet-content-1 .gourmet-content-title__new {
    margin-left: 0;
  }
  .gourmet-content-3-bold {
    font-size: 22px;
  }

  .gourmet-content-3-normal {
    font-size: 16px;
  }

  .div-special-absolute {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .special-title-1 .special-title-1__txt {
    font-size: 40px;
    line-height: 54px;
  }

  .special-title-2 {
    font-size: 14px;
    line-height: 28px;
  }

  .special-content {
    margin-top: 15px;
    grid-template-columns: 100%;
  }

  .special-content .gird-column-2 {
    margin-left: 0px;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .div-mid-relative {
    padding-top: 250px;
  }

  .div-bottom-relative {
  }

  .div-recruit-absolute {
    border-radius: 70px 0px 0px 0px;
    margin-left: 0px;
    padding-bottom: 50px;
  }

  .recruit-title-1 {
    font-size: 40px;
    line-height: 54px;
    padding-top: 50px;
  }

  .recruit-content-1 {
    margin-top: 20px;
    grid-template-columns: 100%;
  }

  .recruit-content-1 img {
    border-radius: 0px 50px 0px 0px;
  }

  .recruit-content-title {
    font-size: 16px;
    line-height: 23px;
    font-size: 16px;
    line-height: 23px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
  }

  .recruit-content-content {
    font-size: 14px;
    line-height: 200%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .recruit-content-2 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 40px;
    padding-bottom: 15px;
  }

  .recruit-content-3 {
    grid-template-columns: 72px;
    padding-bottom: 15px;
  }

  .recruit-content-3 .gird-row-2-sp {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit-content-3 .gird-column-2 {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    padding-left: 20px;
  }

  .recruit-content-4 {
    width: 100%;
    margin-top: 25px;
    height: 50px;
  }

  .div-shop-list-absolute {
    width: 100%;
    border-radius: 70px 0px 0px 0px;
    margin-left: 0px;
    margin-top: 100px;
    padding-bottom: 50px;
  }

  .shop-list-title-1 {
    font-size: 40px;
    line-height: 125%;
    padding-top: 50px;
  }

  .shop-list-title-2 {
    font-size: 14px;
    line-height: 28px;
  }

  .shop-tabs {
    width: 100%;
  }

  .shops .shops-content .tabs__panel {
    width: unset;
  }

  .shops .shops-content .tabs__nav .tabs-item.js-active.shop01_tab {
    font-size: 14px;
    line-height: 125%;
    margin-right: 0px;
  }

  .shops .shops-content .tabs__nav .tabs-item.shop01_tab {
    font-size: 12px;
    line-height: 125%;
    margin-right: 0px;
  }

  .shops .shops-content .tabs__nav .tabs-item.js-active.shop02_tab {
    font-size: 14px;
    line-height: 125%;
    margin-right: 0px;
  }

  .shops .shops-content .tabs__nav .tabs-item.shop02_tab {
    font-size: 12px;
    line-height: 125%;
    margin-right: 0px;
  }

  .shops .shops-content .tabs__panel.shop01 {
    border-radius: 0px 0px 0px 0px;
    border-width: 2px;
  }

  .shops .shops-content .tabs__panel.shop02 {
    border-radius: 0px 0px 0px 0px;
    border-width: 2px;
  }

  .shop-detail-gird {
    grid-template-columns: 50% 50%;
    margin-top: 15px;
  }

  .shops .shops-content .tabs__panel {
    padding-top: 25px;
  }

  .shops .shops-content .shop-detail .top-text {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0px;
  }

  .shops .shops-content .shop-detail .shop-logo-text span {
    font-size: 18px;
    line-height: 27px;
    padding: 10px;
  }

  .shop-detail-gird div {
    height: calc(((100vw - 75px) * 0.223));
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .shop-detail-gird div img {
    max-height: calc(((100vw - 75px) * 0.223) - 20px);
    width: auto;
  }

  .shop-detail-gird .gird-column-1-sp {
    margin-left: 0px;
    margin-right: 5px;
  }

  .shop-detail-gird .gird-column-2-sp {
    margin-left: 7px;
    margin-right: 0px;
  }

  .shop-detail-gird .gird-row-2-sp,
  .shop-detail-gird .gird-row-3-sp,
  .shop-detail-gird .gird-row-4-sp,
  .shop-detail-gird .gird-row-5-sp,
  .shop-detail-gird .gird-row-6-sp,
  .shop-detail-gird .gird-row-7-sp,
  .shop-detail-gird .gird-row-8-sp {
    margin-top: 15px;
  }

  .shop-detail .item01 {
    padding-bottom: 35px;
  }

  .shop-detail-gird-1-column {
    grid-template-columns: 25% 50% 25%;
  }

  .shop-detail-gird-1-column .gird-column-2-sp {
    margin-left: 7px;
    margin-right: 7px;
  }

  .shops .shops-content .shop-detail .shop-logo-text span.shop-text-long {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .shops .shops-content .tabs__panel {
    padding-bottom: 0px;
  }

  .shops .shops-content .shops-btn {
    margin-right: 0px;
    margin-top: 30px;
  }

  #slide .slider img {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 20px;
  }

  #slide .slider .slick-next {
    right: 40px;
    margin-top: 7px;
  }

  #slide .slider .slick-prev {
    z-index: 2;
    margin-top: 7px;
    left: 23px;
  }

  .tiny-circle {
    background-color: white;
    width: 8.09px;
    height: 8.09px;
    border-radius: 4px;
  }

  .div-circle-1-absolute {
    left: 149px;
    top: -200px;
    height: 379px;
    width: 379px;
    border-radius: 190px;
  }

  .div-circle-2-absolute {
    left: -180px;
    top: 10px;
    height: 386px;
    width: 386px;
    border-radius: 193px;
  }

  .div-circle-3-absolute {
    left: 100px;
    top: 2550px;
    height: 463px;
    width: 463px;
    border-radius: 231px;
  }

  .div-circle-4-absolute {
    left: -200px;
    top: 3700px;
    height: 386px;
    width: 386px;
    border-radius: 190px;
  }

  .div-dot-3-absolute {
    width: 56.64px;
    height: 56.64px;
    left: -20px;
    top: 2640px;
  }

  .new-list-content .fa-arrow-right:before {
    color: #000000;
    border-radius: 15px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    border: solid #000000 2px;
  }

  .div-gourmet-absolute .fa-arrow-right:before {
    color: #ffffff;
    border-radius: 50%;
    padding: 10px 11px;
    font-size: 13px;
    border: solid #000000 3px;
    background: #000000;
  }

  .concept-title-1 span,
  .concept-title-2 span {
    margin-left: -15px;
  }

  .special-content .gird-column-1,
  .special-content .gird-column-2 {
    padding-right: 0px;
  }

  .div-bottom-relative-bottom {
    height: 150px;
    width: 100%;
    background: white;
    margin-top: -100px;
  }
}

/* @media screen and (min-width: 769px) and (max-width: 1000px) {
  #top main div.container-mid {
    margin-left: 0px;
  }

  #top main div.container-left {
    margin-left: calc(193px - (100vw - var(--min-width))/2);
  }

  #top main div.container-right {
    margin-left: 0px;
  }

  .div-concept-absolute {

  }
} */

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #top main div.container-mid {
    margin-left: 5px;
  }

  #top main div.container-left {
    margin-left: calc(193px - (100vw - var(--min-width)) / 2 + 5px);
  }

  #top main div.container-right {
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-detail a {
    width: 100%;
    font-size: 19px;
    padding: 15px;
  }

  .pickup-detail i {
    font-size: 16px;
    margin-top: -3px;
  }

  #top main div.container-mid {
    /* margin-left: 0;
    padding-left: 20px; */
  }
}

.dummy-yoko {
  margin-top: 20px;
}
.slick-arrow-left {
  position: absolute;
  left: 30px;
  top: 20vw;
  cursor: pointer;
}
.slick-arrow-right {
  position: absolute;
  right: 30px;
  top: 20vw;
  cursor: pointer;
}

.slick-arrow-left .fa-arrow-left:before {
  color: #ffffff;
  border-radius: 21px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px;
  background: #000000;
}

.slick-arrow-right .fa-arrow-right:before {
  color: #ffffff;
  border-radius: 21px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px;
  background: #000000;
}
.slide-top {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .slick-arrow-left,
  .slick-arrow-right {
    top: calc((100% - 30px) / 2);
  }

  .slick-arrow-left {
    left: 200px;
    transform: translateX(-50%) translateY(-50%);
  }

  .slick-arrow-right {
    right: 200px;
    transform: translateX(50%) translateY(-50%);
  }

  .slick-arrow-left .fa-arrow-left:before,
  .slick-arrow-right .fa-arrow-right:before {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  #top .slide-top {
    margin-top: 25px;
  }

  /*  .slide .slick-slide{
        padding: 0 12px;
    } */
  /* the slides */
  .slick-slide {
    margin: 0 12px;
  }

  /* the parent */
  .slick-list {
    margin: 0 -12px;
  }
}
.recommend-shop__new__ttl {
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 52px;
  line-height: 60px;
  color: #444343;
}
.recom-item-new{
    margin-top: 40px;
}
.recom-item-new .gourmet-content-content-1{
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
}
.recom-item-new .pickup-detail{
    margin-left: 50px;
}
.recom-item-new .pickup-detail a{
    margin-top: 20px;
}
.recom-item-new{
    margin-bottom: 100px;
}
.recom-item-new .gourmet-content-1{
    margin-top: 40px;
}
.recom-item-new .gourmet-content-title__new{
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .recommend-shop__new__ttl {
        font-size: 24px;
        line-height: 33px;
      }
      .recom-item-new .gourmet-content-content-1{
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
      }
      .recom-item-new .pickup-detail{
          margin-left: 0;
          height: auto;
      }
      .recom-item-new .pickup-detail a{
          margin-top: 20px;
      }
      .recom-item-new{
          margin-bottom: 40px;
      }
      .recom-item-new .gourmet-content-1{
          margin-top: 20px;
      }
      .recom-item-new .gourmet-content-title__new{
          margin-bottom: 20px;
      }
}




