@charset "utf-8";
#index .sttl {
  margin-bottom: 26px;
}
#index .cont .flex_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 48%;
  max-width: 550px;
}
#index .cont .txtbk p {
  line-height: 1.94;
  letter-spacing: 0.02em;
}
#index .cont .flex_r {
  width: 50%;
}

/* ======================
news
========================= */
#news {
  padding: clamp(25px, 5.81vw, 53px) 0 clamp(50px, 11.63vw, 90px);
}
#news .sttl {
  margin-bottom: 40px;
}

#news .news_list {
  margin-bottom: clamp(30px, 6.98vw, 50px);
  border-top: 1px solid #bababa;
}
#news .news_list li {
  border-bottom: 1px solid #bababa;
}
#news .news_list li a {
  display: flex;
  gap: 5px 42px;
  padding: 30px 75px 30px 0;
  position: relative;
}

#news .news_list li a p {
  flex-shrink: 0;
}
#news .news_list li a p,
#news .news_list li a .newsttl {
  font-size: clamp(15px, 4.65vw, 20px);
  line-height: 1.47;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: opacity 0.2s;
}
/* /// リスト矢印 /// */
#news .news_list li a::after {
  content: "";
  width: 50px;
  height: 30px;
  border: 2px solid #eb6120;
  border-radius: 20px;
  background-color: #fff;
  background-image: url(../imgs/common/arrow_or.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
/* hover */
#news .news_list li a:hover p,
#news .news_list li a:hover .newsttl {
  opacity: 0.5;
}
#news .news_list li a:hover::after {
  background-color: #eb6120;
  background-image: url(../imgs/common/arrow_wh.svg);
  background-position: right 10px center;
}

/* /// 一覧を見る /// */
#news .news_more {
  font-size: clamp(17px, 2.6vw, 20px);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  padding: 0 32px;
  border: 2px solid #eb6120;
  border-radius: 10px;
  transition: 0.2s;
}
#news .news_more span {
  display: block;
  width: 100%;
  position: relative;
}
#news .news_more span::after {
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(../imgs/common/arrow_or.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
/* hover */
#news .news_more:hover {
  color: #fff;
  background-color: #eb6120;
}
#news .news_more:hover span::after {
  background-image: url(../imgs/common/arrow_wh.svg);
  right: 7px;
}
/* ======================
calendar
========================= */
#calendar {
  padding: clamp(40px, 9.3vw, 60px) 0 clamp(48px, 11.16vw, 60px);
  background: #eb6120;
}
#calendar .txtbk p {
  line-height: 1.66;
  letter-spacing: 0.03em;
}
#calendar .flex_r {
  width: 50%;
}
#calendar .flex_r .calendar_inner {
  height: 100%;
}
/* ======================
video
========================= */
#video {
  padding: clamp(25px, 5.81vw, 53px) 0 clamp(50px, 11.63vw, 90px);
}
#video .video-wrap {
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
}
/* .video-sound-btn {
  position: absolute;
  bottom: 10px;
  right: 2%;
  z-index: 2;
  padding: 8px 12px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
} */
/* ======================
about
========================= */
#about .cont {
  padding: 70px min(6.98vw, 33px) 215px;
}
#about .about_imgbk .deco {
  position: absolute;
}
#about .about_img1 {
  width: 35.71vw;
  max-width: 350px;
  top: 34.2%;
  right: calc(80% + 150px);
  transform: translate(67%, -50%);
}
#about .about_img2 {
  width: 25.51vw;
  max-width: 250px;
  top: 35%;
  right: 0;
  transform: translate(26%, -50%);
}
#about .about_img3 {
  width: 20.41vw;
  max-width: 200px;
  bottom: 43%;
  left: 50%;
  transform: translate(153%, 0);
}
#about .about_img4 {
  width: 25.51vw;
  max-width: 250px;
  top: 50%;
  left: 0;
  transform: translate(-25%, 17%);
}

