body {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
}

p {
  padding-bottom: 0 !important;
}

#popupShopping {
  text-align: left;
}
#popupShopping h2.ttl {
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
#popupShopping .img {
  margin-top: 10vw;
  text-align: center;
}
#popupShopping .txt {
  margin: 10vw auto 0;
}
#popupShopping .txt + .txt {
  margin-top: 7vw;
}
#popupShopping .blk {
  padding: 10vw 0;
  background: url("../img/shared/bg_bd.jpg");
  position: relative;
  z-index: 0;
}
#popupShopping .blk::before {
  content: "";
  width: 46vw;
  height: 27vw;
  background: url("../img/shared/deco9.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#news {
  padding-top: 15vw;
  position: relative;
}

#news h2.ttl {
  font-weight: 600;
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

#news #feed .row {
  margin-bottom: 15px;
}

#news #feed dl .ttl {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#news #feed dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#news #feed dl dt {
  width: 48%;
}

#news #feed dl dd {
  width: 48%;
}

#news #feed dl dt span {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 65%;
}

#news .btn {
  margin-top: 10vw;
}

#sec1 {
  padding-top: 20vw;
  position: relative;
  z-index: 0;
}
#sec1::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: 17vw 2vw -100vw;
  z-index: -1;
  height: 2760px;
}
#sec1 h2.ttl {
  min-width: 51vw;
  min-height: 97vw;
  margin: -10vw auto 0;
  padding: 0 !important;
  font-weight: 600;
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
#sec1 h2.ttl .txt1 {
  display: block;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#sec1 h2.ttl .txt1 > span {
  min-height: 50vw;
  display: inline-block;
  padding: 7vw 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg1.jpg");
  color: #fff;
  white-space: nowrap;
}
#sec1 h2.ttl .txt2 {
  display: block;
  margin: 15vw 5vw 0 0;
  padding: 23vw 5vw 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #c07020;
  border-right: 2px solid #c07020;
  position: relative;
}
#sec1 h2.ttl .txt2::before {
  content: "";
  width: 100%;
  height: 12vw;
  background: url("../img/shared/deco2.png") center/contain no-repeat;
  position: absolute;
  top: 5vw;
  left: 0;
}
#sec1 .set {
  margin-top: 15vw;
  position: relative;
  z-index: 0;
}
#sec1 .set .deco1 {
  width: 60vw;
  height: 15vw;
  position: absolute;
  top: 5vw;
  left: -5vw;
  z-index: -1;
}
#sec1 .set .deco2 {
  width: 60vw;
  height: 15vw;
  position: absolute;
  top: 40vw;
  right: -5vw;
  z-index: -1;
}
#sec1 .set .deco3 {
  width: 50vw;
  height: 70vw;
  position: absolute;
  bottom: -40vw;
  right: -5vw;
  z-index: -1;
}
#sec1 .set .img {
  margin: 0 -5vw;
}
#sec1 .set .txt {
  margin-top: 10vw;
}
#sec1 .set .txt + .txt {
  margin-top: 7vw;
}
#sec1 .set .btn {
  margin-top: 20vw;
}

#sec2 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40vw 0 25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 0;
}
#sec2 .bgi {
  width: 100%;
  height: 100vh;
  z-index: -1;
  -webkit-mask-image: url("../img/shared/mask1.png"), -webkit-gradient(linear, left top, left bottom, color-stop(13vw, transparent), color-stop(13vw, #000));
  -webkit-mask-image: url("../img/shared/mask1.png"), linear-gradient(to bottom, transparent 13vw, #000 13vw);
          mask-image: url("../img/shared/mask1.png"), -webkit-gradient(linear, left top, left bottom, color-stop(13vw, transparent), color-stop(13vw, #000));
          mask-image: url("../img/shared/mask1.png"), linear-gradient(to bottom, transparent 13vw, #000 13vw);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 15vw, 100% 100%;
          mask-size: 100% 15vw, 100% 100%;
  -webkit-mask-position: top;
          mask-position: top;
}
#sec2 .bgi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec2 h2.ttl {
  margin: 10vw 0 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 8vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
#sec2 h2.ttl small {
  font-size: 6vw;
  letter-spacing: 0.1em;
}
#sec2 h2.ttl .highlight {
  display: inline-block;
  margin-top: 3vw;
  padding: 5px 10vw;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
#sec2 .set .imgbox {
  position: relative;
}
#sec2 .set .imgbox .img1 {
  width: 40vw;
  margin-left: 10vw;
}
#sec2 .set .imgbox .img2 {
  width: 30vw;
  margin-top: 5vw;
}
#sec2 .set .imgbox .img3 {
  width: 30vw;
  position: absolute;
  top: 10vw;
  right: 0;
}
#sec2 .set .imgbox .img4 {
  width: 45vw;
  margin: 5vw auto 0;
}
#sec2 .set .txt {
  margin-top: 10vw;
}
#sec2 .set .btn {
  margin-top: 10vw;
}

