.pc {
  display: none !important;
}

.wih {
  transition: max-height 1700ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.cont_wrap {
  padding-bottom: 120px;
}

.not_home .cont_wrap {
  padding-top: 80px;
}

/*redb*/

.redb {
  width: 215px;
  display: block;
  background-color: #ce193a;
  height: 50px;
  position: relative;
  cursor: pointer;
  border-radius: 28px / 25px;

  overflow: visible;
  margin: 0 auto;
}
.redb_in {
  width: 100%;
  text-align: center;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  /* WHITE */

  color: #ffffff;
}

/*common*/

.shopnow {
  position: fixed;
  top: 13px;
  right: 12px;
  width: 84px;
  height: 28px;
  border-radius: 16px / 14px;
  border: solid 2px #6a6f60;
  cursor: pointer;
  z-index: 500;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
}
.shopnow_t1 {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0%, -50%);
  text-align: center;
  font-weight: 900;
  font-size: 10px;
  line-height: 10px;

  letter-spacing: 0.05em;
}

.on_top_fv .shopnow {
  border-color: #fff;
  color: #fff;

  filter: drop-shadow(0px 5px 15px rgba(48, 63, 43, 0.6));
}

/*header_menu_button*/

.header_menu_button {
  position: fixed;
  top: 0px;
  left: 20px;
  width: 40px;
  height: 54px;
  z-index: 1500;
  cursor: pointer;
}

.header_menu_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #6a6f60;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
}
.on_top_fv:not(.header_menu_open) .header_menu_b {
  background: #fff;

  filter: drop-shadow(0px 5px 15px rgba(48, 63, 43, 0.6));
}
.header_menu_b_1 {
  transform: translate(0, 20px);
}

.header_menu_b_2 {
  transform: translate(0, 32px);
}

.header_menu_open .header_menu_b_1 {
  transform: translate(0, 26px) rotate(-15deg);
}

.header_menu_open .header_menu_b_2 {
  transform: translate(0, 26px) rotate(15deg);
}

/*sp_menu*/

.sp_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  padding-top: 157px;
}

.sp_menu_linkset {
  width: 298px;
  margin: 65px auto 0;
  position: relative;
  left: 19px;
}
.sp_menu_links {
  width: 50%;
  float: left;
}
.sp_menu_links a {
  position: relative;
  display: block;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 100%;
}
.sp_menu_link_p1 {
  font-size: 24px;
}
.sp_menu_link_p1 + .sp_menu_link_p1 {
  margin-top: 22px;
}

.sp_menu_link_p2 {
  font-size: 14px;
}

.sp_menu_link_p1 + .sp_menu_link_p2 {
  margin-top: 26px;
}

.sp_menu_link_p2 + .sp_menu_link_p2 {
  margin-top: 19px;
}

.sp_menu_link_p3 {
  font-size: 12px;
  padding-left: 5px;
}

.sp_menu_link_p1 + .sp_menu_link_p3 {
  margin-top: 16px;
}

.sp_menu_link_p3 + .sp_menu_link_p3 {
  margin-top: 14px;
}

.sp_menu_link_p3 + .sp_menu_link_p4 {
  margin-top: 12px;
}

.sp_menu_link_p4 {
  font-size: 16px;
  padding-left: 5px;
}

.sp_menu_link_p4:after {
  display: inline-block;
  content: "";
  border: solid 1px #6a6f60;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  position: relative;
  left: 6px;
  bottom: 1px;
}

.sp_menu_gs {
  display: block;
  margin: 0 auto;
  background: #ce193a;
  width: 275px;
  height: 64px;
  border-radius: 36px / 32px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 63px;

  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;

  letter-spacing: 0.05em;
}

.sp_menu {
  opacity: -1;
  pointer-events: none;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1.1);
}

.header_menu_open .sp_menu {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}

.sp_menu_links a:nth-child(2) {
  transition-delay: 0.05s !important;
}
.sp_menu_links a:nth-child(3) {
  transition-delay: 0.1s !important;
}
.sp_menu_links a:nth-child(4) {
  transition-delay: 0.15s !important;
}
.sp_menu_links a:nth-child(5) {
  transition-delay: 0.2s !important;
}
.sp_menu_links a:nth-child(6) {
  transition-delay: 0.25s !important;
}
.sp_menu_links a:nth-child(7) {
  transition-delay: 0.3s !important;
}
.sp_menu_links a:nth-child(8) {
  transition-delay: 0.35s !important;
}
.sp_menu_links a:nth-child(9) {
  transition-delay: 0.4s !important;
}
.sp_menu_links a:nth-child(10) {
  transition-delay: 0.45s !important;
}
.sp_menu_links a:nth-child(11) {
  transition-delay: 0.5s !important;
}
.sp_menu_links a:nth-child(12) {
  transition-delay: 0.55s !important;
}

.sp_menu_links a {
  backface-visibility: hidden;
  transform: scale(1.5);
  opacity: 0;

  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  transition: all 500ms cubic-bezier(0.03, 0.5, 0, 1.39); /* custom */
}
.header_menu_open .sp_menu_links a {
  transform: scale(1.01);
  opacity: 1;
}

.sp_menu_linkset {
  opacity: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header_menu_open .sp_menu_linkset {
  opacity: 1;
}

/*head_logo_set*/
.head_logo_set {
  width: 80px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  z-index: 1500;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
  top: 11px;
  transform-origin: center top;
}
.head_logo_set:before {
  width: 100%;
  padding-top: 100%;
  display: block;
  content: "";
}
.head_logo_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
}
.not_home .head_logo_img_02 {
  opacity: 1;
}
.scrolled .head_logo_img_02 {
  opacity: 0;
}
.scrolled .head_logo_img_01 {
  opacity: 1;
}
.head_logo_set {
  /*width:54px;*/
  transform: translate(-50%, 0) scale(0.675);

  top: 8px;
}

.header_menu_open .head_logo_img_01 {
  opacity: 0;
}

.header_menu_open .head_logo_img_02 {
  opacity: 1;
}

.not_home:not(.scrolled) .head_logo_set,
.header_menu_open .head_logo_set {
  transform: translate(-50%, 0) scale(1);

  width: 80px;
  top: 11px;
}

.on_top_fv .head_logo_img_01 {
  opacity: 0;
}

.header_menu_back {
  width: 100%;
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;

  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  z-index: 400;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(0, -100%);
  opacity: 0;
}

