@charset "UTF-8";
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn.scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeIn-up {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.fadeIn-mvttl {
  -webkit-transition-duration: 1400ms;
          transition-duration: 1400ms;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}

.fadeIn-mvttl.scrollIn {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.fadeIn-mvinfo {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}

.fadeIn-mvinfo.scrollIn {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.scene_wrap_animation {
  opacity: 0;
}

.scene_wrap_animation.scrollIn {
  opacity: 1;
}

.scene_wrap_animation.scrollIn .s1img {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.scene_wrap_animation.scrollIn .s1txt {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.scene_wrap_animation.scrollIn .s2img {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.scene_wrap_animation.scrollIn .s2txt {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.scene_wrap_animation.scrollIn .s3img {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.scene_wrap_animation.scrollIn .s3txt {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.slow_animation_mv {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.slow_animation_mvttl {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.slow_animation_mvinfo {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* top_visual */
#top_visual {
  background: #e9e8e5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media print, screen and (min-width: 769px) {
  #top_visual {
    position: relative;
    background-image: url(../images/top/mainv01.jpg);
    background-repeat: no-repeat;
  }
  #top_visual #main_visual {
    margin: 0 auto;
    z-index: 0;
    width: 100%;
    height: 42.8vw;
  }
}

@media screen and (max-width: 960px) {
  #top_visual #main_visual {
    height: 415px;
  }
}

@media screen and (max-width: 768px) {
  #top_visual {
    background-image: url(../images/top/mainv01_sp.jpg);
    position: relative;
    width: 100%;
    height: 97vw;
  }
}

.main_visual_ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33.5vw;
  top: 6.1vw;
}

@media screen and (max-width: 960px) {
  .main_visual_ttl {
    width: 325px;
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .main_visual_ttl {
    width: 70vw;
    top: 8.2vw;
  }
}

.main_visual_info {
  position: absolute;
  left: 14.45vw;
  width: 13.85vw;
  bottom: 5.8vw;
}

@media screen and (max-width: 960px) {
  .main_visual_info {
    width: 135px;
    bottom: 58px;
    left: 139px;
  }
}

@media screen and (max-width: 768px) {
  .main_visual_info {
    width: 38.5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 27.2vw;
  }
}

/* top_lead */
#top_lead .content_inner {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  #top_lead .content_inner {
    padding: 30px 15px 25px;
  }
}

@media print, screen and (min-width: 769px) {
  #top_lead .top_lead_notes {
    padding: 45px 0 25px;
    font-size: 20px;
    text-align: center;
    line-height: 2;
    letter-spacing: 2px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #top_lead .top_lead_notes {
    padding: 23px 0 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
  }
}

/* cart_btn */
@media screen and (min-width: 1400px) {
  /*カート画像サイズ*/
  #top_visual .cart_btn img {
    width: 124px;
    height: 124px;
  }
  /*カートボタン位置*/
  #top_visual .cart_btn {
    position: absolute;
    -webkit-transform: none;
            transform: none;
    right: 30px;
    bottom: 20px;
    z-index: 99;
  }
  /*PC版　ロールオーバー*/
  #top_visual .cart_btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: .85;
  }
}

@media print, screen and (max-width: 1399px) {
  /*カート画像サイズ*/
  #top_visual .cart_btn img {
    width: 10vw;
    height: 10vw;
  }
  /*カートボタン位置*/
  #top_visual .cart_btn {
    position: absolute;
    -webkit-transform: none;
            transform: none;
    right: 30px;
    bottom: 20px;
    z-index: 2;
    opacity: 1;
  }
  /*PC版　ロールオーバー*/
  #top_visual .cart_btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: .85;
  }
}

@media screen and (max-width: 768px) {
  #top_visual .cart_btn img {
    width: 21vw;
    height: 21vw;
  }
  /*カートボタン位置*/
  #top_visual .cart_btn {
    /* transform: translateX(50%); */
    right: 3.6vw;
    top: calc(100% - 24.2vw) !important;
    z-index: 2;
  }
}

