/* kv - component
-----------------------------*/
.c-kv {
  position: relative;
  text-align: center;
}
.c-kv img {
  height: 500px;
  max-width: 1400px;
  margin: 0 auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-kv img {
    height: auto;
  }
}
.c-kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 69px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/top_bg_01.png");
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .c-kv::before {
    display: none;
  }
}
.c-kv::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 152px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/top_bg_02.png");
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .c-kv::after {
    display: none;
  }
}

/* linkBtn - component
-----------------------------------*/
.c-shop {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-shop {
    justify-content: center;
    row-gap: 6.25vw;
  }
}
.c-shop__item {
  position: relative;
  width: 406px;
  filter: drop-shadow(3px 4px 0 #F08829);
}
@media screen and (max-width: 768px) {
  .c-shop__item {
    width: 91.6666666667vw;
    filter: drop-shadow(0.625vw 0.8333333333vw 0 #F08829);
  }
}
.c-shop__btn {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 370px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
  background-color: #CC0033;
  margin: 0 auto;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .c-shop__btn {
    bottom: 6.25vw;
    width: 83.3333333333vw;
    font-size: 2.3rem;
    padding: 2.5vw 0;
  }
}
.c-shop__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-shop__btn::after {
    right: 4.1666666667vw;
  }
}

/* linkBtn - component
-----------------------------------*/
.c-txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-txt {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.c-txt__under {
  background-image: radial-gradient(circle farthest-side, #85BEBB, #85BEBB 40%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0));
  background-size: 10px 10px;
  background-position: left -2px bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px;
}

/* inner - component
-----------------------------------*/
.c-inner {
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: 100%;
  }
}

.header {
  width: 100%;
  background: #fff;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
    z-index: 2;
    padding: 10px 0;
  }
}
.header__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.header__inner a {
  width: 84px;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .header__inner a {
    width: 70px;
    margin-left: 12px;
  }
}

.footer-area {
  background-color: #fff;
  padding-top: 60px;
}

.cont_footer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cont_footer {
    padding: 0 5%;
    text-align: center;
  }
}

#copywright {
  padding: 0;
  text-align: center;
  line-height: 3.2;
  background: #f4ede5;
  font-size: 15px;
  color: #3f0000;
}

/* ttl - component
-----------------------------------*/
.c-ttl {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    width: 100%;
  }
}

.c-accordion {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-accordion {
    width: 91.6666666667vw;
  }
}
.c-accordion__header {
  position: relative;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #F08829;
  box-shadow: 4px 4px 0 #35AA99;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-accordion__header {
    height: 13.75vw;
    border-radius: 4.1666666667vw;
    box-shadow: 0.8333333333vw 0.8333333333vw 0 #35AA99;
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__header__img {
    width: 70.8333333333vw;
  }
}
.c-accordion__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/accordion_open.png") center/contain;
}
@media screen and (max-width: 768px) {
  .c-accordion__header::after {
    right: 4.375vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/sp/accordion_open.png") center/contain;
  }
}
.c-accordion__header.on {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .c-accordion__header.on {
    border-radius: 4.1666666667vw 4.1666666667vw 0 0;
  }
}
.c-accordion__header.on::after {
  background: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/accordion_close.png") center/contain;
}
@media screen and (max-width: 768px) {
  .c-accordion__header.on::after {
    background: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/sp/accordion_close.png") center/contain;
  }
}
.c-accordion__item {
  position: relative;
  display: none;
  max-height: 0;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  border: 3px #F08829 solid;
  border-top: none;
  box-shadow: 4px 4px 0 #35AA99;
  transition: 0.5s ease-out;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-accordion__item {
    border-radius: 0 0 4.1666666667vw 4.1666666667vw;
    border: 0.625vw #F08829 solid;
    box-shadow: 0.8333333333vw 0.8333333333vw 0 #35AA99;
  }
}
.c-accordion__item.view {
  transition: 0.5s ease;
  opacity: 1;
}

