@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
index
-----------------------------------------------------------
----------------------------------------------------------- */
#index .Content {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
fv-block
-----------------------------------------------------------
----------------------------------------------------------- */
#index .fv-block {
  background: #F8FAFC;
}

#index .fv-block .fv-inner-wrap {
  padding: 50px 20px;
}

/*
---------------------------------------------------------
fv-wrap
--------------------------------------------------------- */
#index .fv-block .fv-wrap {
  max-width: 1200px;
  padding: 50px 60px;
  background: url(/img/fv_bg.svg);
  background-size: 30px auto;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  position: relative;
}

#index .fv-block .fv-wrap .fv {
  width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#index .fv-block .fv-wrap .fv .left-wrap .categ {
  color: #FF5B5B;
  font-size: 12px;
  font-weight: bold;

}

#index .fv-block .fv-wrap .fv .left-wrap .title {
  font-size: 32px;
  font-weight: bold;

}

#index .fv-block .fv-wrap .fv .left-wrap .subtitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.065em;
  margin-top: 15px;
}

#index .fv-block .fv-wrap .fv .left-wrap .detail {
  font-size: 14px;
  font-weight: 500;
  color: #9CA3AF;
  line-height: 1.6;
  margin-top: 15px;
  letter-spacing: 0.09em;
}

#index .fv-block .fv-wrap .fv .left-wrap .btn-wrap {
  width: 280px;
  height: 60px;
  margin-top: 30px;
}

#index .fv-block .fv-wrap .fv .left-wrap .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #555;
  color: #fff;
  border-radius: 60px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

#index .fv-block .fv-wrap .fv .left-wrap .btn-wrap a span {
  padding-right: 20px;
  position: relative;
  letter-spacing: 0.06em;
}

#index .fv-block .fv-wrap .fv .left-wrap .btn-wrap a span:before {
  content: "";
  width: 10px;
  height: 15px;
  background: url(/img/arrow_w.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#index .fv-block .fv-wrap .slick-next,
#index .fv-block .fv-wrap .slick-prev {
  display: block;
  background: #555;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  top: 50%;
  transform: translateY(-50%);
}

#index .fv-block .fv-wrap .slick-next {
  right: -20px;
}

#index .fv-block .fv-wrap .slick-prev {
  left: -20px;
}

#index .fv-block .fv-wrap .slick-next:before {
  content: '';
  background: url(/img/arrow_w.svg);
  background-size: 9px auto;
  background-repeat: no-repeat;
  opacity: 1;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 13px;
  left: 17px;
}

#index .fv-block .fv-wrap .slick-prev:before {
  content: '';
  background: url(/img/arrow_w.svg);
  background-size: 9px auto;
  background-repeat: no-repeat;
  opacity: 1;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 17px;
  transform: rotate(180deg);
}

#index .fv-block .fv-wrap .slick-dots {
  display: flex !important;
  gap: 5px;
  width: fit-content;
  position: absolute;
  bottom: 35px;
  right: 60px;
}

#index .fv-block .fv-wrap .slick-dots li {
  width: 8px;
  height: 4px;
  margin: 0;
  transition: all.4s;
}

#index .fv-block .fv-wrap .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 4px;
  transition: all.4s;
}

#index .fv-block .fv-wrap .slick-dots li button:before {
  opacity: 1;
  background: #CECECE;
  width: 8px;
  height: 4px;
  border-radius: 8px;
  content: '';
  transition: all.4s;
}

#index .fv-block .fv-wrap .slick-dots li.slick-active {
  width: 32px;
}

#index .fv-block .fv-wrap .slick-dots li.slick-active button:before {
  background: #FF5B5B;
  width: 32px;
}

/*
---------------------------------------------------------
topic-wrap
--------------------------------------------------------- */
#index .fv-block .topic-wrap {
  max-width: 1200px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

#index .fv-block .topic-wrap .topic-inner-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
  gap: 50px;
}

#index .fv-block .topic-wrap .title-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