#sec3 {
  padding-top: 15vw;
}
#sec3 .wrap .deco1 {
  width: 90vw;
  position: absolute;
  bottom: -25vw;
  right: 0;
  z-index: -1;
}
#sec3 h2.ttl {
  margin: 10vw 0 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 6.5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
#sec3 h2.ttl .highlight1 {
  display: inline-block;
  padding: 2vw 5vw;
  background: url("../img/shared/bg1.jpg");
  color: #fff;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#sec3 h2.ttl .highlight2 {
  display: inline-block;
  margin-top: 3vw;
  padding-bottom: 5px;
  border-bottom: 2px solid #c07020;
}
#sec3 .set .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec3 .set .imgbox .img1 {
  width: 100%;
}
#sec3 .set .imgbox .img2 {
  width: 40%;
  margin: 5vw 0 0 -5vw;
}
#sec3 .set .imgbox .img3 {
  width: 60%;
  margin: 20vw -5vw 0 0;
}
#sec3 .set .txt {
  margin-top: 7vw;
}

#sec4 {
  padding-top: 30vw;
}
#sec4 a:hover {
  text-decoration: none;
}
#sec4 .bnr-style-1 {
  width: 100%;
  min-height: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 0;
}
#sec4 .bnr-style-1::after {
  content: "";
  border: 1px solid;
  position: absolute;
  inset: 10px;
}
#sec4 .bnr-style-1 .bnr__ttl {
  min-width: 8vw;
  min-height: 50vw;
  margin: 0 auto;
  padding: 5vw 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid;
  border-right: 2px solid;
  font-weight: 600;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#sec4 .bnr-style-1 .bnr__deco {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -5vw;
  left: 0;
  z-index: 1;
}
#sec4 .bnr-style-1 .bnr__deco img {
  width: auto;
  height: auto;
  max-height: 100%;
}
#sec4 .bnr-style-1 .bnr__img {
  position: absolute;
  inset: 0;
}
#sec4 .bnr-style-1 .bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec4 .bnr-style-1 .bnr__content {
  width: 100%;
  position: relative;
  z-index: 1;
}
#sec4 .bnr-style-1 .bnr__content::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 100%;
  display: block;
  margin: 10vw auto 0;
  background: url("../img/shared/icon_arrow1.png") center/contain no-repeat;
}
#sec4 .bnr-popup .bnr__content::after {
  background-image: url("../img/shared/icon_plus.png");
}
#sec4 .bnr1 .bnr__deco {
  height: 20vw;
}
#sec4 .bnr2 {
  margin-top: 20vw;
}
#sec4 .bnr2 .bnr__deco {
  height: 20vw;
}

#sec5 {
  padding-top: 20vw;
}
#sec5 h2.ttl {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
#sec5 h2.ttl > span {
  min-width: 80vw;
  display: inline-block;
  padding: 3vw 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #c07020;
  border-bottom: 2px solid #c07020;
  position: relative;
}
#sec5 h2.ttl > span::before {
  content: "";
  border-left: 2px solid #c07020;
  border-right: 2px solid #c07020;
  position: absolute;
  inset: -10px 10px;
}
#sec5 .set .txt {
  margin-top: 10vw;
}
#sec5 .slider-scroll {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 10vw;
  padding-right: 10px;
}
#sec5 .slider-scroll .img {
  width: 60vw !important;
}
#sec5 .btn {
  margin-top: 10vw;
}