.not_home.scrolled .header_menu_back,
.is_home.scrolled:not(.on_top_fv) .header_menu_back {
  opacity: 1;
  transform: translate(0, 0%);
}

/*top_find*/

.top_find_1_en1,
.top_find_1_en2 {
  font-family: "Moneta";
  font-style: normal;
  font-weight: bold;
  line-height: 100%;

  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  z-index: 5;
  width: 100%;
  text-align: center;
}
.top_find_1_en1 {
  font-size: 40px;
  top: 82px;
}

.top_find_1_en2 {
  font-size: 60px;
  top: 125px;
}

.top_find_1 {
  height: 200px;
  width: 100%;
  position: relative;
}

.top_find_2 {
  height: 200px;
  width: 100%;
  position: relative;
}

.find_ja {
  width: 78px;
  display: block;
  height: auto;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -140px;
}

.top_find_2_in {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -100px;
}

.top_find_2_in {
}

/*fitstview_area*/

.fitstview_area {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #ccc;
  overflow: hidden;
}
.fv_1,
.fv_2 {
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(40% - 200px);
}
.fv_1 {
  position: absolute;
}
.fv_2 {
  position: absolute;
  margin-top: 222px;
}

.fv_bottom {
  position: absolute;
  bottom: 16px;
  line-height: 100%;
  left: 50%;
  transform: translate(-50%, 0);

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 100%;

  color: #fff;
  z-index: 10;
}

.fv_bottom:after {
  display: inline-block;
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: relative;
  left: 6px;
  bottom: 0px;
}

.fitstview_bg {
  background-image: url(./../img/kvp.jpg);
}

.fv_redb.redb {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translate(-50%, 0);

  filter: drop-shadow(0px 5px 15px rgba(48, 63, 43, 0.6));
}

/*top_find_b*/

.top_find_b {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 830px;
  margin-top: -30px;
}

.top_find_b_t1 {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 100%;
}

.top_find_b_t2 {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 90%;
}

.top_find_b_t3 {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  font-feature-settings: "pnum" on, "lnum" on;
}

.top_find_b > * {
  position: absolute;
  left: 50%;
}

.top_find_b_t1_a {
  top: 1px;
  margin-left: -131px;
}
.top_find_b_t2_a {
  top: 5px;
  margin-left: -92px;
}
.top_find_b_t3_a {
  top: 72px;
  margin-left: -92px;
}

.top_find_b_t1_b {
  top: 373px;
  margin-left: -141px;
}
.top_find_b_t2_b {
  top: 378px;
  margin-left: -92px;
}
.top_find_b_t3_b {
  top: 458px;
  margin-left: -92px;
}

.tfb_1 {
  margin-left: -122px;
  top: 176px;
}
.tfb_2 {
  margin-left: -24px;
  top: 168px;
}
.tfb_3 {
  margin-left: -130px;
  top: 533px;
}

.top_find_b_vb_1 {
  width: 214px;
  top: 14px;
  margin-left: -2px;
}
.top_find_b_vb_2 {
  top: 398px;
  width: 199px;
  margin-left: -220px;
}

.top_find_c_t {
  text-align: center;
  margin: 0 auto 20px;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  /* identical to box height, or 30px */

  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

/*newa_area*/
.newa_area_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  text-align: center;
}

.newa_area {
  margin: 120px auto 0;
}

.newa_sliders {
  margin: 20px auto 35px;
  width: 100%;
}

.newa_area .slick-list {
  overflow: visible;
}

/*cm_item*/

.cm_item_box {
  width: 166px;
  height: 275px;
  display: block;
  text-align: center;
  min-height: 300px;
  vertical-align: top;
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.07));
}

.cm_item_th {
  background: #fee;
  width: 140px;
  height: 140px;
  margin: 0 auto;

  background-image: url(./../img/item_ph.jpg);
  background-size: cover;
  background-position: center center;
}

.cm_item_t1 {
  margin-top: 14px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  color: #4d6d16;
}

.cm_item_t2 {
  line-height: 10%;
  margin-top: 4px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  line-height: 130%;
  /* identical to box height, or 24px */
  font-size: 14px;
}
.cm_item_t3 {
  margin-top: 7px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 90%;
  /* or 14px */
  text-align: center;
  font-size: 11px;
}
.cm_item_t4 {
  margin-top: 10px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 90%;
  /* or 14px */
}

/*ocham_sliders*/
.newa_area_mei:before {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
}
.ocham_sliders {
  overflow: hidden;
  height: 160px;
  margin: 30px auto 14px;
}

.ocham_slide {
  width: 169px;
}
.ocham_slide_in {
  margin: 0 auto;
  width: 159px;
  height: 160px;
  position: relative;
}
.ocham_slide_th {
  width: 159px;
  height: 106px;
  position: relative;
  overflow: hidden;
}

.ocham_slide_th_in {
  background-image: url(./../img/mei_ph.jpg);
}

.ocham_slide_title {
  width: 100%;
  padding-top: 10px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 110%;
  /* or 26px */
}
.ocham_sliders .sl_ar {
  position: absolute;
  top: 52px;
}

.newa_area_vb_3 {
  width: 336px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 50%;
  margin-left: -52px;
}
.newa_area_mei {
  position: relative;
}

.newa_area_mei .ocham_sliders {
  position: relative;
  left: 12px;
}

.newa_area_mei .ocham_sliders,
.newa_area_mei .slick-list {
  overflow: visible;
}

.newa_area_mei .newa_area_h,
.newa_area_mei .newa_area_p {
  text-align: left;
  padding-left: 17px;
}
.newa_area_mei .newa_area_p {
  margin-top: -2px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 110%;
}
.newa_area_mei .newa_area_h {
  font-size: 60px;
}

.top_about + .newa_area_mei {
  margin-top: 65px;
}

/*top_about*/

.top_about {
  width: 100%;
  position: relative;

  margin: 120px auto 0;
}

.top_about_text,
.top_about_g {
  width: 100%;
  position: relative;
}
.top_about_text {
  z-index: 2;
}

.top_about_text_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 110%;
  padding-left: 34px;
}

.top_about_text_p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  /* or 36px */
  margin: 10px 0 40px;
  padding-left: 66px;
  padding-right: 34px;
}

.top_about_g {
  height: 382px;
}

