body {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1550px) {
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 3.2vw;
  }
}

.mvArea {
  margin-top: 80px;
  /*====================================================================
    slick
    ====================================================================*/
  /*====================================================================
    .full-screen
    ====================================================================*/
}
@media screen and (max-width: 900px) {
  .mvArea {
    margin-top: 60px;
  }
}
.mvArea .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .mvArea .sliderArea {
    padding: 0;
  }
}
.mvArea .slick-slide {
  margin: 0 0.5em;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
@media screen and (max-width: 900px) {
  .mvArea .slick-slide {
    margin: 0;
    opacity: 0.4;
  }
}
.mvArea .slick-slide img {
  width: 100%;
  height: auto;
}
.mvArea .slick-prev,
.mvArea .slick-next {
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .mvArea .slick-prev,
  .mvArea .slick-next {
    opacity: 0;
  }
}
.mvArea .slick-prev:before,
.mvArea .slick-next:before {
  color: #000;
}
.mvArea .slick-active {
  opacity: 1;
}
.mvArea .slick-current {
  opacity: 1;
}
.mvArea .thumb .slick-slide {
  cursor: pointer;
}
.mvArea .thumb .slick-slide:hover {
  opacity: 0.7;
}
.mvArea .full-screen .slick-list {
  overflow: visible;
}
.mvArea .full-screen.slider {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

#select {
  margin-top: 10%;
}
@media screen and (max-width: 900px) {
  #select {
    margin-top: 0;
  }
}
#select #select_photo01 {
  right: 5%;
  width: 24em;
}
@media screen and (min-width: 1550px) {
  #select #select_photo01 {
    right: 14%;
    width: 26em;
  }
}
#select #select_photo01_sp {
  right: 7%;
  width: 75%;
  float: right;
  position: absolute;
  top: auto;
  bottom: -5%;
}
#select #select_wrapp {
  position: relative;
  top: 10%;
  right: auto;
  max-width: 62.5em;
  width: 90%;
  padding-top: 10%;
  top: auto;
  margin: 0 auto;
  padding-bottom: 2em;
}
#select #select_wrapp p {
  max-width: 57%;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  #select #select_wrapp p {
    max-width: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
  #select #select_wrapp p {
    max-width: 57%;
  }
}
@media screen and (max-width: 900px) {
  #select #select_wrapp h2.select_midashi {
    text-align: left;
  }
}
#select .select_catArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 62.5em;
  width: 90%;
  margin: 6em auto;
  position: relative;
  z-index: 2;
  padding-bottom: 12em;
}
@media screen and (min-width: 1550px) {
  #select .select_catArea {
    margin-top: 10em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  #select .select_catArea {
    margin: 1em auto;
    padding-bottom: 22em;
  }
}
#select .select_catArea_block {
  width: 31.5%;
  margin-right: 2.75%;
  display: block;
  color: #333;
  text-decoration: none;
}
#select .select_catArea_block:nth-child(3n) {
  margin-right: 0;
}
#select .select_catArea_block:nth-child(n+4) {
  margin-top: 1em;
}
@media screen and (max-width: 900px) {
  #select .select_catArea_block {
    width: 48%;
    margin-right: 4%;
  }
  #select .select_catArea_block:nth-child(3n) {
    margin-right: 4%;
  }
  #select .select_catArea_block:nth-child(2n) {
    margin-right: 0;
  }
  #select .select_catArea_block:nth-child(n+3) {
    margin-top: 1.3em;
  }
}
#select .select_catArea_block_img {
  width: 100%;
  height: 8em;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #select .select_catArea_block_img {
    height: 6em;
  }
}
#select .select_catArea_block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in-out;
}
#select .select_catArea_block_text {
  background-color: #fff;
  padding-block: 0.7em;
  width: 100%;
}
#select .select_catArea_block_text h3 {
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 900px) {
  #select .select_catArea_block_text h3 {
    font-size: 1.1em;
  }
}
#select .select_catArea_block:hover .select_catArea_block_img img {
  transform: scale(1.08);
}
#select .select_catArea_block:hover .select_catArea_block_text h3 {
  color: #6c1317;
}

@media screen and (max-width: 900px) {
  #to_gift #gift_photo01_sp {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  #to_gift #gift_photo02 {
    display: none;
  }
}
#to_gift #gift_photo02_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  #to_gift #gift_photo02_sp {
    display: block;
    position: relative;
    width: 55%;
    top: -30px;
    left: 38%;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  #to_gift #select_gift_wrapp {
    margin-top: 10em;
  }
}/*# sourceMappingURL=index.css.map */