#about .about_img5 {
  width: 20.41vw;
  max-width: 200px;
  bottom: 21.6%;
  right: -1.2%;
  transform: translate(0, 0);
}
#about .about_img6 {
  width: 20.41vw;
  max-width: 200px;
  bottom: 11.8%;
  right: 67.8%;
}
#about .about_img7 {
  width: 15vw;
  max-width: 147px;
  bottom: 0;
  left: 66%;
  transform: translate(0, -19%);
}

#about .txtbk {
  max-width: 450px;
  margin: 0 auto;
}
#about .sttlbk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1em;
}
#about .sttlbk::before {
  content: "";
  width: 100%;
  height: 130px;
  background: url(../imgs/index/about.png) no-repeat center/contain;
}
#about .txtbk_txt {
  display: flex;
  flex-direction: column;
  gap: 1.94em;
}

/* ======================
gourmet,active,shopping
========================= */

#index .cont .flex_r .imgbk {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#index .cont .flex_r .imgbk::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  transform: rotate(3.5deg);
}
#index .cont .flex_r .imgbk .imgbk_inner {
  border-radius: 30px;
  overflow: hidden;
  transform: rotate(-3.5deg);
}
/* ======================
gourmet
========================= */
#gourmet {
  padding: clamp(27px, 6.28vw, 40px) 0 40px;
  background: #f0336f;
  z-index: 2;
}
#gourmet::before {
  content: "";
  display: block;
  width: 100%;
  height: 6.25vw;
  background: #f0336f;
  position: absolute;
  top: 0;
  right: 50%;
  transform: skewY(-3.5deg) translate(50%, 0);
}
#gourmet::after {
  content: "";
  display: block;
  width: 100%;
  height: 6.25vw;
  background: #f0336f;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: skewY(3.5deg) translate(50%, 0);
  z-index: -1;
}
#gourmet .cont .flex_r .imgbk::before {
  background-image: url(../imgs/index/bg_dot_pk.png);
}
/* オイスターくん */
#gourmet .cont .flex_r .deco {
  width: 18.33vw;
  max-width: 264px;
  min-width: 220px;
  position: absolute;
  bottom: -7%;
  left: 67%;
}
/* ======================
active
========================= */
/* #active {
  padding: clamp(55px, 12.79vw, 70px) 0 clamp(50px, 11.63vw, 90px);
  background: #00bdcc;
}
#active .cont .txtbk p {
  margin-bottom: 15px;
}
#active .active_plan dt {
  font-size: clamp(17px, 4.65vw, 20px);
  line-height: 1.25;
  padding: 0.63em 0;
}
#active .active_plan dd {
  line-height: 2.78;
  position: relative;
}
#active .cont .flex_r .imgbk::before {
  background-image: url(../imgs/index/bg_dot_bl.png);
  transform: rotate(-3.5deg);
}
#active .cont .flex_r .imgbk .imgbk_inner {
  transform: rotate(3.5deg);
} */
/* オイスターくん */
/* #active .cont .flex_r .deco {
  width: 20.21vw;
  max-width: 291px;
  min-width: 255px;
  position: absolute;
  bottom: 0;
  left: 3%;
} */
/* ======================
shopping
========================= */
/* #shopping {
  background: #009f42;
  padding: clamp(30px, 6.98vw, 45px) 0 clamp(52px, 12.09vw, 110px);
} */
#shopping {
  background: #009f42;
  padding: clamp(55px, 12.79vw, 125px) 0 clamp(52px, 12.09vw, 110px);
}
/* #shopping::before {
  content: "";
  display: block;
  width: 100%;
  height: 6.25vw;
  background: #009f42;
  position: absolute;
  top: 0;
  right: 50%;
  transform: skewY(-3.5deg) translate(50%, 0);
}
	#shopping .cont .flex_r .imgbk::before {
  background-image: url(../imgs/index/bg_dot_gn.png);} */