.top_about_1 {
  position: absolute;
  top: 64px;
  z-index: 5;
  left: 17px;
}
.top_about_2 {
  position: absolute;
  bottom: 0;
  right: 17px;
  z-index: 3;
}

.top_about_g_vb {
  position: absolute;
  width: 382px;
  top: 0px;
  right: -85px;
}

/*insta_area*/
.insta_area_in {
  width: 326px;
  margin: 0 auto;
  position: relative;
}

.insta_area_hs {
  position: relative;
}
.insta_area_h {
  display: inline-block;

  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 100%;
}

.insta_area_s {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 100%;
  margin-left: 28px;
  color: #ce193a;
  display: inline-block;
}
.insta_area_s:after {
  display: inline-block;
  content: "";
  border: solid 2px #ce193a;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  position: relative;
  bottom: 2px;
  margin-left: 4px;
  margin-right: 3px;
}
.insta_area_in {
  padding-top: 115px;
}

.insta_area_photo_a {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 3.5px;
  background: #ccc;
  overflow: hidden;
  position: relative;
}
.insta_area_photos {
  margin: 16px auto 0;
  font-size: 0;
  text-align: center;
}
.insta_area_photo_i {
  background-image: url(./../img/kvp.jpg);
}

.insta_area_vb {
  width: 690px;
  position: absolute;
  top: 0;
  right: -20px;
}

.insta_area {
  position: relative;
}

/*shopnow_area*/

.shopnow_area {
  width: 100%;
  height: 375px;
  overflow: hidden;
  background: #ccc;
  position: relative;
}

.shopnow_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 110%;
  /* WHITE */

  color: #ffffff;

  /* shadow */

  text-shadow: 0px 5px 15px rgba(48, 63, 43, 0.6);
}
.shopnow_area_cont {
  text-align: center;
  padding-top: 109px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.shopnow_p {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  /* identical to box height, or 22px */

  text-align: center;
  font-feature-settings: "palt" on;

  /* WHITE */

  color: #ffffff;

  /* shadow */

  text-shadow: 0px 5px 15px rgba(48, 63, 43, 0.6);
}

.shopnow_area_cont .redb {
  margin-top: 58px;
  width: 155px;
  filter: drop-shadow(0px 5px 15px rgba(48, 63, 43, 0.6));
}

.shopnow_area_back {
  background-image: url(./../img/shopnow_bg_pc.jpg);
}

/*footer*/
.footer {
  margin: 0px auto 0;
  position: relative;
  width: 100%;
  height: 570px;
  background: #f2f4ea;
  overflow: hidden;
}

.footer_img {
  position: absolute;
  top: 80px;
  left: 100px;
  pointer-events: none;
}

.footer_menus {
  position: absolute;
  top: 140px;
  left: 66px;
  width: 280px;
}
.footer_menus > div {
  float: left;
  position: relative;
  width: 50%;
}

.footer_menus > div a {
  display: block;
  line-height: 100%;
}

.footer_menu_link_p1 {
  font-size: 20px;
}

.footer_menu_link_p1 + .footer_menu_link_p1 {
  margin-top: 27px;
}
.footer_menu_link_p1 + .footer_menu_link_p2 {
  margin-top: 30px;
}
.footer_menu_link_p2 {
  font-size: 14px;
}

.footer_menu_link_p2 + .footer_menu_link_p2 {
  margin-top: 17px;
}

.footer_menu_link_p3 {
  font-size: 12px;
  padding-left: 10px;
}

.footer_menu_link_p1 + .footer_menu_link_p3 {
  margin-top: 21px;
}
.footer_menu_link_p3 + .footer_menu_link_p3 {
  margin-top: 14px;
}

.footer_menu_link_p4 {
  font-size: 12px;
  padding-left: 10px;
  position: relative;
}

.footer_menu_link_p3 + .footer_menu_link_p4 {
  margin-top: 13px;
}

.footer_menu_link_p4:after {
  display: inline-block;
  content: "";
  border: solid 1px #6a6f60;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: relative;
  left: 3px;
  bottom: 1px;
}

.footer_copy {
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  bottom: 40px;
  left: 66px;
  cursor: pointer;
}

/**ocha_archive**/

/*ocha_kv*/

.ocha_kv {
  position: relative;
  height: 593px;
  margin-top: 8px;
}

.ocha_kv_1 {
  position: absolute;
  top: 103px;
  right: -40px;
  width: 271px;
}
.ocha_kv_2 {
  position: absolute;
  top: 205px;
  left: 0%;
}

.ocha_kv_vb {
  position: absolute;
  width: 409px;
  top: 66px;
  left: 0%;
  margin-left: -124px;
}

.ocha_kv_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 90%;
  color: #b3c48b;
  position: absolute;
  left: 25px;
  top: 31px;

  z-index: 10;
}

.ocha_kv_h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  /* or 24px */

  position: absolute;
  left: 28px;

  top: 103px;
  z-index: 10;
}

.ocha_kv_p {
  width: 270px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  position: absolute;
  right: 24px;
  top: 423px;
  z-index: 10;
}

/*ocha_menus*/

.ocha_menus {
  width: 1240px;
  margin: 0px auto -18px;
  font-size: 0;
  border-top: solid 1px rgba(106, 111, 96, 0.1);
  max-width: 100%;
}

.ocha_menu {
  display: inline-block;
  width: 50%;
  height: 60px;
  border-bottom: solid 1px rgba(106, 111, 96, 0.1);
  position: relative;
}

.ocha_menu_th {
  z-index: -1;
  background-color: #eee;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;

  background-size: cover;
  background-position: center center;
}

.ocha_menu_h {
  width: auto;
  position: absolute;
  bottom: 15px;
  left: 72px;
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
}

/*ocha_single*/

.ochas_kv_h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  /* or 24px */
  position: absolute;
  left: 50%;
  margin-left: -162px;
  top: 36px;
  z-index: 10;
}

.ochas_kv_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 90%;
  color: #b3c48b;
  position: absolute;
  left: 50%;
  margin-left: -164px;
  top: 61px;
  z-index: 10;
}

.ochas_kv_p {
  width: 243px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  position: absolute;
  left: 50%;
  margin-left: -121px;
  top: 400px;

  z-index: 10;
}

.ochas_kv_img1,
.ochas_kv_img2 {
  position: absolute;
  left: 50%;
}