/* top_scene */
#top_scene .content_inner {
  width: 1250px;
  margin-bottom: 210px;
}

@media screen and (max-width: 768px) {
  #top_scene .content_inner {
    margin-bottom: 65px;
    max-width: 500px;
    width: 100%;
  }
}

#top_scene .content_inner .scene_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #top_scene .content_inner .scene_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#top_scene .content_inner .scene_image {
  position: relative;
}

@media screen and (max-width: 768px) {
  #top_scene .content_inner .scene_image {
    margin-bottom: 18px;
    width: 270px;
  }
}

#top_scene .content_inner .scene_image:nth-child(2) {
  top: 60px;
}

@media screen and (max-width: 768px) {
  #top_scene .content_inner .scene_image:nth-child(2) {
    top: 0;
    right: 0;
    margin-left: auto;
  }
}

#top_scene .content_inner .scene_text {
  position: absolute;
  bottom: 40px;
  left: 25px;
}

@media screen and (max-width: 768px) {
  #top_scene .content_inner .scene_text {
    bottom: 15px;
    left: 15px;
    width: 72px;
  }
}

/* top_anhydrous */
#top_anhydrous {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous {
    margin-bottom: 66px;
  }
}

#top_anhydrous .anhydrous_ttl_wrap {
  background-image: url(../images/top/bg_anhydrous.jpg);
  background-size: cover;
  min-width: 980px;
  height: 550px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_ttl_wrap {
    height: 33vw;
    min-width: 100%;
    background-position: center center;
  }
}

#top_anhydrous .anhydrous_ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_ttl {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_movie_thumb {
    max-width: 80%;
    margin: 0 auto;
  }
}

#top_anhydrous .anhydrous_movie_thumb a {
  display: block;
}

#top_anhydrous .anhydrous_explanation {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation {
    padding: 66px 0;
  }
}

#top_anhydrous .anhydrous_explanation h4 {
  text-align: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation h4 {
    padding-bottom: 60px;
  }
}

#top_anhydrous .anhydrous_explanation_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
  }
}

#top_anhydrous .anhydrous_explanation_main_text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation_main_text {
    width: 100%;
    padding-top: 60px;
  }
}

#top_anhydrous .anhydrous_explanation_main_text .read {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation_main_text .read {
    margin-bottom: 40px;
  }
}

#top_anhydrous .anhydrous_explanation_main_text .read h5 {
  color: #fff;
  background-color: #ac6a00;
  font-size: 30px;
  text-align: center;
  padding: 10px 0 12px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation_main_text .read h5 {
    font-size: 21px;
  }
}

#top_anhydrous .anhydrous_explanation_main_text .read_text {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation_main_text .read_text {
    text-align: center;
    font-size: 21px;
  }
}

#top_anhydrous .anhydrous_explanation_main_text .read_text .color {
  color: #ac6a00;
}

#top_anhydrous .anhydrous_explanation_main_text .read_text .sup {
  vertical-align: super;
  font-size: 14px;
}

#top_anhydrous .anhydrous_explanation_main_text .read .note {
  font-size: 13px;
  color: #646464;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation_main_text .read .note {
    font-size: 12px;
  }
}

#top_anhydrous .anhydrous_explanation_main_text .main p {
  padding-bottom: 30px;
  line-height: 2.2em;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation_main_text .main p {
    font-size: 13px;
    padding-bottom: 20px;
  }
}

#top_anhydrous .anhydrous_explanation_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_explanation_img img {
    width: 49%;
  }
}

#top_anhydrous .anhydrous_recipe {
  background-color: #f2eede;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_recipe {
    padding: 66px 0;
  }
}

#top_anhydrous .anhydrous_recipe_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_recipe_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
  }
}

#top_anhydrous .anhydrous_recipe_ttl h4 {
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_recipe_ttl h4 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 25px;
  }
}

#top_anhydrous .anhydrous_recipe_ttl .btn a {
  background-color: #a18547;
  width: 200px;
  display: block;
  padding: 20px 10px 5px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_recipe_ttl .btn a {
    margin: 0 auto;
    padding: 20px 10px 15px;
  }
}

