@charset "UTF-8";
/* ----------------- top mixin ----------------- */
/* ----------------- top variables ----------------- */
/* ----------------- top common ----------------- */
* {
  box-sizing: border-box;
}

.contents-wrap {
  color: #333;
  font-family: "Bentham", serif;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* ------------------- TOP Individual ------------------- */
@media screen and (max-width:768px) {
  .top-wrap {
    font-size: 4.2666666667vw;
    font-family: "Noto Serif JP", serif;
  }
}
.top-wrap .global-element {
  margin: 90px 0;
}
@media screen and (max-width:768px) {
  .top-wrap .global-element {
    margin: 16vw 0;
  }
}
.top-wrap .local-element {
  padding-top: 40px;
}
@media screen and (max-width:768px) {
  .top-wrap .local-element {
    padding-top: 8vw;
  }
}
.top-wrap h1 {
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width:768px) {
  .top-wrap h1 {
    font-size: 5.8666666667vw;
    font-family: "Bentham", serif;
  }
}
.top-wrap h2 {
  text-align: center;
  font-family: Arial, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  padding-top: 20px;
}
@media screen and (max-width:768px) {
  .top-wrap h2 {
    font-size: 3.2vw;
    padding-top: 4vw;
  }
}
.top-wrap .btn {
  margin: 0 auto;
}
.top-wrap .btn span, .top-wrap .btn a {
  font-size: 14px;
  padding: 10px 40px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .top-wrap .btn span, .top-wrap .btn a {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 10.6666666667vw;
    font-weight: normal;
    font-family: "Noto Serif JP", serif;
  }
}
.top-wrap .btn.btn_w {
  background-color: #fff;
}
.top-wrap .img img {
  width: 100%;
}
.top-wrap .toggle-btn {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width:768px) {
  .top-wrap .toggle-btn {
    padding-top: 2.6666666667vw;
  }
}
.top-wrap .toggle-btn p {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .top-wrap .toggle-btn p {
    font-size: 3.7333333333vw;
  }
}
.top-wrap .toggle-btn p::after {
  content: "";
  background: url(../img/top_2023/ic_arrow_under.svg) no-repeat center center/contain;
  width: 27px;
  height: 11px;
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width:768px) {
  .top-wrap .toggle-btn p::after {
    width: 8.2666666667vw;
    height: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
.top-wrap .toggle-btn p.active::after {
  display: none;
}
.top-wrap .toggle-btn p.active::before {
  content: "";
  background: url(../img/top_2023/ic_arrow_under.svg) no-repeat center center/contain;
  width: 27px;
  height: 11px;
  display: block;
  margin: 0 auto 10px;
  transform: rotate(180deg);
}
@media screen and (max-width:768px) {
  .top-wrap .toggle-btn p.active::before {
    width: 8.2666666667vw;
    height: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .framelink {
    transition: 0.3s;
  }
  .top-wrap .framelink:hover {
    opacity: 0.7;
  }
}
.top-wrap .textlink {
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
  display: inline-block;
}
.top-wrap .textlink.color_white {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.top-wrap .top-slide {
  position: relative;
  z-index: 1;
}
.top-wrap .top-slide .slick-list {
  overflow: hidden;
}
.top-wrap .top-slide .slick-list .slick-track .slick-slide {
  height: 100%;
  outline: none;
}
.top-wrap .top-slide .slick-initialized .slick-slide {
  display: block;
}
.top-wrap .top-slide .slick-slide {
  float: left;
  min-height: 1px;
}
.top-wrap .top-slide .slick-track::before, .top-wrap .top-slide .slick-track::after {
  display: table;
  content: "";
}
.top-wrap .top-slide .slick-track::after {
  clear: both;
}
.top-wrap .top-slide .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 10px;
}
.top-wrap .top-slide .slick-dots li button {
  width: 6px;
  height: 6px;
}
.top-wrap .top-slide .slick-dots li button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 1;
}
.top-wrap .top-slide .slick-dots li.slick-active button::before {
  background-color: #999;
}
.top-wrap .top-slide .slick-prev,
.top-wrap .top-slide .slick-next {
  width: 22px;
  height: 44px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .top-wrap .top-slide .slick-prev,
  .top-wrap .top-slide .slick-next {
    width: 3.2vw;
    height: 6.4vw;
  }
}
.top-wrap .top-slide .slick-prev::before,
.top-wrap .top-slide .slick-next::before {
  content: "";
}
.top-wrap .top-slide .slick-prev {
  left: 0;
  background: url(../img/top_2023/ic_arrow_left.svg) no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .top-wrap .top-slide .slick-prev {
    left: 5.3333333333vw;
  }
}
.top-wrap .top-slide .slick-next {
  right: 0;
  background: url(../img/top_2023/ic_arrow_right.svg) no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .top-wrap .top-slide .slick-next {
    right: 5.3333333333vw;
  }
}
.top-wrap .top-slide img {
  width: 100%;
}
.top-wrap .top-slide .slick-dotted.slick-slider, .top-wrap .top-slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (min-width:769px) {
  .top-wrap .top-pickup .local-element {
    max-width: 1125px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-pickup .local-element__block {
    width: calc((100% - 44px) / 3);
  }
  .top-wrap .top-pickup .local-element__block:not(:nth-of-type(3n+1)) {
    margin-left: 22px;
  }
  .top-wrap .top-pickup .local-element__block:not(:nth-of-type(-n+3)) {
    padding-top: 40px;
  }
}
@media screen and (max-width:768px) {
  .top-wrap .top-pickup .local-element__block:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.top-wrap .top-pickup .local-element .desc {
  line-height: 1.6;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width:768px) {
  .top-wrap .top-pickup .local-element .desc {
    padding: 4vw;
  }
}
.top-wrap .top-pickup .local-element .desc .txt_font_jp {
  font-family: "Noto Serif JP", serif;
}
.top-wrap .top-pickup .local-element .desc sup {
  font-size: 10px;
  vertical-align: super;
}
.top-wrap .top-pickup .local-element .desc_txt__en {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-pickup .local-element .desc_txt__en {
    font-size: 4.2666666667vw;
  }
}
.top-wrap .top-pickup .local-element .desc .txt_small {
  font-size: 12px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-pickup .local-element .desc .txt_small {
    font-size: 3.2vw;
  }
}
.top-wrap .top-pickup .local-element .desc .txt_small .desc_txt__en {
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .top-wrap .top-pickup .local-element .desc .txt_small .desc_txt__en {
    font-size: 3.2vw;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-pickup a:hover img {
    transition: 0.3s;
    opacity: 0.7;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-products .local-element {
    display: flex;
    max-width: 1125px;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-products .local-element__inner:first-of-type {
    max-width: 750px;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-products .local-element__inner:not(:first-of-type) {
    max-width: 375px;
  }
}
.top-wrap .top-products .local-element__block {
  position: relative;
}
.top-wrap .top-products .local-element .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
}
.top-wrap .top-products .local-element .textlink {
  font-size: 14px;
  position: absolute;
  right: 15px;
  bottom: 13px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-products .local-element .textlink {
    font-size: 3.7333333333vw;
    right: 4vw;
    bottom: 3.4666666667vw;
  }
}
.top-wrap .top-recommend-group {
  background-color: #f8f8f8;
  padding: 60px 0 90px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group {
    padding: 9.3333333333vw 0 9.3333333333vw;
  }
}
.top-wrap .top-recommend-group .local-element.slide-area {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width:769px) {
  .top-wrap .top-recommend-group .local-element.slide-area {
    max-width: 1210px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group .local-element.slide-area {
    padding-bottom: 4vw;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-recommend-group .local-element__inner {
    max-width: 1125px;
    margin: 0 auto;
  }
}
.top-wrap .top-recommend-group .slide-tab {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group .slide-tab {
    padding: 0 5.3333333333vw;
  }
}
.top-wrap .top-recommend-group .slide-tab li {
  font-size: 24px;
  width: 200px;
  text-align: center;
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 13px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group .slide-tab li {
    font-size: 4.8vw;
    width: 50%;
    padding-bottom: 2.6666666667vw;
  }
}
.top-wrap .top-recommend-group .slide-tab li.active {
  border-color: #333;
}
.top-wrap .top-recommend-group .slide-tab li:hover {
  cursor: pointer;
}
@media screen and (min-width:769px) {
  .top-wrap .top-recommend-group .slide-tab li:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}
.top-wrap .top-recommend-group .tab-contents {
  display: none;
}
.top-wrap .top-recommend-group .tab-contents.active {
  display: block;
}
.top-wrap .top-recommend-group .slick-dots {
  left: 0;
  right: 0;
  margin: auto;
}
.top-wrap .top-recommend-group .slick-track {
  margin: 0 auto;
}
.top-wrap .top-recommend-group .slide-inner {
  position: relative;
}
@media screen and (min-width:769px) {
  .top-wrap .top-recommend-group .slide-inner {
    padding: 0 7px;
  }
}
@media screen and (min-width:769px) and (max-width:768px) {
  .top-wrap .top-recommend-group .slide-inner {
    width: 69.3333333333vw;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-recommend-group .slide-inner a:hover img {
    transition: 0.3s;
    opacity: 0.7;
  }
}
.top-wrap .top-recommend-group .slide-inner .img {
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width:769px) {
  .top-wrap .top-recommend-group .slide-inner .img {
    max-height: 360px;
  }
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group .slide-inner .img {
    width: 69.3333333333vw;
    height: 69.3333333333vw;
  }
}
.top-wrap .top-recommend-group .slide-inner .img img {
  width: auto;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width:769px) {
  .top-wrap .top-recommend-group .slide-inner .img img {
    max-height: 360px;
  }
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group .slide-inner .img img {
    padding: 8vw 0;
    height: 100%;
  }
}
.top-wrap .top-recommend-group .slide-inner .product-name {
  text-align: center;
}
.top-wrap .top-recommend-group .slide-inner .product-name__jp {
  line-height: 1.4;
  padding: 20px 0 5px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group .slide-inner .product-name__jp {
    padding: 5.3333333333vw 0 1.3333333333vw;
  }
}
.top-wrap .top-recommend-group .slide-inner .product-name__en {
  font-size: 12px;
  color: #aa823a;
  padding-bottom: 15px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group .slide-inner .product-name__en {
    font-size: 3.2vw;
    padding-bottom: 4vw;
  }
}
.top-wrap .top-recommend-group .slide-inner .product-price {
  font-family: Arial, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend-group .slide-inner .product-price {
    padding-bottom: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-information .local-element {
    max-width: 1125px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .top-wrap .top-information .local-element {
    padding: 5.3333333333vw;
  }
}
.top-wrap .top-information .date {
  padding-bottom: 13px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-information .date {
    padding-bottom: 2.6666666667vw;
  }
}
.top-wrap .top-information ul > li {
  border-bottom: 1px solid #707070;
  padding: 40px 0;
  /*
  &:not(:first-of-type) {
    display: none;
  }
  */
}
@media screen and (max-width:768px) {
  .top-wrap .top-information ul > li {
    padding: 5.3333333333vw 0;
  }
}
.top-wrap .top-information ul > li:first-of-type {
  padding-top: 0;
}
.top-wrap .top-information ul > li > p {
  line-height: 1.6;
  font-family: Arial, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-information ul > li > p {
    font-size: 3.2vw;
  }
}
.top-wrap .top-under-contents__wrap {
  background-color: #f8f8f8;
}
.top-wrap .top-under-contents__wrap a {
  display: flex;
}
.top-wrap .top-under-contents__wrap a:hover {
  opacity: 1;
  transform: none;
  transition: none;
}
.top-wrap .top-under-contents__wrap:nth-of-type(n+2) a {
  flex-direction: row-reverse;
}
.top-wrap .top-under-contents .img {
  max-width: 1100px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-under-contents .img {
    max-width: none;
    width: 113.6vw;
  }
}
.top-wrap .top-under-contents .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top-wrap .top-under-contents .caption-inner {
  text-align: center;
}
.top-wrap .top-under-contents .caption-txt {
  text-align: center;
}
.top-wrap .top-under-contents .caption-txt__en {
  font-size: 32px;
  position: relative;
}
@media screen and (max-width:768px) {
  .top-wrap .top-under-contents .caption-txt__en {
    font-size: 4.8vw;
  }
}
.top-wrap .top-under-contents .caption-txt__en::after {
  content: "";
  width: 85px;
  height: 2px;
  background-color: #707070;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:768px) {
  .top-wrap .top-under-contents .caption-txt__en::after {
    width: 12vw;
    height: 0.5333333333vw;
    bottom: -2.6666666667vw;
  }
}
.top-wrap .top-under-contents .caption-txt__jp {
  padding: 33px 0 25px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-under-contents .caption-txt__jp {
    padding: 5.8666666667vw 0 0;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-under-contents .caption .btn.for-pc {
    display: inline-block;
  }
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend .local-element {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.top-wrap .top-recommend #dvRecommend {
  margin: 0;
}
.top-wrap .top-recommend #dvRecommend .title {
  display: none;
}
.top-wrap .top-recommend #dvRecommend .dv_recommend {
  max-width: 1125px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend #dvRecommend .dv_recommend {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
}
.top-wrap .top-recommend #dvRecommend .dv_rc_items {
  border: none;
  padding: 0 15px;
  width: 20%;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend #dvRecommend .dv_rc_items {
    width: calc((100% - 5.3333333333vw) / 2);
    padding: 0;
    float: none;
  }
  .top-wrap .top-recommend #dvRecommend .dv_rc_items:nth-of-type(2n+2) {
    margin-left: 5.3333333333vw;
  }
  .top-wrap .top-recommend #dvRecommend .dv_rc_items:not(:nth-of-type(-n+4)) {
    padding-top: 8vw;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-recommend #dvRecommend a:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}
.top-wrap .top-recommend #dvRecommend .dv_rc_img img {
  border: none;
  margin: 0 auto;
  width: auto;
  height: 200px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend #dvRecommend .dv_rc_img img {
    width: 70%;
    height: auto;
    padding: 2.6666666667vw 0;
  }
}
.top-wrap .top-recommend #dvRecommend .dv_rc_description {
  display: block;
  font-size: 12px;
  color: #aa823a;
  padding-bottom: 15px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend #dvRecommend .dv_rc_description {
    font-size: 3.2vw;
    padding-bottom: 4vw;
  }
}
.top-wrap .top-recommend #dvRecommend .dv_rc_name {
  line-height: 1.4;
  padding: 20px 0 5px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend #dvRecommend .dv_rc_name {
    padding: 5.3333333333vw 0 1.3333333333vw;
  }
}
.top-wrap .top-recommend #dvRecommend .dv_rc_price {
  font-family: Arial, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-recommend #dvRecommend .dv_rc_price {
    font-size: 3.2vw;
  }
}
.top-wrap .top-online-benefit {
  padding: 90px 15px !important;
  background-color: #f8f8f8;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .top-wrap .top-online-benefit {
    padding: 16vw 0 !important;
  }
}
@media screen and (max-width:768px) {
  .top-wrap .top-online-benefit .local-element {
    padding: 8vw 5.3333333333vw 0;
  }
}
@media screen and (min-width:769px) {
  .top-wrap .top-online-benefit .link-area {
    display: flex;
    justify-content: center;
    max-width: 1125px;
    margin: 0 auto;
  }
}
.top-wrap .top-online-benefit .link-list {
  text-align: center;
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (min-width:769px) {
  .top-wrap .top-online-benefit .link-list {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width:768px) {
  .top-wrap .top-online-benefit .link-list {
    padding: 8vw 0;
  }
}
.top-wrap .top-online-benefit .link-list:not(:first-of-type) {
  margin-left: 15px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-online-benefit .link-list:not(:first-of-type) {
    margin: 0;
    margin-top: 5.3333333333vw;
  }
}
.top-wrap .top-online-benefit .link-list .img {
  text-align: center;
}
.top-wrap .top-online-benefit .link-list .img img {
  display: inline-block;
  width: auto;
  height: 56px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-online-benefit .link-list .img img {
    height: 14.9333333333vw;
  }
}
.top-wrap .top-online-benefit .link-list .caption-txt__en {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-online-benefit .link-list .caption-txt__en {
    padding: 5.3333333333vw 0;
    font-size: 5.3333333333vw;
  }
}
.top-wrap .top-online-benefit .link-list .desc {
  font-family: Arial, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6;
  font-size: 14px;
  padding-bottom: 20px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-online-benefit .link-list .desc {
    font-size: 3.7333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.top-wrap .top-online-benefit .link-list .textlink {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .top-wrap .top-online-benefit .link-list .textlink {
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=top_2023.css.map */