.ochas_kv_img1 {
  width: 283px;
  height: 283px;
  top: 105px;
  margin-left: -64px;
}
.ochas_kv_img2 {
  width: 183px;
  height: 183px;
  top: 191px;
  margin-left: -207px;
  z-index: 8;
}

.ochas_kv_vb {
  position: absolute;
  width: 400px;
  top: 18px;
  left: 50%;
  margin-left: -154px;
}

.ochas_kv {
  position: relative;
  height: 480px;
}

.ocha_single .newa_area .redb {
  display: none;
}

/*ocha_items*/

.ocha_single .newa_area + .ochas_line {
  margin: 50px 0 50px;
}

.ochas_line {
  width: 100%;
  height: 10px;
  background-color: #eff0ec;
  margin: 0px 0 0;
}

.ocha_items {
  text-align: center;
  width: 100%;
  margin: 0 auto 100px;
  overflow: visible;
  position: relative;
  padding-top: 100px;
  margin-top: -100px;
}

.ocha_items .cm_item_box {
  display: inline-block;
  margin: 0 0px;
}

/*ochas_bottom*/

.ochas_bottom {
  padding: 100px 0 0;
}
.ochas_bottom_1,
.ochas_bottom_2 {
  margin: 0 auto;
}

.ochas_bottom_1 {
  margin-bottom: -33px;
}

.ochas_bottom .redb {
  margin-top: 29px;
}

/*q*/
.is_q:not(.q_a_show) .header_menu_button,
.is_q:not(.q_a_show) .head_logo_set {
  opacity: 0;
  pointer-events: none;
}
.q_wrap {
  z-index: 2100 !important;
}
.header_menu_open .q_wrap {
  z-index: 900 !important;
}

.q_a_showd.q_a_show .q_wrap {
  transition: all 100ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */
}

/**/
.ochas_kv_h.c_other {
  font-size: 70px;
  width: 400px;
}

/*pan*/
.pan {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 100%;
  /* identical to box height, or 26px */

  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  /* BTN */

  color: #ce193a;

  display: inline-block;
  position: relative;
  top: 0;
  left: 20px;
  line-height: 100%;
  z-index: 100;
  margin-bottom: -26px;
}

.pan:before {
  display: inline-block;
  content: "";
  border: solid 2px #ce193a;
  border-bottom: none;
  border-left: none;
  transform: rotate(-135deg);
  width: 4px;
  height: 4px;
  position: relative;
  bottom: 1px;
  margin-right: 4px;
}

/*item-single*/

.item_kv {
  width: 100%;
  height: 525px;
  position: relative;
}

.item_kvf {
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.07));
}

.item_kv_img1,
.item_kv_img2 {
  position: absolute;
  left: 50%;
}

.item_kv_img1 {
  background-color: #fff;
  top: 202px;
  margin-left: -142px;
  width: 283px;
}

.item_kv_img2 {
  top: 112px;
  margin-left: -207px;
  width: 152px;
}

.item_kv_vb {
  width: 380px;
  margin-left: -129px;
  top: 30px;
  position: absolute;
  left: 50%;
}

.item_kv_h1 {
  position: absolute;
  left: 50%;
  margin-left: -169px;
  top: 50px;

  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 90%;
  /* identical to box height, or 90px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.item_kv_h2 {
  position: absolute;
  right: 24px;
  text-align: right;

  top: 85px;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 90%;
  /* identical to box height, or 27px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.item_kv_h3 {
  position: absolute;
  right: 24px;
  text-align: right;
  top: 100px;
  max-width: 70%;
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 140%;
  /* identical to box height, or 126px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  top: 110px;
  font-size: 40px;
  line-height: 90%;
}

.item_kv + .redb {
  width: 155px;
}

/*item_info*/

.item_info {
  width: 100%;
  margin: 0 auto;
}

.item_info_in {
  position: relative;
}

.item_info_map {
  width: 300px;
  height: 300px;
  background-size: contain;
  background-position: center center;
  background-image: url(./../img/map.png);
  position: relative;
  margin: 0 auto;
  overflow: visible;
}

.item_info_note {
  padding-top: 70px;
  padding-bottom: 60px;
}

.item_info_note_h {
  width: 100%;
  text-align: center;

  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 90%;
  /* identical to box height, or 72px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.item_info_origin_h {
  position: absolute;
  left: 50%;
  top: 66px;
  margin-left: -130px;

  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 90%;
  /* identical to box height, or 72px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}
.item_info_origin_h2 {
  position: absolute;
  left: 4px;
  top: 140px;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 90%;
  /* identical to box height, or 18px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}
.item_info_notes_area {
  margin: 40px auto 0;
  width: 280px;
}
.item_info_notes {
  width: 100%;
  position: relative;
  height: 35px;
  text-align: center;
  font-size: 0;
}
.item_info_notes_h {
  position: absolute;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  /* or 60px */
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
  top: 3px;
}

.item_info_notes_h1 {
  left: 0;
  text-align: left;
}
.item_info_notes_h2 {
  right: 0;
  text-align: right;
}

.item_info_notes_dot {
  display: inline-block;
  width: 15px;
  background: #ecf2dc;
  margin: 0 2px;
}

.item_info_map_dot {
  position: absolute;
  top: 61%;
  left: 27%;
  transform: translate(-50%, -50%);
  width: 14px;
  background: #ce193a;
}

/*item_me_area*/
.item_me_area {
  margin: 80px 0 0;
  background: #f2f4ea;
  padding: 60px 0 80px;
}

.item_me_area_in {
  margin: 0 auto;
  width: 327px;
}

.item_me_logo {
  width: 100px;
  margin: 0 auto;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}
.item_me_h,
.item_me_h2,
.item_me_h3 {
  text-align: center;
  width: 100%;
}
.item_me_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 100%;
  margin-top: 22px;
}

.item_me_h2 {
  margin-top: 10px;

  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  /* identical to box height, or 24px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}
.item_me_h3 {
  margin-top: 6px;

  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  /* identical to box height, or 24px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.item_me_img {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px 0 50px;
}

.item_me_p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  /* or 36px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

/*ocha_alist*/
.ocha_alists {
  margin-top: 130px;
  margin-bottom: -100px;
}
.ocha_alist {
  height: 670px;
  width: 100%;
  position: relative;
}

.ocha_alist_ts {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 30;
  margin-left: -151px;
}

.ocha_alist_vb {
  width: 338px;
  position: absolute;
  top: 0;
  left: 50%;
}

.ocha_alist_h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 90%;
  /* identical to box height, or 18px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.ocha_alist_h {
  margin: 12px 0 0px;
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 90%;
  /* identical to box height, or 108px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.ocha_alist_p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 32px */

  width: 300px;
  font-feature-settings: "pnum" on, "lnum" on;
}