#index .fv-block .topic-wrap .title-wrap p {
  font-family: "Roboto", Arial, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF5B5B;
  letter-spacing: 0;
}

#index .fv-block .topic-wrap .topic {
  flex: 1;
}

#index .fv-block .topic-wrap .topic a {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #6B7280;
  position: relative;
  padding-right: 20px;
}

#index .fv-block .topic-wrap .topic a:before {
  content: '';
  background: url(/img/arrow_b.svg);
  background-size: 9px auto;
  background-repeat: no-repeat;
  opacity: 1;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#index .fv-block .topic-wrap .topic a .day {
  position: relative;
}

#index .fv-block .topic-wrap .topic a .day:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #6B7280;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

/* --------------------------------------------------------
-----------------------------------------------------------
content-block
-----------------------------------------------------------
----------------------------------------------------------- */
#index .content-block.bg {
  background: #F8FAFC;
}

#index .content-block .content-inner {
  padding: 40px 20px;
  min-width: 1200px;
}

#index .content-block .content-title-wrap {
  margin-bottom: 30px;
}

#index .content-block .content-title-wrap.center {
  text-align: center;
}

#index .content-block .content-title-wrap p {
  font-family: "Roboto", Arial, Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

#index .content-block .content-title-wrap h2 {
  font-size: 14px;
  font-weight: 500;
  color: #6B7280;

}

/*
---------------------------------------------------------
recipe-block
--------------------------------------------------------- */
#index .recipe-block .recipe-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

#index .recipe-block .recipe-wrap .recipe {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1400px) {
  #index .recipe-block .recipe-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  #index .recipe-block .recipe-wrap .recipe:last-child {
    display: none;
  }
}

#index .recipe-block .recipe-wrap .recipe a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#index .recipe-block .recipe-wrap .recipe a:hover {
  opacity: 1;
}

#index .recipe-block .recipe-wrap .recipe .img-wrap .inner-wrap {
  display: block;
  overflow: hidden;
  line-height: 0;
  border-radius: 20px 20px 0 0;
}

#index .recipe-block .recipe-wrap .recipe .img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: .3s ease-in-out;
}

#index .recipe-block .recipe-wrap .recipe a:hover .img-wrap img {
  transform: scale(1.1);
}

#index .recipe-block .recipe-wrap .recipe .text-wrap {
  padding: 10px 20px 20px;
}

#index .recipe-block .recipe-wrap .recipe .text-wrap .categ {
  font-size: 12px;
  color: #9CA3AF;
  letter-spacing: 0.05em;
}

#index .recipe-block .recipe-wrap .recipe .text-wrap .title {
  font-size: 15px;
  font-weight: bold;
  color: #1f1f1f;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

#index .recipe-block .recipe-wrap .recipe .text-wrap .difficulty {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

#index .recipe-block .recipe-wrap .recipe .text-wrap .difficulty p {
  font-size: 10px;
  font-weight: 500;
  color: #9CA3AF;
}

#index .recipe-block .btn-wrap {
  width: 250px;
  height: 50px;
  margin: 30px auto 0;
}

#index .recipe-block .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

#index .recipe-block .btn-wrap a span {
  position: relative;
  padding-right: 18px;
}

#index .recipe-block .btn-wrap a span:before {
  content: "";
  background: url(/img/arrow_b2.svg);
  width: 9px;
  height: 14px;
  background-size: 9px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#index .recipe-block .overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, .55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1000;
}

#index .recipe-block .overlay.is-open {
  display: flex;
}

#index .recipe-block .modal {
  width: min(1000px, 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  max-height: 90vh;
  border-radius: 15px;
}

#index .recipe-block .modal .modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 0;
  background: #555;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

#index .recipe-block .modal .modal__close:focus-visible {
  outline: 3px solid rgba(59, 130, 246, .6);
  outline-offset: 2px;
}

#index .recipe-block .modal .modal__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 520px;
}

#index .recipe-block .modal .modal__media {
  background: #e5e7eb;
  position: relative;
}