#top_anhydrous .anhydrous_recipe_ttl .btn a:hover {
  opacity: .8;
  -webkit-transition: .5s;
  transition: .5s;
}

#top_anhydrous .anhydrous_recipe_list .slick-slide {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  #top_anhydrous .anhydrous_recipe_list .slick-slide {
    margin: 0 5px;
  }
}

#top_anhydrous .anhydrous_recipe_content img {
  width: 100%;
}

#top_function {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top_function {
    margin-bottom: 66px;
  }
}

#top_function .function_ttl_wrap {
  background-image: url(../images/top/bg_function.jpg);
  background-size: cover;
  min-width: 980px;
  height: 550px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #top_function .function_ttl_wrap {
    height: 33vw;
    min-width: 100%;
    background-position: center center;
  }
}

#top_function .function_ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  #top_function .function_ttl {
    width: auto;
    max-width: 15%;
  }
}

#top_function .function_main {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  #top_function .function_main {
    padding: 66px 0 0;
  }
}

#top_function .function_main_read {
  text-align: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top_function .function_main_read {
    padding-bottom: 66px;
  }
}

#top_function .function_main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #top_function .function_main_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#top_function .function_main_wrap li {
  width: 309px;
}

@media screen and (max-width: 768px) {
  #top_function .function_main_wrap li {
    width: auto;
    margin-bottom: 66px;
  }
}

#top_function .function_main_img {
  padding-bottom: 50px;
  width: 309px;
}

@media screen and (max-width: 768px) {
  #top_function .function_main_img {
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 80%;
  }
}

#top_function .function_main_ttl {
  text-align: center;
  padding-bottom: 30px;
}

#top_function .function_main_ttl h4 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}

#top_function .function_main_ttl p {
  color: #646464;
  font-size: 12px;
  text-align: center;
}

#top_function .function_main_plate {
  text-align: center;
  padding: 0 10px 40px;
}

@media screen and (max-width: 768px) {
  #top_function .function_main_plate {
    padding: 0 10px 30px;
  }
}

#top_function .function_main_plate p {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #top_function .function_main_plate p {
    text-align: center;
  }
}

#top_function .function_main_plate span {
  color: #ac6a00;
}

#top_function .function_main_text {
  padding: 0 10px;
}

#top_function .function_main_text p {
  font-size: 16px;
}

#top_function .function_main_text p .sup {
  vertical-align: super;
  font-size: 10px;
}

#top_function .function_main_text .note {
  font-size: 13px;
  color: #646464;
  padding-top: 20px;
}

#top_function .function_other {
  background-color: #f2eede;
  padding: 100px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top_function .function_other {
    padding: 66px 0;
    margin-bottom: 66px;
  }
}

#top_function .function_other_ttl h4 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top_function .function_other_ttl h4 {
    max-width: 80%;
    margin: 0 auto;
  }
}

#top_function .function_other_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  #top_function .function_other_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 66px;
  }
}

#top_function .function_other_content_text {
  width: 45%;
}

@media screen and (max-width: 768px) {
  #top_function .function_other_content_text {
    width: auto;
  }
}

#top_function .function_other_content_text_ttl {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #top_function .function_other_content_text_ttl {
    text-align: center;
    padding-top: 60px;
  }
}

#top_function .function_other_content_text_read {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  #top_function .function_other_content_text_read {
    padding-top: 25px;
    font-size: 22px;
  }
}

#top_function .function_other_content_text_main + .function_other_content_text_read {
  padding-top: 40px;
}

#top_function .function_other_content_text_read p {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #top_function .function_other_content_text_read p {
    text-align: center;
  }
}

#top_function .function_other_content_text_read .color {
  color: #ac6a00;
}

#top_function .function_other_content_text_main p {
  line-height: 2.2em;
}

#top_function .function_other_content_text_main .note {
  font-size: 13px;
  color: #646464;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #top_function .function_other_content_text_main .note {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  #top_function .function_other_content_img {
    max-width: 80%;
    margin: 0 auto;
  }
}