.ocha_alist_img1,
.ocha_alist_img2 {
  position: absolute;
  top: 0;
  left: 50%;
}

.ocha_alist_img1 {
  width: 283px;
}
.ocha_alist_img2 {
  width: 183px;
}

[alist="c_matcha"] .ocha_alist_img1 {
  top: 175px;
  margin-left: -64px;
}
[alist="c_matcha"] .ocha_alist_img2 {
  top: 268px;
  margin-left: -210px;
}
[alist="c_matcha"] .ocha_alist_vb {
  top: 60px;
  margin-left: -130px;
}

[alist="c_gyokuro"] .ocha_alist_img1 {
  top: 182px;
  margin-left: -220px;
}
[alist="c_gyokuro"] .ocha_alist_img2 {
  top: 196px;
  margin-left: 41px;
}
[alist="c_gyokuro"] .ocha_alist_vb {
  top: 84px;
  margin-left: -90px;
}

[alist="c_sencha"] .ocha_alist_img1 {
  top: 159px;
  margin-left: -65px;
}
[alist="c_sencha"] .ocha_alist_img2 {
  top: 197px;
  margin-left: -220px;
}
[alist="c_sencha"] .ocha_alist_vb {
  top: 54px;
  margin-left: -164px;
}

[alist="c_hojicha"] .ocha_alist_img1 {
  top: 185px;
  margin-left: -220px;
}
[alist="c_hojicha"] .ocha_alist_img2 {
  top: 199px;
  margin-left: 31px;
}
[alist="c_hojicha"] .ocha_alist_vb {
  top: 84px;
  margin-left: -150px;
}

[alist="c_genmaicha"] .ocha_alist_img1 {
  top: 196px;
  margin-left: -68px;
}
[alist="c_genmaicha"] .ocha_alist_img2 {
  top: 219px;
  margin-left: -218px;
}
[alist="c_genmaicha"] .ocha_alist_vb {
  top: 114px;
  margin-left: -248px;
}

[alist="c_other"] .ocha_alist_img1 {
  top: 194px;
  margin-left: -174px;
}
[alist="c_other"] .ocha_alist_img2 {
  display: none;
}
[alist="c_other"] .ocha_alist_vb {
  top: 87px;
  margin-left: -100px;
}

.ocha_alist .redb {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 251px;
}

/*ocha_sort_head*/

.ocha_sort_head {
  margin: 0 auto;
  height: 100px;
  width: 90%;
  padding: 33px 0 50px;
  position: relative;
  z-index: 5;
}

.ocha_sort_head_in {
  position: relative;
  height: 50px;
}

.ocha_sort_head_num {
  position: absolute;
  top: 0;
  left: 0;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 24px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.ocha_sort_head_sort,
.ocha_sort_head_filter {
  position: absolute;
  top: 0;
  text-align: right;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 24px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  /* BTN */
  cursor: pointer;

  color: #ce193a;
}
.ocha_sort_head_filter {
  right: 0;
}
.ocha_sort_head_sort {
  right: 112px;
}

.ocha_sort_head_sort img,
.ocha_sort_head_filter img {
  display: inline-block;
  width: 16px;
  height: auto;
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.all_ocha_wrap .ochas_line {
  margin-top: 35px;
}

/*ja*/
.ja_kv {
  height: 550px;
  width: 100%;
  position: relative;
}

.ja_kv_h,
.ja_kv_h2,
.ja_kv_p {
  position: absolute;
  left: 50%;
}
.ja_kv_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 100%;
  /* identical to box height, or 180px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  color: #d2d8c4;
  margin-left: -167px;
  top: 31px;
}

.ja_kv_h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 24px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  /* TEXT */

  color: #6a6f60;
  top: 112px;
  margin-left: -167px;
}

.ja_kv_p {
  width: 269px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 32px */

  font-feature-settings: "pnum" on, "lnum" on;

  margin-left: -106px;
  top: 435px;
}

.ja_kv_img1,
.ja_kv_img2,
.ja_kv_vb {
  position: absolute;
  left: 50%;
}
.ja_kv_img1 {
  top: 67px;
  margin-left: -8px;
}
.ja_kv_img2 {
  top: 216px;
  margin-left: -146px;
}

.ja_kv_vb {
  top: 70px;
  width: 364px;
  margin-left: -370px;
}

/*ja_motm*/

.ja_motm {
  width: 100%;
  position: relative;
  height: 490px;
  margin: 70px 0 20px;
}
.ja_motm:before {
  display: block;
  content: "";
  width: 100%;
  height: 134px;
}
.ja_motm_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 90%;
  /* or 45px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  color: #809751;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -164px;
}

.ja_motm_vb {
  width: 400px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -80px;
}
.ja_item {
  display: block;
  position: relative;
  width: 327px;
  margin: 0 auto;
}
.ja_motm .ja_item {
}

.ja_item_th {
  width: 100%;
  background-image: url(./../img/mei_ph.jpg);

  background-size: cover;
  background-position: center center;
}

.ja_item_th:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.3%;
}

.ja_item_info {
  padding-top: 17px;
}

.ja_item_info_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 100%;
  /* identical to box height, or 50px */
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.ja_item_info_h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 20px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  /* TEXT */

  color: #6a6f60;
  margin: 12px 0 10px;
}

.ja_item_info_h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  /* identical to box height, or 16px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  /* TEXT */

  color: #6a6f60;
}

.ja_item_info_a {
  margin-top: 20px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 100%;
  /* identical to box height, or 14px */

  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  /* BTN */

  color: #ce193a;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ja_item_info_a:after {
  display: inline-block;
  content: "";

  border: solid 2px #ce193a;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: relative;
  margin-left: 3px;
  bottom: 1px;
}

.ja_items {
  margin: 55px 0 0;
}

.ja_items .ja_item + .ja_item {
  margin-top: 60px;
}

.ja_items + .redb {
  margin-top: 94px;
}

/*jas*/

.jas_bg {
  background: #f2f4ea;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 100%;
}

