@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
  MAIN
========================================================================== */

.movie {
  width: 100%;
  margin-bottom: clamp(40px, 6vw, 100px);
}

.movie video {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .movie {
    height: auto;
    overflow: visible;
  }

  .movie video {
    width: 100%;
    height: auto;
  }
}
/* ==========================================================================
  CONTENTS
========================================================================== */

.tit-cmn01-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.tit-cmn01 {
  display: inline-block;
  position: relative;
  color: var(--color01);
  font-size: clamp(2.5rem,5vw,4rem);
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 3px solid currentColor;
}
/*吹き出し部分*/
.tit-cmn01::before{
 content:'';
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translateX(-50%) skew(-25deg);
 height: 30px;
 width: 30px;
 border-right: 3px solid currentColor;
 background-color: #fff !important;
 border-left: none;
 border-top: unset;
 border-bottom: unset;
}

/*LEAD*/

.lead__tit {
  color: var(--color01);
  font-size: clamp(2.7rem,6.25vw,5rem);
  text-align: center;
}
.lead__txt {
  text-align: center;
}

.bread-list__tit {
  color: var(--color01);
  font-size: clamp(2.5rem,4.37vw,3.5rem);
  text-align: center;
  margin-bottom: 20px;
}
.bread-list__txt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.bread-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bread-slider__viewport {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.bread-list {
  display: flex;
  align-items: stretch;
  gap: 30px;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}
.bread-list__item {
  display: flex;
  flex: 0 0 28vw;
  flex-direction: column;
  box-sizing: border-box;
}
.bread-list__box {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.bread-list__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 42%;
  left: 0;
  width: 100%;
  height: 75%;
  background-color: #f5efe8;
  border-radius: 20px;
  transform: translateY(-50%);
}
.bread-list__tit {
  min-height: 1.2em;
}
.bread-list__txt {
  min-height: 2.4em;
}
.bread-list__item > p {
  font-size: 1.6rem;
  margin: 0;
}
.bread-list__item img {
  display: block;
  width: 83%;
  height: auto;
  pointer-events: none;
  margin: 0 auto;
}
.bread-slider__btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 30px;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.bread-slider__btn--prev {
  left: 20px;
}
.bread-slider__btn--next {
  right: 20px;
}
@media (max-width: 767px) {
  .bread-list {
    gap: 16px;
  }
  .bread-list__item {
    flex: 0 0 60vw;
  }
  .bread-slider__btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .bread-slider__btn--prev {
    left: 8px;
  }
  .bread-slider__btn--next {
    right: 8px;
  }
}

/*GOROGORO*/

.bg01 {
  color: #fff;
  text-align: center;
  background: url("../images/gorogoro-bg.jpg") 50% 0 no-repeat;
  padding: 20vh 0 100px 0;
}
.gorogoro {
  background: url("../images/gorogoro-bg02.png") 50% 100% no-repeat;
  background-color: var(--color04);
  padding-bottom: 25vh;
}
.gorogoro-tit01 {
  font-size: clamp(3rem,6.25vw,5rem);
  text-align: center;
  margin-bottom: 20px;
}
.gorogoro-tit02 {
  color: var(--color02);
  font-size: clamp(4rem,12.5vw,10rem);
  text-align: center;
  line-height: 100%;
  margin-bottom: 40px;
}
.gorogoro-tit03 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: clamp(2.2rem,3.75vw,3rem);
  text-align: center;
}
.gorogoro-tit03::before,
.gorogoro-tit03::after {
  content: "";
  display: block;
  width: 2px;
  height: 35px;
  flex-shrink: 0;
  background-color: #fff;
}
.gorogoro-tit03::before {
  transform: rotate(-25deg);
}
.gorogoro-tit03::after {
  transform: rotate(25deg);
}
.syachi {
  background-image: url(../images/syachi02.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 500px) 50%;
  background-size: 150px;
}
.syachi__inner {
  background-image: url(../images/syachi01.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 500px) 50%;
  background-size: 150px;
}
@media screen and (max-width: 1400px) {
.syachi {
  background-image: url(../images/syachi02.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 12%;
}
.syachi__inner {
  background-image: url(../images/syachi01.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 12%;
}
}

.gorogoro-list {
  width: 95%;
  margin: 0 auto;
}
.gorogoro-list__item img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.gorogoro-list__txt {
  font-family: var(--font01);
  font-size: clamp(1.8rem,2.375vw,2rem);
  font-weight: 800;
  text-align: center;
  margin-top: -30px;
  line-height: 130%;
}
.gorogoro-list__txt span {
  font-size: 160%;
}
.gorogoro-txt {
  padding: 0 250px;
}
@media screen and (max-width: 1400px) {
.gorogoro-txt {
  padding: 0 120px;
}
}

/*GRANDPRIX*/

.grandprix {
  color: #fff;
  background-color: #b6100f!important;
  padding: 80px 0 0 0;
}
.grandprix__tit01 {
  font-size: clamp(3rem,7vw,5.8rem);
  text-align: center;
  margin-bottom: 40px;
}
.grandprix-bg {
  background: url("../images/grandprix-bg.png") 50% 0 no-repeat;
}
.grandprix-bg img {
  display: block;
  width: 100px;
  margin: 0 auto 10px auto;
}
.grandprix__tit02 {
  font-size: clamp(3rem,7vw,5.8rem);
  text-align: center;
  line-height: 120%;
}
.grandprix__tit02 span {
  display: block;
  color: #cea91a;
  background: linear-gradient(
    to bottom,
    #dac995 0%,
    #dac995 40%,
    #d5bd62 70%,
    #cea91a 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grandprix-bg__txt {
  text-align: center;
}

/*MADE*/

.made {
  background: url("../images/bg01.gif") 50% 100% no-repeat;
  padding-bottom: 100px;
}
.made-list {
  display: flex;
  flex-wrap: wrap;}
.made .tit-cmn01 {
  color: #fff;
}
.made .tit-cmn01::before{
 background-color: #b6100f !important;
}
.made-list__item {
  position: relative;
  width: 25%;
  padding-top: 30px;
}
.made-list__number {
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  width: 60px;
  color: #fff;
  font-family: var(--font02);
  font-weight: 400;
  font-size: clamp(2.2rem,4.12vw,3.3rem);
  font-style: italic;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(
    to bottom,
    #efc33b 0%,
    #cea60c 100%
  );
border-radius: 3px;
  padding: 12px 0;
}
.made-list__item img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.made-list__item p {
  font-size: 1.8rem;
}
.made-list__tit {
  font-size: clamp(1.8rem,2.375vw,2rem);
  text-align: center;
  margin-bottom: 30px;
}

/*PICKS*/

.picks__tit {
  width: 300px;
  margin: 0 auto 60px auto;
}
.picks-list__item {
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
}
.picks-list__item img {
  display: block;
  margin-bottom: 20px;
}

/*SHOP*/

.shop-tit-wrapper {
  position: relative;
  padding: 15px 0 0 0;
  margin-bottom: 50px;
}
.fried {
  position: absolute;
  right: 25px;
  top: 0;
  width: 90px;
}
.shop-tit {
  display: flex;
  align-items: center;
  font-size: clamp(2rem,3.75vw,3rem);
  background-color: var(--color03);
  border-radius: 5px;
  padding: 17px;
  margin-bottom: 0;
}
.shop-tit span:last-child {
  font-size: clamp(1.8rem,2.375vw,2rem)!important;
  padding-left: 30px;
}
.shop-tit02 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.shop-box {
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.shop-box .media__figure {
 border-radius: 20px;
}
.shop-info {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}
.shop-info__tit {
  width: 130px;
}
.shop-info__tit span {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #826252;
  border-radius: 3px;
}
.shop-info__txt {
  flex: 1;
}
.access {
  display: flex;
  align-items: center;
}
.access__tit {
  width: 130px;
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(1.9rem,2.375vw,2.2rem);
  font-weight: 800;
}
.access__icon {
  flex: 1;
  border-left: solid 1px var(--color01);
  padding-left: 30px;
}
.access__icon img {
  display: inline-block;
  width: 40px;
  margin : 0 15px;
}

/* ==========================================================================
  PC 1025px -
========================================================================== */

@media screen and (min-width: 1025px) {
}

@media screen and (max-width: 1200px) {
  /* 1200以下 */
}

/* ==========================================================================
  TABLET - 1024px
========================================================================== */

@media screen and (max-width: 1024px) {

/*GOROGORO*/

.bg01 {
  color: #fff;
  text-align: center;
  background: url("../images/gorogoro-bg.jpg") 50% 0 no-repeat;
  background-size: 150%;
  padding: 11vh 0 0 0;
}
.gorogoro {
  background: none;
  background-color: var(--color04);
  padding-bottom: 0;
}
.gorogoro .grid--4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 3%;
}
.gorogoro-tit02::before,
.gorogoro-tit02::after {
  display: none;
}
.gorogoro-list {
  width: 100%;
}
.gorogoro-list__item img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.gorogoro-list__txt {
  margin-top: -5%;
}
.gorogoro-txt {
  padding: 0;
  margin-bottom: 40px;
}
.gorogoro-bg {
  display: block;
  margin: 0 auto;
}
.syachi {
  background-image: url(../images/syachi02.png);
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 12%;
}
.syachi__inner {
  background-image: url(../images/syachi01.png);
  background-repeat: no-repeat;
  background-position: 99% 0;
  background-size: 12%;
}

/*GRANDPRIX*/

.grandprix-bg {
  background: url("../images/grandprix-bg.png") 50% 20% no-repeat;
  background-size: 100%;
}

/*MADE*/

.made {
  background: url("../images/bg01.gif") 50% 100% no-repeat;
  background-size: 150%;
  padding-bottom: 10%;
}
.made-list__item {
  width: 50%!important;
}

/*PICKS*/

.picks__tit {
  width: 250px;
}
.picks .grid--3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 3%;
}

/*SHOP*/

.fried {
  width: 60px;
}
.shop-tit {
  display: block;
}
.shop-tit span {
  display: block;
}
.shop-tit span:last-child {
  padding-left: 0;
  margin-top: 5px;
}
.shop-info {
  display: block;
  gap: 0;
}
.shop-info__tit {
  margin-bottom: 5px;
}
.access {
  display: block;
}
.access__tit {
  width: 100%;
  border-bottom: solid 1px var(--color01);
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.access__icon {
  border-left: none;
  padding-left: 0;
}
.access__icon img {
  width: 35px;
  margin : 0 15px 0 0;
}

}

/* ==========================================================================
  SP - 640px
========================================================================== */

@media screen and (max-width: 640px) {

.tit-cmn01-wrapper {
  margin-bottom: 20px;
}
.tit-cmn01 {
  padding-bottom: 10px;
  border-bottom: 2px solid currentColor;
}
.tit-cmn01::before{
 height: 20px;
 width: 20px;
 border-right: 2px solid currentColor;
}

/*GOROGORO*/

.gorogoro-tit01 {
  margin-bottom: 15px;
}
.gorogoro-tit02 {
  margin-bottom: 20px;
}
.gorogoro .grid--4 {
  grid-template-columns: 1fr!important;
  gap: 0!important;
}

/*GRANDPRIX*/

.grandprix {
  padding: 40px 0 0 0;
}
.grandprix-bg img {
  width: 70px;
}

/*MADE*/

.made-list__item {
  width: 100%!important;
  padding-top: 20px;
  margin-bottom: 20px;
}
.made-list__item:last-child {
  margin-bottom: 0;
}
.made-list__item img {
  width: 70%;
  margin: 0 auto 20px auto;
}
.made-list__number {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  padding: 10px 0;
  margin-left: -25px;
}
.made-list__item p {
  font-size: 1.6rem;
}
.made-list__tit {
  margin-bottom: 20px;
}

/*PICKS*/

.picks__tit {
  width: 150px;
  margin: 0 auto 40px auto;
}

/*SHOP*/

.shop-tit-wrapper {
  padding: 10px 0 0 0;
  margin-bottom: 40px;
}
.fried {
  right: 25px;
  top: 0;
  width: 45px;
}
.shop-tit {
  padding: 15px;
  margin-bottom: 30px!important;
}
.shop-tit02 {
  margin-bottom: 30px;
}
.shop-box {
  margin-bottom: 40px;
}
.shop-box .section-min {
  margin-bottom: 20px!important;
}

}