#index .recipe-block .modal .modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#index .recipe-block .modal .modal__content {
  padding: 60px 40px 55px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 90vh;
  background: #fff;
}

#index .recipe-block .modal .kicker {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: .02em;
  margin-bottom: 10px;
}

#index .recipe-block .modal .title-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

#index .recipe-block .modal .title-row .bar {
  width: 3px;
  height: 100%;
  background: #FF5B5B;
}

#index .recipe-block .modal h2 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .04em;
  margin-bottom: 3px;
}

#index .recipe-block .modal .desc {
  color: #6B7280;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#index .recipe-block .modal .detail-link {
  width: fit-content;
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
}

#index .recipe-block .modal .section-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .01em;
  border-bottom: 2px solid;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 20px;
}

#index .recipe-block .modal .list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  padding: 0 3px 3px;
}

#index .recipe-block .modal .item+.item {
  margin-top: 10px;
}

#index .recipe-block .modal .item label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 14px;
  justify-content: flex-start;
  background: #FAFAFA;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#index .recipe-block .modal .check {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #D9D9D9;
  display: grid;
  place-items: center;
}

#index .recipe-block .modal .check svg {
  opacity: 0;
}

#index .recipe-block .modal .item__checkbox:checked+.check {
  border-color: #FF5B5B;
  background: #fff7f8;
}

#index .recipe-block .modal .item__checkbox:checked+.check svg {
  opacity: 1;
}


#index .recipe-block .modal .thumb {
  width: 50px;
  height: 50px;
}

#index .recipe-block .modal .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#index .recipe-block .modal .meta {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  flex: 1;
}

#index .recipe-block .modal .sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

#index .recipe-block .modal .price {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: baseline;
  gap: 1px;
  white-space: nowrap;
  margin-left: auto;
}

#index .recipe-block .modal .price small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}

#index .recipe-block .modal .cta {
  margin-top: auto;
  padding-top: 14px;
}

#index .recipe-block .modal .cta button {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 25px 15px 26px;
  background: #1f1f1f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

#index .recipe-block .modal .cta button:active {
  transform: translateY(1px);
}

#index .recipe-block .modal .cta button:focus-visible {
  outline: 3px solid rgba(59, 130, 246, .6);
  outline-offset: 2px;
}

#index .recipe-block .modal .cta button.cart-added {
  font-size: 0;
  pointer-events: none;
  background: #999;
}

#index .recipe-block .modal .cta button.cart-added:before {
  content: "カートに追加しました";
  color: #fff;
  font-size: 20px;
}

#index .recipe-block .modal .cta button.cart-added:after {
  content: "";
  width: 21px;
  height: 10px;
  border: 3px solid #fff;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(309deg);
  position: absolute;
  top: 35px;
  left: 70px;
}

#index .recipe-block .modal .item__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/*
---------------------------------------------------------
ranking-block
--------------------------------------------------------- */
#index .ranking-block .ranking-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

#index .ranking-block .ranking-wrap .ranking {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 1400px) {
  #index .ranking-block .ranking-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  #index .ranking-block .ranking-wrap .ranking:last-child {
    display: none;
  }
}

#index .ranking-block .ranking-wrap .ranking:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 35px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #555555;
  z-index: 10;
}

#index .ranking-block .ranking-wrap .ranking:nth-of-type(1):before {
  background: #E9BA29;
}

#index .ranking-block .ranking-wrap .ranking:nth-of-type(2):before {
  background: #A6A6A6;
}

#index .ranking-block .ranking-wrap .ranking:nth-of-type(3):before {
  background: #C57349;
}

#index .ranking-block .ranking-wrap .ranking:after {
  content: "";
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto", Arial, Meiryo, sans-serif;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 21px;
  z-index: 20;
}

#index .ranking-block .ranking-wrap .ranking:nth-of-type(1):after {
  content: "1";
}

#index .ranking-block .ranking-wrap .ranking:nth-of-type(2):after {
  content: "2";
}

#index .ranking-block .ranking-wrap .ranking:nth-of-type(3):after {
  content: "3";
}

