.mv {
  position: relative;
  color: #fff;
}
.mv::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  content: '';
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.mv img {
  border-radius: 0 0 30px 30px;
  height: 280px;
  object-fit: cover;
}
.mv h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  font-weight: 400;
  font-family: mizolet, sans-serif;
  font-size: 1.4rem;
}
.mv h2 span {
  display: block;
  margin: 0em auto 0;
  font-family: ivymode, sans-serif;
  color: #C63C00;
  line-height: 1.1;
  font-size: 12vw;
}
/* concept */
.concept_bg {
  position: relative;
  background: #D1C8B9;
  padding: 4em 0 3em;
}
.concept_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #F2EEE7;
  border-radius: 0 0 0 30px;
}
.concept {
  width: 80%;
  margin: auto;
  text-align: left;
}
.concept_spin_img {
  position: relative;
}
.concept_spin_img div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 35px);
}
.concept_txt {
  margin: 2.5em auto 0;
}
.concept_txt ul {}
.concept_txt ul li {
  font-family: mizolet, sans-serif;
  font-size: 3rem;
  line-height: 1.4;
  padding: 5px 0;
}
.concept_txt ul li:nth-child(1) {
  color: #298600;
}
.concept_txt ul li:nth-child(2) {
  color: #C63C00;
}
.concept_txt ul li:nth-child(3) {
  color: #008EB9;
}
.concept_txt ul li img {
  width: 60px;
  margin: 0 5px 0 0;
}
.concept_txt div {
  font-family: mizolet, sans-serif;
  font-size: 1.8rem;
  margin: 0.3em auto 0.5em;
}
.concept02 {
  width: 80%;
  margin: auto;
}
.concept02 li {
  position: relative;
  margin: 2em auto 0;
}
.concept02 li::before {
  position: absolute;
  content: '';
  top: calc(100% + 7px);
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/concept/top_img07.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.concept02 li:last-child::before {
  display: none;
}
.concept02 li div {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #298600;
  font-family: mizolet, sans-serif;
  color: #fff;
  font-size: 2rem;
}
.concept02 li div span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
}
.concept02 li:nth-child(2) div {
  background: #C63C00;
}
.concept02 li:nth-child(3) div {
  background: #008EB9;
}
/* about */
.about_bg {
  position: relative;
  background: #F2EEE7;
  padding: 3em 0 3em;
}
.about_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #D1C8B9;
  border-radius: 0 30px 0 0;
}
.about01 {
  text-align: left;
  position: relative;
}
.about01_ttl {
  width: 80%;
  margin: auto;
}
.about01_ttl div {
  font-family: ivymode, sans-serif;
  font-size: 2.8rem;
  color: #fff;
}
.about01_ttl div span {
  color: #C63C00;
}
.about01_ttl p {
  font-family: mizolet, sans-serif;
  color: #C63C00;
  font-size: 1.8rem;
}
.about01_img {
  width: 80%;
  margin: -1em auto 1em;
}
.about01_txt {}
.about01_txt p {
  width: 80%;
  margin: auto;
}
.about01_txt img {
  margin: 1em 10% 0 -10%;
}
.about02 {
  margin: 3em auto 0;
  text-align: left;
}
.about02_ttl {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: auto;
  font-family: ivymode, sans-serif;
  font-size: 2.8rem;
  color: #fff;
}
.about02_ttl span {
  color: #C63C00;
}
.about02_img {
  width: 90%;
  margin: -1em auto 0 0;
}
.about02_img > img {
  border-radius: 0 10px 10px 0;
}
.about02_img div {
  display: none;
}
.about02_txt {
  width: 80%;
  margin: 1em auto 0;
}
.about02_txt div {
  font-family: mizolet, sans-serif;
  color: #C63C00;
  font-size: 2.3rem;
	line-height: 1.4;
  margin: 0 auto 0.5em;
}
.about02_txt p {
  margin: 0 auto 1.5em;
}
/* experience */
.experience_bg {
  position: relative;
  background: #D1C8B9;
  padding: 3em 0 3em;
  color: #fff;
  text-align: left;
}
.experience_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #298600;
  border-radius: 0 30px 0 0;
}
/* food */
.food_bg {
  position: relative;
  background: #298600;
  padding: 3em 0 3em;
  color: #fff;
  text-align: left;
}
.food_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #C63C00;
  border-radius: 30px 30px 0 0;
}
/* person */
.person_bg {
  position: relative;
  background: #C63C00;
  padding: 3em 0 3em;
  color: #fff;
  text-align: left;
}
.person_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #008EB9;
  border-radius: 30px 30px 0 0;
}
.contents {
  width: 80%;
  margin: auto;
}
.contents_img {
  position: relative;
}
.contents_img h2 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F2EEE7;
  color: #298600;
  font-family: mizolet, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}