.jas_wrap {
  margin: 18px 0 0;
  position: relative;
}

.jas_in {
  padding: 60px 0 80px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.jas_kv {
  width: calc(100% - 24px);
  position: relative;
  left: 24px;
  height: auto;
  display: block;
  margin-bottom: 50px;
}

.jas_content {
  width: 100%;
  position: relative;
  padding: 0 46px 0 24px;
}

.jas_c_img {
  width: 100%;
  height: auto;
  display: block;
  margin: 60px 0;
}

.jas_c_text {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  /* or 36px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.jas_c_caption {
  text-align: center;
  margin-top: -50px;

  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 180%;
  /* or 36px */
  margin-bottom: 50px;

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.jas_c_text.jas_c_title {
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0;
}

.jas_c_text a {
  text-decoration: underline;
}

.jas_foot {
  font-size: 12px;
  line-height: 200%;
  margin-top: 60px;
}

.jas_tag {
  padding: 0 24px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 20px */
}

.jas_title {
  padding: 0 24px;
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  /* or 72px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
  margin: 20px 0 50px;
}

/*oj*/

.oj_title {
  position: relative;
  margin: 30px auto 0;
  margin-left: 44px;
}

.oj_items {
  margin: 45px 0 0;
  width: 100%;
  position: relative;
  font-size: 0;
  text-align: center;
}

.oj_item {
  width: 100%;
  display: inline-block;
  height: 350px;
  position: relative;
}

.oj_item_vb {
  width: 287px;
  position: absolute;
  left: 50%;
}

.oj_item_th {
  position: absolute;
  width: 213px;
  height: 170px;
  background-image: url(./../img/mei_ph.jpg);
  left: 50%;
  background-size: cover;
  background-position: center center;
}

.oj_item_tag {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 100%;
  /* or 20px */
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  /* TEXT */
}

.oj_item_h {
  margin-top: 10px;
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  /* or 44px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}
.oj_item_ts {
  position: absolute;
  z-index: 10;
  text-align: left;
  left: 50%;
}

.oj_items .oj_item:nth-of-type(4n - 3) .oj_item_ts {
  top: 0;
  margin-left: -107px;
  width: 220px;
}
.oj_items .oj_item:nth-of-type(4n - 3) .oj_item_th {
  top: 86px;
  margin-left: -50px;
}
.oj_items .oj_item:nth-of-type(4n - 3) .oj_item_vb {
  top: 29px;
  margin-left: -142px;
}

.oj_items .oj_item:nth-of-type(4n - 2) .oj_item_ts {
  top: 199px;
  margin-left: -107px;
  width: 250px;
}
.oj_items .oj_item:nth-of-type(4n - 2) .oj_item_th {
  top: 0px;
  margin-left: -168px;
}
.oj_items .oj_item:nth-of-type(4n - 2) .oj_item_vb {
  top: 8px;
  margin-left: -125px;
}

.oj_items .oj_item:nth-of-type(4n - 1) .oj_item_ts {
  top: 0;
  margin-left: -107px;
  width: 300px;
}
.oj_items .oj_item:nth-of-type(4n - 1) .oj_item_th {
  top: 90px;
  margin-left: -50px;
}
.oj_items .oj_item:nth-of-type(4n - 1) .oj_item_vb {
  top: 13px;
  margin-left: -142px;
}

.oj_items .oj_item:nth-of-type(4n) .oj_item_ts {
  top: 199px;
  margin-left: -107px;
  width: 280px;
}
.oj_items .oj_item:nth-of-type(4n) .oj_item_th {
  top: 0;
  margin-left: -164px;
}
.oj_items .oj_item:nth-of-type(4n) .oj_item_vb {
  top: 18px;
  margin-left: -125px;
}

.oj_items + .redb {
  margin-top: 10px;
}

/*about*/

.ab_kv {
  height: 800px;
  width: 100%;
  position: relative;
}

.ab_kv_h,
.ab_kv_h2,
.ab_kv_p,
.ab_kv_vb,
.ab_kv_1,
.ab_kv_2,
.ab_kv_3 {
  position: absolute;
  left: 50%;
}
.ab_kv_h,
.ab_kv_h2,
.ab_kv_p {
  z-index: 20;
}

.ab_kv_h {
  top: 56px;

  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 90%;
  /* identical to box height, or 180px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  margin-left: -164px;

  color: #d2d8c4;
}

.ab_kv_h2 {
  top: 138px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  /* or 24px */

  font-feature-settings: "pnum" on, "lnum" on;
  margin-left: -164px;
}

.ab_kv_p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 32px */

  font-feature-settings: "pnum" on, "lnum" on;
  width: 270px;
  top: 561px;
  margin-left: -128px;
}

.ab_kv_vb {
  position: absolute;
  top: 109px;
  width: 400px;
  margin-left: -300px;
}

.ab_kv_1 {
  top: 122px;
  left: auto;
  right: 0;
}
.ab_kv_2 {
  top: 233px;
  left: 0;
  z-index: 5;
}
.ab_kv_3 {
  top: 371px;
  margin-left: -45px;
}

/*ab_mov*/

.ab_mov {
  width: 100%;
  height: 360px;
  position: relative;
}

.ab_mov_img {
  position: absolute;
  top: 182px;
  left: 0%;
}

.ab_mov_h {
  position: absolute;
  top: 95px;
  left: 50%;

  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 110%;
  /* identical to box height, or 110px */

  display: flex;
  align-items: center;
  font-feature-settings: "palt" on;
  margin-left: -164px;
}
.ab_mov_h2 {
  position: absolute;
  top: 128px;
  left: 50%;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 120%;
  /* or 24px */

  display: flex;
  align-items: center;
  font-feature-settings: "palt" on;
  margin-left: -164px;
}

.ab_mov_vb {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -282px;
  width: 214px;
}

/*ab_his*/

.ab_his {
  margin: 201px 0 0;
  width: 100%;
  position: relative;
  height: 960px;
}

.ab_his_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 80%;
  /* or 80px */

  text-align: center;
  font-feature-settings: "palt" on;

  /* text_Genmaicha */

  color: #92922a;
  position: absolute;
  left: 0%;
  width: 100%;
  top: 48px;
}

.ab_his_vb {
  top: 0;
  position: absolute;
  left: 50%;
  width: 380px;
  margin-left: -61px;
}

.ab_his_p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 32px */

  font-feature-settings: "pnum" on, "lnum" on;

  position: absolute;
  left: 50%;
  margin-left: -143px;
  top: 560px;
  width: 285px;
}

.ab_his_img {
  top: 186px;
  position: absolute;
  left: 50%;
  margin-left: -107px;
}

/*ab_si*/

.ab_si {
  margin: 0 0 0;
  width: 100%;
  position: relative;
  height: 892px;
}

.ab_si_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 100%;
  /* or 54px */

  display: flex;
  align-items: center;

  /* text_Matcha */

  color: #4d6d16;

  position: absolute;
  top: 49px;
  left: 50%;
  margin-left: -165px;
}