#index .ranking-block .ranking-wrap .ranking:nth-of-type(4):after {
  content: "4";
}

#index .ranking-block .ranking-wrap .ranking:nth-of-type(5):after {
  content: "5";
}

#index .ranking-block .ranking-wrap .ranking a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#index .ranking-block .ranking-wrap .ranking a:hover {
  opacity: 1;
}

#index .ranking-block .ranking-wrap .ranking .img-wrap .inner-wrap {
  display: block;
  overflow: hidden;
  line-height: 0;
  border-radius: 20px 20px 0 0;
}

#index .ranking-block .ranking-wrap .ranking .img-wrap img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: .3s ease-in-out;
}

#index .ranking-block .ranking-wrap .ranking a:hover .img-wrap img {
  transform: scale(1.1);
}

#index .ranking-block .ranking-wrap .ranking .text-wrap {
  padding: 10px 20px 20px;
}

#index .ranking-block .ranking-wrap .ranking .text-wrap .categ {
  font-size: 12px;
  color: #9CA3AF;
  letter-spacing: 0.05em;
}

#index .ranking-block .ranking-wrap .ranking .text-wrap .title {
  font-size: 15px;
  font-weight: bold;
  color: #1f1f1f;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

#index .ranking-block .ranking-wrap .ranking .text-wrap .price {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "Roboto", Arial, Meiryo, sans-serif;
  color: #1f1f1f;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
}

#index .ranking-block .ranking-wrap .ranking .text-wrap .price .unit {
  margin-right: -3px;
}

#index .ranking-block .ranking-wrap .ranking .text-wrap .price .tax {
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
  margin-left: 5px;
  display: block;
}

/*
---------------------------------------------------------
item-block
--------------------------------------------------------- */
#index .item-block .item-wrap .tabs {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

#index .item-block .item-wrap .tab_item {
  display: inline-block;
  width: 120px;
  height: 30px;
  color: #6B7280;
  border: 1px solid #CECECE;
  background: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 30px;
  padding: 5px;
  margin-right: 15px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

#index .item-block .item-wrap .tab_item:last-child {
  margin-right: 0;
}

#index .item-block .item-wrap input[name="tab_item"] {
  display: none;
}

#index .item-block .item-wrap .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 30px 2px 10px;
}

#index .item-block .item-wrap #tab_1:checked~#tab_item1,
#index .item-block .item-wrap #tab_2:checked~#tab_item2,
#index .item-block .item-wrap #tab_3:checked~#tab_item3,
#index .item-block .item-wrap #tab_4:checked~#tab_item4,
#index .item-block .item-wrap #tab_5:checked~#tab_item5 {
  display: block;
}

#index .item-block .item-wrap .tabs input:checked+.tab_item {
  background: #555;
  color: #fff;
  border-color: #555;
}

#index .item-block .item-wrap .tab_content .flex-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1400px) {
  #index .item-block .item-wrap .tab_content .flex-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  #index .item-block .item-wrap .tab_content .flex-wrap .item:last-child {
    display: none;
  }
}

#index .item-block .item-wrap .tab_content .flex-wrap .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item a:hover {
  opacity: 1;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item .img-wrap .inner-wrap {
  display: block;
  overflow: hidden;
  line-height: 0;
  border-radius: 20px 20px 0 0;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item .img-wrap img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: .3s ease-in-out;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item a:hover .img-wrap img {
  transform: scale(1.1);
}

#index .item-block .item-wrap .tab_content .flex-wrap .item .text-wrap {
  padding: 10px 20px 20px;
  text-align: left;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item .text-wrap .categ {
  font-size: 12px;
  color: #9CA3AF;
  letter-spacing: 0.05em;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item .text-wrap .title {
  font-size: 15px;
  font-weight: bold;
  color: #1f1f1f;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item .text-wrap .price {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "Roboto", Arial, Meiryo, sans-serif;
  color: #1f1f1f;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item .text-wrap .price .unit {
  margin-right: -3px;
}

#index .item-block .item-wrap .tab_content .flex-wrap .item .text-wrap .price .tax {
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
  margin-left: 5px;
  display: block;
}

#index .item-block .btn-wrap {
  width: 250px;
  height: 50px;
  margin: 20px auto 0;
}

