@charset "UTF-8";
.mv_navy {
  background-color: #102430;
}

.slider_grey {
  background-color: #F4F4F4;
}

.new-item_red {
  background-color: #901716;
}

.gift_gold {
  color: #8C8044;
}

.wrapping_red {
  background-color: #AE2810;
}

.wrapping_blue {
  background-color: #244A6F;
}

.flex-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .flex-br {
    display: block;
  }
}

.hidden {
  visibility: hidden;
}

.p-none {
  pointer-events: none;
}

.contents-b[data-columns="1"] {
  justify-content: flex-start;
}

.contents-b[data-columns="1"] .contents-b__item {
  width: 100%;
  margin: 0 auto 5rem;
}

.contents-b[data-columns="2"] .contents-b__item {
  width: 47%;
  margin-right: 6%;
  margin-top: 5rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .contents-b[data-columns="2"] .contents-b__item {
    margin: 5px;
  }
}

.contents-b[data-columns="2"] .contents-b__item:nth-child(2n) {
  margin-right: 0;
}

.contents-b[data-columns="2"] .contents-b__item.txt-item {
  width: 47.27273%;
}

#head_wrap {
  height: 134px;
}

#page-top .mv {
  background-size: cover;
  padding-top: 0;
}
#page-top .mv .gaju p.catch {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #page-top .mv {
    height: 298px;
    font-size: 0.7em;
  }
  #page-top .mv .gaju p.catch {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #page-top .mv {
    height: auto;
    background: url(../img/mv_sp.jpg) no-repeat top;
    background-size: contain;
    margin-top: 56px;
    padding-top: 124px;
    font-size: 1em;
  }
  #page-top .mv .gaju {
    font-size: 0.6em;
    background-color: #102430;
    padding: 30px;
    line-height: 1.8em;
  }
  #page-top .mv .gaju p.catch {
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 480px) {
  input#modal {
    display: none;
  }

  input#modal + label {
    display: block;
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 20;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  input#modal + label div::before {
    content: "×";
    position: absolute;
    top: -5%;
    right: 14%;
    margin: 0 -60px 0 0;
    font-size: 1.5em;
    font-weight: 900;
    color: black;
    background-color: white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
  }

  input#modal:checked + label {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news {
    font-size: 1.11rem;
  }
}
.news hr {
  margin: 0;
}
.news .news_item {
  display: grid;
  grid-template: 2em auto/105px 65% 1fr;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .news .news_item {
    grid-template: 3em auto/90px 70% 1fr;
  }
}
@media screen and (max-width: 640px) {
  .news .news_item {
    font-size: 1.25em;
  }
}
.news .news_item .news_date {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 1.1em;
  font-weight: 700;
}
.news .news_item .news_title {
  grid-row: 1/2;
  grid-column: 2/4;
  font-size: 1.1em;
  font-weight: 700;
  color: #AE2810;
  margin-bottom: 0.5rem;
}
.news .news_item .news_text {
  grid-row: 2/3;
  grid-column: 2/4;
  line-height: 1.8em;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.news .news_item .news_text p {
  display: block;
  font-size: 0.85em;
}
@media screen and (max-width: 640px) {
  .news .news_item .news_text {
    grid-column: 1/3;
  }
  .news .news_item .news_text p {
    font-size: 1em;
  }
}
.news .news_item .toggle {
  display: none;
}
@media screen and (max-width: 640px) {
  .news .news_item .toggle {
    position: relative;
    display: block;
    pointer-events: all;
  }
  .news .news_item .toggle::after {
    content: "";
    position: absolute;
    left: 77px;
    top: 6px;
    transition: all 0.2s ease-in-out;
    /*   要素の動きを指定 */
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
  }
  .news .news_item .toggle.open::after {
    transform: rotate(-45deg);
    top: 8px;
  }
  .news .news_item .news_text p {
    display: none;
  }
}

.contents-b.season .contents-b__item img {
  border-radius: 0;
}
.contents-b.season .contents-b__item p {
  text-align: center;
  font-weight: 700;
  margin: 1rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .contents-b[data-columns="2"].season .contents-b__item {
    margin-top: 0;
  }
}

.ranking_slider {
  background-color: #F4F4F4;
  padding: 5rem 1rem;
}

.swiper-custom-parent {
  width: 100%;
  position: relative;
}

.swiper-container {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .swiper-container {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .swiper-container {
    width: 70%;
  }
}

.swiper-slide {
  width: 100%;
}
.swiper-slide .ranking_num {
  text-align: center;
  font-weight: 700;
}
.swiper-slide a {
  width: 100%;
}
.swiper-slide img {
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.swiper-slide .new-item {
  color: white;
  background-color: #901716;
  width: 6rem;
  text-align: center;
  padding: 0.2rem 0.5rem;
  margin: 1rem auto 1rem 0;
	font-size: 0.8em;
}
.swiper-slide .new-item.hidden {
  visibility: hidden;
}
.swiper-slide .ranking_title {
  position: relative;
  font-weight: 700;
  height: 5rem;
  width: 100%;
}
.swiper-slide .ranking_price {
  border-bottom: 1.5px solid grey;
  margin-bottom: 1.5rem;
}
.swiper-slide .ranking_price p {
  color: #AE2810;
  font-weight: 700;
	text-align: right;
}
.swiper-slide .ranking_text {
  font-size: 0.85em;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.swiper-custom-button {
  color: black;
}

.contents-b.scene {
  margin: 10rem 2rem 0;
}
.contents-b.scene .contents-b__item {
  border: 1px solid #ccc;
  padding: 0 1.3rem;
}
.contents-b.scene .contents-b__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.contents-b.scene .contents-b__item a img {
  border-radius: 0;
  width: 30%;
  margin: 1rem 0;
}
.contents-b.scene .contents-b__item a p {
  margin-left: 4rem;
  text-align: left;
}

.contents-b[data-columns="1"].scene {
  margin: 0 auto;
}
.contents-b[data-columns="1"].scene .contents-b__item {
  padding: 0 1.3rem;
  margin: 1rem auto;
}
.contents-b[data-columns="2"].scene {
  margin: 10rem 2rem 0;
}
.contents-b[data-columns="2"].scene .contents-b__item {
  padding: 0 1.3rem;
}
.contents-b[data-columns="3"].scene {
  margin: 10rem 2rem 0;
}
.contents-b[data-columns="3"].scene .contents-b__item {
  padding: 0 1.3rem;
  margin-bottom: 1rem;
}

hr.wrapping {
  background-color: #8C8044;
  height: 10px;
}

div.wrapping_line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
div.wrapping_line:before, div.wrapping_line:after {
  border-top: 1px solid #8C8044;
  content: "";
  width: 32%;
}
div.wrapping_line:before {
  margin-left: auto;
}
div.wrapping_line:after {
  margin-right: auto;
}
div.wrapping_line span {
  font-size: 4rem;
  color: #8C8044;
  width: 8em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  div.wrapping_line span {
    width: 14em;
  }
}
@media screen and (max-width: 640px) {
  div.wrapping_line span {
    width: 24em;
  }
}

.contents-b.wrapping {
  margin: 8rem 2rem 0;
  justify-content: center;
}
.contents-b.wrapping .contents-b__item {
  padding: 0 1.3rem;
}
@media screen and (max-width: 1000px) {
  .contents-b.wrapping .contents-b__item {
    padding-bottom: 7rem;
  }
  .contents-b.wrapping .contents-b__item:last-of-type {
    padding-bottom: 0;
  }
}
.contents-b.wrapping .contents-b__item .image {
  position: relative;
  background-color: rgba(36, 74, 111, 0.12);
  border-radius: 50%;
  height: 240px;
  width: 240px;
  box-shadow: 0 0 60px rgba(36, 74, 111, 0.28);
  margin: 0 auto 6rem;
}
@media screen and (max-width: 640px) {
  .contents-b.wrapping .contents-b__item .image {
    margin: 0 auto 3rem;
  }
}
.contents-b.wrapping .contents-b__item .image .wrapping_free {
  position: absolute;
  top: -40px;
  left: -40px;
  color: white;
  background-color: #AE2810;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 17px 0;
  font-size: 3rem;
  text-align: center;
}
.contents-b.wrapping .contents-b__item .image img {
  position: absolute;
  border-radius: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contents-b.wrapping .contents-b__item .wrapping_text {
  width: 315px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.contents-b.wrapping .contents-b__item .wrapping_menu {
  font-size: 2rem;
  font-weight: 700;
}
.contents-b.wrapping .contents-b__item:nth-of-type(2) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 20rem;
}
.contents-b.wrapping .contents-b__item:nth-of-type(3) .image img {
  width: 65%;
}

.contents-b[data-columns="1"].wrapping .contents-b__item {
  margin: 0 auto 2.5rem;
}

.contents-b.wrapping_info .contents-b__item {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  border: 8px solid #ccc;
  padding: 2rem 1rem 2rem 3rem;
}
.contents-b.wrapping_info .contents-b__item .wi_image {
  width: 100px;
}
.contents-b.wrapping_info .contents-b__item:last-of-type .wi_image {
  position: relative;
  top: 10px;
}
.contents-b.wrapping_info .contents-b__item p {
  padding-left: 2rem;
}
.contents-b.wrapping_info .contents-b__item p:first-of-type {
  color: #AE2810;
  font-size: 2rem;
  font-weight: 700;
}

.category-search .category-search__list {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .category-search .category-search__list .category-search__list__item {
    margin: 1rem 0;
  }
  .category-search .category-search__list .category-search__list__item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .category-search .category-search__list .category-search__list__item a .thumb {
    margin: 0 0 1rem;
  }
}

.contents-b.pickup {
  font-size: 13.2px;
}
.contents-b.pickup .contents-b__item {
  width: 30.09091%;
  margin-right: 3.81818%;
}
.contents-b.pickup .contents-b__item .item_point {
  font-size: 0.9em;
	min-height: 110px;
    margin-bottom: 50px;
}
.contents-b.pickup .contents-b__item .item_point::before {
  padding-top: 0;
}

.contents-b[data-columns="1"].pickup {
  justify-content: flex-start;
}

.contents-b[data-columns="1"].pickup .contents-b__item {
  width: 100%;
  margin: 0 auto 5rem;
}

.contents-b[data-columns="2"].pickup .contents-b__item {
  width: 47%;
  margin-right: 6%;
  margin-top: 5rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .contents-b[data-columns="2"].pickup .contents-b__item {
    margin: 5px;
  }
	.contents-b.pickup .contents-b__item .item_point {
    min-height: 0;
    margin-bottom: 0;
}
}

.contents-b[data-columns="2"].pickup .contents-b__item:nth-child(2n) {
  margin-right: 0;
}

.contents-b[data-columns="2"].pickup .contents-b__item.txt-item {
  width: 47.27273%;
}


@media screen and (max-width: 640px) {
  footer .box_footer .right .block_bottom nav#fnav_sub ul {
    flex-direction: column;
  }
}/*# sourceMappingURL=style-gaju2.01.css.map */