#shopping .cont .flex_r .imgbk::before {
  background-image: url(../imgs/index/bg_dot_gn.png);
  transform: rotate(-3.5deg);
}
#shopping .cont .flex_r .imgbk .imgbk_inner {
  transform: rotate(3.5deg);
}
/* オイスターくん */
#shopping .cont .flex_r .deco {
  width: 16.18vw;
  max-width: 233px;
  min-width: 204px;
  position: absolute;
  bottom: 0;
  left: 71%;
  transform: translate(0, 43%);
}
/* ======================
account
========================= */
#account {
  padding: clamp(33px, 7.67vw, 44px) 0 50px;
}
#account .sttl {
  margin-bottom: 10px;
}
#account .account_list li {
  width: calc((100% - 30px) / 4);
  max-width: 250px;
  position: relative;
}
#account .account_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.3vw, 18px);
  border: 2px solid #bababa;
  border-radius: 50%;
  background: #fff;
  aspect-ratio: 1/1;
}

#account .account_list li.account_item-ytb a::before {
  content: "";
  width: 117px;
  height: 140px;
  background: url(../imgs/index/account_deco.png) no-repeat center / contain;
  position: absolute;
  top: 40%;
  right: 20%;
  transform: translate(35%, -35%);
  transition: 0.3s;
  z-index: -1;
}
#account .account_list li.account_item-ytb a:hover::before {
  position: absolute;
  top: 0;
  right: 0;
}
#account .account_list li a .imgbk {
  width: 30%;
  max-width: 70px;
  transition: 0.2s;
  aspect-ratio: 1/1;
}
#account .account_list li:last-child a .imgbk {
  max-width: 65px;
  aspect-ratio: 6/7;
}
#account .account_list li:last-child a .imgbk img {
  max-width: 65px;
}
#account .account_list li a:hover .imgbk {
  opacity: 0.5;
}
#account .account_list li a p {
  font-size: clamp(16px, 2.08vw, 18px);
  line-height: 1.39;
}
/* ======================
access
========================= */
#access {
  padding: clamp(33px, 7.67vw, 50px) 0 clamp(33px, 7.67vw, 80px);
  background: #eb6120;
}

#access .cont {
  position: relative;
}
#access .cont .flex_l {
  min-height: 420px;
}
#access .sttl {
  margin-bottom: clamp(8px, 1.86vw, 26px);
}
#access .map {
  width: calc(50% - 33px);
  height: 420px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#access .access_address dt {
  font-size: clamp(17px, 4.65vw, 20px);
  line-height: 1.25;
  padding: 0.63em 0;
}
#access .access_address dt span {
  display: inline-block;
}
#access .access_address dd {
  line-height: 2.78;
  position: relative;
}