#index .item-block .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #1f1f1f;
  background: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

#index .item-block .btn-wrap a span {
  position: relative;
  padding-right: 18px;
}

#index .item-block .btn-wrap a span:before {
  content: "";
  background: url(/img/arrow_b2.svg);
  width: 9px;
  height: 14px;
  background-size: 9px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*
---------------------------------------------------------
news-block
--------------------------------------------------------- */
#index .news-block .news-wrap {
  width: fit-content;
  margin: 0 auto;
}

#index .news-block .news-wrap .news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

#index .news-block .news-wrap .news+.news {
  margin-top: 15px;
}

#index .news-block .news-wrap .news .day {
  font-size: 12px;
  font-weight: 500;
  color: #6B7280;
  letter-spacing: 0;
}

#index .news-block .news-wrap .news .categ a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 80px;
  height: 20px;
  letter-spacing: 0;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid;
  border-radius: 3px;
}

#index .news-block .news-wrap .news .categ.item a {
  background: #EEF2FF;
  border-color: #4F46E5;
  color: #4F46E5;
}

#index .news-block .news-wrap .news .categ.news a {
  background: #F9FAFB;
  border-color: #6B7280;
  color: #6B7280;
}

#index .news-block .news-wrap .news .categ.campaign a {
  background: #FDF2F8;
  border-color: #DB2777;
  color: #DB2777;
}

#index .news-block .news-wrap .news .article a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#index .news-block .news-wrap .news .article a:hover {
  opacity: 1;
  text-decoration: underline;
}

#index .news-block .btn-wrap {
  width: 250px;
  height: 50px;
  margin: 20px auto 0;
}

#index .news-block .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #1f1f1f;
  background: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

#index .news-block .btn-wrap a span {
  position: relative;
  padding-right: 18px;
}

#index .news-block .btn-wrap a span:before {
  content: "";
  background: url(/img/arrow_b2.svg);
  width: 9px;
  height: 14px;
  background-size: 9px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*
---------------------------------------------------------
column-block
--------------------------------------------------------- */
#index .column-block .column-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1400px) {
  #index .column-block .column-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  #index .column-block .column-wrap .column:last-child {
    display: none;
  }
}

#index .column-block .column-wrap .column a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#index .column-block .column-wrap .column a:hover {
  opacity: 1;
}

#index .column-block .column-wrap .column .img-wrap {
  position: relative;
}

#index .column-block .column-wrap .column .img-wrap .inner-wrap {
  display: block;
  overflow: hidden;
  line-height: 0;
  border-radius: 20px;
}

#index .column-block .column-wrap .column .img-wrap img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: .3s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

#index .column-block .column-wrap .column a:hover .img-wrap img {
  transform: scale(1.1);
}

#index .column-block .column-wrap .column .img-wrap .categ {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff5b5b7d;
  font-size: 10px;
  color: #fff;
  border-radius: 10px;
  padding: 2px 12px;
  letter-spacing: 0.03em;
}

#index .column-block .column-wrap .column .text-wrap {
  padding: 10px 0 0;
  text-align: center;
}

#index .column-block .column-wrap .column .text-wrap .categ {
  font-size: 12px;
  color: #9CA3AF;
  letter-spacing: 0.05em;
}

#index .column-block .column-wrap .column .text-wrap .title {
  font-size: 14px;
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
insta-block
-----------------------------------------------------------
----------------------------------------------------------- */
#index .insta-block .content-title-wrap {
  margin-bottom: 20px;
}

#index .insta-block .account-name {
  text-align: center;
  margin-bottom: 30px;
}

#index .insta-block .account-name a {
  color: #FF5B5B;
  font-size: 14px;
  font-weight: 500;
  padding-right: 18px;
  position: relative;
  letter-spacing: 0;
  text-decoration: none;
}

