@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
loader 共通
----------------------------------------------------*/
#loaderBg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10000;
}

.load_wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.load_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 40px;
  margin-top: -20px;
  margin-left: -150px;
}

/*----------------------------------------------------
メニュー
----------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 1;
  background: #fff;
  height: 58px;
  top: 0;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .header {
    height: 80px;
  }
}
.header h1 {
  width: 126px;
  margin: 6px 0 0 10px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .header h1 {
    width: 208px;
    margin: 0 0 2px 20px;
  }
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1200以下  */
}
.header nav ul > li {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .header nav ul > li {
    margin: 0 15px;
    height: unset;
  }
}
.header nav ul > li a {
  color: #393332;
  position: relative;
  line-height: 1;
}
.header nav ul > li a::after {
  content: "";
  position: absolute;
  background: #393332;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header nav ul > li a:hover::after {
  width: 100%;
}
.header nav ul > li.active_list {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .header nav ul > li.active_list {
    display: none;
  }
}
.header nav ul > li.active_list .active_list_nav {
  position: relative;
  padding: 0 14px 0 0;
  cursor: pointer;
}
.header nav ul > li.active_list .active_list_nav::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #393332;
  border-right: solid 1px #393332;
  position: absolute;
  right: 0px;
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header nav ul > li.active_list .active_list_nav.active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}
.header nav ul > li.active_list .sub_menu_list {
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 1;
  pointer-events: none;
  background: #fff;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.header nav ul > li.active_list .sub_menu_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 20px 40px;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_cooking a::after, .header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item a::after {
  content: none;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_cooking a span, .header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item a span {
  position: relative;
  margin: 8px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_cooking a span::after, .header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item a span::after {
  content: "";
  position: absolute;
  background: #393332;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_cooking a:hover span::after, .header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item a:hover span::after {
  width: 100%;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_cooking {
  position: relative;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_cooking li {
  font-size: 14px;
  text-align: center;
  height: 75px;
  width: 93px;
  margin: 0;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_cooking li a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_cooking li a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item li {
  width: calc(20% - 16px);
  border-bottom: 1px solid #CDCDCD;
  margin: 0 20px 0 0;
  padding: unset;
  height: unset;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item li:nth-child(5n) {
  margin: 0;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  position: relative;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item li a span {
  margin: 0px;
}
.header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item li a .sub_menu_new {
  position: absolute;
  color: #fff;
  background: #C43B30;
  font-size: 9px;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  bottom: 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .header nav ul > li.active_list .sub_menu_list ul.sub_menu_list_item li a .sub_menu_new {
    display: none;
  }
}
.header nav ul > li.active_list .sub_menu_list.active {
  pointer-events: unset;
}
.header nav ul > li.active_list .sub_menu_cooking {
  width: 770px;
}
@media all and (max-width: 1200px) {
  .header nav ul > li {
    display: none;
  }
  .header nav ul > li.mypage, .header nav ul > li.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header nav ul.fs-pt-menu li {
  display: block;
}
.header nav ul.fs-pt-menu li a {
  font-size: 11px;
  position: relative;
  padding: 28px 0 0;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .header nav ul.fs-pt-menu li a {
    padding: 29px 0 0;
    font-size: 12px;
  }
}
.header nav ul.fs-pt-menu li a::after {
  content: "";
  position: absolute;
  background: unset;
  background-size: cover;
  top: 0;
  left: 50%;
}
.header nav ul.fs-pt-menu li a:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header nav ul.fs-pt-menu li:first-child a::after {
  background-image: url("https://taisei.itembox.design/item/header/icon_mypage.png");
  width: 16px;
  height: 20px;
  margin-left: -6px;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .header nav ul.fs-pt-menu li:first-child a::after {
    width: 18px;
    height: 22px;
    margin-left: -7px;
  }
}
.header nav ul.fs-pt-menu li:last-child a::after {
  background-image: url("https://taisei.itembox.design/item/header/icon_cart.png");
  width: 15px;
  height: 20px;
  margin-left: -6px;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .header nav ul.fs-pt-menu li:last-child a::after {
    width: 17px;
    height: 22px;
    margin-left: -7px;
  }
}
.header .lang_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .header .lang_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.header .lang_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-family: "Barlow", sans-serif;
  font-style: normal;
}
.header .lang_btn p {
  font-size: 12px;
  color: #64882B;
  margin: 4px 0 0;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .header .lang_btn p {
    color: #fff;
    font-size: 15px;
    margin: 0;
  }
}
.header .lang_btn .lang_btn_current {
  position: relative;
  z-index: 2;
  padding: 26px 30px 26px 45px;
  height: 80px;
  /* 1200以下  */
  /* 1201以上  */
}
@media all and (max-width: 1200px) {
  .header .lang_btn .lang_btn_current {
    padding: 29px 2px 0px;
    height: 58px;
  }
}
@media all and (min-width: 1201px) {
  .header .lang_btn .lang_btn_current {
    background: #64882B;
  }
}
.header .lang_btn .lang_btn_current::before, .header .lang_btn .lang_btn_current::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.header .lang_btn .lang_btn_current::before {
  background-image: url("https://taisei.itembox.design/item/header/icon_lang_green.png");
  width: 20px;
  height: 20px;
  z-index: 3;
  left: 15px;
  /* 1201以上  */
  /* 1200以下  */
}
@media all and (min-width: 1201px) {
  .header .lang_btn .lang_btn_current::before {
    background-image: url("https://taisei.itembox.design/item/header/icon_lang_white.png");
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
@media all and (max-width: 1200px) {
  .header .lang_btn .lang_btn_current::before {
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header .lang_btn .lang_btn_current::after {
  background-image: url("https://taisei.itembox.design/item/header/arr_g.png");
  width: 9px;
  height: 5px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1201以上  */
  /* 1200以下  */
}
@media all and (min-width: 1201px) {
  .header .lang_btn .lang_btn_current::after {
    background-image: url("https://taisei.itembox.design/item/header/arr_w.png");
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 15px;
  }
}
@media all and (max-width: 1200px) {
  .header .lang_btn .lang_btn_current::after {
    bottom: 0px;
    right: 25px;
  }
}
.header .lang_btn .lang_select {
  background: #64882B;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1201以上  */
  /* 1200以下  */
}
@media all and (min-width: 1201px) {
  .header .lang_btn .lang_select {
    position: absolute;
    top: -60px;
  }
}
@media all and (max-width: 1200px) {
  .header .lang_btn .lang_select {
    position: fixed;
    top: 58px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
}
.header .lang_btn .lang_select .lang_option {
  padding: 20px;
  line-height: 1;
  /* 1201以上  */
  /* 1200以下  */
}
@media all and (min-width: 1201px) {
  .header .lang_btn .lang_select .lang_option {
    border-top: 1px solid #fff;
  }
}
@media all and (max-width: 1200px) {
  .header .lang_btn .lang_select .lang_option {
    width: 50%;
  }
  .header .lang_btn .lang_select .lang_option:first-child {
    border-right: 1px solid #fff;
  }
}
.header .lang_btn .lang_select .lang_option a {
  color: #fff;
  position: relative;
}
.header .lang_btn .lang_select .lang_option a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .lang_btn .lang_select .lang_option a:hover::after {
  width: 100%;
}
.header .lang_btn .lang_select.active {
  pointer-events: all;
  /* 1201以上  */
  /* 1200以下  */
}
@media all and (min-width: 1201px) {
  .header .lang_btn .lang_select.active {
    top: 80px;
  }
}
@media all and (max-width: 1200px) {
  .header .lang_btn .lang_select.active {
    opacity: 1;
  }
}
.header .lang_btn.active .lang_btn_current::after {
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  top: 44%;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .header .lang_btn.active .lang_btn_current::after {
    top: unset;
    bottom: 4px;
  }
}
.header .sp_menu_wrap {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 5px;
  cursor: pointer;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .header .sp_menu_wrap {
    display: none;
  }
}
.header .sp_menu_wrap .sp_menu {
  font-size: 10px;
  position: relative;
  padding: 26px 0 0;
  line-height: 1;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .header .sp_menu_wrap .sp_menu {
    padding: 25px 0 0;
  }
}
.header .sp_menu_wrap .sp_menu span {
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background: #393332;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .sp_menu_wrap .sp_menu span:nth-child(1) {
  top: 1px;
}
.header .sp_menu_wrap .sp_menu span:nth-child(2) {
  top: 7px;
}
.header .sp_menu_wrap .sp_menu span:nth-child(3) {
  top: 13px;
}
.header .sp_menu_wrap.active .sp_menu span:nth-child(1) {
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  top: 8px;
}
.header .sp_menu_wrap.active .sp_menu span:nth-child(2) {
  opacity: 0;
}
.header .sp_menu_wrap.active .sp_menu span:nth-child(3) {
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  top: 8px;
}

.sp_menu_list_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1;
  height: 100%;
  overflow-y: scroll;
  top: 58px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .sp_menu_list_wrap {
    display: none;
  }
}
.sp_menu_list_wrap.active {
  opacity: 1;
  pointer-events: unset;
}
.sp_menu_list_wrap ul.sp_menu_list {
  margin: 10px 0 0;
}
.sp_menu_list_wrap ul.sp_menu_list > li {
  border-bottom: 1px solid #D3D3D3;
}
.sp_menu_list_wrap ul.sp_menu_list > li a {
  color: #393332;
  position: relative;
  line-height: 1;
  display: block;
  padding: 22px 0;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list {
  padding: 22px 0;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_active_list_nav {
  position: relative;
  padding: 0 14px 0 0;
  line-height: 1;
  cursor: pointer;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_active_list_nav::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #393332;
  border-right: solid 1px #393332;
  position: absolute;
  right: 0px;
  top: 2px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_active_list_nav.active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_sub_menu_list {
  z-index: 1;
  pointer-events: none;
  background: #fff;
  height: 0;
  overflow: hidden;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_sub_menu_list ul {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_sub_menu_list ul li {
  width: 50%;
  font-size: 12px;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_sub_menu_list ul li a {
  padding: 10px 0 10px 15px;
  position: relative;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_sub_menu_list ul li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #D3D3D3;
  left: 0;
  top: 50%;
}
.sp_menu_list_wrap ul.sp_menu_list > li.sp_active_list .sp_sub_menu_list.active {
  pointer-events: unset;
}
.sp_menu_list_wrap .sp_else_menu {
  margin: 25px 0 0;
}
.sp_menu_list_wrap .sp_else_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp_menu_list_wrap .sp_else_menu ul li {
  width: 50%;
  margin: 10px 0;
  line-height: 1;
}
.sp_menu_list_wrap .sp_else_menu ul li a {
  color: #393332;
}
.sp_menu_list_wrap .sp_menu_footer {
  background: #64882B;
  color: #fff;
  text-align: center;
  padding: 20px 0 70px;
  margin: 30px 0 0;
}
.sp_menu_list_wrap .sp_menu_footer .menu_tel {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
.sp_menu_list_wrap .sp_menu_footer .menu_tel a {
  color: #fff;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sp_menu_list_wrap .sp_menu_footer .menu_tel a::after {
  content: "";
  position: absolute;
  background-size: cover;
  left: 0;
  top: 50%;
}
.sp_menu_list_wrap .sp_menu_footer .menu_tel a.tel_free {
  padding: 0 0 0 30px;
}
.sp_menu_list_wrap .sp_menu_footer .menu_tel a.tel_free::after {
  background-image: url("https://taisei.itembox.design/item/header/icon_tel_01.png");
  width: 22px;
  height: 15px;
  margin-top: -7px;
}
.sp_menu_list_wrap .sp_menu_footer .menu_tel a.tel_general {
  padding: 0 0 0 20px;
}
.sp_menu_list_wrap .sp_menu_footer .menu_tel a.tel_general::after {
  background-image: url("https://taisei.itembox.design/item/header/icon_tel_02.png");
  width: 14px;
  height: 16px;
  margin-top: -8px;
}
.sp_menu_list_wrap .sp_menu_footer .sp_menu_footer_mail {
  margin: 20px 0;
}
.sp_menu_list_wrap .sp_menu_footer .sp_menu_footer_mail a {
  position: relative;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px 10px 55px;
  border: 1px solid #fff;
  margin: 0 auto;
}
.sp_menu_list_wrap .sp_menu_footer .sp_menu_footer_mail a::after {
  content: "";
  position: absolute;
  background-image: url("https://taisei.itembox.design/item/header/icon_mail.png");
  width: 20px;
  height: 13px;
  background-size: cover;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sp_menu_list_wrap .sp_menu_footer p {
  font-size: 13px;
}

footer {
  background: #FAF8F2;
}

.footer_menu_up {
  border-bottom: 1px solid #CCCBB9;
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  .footer_menu_up {
    padding: 30px 20px;
  }
}
.footer_menu_up ul {
  /* 1001以上  */
  /* 1000以下  */
}
@media all and (min-width: 1001px) {
  .footer_menu_up ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 1000px) {
  .footer_menu_up ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer_menu_up ul li {
  margin: 10px 0;
  /* 1001以上  */
  /* 1000以下  */
}
@media all and (min-width: 1001px) {
  .footer_menu_up ul li {
    border-right: 1px solid #C3C3C3;
  }
}
.footer_menu_up ul li:last-child {
  border-right: none;
}
@media all and (max-width: 1000px) {
  .footer_menu_up ul li {
    width: 50%;
  }
}
.footer_menu_up ul li a {
  color: #393332;
  display: block;
  /* 1001以上  */
}
@media all and (min-width: 1001px) {
  .footer_menu_up ul li a {
    padding: 50px 0;
    text-align: center;
  }
}
.footer_menu_up ul li a span {
  position: relative;
}
.footer_menu_up ul li a span::after {
  content: "";
  background: #393332;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_menu_up ul li a:hover span::after {
  content: "";
  width: 100%;
}

.footer_menu_low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1001以上  */
  /* 1000以下  */
}
@media all and (min-width: 1001px) {
  .footer_menu_low {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}
@media all and (max-width: 1000px) {
  .footer_menu_low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer_menu_low .footer_menu_low_left {
  /* 1201以上  */
  /* 1000以下  */
}
@media all and (min-width: 1201px) {
  .footer_menu_low .footer_menu_low_left {
    width: calc(100% - 350px);
  }
}
@media all and (max-width: 1000px) {
  .footer_menu_low .footer_menu_low_left {
    padding: 40px 20px;
  }
}
.footer_menu_low .footer_menu_low_left .footer_logo {
  width: 256px;
  /* 1000以下  */
}
.footer_menu_low .footer_menu_low_left .footer_logo img {
  image-rendering: -webkit-optimize-contrast;
}
@media all and (max-width: 1000px) {
  .footer_menu_low .footer_menu_low_left .footer_logo {
    margin: 0 auto;
  }
}
.footer_menu_low .footer_menu_low_left .footer_logo p {
  margin: 10px 0 20px;
}
.footer_menu_low .footer_menu_low_left .footer_tel {
  font-weight: 500;
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  .footer_menu_low .footer_menu_low_left .footer_tel {
    text-align: center;
  }
}
.footer_menu_low .footer_menu_low_left .footer_tel .footer_tel_number {
  margin: 0 0 10px;
}
.footer_menu_low .footer_menu_low_left .footer_tel a {
  color: #393332;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  padding: 0 0 0 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  .footer_menu_low .footer_menu_low_left .footer_tel a {
    margin: 0 auto;
  }
}
.footer_menu_low .footer_menu_low_left .footer_tel a::after {
  content: "";
  position: absolute;
  background-size: cover;
  top: 50%;
}
.footer_menu_low .footer_menu_low_left .footer_tel a.tel_free::after {
  background-image: url(https://taisei.itembox.design/item/footer/icon_foot_tel_01.png);
  width: 22px;
  height: 15px;
  margin-top: -7px;
  left: 0;
}
.footer_menu_low .footer_menu_low_left .footer_tel a.tel_free ruby rt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
}
.footer_menu_low .footer_menu_low_left .footer_tel a.tel_general::after {
  background-image: url(https://taisei.itembox.design/item/footer/icon_foot_tel_02.png);
  width: 14px;
  height: 16px;
  margin-top: -8px;
  left: 4px;
}
.footer_menu_low .footer_menu_low_left .footer_contact {
  margin: 20px 0 0;
}
.footer_menu_low .footer_menu_low_left .footer_contact a {
  width: calc(100% - 40px);
  padding: 15px 40px;
  background: #BA9E51;
  color: #fff;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1001以上  */
  /* 1000以下  */
}
@media all and (min-width: 1001px) {
  .footer_menu_low .footer_menu_low_left .footer_contact a {
    width: 350px;
  }
}
@media all and (max-width: 1000px) {
  .footer_menu_low .footer_menu_low_left .footer_contact a {
    margin: 0 auto;
  }
}
.footer_menu_low .footer_menu_low_left .footer_contact a:hover {
  opacity: 0.7;
}
.footer_menu_low .footer_menu_low_left .footer_contact a span {
  position: relative;
  padding: 0 0 0 35px;
}
.footer_menu_low .footer_menu_low_left .footer_contact a span::after {
  content: "";
  position: absolute;
  background-image: url(https://taisei.itembox.design/item/footer/icon_mail.png);
  width: 20px;
  height: 14px;
  background-size: cover;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.footer_menu_low .footer_menu_low_right_item {
  /* 1001以上  */
}
@media all and (min-width: 1001px) {
  .footer_menu_low .footer_menu_low_right_item {
    margin: 55px 0 0;
  }
}

.footer_copy {
  text-align: right;
  background: #64882B;
  border: solid 1px #707070;
  color: #fff;
  padding: 30px 0;
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  .footer_copy {
    text-align: left;
  }
}
.footer_copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  .footer_copy ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer_copy ul li {
  margin: 0 0 0 30px;
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  .footer_copy ul li {
    width: 50%;
    font-size: 12px;
    margin: 0 0 5px;
    text-align: left;
  }
}
.footer_copy ul li a {
  color: #fff;
  position: relative;
}
.footer_copy ul li a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_copy ul li a:hover::after {
  width: 100%;
}
.footer_copy p {
  font-size: 13px;
  margin: 20px 0 0;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .footer_copy p {
    font-size: 10px;
  }
}

.footer_menu_low_right {
  /* 1201以上  */
  /* 1200以下  */
}
@media all and (min-width: 1201px) {
  .footer_menu_low_right {
    width: 350px;
  }
}
@media all and (max-width: 1200px) {
  .footer_menu_low_right {
    padding: 0 20px 40px;
  }
}

.footer_calendar div.cal_wrapper {
  padding: 0;
}
.footer_calendar div.cal_wrapper table.cal tr.headline {
  background-color: #F2EDDE;
}
.footer_calendar div.cal_wrapper table.cal tr td {
  border-bottom: solid 1px #EEE;
  border-top: unset;
}
.footer_calendar div.cal_wrapper table.cal tr td div {
  font-size: 10px;
}
.footer_calendar div.cal_wrapper table.cal tr td div.Sun, .footer_calendar div.cal_wrapper table.cal tr td div.Sat, .footer_calendar div.cal_wrapper table.cal tr td div.Holyday {
  color: #393332;
  background: #F7A3A9;
}
.footer_calendar table {
  width: 100%;
  background: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  /* 1001以上  */
}
.footer_calendar table th {
  padding: 2px;
}
.footer_calendar table th p {
  font-size: 14px;
}
@media all and (min-width: 1001px) {
  .footer_calendar table {
    width: 350px;
  }
}
.footer_calendar .cal_ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_calendar .cal_ui .prev, .footer_calendar .cal_ui .next {
  position: relative;
}
.footer_calendar .cal_ui .prev::before, .footer_calendar .cal_ui .next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
  pointer-events: none;
}
.footer_calendar .cal_ui .prev::before {
  left: 56%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.footer_calendar .cal_ui .next::before {
  left: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.footer_calendar .cal_ui input[type=button] {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
.footer_calendar div.cal_wrapper table.cal tr th p {
  font-size: 14px;
  line-height: 1;
  padding: 8px;
  font-weight: normal;
}
.footer_calendar div.cal_wrapper table.cal tr td div.Holyday {
  font-weight: normal;
}
.footer_calendar div.cal_wrapper table.cal tr th div.cal_ui input {
  border: none;
  background-color: #CEC5AA;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_calendar div.cal_wrapper table.cal tr th div.cal_ui input:hover {
  background-color: #393332;
}
.footer_calendar div.cal_wrapper table.cal tr td {
  font-size: 12px;
  font-weight: normal;
}
.footer_calendar div.cal_wrapper table.cal tr td div {
  padding: 3px 0px;
  font-size: 12px;
}
.footer_calendar div.cal_wrapper table.cal tr td div.Today {
  font-weight: normal;
}
.footer_calendar .footer_calendar_note {
  background: #fff;
  text-align: right;
  padding: 6px;
}
.footer_calendar .footer_calendar_note span {
  position: relative;
  padding: 0 0 0 20px;
}
.footer_calendar .footer_calendar_note span::before {
  content: "";
  position: absolute;
  background: #F7A3A9;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#cal0.is-first .cal_ui > .prev,
#cal0.is-last .cal_ui > .next {
  opacity: 0.2;
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

picture {
  display: block;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 400;
  color: #393332;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0em;
  /* 751以上 */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
@media all and (min-width: 751px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

section {
  display: block;
}

a {
  outline: none;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: none;
}

ul, li {
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

.sp {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sp {
    display: none;
  }
}

.pc {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .pc {
    display: none;
  }
}

main.fs-l-main {
  margin: unset;
  max-width: unset;
  display: block;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding: 80px 0 0;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  main.fs-l-main {
    padding: 58px 0 0;
  }
}

/*----------------------------------------------------
inner
----------------------------------------------------*/
.inner {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.content_wrap {
  padding: 80px 0 140px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .content_wrap {
    padding: 65px 0 80px;
  }
}

/* 共通
---------------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeOut 0.3s 0.3s forwards;
          animation: fadeOut 0.3s 0.3s forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; /* 白い画面を完全に表示 */
  }
  100% {
    opacity: 0; /* 透明になる */
    visibility: hidden; /* 完全に非表示 */
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1; /* 白い画面を完全に表示 */
  }
  100% {
    opacity: 0; /* 透明になる */
    visibility: hidden; /* 完全に非表示 */
  }
}

/* パンくず
---------------------------------------------------------- */
.breadcrumb {
  margin: 10px 0 11px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .breadcrumb {
    margin: 20px 0;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb ol li {
  font-size: 12px;
  font-weight: 400;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .breadcrumb ol li {
    font-size: 14px;
  }
}
.breadcrumb ol li a {
  color: #393332;
  position: relative;
}
.breadcrumb ol li a::after {
  position: absolute;
  content: "";
  background-color: #393332;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb ol li a:hover::after {
  width: 0;
}
.breadcrumb ol li::after {
  content: ">";
  margin: 0 5px 0 0px;
  color: #393332;
}
.breadcrumb ol li:last-child::after {
  content: "";
}

.fs-c-breadcrumb {
  margin: 10px 0 11px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .fs-c-breadcrumb {
    margin: 20px 0;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
  font-size: 12px;
  font-weight: 400;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
    font-size: 14px;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
  position: relative;
  color: #393332;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a::after {
  position: absolute;
  content: "";
  background-color: #393332;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a:hover::after {
    width: 0;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  font-size: 12px;
  font-weight: 400;
  color: #393332;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    font-size: 14px;
  }
}

.free_title {
  background: #faf8f2;
  position: relative;
}
.free_title h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  padding: 52px 20px;
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  .free_title h1 {
    padding: 24px 20px;
    font-size: 20px;
  }
}
.free_title::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(132deg, rgb(181, 164, 107), rgb(221, 204, 143) 28%, rgb(240, 227, 156) 56%, rgb(201, 175, 77) 77%, rgb(206, 190, 136) 89%, rgb(186, 173, 129));
  height: 3px;
  width: 100%;
}

.fs-c-breadcrumb {
  font-size: unset;
}

.fs-pt-menu a {
  margin: unset;
  padding: unset;
  text-decoration: none;
}

.fs-l-pageMain {
  max-width: unset;
  width: unset;
}

.fs-c-subgroup {
  margin: 0;
}

.fs-c-subgroupList__link {
  -webkit-transition-property: unset;
  transition-property: unset;
  -webkit-transition-duration: unset;
          transition-duration: unset;
  -webkit-transition-timing-function: unset;
          transition-timing-function: unset;
  -webkit-transition-delay: unset;
          transition-delay: unset;
  background: unset;
  border: unset;
  color: unset;
  display: unset;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
  -ms-grid-rows: unset;
  grid-template-rows: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  height: unset;
  padding: unset;
  text-decoration: none;
}

.fs-c-subgroupList__link > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.fs-c-subgroupList__link::after {
  display: none;
}

.fs-c-productList__list__item {
  border-bottom: unset;
  padding: unset;
}

.fs-c-productNumber {
  border: unset;
  display: unset;
  font-size: unset;
  padding: unset;
}

.fs-c-button--plain::before {
  display: none;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  display: none;
}

.taisei-pack__detail__context button.fs-c-button--addToWishList--detail.fs-c-button--particular {
  margin-top: unset;
  padding: unset;
  border: unset;
  background-color: unset;
  color: unset;
  -webkit-transition: unset;
  transition: unset;
}

.fs-c-button--particular {
  background: unset;
  border: unset;
  border-radius: unset;
  color: unset;
  cursor: unset;
  display: unset;
  font-size: unset;
  line-height: unset;
  text-decoration: unset;
  text-align: unset;
  padding: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  display: unset;
}

.fs-c-productQuantityAndWishlist {
  display: unset;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
  grid-auto-rows: unset;
}

.featuredProduct__title {
  border-bottom: unset;
  color: unset;
  font-size: unset;
}

.fs-c-featuredProduct__title {
  border-bottom: unset;
  color: unset;
  font-size: unset;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  display: none;
}

.fs-c-productThumbnail__image.is-active > img {
  border: unset;
}

.fs-p-dateList > li time:first-child {
  background: unset;
  color: unset;
  line-height: unset;
  padding: unset;
}

.fs-p-dateList > li {
  border: unset;
  border-width: unset;
  padding: unset;
}

.fs-pt-menu a:hover {
  color: #393332;
}

a {
  color: #393332;
}
a:hover {
  color: inherit;
}
a:visited {
  color: inherit;
}

.fs-c-productNumber__number {
  font-weight: normal;
}
/*# sourceMappingURL=common.css.map */