.contents_img h2.food {
  color: #C63C00;
  left: auto;
  right: 0;
}
.contents_img h2.person {
  color: #008EB9;
}
.contents_img h2 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
}
.contents_txt {
  text-align: left;
  margin: 1em auto 0;
}
.contents_txt h3 {
  font-family: mizolet, sans-serif;
  font-weight: 400;
  margin: 0 auto 0.5em;
  font-size: 2.5rem;
  line-height: 1.4;
}
.experience_slider {
  margin: 2em auto 0;
  text-align: center;
}
.experience_slider img {
  border-radius: 10px;
  width: 70vw;
  height: auto;
}
.experience_slider .slick-slide {
  transform: scale(0.8);
  transition: all .5s;
}
.experience_slider .slick-slide.slick-center {
  transform: scale(1);
}
/*戻る、次へ矢印の位置*/
.experience_slider .slick-prev, .experience_slider .slick-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  position: absolute;
  content: '';
  top: calc(50% - 25px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/concept/arrow01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.experience_slider .slick-prev {
  left: calc(50% - 46%);
}
.experience_slider .slick-next {
  right: calc(50% - 46%);
  transform: scale(-1, 1);
}
.experience_slider_txt {
  margin: 1em auto 0;
  font-family: mizolet, sans-serif;
}
.experience_slider.food .slick-prev, .experience_slider.food .slick-next {
  background-image: url("/img/concept/arrow02.webp");
}
.experience_slider.person .slick-prev, .experience_slider.person .slick-next {
  background-image: url("/img/concept/arrow03.webp");
}
/* tour */
.tour {
  position: relative;
  width: 80%;
  margin: 1em auto 0;
}
.tour::before {
  position: absolute;
  top: 0;
  right: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  content: 'Gastronomy Tour';
  font-family: ivymode, sans-serif;
  color: #C63C00;
  font-size: 1.8rem;
}
.tour img {
  border-radius: 10px;
}
.tour > div {
  border-radius: 10px;
  text-align: left;
  background: #C63C00;
  color: #fff;
  padding: 20px;
  font-family: mizolet, sans-serif;
}
.tour > div div {
  font-size: 1.2rem;
}
.tour > div h3 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0.1em auto 0.3em;
}
.tour > div p {
  font-size: 1.5rem;
  margin: 0 auto 1em;
}
.tour > div .morebtn {
  background: #fff;
  color: #C63C00 !important;
}
.tour > div .morebtn::after {
  border-top: 2px solid #C63C00;
  border-right: 2px solid #C63C00;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv::before {
    border-radius: 0 0 50px 50px;
  }
  .mv img {
    border-radius: 0 0 50px 50px;
    height: 500px;
  }
  .mv h2 {
    bottom: 40px;
    left: 5%;
    font-size: 2.3rem;
  }
  .mv h2 span {
    font-size: 7.5vw;
  }
  /* concept */
  .concept_bg {
    padding: 6em 0 5em;
  }
  .concept_bg::before {
    border-radius: 0 0 0 50px;
  }
  .concept {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .concept_spin_img {
    width: calc(100% - 600px);
  }
  .concept_spin_img div {
    width: calc(100% + 65px);
  }
  .concept_txt {
    width: 500px;
    margin: 0 0 0 100px;
  }
  .concept_txt ul {}
  .concept_txt ul li {
    font-size: 5rem;
    line-height: 1.3;
    padding: 5px 0;
  }
  .concept_txt ul li img {
    width: 90px;
    margin: 0 10px 0 0;
  }
  .concept_txt div {
    font-size: 2.7rem;
    margin: 0.3em auto 0.5em;
  }
  .concept_txt p {
    line-height: 2;
  }
  .concept02 {
    width: 95%;
    max-width: calc(1300px + 60px);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 6em auto 0em;
    justify-content: space-between;
  }
  .concept02 li {
    margin: 0 30px 0em;
    width: calc(100% / 3 - 60px);
  }
  .concept02 li::before {
    top: 50%;
    left: calc(100% + 10px);
    transform: translate(0%, -50%);
    width: 40px;
    height: 40px;
  }
  .concept02 li div {
    width: 100px;
    height: 100px;
    font-size: 3rem;
  }
  .concept02 li div span {
    width: 100px;
  }
  /* about */
  .about_bg {
    padding: 5em 0;
  }
  .about_bg::before {
    border-radius: 0 50px 0 0;
  }
  .about01 {
    text-align: left;
  }
  .about01_ttl {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    z-index: 1;
  }
  .about01_ttl div {
    font-size: 6.5vw;
    line-height: 1.3;
  }
  .about01_ttl p {
    font-size: 3.5rem;
  }
  .about01_img {
    position: absolute;
    bottom: 0;
    left: 58%;
    width: 30%;
    margin: 0;
  }
  .about01_txt {
    margin: 1em auto 0;
    width: 90%;
    max-width: 1100px;
  }
  .about01_txt p {
    width: 50%;
    margin: 0 auto 0 0;
    line-height: 2.2;
  }
  .about01_txt img {
    width: 70%;
    margin: 3em 20% 0 -20%;
  }
  .about02 {
    margin: 10em auto 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .about02_ttl {
    position: absolute;
    text-align: right;
    top: -0.8em;
    right: 10%;
    width: 80%;
    margin: 0;
    font-size: 6.5vw;
    line-height: 1.3;
  }
  .about02_img {
    width: 47%;
    margin: 0;
  }
  .about02_img > img {
    border-radius: 0 20px 20px 0;
  }
  .about02_img div {
    display: block;
    width: 80%;
    margin: 3em 5% 0 auto;
  }
  .about02_txt {
    width: 53%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 10% 0 5%;
  }
  .about02_txt div {
    font-size: 4.2rem;
    margin: 0 auto 0.5em;
  }
  .about02_txt p {
    line-height: 2.2;
    margin: 0 auto 1.5em;
  }
  .about02_txt img {
    display: none;
  }
  /* experience */
  .experience_bg {
    padding: 5em 0;
  }
  .experience_bg::before {
    border-radius: 0 50px 0 0;
  }
  /* food */
  .food_bg {
    padding: 5em 0;
  }
  .food_bg::before {
    border-radius: 50px 50px 0 0;
  }
  /* person */
  .person_bg {
    padding: 5em 0;
  }
  .person_bg::before {
    border-radius: 50px 50px 0 0;
  }
  .contents.reverse {
    flex-direction: row-reverse;
  }
  .contents {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .contents_img {
    width: 55%;
  }
  .contents_img h2 {
    top: 30px;
    width: 120px;
    height: 120px;
    font-size: 3.5rem;
  }
  .contents_img h2.food {
    left: auto;
    right: 0;
  }
  .contents_img h2 span {
    width: 120px;
  }
  .contents_txt {
    width: 40%;
    margin: 0;
  }
  .contents_txt h3 {
    margin: 0 auto 0.5em;
    font-size: 4.2rem;
  }
  .contents_txt p {
    line-height: 2.2;
  }
  .experience_slider {
    margin: 5em auto 0;
  }
  .experience_slider img {
    border-radius: 20px;
    width: 50vw;
  }
  .experience_slider .slick-prev, .experience_slider .slick-next {
    top: calc(50% - 40px);
    width: 60px;
    height: 60px;
  }
  .experience_slider .slick-prev {
    left: calc(50% - 32%);
  }
  .experience_slider .slick-next {
    right: calc(50% - 32%);
  }
  .experience_slider_txt {
    margin: 1em auto 0;
    font-size: 1.7rem;
  }
  /* tour */
  .tour {
    width: calc(90% - 40px);
    max-width: calc(1200px - 40px);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 40px;
  }
  .tour::before {
    right: calc(100% - 40px);
    font-size: 3rem;
  }
  .tour::after {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(42% - 17px);
    height: 100%;
    content: '';
    background: #C63C00;
    border-radius: 20px;
  }
  .tour img {
    border-radius: 20px;
    width: 58%;
    height: 450px;
    object-fit: cover;
  }
  .tour > div {
    position: relative;
    z-index: 1;
    width: 42%;
    box-sizing: border-box;
    background: none;
    padding: 0 3%;
  }
  .tour > div div {
    font-size: 1.8rem;
  }
  .tour > div h3 {
    font-size: 4rem;
    margin: 0.1em auto 0.3em;
  }
  .tour > div p {
    font-size: 2.5rem;
    margin: 0 auto 0.5em;
  }
}