@charset "UTF-8";

.top {
  width: min(1300px, calc(100% - 20px));
  margin: 10px auto 0;
}

.mv {
	position: relative;
	overflow: visible;
	z-index: 2;
}

/* -------------------------
   MVスライダー
------------------------- */

.mv__slider {
	width: 100%;
	overflow: hidden;
	border-radius: 0 0 30px 30px;
	visibility: visible;
}

.mv__slider .splide__track,
.mv__slider .splide__list,
.mv__slider .splide__slide {
	width: 100%;
}

.mv__slider .splide__slide img {
	display: block;
	width: 100%;
	height: auto;
}


/* -------------------------
   Movie
------------------------- */

.mv__movie {
	position: absolute;
	right: 38px;
	bottom: 34px;
	z-index: 20;
	display: block;
	width: 180px;
}

.mv__movie img {
	display: block;
	width: 100%;
	height: auto;
}


/* -------------------------
   Catch
------------------------- */

.mv__catch {
	position: absolute;
	left: 55px;
	bottom: -65px;
	width: 520px;
	z-index: 5;
}

.mv__catch img {
	width: 100%;
}


@media screen and (max-width: 767px) {

	.mv {
		position: relative;
		overflow: visible;
		margin-bottom: 0px;
	}

	.mv__slider {
		border-radius: 0 0 24px 24px;
	}

	  .mv__slider .splide__slide picture {
	    display: block;
	    width: 100%;
	  }

	  .mv__slider .splide__slide img {
	    display: block;
	    width: 100%;
	    aspect-ratio: 1 / 1;
	    height: auto;
	    object-fit: cover;
	    object-position: center;
	    border-radius: 18px;
	  }

	.mv__movie {
		position: absolute;
		right: 10px;
		bottom: 60px;
		width: 150px;
		transform: none;
		z-index: 20;
	}

	.mv__catch {
		position: relative;
		left: auto;
		bottom: auto;
		width: 280px;
		margin: 10px auto 0;
		transform: none;
		z-index: 10;
	}
}

.topContents {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  background: #fff;
  border-radius: 30px;
  padding-top: 25px;
  overflow: hidden;
}


.concept,
.shop,
.news,
.recruit {
  background: transparent;
}

.sectionWhite {
  background: #fff;
}

.concept {
  padding: 76px 0 48px;
  background: #fff;
}

.concept__inner {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 58px;
  align-items: center;
}

.concept__copy p {
  margin: 0 0 12px;
  color: #e8752b;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .12em;
  transform: rotate(-18deg);
  transform-origin: left center;
}

.concept__copy h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: .14em;
}

.concept__photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.concept__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
}

.concept__photo p {
  position: absolute;
  left: 26px;
  bottom: 22px;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 767px) {

  .concept__photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
  }

  .concept__photo p {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    letter-spacing: .04em;
  }

  .concept__photo p br {
    display: none;
  }

  .concept__photo p br:first-of-type {
    display: block;
  }

}




.shop {
  padding: 80px 0 86px;
}

