@charset "UTF-8";

/*
  トップページスタイル指定
*/

/* 共通ボタン */
.top-btn {
  display: block;
  text-decoration: none;
  background-color: var(--color-bg-black);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16"><path id="パス_754" data-name="パス 754" d="M21.854,8.49a.857.857,0,0,0,.059-.089.97.97,0,0,0,0-.8.844.844,0,0,0-.059-.088.99.99,0,0,0-.177-.238c-.008-.007-.01-.018-.018-.025l-8-7a1,1,0,0,0-1.317,1.5l6,5.248H1A1,1,0,0,0,1,9H18.339l-6,5.247a1,1,0,1,0,1.317,1.505l8-7c.008-.007.01-.017.018-.024a.99.99,0,0,0,.177-.238" transform="translate(0 0)" fill="%23fff"/></svg>');
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: right 25px center;
  display: grid;
  place-content: center;
  border-radius: 500px;
  min-height: 50px;
  letter-spacing: 1px;
}

@media print,
screen and (min-width: 768px) {

  /* MD */
  .top-btn {
    background-size: 20px auto;
    background-position: right 27px center;
    min-height: 65px;
    transition: opacity var(--hover-duration) var(--hover-timing);
  }

  .top-btn:hover {
    opacity: var(--hover-opacity);
  }
}


/* メインビジュアル */
.top-mv-inner {
  overflow: hidden;
}

.top-mv-message {
  height: 485px;
  display: grid;
  background-image: url('../img/top/mv-sp.jpg');
  background-size: cover;
  padding-top: 60px;
  align-items: center;
}

.top-mv-message > span {
  height: 167px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--color-white);
  padding-inline: 40px;
  width: fit-content;
  height: fit-content;
  letter-spacing: 2px;
  position: relative;
}

.top-mv-message > span::after {
  position: absolute;
  content: "";
  width: 171.21px;
  height: 167.25px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400.682" height="391.426" viewBox="0 0 400.682 391.426"><path id="bg_line" d="M613.287,184.808C502.78,184.808,413.2,272.32,413.2,380.271S502.78,575.734,613.287,575.734s200.091-87.512,200.091-195.463S723.794,184.808,613.287,184.808ZM647.134,468.53c-70.641,0-127.907-55.942-127.907-124.949s57.266-124.948,127.907-124.948,127.907,55.941,127.907,124.948S717.775,468.53,647.134,468.53Z" transform="translate(-412.946 -184.558)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="0.5"/></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}

.top-mv-lead-inner {
  display: grid;
  grid-template-columns: 64% 36%;
  height: 240px;
}

.top-mv-lead-img {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.top-mv-lead-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}

.top-mv-lead-text {
  background-color: var(--color-main-blue);
  display: grid;
  align-items: center;
}

.top-mv-lead-text > span {
  display: inline-block;
  font-family: var(--font-roboto);
  font-size: 11px;
  color: var(--color-white);
  padding-left: 15px;
  letter-spacing: 1px;
}

@media print,
screen and (min-width: 768px) {

  /* MD */
  .top-mv-inner {
    display: grid;
    grid-template-columns: auto 35.14%;
    height: 680px;
  }

  .top-mv-message {
    height: auto;
    background-image: url('../img/top/mv-pc.jpg');
    background-size: cover;
    padding-top: 30px;
    align-content: center;
  }

  .top-mv-message > span {
    font-size: 60px;
    padding-inline: 118px;
    letter-spacing: 10px;
  }

  .top-mv-message > span::after {
    width: 400.18px;
    height: 390.93px;
    top: 57px;
  }

  .top-mv-lead-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 430px auto;
    height: 100%;
  }

  .top-mv-lead-text > span {
    font-size: 16px;
    padding-left: 30px;
  }
}

/* マーキー */
.top-marquee {
  padding: 10px 0;
}

.top-marquee-bottom-wrap {
  margin-top: 20px;
}