#index .insta-block .account-name a:before {
  content: "";
  background: url(/img/arrow_r.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
  width: 7px;
  height: 11px;
}

#index .insta-block #instagram-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1080px;
  margin: 0 auto;
}

#index .insta-block #instagram-gallery li {
  width: 200px;
}


#index .insta-block #instagram-gallery li a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 3 / 4;
}

/* --------------------------------------------------------
-----------------------------------------------------------
reason-block
-----------------------------------------------------------
----------------------------------------------------------- */
#index .reason-block .content-min-inner {
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

#index .reason-block .title-bottom-text {
  text-align: center;
  color: #6B7280;
  font-size: 14px;
  margin-bottom: 30px;
}

#index .reason-block .reason-wrap .reason {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}

#index .reason-block .reason-wrap .reason+.reason {
  margin-top: 50px;
}

#index .reason-block .reason-wrap .reason .text-wrap {
  width: 475px;
  order: 1;
}

#index .reason-block .reason-wrap .reason:nth-of-type(2n) .text-wrap {
  order: 2;
}

#index .reason-block .reason-wrap .reason .text-wrap h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

#index .reason-block .reason-wrap .reason .text-wrap .detail {
  font-size: 14px;
  margin-bottom: 20px;
}

#index .reason-block .reason-wrap .reason .text-wrap p {
  font-size: 13px;
  color: #6B7280;
}

#index .reason-block .reason-wrap .reason .text-wrap p+p {
  margin-top: 10px;
}

#index .reason-block .reason-wrap .reason .text-wrap p strong {
  color: #1f1f1f;
}

#index .reason-block .reason-wrap .reason .img-wrap {
  width: 475px;
  order: 2;
}

#index .reason-block .reason-wrap .reason:nth-of-type(2n) .img-wrap {
  order: 1;
}

#index .reason-block .reason-wrap .reason .recommend-box {
  background: #fafafa;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  padding: 10px;
}

#index .reason-block .reason-wrap .reason .recommend-box p {
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 500;
}

#index .reason-block .reason-wrap .reason .recommend-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}

#index .reason-block .reason-wrap .reason .recommend-box ul li {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
  letter-spacing: 0;
}

#index .reason-block .hint-wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}

#index .reason-block .hint-wrap .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}

#index .reason-block .hint-wrap .flex-wrap>div {
  width: 475px;
}

#index .reason-block .hint-wrap h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

#index .reason-block .hint-wrap h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

#index .reason-block .hint-wrap p {
  font-size: 13px;
  color: #6B7280;
}

#index .reason-block .hint-wrap p+p {
  margin-top: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
faq-block
-----------------------------------------------------------
----------------------------------------------------------- */
#index .faq-block .content-min-inner {
  max-width: 830px;
  min-width: 830px;
  margin: 0 auto;
  padding: 40px 0 80px;
}

#index .faq-block .faq-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}

#index .faq-block .faq-wrap .faq {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  width: 400px;
  padding: 20px;
}

#index .faq-block .faq-wrap .faq .q {
  margin-bottom: 20px;
}

#index .faq-block .faq-wrap .faq .q p,
#index .faq-block .faq-wrap .faq .a p {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
}

#index .faq-block .faq-wrap .faq .q p {
  font-weight: 500;
}

#index .faq-block .faq-wrap .faq .q p:before {
  content: "";
  background-image: url(/img/icon_q.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}

#index .faq-block .faq-wrap .faq .a p:before {
  content: "";
  background-image: url(/img/icon_a.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}

#index .faq-block .btn-wrap {
  width: 250px;
  height: 50px;
  margin: 30px auto 0;
}

#index .faq-block .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #1f1f1f;
  background: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

#index .faq-block .btn-wrap a span {
  position: relative;
  padding-right: 18px;
}

#index .faq-block .btn-wrap a span:before {
  content: "";
  background: url(/img/arrow_b2.svg);
  width: 9px;
  height: 14px;
  background-size: 9px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}