/* ======================
bnr
========================= */
#bnr {
  padding: clamp(50px, 7.81vw, 60px) 0 clamp(50px, 9.9vw, 76px);
}
#bnr .inner-1200 {
  max-width: 1350px;
  padding: 0 55px;
}
.bnr_slide li {
  margin: 20px;
  overflow: hidden;
}
.bnr_slide li a img {
  transition: 0.2s;
}
.bnr_slide li a:hover img {
  scale: 1.02;
}
.slick-prev,
.slick-next {
  width: 35px;
  height: 35px;
  z-index: 2;
}
.slick-prev {
  left: -45px;
}
.slick-next {
  right: -45px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  opacity: 1;
  background: url(../imgs/index/bnr_sl_arrow.png) no-repeat center / 100%;
}
.slick-next:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1260px) {
  /* ======================
	gourmet
	========================= */
  #gourmet .cont .flex_r .deco {
    left: auto;
    right: -2.6vw;
  }
  /* ======================
	shopping
	========================= */
  #shopping .cont .flex_r .deco {
    left: auto;
    right: -2.3vw;
  }
}
@media screen and (max-width: 980px) {
  /* ======================
	calendar
	========================= */
  #calendar .flex_r .calendar_inner {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #index .cont.flex {
    flex-direction: column-reverse;
    align-items: center;
  }
  #index .cont .flex_l {
    gap: 20px;
    width: 100%;
  }
  #index .cont .txtbk p {
    line-height: 1.47;
  }
  #index .cont .flex_l .txtbk p br {
    display: none;
  }
  #index .cont .flex_r {
    width: 100%;
    max-width: 550px;
  }
  /* ======================
	news
	========================= */
  #news .sttl {
    margin-bottom: clamp(8px, 1.86vw, 40px);
  }
  #news .news_list li a {
    padding: clamp(7px, 1.63vw, 30px) 62px clamp(7px, 1.63vw, 30px) 0;
    flex-direction: column;
  }
  #news .news_list li a::after {
    right: 0;
  }
  /* ======================
	calendar
	========================= */
  #calendar .cont.flex {
    flex-direction: column;
    gap: 40px;
  }
  #calendar .cont .flex_l,
  #calendar .cont .flex_r {
    width: 100%;
  }
  #calendar .flex_r .calendar_inner {
    padding-top: 0;
    height: 322px;
  }
  /* ======================
	about
	========================= */
  #about .cont {
    padding: 0 min(6.98vw, 33px) 0;
  }
  #about .cont {
    display: flex;
    flex-direction: column;
  }
  #about .imgbk_top {
    height: 68.6vw;
    max-height: 439px;
  }
  #about .imgbk_btm {
    order: 3;
    height: 80vw;
    max-height: 512px;
  }
  #about .about_imgbk {
    position: relative;
  }
  #about .about_img1 {
    width: 67.44vw;
    max-width: initial;
    max-width: 432px;
    top: 7%;
    right: auto;
    left: 50%;
    transform: translate(-68%, 0);
  }
  #about .about_img2 {
    width: 39.53vw;
    max-width: initial;
    max-width: 253px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(25px, 10%);
  }
  #about .about_img3 {
    width: 30.23vw;
    max-width: initial;
    max-width: 194px;
    bottom: 0;
    left: auto;
    right: 50%;
    transform: translate(-55px, 50%);
  }
  #about .about_img4 {
    width: 44.19vw;
    max-width: initial;
    max-width: 283px;
    top: 5%;
    left: auto;
    right: 50%;
    transform: translate(2%, 0);
  }
  #about .about_img5 {
    width: 27.91vw;
    max-width: initial;
    max-width: 179px;
    top: 0;
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translate(22%, 0);
  }
  #about .about_img6 {
    width: 32.56vw;
    max-width: initial;
    max-width: 209px;
    top: 51%;
    bottom: auto;
    right: 50%;
    transform: translate(26%, 0);
  }
  #about .about_img7 {
    width: 27.91vw;
    max-width: initial;
    max-width: 179px;
    bottom: 0;
    left: 50%;
    transform: translate(55%, -1%);
  }
  #about .txtbk_txt {
    gap: 1.59em;
    padding-bottom: max(20px, 4.65vw);
  }
  #about .cont .txtbk p {
    line-height: 1.59;
  }

  /* ======================
	gourmet,active,shopping
	========================= */
  #index .cont .flex_r .imgbk {
    position: static;
    transform: initial;
  }
  #gourmet .cont.flex {
    gap: 25px;
  }
  #gourmet .cont .flex_r .deco {
    width: 45%;
    min-width: initial;
    bottom: -14%;
    right: -5%;
  }
  #active .cont.flex {
    gap: 40px;
  }
  #active .cont .flex_r .deco {
    width: 50%;
    min-width: initial;
    position: absolute;
    bottom: -10%;
    left: 0;
  }
  #shopping .cont.flex {
    gap: 35px;
  }
  #shopping .cont .flex_r .deco {
    width: 42%;
    min-width: initial;
    bottom: -9%;
    right: -6%;
    transform: initial;
  }
  /* ======================
	access
	========================= */
  #access .map {
    position: static;
    width: 100%;
    height: 52.5vw;
    aspect-ratio: 10 / 7;
  }
  /* ======================
	account
	========================= */
  #account .cont {
    max-width: 550px;
  }
  #account .account_list {
    gap: 20px 0;
  }
  #account .account_list li {
    width: 48%;
  }
  /* ======================
	bnr
	========================= */
  .bnr_slide li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  /* ======================
	account
	========================= */
  #account .account_list li.account_item-ytb a::before {
    content: none;
  }
  #account .account_list li a p {
    font-size: min(3.72vw, 16px);
  }

  /* ======================
	access
	========================= */
  #access .map {
    position: static;
    width: 100%;
    height: 252px;
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 430px) {
}
