@charset "UTF-8";
body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5555555556;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
}

img {
  max-width: 100%;
}

a {
  color: #2b2b2b;
  text-decoration: none;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*---sp---*/
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*---layout---*/
#thanksday {
  background: url(../../../img/usr/2025thanksday/bg.png) repeat;
  background-attachment: fixed;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #thanksday {
    padding-bottom: 13.3333333333vw;
  }
}

#header {
  position: fixed;
  height: 48px;
  width: 100%;
  z-index: 100;
  background: url(../../../img/usr/2025thanksday/bg.png) repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  #header {
    text-align: center;
    background: #fff5f5;
    width: 90.6666666667vw;
    height: 16vw;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: 1px solid #e6e6e6;
    z-index: 1005;
  }
  #header.menu_isOpen {
    width: 100%;
  }
}
#header .header.menu_isOpen {
  width: 100%;
}
#header .online__heading {
  display: none;
}
@media (max-width: 767px) {
  #header .online__heading {
    font-weight: bold;
    color: #3e6667;
    font-size: 18px;
    text-align: center;
    display: block;
    padding-top: 4vw;
    text-indent: 1em;
    position: fixed;
    z-index: 1002;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.l-main {
  width: 1248px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  padding-top: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .l-main {
    max-width: 90.6666666667vw;
    padding-top: 20px;
  }
}

.mainArea {
  width: 480px;
  margin-right: 48px;
}
@media (max-width: 767px) {
  .mainArea {
    max-width: 90.6666666667vw;
    margin-right: 0;
  }
}
.mainArea .sectionBox {
  background-color: #fff5f5;
  margin-bottom: 48px;
  padding: 48px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .mainArea .sectionBox.intro {
    padding: 30px 0 48px 0;
  }
}

.navArea {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  width: 720px;
  background-color: #fff5f5;
}
@media (max-width: 767px) {
  .navArea {
    display: none;
  }
}

/*---mainArea---*/
.mainArea .intro .heading {
  font-weight: bold;
  color: #3e6667;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.mainArea .intro .mv {
  width: 310px;
  margin: 25px auto;
}

.mainArea .intro .bnr_fukubukuro {
  width: 300px;
  margin: 0 auto;
}

.mainArea .thanksday .heading {
  width: 236px;
  margin: 0 auto 20px auto;
}

.mainArea .thanksday p {
  line-height: 1.3125;
  width: 240px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}

.mainArea .event_heading {
  width: 138px;
  margin: 0 auto 48px auto;
}

.mainArea .event_sttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: inline-block;
  color: #3e6667;
}
.mainArea .event_sttl::before {
  position: absolute;
  border-left: solid 2px #3e6667;
  left: -1em;
  transform: rotate(-30deg);
  bottom: 0;
  height: 1em;
  content: "";
}
.mainArea .event_sttl::after {
  position: absolute;
  border-right: solid 2px #3e6667;
  right: -1em;
  transform: rotate(30deg);
  bottom: 0;
  height: 1em;
  content: "";
}

.mainArea .btnArea {
  margin: 48px 0;
}

.mainArea .c-btn {
  max-width: 240px;
  background-color: #3e6667;
  border: 1px solid #3e6667;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 50px;
  transition: 0.4s;
}
.mainArea .c-btn:hover {
  background-color: #FFFFFF;
  color: #3e6667;
}
.mainArea .c-btn.nolink:hover {
  background-color: #3e6667;
  color: #FFFFFF;
}

.mainArea .part01 .bnrArea, .mainArea .part02 .bnrArea, .mainArea .part03 .bnrArea {
  max-width: 300px;
  margin: 20px auto 48px auto;
}
.mainArea .part01 .bnrArea p, .mainArea .part02 .bnrArea p, .mainArea .part03 .bnrArea p {
  text-align: left;
  font-size: 16px;
}
.mainArea .part01 .bnrArea p span, .mainArea .part02 .bnrArea p span, .mainArea .part03 .bnrArea p span {
  color: #ff0098;
}

.mainArea .part03 .bnrArea {
  margin: 20px auto 20px auto;
}

