@charset "Shift_JIS";

/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  margin: 0;
  padding: 0;
  border: none;
  background: #fff !important;
  width: 100%;
  position: relative;
  color: #4f4f4f !important;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}

header {
  line-height: 1.15;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

main img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none !important;
}
#Top {
  position: relative;
  margin: -40px auto 270px;
  width: 100%;
}
#Top div {
  background-color: #fce7c9;
  background-image: repeating-conic-gradient(transparent, transparent 10deg, rgba(252, 222, 180, 1) 10deg 20deg);
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  height: 300px;
}
#Top div#minWidth {
  width: 1300px;
  height: 100%;
  background-color: initial;
  background-image: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
#Top img {
  width: 600px;
  margin: -5px auto 0;
  display: block;
}
#Top img.topabso {
  width: 280px;
  opacity: 0;
  position: absolute;
  right: 40px;
  bottom: -40px;
}
#Top img.topabso1 {
  width: 250px;
  opacity: 0;
  position: absolute;
  left: 90px;
  top: 10px;
}
#Top img.topabso2 {
  width: 220px;
  opacity: 0;
  position: absolute;
  right: 170px;
  top: 6px;
}

#Top article {
  width: 100%;
  max-width: 1056px;
  box-sizing: border-box;
  margin: 50px auto 0;
  max-width: 1056px;
  border: none;
  background: no-repeat;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  border: 15px solid #ffeacd;
}
#Top article h2 {
  font-size: 30px;
  margin: 0px auto 10px;
  text-align: center;
}
#Top article p {
  margin: 0 auto 15px;
  font-size: 26px;
  text-align: center;
}
#Top article p:nth-child(2) {
  margin: 5px auto 0;
  line-height: 1.2;
}
#Top article p span#red {
  color: #ab0a0a;
  font-weight: bold;
  font-size: 32px;
}
#Top article p span#line {
  background: linear-gradient(transparent 1em, #fbea86 0, #fbea86 1.2em, transparent 0);
  color: #ab0a0a;
  font-weight: bold;
  font-size: 60px;
}
#Top article ul {
  font-size: 14px;
  text-indent: -1em;
  margin: 20px auto 0;
}
#Top article ul li::before {
  content: '※';
}
#Top div.sampleImages {
  background: none;
  background-color: #ffffff !important;
  width: auto;
  height: auto;
  margin: 0 auto 30px;
  border-radius: 10px;
  padding: 20px;
}
#Top h4 {
  text-align: center;
  margin: 30px auto 0px;
  font-size: 25px;
}

#Top article#productPick {
  border-radius: 0;
  background: none;
  position: relative;
  padding: 0;
  border: none;
}

#Top article#productPick img {
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}
#Top article#productPick h4 {
  position: absolute;
  top: 40px;
  left: 50px;
  background: rgb(255 255 255 / 80%);
  font-size: 30px;
  padding: 5px 10px;
  color: #470e04;
  margin: 0;
}
#Top article#productPick ul {
  display: flex;
  text-indent: 0;
  justify-content: center;
  margin: -70px auto 0;
  gap: 20px;
}
#Top article#productPick ul li {
  width: calc(70% / 5);
}
#Top article#productPick ul li::before {
  content: none;
}
#Top article#productPick ul li img {
  border-radius: 0;
}
#Top article#productPick img#abso {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 50px;
  width: 350px;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(5px 5px 5px #aaa);
}

section#navi {
  background: #fff;
  position: relative;
  z-index: 10;
  margin: 0 auto 50px;
  padding-bottom: 30px;
}
section#navi hgroup {
  width: 360px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -167px;
}

section#navi hgroup h4 {
  text-align: center;
  margin: 0 auto 15px;
  color: #470e04;
  font-size: 22px;
}
section#navi hgroup h2 {
  margin: 0 auto;
}
section#navi h2 img {
  width: 100%;
}
section#navi nav {
  width: 96%;
  margin: 0 auto;
  max-width: 1056px;
}
section#navi nav ul {
  display: flex;
  margin: 0 auto;
  width: 650px;
}
section#navi nav ul li {
  padding: 0;
  border: none;
  margin: 0 auto 0 0;
  background: none;
  float: none;
  width: 300px;
}
section#navi nav ul li:last-child {
  margin: 0;
}
section#navi nav ul li img {
  width: 100%;
}
section#navi nav ul li a:hover {
  opacity: 0.6;
}
main section {
  width: 100%;
  margin: 0 auto 50px;
  padding: 50px 0 20px;
}
main section h3 {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 24px;
}
main section#sec1 {
  background-color: #ebf5f7;
}
main section#sec2 {
  background-color: #e4f2e1;
}
main section#sec1 h3,
#select #sec1 ul li h6 {
  color: #0866a3;
}
main section#sec2 h3,
#select #sec2 ul li h6 {
  color: #179a0e;
}

/* タブ */
.tab-2,
.tab-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  max-width: 1056px;
  width: 96%;
  margin: 0 auto 50px;
}
.tab-2 > label,
.tab-3 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 0.6em 3em;
  border-radius: 5px 5px 0 0;
  background-color: #c5c1c0;
  color: #333;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.tab-3 > label {
  padding: 0.6em 1em;
}
.tab-2 > label:hover,
.tab-3 > label:hover {
  opacity: 0.8;
}
.tab-2 input,
.tab-3 input {
  display: none;
}
.tab-2 > div,
.tab-3 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
  box-sizing: border-box;
}
.tab-2 label:has(:checked) {
  opacity: 1;
  background: #0866a3;
  color: #fff;
}
.tab-3 label:has(:checked) {
  opacity: 1;
  background: #179a0e;
  color: #fff;
}
.tab-2 label:has(:checked) + div {
  display: block;
  border-top: 10px solid #0866a3;
}
.tab-3 label:has(:checked) + div {
  display: block;
  border-top: 10px solid #179a0e;
}