#top_care {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top_care {
    margin-bottom: 66px;
  }
}

#top_care .care_ttl_wrap {
  background-image: url(../images/top/bg_care.jpg);
  background-size: cover;
  min-width: 980px;
  height: 550px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #top_care .care_ttl_wrap {
    height: 33vw;
    min-width: 100%;
    background-position: center center;
  }
}

#top_care .care_ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  #top_care .care_ttl {
    width: auto;
  }
}

#top_care .care_main {
  padding: 100px 0 65px;
}

@media screen and (max-width: 768px) {
  #top_care .care_main {
    padding: 65px 0 40px;
  }
}

#top_care .care_main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #top_care .care_main_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#top_care .care_main_wrap li {
  width: 309px;
}

@media screen and (max-width: 768px) {
  #top_care .care_main_wrap li {
    width: 49%;
    margin-bottom: 40px;
  }
}

#top_care .care_main_img {
  padding-bottom: 50px;
  width: 309px;
}

@media screen and (max-width: 768px) {
  #top_care .care_main_img {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
  }
}

#top_care .care_main_img a {
  display: block;
  transition: opacity 0.3s;
}

#top_care .care_main_img a:hover {
  opacity: 0.75;
}

#top_care .care_main_ttl {
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #top_care .care_main_ttl {
    padding-bottom: 20px;
  }
}

#top_care .care_main_ttl h4 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 5px;
  line-height: 1.8em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #top_care .care_main_ttl h4 {
    font-size: 17px;
  }
}

#top_care .care_main_ttl h4 .sup {
  vertical-align: super;
  font-size: 10px;
}

#top_care .care_main_text {
  padding: 0 10px;
}

#top_care .care_main_text p {
  font-size: 14px;
}

#top_care .care_main_text p .sup {
  vertical-align: super;
  font-size: 10px;
}

#top_care .care_main_text .note {
  font-size: 13px;
  color: #646464;
  padding-top: 20px;
}

#top_care .care_btn {
  text-align: center;
}

#top_care .care_btn a {
  display: inline-block;
  max-width: 400px;
}

#top_care .care_other .content_inner {
  width: 775px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #top_care .care_other .content_inner {
    max-width: 500px;
    width: 100%;
  }
}

#top_care .care_other_ttl h4 {
  font-size: 20px;
  text-align: center;
  border: solid 1px #000;
  padding: 15px;
  font-weight: 500;
}

#top_care .care_other_main {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #top_care .care_other_main {
    padding-bottom: 15px;
  }
}



#top_care .care_other_main_content {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  #top_care .care_other_main_content {
    padding: 25px 0;
  }
}

#top_care .care_other_main_content:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

#top_care .care_other_main_read {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #top_care .care_other_main_read {
    padding-bottom: 20px;
  }
}

#top_care .care_other_main_read p {
  font-size: 25px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #top_care .care_other_main_read p {
    font-size: 19px;
  }
}

#top_care .care_compact {
  background-color: #f2eede;
  padding: 100px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top_care .care_compact {
    padding: 66px 0 40px;
    margin-bottom: 66px;
  }
}

#top_care .care_compact_ttl h4 {
  text-align: center;
}

#top_care .care_compact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  #top_care .care_compact_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 66px;
  }
}

#top_care .care_compact_content_text {
  width: 45%;
}

@media screen and (max-width: 768px) {
  #top_care .care_compact_content_text {
    width: auto;
  }
}

#top_care .care_compact_content_text_ttl {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #top_care .care_compact_content_text_ttl {
    text-align: center;
    padding-top: 40px;
  }
}

#top_care .care_compact_content_text_read {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 50px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  #top_care .care_compact_content_text_read {
    font-size: 22px;
    padding-bottom: 30px;
  }
}

#top_care .care_compact_content_text_read p {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #top_care .care_compact_content_text_read p {
    text-align: center;
  }
}

#top_care .care_compact_content_text_read .color {
  color: #ac6a00;
}