.mainArea .part01 .fukubukuro_list {
  width: 240px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.mainArea .part01 .fukubukuro_item {
  background-color: #f9f967;
  border: 2px solid #3e6667;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  line-height: 40px;
  color: #3e6667;
}
@media (max-width: 479px) {
  .mainArea .part01 .fukubukuro_item {
    width: 118px !important;
  }
}

.mainArea .c-card {
  width: 300px;
  margin: 24px auto 0 auto;
}
.mainArea .c-card__imgArea {
  width: 100%;
}
.mainArea .c-card__tagList {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.mainArea .c-card__tagItem {
  width: 110px;
  line-height: 28px;
  text-align: center;
  margin: 0 3px;
  font-weight: bold;
}
.mainArea .c-card__tagItem.quantity {
  background-color: #ff0098;
  border: 1px solid #ff0098;
  color: #FFFFFF;
  font-size: 16px;
}
.mainArea .c-card__tagItem.shipping {
  background-color: #FFFFFF;
  border: 1px solid #ff6900;
  color: #ff6900;
  font-size: 16px;
}
.mainArea .c-card__tagItem.limited {
  background-color: #29abe2;
  border: 1px solid #29abe2;
  color: #FFFFFF;
  font-size: 16px;
}
.mainArea .c-card__txtArea {
  width: 230px;
  margin: 0 auto;
}
.mainArea .c-card__tit {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.mainArea .c-card__price {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
  text-align: left;
}
.mainArea .c-card__btn {
  max-width: 240px;
  background-color: #3e6667;
  border: 1px solid #3e6667;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 50px;
  transition: 0.4s;
}
.mainArea .c-card__btn:hover {
  background-color: #FFFFFF;
  color: #3e6667;
}

.swiper-button-prev {
  background: url(../../../img/usr/2025thanksday/arrow.png) center/contain no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  top: 165px;
  left: 70px;
}
@media (max-width: 767px) {
  .swiper-button-prev {
    top: 42.6666666667vw;
    left: 0;
  }
}
.swiper-button-prev::after {
  content: none;
}

.swiper-button-next {
  background: url(../../../img/usr/2025thanksday/arrow.png) center/contain no-repeat;
  transform: rotate(180deg);
  background-size: 32px;
  width: 32px;
  height: 32px;
  top: 165px;
  right: 70px;
}
@media (max-width: 767px) {
  .swiper-button-next {
    top: 42.6666666667vw;
    right: 0;
  }
}
.swiper-button-next::after {
  content: none;
}

.mainArea .comingsoonArea {
  border: 1px solid #DFC383;
  max-width: 300px;
  border-radius: 8px;
  text-align: center;
  padding: 45px 0;
  margin: 20px auto 0 auto;
}

/*---navArea---*/
.navArea__wrap {
  padding: 40px 48px 20px 48px;
  max-width: 564px;
  margin: 0 auto;
  background-color: #fff5f5;
}
@media (max-width: 767px) {
  .navArea__wrap {
    width: 85.3333333333vw;
    padding: 0;
  }
}
.navArea__ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  color: #3e6667;
}
@media (max-width: 1024px) {
  .navArea__ttl {
    line-height: 1.4;
  }
}
.navArea__ttl span {
  font-size: 16px;
  padding-left: 1.5em;
}
@media (max-width: 1024px) {
  .navArea__ttl span {
    display: block;
    padding-left: 0;
  }
}
.navArea__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 48px;
}
@media (max-width: 1024px) {
  .navArea__block {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
  }
}
@media (max-width: 767px) {
  .navArea__block {
    width: 69.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.navArea__sttl {
  width: 130px;
  margin-bottom: 10px;
}
.navArea__list-item {
  margin-bottom: 20px;
  position: relative;
  color: #3e6667;
  font-weight: 700;
  line-height: 1.3125;
  font-size: 18px;
}
@media (max-width: 767px) {
  .navArea__list-item {
    text-align: left;
  }
}
.navArea__list-item a {
  display: block;
  color: #3e6667;
}
.navArea__list-item span {
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  display: block;
}
.navArea__list-item.part01 a::after {
  content: "";
  background: url(../../../img/usr/2025thanksday/arrow_01.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
}
.navArea__list-item.part01 a:hover::after {
  top: 10px;
}
.navArea__list-item.part02 a::after {
  content: "";
  background: url(../../../img/usr/2025thanksday/arrow_02.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
}
.navArea__list-item.part02 a:hover::after {
  top: 10px;
}
.navArea__list-item.part02_2 a span.c-ttl {
  background-color: #f9f967;
  padding: 4px 5px;
  font-weight: bold;
  display: inline;
  line-height: 2;
}
.navArea__list-item.part02_2 a::after {
  content: "";
  background: url(../../../img/usr/2025thanksday/arrow_04.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: 0.4s;
}
.navArea__list-item.part02_2 a:hover::after {
  right: -10px;
}
.navArea__list-item.part02_2 a.nolink:hover::after {
  right: 0;
}
.navArea__list-item.part03 a::after {
  content: "";
  background: url(../../../img/usr/2025thanksday/arrow_03.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
}
.navArea__list-item.part03 a:hover::after {
  top: 10px;
}
.navArea__bnrArea {
  margin-top: 48px;
  margin-bottom: 48px;
  max-width: 270px;
}
.navArea__btn {
  max-width: 240px;
  background-color: #3e6667;
  border: 1px solid #3e6667;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 50px;
  transition: 0.4s;
}
.navArea__btn:hover {
  background-color: #FFFFFF;
  color: #3e6667;
}

.mainArea .part03 .note summary {
  list-style: none;
}

.mainArea .part03 .note summary::-webkit-details-marker {
  display: none;
}

.mainArea .part03 .note summary {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #3e6667;
}

.mainArea .part03 .note summary::after {
  content: " ▼";
}

.mainArea .part03 .note[open] summary::after {
  content: " ▲";
}

.mainArea .part03 .note__wrap {
  max-width: 240px;
  margin: 10px auto 0 auto;
}
.mainArea .part03 .note__wrap p {
  font-size: 16px;
  line-height: 1.3125;
  text-align: left;
  color: #3e6667;
  font-weight: normal;
  padding-bottom: 15px;
}
.mainArea .part03 .note__wrap p span {
  color: #ff0098;
}

.mainArea .part03 .sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 30px auto;
}
.mainArea .part03 .sns__list li {
  width: 82px;
}

/* ----フッター---- */
.pane-footer {
  padding: 32px 0;
  background: #522922;
  width: 100%;
}
.pane-footer a {
  text-decoration: none;
}

.pane-footer .container {
  box-sizing: content-box;
  max-width: 1440px;
  width: 98%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pane-footer .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pane-footer .container {
    padding: 0;
  }
}

footer .container {
  position: relative;
}

@media (max-width: 767px) {
  .block-footernav {
    display: flex;
    flex-direction: column;
  }
}

.block_footer_nav_1 {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .block_footer_nav_1 {
    width: 94%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .block_footer_nav_1 {
    order: 2;
    margin-bottom: 30px;
  }
}

.block_footer_nav_1 .logo_info {
  width: 344px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .logo_info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    width: 100%;
  }
}

.block_footer_nav_1 .logo_info figure.logo {
  width: 137px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .logo_info figure.logo {
    width: 25vw;
    margin-right: 3vw;
  }
}

.block_footer_nav_1 .logo_info figure.logo img {
  max-width: 100%;
  height: auto;
}

.block_footer_nav_1 .logo_info p {
  color: #fff;
}

.block_footer_nav_1 .logo_info p.company {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .logo_info p.company {
    font-size: 5.4vw;
    font-weight: 700;
  }
}

.block_footer_nav_1 .logo_info p.address {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .logo_info p.address {
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 3vw;
  }
}

.block_footer_nav_1 .tel_number {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .tel_number {
    flex-direction: column;
    position: initial;
    align-items: flex-start;
  }
}
.block_footer_nav_1 .tel_number a {
  text-decoration: none;
}

.block_footer_nav_1 .tel_number .txt_1 p {
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .tel_number .txt_1 p {
    line-height: 1.3;
  }
}

.block_footer_nav_1 .tel_number .txt_1 .number {
  font-size: 27px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .tel_number .txt_1 .number {
    font-size: 3vw;
    font-weight: 500;
  }
}

.block_footer_nav_1 .tel_number .txt_1 .number a {
  color: #fff;
  font-weight: 700;
}

.block_footer_nav_1 .tel_number .txt_1 .cation {
  font-size: 9px;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .tel_number .txt_1 .cation {
    font-size: 3vw;
    font-weight: 700;
  }
}

.block_footer_nav_1 .tel_number .txt_2 {
  background: #fff;
  padding: 5px 6px;
  border-radius: 10px;
  margin-left: 8px;
}

.block_footer_nav_1 .tel_number .txt_2 p {
  font-size: 9px;
  color: #522922;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}

.block_footer_nav_1 .sitemap_layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 48px;
}

.block_footer_nav_1 .sitemap_layout > li {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .block_footer_nav_1 .sitemap_layout > li {
    padding: 10px 15px;
    border-bottom: solid 1px #d8c090;
  }
}

.block_footer_nav_1 ul.sitemap_menu {
  margin-top: 28px;
  display: flex;
  gap: 0 32px;
}

.block_footer_nav_1 ul.sitemap_menu > li li {
  font-size: 16px;
  font-weight: 400;
}

.block_footer_nav_1 ul.sitemap_menu > li li + li {
  margin-top: 7px;
}

.block_footer_nav_1 ul.sitemap_menu > li li a, .block_footer_nav_1 ul.sitemap_menu > li li a:visited {
  color: #fff;
  text-decoration: none;
}

.block_footer_nav_2 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .block_footer_nav_2 {
    order: 1;
    padding: 24px 15px 0;
    margin-bottom: 0;
  }
}

.block_footer_nav_2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .block_footer_nav_2 ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .block_footer_nav_2 ul {
    gap: 12px 14px;
  }
}

.block_footer_nav_2 ul li {
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
}
@media (max-width: 1024px) {
  .block_footer_nav_2 ul li {
    font-size: 12px;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .block_footer_nav_2 ul li {
    font-size: 12px;
    padding: 0 14px 0 0;
    border-right: solid 1px #fff;
  }
  .block_footer_nav_2 ul li:last-child {
    padding: 0;
    border-right: none;
  }
}

.block_footer_nav_2 ul li a, .block_footer_nav_2 ul li a:visited {
  color: #fff;
}
@media (max-width: 767px) {
  .block_footer_nav_2 ul li a, .block_footer_nav_2 ul li a:visited {
    text-decoration: none;
  }
}

.block_footer_nav_2 ul li + li {
  margin-left: 30px;
  padding-left: 30px;
  border-left: solid 2px #fff;
}
@media (max-width: 1024px) {
  .block_footer_nav_2 ul li + li {
    border-left: solid 1px #fff;
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .block_footer_nav_2 ul li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: inherit;
  }
}

.block_hatten_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block_hatten_footer .block-copyright {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .block_hatten_footer .block-copyright {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin: 0 20px;
  }
}

.note {
  color: #FFFFFF;
  font-size: 3vw;
  line-height: 1.2;
  width: 88%;
  margin: 0 auto;
  font-weight: 700;
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.l-header__gnav {
  display: none;
}
.l-header__gnav.menu_isOpen {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  overflow-y: scroll;
  position: fixed;
  top: 16vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
  width: 90.6666666667vw;
  width: 100%;
  height: 100vh;
  background-color: #fff5f5;
}
.l-header__gnav .c-gnav {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 15vw;
}
.l-header__btn {
  display: none;
}
@media (max-width: 767px) {
  .l-header__btn {
    display: block;
    position: absolute;
    top: 8vw;
    left: 1rem;
    transform: translateY(-50%);
    z-index: 1002;
  }
}

/* c-btnMenu*/
.c-btnMenu {
  cursor: pointer;
  width: 30px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
}
.c-btnMenu__bar {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #3e6667;
  position: relative;
}
.c-btnMenu__bar::before, .c-btnMenu__bar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #3e6667;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.c-btnMenu__bar::before {
  top: 0.7rem;
}
.c-btnMenu__bar::after {
  top: -0.7rem;
}

.c-btnMenu.btnMenu_isOn .c-btnMenu__bar {
  background-color: transparent;
}
.c-btnMenu.btnMenu_isOn .c-btnMenu__bar::before, .c-btnMenu.btnMenu_isOn .c-btnMenu__bar::after {
  top: 0;
  background-color: #000000;
}
.c-btnMenu.btnMenu_isOn .c-btnMenu__bar::before {
  transform: rotate(40deg);
}
.c-btnMenu.btnMenu_isOn .c-btnMenu__bar::after {
  transform: rotate(-40deg);
}

.entry_txt {
  font-size: 16px;
  color: #ff0098;
  text-align: center;
  padding-top: 12px;
}