/* _setting CSS */
img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .pctag {
    display: none;
  }
}

.sptag {
  display: none;
}
@media screen and (max-width: 750px) {
  .sptag {
    display: block;
  }
}

.link_hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.link_hover:hover {
  text-decoration: none;
}
.link_hover.ef_op:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .link_hover.ef_op:hover {
    opacity: 1;
  }
}

.animate .fade_in {
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.animate .fade_in.delay {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}
.animate.show .fade_in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#header {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#header.none {
  opacity: 0;
  z-index: -1;
}

#bc {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #bc {
    margin-bottom: 0;
  }
}

section[class$="_area"] {
  padding: 150px 0 0;
}
@media screen and (max-width: 750px) {
  section[class$="_area"] {
    padding: 50px 0 42px;
  }
}

.area_ttl {
  padding-bottom: 70px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.0rem;
  line-height: 1;
  text-align: center;
  color: #f96bbf;
}
@media screen and (max-width: 750px) {
  .area_ttl {
    padding-bottom: 43px;
    font-size: 2.5rem;
  }
}

.box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  margin: 0 auto;
  padding: 40px 0;
  border: 1px solid #e5004f;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  text-align: center;
  color: #e5004f;
  position: relative;
}
@media screen and (max-width: 750px) {
  .box_link {
    width: 100%;
    padding: 30px 0;
    font-size: 1.3rem;
  }
}
.box_link .btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 12px;
  background-color: #e5004f;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .box_link .btn {
    width: 20px;
    height: 20px;
  }
}
.box_link .btn:before {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .box_link .btn:before {
    width: 13px;
  }
}
.box_link .btn:after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .box_link .btn:after {
    height: 13px;
  }
}
.box_link .arrow {
  display: inline-block;
  padding-left: 30px;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 750px) {
  .box_link .arrow {
    right: 10px;
  }
}
.box_link .arrow img {
  width: 16px;
}