#top_care .care_compact_content_text_main p {
  line-height: 2.2em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #top_care .care_compact_content_text_main p {
    margin-bottom: 10px;
  }
}

#top_care .care_compact_content_img {
  width: 442px;
}

@media screen and (max-width: 768px) {
  #top_care .care_compact_content_img {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
  }
}

#top_care .care_compact_content_img img {
  margin-bottom: 20px;
}

#top_spc {
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
  #top_spc {
    margin-bottom: 66px;
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

#top_spc .spc_ttl {
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #top_spc .spc_ttl {
    padding-bottom: 20px;
  }
}

#top_spc .spc_ttl h4 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top_spc .spc_ttl h4 {
    max-width: 80%;
    margin: 0 auto;
  }
}

#top_spc .spc_ttl h4 .sup {
  vertical-align: super;
  font-size: 10px;
}

#top_spc .spc_bnr + .spc_bnr {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #top_spc .spc_bnr + .spc_bnr {
    margin-top: 30px;
  }
}
  
#top_spc .spc_bnr img {
  max-width: 100%;
}

#top_recipe {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top_recipe {
    margin-bottom: 66px;
  }
}

#top_recipe .recipe_bnr {
  background-color: #a18547;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #top_recipe .recipe_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  #top_recipe .recipe_bnr_img img {
    width: 100%;
  }
}

#top_recipe .recipe_bnr_text {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #top_recipe .recipe_bnr_text {
    height: 240px;
    width: 100%;
  }
}

#top_recipe .recipe_bnr_text h3 {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 30px;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  line-height: 1.7em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #top_recipe .recipe_bnr_text h3 {
    font-size: 20px;
    top: 50px;
  }
}

#top_recipe .recipe_bnr_text_btn {
  position: absolute;
  top: 208px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #top_recipe .recipe_bnr_text_btn {
    top: 140px;
  }
}

#top_recipe .recipe_bnr_text_btn a {
  border: solid 1px #fff;
  width: 200px;
  display: block;
  padding: 20px 10px 5px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  #top_recipe .recipe_bnr_text_btn a {
    padding: 20px 10px 15px;
  }
}

#top_recipe .recipe_bnr_text_btn a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #aa9058;
}

#top_gallery {
  padding: 100px 0;
  border-top: #d2d2d2 1px solid;
  border-bottom: #d2d2d2 1px solid;
}

@media screen and (max-width: 768px) {
  #top_gallery {
    padding: 66px 0;
  }
}

@media screen and (max-width: 768px) {
  #top_gallery .content_inner {
    max-width: 100%;
    padding: 0;
  }
}

#top_gallery .content_inner .gallery_ttl {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #top_gallery .content_inner .gallery_ttl {
    padding-bottom: 30px;
  }
}

#top_gallery .content_inner .gallery_ttl h4 {
  text-align: center;
}

#top_gallery .content_inner .gallery_ttl h4 img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #top_gallery .content_inner .gallery_ttl h4 img {
    max-width: 40%;
  }
}

#top_gallery .top_gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top_gallery .top_gallery_item {
  position: relative;
  width: 240px;
}

#top_gallery .top_gallery_item:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  #top_gallery .top_gallery_item {
    width: 25%;
  }
  #top_gallery .top_gallery_item img {
    width: 100%;
  }
}

#top_gallery .top_gallery_item::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/gallery_plus.png);
  width: 38px;
  height: 38px;
  background-size: contain;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #top_gallery .top_gallery_item::after {
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
  }
}

#top_spec {
  padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
  #top_spec {
    padding: 66px 0;
  }
}

#top_spec .spec_ttl {
  padding-bottom: 60px;
}

#top_spec .spec_ttl h4 {
  text-align: center;
}

#top_spec .spec_ttl h4 img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #top_spec .spec_ttl h4 img {
    max-width: 35%;
  }
}

#top_spec .spec_wrap {
  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;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #top_spec .spec_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #top_spec .spec_img {
    max-width: 70%;
    margin: 0 auto;
  }
}