.ab_si_h2 {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  /* or 30px */

  text-align: center;
  font-feature-settings: "palt" on;

  /* text_Matcha */

  color: #4d6d16;

  position: absolute;
  top: 528px;
  left: 0%;
  width: 100%;
}

.ab_si_p {
  width: 285px;

  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */

  font-feature-settings: "pnum" on, "lnum" on;

  position: absolute;
  top: 618px;
  left: 50%;
  margin-left: -142px;
}

.ab_si_img {
  position: absolute;
  left: 50%;
  top: 130px;
  margin-left: -107px;
}

.ab_si_vb {
  width: 380px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -280px;
}

/*ab_sup*/

.ab_sup {
  margin: 45px 0 0;
  width: 100%;
  position: relative;
  height: 795px;
}

.ab_sup_img {
  position: absolute;
  left: 50%;
  top: 214px;
  margin-left: -122px;
}

.ab_sup_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 100%;
  /* identical to box height, or 54px */

  display: flex;
  align-items: center;
  font-feature-settings: "palt" on;

  /* text_Houjicha */

  color: #9d5830;

  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: -164px;
}

.ab_sup_h2 {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  /* or 40px */

  align-items: center;
  font-feature-settings: "palt" on;

  position: absolute;
  top: 126px;
  left: 50%;
  margin-left: -86px;
}

.ab_sup_p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */

  font-feature-settings: "pnum" on, "lnum" on;

  width: 285px;
  position: absolute;
  top: 574px;
  left: 50%;
  margin-left: -142px;
}

.ab_sup_vb {
  width: 380px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -144px;
}

/*ab_ochas*/

.ab_ochas {
  margin: 0px auto -30px;
  text-align: center;
}

.ab_ochas_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 90%;
  /* identical to box height, or 162px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  color: #b3c38b;
}

.ab_ochas_h2 {
  margin-top: -10px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 24px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
}

.ab_ochas_area {
  position: relative;
  font-size: 0;
  margin: 36px auto 0;
  width: 95%;
}

.ab_ochas_item {
  display: block;
  width: 156px;
  margin: 0 auto;
  height: 225px;
}

.ab_ochas_item_th {
  width: 156px;
}

.ab_ochas_item_w {
  display: inline-block;
  width: 50%;
}

.ab_ochas_item_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 90%;
  /* identical to box height, or 22px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  margin-top: 17px;
}

/*ab_ochas*/

.ab_ochas {
  margin: 0px auto 0;
  text-align: center;
}

.ab_ochas_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 90%;
  /* identical to box height, or 162px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  color: #b3c38b;
}

.ab_ochas_h2 {
  margin-top: -10px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 24px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
}

.ab_ochas_area {
  position: relative;
  font-size: 0;
  margin: 50px auto -10px;
  width: 100%;
}

.ab_ochas_item {
  display: block;
  width: 156px;
  margin: 0 auto;
  height: 225px;
}

.ab_ochas_item_th {
  width: 156px;
}

.ab_ochas_item_w {
  display: inline-block;
  width: 50%;
}

.ab_ochas_item_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 90%;
  /* identical to box height, or 36px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
  margin-top: 14px;
}

/*pp*/

.pp_title {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 90%;
  /* or 72px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  color: #d2d8c4;
  padding-top: 40px;
}

.pp_text {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  /* or 36px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.pp_count {
  margin: 80px 0 10px;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 90%;
  /* identical to box height, or 27px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.pp_cont {
  width: 327px;
  margin: 40px auto 120px;
}

.pp_text2 {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  /* identical to box height, or 22px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
  margin-top: 80px;
  margin-bottom: -115px;
}

/*pts*/

.pts_kv {
  margin-top: 10px;
  height: 743px;
  width: 100%;
  position: relative;
}

.pts_kv_vb {
  width: 364px;
  margin-left: -235px;
  top: 108px;
  left: 50%;
}

.pts_kv_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 90%;
  /* identical to box height, or 72px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  color: #6a9384;

  margin-left: -164px;
  left: 50%;
  top: 13px;
  position: absolute;
  z-index: 10;
}

.pts_kv_p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 32px */

  font-feature-settings: "pnum" on, "lnum" on;

  width: 269px;
  margin-left: -135px;
  left: 50%;
  top: 541px;
  position: absolute;
  z-index: 10;
}

.pts_1 {
  position: absolute;
  right: 0%;
  top: 49px;
  margin-left: 10px;
}
.pts_2 {
  position: absolute;
  left: 0%;
  top: 204px;
}
.pts_3 {
  position: absolute;
  left: 50%;
  top: 361px;
  margin-left: 35px;
}

/*pts_logos*/

.pts_logos {
  padding: 80px 0 30px;
  margin: 40px 0 0;
  background: #e7f4eb;
  text-align: center;
  font-size: 0;
  position: relative;
}

.pts_logo_set {
  vertical-align: top;
  width: 50%;
  display: inline-block;
  height: 222px;
}

.pts_logo_set_th {
  background: #fff;
  background-image: url(./../img/pts_ph.jpg);

  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.pts_logo_set_in {
  display: block;
  width: 142px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.pts_logo_set_t {
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 18px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
  margin-top: 14px;
}

.pts_logos_in {
  max-width: 92%;
  margin: 0 auto;
}

/*s_pop*/

.s_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: 0;
}

.s_pop_back {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.s_pop_content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 39px / 35px;
  filter: drop-shadow(0px 5px 7px rgba(48, 63, 43, 0.6));
}

.redb[sorter] {
  height: 40px;
}

.redb[sorter] {
  border: solid 2px #ce193a;
  background: #fff;
}
.redb[sorter] .redb_in {
  color: #ce193a;
}

.redb[sorter] + .redb {
  margin-top: 20px;
}

/*filter*/
.s_fil_head {
  font-size: 12px;
  margin: 20px 0 10px;
}
.s_fil_cont label {
  display: inline-block;
  margin: 10px;
  font-size: 15px;
}

.redb.fild {
  margin-top: 40px;
  width: 130px;
  height: 40px;
}

/*to_top*/

.to_top {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  border: solid 2px #6a6f60;
  border-bottom: none;
  border-left: none;
  top: 45px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}

.ab_ochas_item_h2 {
  font-size: 12px;
  margin: 15px auto -5px;
  font-weight: bold;
}

.ab_mov_img {
  cursor: pointer;
}

/*ab_mp_back*/

.ab_mp_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3000;
  cursor: pointer;
}

