.breadcrumb {
  padding: 1rem;
  padding-left: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  max-width: 1300px;
  margin: 0 auto;
box-sizing:border-box;
}

.breadcrumb li {
  display: inline-block;
}


.breadcrumb span {
  display: inline-block;
  color: #000;
  font-size: 1.5rem;
}

.breadcrumb li a::after {
  content: "";
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
  display: inline-block;
  transform: rotate(45deg);
}

.breadcrumb li:last-of-type a::after {
  display: none;
}

.breadcrumb a span:hover {
  opacity: 0.5;
}

.breadcrumb li:nth-child(3) a span::after {
  display: none;
}

.breadcrumb li:nth-child(3) a span {
  font-weight: bold;
  color: #C10D23;
}



/* Scss Document */
.content-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
.content-container  * {
    font-size: 2.56410256vw;
  }
}

.content-container img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

.content-container p {
  word-wrap: break-word;
}

.content-container a {
  text-decoration: none;
  word-wrap: break-word;
  display: block;
}

@font-face {
  font-family: "Harenosora";
  src: url("../font/Harenosora.woff2") format("woff2");
}


.content-container {
  width: 100%;
  max-width: 1180px;
  height: auto;
  padding-bottom: 48px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px;
  }

  .breadcrumb span {
    font-size: 1.125rem;
  }

  .breadcrumb li a::after {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    width: 5px;
    height: 5px;
  }

  .content-container {
    width: 100%;
    padding-bottom: 12.8vw;
  }
}

.fv {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 13.8vw;
  }
}

.fv img {
  width: 100%;
  height: auto;
}

.intro {
  width: 100%;
  max-width: 1090px;
  height: auto;
  margin: 0 auto;
  background-color: #E2E5E6;
  padding: 52px 85px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .intro {
    width: 92.3%;
    padding: 6.8vw 6.6vw;
    margin-bottom: 11.8vw;
  }
}

.intro p {
  font-family: "Harenosora", serif;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .intro p {
    font-size: 1.8rem;
  }
}