/* 商品情報群 */

#select main ul li {
  margin: 0 auto 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
#select main ul li hgroup {
  margin: 0 auto;
  width: 80%;
}
#select main ul li h4 {
  margin: 0 auto 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
#select main ul li h4 img {
  height: 40px;
  width: auto;
  margin: 0 5px 0 0;
}
#select main ul li h4 span {
  margin: 0 0 0 10px;
  font-size: 14px;
  padding: 2px 7px;
  border-radius: 30px;
}
#select main ul li h4 span.title1 {
  background: #fbd7b4;
}
#select main ul li h4 span.title2 {
  background: #c9dec4;
}
#select main ul li h4 span.title3 {
  background: #f9d3cd;
}
#select main ul li h6 {
  margin: 0 auto;
  font-size: 14px;
}
#select main ul li p {
  margin: 0 auto 20px;
  width: 100%;
}
#select main ul li h5 {
  margin: 0 auto 10px;
  font-size: 24px;
}
#select main ul li h5 span {
  font-size: 15px;
  color: #01008c;
  font-weight: normal;
  margin: 0 0 0 10px;
}
#select main ul li p.price {
  margin: 0 auto;
}
#select main ul li p.price span {
  color: #ab0a0a;
}
#select ul li p.price span.big {
  font-size: 26px;
  font-weight: bold;
}
#select main ul li p.price span.small {
  font-size: 10px;
  color: #4f4f4f !important;
  font-weight: normal;
}
#select main ul li:last-child {
  margin: 0 auto;
  padding-bottom: 0;
}
#select main ul li p.input_area input {
  display: block;
  margin: 0 10px;
}

#select ul li p.input_area input:last-child {
  width: 200px;
  margin: 0;
}

#select main ul li p.input_area {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#select main ul li .twoBlock {
  width: 49%;
  margin: 0;
}
#select main ul li .oneBlock {
  width: 49%;
  margin: 0 auto 0 0;
}

/* スライド */
.swiper-slide-thumb-active {
  opacity: 0.6;
}
.swiper-slide-thumb-active img {
  border: 3px solid #ee7700 !important;
  box-sizing: border-box;
  box-shadow: 1px 2px 3px #ccc;
}
#select .swiper-button-prev,
#select .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 50px);
  right: auto;
}
#select .swiper-button-next,
#select .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 50px);
  left: auto;
}
#select .swiper-button-next {
  background: url(/images/static/select/swiper_next.png);
  background-size: 40px;
  width: 40px;
  height: 40px;
}
#select .swiper-button-prev {
  background: url(/images/static/select/swiper_prev.png);
  background-size: 40px;
  width: 40px;
  height: 40px;
}
#select .swiper-button-prev:after,
#select .swiper-button-next:after {
  content: '';
}

/* サムネイルをグリッド表示 */
div[class*='swiper-thumbs'] {
  width: 300px;
}
div[class*='swiper-thumbs'] .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 15.6%);
  gap: 10px 1%;
  margin: 10px 0;
}
div[class*='swiper-thumbs'] .swiper-wrapper .swiper-slide img {
  box-shadow: 1px 2px 3px #ccc;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* サムネイル */
div[class*='swiper-main'] .swiper-wrapper .swiper-slide img {
  width: 300px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* アコーディオン */
.accordion-003 {
  max-width: 500px;
  margin: 0 auto 20px;
  border-top: 2px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
  width: 100%;
}
.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.5em;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}
.accordion-003 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::before,
.accordion-003 summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #333333b3;
  content: '';
  position: absolute;
  right: 1em;
}
.accordion-003 summary::before {
  rotate: 90deg;
}
.accordion-003 summary::after {
  transition: rotate 0.3s;
}
.accordion-003[open] summary::after {
  rotate: 90deg;
}
.accordion-003[open] summary {
  margin: 0 0 10px;
}
.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0 auto 10px !important;
  padding: 0 0 0 1em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 16px;
  position: relative;
}
.accordion-003 p::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.accordion-003[open] p {
  transform: none;
  opacity: 1;
  box-sizing: border-box;
}
.accordion-003[open] p a:hover {
  color: #ee7700 !important;
}

#sec1jamp,
#sec2jamp {
  margin-top: -100px;
  padding-top: 100px;
}

#select .backToTop {
  margin: 0;
}

#suggest {
  font-size: 18px !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;

  &.fadein-left {
    transform: translate(-30px, 0);
  }

  &.fadein-right {
    transform: translate(30px, 0);
  }

  &.fadein-up {
    transform: translate(0, -30px);
  }

  &.fadein-bottom {
    transform: translate(0, 30px);
  }

  &.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.fadeIn1100ms {
  animation-name: fadeIn1100ms;
  animation-delay: 1100ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes fadeIn1100ms {
  0% {
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeIn1200ms {
  animation-name: fadeIn1200ms;
  animation-delay: 1200ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes fadeIn1200ms {
  0% {
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeIn1000ms {
  animation-name: fadeIn1000ms;
  animation-delay: 1000ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes fadeIn1000ms {
  0% {
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeIn1200ms {
  animation-name: fadeIn1200ms;
  animation-delay: 1200ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes fadeIn1200ms {
  0% {
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