.ab_mp_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  z-index: 3500;
  max-width: 90vw;
}

.ab_mp_wrap:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.ab_mp_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab_mps {
  opacity: 0;
  pointer-events: none;
  transition: all 500ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}

.ab_mp_on .ab_mps {
  opacity: 1;
  pointer-events: auto;
}

body .qas_bottom {
  margin-bottom: 120px;
}

.item_info + .sp + .ochas_bottom {
  display: none;
}

/*item_info_notes_w*/

.item_info_notes_w {
  position: relative;
  width: 100%;
  left: -30px;
}

.item_info_notes {
  width: 300px;
  position: relative;
  left: 65px;
  background-image: url(./../img/mei_bar.png);
  background-position: 50% 5px;
  background-repeat: no-repeat;
  background-size: 111px;
}

.item_info_notes.item_info_notes_6 {
  background-image: url(./../img/mei_bar2_sp.png);
}
.item_info_notes_h {
  font-size: 11px;
  text-align: center;
  width: 100px;
}

.item_info_notes_hx {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  /* identical to box height, or 20px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  /* TEXT */

  color: #6a6f60;
  position: absolute;
  top: 2px;
}

.item_info_notes_dot {
  display: inline-block;
  width: 16px;
  background: #ecf2dc;
  margin: 2px 5px 0;
  opacity: 0;
}

[mei_id="918"] .item_me_img,
[mei_id="176"] .item_me_img {
  max-height: 350px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/*to_top*/

.to_top_t {
  position: absolute;
  width: 100%;

  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  /* identical to box height, or 28px */

  text-align: center;

  top: 73px;
  right: -1px;
  cursor: pointer;
}

/*mail_tab*/

.mail_tab {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 60px;
  z-index: 1000;

  border-radius: 10px 10px 0px 0px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  display: block;
}

.m_t_1 {
  position: absolute;
  top: 20px;
  left: 30px;
}

.m_t_2 {
  position: absolute;
  top: 13px;
  right: 13px;
}

.m_t_3 {
  position: fixed;
  bottom: 68px;
  right: 7px;
  z-index: 1000;
  cursor: pointer;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}

.mail_tab {
  transform: translate(0, 110%);
}
.loaded2 .mail_tab {
  transform: translate(0, 0);
  transition: all 2500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */

  transition-delay: 1s;
}

.m_t_3 {
  opacity: 0;
}

.loaded2 .m_t_3 {
  opacity: 1;
  transition: all 2000ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  transition-delay: 1s;
}

.hide_mail_tab.loaded2 .mail_tab,
.hide_mail_tab.loaded2 .m_t_3 {
  opacity: 0;
  pointer-events: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}

.is_q .mail_tab,
.is_q .m_t_3,
.no_mail_tab .mail_tab,
.no_mail_tab .m_t_3 {
  display: none !important;
}

.jas_content {
  word-wrap: break-word;
}

.item_me_redb {
  margin-top: 40px;
}

.a_op_img {
  position: absolute;
  right: 24px;
  bottom: 0;
}

/*ocn*/

.ocn_shiho {
  margin: 90px auto 0;
}

.ocn_steps {
  font-size: 0;
  text-align: left;
  position: relative;
  left: 50vw;
  width: 100%;
  margin-left: -173px;
}
.ocn_step {
  display: inline-block;
  width: 154px;
  height: 282px;
  margin: 0 10px;
  vertical-align: top;
  position: relative;
}

.ocn_step:nth-child(even) {
  top: 40px;
}
.ocn_step_img {
  position: relative;
  width: 154px;
  height: 154px;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
}

.ocn_b_cnt {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-28%, -28%);
}

.ocn_step_text {
  padding-top: 14px;
  text-align: left;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  /* or 22px */

  font-feature-settings: "pnum" on, "lnum" on;
}

.ocn_head {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 90%;
  /* identical to box height, or 36px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
  margin: 100px auto 26px;
}

.ocn_head_hot,
.ocn_head_cold {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 90%;
  /* identical to box height, or 162px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;

  margin: 28px auto 37px;
}

.ocn_head_hot {
  color: #a57272;
}
.ocn_head_cold {
  color: #7299a5;
}

.ocn_ab_ochas {
  margin-top: 92px;
  margin-bottom: 12px;
}

.ocn_ab_ochas .ab_ochas_item {
  width: 156px;
}

.ocn_ab_ochas .ab_ochas_item_th {
  width: 100%;
}

.ocn_ab_ochas .ab_ochas_item_w {
  width: 50%;
}

.ocn_ab_ochas .ab_ochas_area {
  width: 91%;
  margin-top: 36px;
}

.ocn_ab_ochas .ab_ochas_item_h2 {
  margin-top: 8px;
  font-size: 13px;
}

.not_c_matcha .is_c_matcha,
.not_c_gyokuro .is_c_gyokuro,
.not_c_sencha .is_c_sencha,
.not_c_hojicha .is_c_hojicha,
.not_c_genmaicha .is_c_genmaicha,
.not_c_other .is_c_other {
  display: none !important;
}

.footer_sns {
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  bottom: 80px;
  left: 66px;
  cursor: pointer;
}

.footer_sns img {
  width: 22px;
  height: auto;
  margin-left: 10px;
}

/*header_business*/

.header_business {
  z-index: 900;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 100%;
  font-size: 12px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header_business:after {
  display: inline-block;
  content: "";
  border: solid 1px #6a6f60;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: relative;
  left: 6px;
  bottom: 1px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.footer_menu_link_p4.footer_menu_link_p4_fbp {
  padding-left: 0;
  padding-top: 20px;
  font-size: 14px;
}