.shop__inner {
  position: relative;
  width: min(980px, calc(100% - 60px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}

.shop__photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.shop__logo {
  width: 220px;
  margin: 0 0 28px;
}

.shop__text p {
  margin: 0 0 26px;
  font-size: 12px;
  line-height: 2;
}

.shop__arrow {
  position: absolute;
  top: 46%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 4px solid #111;
  border-radius: 50%;
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.shop__arrow--prev {
  left: -52px;
}

.shop__arrow--next {
  right: -52px;
}

@media screen and (max-width: 767px) {

  .shopItem__photo,
  .shopCard__photo {
    width: 78%;
    margin: 0 auto;
  }
  .shop {
    padding-top: 60px;
  }

  .shopItem {
    margin-top: 30px;
  }
}



.news {
  padding: 52px 0 90px;
}

.news__head {
  position: relative;
  width: min(1000px, calc(100% - 80px));
  margin: 0 auto 55px;
}

.news__head p {
  margin: 0 0 4px;
  color: #e8752b;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .12em;
  font-family: "LINE Seed JP", sans-serif;
}

.news__head h2 {
  margin: 0;
  font-size: 50px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .15em;
}

.news__head span {
  display: block;
  margin-top: 12px;
  font-size: 12px;
}

.news__grid {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 30px;
}

.newsCard__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: 8px;
	aspect-ratio: 1 / 1;
}

.newsCard__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsCard__img span {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 3px 10px;
	border: 1px solid #e8752b;
	border-radius: 999px;
	background: #fff;
	color: #e8752b;
	font-size: clamp(10px, .65vw, 11px);
	font-weight: 900;
}

.newsCard time {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(13px, .9vw, 15px);
}

.newsCard h3 {
	margin: 0;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.7;
}


.company {
  padding: 60px 0 100px;
  background: url("../img/top/company-bg.jpg") center / cover no-repeat;
}

.company__box {
  width: min(900px, 90%);
  min-height:360px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.company__text {
  padding: 44px 36px;
}

.company__text h3 {
  margin: 0 0 18px;
  font-size: 19px;
  font-weight: 500;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.05em;
}

.company__text p {
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 2;
}

.company__logo {
	display: grid;
	place-items: center;
	padding: 30px;
	background: #f4f4f4;
}

.company__logo img {
	display: block;
	width: 75%;
	height: auto;
}


.company .sectionTitle p{
    color:#dd722b;
    opacity:1;
    font-size:28px;
    font-weight:800;
    letter-spacing:.08em;
}

@media screen and (max-width: 767px) {
  .company__text p {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 2;
  }
  .company__message br {
    display: none;
  }
}



.recruit {
  padding: 70px 0 86px;
  border-radius: 0 0 20px 20px;
  position:relative;
  background-color: #fff9e8;
}

.recruit__inner {
  width: min(960px, calc(100% - 40px));
  margin: 42px auto 36px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 45px;
  align-items: center;
}

.recruit__img img {
  width: 100%;
}

.recruit__copy {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-direction: row-reverse;
}

.recruit__copy p {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #fff;
  border-radius: 10px;
  padding: 34px 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: .12em;
}

/* 右から1本目 */
.recruit__copy p:nth-child(1) {
  transform: translateY(-55px);
}

/* 真ん中 */
.recruit__copy p:nth-child(2) {
  transform: translateY(0);
}

/* 左 */
.recruit__copy p:nth-child(3) {
  transform: translateY(55px);
}

.recruit .btnArea{
    position:absolute;
    right:210px;
    bottom:50px;
}


@media screen and (max-width: 767px) {
  .top {
    width: calc(100% - 12px);
    margin-top: 6px;
  }

  .concept {
    padding: 54px 0 36px;
  }

  .concept__inner,
  .shop__inner,
  .company__box,
  .recruit__inner {
    grid-template-columns: 1fr;
  }

  .concept__inner {
    gap: 32px;
    text-align: center;
  }

  .concept__copy p {
    transform: none;
  }

  .concept__copy h2 {
    font-size: 31px;
  }

  .shop {
    padding: 42px 0 62px;
  }

  .shop__inner {
    width: min(430px, calc(100% - 40px));
    gap: 28px;
  }

  .shop__logo {
    width: 180px;
    margin-inline: auto;
  }

  .shop__text {
    text-align: center;
  }

  .news {
    padding: 44px 0 64px;
  }

  .news__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
  }

  .company {
    padding: 54px 0 58px;
  }

  .company__text {
    padding: 32px 24px;
  }

  .recruit {
    padding: 54px 0 64px;
  }

  .recruit__inner {
    gap: 26px;
  }

  .recruit__copy {
    flex-direction: row-reverse;
  }

  .recruit__copy p {
    font-size: 13px;
    padding: 18px 10px;
  }
}

@media screen and (max-width: 480px) {
  .news__grid {
    grid-template-columns: 1fr;
  }

  .btn {
    min-width: 170px;
  }
}

.sectionTitle--shop {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 22px;
  margin-bottom: 55px;
}

.sectionTitle__ornament {
  width: 210px;
  margin-bottom: 8px;
}

.sectionTitle__ornament img {
  width: 100%;
}

.shop__slider {
  position: relative;
  width: min(920px, calc(100% - 80px));
  margin: 0 auto;
}
.shop__track {
  position: relative;
  min-height: 560px;
}
.shop__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 80px;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}
.shop__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.shop__photo img {
  width: 470px;
  height: 470px;
  object-fit: cover;
  border-radius: 50%;
}

.shop__text {
  position: relative;
  padding-top: 300px;
}

.shop__logo {
  position: absolute;
  left: -195px;
  top: 0px;
  width: 310px;
  z-index: 5;
}

.shop__text p {
  margin: 0 0 26px;
  font-size: 13px;
  line-height: 2.1;
  letter-spacing: .06em;
}

.shop__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.shop__arrow--prev {
  left: -40px;
}

.shop__arrow--next {
  right: -40px;
}

.sectionTitle__ornament{
    position:absolute;
    left:50%;
    top:35px;
    width:180px;
    margin-left:120px;
}

.sectionTitle--shop {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.sectionTitle--shop .sectionTitle__ornament {
  position: absolute;
  left: calc(45% + 190px);
  top: -30px;
  width: 250px;
  margin: 0;
  z-index: 1;
}

.sectionTitle--shop .sectionTitle__ornament img {
  width: 100%;
}

@media screen and (max-width: 767px) {

  .sectionTitle--shop .sectionTitle__ornament {
      position: absolute;
      width: 250px;
      top: 5px;
      left: 145px;
      z-index: -1;
      opacity: .8;
  }
  .sectionTitle--shop {
    display: block;
    margin-bottom: 36px;
  }
  .sectionTitle__text{
      position:relative;
      z-index: 2;
  }
  .shop__slider{
    width: calc(100% - 40px);
  }

  .shop__track{
    min-height: 700px;
  }

  .shop__slide{
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .shop__photo{
    text-align: center;
  }

  .shop__photo img{
    width: min(88vw, 380px);
    height: auto;
  }

  .shop__text{
    padding-top: 0;
    text-align: center;
  }

  .shop__logo{
    position: relative;
    display: block;
    width: 180px;
    margin: -60px auto 20px;
    z-index: 5;
    left: 90px;
    top: -45px;
  }

  .shop__text p{
    font-size: 13px;
    line-height: 2;
  }

  .shop__text p br{
    display: none;
  }

  .shop__arrow{
    /*display: none;*/
  }

    .shop__arrow--prev {
        left: 8px;
    }

    .shop__arrow--next {
        right: 8px;
    }
   .shop__arrow {
     top: 62%;
   }
}


.btnChopsticks{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:240px;
    height:56px;
    padding:0 40px;
    background:#1d2478;
    color:#fff;
    border-radius:999px;
    font-family:"LINE Seed JP", sans-serif;
    font-weight:700;
    text-decoration:none;
    text-align: center;
    line-height: 18px;
}
.btnChopsticks::after{
    content:"";
    position:absolute;
    right:-70px;
    top:25%;
    width:120px;
    height:80px;
    background:url("../img/common/shop05.png") no-repeat center center / contain;
    transform:translateY(-50%);
}

.newsTitle{
   position: relative;
   z-index: 2;
   text-align: center;
}
.newsTitle p{
    color:#d9792f;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}
.newsTitle h2{
    font-family:"LINE Seed JP", sans-serif;
    font-size:64px;
    font-weight:800;
    line-height:1;
    color:#35312f;
}
.newsTitle__ornament{
  position: absolute;
   left: calc(15% + 170px);
   top: 70px;
   width: 80%;
   z-index: -1;
   pointer-events: none;
}
.newsTitle__soy{
   position: absolute;
   left: calc(47% + 480px);
   top: 46px;
   width: 60px;
   z-index: 2;
   pointer-events: none;
}
.newsTitle__soy img {
  width: 100%;
}
.news__head span{
    display:block;
    margin-top:20px;
    font-size:14px;
    line-height:2;
}
.news__grid{
    width:min(1100px, calc(100% - 80px));
    margin:60px auto 0;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.news .center{
    margin-top:70px;
}

@media screen and (max-width: 767px) {

  .newsTitle__ornament {
      position: absolute;
      width: 230px;
      top: 5px;
      left: 145px;
      z-index: -1;
      opacity: .8;
  }

  .news__grid{
      width:min(1100px, calc(100% - 35px));
      margin:60px auto 0;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:40px;
  }

}

/* company */
.company {
  position: relative;
  padding: 110px 0 95px;
  background: url("../img/top/company-bg.webp") center / cover no-repeat;
  z-index: 0;
}

.company::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 20, 5, .45);
}

.company > * {
  position: relative;
  z-index: 1;
}

.company .sectionTitle {
  margin-bottom: 55px;
}

.company .sectionTitle p {
  color: #e8752b;
  opacity: 1;
}

.company .sectionTitle h2 {
  color: #fff;
}

.company__box {
  width: min(1050px, calc(100% - 80px));
  min-height: 410px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  overflow: hidden;
  background: #fcfcfc;
  border-radius: 8px;
}

.company__text {
  padding: 58px 54px 48px;
}

.company__text h3 {
  margin: 0 0 24px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
}

.company__message {
  margin: 0 0 34px;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: .06em;
}

.company__address {
  position: relative;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .06em;
}

.company__address p {
  margin: 0 0 8px;
}

.company__map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #ec6f2d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.company__tel {
  margin: 0 0 22px;
  font-size: 14px;
  letter-spacing: .08em;
}

.company__sns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 34px;
}

.company__sns a {
  font-size: 22px;
  color: #111;
}

.company__logo {
	display: grid;
	place-items: center;
	padding: 30px;
	background: #f4f4f4;
}

.company__logo img {
	display: block;
	width: 90%;
	height: auto;
}

.company .btnChopsticks {
  min-width: 250px;
}




@media screen and (max-width: 767px) {
  .company {
    padding: 70px 0 70px;
  }

  .company__box {
    width: min(520px, calc(100% - 40px));
    grid-template-columns: 1fr;
  }

  .company__text {
    padding: 36px 26px 34px;
  }

  .company__text h3 {
    font-size: 19px;
  }

  .company__logo {
    min-height: auto;
  }

  .company__logo img {
    aspect-ratio: 4 / 3;
  }

  .company__sns {
      display: flex;
      align-items: center;
      gap: 24px;
      row-gap: 24px;
      column-gap: 5px;
      margin-bottom: 34px;
      justify-content: space-evenly;
  }
  .sectionTitle--recruit{
      position: relative;
      z-index: 2;
  }

.recruit{
    position:relative;
    z-index: 0;
}

.recruit::before{
    content:"";
    position:absolute;
    left:40px;
    top:-70px;
    width:330px;
    height:190px;
    background:url("../img/top/recruit_back.png") no-repeat center/contain;
    opacity:.9;
    z-index: 0;
    pointer-events: none;
}
.recruit .sectionTitle,
.recruit__inner,
.recruit .btnArea{
  position: relative;
  z-index: 2;
}

  .recruit::before{
     width:245px;
     height:130px;
     left:50%;
     top:-20px;
     transform:translateX(-50%);
     opacity:.75;
     z-index: 0;
  }
  .recruit .btnArea{
    position: static;
    margin-top: 30px;
    text-align: center;
  }
  .recruit__inner{
    min-height: 420px;
    align-items: start;
  }

  .recruit__copy{
    justify-content: center;
    gap: 45px;
    /*margin-top: 35px;*/
    margin-bottom: 40px;
  }

  .recruit__copy p{
    font-size: 21px;
    line-height: 1.9;
    padding: 16px 9px;
    letter-spacing: 0.3em;
    font-weight: 800;
  }

  .recruit__copy p:nth-child(1){
    transform: translateY(-42px);
  }

  .recruit__copy p:nth-child(2){
    transform: translateY(0);
  }

  .recruit__copy p:nth-child(3){
    transform: translateY(42px);
  }

  .recruit .btnArea{
    position: static;
    margin-top: 48px;
    text-align: center;
  }

  .recruit{
    padding-bottom: 50px;
  }
  .ooedoCommitment .ooedoBtn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 65px;
      border: 2px solid #a51f24;
      background: transparent;
      color: #8d2427;
      font-size: 16px;
      letter-spacing: .12em;
      text-decoration: none;
      transition: .25s ease;
      border-radius: 10px;
      font-weight: 700;
  }
}

.recruit__copy--img {
  display: block;
}

.recruit__copy--img img {
  display: block;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.recruit__copy--img img {
		width: 100%;
		max-width: 330px;
		height: auto;
		margin: 0 auto;
	}
}