#top_spec .spec_text table {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #top_spec .spec_text table {
    margin-top: 60px;
    width: 100%;
  }
}

#top_spec .spec_text table th {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  padding: 15px 90px 15px 20px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #top_spec .spec_text table th {
    padding: 15px 20px;
  }
}

#top_spec .spec_text table td {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 15px 90px 15px 20px;
}

@media screen and (max-width: 768px) {
  #top_spec .spec_text table td {
    padding: 15px 20px;
  }
}

#top_spec .spec_text .note {
  color: #646464;
  font-size: 13px;
}

#top_spec .spec_btn {
  text-align: center;
}

#top_spec .spec_btn:hover {
  opacity: .8;
}

#top_spec .spec_btn a {
  margin-left: 75px;
}

@media screen and (max-width: 768px) {
  #top_spec .spec_btn a {
    margin-left: auto;
  }
}

/* foot_top */
.foot_top #product_outline {
  border-bottom: 1px solid #dcdcdc;
}

/* float */
#float_bnr {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  z-index: 1;
}

#float_bnr.is-hidden,
#float_bnr.is-unnecessary {
  opacity: 0;
  pointer-events: none;
}

#float_bnr a {
  display: block;
}

#float_bnr a img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  #float_bnr {
    width: 178px;
    position: absolute;
    z-index: 10;
    top: 82px;
    left: 50%;
  }
  #float_bnr a {
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
  }
  #float_bnr a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  #float_bnr .floar_close {
    display: none;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  #float_bnr {
    width: 178px;
    top: 82px;
    margin-left: 199px;
  }
}

@media print, screen and (min-width: 960px) and (max-width: 1400px) {
  #float_bnr {
    width: 18.57vw;
    top: 8.57vw;
    margin-left: 20.71vw;
    z-index: 1;
  }
}

@media print, screen and (min-width: 1400px) {
  #float_bnr {
    width: 260px;
    top: 120px;
    margin-left: 33vw;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  #float_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #float_bnr .float_close {
    width: 8vw;
    height: 8vw;
    background: url("../images/top/float_interview_close.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -2.67vw;
    right: 2.67vw;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  cursor: pointer;
}

.modal__content {
  background: transparent;
  left: 50%;
  padding: 40px 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 60%;
  max-height: 90%;
  max-width: 1000px;
  overflow-y: auto;
  pointer-events: none;
}

.modal__content iframe {
  width: calc(100% - 100px);
  height: calc(100% - 80px);
  pointer-events: initial;
}

@media screen and (max-width: 768px) {
  .modal__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }
}

.modal__content img {
  pointer-events: initial;
}

.modal .close_cross span {
  width: 1px;
  height: 50px;
  background-color: #6d6d7b;
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  right: 25px;
}

.modal .close_cross span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .close_cross span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal_gallery .modal__content {
  background: transparent;
  left: 50%;
  padding: 40px 60px;
  position: absolute;
  height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-height: 90%;
  max-width: 1000px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .modal_gallery .modal__content {
    width: 100%;
  }
  .modal_gallery .modal__content img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.modal_gallery .close_cross span {
  width: 1px;
  height: 50px;
  background-color: #6d6d7b;
  position: absolute;
  display: block;
  cursor: pointer;
  top: 30px;
  right: 25px;
}

.modal_gallery .close_cross span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_gallery .close_cross span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#modal_care .modal__content {
  background-color: #fff;
}

#modal_care .modal_care_inner {
  width: 100%;
  height: calc( 100% - 92px );
  background:url("../images/top/care_modal_img.jpg") no-repeat center;
  background-size: contain;
}

#modal_care .modal_care_text {
  width: 520px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #a00;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  color: #a00;
}

#modal_care .modal_care_text span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #modal_care .modal__content {
    padding: 0;
    width: 80%;
    height: 50%;
  }
  
  #modal_care .modal_care_inner {
    height: calc( 100% - 60px );
  }
  
  #modal_care .modal_care_text {
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }
  
  #modal_care .modal_care_text span {
    font-size: 12px;
  }
}