.c_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.c_wrap.reverse .c_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 750px) {
  .c_wrap.reverse .c_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c_wrap.reverse .c_image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 750px) {
  .c_wrap.reverse .c_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c_wrap .c_text {
  width: 480px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .c_wrap .c_text {
    width: 100%;
    font-size: 1.4rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c_wrap .link {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #16ae41;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
@media screen and (max-width: 750px) {
  .c_wrap .link {
    padding-top: 10px;
  }
}
.c_wrap .link:after {
  display: inline-block;
  content: '>>';
  padding-top: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 750px) {
  .c_wrap .link:after {
    padding-top: 0;
  }
}
.c_wrap .c_image {
  width: 480px;
}
@media screen and (max-width: 750px) {
  .c_wrap .c_image {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c_box .link {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #16ae41;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
@media screen and (max-width: 750px) {
  .c_box .link {
    padding-top: 27px;
  }
}
.c_box .link:after {
  display: inline-block;
  content: '>>';
  padding-top: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 750px) {
  .c_box .link:after {
    padding-top: 0;
  }
}

.sub_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sub_navi {
    display: block;
    width: 100%;
    height: 65px;
    padding: 0;
  }
}
.sub_navi.fix {
  position: fixed;
  z-index: 10;
}
.sub_navi .sub_navi_head {
  width: 70px;
  padding: 5px 0;
  margin-right: 43px;
}
@media screen and (max-width: 750px) {
  .sub_navi .sub_navi_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.33333vw 5%;
    margin-right: 0;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
.sub_navi .logo {
  width: 70px;
}
@media screen and (max-width: 750px) {
  .sub_navi .logo {
    width: 50px;
    height: 42px;
  }
  .sub_navi .logo img {
    width: auto;
  }
}

.sp_navi_btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_navi_btn {
    display: block;
    max-width: 80px;
    padding: 5px 30px 7px 7px;
    background-color: #e5004f;
    border-radius: 3px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  .sp_navi_btn span {
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .sp_navi_btn span:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sp_navi_btn span:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sp_navi_btn span.open:before {
    width: 15px;
  }
  .sp_navi_btn span.open:after {
    width: 15px;
  }
}

.sub_navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .sub_navi_list {
    display: none;
    width: 100%;
    background-color: #f19dae;
    position: relative;
    z-index: 10;
  }
}
.sub_navi_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .sub_navi_list li {
    padding: 0 5%;
  }
  .sub_navi_list li:first-of-type a {
    border-top: none;
  }
}
.sub_navi_list li:after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #bbb;
}
@media screen and (max-width: 750px) {
  .sub_navi_list li:after {
    display: none;
  }
}
.sub_navi_list li:first-of-type:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #bbb;
}
@media screen and (max-width: 750px) {
  .sub_navi_list li:first-of-type:before {
    display: none;
  }
}
.sub_navi_list li a {
  display: block;
  padding: 15px 37px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .sub_navi_list li a {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #fff;
    color: #fff;
  }
}

#main {
  margin-bottom: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 750px) {
  #main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.main_image {
  width: 100%;
  height: 572px;
  background: url(../images/brand/sarari_special/main.jpg?id=20220727) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .main_image {
    height: auto;
    background: none;
  }
  .main_image .common_inner {
    width: 100%;
  }
}

.bg_wrap {
  background: url(../images/brand/sarari_special/bg_content.jpg) repeat-y center top;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .bg_wrap {
    background-position: left top;
    background-size: 300%;
  }
}
.bg_wrap .bg_flower {
  width: 90%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

section.content_area {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.content_area {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
section.content_area .area_ttl {
  width: 531px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  section.content_area .area_ttl {
    width: 85%;
    padding-bottom: 29px;
  }
}
section.content_area .area_ttl span {
  display: block;
  font-size: 2.2rem;
  color: #f96bbf;
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  section.content_area .area_ttl span {
    font-size: 1.2rem;
  }
}
section.content_area .c_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  section.content_area .c_wrap {
    padding-bottom: 12vw;
  }
}
section.content_area .c_wrap.pb180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 750px) {
  section.content_area .c_wrap.pb180 {
    padding-bottom: 82px;
  }
}
section.content_area .c_wrap:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  section.content_area .c_text {
    padding-top: 17px;
  }
}
section.content_area .c_text .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #f96bbf;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  section.content_area .c_text .ttl {
    font-size: 2.0rem;
    line-height: 1.4;
    letter-spacing: 0;
    padding-bottom: 6px;
  }
}
section.content_area .c_text .ttl .underline {
  position: relative;
}
section.content_area .c_text .ttl .underline:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f96bbf;
  position: absolute;
  bottom: -7px;
}
section.content_area .c_text .txt {
  padding-top: 10px;
  font-size: 1.6rem;
  color: #f96bbf;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  section.content_area .c_text .txt {
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
section.content_area .c_text .txt .fwb {
  font-weight: bold;
}
section.content_area .c_text .link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #e5004f;
}
section.content_area .c_box {
  width: 100%;
}
section.content_area .c_box .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #f96bbf;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.content_area .c_box .ttl {
    font-size: 1.8rem;
  }
}
section.content_area .c_box .ttl .underline {
  position: relative;
}
section.content_area .c_box .ttl .underline:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f96bbf;
  position: absolute;
  bottom: -7px;
}
section.content_area .c_box .c_image {
  width: 331px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  section.content_area .c_box .c_image {
    width: 167px;
    padding-top: 30px;
  }
}
section.content_area .c_box .c_text {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.content_area .c_box .c_text {
    padding-top: 0;
    text-align: left;
  }
}
section.content_area .c_box .c_text .txt {
  padding-top: 0;
}

section.movie_area {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.movie_area {
    padding: 50px 0 0;
  }
}
section.movie_area .sub_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  color: #d5b568;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.movie_area .sub_ttl {
    font-size: 1rem;
  }
}
section.movie_area .sub_ttl:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #d5b568;
  position: absolute;
  top: 0;
  bottom: 0;
}
section.movie_area .sub_ttl span {
  position: relative;
  z-index: 2;
}
section.movie_area .sub_ttl span:before {
  display: block;
  content: "";
  width: 150%;
  margin: auto;
  background-color: #111;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -25%;
  z-index: -1;
}

.movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .movie_list {
    padding-bottom: 0;
  }
}
.movie_list li {
  width: 480px;
  padding-top: 45px;
}
@media screen and (max-width: 750px) {
  .movie_list li {
    width: 100%;
    padding-top: 34px;
  }
  .movie_list li:first-of-type {
    padding-top: 0;
  }
}
.movie_list li .movie iframe {
  width: 480px;
  height: 270px;
}
@media screen and (max-width: 750px) {
  .movie_list li .movie iframe {
    width: 100%;
    height: 194px;
  }
}
.movie_list li .txt {
  padding-top: 15px;
  font-size: 2.4rem;
  color: #f96bbf;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}
@media screen and (max-width: 750px) {
  .movie_list li .txt {
    padding-top: 20px;
    font-size: 1.8rem;
  }
}

.profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .profile_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.profile_wrap .box_link {
  width: 330px;
  padding: 35px 10px;
  border: 1px solid #f96bbf;
  color: #f96bbf;
}
@media screen and (max-width: 750px) {
  .profile_wrap .box_link {
    width: 294px;
    margin-top: 50px;
    padding: 30px 17px;
    border-color: #f7abc5;
  }
}
.profile_wrap .box_link .btn {
  background-color: #f96bbf;
}
.profile_wrap .box_link .btn:before, .profile_wrap .box_link .btn:after {
  background-color: #fff;
}
.profile_wrap .box_link .image {
  display: inline-block;
  width: 72px;
  margin-right: 14px;
}

.modal_wrap {
  display: none;
  width: 90%;
  max-width: 1000px;
  max-height: 500px;
  margin: auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .modal_wrap {
    width: 90%;
    max-height: 90%;
    padding: 5%;
  }
}
.modal_wrap .modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .modal_wrap .modal_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal_wrap .image_box {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .modal_wrap .image_box {
    width: 100%;
  }
}
.modal_wrap .image_box .image {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .modal_wrap .image_box .image {
    width: 48%;
    margin: 0 auto;
  }
}
.modal_wrap .image_box .profile .name {
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  color: #f96bbf;
}
@media screen and (max-width: 750px) {
  .modal_wrap .image_box .profile .name {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.modal_wrap .image_box .profile .birth {
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal_wrap .image_box .profile .birth {
    padding-top: 10px;
  }
}
.modal_wrap .text_wrap {
  width: 75%;
}
@media screen and (max-width: 750px) {
  .modal_wrap .text_wrap {
    width: 100%;
    padding-top: 15px;
  }
}
.modal_wrap .text_wrap .text_box {
  font-size: 1.4rem;
}
.modal_wrap .text_wrap .text_box:first-of-type {
  padding-top: 0;
}
.modal_wrap .text_wrap .text_box dt {
  padding-bottom: 10px;
  font-weight: bold;
}
.modal_wrap .text_wrap .text_box dd {
  padding-bottom: 20px;
  line-height: 1.4;
}
.modal_wrap .text_wrap p.text_box {
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .modal_wrap .text_wrap p.text_box {
    line-height: 1.5;
  }
}
.modal_wrap .close {
  width: 40px;
  height: 40px;
  background-color: #f96bbf;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal_wrap .close:before {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_wrap .close:after {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

section.recipi_area {
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.recipi_area {
    padding-top: 75px;
    padding-bottom: 67px;
  }
}
section.recipi_area .area_ttl {
  padding-bottom: 25px;
}
@media screen and (max-width: 750px) {
  section.recipi_area .area_ttl {
    padding-bottom: 20px;
  }
}
section.recipi_area .read_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
section.recipi_area .box_link {
  margin: 45px auto 0;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  section.recipi_area .box_link {
    display: none;
    width: 100%;
    margin-top: 27px;
  }
}
section.recipi_area .recipi_image {
  width: 920px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1280px) {
  section.recipi_area .recipi_image {
    width: 100%;
    margin-top: 35px;
  }
}
section.recipi_area .recipi_image a {
  display: block;
  text-align: center;
}

section.product_area {
  padding-top: 200px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  section.product_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.product_area {
  position: relative;
}
.product_area .area_ttl {
  padding-bottom: 10px;
}
.product_area .item {
  width: 480px;
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .product_area .item {
    width: 100%;
    padding-bottom: 30px;
  }
}
.product_area .item .image {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .product_area .item .image {
    width: 65px;
    margin: 0 auto;
  }
}
.product_area .item .ttl {
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f96bbf;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #f96bbf;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}
@media screen and (max-width: 750px) {
  .product_area .item .ttl {
    padding-top: 0;
  }
}
.product_area .item .ttl.orange {
  color: #f0831e;
  border-color: #f0831e;
}
.product_area .item .ttl.honey {
  color: #b97002;
  border-color: #b97002;
}
.product_area .item .ttl .ast {
  margin: 0 -1% 0 -1.5%;
  font-size: 1rem;
  letter-spacing: -1px;
  vertical-align: top;
}
.product_area .item .txt {
  height: 135px;
  padding-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .product_area .item .txt {
    height: auto;
  }
}
.product_area .box_link {
  color: #fff;
}
.product_area .box_link.pink {
  margin-top: 30px;
  border: 1px solid #f96bbf;
  color: #f96bbf;
}
@media screen and (max-width: 750px) {
  .product_area .box_link.pink {
    margin-top: 0;
    margin-bottom: 50px;
    border-color: #f7abc5;
  }
}
.product_area .box_link.pink:hover {
  background-color: #f96bbf;
  color: #fff;
}
.product_area .box_link.pink.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .product_area .box_link.pink.sp {
    display: block;
  }
}
.product_area .box_link.pink.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .product_area .box_link.pink.pc {
    display: none;
  }
}
.product_area .box_link.orange {
  margin-top: 10px;
  border: 1px solid #f0831e;
  color: #f0831e;
}
.product_area .box_link.orange:hover {
  background-color: #f0831e;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .product_area .box_link.orange {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.product_area .box_link.honey {
  margin-top: 10px;
  border: 1px solid #b97002;
  color: #b97002;
}
.product_area .box_link.honey:hover {
  background-color: #b97002;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .product_area .box_link.honey {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

@-webkit-keyframes slide_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slide_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slide_return {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}
@keyframes slide_return {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}
@-webkit-keyframes slide_out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@keyframes slide_out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@-webkit-keyframes out_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes out_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ume_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  position: relative;
  margin-bottom: 125px;
}
@media screen and (max-width: 750px) {
  .ume_list.slick-slider .item {
    width: 120px;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .ume_list.slick-slider .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 70%;
    margin: 0 auto;
    opacity: 0.3;
  }
}
@media screen and (max-width: 750px) {
  .ume_list .slick-current .image {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .ume_list .slide_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background-color: #e5004f;
    border-radius: 40px;
    position: absolute;
    top: 40vw;
    z-index: 9;
  }
  .ume_list .slide_arrow img {
    width: 9px;
    padding-right: 2px;
  }
  .ume_list .slide_arrow.next {
    right: 3%;
  }
  .ume_list .slide_arrow.next img {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .ume_list .slide_arrow.prev {
    left: 3%;
  }
}
.ume_list .box_link {
  padding: 19px 0;
}
@media screen and (max-width: 750px) {
  .ume_list {
    margin-bottom: 0;
  }
}
.ume_list .item:nth-child(1), .ume_list .item:nth-child(2) {
  margin-bottom: 120px;
}
.ume_list .item .btn_center {
  position: absolute;
  bottom: -80px;
  right: -170px;
}
@media screen and (max-width: 750px) {
  .ume_list .item:nth-child(1), .ume_list .item:nth-child(2) {
    margin-bottom: 0;
  }
}

.product_details .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.product_details .item.is-current {
  opacity: 1;
  position: static;
}

.uzu_wrap {
  width: 100%;
  padding-top: 145px;
  background: #fffcd5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffcd5), to(#ffffff));
  background: -o-linear-gradient(top, #fffcd5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fffcd5 0%, #ffffff 100%);
}

.honey_wrap {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 145px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5c62a), color-stop(50%, #fae4a7), color-stop(80%, #ffffff));
  background: -o-linear-gradient(top, #f5c62a 0%, #fae4a7 50%, #ffffff 80%);
  background: linear-gradient(to bottom, #f5c62a 0%, #fae4a7 50%, #ffffff 80%);
}

.uzu_list .item {
  margin: 0 auto;
}
.uzu_list + .box_link {
  padding: 19px 0;
}

.sns_share {
  margin-top: 145px;
}
@media screen and (max-width: 750px) {
  .sns_share {
    margin-top: 47px;
  }
}