.content-flex {
  width: 100%;
  max-width: 1090px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 95px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .content-flex {
    width: 92.3%;
    margin-bottom: 18.5vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.content-flex-rev {
  width: 100%;
  max-width: 1090px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 95px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .content-flex-rev {
    width: 92.3%;
    margin-bottom: 18.5vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.content-text-area {
  width: 530px;
  height: auto;
  position: relative;
  top: -9px;
  flex: 0 0 48.6%;
}

@media screen and (max-width: 768px) {
  .content-text-area {
    width: 100%;
    margin-bottom: 6.2vw;
    position: static;
  }
}

.content-text-area .content-heading {
  font-family: "Harenosora", serif;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 1.5;
  padding-bottom: 4px;
  margin-bottom: 22px;
  border-bottom: 2px solid #1C1C1C;
}

@media screen and (max-width: 768px) {
  .content-text-area .content-heading {
    font-size: 2rem;
    padding-bottom: 2vw;
    margin-bottom: 6.2vw;
  }
}

.content-text-area .content-text {
  font-family: "Harenosora", serif;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .content-text-area .content-text {
    font-size: 1.6rem;
  }
}

.content-img-area {
  height: auto;
  flex: 0 1 100%;
}

@media screen and (max-width: 768px) {
  .content-img-area {
    width: 100%;
  }
}

.content-img-area .content-main-img {
  width: 100%;
  height: auto;
}

.content-img-area .content-main-img img {
  width: 100%;
  height: auto;
}

.content-img-area .content-sub-img-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .content-img-area .content-sub-img-box {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 6.2vw;
  }
}

.content-img-area .content-sub-img-box .content-sub-img {
  width: 258px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .content-img-area .content-sub-img-box .content-sub-img {
    width: 100%;
    height: auto;
    margin-bottom: 6.2vw;
  }
}

.content-img-area .content-sub-img-box .content-sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .content-img-area .content-sub-img-box .content-sub-img img {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .content-img-area .content-sub-img-box .content-sub-img:first-child {
    margin: 0;
  }
}

.content-img-area .content-column-img {
  width: 100%;
  height: 205px;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .content-img-area .content-column-img {
    height: auto;
    margin-bottom: 6.2vw;
  }
}

.content-img-area .content-column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .content-img-area .content-column-img img {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .content-img-area .content-column-img:last-child {
    margin: 0;
  }
}

.content-flex .content-text-area {
  margin-right: 40px;
}

@media print,
screen and (max-width: 768px) {
  .content-flex .content-text-area {
    margin-right: 0;
  }
}

.content-flex-rev .content-text-area {
  margin-left: 40px;
}

@media print,
screen and (max-width: 768px) {
  .content-flex-rev .content-text-area {
    margin-left: 0;
  }
}

.shop-link {
  width: 100%;
  max-width: 1090px;
  height: auto;
  margin: 0 auto;
  background-color: #E2E5E6;
  padding: 42px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .shop-link {
    width: 92.3%;
    padding: 7.4vw;
  }
}

.shop-link .shop-link-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.shop-link .shop-link-inner .shop-link-box {
  display: block;
  width: 240px;
  height: auto;
  background-color: white;
  margin: 5px;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner .shop-link-box {
    width: 100%;
    margin: 0;
    margin-bottom: 6.2vw;
  }
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner .shop-link-box:last-child {
    margin-bottom: 0;
  }
}

/* .shop-link .shop-link-inner .shop-link-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: 0.3s;
}
.shop-link .shop-link-inner .shop-link-box:hover::after {
  opacity: 0.4;
} */
.shop-link .shop-link-inner .shop-link-box .shop-link-box-img {
  width: 100%;
  height: 160px;
  background-color: #C3C3C3;
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner .shop-link-box .shop-link-box-img {
    height: 51.3vw;
  }
}

.shop-link .shop-link-inner .shop-link-box .shop-link-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shop-link .shop-link-inner .shop-link-box .shop-link-box-text {
  width: 100%;
  height: auto;
  padding: 12px 15px 18px 15px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner .shop-link-box .shop-link-box-text {
    padding: 3vw 3.8vw 4.6vw 3.8vw;
  }
}

.shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-explanation {
  font-family: "Noto Sans JP", sans-serif;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-explanation {
    font-size: 1.8rem;
    padding-bottom: 2.6vw;
    margin-bottom: 2.6vw;
  }
}

.shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-info {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-info .shop-link-box-name {
  font-family: "Noto Sans JP", sans-serif;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-info .shop-link-box-name {
    font-size: 1.2rem;
    margin-bottom: 2.6vw;
  }
}

.shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-info .shop-link-box-price {
  font-family: "Noto Sans JP", sans-serif;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-info .shop-link-box-price {
    font-size: 2rem;
    margin-bottom: 2.6vw;
  }
}

.shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-info .shop-link-box-stars {
  display: flex;
  flex-direction: row;
}

.shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-info .shop-link-box-stars i {
  color: #FFCE00;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .shop-link .shop-link-inner .shop-link-box .shop-link-box-text .shop-link-box-info .shop-link-box-stars i {
    font-size: 2.4rem;
    margin-right: 1.5vw;
  }
}

.del-sp {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .del-sp {
    display: none !important;
  }
}

.add-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .add-sp {
    display: block !important;
  }
}

.btn__gift {
  display: inline-block;
  font-size: 14px;
  /* font-size: 0.875rem; */
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #C10D23;
  padding: 20px 0;
  /* padding: 1.25rem 0; */
  width: 100%;
  position: relative;
}

.btn__gift:visited,
.btn__gift:link {
  color: #fff;
}

.btn__gift::before,
.btn__gift::after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn__gift::before {
  top: 50%;
  right: 16px;
  /* right: 1rem; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  /* width: 1.125rem; */
  height: 1px;
  /* height: 0.0625rem; */
}

.btn__gift::after {
  top: 48%;
  right: 16px;
  /* right: 1rem; */
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  /* width: 0.3125rem; */
  height: 1px;
  /* height: 0.0625rem; */
}

.btn__gift:hover {
  opacity: 0.6;
}

.btn__gift:hover::before,
.btn__gift:hover::after {
  right: 13px;
  /* right: 0.8125rem; */
}