/* store - component
-----------------------------------*/
.c-store {
  position: relative;
  width: 840px;
  border: 3px solid #35AA99;
  border-radius: 20px;
  background-color: #fff;
  filter: drop-shadow(3px 4px 0 #35AA99);
  margin: 50px auto 0;
  padding: 78px 0 94px;
}
@media screen and (max-width: 768px) {
  .c-store {
    width: 91.6666666667vw;
    filter: drop-shadow(0.625vw 0.8333333333vw 0 #35AA99);
    margin-top: 10.4166666667vw;
    padding: 15.8333333333vw 0 6.25vw;
  }
}
.c-store::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8px;
  height: 313px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/goods_line_01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-store::after {
    top: 85.625vw;
    width: 76.6666666667vw;
    height: 1.4583333333vw;
    background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/sp/goods_line_01.png");
  }
}
.c-store__ttl {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 370px;
}
@media screen and (max-width: 768px) {
  .c-store__ttl {
    top: -2.5vw;
    width: 77.0833333333vw;
  }
}
.c-store__inner {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .c-store__inner {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 13.9583333333vw;
  }
}
.c-store__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-store__item {
    padding-bottom: 15vw;
  }
}
.c-store__img {
  width: 370px;
}
@media screen and (max-width: 768px) {
  .c-store__img {
    width: 83.3333333333vw;
  }
}
.c-store__btn {
  bottom: -62px;
}
@media screen and (max-width: 768px) {
  .c-store__btn {
    bottom: 0;
  }
}
.c-store:first-child {
  margin-top: 0;
}
.c-store:nth-child(2) {
  padding: 80px 0 86px;
}
@media screen and (max-width: 768px) {
  .c-store:nth-child(2) {
    padding: 19.375vw 0 6.25vw;
  }
}
.c-store:nth-child(2)::after {
  height: 371px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/goods_line_02.png");
}
@media screen and (max-width: 768px) {
  .c-store:nth-child(2)::after {
    top: 111.6666666667vw;
    width: 80.4166666667vw;
    height: 1.4583333333vw;
    background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/sp/goods_line_01.png");
  }
}
.c-store:nth-child(2) .c-store__ttl {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .c-store:nth-child(2) .c-store__ttl {
    width: 77.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-store:nth-child(2) .c-store__item {
    padding-bottom: 13.3333333333vw;
  }
}
.c-store:nth-child(2) .c-store__btn {
  bottom: -54px;
}
@media screen and (max-width: 768px) {
  .c-store:nth-child(2) .c-store__btn {
    bottom: 0;
  }
}

/* about - project
-----------------------------------*/
.p-about {
  padding: 95px 0 56px;
}
@media screen and (max-width: 768px) {
  .p-about {
    margin-top: -2.9166666667vw;
    padding: 0;
  }
}
.p-about__item {
  width: 714px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .p-about__item {
    width: 77.9166666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-about__mall {
  padding: 40px 0 48px;
}
@media screen and (max-width: 768px) {
  .p-about__mall {
    padding: 4.5833333333vw 0 6.25vw;
  }
}
.p-about__mall__detail {
  width: 680px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .p-about__mall__detail {
    width: 83.3333333333vw;
    margin-bottom: 5vw;
  }
}
.p-about__mall__txt {
  width: 446px;
  margin: 0 auto 23px;
}
@media screen and (max-width: 768px) {
  .p-about__mall__txt {
    width: 68.3333333333vw;
    margin-bottom: 4.5833333333vw;
  }
}
.p-about__mall__btn {
  display: block;
  width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about__mall__btn {
    width: 83.3333333333vw;
  }
}
.p-about__mall__img {
  width: 446px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .p-about__mall__img {
    width: 73.3333333333vw;
    margin-top: 5vw;
  }
}

/* leisure - project
-----------------------------------*/
.p-leisure {
  position: relative;
  background-color: #35AA99;
  margin-top: 136px;
  padding-bottom: 157px;
}
@media screen and (max-width: 768px) {
  .p-leisure {
    margin-top: 23.9583333333vw;
    padding-bottom: 28.5416666667vw;
  }
}
.p-leisure::before {
  content: "";
  position: absolute;
  top: -136px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  max-width: 1400px;
  height: 137px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/leisure_bg.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-leisure::before {
    top: -15.8333333333vw;
    width: 100%;
    height: 17.7083333333vw;
    background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/sp/leisure_bg.png");
  }
}
.p-leisure__ttl {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  width: 614px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-leisure__ttl {
    top: -3.75vw;
    width: 100%;
  }
}
.p-leisure__ttl::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -63px;
  width: 53px;
  height: 60px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/leisure_parts_01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-leisure__ttl::after {
    top: 3.75vw;
    right: 6.6666666667vw;
    width: 11.0416666667vw;
    height: 12.5vw;
  }
}
.p-leisure__item {
  position: relative;
  width: 100%;
  filter: drop-shadow(3px 4px 0 #FBB03B);
  padding-top: 115px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .p-leisure__item {
    width: 91.6666666667vw;
    filter: drop-shadow(0.625vw 0.8333333333vw 0 #FBB03B);
    margin: 0 auto;
    padding-top: 34.1666666667vw;
  }
}
.p-leisure__btn {
  width: 440px;
  font-size: 2.5rem;
  bottom: 40px;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .p-leisure__btn {
    width: 83.3333333333vw;
    font-size: 2.3rem;
    bottom: 6.25vw;
    padding: 2.5vw 0;
  }
}

/* travel - project
-----------------------------------*/
.p-travel {
  position: relative;
  background-color: #F5F5ED;
  padding: 126px 0 95px;
}
@media screen and (max-width: 768px) {
  .p-travel {
    padding: 28.5416666667vw 0 14.375vw;
  }
}
.p-travel::before {
  content: "";
  position: absolute;
  top: -133px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 155px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/travel_bg.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-travel::before {
    top: -24.1666666667vw;
    width: 100%;
    height: 30.4166666667vw;
    background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/sp/travel_bg.png");
  }
}
.p-travel__ttl {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 472px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-travel__ttl {
    top: 7.2916666667vw;
    width: 100%;
  }
}
.p-travel__ttl::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -331px;
  width: 236px;
  height: 96px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/travel_parts_01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-travel__ttl::after {
    top: -12.9166666667vw;
    left: 12.0833333333vw;
    right: 0;
    width: 43.5416666667vw;
    height: 19.375vw;
    background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/sp/travel_parts_01.png");
    z-index: -1;
  }
}

/* goods - project
-----------------------------------*/
.p-goods {
  position: relative;
  padding: 17px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-goods {
    padding: 0.625vw 0 10vw;
  }
}
.p-goods::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 20px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/goods_bg.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-goods::before {
    top: -2.9166666667vw;
    height: 2.9166666667vw;
  }
}
.p-goods__ttl {
  position: relative;
  width: 504px;
}
@media screen and (max-width: 768px) {
  .p-goods__ttl {
    width: 78.75vw;
  }
}
.p-goods__ttl::after {
  content: "";
  position: absolute;
  top: -56px;
  right: -209px;
  width: 212px;
  height: 104px;
  background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/goods_parts_01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-goods__ttl::after {
    top: -10vw;
    right: -10.625vw;
    width: 26.6666666667vw;
    height: 16.4583333333vw;
    background-image: url("//d1mts1n1u0bek1.cloudfront.net/std/topics/rs/outdoor/images/sp/goods_parts_01.png");
  }
}
.p-goods__txt {
  width: 782px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .p-goods__txt {
    width: 75.8333333333vw;
    margin-top: 5vw;
  }
}
.p-goods__note {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin: 5px auto 40px;
}
@media screen and (max-width: 768px) {
  .p-goods__note {
    width: 87.5vw;
    font-size: 1.56rem;
    line-height: 1.5384615385;
    text-align: left;
    text-indent: -1em;
    margin: 0.8333333333vw auto 5vw;
    padding-left: 1em;
  }
}

/* common - utility
-------------------------------*/
.u-common {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: 0;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #FFF8D4;
  overflow: hidden;
}
.u-common img {
  width: 100%;
}
.u-common a:hover {
  opacity: 0.6;
}

.u-body {
  min-width: 900px;
}
@media screen and (max-width: 768px) {
  .u-body {
    min-width: 100%;
  }
}

/* wrapSm - utility
-------------------------------*/
@media screen and (max-width: 768px) {
  .u-wrapSm {
    margin-left: 0;
    margin-right: 0;
  }
}

/* text - utility
-------------------------------*/
.u-txt01 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .u-txt01 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

/* button - utility
-------------------------------*/
@media screen and (max-width: 768px) {
  .u-linkBtn {
    width: 79.7916666667%;
  }
}

/* bgRed - utility
-------------------------------*/
.u-bgRed {
  background-color: #CC0033;
}

/* display - utility
-------------------------------*/
.u-d-n {
  display: none;
}

.u-d-flex {
  display: flex;
}

/* font-wight - utility
-------------------------------*/
.u-fw-light {
  font-weight: 300;
}

.u-fw-reg {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-black {
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .u-sm-fw-900 {
    font-weight: 900;
  }
}

/* m-center - utility
-----------------------------------*/
.u-m-center {
  margin: 0 auto;
}

/* bgColor - utility
-----------------------------------*/
.u-bg-white {
  background-color: #fff;
}

.u-bg-green {
  background-color: #85BEBB;
}

/* margin - utility
-----------------------------------*/
.u-mt-30 {
  margin-top: 30px;
}

.u-mb-70 {
  margin-bottom: 70px;
}

.u-ml-m8 {
  margin-left: -8px;
}

/* padding - utility
-----------------------------------*/
.u-pt-70 {
  padding-top: 70px;
}

.u-pb-70 {
  padding-bottom: 70px;
}

.u-pb-140 {
  padding-bottom: 140px;
}

/* width - utility
-----------------------------------*/
.u-w-72 {
  width: 72px;
}

.u-w-488 {
  width: 488px;
}

.u-w-520 {
  width: 520px;
}

.u-w-622 {
  width: 622px;
}

.u-w-640 {
  width: 640px;
}

@media screen and (max-width: 768px) {
  .u-w-sm-400 {
    width: 90.9090909091%;
  }
}

@media screen and (max-width: 768px) {
  .u-w-sm-110vw {
    width: 22.9166666667vw;
  }
}

/* border-radius - utility
-----------------------------------*/
.u-br-3 {
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .u-br-3 {
    border-radius: 2px;
  }
}

/* border - utility
-----------------------------------*/
/* letter-spacing - utility
-----------------------------------*/
.u-ls-0 {
  letter-spacing: 0;
}

/* color - utility
-----------------------------------*/
.u-c-red {
  color: #CC0033;
}

/* 250108追記 */
.u-mb-56 {
  margin-bottom: 56px!important;
}
.cont_footer__inner .cont_footer__btn {
  width: 94%;
  max-width: 480px;
  margin: auto;
  font-size: 20px;
}
.cont_footer__inner .cont_footer__btn a {
  display: block;
  padding: 16px;
  color: #cc0033;
  border: 4px solid #cc0033;
  border-radius: 46px;
  text-decoration: none;
}
.cont_footer__inner .cont_footer__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .u-sm-mt-10 {
    margin-top: 10px!important;
  }
  .u-sm-mb-36 {
    margin-bottom: 36px!important;
  }
  .footer-area {
    padding-top: 44px;
  }
  .cont_footer__inner .cont_footer__btn {
    max-width: 610px;
    font-size: 1.6rem;
  }
  .cont_footer__inner .cont_footer__btn a {
    padding: 12px 8px;
    border: 2px solid #cc0033;
    line-height: 1.4;
  }
}