.top-marquee-top,
.top-marquee-bottom {
  overflow: hidden;
  white-space: nowrap;
}

.top-marquee-top-inner,
.top-marquee-bottom-inner {
  display: inline-flex;
  gap: 28px;
  will-change: transform;
}

.top-marquee-top-item img,
.top-marquee-bottom-item img {
  height: 55px;
  max-width: none;
  vertical-align: bottom;
}

@media print,
screen and (min-width: 768px) {

  /* MD */
  .top-marquee {
    padding: 30px 0;
  }

  .top-marquee-bottom-wrap {
    margin-top: 40px;
  }

  .top-marquee-top-item img,
  .top-marquee-bottom-item img {
    height: 90px;
  }
}

/* リード文 */
.top-lead {
  padding: 30px 0 20px;
}

.top-lead-title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.top-lead-title > span {
  font-size: 25px;
}

.top-lead-title > strong {
  font-weight: 400;
  background-image: url('../img/top/bg-lead.jpg');
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.top-lead-text {
  margin-top: 15px;
  font-size: 17px;
  text-align: center;
  line-height: 2.2;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}

@media print,
screen and (min-width: 768px) {

  /* MD */
  .top-lead {
    padding: 100px 0 110px;
  }

  .top-lead-title {
    font-size: 48px;
  }

  .top-lead-title > span {
    font-size: 40px;
  }

  .top-lead-text {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.8;
  }
}

/* 数字で見る大喜多 */
.top-by-num {
  padding-bottom: 75px;
  padding-inline: 20px;
}

.top-by-num-title {
  font-size: 20px;
  text-align: center;
  color: var(--color-main-blue);
  font-weight: 500;
  position: relative;
  padding-top: 30px;
}

.top-by-num-title::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: var(--color-main-blue);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.top-by-num-data {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 19px;
}

.top-by-num-data-item {
  width: 158px;
  aspect-ratio: 1 / 1;
  text-align: center;
  display: grid;
  align-items: center;
  opacity: 0;
}

/* 出現設定 */
.top-by-num-data-item.-is-slide-in {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1.3s;
}

.top-by-num-data-item.-is-slide-in:nth-child(1) {
  transition-property: opacity;
  transition-delay: 0;
}

.top-by-num-data-item.-is-slide-in:nth-child(2) {
  transition-property: opacity;
  transition-delay: 0.3s;
}

.top-by-num-data-item.-is-slide-in:nth-child(3) {
  transition-property: opacity;
  transition-delay: 0.6s;
}

/* ------------------ */

.top-by-num-data-item:nth-child(1) {
  background-image: url('../img/top/by-num-data-01.png');
  background-size: cover;
}

.top-by-num-data-item:nth-child(2) {
  background-image: url('../img/top/by-num-data-02.png');
  background-size: cover;
}

.top-by-num-data-item:nth-child(3) {
  background-image: url('../img/top/by-num-data-03.png');
  background-size: cover;
  margin-top: -8px;
}

.top-by-num-data-text {
  padding: 20px 0 0;
  font-size: 12px;
}

.top-by-num-data-text > span {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  font-family: var(--font-roboto);
  display: inline-block;
  margin-inline: 2px;
  transform: translateY(2px);
}

.top-by-num-btn {
  margin-top: 40px;
}

@media print,
screen and (min-width: 768px) {

  /* MD */
  .top-by-num {
    padding-bottom: 150px;
  }

  .top-by-num-title {
    font-size: 30px;
    padding-top: 90px;
  }

  .top-by-num-title::before {
    width: 2px;
    height: 60px;
  }

  .top-by-num-data {
    margin-top: 32px;
    column-gap: 30px;
  }

  .top-by-num-data-item {
    width: 300px;
  }

  .top-by-num-data-item:nth-child(3) {
    margin-top: 0;
  }

  .top-by-num-data-text {
    padding: 28px 0 0;
    font-size: 24px;
    font-weight: 500;
  }

  .top-by-num-data-text > span {
    font-size: 50px;
    margin-inline: 3px;
    transform: translateY(3px);
  }

  .top-by-num-btn {
    width: 295px;
    margin: 80px auto 0;
  }
}

/* 取扱商品 */
.top-products-data {
  background-color: var(--color-main-blue);
  padding: 35px 20px;
}

.top-products-title {
  font-size: 25px;
  text-align: center;
  color: var(--color-white);
  letter-spacing: 0.8px;
}

.top-products-text {
  margin-top: 20px;
  font-size: 15px;
  color: var(--color-white);
  text-align: center;
  line-height: 2;
  letter-spacing: 0.5px;
}

.top-products-btn {
  margin-top: 30px;
}

.top-products-online {
  margin-top: 35px;
}

.top-products-online a {
  display: block;
}

.top-products-online picture,
.top-products-online img {
  width: 100%;
  vertical-align: bottom;
}

.top-products-img picture,
.top-products-img img {
  width: 100%;
  vertical-align: bottom;
}

@media print,
screen and (min-width: 768px) {

  /* MD */
  .top-products-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .top-products-data {
    padding: 134px 78px 143px 20px;
    display: grid;
    align-items: center;
    justify-content: end;
  }

  .top-products-data-inner {
    max-width: 550px;
  }

  .top-products-title {
    font-size: 48px;
    text-align: left;
  }

  .top-products-text {
    margin-top: 40px;
    font-size: 24px;
    text-align: left;
    line-height: 2.1;
  }

  .top-products-btn {
    margin-top: 75px;
    width: 295px;
  }

  .top-products-btn > a {
    min-height: 65px;
  }

  .top-products-online {
    margin-top: 90px;
    max-width: 474px;
  }

  .top-products-online a {
    transition-duration: var(--hover-duration);
    transition-timing-function: var(--hover-timing);
  }

  .top-products-online a:hover {
    opacity: var(--hover-opacity);
  }

  .top-products-img picture,
  .top-products-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*
---------------------------------------------------------------------
name: top-100years
私たちが100年かけて磨いてきたこと
---------------------------------------------------------------------
*/
.top-100years-inner {
  margin: 40px 0 50px;
}

.top-100years-title {
  height: 216px;
  background-image: url('../img/top/100years-title.png');
  background-size: auto 248px;
  background-repeat: no-repeat;
  background-position: top left 129px;
  padding-left: 32px;
}

.top-100years-title-ja {
  font-size: 24px;
  font-family: var(--font-roboto);
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  padding-top: 45px;
  line-height: 1.7;
}

.top-100years-title-ja > span {
  font-size: 33px;
  letter-spacing: 0.5px;
}

.top-100years-title-en {
  padding-top: 11.4px;
  font-size: 11px;
  font-weight: 400;
  color: var(--color-main-blue);
  text-align: left;
  letter-spacing: 1.5px;
  line-height: 1.7;
}

.top-100years-item {
  position: relative;
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
}

.top-100years-item + .top-100years-item {
  margin-top: 8px;
}

/* 出現設定 */
.top-100years-item.-is-slide-in {
  opacity: 1;
  visibility: visible;
  transition-property: opacity;
  transition-duration: 1.3s;
}

.top-100years-item.-is-slide-in:nth-child(1) {
  transition-property: opacity;
  transition-delay: unset;
}

.top-100years-item.-is-slide-in:nth-child(2) {
  transition-property: opacity;
  transition-delay: 0.3s;
}

.top-100years-item.-is-slide-in:nth-child(3) {
  transition-property: opacity;
  transition-delay: 0.6s;
}

.top-100years-item.-is-slide-in:nth-child(4) {
  transition-property: opacity;
  transition-delay: 0.8s;
}

/* ------------------ */

.top-100years-item-data {
  background-color: var(--color-bg-blue-01);
  padding: 0 32px;
  height: 277px;
  overflow: hidden;
  position: relative;
}

.top-100years-item-data.-is-open {
  height: auto;
  padding-bottom: 64px;
}

.top-100years-item:nth-child(1) .top-100years-item-data {
  background-color: var(--color-bg-blue-01);
}

.top-100years-item:nth-child(2) .top-100years-item-data {
  background-color: var(--color-bg-blue-02);
}

.top-100years-item:nth-child(3) .top-100years-item-data {
  background-color: var(--color-bg-blue-03);
}

.top-100years-item:nth-child(4) .top-100years-item-data {
  background-color: var(--color-main-blue);
}

.top-100years-item-title {
  font-size: 22px;
  color: var(--color-white);
  text-align: left;
  font-weight: 700;
  height: 119px;
  display: grid;
  align-items: center;
}

.top-100years-item-text {
  font-size: 16px;
  color: var(--color-white);
  text-align: left;
  line-height: 2;
}

/* ボタン */
.top-100years-more-btn-box {
  position: absolute;
  width: 100%;
  height: 112px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(76, 153, 223, 0) 0%, rgba(76, 153, 223, 90%) 50%, var(--color-bg-blue-01) 67%);
}

/* 色設定 */
.top-100years-item:nth-child(1) .top-100years-more-btn-box {
  background: linear-gradient(180deg, rgba(76, 153, 223, 0) 0%, rgba(76, 153, 223, 90%) 50%, var(--color-bg-blue-01) 67%);
}

.top-100years-item:nth-child(2) .top-100years-more-btn-box {
  background: linear-gradient(180deg, rgba(51, 138, 219, 0) 0%, rgba(51, 138, 219, 90%) 50%, var(--color-bg-blue-02) 67%);
}

.top-100years-item:nth-child(3) .top-100years-more-btn-box {
  background: linear-gradient(180deg, rgba(25, 124, 214, 0) 0%, rgba(25, 124, 214, 90%) 50%, var(--color-bg-blue-03) 67%);
}

.top-100years-item:nth-child(4) .top-100years-more-btn-box {
  background: linear-gradient(180deg, rgba(0, 109, 210, 0) 0%, rgba(0, 109, 210, 90%) 50%, var(--color-main-blue) 67%);
}

/* ---------------------- */

.top-100years-item-data.-is-open .top-100years-more-btn-box {
  background: unset;
}

.top-100years-more-btn {
  width: 32px;
  aspect-ratio: 1 / 1;
  background-image: url('data: image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14.828" height="8.414" viewBox="0 0 14.828 8.414"><path id="パス_73" data-name="パス 73" d="M637.627,7411.129l-6,6-6-6" transform="translate(-624.213 -7409.715)" fill="none" stroke="%23006dd2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center top 12px;
  background-color: var(--color-white);
  border-radius: 50%;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.top-100years-item-data.-is-open .top-100years-more-btn {
  transform: scaleY(-1);
}

.top-100years-more-btn > span {
  display: none;
  font-size: 10px;
}

.top-100years-item-img img {
  vertical-align: bottom;
}

@media print,
screen and (min-width: 768px) {

  /* MD */
  .top-100years-inner {
    padding: 128px 20px;
    max-width: 1140px;
    margin: 0 auto;
  }

  .top-100years-title {
    height: 390px;
    background-size: 400px auto;
    background-position: top left 0;
    padding-left: 0;
  }

  .top-100years-title-ja {
    font-size: 36px;
    padding-top: 40px;
  }

  .top-100years-title-ja > span {
    font-size: 48px;
  }

  .top-100years-title-en {
    padding: 20px 0 0;
    font-size: 16px;
  }

  .top-100years-contents {
    margin-top: 32px;
  }

  .top-100years-item {
    margin-top: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }

  .top-100years-item + .top-100years-item {
    margin-top: 0;
  }

  .top-100years-item:nth-child(2) {
    transform: translate(0, -120px);
  }

  .top-100years-item:nth-child(3) {
    transform: translate(0, -240px);
  }

  .top-100years-item:nth-child(4) {
    transform: translate(0, -360px);
  }

  /* 出現設定 */
  .top-100years-item.-is-slide-in {
    transition-duration: 1.3s;
  }

  .top-100years-item.-is-slide-in:nth-child(1) {
    transition-delay: unset;
  }

  .top-100years-item.-is-slide-in:nth-child(2) {
    transition-delay: 0.5s;
  }

  .top-100years-item.-is-slide-in:nth-child(3) {
    transition-delay: 1s;
  }

  .top-100years-item.-is-slide-in:nth-child(4) {
    transition-delay: 1.5s;
  }

  /* ------------------ */

  .top-100years-contents-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .top-100years-item-data {
    padding: 40px;
    height: 640px;
  }

  .top-100years-item-title {
    font-size: 22px;
    height: unset;
  }

  .top-100years-item-text {
    margin-top: 40px;
    font-size: 16px;
  }

  .top-100years-more-btn-box {
    display: none;
  }

  .top-100years-item-img {
    height: 360px;
  }

  .top-100years-item-img img {
    height: 100%;
    object-fit: cover;
  }
}

/* 新着情報 */
.top-info-inner {
  padding: 30px 20px 50px;
}

.top-info-main-title {
  font-size: 23px;
  text-align: center;
  margin-bottom: 11.5px;
  letter-spacing: 0.8px;
}

.top-info-contents {
  margin-top: 10px;
  border-top: 1px solid var(--color-border);
}

.top-info-contents > a {
  display: block;
  text-decoration: none;
}

.top-info-item {
  border-bottom: 1px solid var(--color-border);
  padding: 18px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

.top-info-date {
  grid-area: 1 / 1 / 2 / 2;
  font-size: 12px;
  color: var(--color-main-blue);
  font-weight: 600;
  padding-right: 10px;
}

.top-info-category {
  grid-area: 1 / 2 / 2 / 3;
}

.top-info-category > span {
  display: inline-block;
  color: var(--color-white);
  background-color: var(--color-bg-gray);
  font-size: 11px;
  padding: 2px 10px;
  margin-right: 5px;
}

.top-info-title {
  grid-area: 2 / 1 / 3 / 3;
  font-size: 12px;
  color: var(--color-bg-black);
  padding: 8px 0 0;
}

.top-info-btn {
  margin-top: 40px;
}

@media print,
screen and (min-width: 768px) {

  /* MD */
  .top-info-inner {
    padding: 80px 20px 150px;
    max-width: 1140px;
    margin: 0 auto;
  }

  .top-info-main-title {
    font-size: 48px;
    text-align: left;
    margin-bottom: 28px;
  }

  .top-info-contents {
    margin-top: 28px;
  }

  .top-info-contents > a {
    transition-duration: var(--hover-duration);
    transition-timing-function: var(--hover-timing);
  }

  .top-info-contents > a:hover {
    opacity: var(--hover-opacity);
  }

  .top-info-item {
    padding: 24px 0;
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: none;
    grid-column-gap: 20px;
    align-items: flex-start;
  }

  .top-info-date {
    grid-area: auto;
    font-size: 14px;
    padding-right: 0;
    padding-top: 3px;
  }

  .top-info-category {
    grid-area: auto;
  }

  .top-info-category > span {
    display: inline-block;
    color: var(--color-white);
    background-color: var(--color-bg-gray);
    font-size: 14px;
    padding: 2px 16px 4px;
    margin-right: 5px;
  }

  .top-info-title {
    grid-area: auto;
    font-size: 16px;
    padding: 1px 0 0;
  }

  .top-info-btn {
    margin: 75px auto 0;
    width: 295px;
  }
}