#sec6 {
  padding: 20vw 0 30vw;
}
#sec6 h2.ttl {
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
#sec6 h2.ttl small {
  font-size: 5vw;
  letter-spacing: 0.1em;
}
#sec6 h2.ttl .catch {
  width: 100%;
  display: block;
  color: #bba883;
  font-weight: 600;
  font-size: 25vw;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: -2vw;
  left: 0;
  opacity: 0.15;
}
#sec6 h2.ttl .catch small {
  color: #808080;
  font-size: 20vw;
  letter-spacing: 0.2em;
}
#sec6 h2.ttl .highlight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  white-space: nowrap;
}
#sec6 h2.ttl .highlight::before, #sec6 h2.ttl .highlight::after {
  content: "";
  width: 15vw;
  display: block;
  border-top: 1px solid;
}
#sec6 .qabox {
  padding: 5vw 0 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#sec6 .qabox:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#sec6 .qabox .question,
#sec6 .qabox .answer {
  padding: 4px 0px 6px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.15em;
  position: relative;
}
#sec6 .qabox .question::before,
#sec6 .qabox .answer::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#sec6 .qabox .question::before {
  content: "Q";
  background: #ddd6ca;
}
#sec6 .qabox .answer {
  margin-top: 10px;
}
#sec6 .qabox .answer::before {
  content: "A";
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#sec6 .toggle {
  margin-top: 25px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 15px;
}
#sec6 .toggle .toggle-link {
  padding: 20px 30px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#sec6 .toggle .toggle-link::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 0;
  background: url("../img/shared/icon_arrow2.png") center/contain no-repeat, #555555;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sec6 .toggle .toggle-link .ttl {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.15em;
}
#sec6 .toggle .toggle-link .ttl img {
  width: 30px;
  display: block;
}
#sec6 .toggle .toggle-main {
  padding-bottom: 40px;
}
#sec6 .toggle.active .toggle-link::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
#sec6 .set {
  margin-top: 10vw;
}

#sec7 {
  padding-bottom: 20vw;
  position: relative;
}
#sec7 .big-img {
  width: 100%;
  height: 60vw;
  -webkit-mask-image: url("../img/shared/mask1.png"), -webkit-gradient(linear, left top, left bottom, color-stop(15vw, transparent), color-stop(15vw, #000));
  -webkit-mask-image: url("../img/shared/mask1.png"), linear-gradient(to bottom, transparent 15vw, #000 15vw);
          mask-image: url("../img/shared/mask1.png"), -webkit-gradient(linear, left top, left bottom, color-stop(15vw, transparent), color-stop(15vw, #000));
          mask-image: url("../img/shared/mask1.png"), linear-gradient(to bottom, transparent 15vw, #000 15vw);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 15vw, 100% 100%;
          mask-size: 100% 15vw, 100% 100%;
  -webkit-mask-position: top;
          mask-position: top;
}
#sec7 .big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec7 .deco1 {
  width: 50vw;
  position: absolute;
  top: -20vw;
  right: 0;
  z-index: -1;
}
#sec7 .deco2 {
  width: 50vw;
  position: absolute;
  bottom: -33vw;
  left: 0;
  z-index: -1;
}
#sec7 h2.ttl {
  min-width: 12vw;
  min-height: 56vw;
  margin: 0 auto !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 8vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#sec7 h2.ttl > span {
  display: inline-block;
  padding-top: 20vw;
  position: relative;
}
#sec7 h2.ttl > span::before {
  content: "";
  height: 17vw;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
#sec7 .set1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10vw;
  position: relative;
  z-index: 1;
}
#sec7 .set1 .gr1 {
  width: 65%;
}
#sec7 .set1 .gr2 {
  width: 25%;
}
#sec7 .set2 {
  margin-top: 10vw;
  position: relative;
  z-index: 0;
}
#sec7 .set2 h3.ttl {
  font-weight: 600;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
#sec7 .set2 .txt {
  margin-top: 5vw;
}
#sec7 .set2 .btn {
  margin-top: 10vw;
}
#sec7 .set2 .btn + .btn {
  margin-top: 5vw;
}
#sec7 .set2 .deco {
  width: 40vw;
  position: absolute;
  bottom: 10vw;
  right: -5vw;
  z-index: -1;
}