@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ======================
// reset
====================== */
* {
  box-sizing: border-box;
}

html body,
html a {
  color: #402304;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.2vw, 12px);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}
html body, html div, html p, html dl, html dt, html dd, html ul, html ol, html li, html h1, html h2, html h3, html h4, html h5, html h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
html ol, html ul {
  list-style: none;
}
html img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}
html a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html a::-moz-focus-inner {
  border: 0;
}

/* ----------------------
開発確認用
---------------------- */
/* ==============================
// header Original Style
============================== */
header {
  width: 100%;
  height: min(17.0666666667vw, 64px);
  margin: 0;
  background-color: #fff;
  border-bottom: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
header #headerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 min(3.7333333333vw, 14px) 0 min(3.2vw, 12px);
}
header .sp_none {
  display: none;
}
header h1 {
  width: min(41.8666666667vw, 157px);
  margin: 0;
}
header h1 a {
  line-height: 1;
}
header h1 img {
  width: 100%;
}
header #coopLogo {
  width: min(32.8vw, 123px);
  margin: 0;
}

@media (min-width: 1024px) {
  header {
    height: min(3.3333333333vw, 64px);
  }
  header #headerTop {
    padding: 0 min(2.0833333333vw, 40px) 0 min(2.0833333333vw, 40px);
  }
  header h1 {
    width: min(12.5vw, 240px);
  }
  header #coopLogo {
    width: min(7.2916666667vw, 140px);
  }
}
/* ==============================
// animation
============================== */
.motion-01 {
  animation: motion-01 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes motion-01 {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

.js-view-01 {
  opacity: 0;
}
.js-view-01.in-view {
  transform: translateY(20px);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.js-view-02 {
  opacity: 0;
}
.js-view-02.in-view {
  transform: translateY(20px);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-view-02.in-view:before {
  animation-name: motion-02;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes motion-02 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* ==============================
// contents base
============================== */
.contents {
  overflow: hidden;
  position: relative;
}
.contents:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-position: 50% 100%;
  background-image: url("../images/pc-bg.png");
  background-size: 100% auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contents .unit {
  width: calc(100% - min(12.8vw, 48px));
  margin: 0 auto 0;
}
.contents .container {
  width: min(100vw, 375px);
  margin: 0 auto 0;
  overflow: hidden;
  background-color: #ffebce;
  position: relative;
}
.contents .wrap-01 {
  background-image: url("../images/visual_about-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* ==============================
// nav Area
============================== */
.nav-area .nav-btn {
  width: min(14.9333333333vw, 56px);
  height: min(14.9333333333vw, 56px);
  margin: auto;
  background-color: #fdb03d;
  border-radius: min(2666.4vw, 9999px);
  position: fixed;
  top: min(21.8666666667vw, 82px);
  left: calc(min(100vw, 375px) - min(23.4666666667vw, 88px));
  right: 0;
  z-index: 5;
  transition-duration: 0.5s;
  transition-property: background-color;
}
.nav-area .nav-btn .menu-trigger {
  display: block;
  width: min(8vw, 30px);
  height: min(5.6vw, 21px);
  margin: auto;
  line-height: 1;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav-area .nav-btn .menu-trigger .line {
  display: inline-block;
  width: 100%;
  height: min(0.8vw, 3px);
  background-color: #402304;
  border-radius: min(2666.4vw, 9999px);
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.nav-area .nav-btn .menu-trigger .line:nth-of-type(1) {
  top: 0;
}
.nav-area .nav-btn .menu-trigger .line:nth-of-type(2) {
  top: calc(50% - min(0.5333333333vw, 2px));
}
.nav-area .nav-btn .menu-trigger .line:nth-of-type(3) {
  top: calc(100% - min(0.8vw, 3px));
}
.nav-area .nav-btn.on {
  background-color: #fff;
}
.nav-area .nav-btn.on .menu-trigger .line:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav-area .nav-btn.on .menu-trigger .line:nth-of-type(2) {
  opacity: 0;
}
.nav-area .nav-btn.on .menu-trigger .line:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.nav-area .nav {
  width: 0;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  transition-duration: 0.4s;
  transition-property: width, left;
  position: fixed;
  top: 0;
  left: min(100vw, 375px);
  right: 0;
  z-index: 4;
}
.nav-area .nav:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(80, 59, 28, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav-area .nav.on {
  width: min(100vw, 375px);
  left: 0;
}
.nav-area .nav .list {
  width: calc(100% - min(18.4vw, 69px));
  height: 100%;
  padding: min(56vw, 210px) 0 0 0;
  background-color: #fdb03d;
  position: absolute;
  top: 0;
  left: min(18.4vw, 69px);
}
.nav-area .nav .list-item {
  text-align: center;
}
.nav-area .nav .list-item:not(:last-child) {
  margin: 0 auto 40px;
}
.nav-area .nav .list-item a {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  font-size: min(6.4vw, 24px);
}

@media (min-width: 1024px) {
  .nav-area {
    display: flex;
    width: 100vw;
    margin: auto;
    position: fixed;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .nav-area .block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 187.5px);
    position: relative;
  }
  .nav-area .block:nth-child(1):before {
    content: "";
    width: min(30.9895833333vw, 595px);
    height: min(35vw, 672px);
    background-image: url("../images/pc-pict.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .nav-area .nav-btn {
    display: none;
  }
  .nav-area .nav {
    width: auto;
    height: auto;
    position: static;
  }
  .nav-area .nav:before {
    display: none;
  }
  .nav-area .nav.on {
    left: 0;
  }
  .nav-area .nav .list {
    display: flex;
    flex-direction: column;
    width: min(23.6458333333vw, 454px);
    height: auto;
    padding: min(10vw, 192px) 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: min(1.25vw, 24px);
    position: static;
  }
  .nav-area .nav .list-item:not(:last-child) {
    margin: 0 auto min(2.0833333333vw, 40px);
  }
  .nav-area .nav .list-item a {
    color: #402304;
    font-size: min(1.0416666667vw, 20px);
    transition-duration: 0.3s;
    transition-property: color;
  }
  .nav-area .nav .list-item a:hover {
    color: #fdb03d;
  }
}
/* ==============================
// visual
============================== */
.visual {
  padding: min(32vw, 120px) 0 min(6.9333333333vw, 26px) 0;
  position: relative;
  z-index: 3;
}
.visual .ttl {
  width: min(65.6vw, 246px);
  margin: 0 auto min(5.8666666667vw, 22px);
}
.visual .point {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: min(2.6666666667vw, 10px);
  margin: 0 auto min(7.4666666667vw, 28px);
}
.visual .point .point-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(29.6vw, 111px);
  height: min(29.6vw, 111px);
  margin-left: max(-2.6666666667vw, -10px);
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: min(2666.4vw, 9999px);
}
.visual .point .point-item .txt {
  display: inline-block;
  color: #000;
  line-height: 1.8333333333;
}
.visual .point .point-item .accent {
  color: #14874b;
}
.visual .visual-slide {
  margin: 0 auto 0;
  overflow: visible;
}
.visual .visual-slide .swiper-slide {
  filter: drop-shadow(0 min(1.0666666667vw, 4px) min(1.0666666667vw, 4px) rgba(195, 126, 46, 0.48));
}
.visual .visual-slide .swiper-slide.slide-one {
  width: min(65.8666666667vw, 247px);
  margin: 0 auto 0;
}
.visual .use {
  padding: min(9.6vw, 36px) 0 min(40.2666666667vw, 151px);
  margin: min(13.6vw, 51px) auto min(2.6666666667vw, 10px);
  background-color: #fff7e8;
  background-image: url("../images/visual-use-pict.png");
  background-repeat: no-repeat;
  background-size: min(66.6666666667vw, 250px) auto;
  background-position: left min(16.8vw, 63px) bottom 0;
  border-radius: min(5.3333333333vw, 20px);
  position: relative;
}
.visual .use .blow {
  width: min(58.6666666667vw, 220px);
  margin: auto;
  position: absolute;
  top: max(-8.8vw, -33px);
  left: 0;
  right: 0;
}
.visual .use .lead {
  font-weight: 700;
  text-align: center;
}
.visual .use .lead .aside {
  display: inline-block;
  padding-top: min(2.1333333333vw, 8px);
  font-size: min(2.6666666667vw, 10px);
  font-weight: 400;
  line-height: 1;
}
.visual .visual-aside {
  font-size: min(2.6666666667vw, 10px);
  font-weight: 700;
  text-align: center;
}

/* ==============================
// about
============================== */
.about {
  padding: min(10.4vw, 39px) 0 min(12.8vw, 48px);
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 3;
}
.about .lead {
  width: min(50.6666666667vw, 190px);
  margin: 0 auto min(5.8666666667vw, 22px);
}
.about .txt-unit {
  margin: 0 auto min(4.2666666667vw, 16px);
  text-align: center;
}
.about .txt-unit .txt {
  font-weight: 700;
  line-height: 2.0416666667;
}
.about .txt-unit .txt:not(:last-child) {
  margin: 0 auto min(6.4vw, 24px);
}
.about .blow {
  width: min(70.4vw, 264px);
  margin: 0 auto min(3.2vw, 12px);
}
.about .movie {
  width: min(87.2vw, 327px);
  margin: 0 auto 0;
  position: relative;
}
.about .movie a .arrow {
  width: min(10.4vw, 39px);
  height: min(10.1333333333vw, 38px);
  margin: auto;
  background-image: url("../images/about-movie-arrow-on.png");
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 min(2.6666666667vw, 10px) rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .about .movie a .arrow img {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .about .movie a:hover .arrow img {
    opacity: 0;
  }
}
/*============================
topics
============================*/
.topics {
  padding: min(17.0666666667vw, 64px) 0 min(8.5333333333vw, 32px);
  background-color: #ffe5d2;
  position: relative;
  z-index: 3;
}
.topics .unit {
  background-color: #fff;
  border-radius: min(6.4vw, 24px);
}
.topics .head {
  padding: min(36.8vw, 138px) 0 min(6.4vw, 24px);
  position: relative;
}
.topics .head .ttl {
  width: min(44.2666666667vw, 166px);
  margin: auto;
  position: absolute;
  top: max(-10.6666666667vw, -40px);
  left: 0;
  right: 0;
}
.topics .head .voice {
  width: 100%;
  padding: 0;
  position: absolute;
  top: min(7.7333333333vw, 29px);
}
.topics .head .voice .voice-01,
.topics .head .voice .voice-02 {
  text-align: center;
  font-weight: 700;
  line-height: 1.6666666667;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.topics .head .voice .voice-01:before,
.topics .head .voice .voice-02:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.topics .head .voice .voice-01 {
  width: min(31.4666666667vw, 118px);
  height: min(25.3333333333vw, 95px);
  padding: min(3.4666666667vw, 13px) 0 0;
  background-image: url("../images/topics-voice_01-blow.png");
  left: min(8.5333333333vw, 32px);
}
.topics .head .voice .voice-01:before {
  width: min(18.6666666667vw, 70px);
  height: min(30.9333333333vw, 116px);
  background-image: url("../images/topics-voice_01-pict.png");
  top: min(20vw, 75px);
  left: max(-10.9333333333vw, -41px);
}
.topics .head .voice .voice-02 {
  width: min(36.5333333333vw, 137px);
  height: min(25.6vw, 96px);
  padding: min(3.2vw, 12px) 0 0;
  background-image: url("../images/topics-voice_02-blow.png");
  right: min(7.4666666667vw, 28px);
}
.topics .head .voice .voice-02:before {
  width: min(20.8vw, 78px);
  height: min(35.4666666667vw, 133px);
  background-image: url("../images/topics-voice_02-pict.png");
  top: min(17.8666666667vw, 67px);
  right: max(-11.2vw, -42px);
}
.topics .head .lead {
  width: min(49.8666666667vw, 187px);
  margin: 0 auto min(4.2666666667vw, 16px);
}
.topics .head .txt {
  font-weight: 700;
  text-align: center;
}
.topics .head .txt .marker {
  display: inline;
  background: linear-gradient(transparent 30%, #ffe7ae 60%);
}
.topics .detail {
  padding: min(78.1333333333vw, 293px) min(6.4vw, 24px) min(6.4vw, 24px);
  background-image: url("../images/topics-demo-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.topics .detail:before {
  content: "";
  width: min(73.0666666667vw, 274px);
  height: min(67.7333333333vw, 254px);
  margin: auto;
  background-image: url("../images/topics-demo-pict.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: min(6.9333333333vw, 26px);
  left: 0;
  right: 0;
}
.topics .detail .detail-head {
  display: inline-block;
  padding: min(1.0666666667vw, 4px) min(3.2vw, 12px) min(1.3333333333vw, 5px);
  margin: 0 auto min(4vw, 15px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: #402304;
  border-radius: min(2.1333333333vw, 8px);
}
.topics .detail .detail-body .list .list-item {
  display: flex;
  gap: min(1.0666666667vw, 4px);
  font-weight: 700;
  line-height: 1.8;
}
.topics .detail .detail-body .list .list-item:not(:last-child) {
  margin: 0 auto min(3.7333333333vw, 14px);
}
.topics .detail .detail-body .list .list-item .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(6.4vw, 24px);
  height: min(6.4vw, 24px);
  color: #fff;
  background-color: #402304;
  border-radius: min(2666.4vw, 9999px);
}
.topics .detail .detail-body .list .list-item .txt {
  width: calc(100% - min(6.4vw, 24px) - min(1.0666666667vw, 4px));
  padding: min(0.5333333333vw, 2px) 0 0;
}
.topics .detail .detail-body .list .list-item .txt .aside {
  display: inline-block;
  padding: min(1.0666666667vw, 4px) 0 0;
  font-size: min(2.6666666667vw, 10px);
  font-weight: normal;
  white-space: nowrap;
  transform: scale(0.88);
  transform-origin: left top;
}
.topics .view {
  padding: min(6.1333333333vw, 23px) min(6.4vw, 24px) min(8.8vw, 33px);
}
.topics .view .view-ttl {
  width: min(73.0666666667vw, 274px);
  margin: 0 auto min(4.2666666667vw, 16px);
}
.topics .view .txt {
  font-size: min(3.2vw, 12px);
  font-weight: 700;
}
.topics .view .txt .aside {
  display: inline-block;
  padding: min(1.0666666667vw, 4px) 0 0;
  font-size: min(2.6666666667vw, 10px);
  font-weight: normal;
  white-space: nowrap;
  transform: scale(0.9);
  transform-origin: left top;
}

/*============================
step
============================*/
.step {
  padding: min(8.5333333333vw, 32px) 0 min(12.8vw, 48px);
  background-image: url("../images/step_custom-bg.png");
  background-size: 100% auto;
  position: relative;
  z-index: 3;
}
.step .ttl {
  width: min(77.3333333333vw, 290px);
  margin: 0 auto min(6.4vw, 24px);
}
.step .step-slide.swiper {
  padding: 0 min(6.4vw, 24px);
  margin: 0 auto min(8.5333333333vw, 32px);
}
.step .custom .unit .custom-ttl {
  width: min(79.4666666667vw, 298px);
  margin: 0 auto min(6.4vw, 24px);
}
.step .custom .unit .list {
  display: flex;
  flex-direction: column;
  gap: min(6.4vw, 24px);
}
.step .custom .unit .list .list-item {
  display: flex;
  width: min(87.2vw, 327px);
  height: min(78.9333333333vw, 296px);
  padding: min(2.9333333333vw, 11px) 0 0;
  position: relative;
  z-index: 1;
}
.step .custom .unit .list .list-item:before, .step .custom .unit .list .list-item:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: min(6.4vw, 24px);
  position: absolute;
}
.step .custom .unit .list .list-item:before {
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
.step .custom .unit .list .list-item:after {
  z-index: -2;
  top: min(1.6vw, 6px);
  left: min(1.6vw, 6px);
}
.step .custom .unit .list .list-item:nth-child(1):after {
  background-color: #fd7c5f;
}
.step .custom .unit .list .list-item:nth-child(1) .item-head {
  width: min(74.1333333333vw, 278px);
  position: relative;
  left: min(1.8666666667vw, 7px);
}
.step .custom .unit .list .list-item:nth-child(2):after {
  background-color: #df8c96;
}
.step .custom .unit .list .list-item:nth-child(2) .item-head {
  width: min(70.4vw, 264px);
}
.step .custom .unit .list .list-item:nth-child(3) {
  padding: min(5.3333333333vw, 20px) 0 0;
}
.step .custom .unit .list .list-item:nth-child(3):after {
  background-color: #77cec6;
}
.step .custom .unit .list .list-item:nth-child(3) .item-head {
  width: min(72.5333333333vw, 272px);
}
.step .custom .unit .list .list-item:nth-child(4):after {
  background-color: #fd7c5f;
}
.step .custom .unit .list .list-item:nth-child(4) .item-head {
  width: min(70.4vw, 264px);
}
.step .custom .unit .list .list-item:nth-child(5):after {
  background-color: #fd5fbb;
}
.step .custom .unit .list .list-item:nth-child(5) .item-head {
  width: min(72.5333333333vw, 272px);
}
.step .custom .unit .list .list-item .item-detail {
  width: 100%;
}
.step .custom .unit .list .list-item .item-head {
  margin: 0 auto min(3.7333333333vw, 14px);
}
.step .custom .unit .list .list-item .txt {
  padding: 0 min(8.5333333333vw, 32px);
  font-weight: 700;
}

/*============================
voice
============================*/
.voice {
  padding: min(10.6666666667vw, 40px) 0 min(9.0666666667vw, 34px);
  position: relative;
  z-index: 3;
}
.voice .voice-ttl {
  width: min(72vw, 270px);
  margin: 0 auto min(6.4vw, 24px);
}
.voice .list {
  display: flex;
  flex-direction: column;
  gap: min(6.4vw, 24px);
}
.voice .list .list-item {
  width: min(79.4666666667vw, 298px);
  position: relative;
}
.voice .list .list-item:before {
  content: "";
  width: 0%;
  height: min(41.6vw, 156px);
  margin: auto;
  background-repeat: no-repeat;
  background-size: auto min(41.6vw, 156px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.voice .list .list-item:nth-child(2n) {
  margin-left: auto;
}
.voice .list .list-item:nth-child(1):before {
  background-image: url("../images/voice-01-af.png");
}
.voice .list .list-item:nth-child(2):before {
  background-image: url("../images/voice-02-af.png");
}
.voice .list .list-item:nth-child(3):before {
  background-image: url("../images/voice-03-af.png");
}
.voice .list .list-item:nth-child(4):before {
  background-image: url("../images/voice-04-af.png");
}
.voice .list .list-item:nth-child(5):before {
  background-image: url("../images/voice-05-af.png");
}

/*============================
more
============================*/
.more {
  padding: min(8.5333333333vw, 32px) 0 min(16.5333333333vw, 62px);
  background-image: url("../images/more-bg.png");
  background-size: 100% auto;
  border-radius: min(6.4vw, 24px) min(6.4vw, 24px) 0 0;
  position: relative;
  z-index: 3;
}
.more .unit .use {
  display: none;
}
.more .more-ttl {
  width: min(70.4vw, 264px);
  margin: 0 auto 0;
}
.more .box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: min(9.8666666667vw, 37px) min(8vw, 30px);
  margin: max(-6.4vw, -24px) auto min(6.4vw, 24px);
  background-color: #fff;
  border-radius: min(6.4vw, 24px);
}
.more .box .bnr-ttl {
  width: min(29.8666666667vw, 112px);
}
.more .box .bnr-box {
  display: flex;
  flex-direction: column;
  gap: min(4.2666666667vw, 16px);
  width: min(36vw, 135px);
}
.more .box .bnr-box .qr {
  display: none;
}
.more .list {
  display: flex;
  flex-direction: column;
  gap: min(6.4vw, 24px);
}
.more .list .list-item a {
  display: block;
  padding: min(6.4vw, 24px) 0;
  font-size: min(3.7333333333vw, 14px);
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: min(4.2666666667vw, 16px);
  filter: drop-shadow(4px 4px 4px rgba(195, 126, 46, 0.48));
}

@media (min-width: 1024px) {
  .more .unit .use {
    display: block;
    padding: min(5.3333333333vw, 20px) 0;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    background-color: #fff7e8;
    border-radius: min(5.3333333333vw, 20px);
    position: relative;
  }
  .more .box {
    flex-direction: column;
  }
  .more .box .bnr-ttl {
    width: min(22.4vw, 84px);
    margin: 0 auto min(2.1333333333vw, 8px);
  }
  .more .box .bnr-box {
    flex-direction: row;
    gap: min(2.4vw, 9px);
    width: 100%;
  }
  .more .box .bnr-box .qr {
    display: block;
  }
  .more .box .bnr-box a:hover {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .more .box .bnr-box a:hover:hover {
    opacity: 0.7;
  }
  .more .list .list-item a {
    display: block;
    padding: min(6.4vw, 24px) 0;
    font-size: min(3.7333333333vw, 14px);
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border-radius: min(4.2666666667vw, 16px);
    filter: drop-shadow(4px 4px 4px rgba(195, 126, 46, 0.48));
    transition-duration: 0.3s;
    transition-property: color;
  }
  .more .list .list-item a:hover {
    color: #fdb03d;
  }
}
/*============================
footer
============================*/
.footer {
  padding: min(2.6666666667vw, 10px) 0;
  color: #fff;
  font-size: min(2.6666666667vw, 10px);
  text-align: center;
  background-color: #666;
}
.footer a {
  display: inline;
  color: #fff;
  font-size: min(2.6666666667vw, 10px);
}/*# sourceMappingURL=styles.css.map */