/* _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 {
  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;
  transition: all 400ms linear;
  transform: translateY(20px);
}

.animate .fade_in.delay {
  transition-delay: 300ms;
}

.animate.show .fade_in {
  opacity: 1;
  transform: translateY(0);
}

body {
  background-color: #fff;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../images/brand/kishu/content_bg.jpg") no-repeat;
  background-size: cover;
}

#header {
  transition: 0.3s;
}

#header.none {
  opacity: 0;
  z-index: -1;
}

#footer {
  position: relative;
}

#main {
  position: relative;
  margin-bottom: 0;
}

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

.bc_wrap {
  background-color: #fff;
}

.bc_wrap #bc {
  padding-bottom: 20px;
  background-color: #fff;
}

section[class$="_area"] {
  padding: 100px 0 95px;
}

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

.area_ttl {
  padding-bottom: 90px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  color: #16ae41;
}

@media screen and (max-width: 750px) {
  .area_ttl {
    padding-bottom: 40px;
    font-size: 2.5rem;
  }
}

.sec_title {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  letter-spacing: .07em;
  text-align: center;
  color: #16ae41;
  position: relative;
}

@media screen and (max-width: 750px) {
  .sec_title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

.sec_title:before, .sec_title:after {
  display: inline-block;
  content: '';
  width: 41%;
  height: 1px;
  margin: auto 0;
  background-color: #16ae41;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .sec_title:before, .sec_title:after {
    width: 31%;
  }
}

.sec_title:before {
  right: 0;
}

.sec_title:after {
  left: 0;
}

.sec_title.bd_m:before, .sec_title.bd_m:after {
  width: 33%;
}

@media screen and (max-width: 750px) {
  .sec_title.bd_m:before, .sec_title.bd_m:after {
    width: 10%;
  }
}

.sec_title.bd_s:before, .sec_title.bd_s:after {
  width: 30%;
}

@media screen and (max-width: 750px) {
  .sec_title.bd_s:before, .sec_title.bd_s:after {
    width: 5%;
  }
}

.sec_title.none:before, .sec_title.none:after {
  display: none;
}

.sec_title .ls- {
  letter-spacing: -0.05em;
}

.box_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin: 0 auto;
  padding: 40px 0;
  border: 1px solid #e6e6e6;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  text-align: center;
  color: #16ae41;
  position: relative;
}

@media screen and (max-width: 750px) {
  .box_link {
    width: 100%;
    padding: 8vw 0;
    font-size: 3.46667vw;
    padding: 30px 0;
    font-size: 1.3rem;
  }
}

.box_link .btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 12px;
  background-color: #16ae41;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.c_wrap .c_text {
  width: 480px;
  padding-bottom: 100px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.25;
}

@media screen and (max-width: 750px) {
  .c_wrap .c_text {
    order: 2;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 75px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.c_wrap .c_text .link {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #16ae41;
  transition: all linear 200ms;
}

@media screen and (max-width: 750px) {
  .c_wrap .c_text .link {
    display: block;
  }
}

.c_wrap .c_text .link:after {
  display: inline-block;
  content: '>>';
  padding-top: 30px;
  padding-left: 15px;
}

.c_wrap .c_image {
  width: 480px;
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .c_wrap .c_image {
    order: 1;
    width: 100%;
    padding-bottom: 0;
  }
}

.sub_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .sub_navi {
    display: block;
    width: 100%;
    height: 65px;
    padding: 0;
    z-index: 10;
  }
}

.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: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 5%;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
  }
}

.sub_navi .logo {
  width: 55px;
}

@media screen and (max-width: 750px) {
  .sub_navi .logo {
    width: 49px;
    height: 42px;
  }
}

.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: #16ae41;
    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;
    transition: 0.3s;
    transform: rotate(-45deg);
  }
  .sp_navi_btn span:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition: 0.3s;
    transform: rotate(45deg);
  }
  .sp_navi_btn span.open:before {
    width: 15px;
  }
  .sp_navi_btn span.open:after {
    width: 15px;
  }
}

.sub_navi_list {
  display: flex;
}

@media screen and (max-width: 750px) {
  .sub_navi_list {
    display: none;
    width: 100%;
    background-color: #f4f5f3;
    border-top: 1px solid rgba(22, 174, 65, 0.2);
    position: relative;
    z-index: 100;
  }
}

.sub_navi_list li {
  display: flex;
  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: #666;
}

@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: #666;
}

@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 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .sub_navi_list li a {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid rgba(22, 174, 65, 0.2);
    color: #16ae41;
  }
}

.main_image {
  width: 100%;
  height: 660px;
  background: url(../images/brand/kishu/main.jpg) no-repeat center top;
  background-size: cover;
  margin-top: -2px;
}

@media screen and (max-width: 750px) {
  .main_image {
    height: auto;
    background: none;
    margin-top: 0;
  }
}

section.content_area {
  padding: 87px 50px;
  position: relative;
}

@media screen and (max-width: 750px) {
  section.content_area {
    padding: 65px 2.6666%;
  }
}

section.content_area .bg_fff {
  width: 100%;
  height: 100%;
  padding: 100px 30px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

@media screen and (max-width: 750px) {
  section.content_area .bg_fff {
    padding: 28px 0 26px;
  }
}

section.content_area .c_wrap .c_text .link:after {
  padding-top: 0;
}

.cm_area {
  background-color: #eaf7eb;
}

.cm_area .col_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.cm_area .col_wrap .col {
  width: 480px;
}

@media screen and (max-width: 750px) {
  .cm_area .col_wrap .col {
    width: 100%;
    padding-bottom: 45px;
  }
  .cm_area .col_wrap .col:last-of-type {
    padding-bottom: 0;
  }
}

.cm_area .col_wrap .col .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
  color: #16ae41;
  position: relative;
}

@media screen and (max-width: 750px) {
  .cm_area .col_wrap .col .ttl {
    font-size: 20px;
  }
}

.cm_area .col_wrap .col .ttl:before, .cm_area .col_wrap .col .ttl:after {
  display: inline-block;
  content: '';
  width: 23%;
  height: 1px;
  margin: auto 0;
  background-color: #16ae41;
  position: absolute;
  top: 0;
  bottom: 0;
}

.cm_area .col_wrap .col .ttl:before {
  right: 0;
}

.cm_area .col_wrap .col .ttl:after {
  left: 0;
}

.cm_area .col_wrap .col .movie {
  width: 100%;
  padding-top: 30px;
}

.cm_area .col_wrap .col .movie iframe {
  width: 480px;
  height: 250px;
}

@media screen and (max-width: 750px) {
  .cm_area .col_wrap .col .movie iframe {
    width: 100%;
    height: 195px;
  }
}

.making {
  margin-top: 35px;
  padding: 55px 40px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .making {
    padding: 25px 20px;
  }
}

.making .c_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.making .c_wrap .c_image {
  width: 440px;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .making .c_wrap .c_image {
    width: 100%;
  }
}

.making .c_wrap .c_image iframe {
  width: 440px;
  height: 248px;
}

@media screen and (max-width: 750px) {
  .making .c_wrap .c_image iframe {
    width: 100%;
    height: auto;
  }
}

.making .c_wrap .c_text {
  width: 440px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.85;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .making .c_wrap .c_text {
    width: 100%;
    padding-bottom: 26px;
    font-size: 1.3rem;
  }
}

.recipi_area {
  padding-bottom: 0 !important;
  background-color: #fff;
}

.recipi_area .area_ttl {
  padding-bottom: 10px;
}

.recipi_area .read_txt {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .recipi_area .read_txt {
    font-size: 1.3rem;
  }
}

.recipi_area .box_link {
  margin: 30px auto 50px;
}

@media screen and (max-width: 750px) {
  .recipi_area .box_link {
    margin: 20px auto 50px;
  }
}

.recipi_area .recipi_image_wrap {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .recipi_area .recipi_image_wrap {
    flex-wrap: wrap;
  }
}

.recipi_area .recipi_image_wrap .recipi_image {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .recipi_area .recipi_image_wrap .recipi_image {
    width: 100%;
  }
}

.recipi_area .recipi_image_wrap .recipi_image img {
  width: 100%;
}

.product_area {
  padding-bottom: 200px !important;
  background: url(../images/brand/kishu/product_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .product_area {
    padding-bottom: 26.66667vw !important;
    background: url(../images/brand/kishu/product_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

@media screen and (max-width: 750px) {
  .product_area .area_ttl {
    padding-bottom: 25px;
  }
}

.product_area .read_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.4;
  text-align: center;
  color: #16ae41;
}

@media screen and (max-width: 750px) {
  .product_area .read_txt {
    font-size: 1.3rem;
  }
}

.product_area .read_txt .fz_m {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .product_area .read_txt .fz_m {
    font-size: 2rem;
  }
}

.product_area .box_link {
  margin-top: 60px;
  border: 1px solid #16ae41;
  color: #16ae41;
}

@media screen and (max-width: 750px) {
  .product_area .box_link {
    margin-top: 35px;
  }
}

.product_area .box_link:hover {
  background-color: #16ae41;
  color: #fff;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .product_list {
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .product_list .product_item {
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
  .product_list .product_item .image {
    opacity: 0.3;
  }
}

.product_list .slick-current .image {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .product_list .slide_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #16ae41;
    border-radius: 40px;
    position: absolute;
    top: 40vw;
    z-index: 10;
  }
  .product_list .slide_arrow img {
    width: 9px;
    padding-right: 2px;
  }
  .product_list .slide_arrow.prev {
    left: 3%;
  }
  .product_list .slide_arrow.next {
    right: 3%;
  }
  .product_list .slide_arrow.next img {
    transform: rotate(-180deg);
  }
}

.product_item {
  width: 220px;
}

@media screen and (max-width: 750px) {
  .product_item {
    width: 100%;
  }
}

.product_item .image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 274px;
}

@media screen and (max-width: 750px) {
  .product_item .image {
    height: auto;
    opacity: 0.3;
  }
  .product_item .image img {
    width: auto;
    height: auto;
  }
}

.product_item .size {
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  text-align: center;
  color: #16ae41;
}

@media screen and (max-width: 750px) {
  .product_item .size {
    padding-top: 14px;
    font-size: 1.4rem;
  }
}

.product_item .text {
  padding-top: 20px;
  padding-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .product_item .text {
    padding-top: 18px;
    font-size: 1.3rem;
  }
}

.product_details .product_item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.product_details .product_item.is-current {
  opacity: 1;
  position: static;
}

.modal_wrap {
  display: none;
  width: 90%;
  max-width: 1000px;
  max-height: 90%;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  overflow: scroll;
  position: fixed;
  top: 3%;
  right: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  .modal_wrap {
    width: 90%;
    padding: 5%;
  }
}

.modal_wrap .modal_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 750px) {
  .modal_wrap .modal_inner {
    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: #16ae41;
}

@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 .close {
  width: 40px;
  height: 40px;
  background-color: #16ae41;
  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;
  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;
  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;
}

.ins_wrap {
  width: 420px;
  margin: 117px auto 50px;
}

@media screen and (max-width: 750px) {
  .ins_wrap {
    width: 92%;
    margin-top: 48px;
    margin-bottom: 20px;
  }
}

.ins_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border: 1px solid #bbb;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: .07em;
  color: #000;
}

@media screen and (max-width: 750px) {
  .ins_wrap a {
    padding: 15px 0;
    border-color: #bbb;
    font-size: 1.2rem;
  }
}

.ins_wrap a .ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

@media screen and (max-width: 750px) {
  .ins_wrap a .ico {
    width: 20px;
    height: 20px;
  }
}

.sns_wrap {
  background-color: #fff;
  padding-top: 117px;
  padding-bottom: 75px;
}

@media screen and (max-width: 750px) {
  .sns_wrap {
    padding-bottom: 48px;
  }
}

/*# sourceMappingURL=maps/kishu.css.map */
