@charset "UTF-8";
/***************************/
/*     おせち特集ページ     */
/***************************/
* {
  font-family: "Shippori Mincho B1", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

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

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

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

.osechi_feature {
  color: #333333;
}
.osechi_feature a {
  transition: all 0.3s;
}
.osechi_feature a:hover {
  opacity: 0.7;
}
.osechi_feature a img:hover {
  opacity: 1;
}
.osechi_feature p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .osechi_feature p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature p {
    font-size: 14px;
  }
}
.osechi_feature .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .inner {
    max-width: 480px;
    padding: 0 15px;
  }
}
.osechi_feature .maintext {
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .osechi_feature .maintext {
    margin: 40px auto;
  }
}
.osechi_feature .maintext p {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .osechi_feature .maintext p {
    font-size: 16px;
  }
}
.osechi_feature .main_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .osechi_feature .main_ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .main_ttl {
    font-size: 22px;
    letter-spacing: -0.08rem;
    padding-top: 25px;
    margin-bottom: 20px;
  }
}
.osechi_feature .main_ttl .big {
  font-size: 40px;
}
@media screen and (max-width: 999px) {
  .osechi_feature .main_ttl .big {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .main_ttl .big {
    font-size: 28px;
  }
}
.osechi_feature .main_ttl .red {
  color: #ae1010;
}
.osechi_feature .main_ttl:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/ttl_icon.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .osechi_feature .main_ttl:before {
    width: 16px;
    height: 16px;
  }
}
.osechi_feature .main_ttl_y:before {
  background: url("../images/ttl_icon_y.png") no-repeat center center/contain;
}
.osechi_feature .select_nav {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .select_nav {
    margin-bottom: 40px;
  }
}
.osechi_feature .select_nav ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .osechi_feature .select_nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.osechi_feature .select_nav ul li {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  .osechi_feature .select_nav ul li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .select_nav ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
.osechi_feature .select_nav ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .osechi_feature .select_nav ul li:last-of-type {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .select_nav ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .select_nav_volume ul li {
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .select_nav_volume ul li:nth-of-type(even) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .select_nav_volume ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.osechi_feature .osechi_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_list {
    margin-bottom: 40px;
  }
}
.osechi_feature .osechi_kodawari {
  background: url("../images/kodawari_bg.jpg") no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_kodawari {
    padding: 40px 0 20px;
  }
}
.osechi_feature .osechi_kodawari ul li {
  display: flex;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_kodawari ul li {
    flex-flow: column;
    margin: 0 0 20px;
  }
}
.osechi_feature .osechi_kodawari ul .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_kodawari ul .img {
    width: 100%;
  }
}
.osechi_feature .osechi_kodawari ul .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.osechi_feature .osechi_kodawari ul .text {
  width: 55%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_kodawari ul .text {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.osechi_feature .osechi_kodawari ul .text h3 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .osechi_feature .osechi_kodawari ul .text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_kodawari ul .text h3 {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.osechi_feature .osechi_kodawari ul .text h3:before {
  content: "";
  background: #ae1010;
  width: 3px;
  height: calc(100% - 8px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.osechi_feature .osechi_faq {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_faq {
    margin: 40px 0;
  }
}
.osechi_feature .osechi_faq dl {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_faq dl {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.osechi_feature .osechi_faq dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #ae1010;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .osechi_feature .osechi_faq dl dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_faq dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.osechi_feature .osechi_faq dl dd {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .osechi_feature .osechi_faq dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_faq dl dd {
    font-size: 14px;
  }
}
.osechi_feature .osechi_info {
  margin: 80px 0 20px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_info {
    margin: 40px 0 0;
  }
}
.osechi_feature .osechi_info .info_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_info .info_box {
    flex-wrap: wrap;
  }
}
.osechi_feature .osechi_info .info_box > div {
  width: 100%;
}
.osechi_feature .osechi_info .info_box > div:first-of-type {
  margin-right: 40px;
}
@media screen and (max-width: 999px) {
  .osechi_feature .osechi_info .info_box > div:first-of-type {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_info .info_box > div:first-of-type {
    margin-right: 0;
  }
}
.osechi_feature .osechi_info .info_box > div > div {
  border: solid 1px #d6a521;
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_info .info_box > div > div {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.osechi_feature .osechi_info .info_box > div > div h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .osechi_feature .osechi_info .info_box > div > div h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_info .info_box > div > div h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.osechi_feature .osechi_info .info_box > div > div h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: #d6a521;
}
@media screen and (max-width: 767px) {
  .osechi_feature .osechi_info .info_box > div > div h3:before {
    width: 20px;
    height: 2px;
  }
}
.osechi_feature .osechi_info .info_box > div > div p {
  font-weight: 500;
}
.osechi_feature .osechi_info .info_box > div > div a {
  color: #333333;
  text-decoration: underline;
}
.osechi_feature .hayawari_text {
  text-align: center;
  color: #333;
  background-color: #fff713;
  margin-bottom: 30px;
  font-size: 26px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .osechi_feature .hayawari_text {
    font-size: 20px;
  }
}
.osechi_feature .hayawari_text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff713;
  height: 17.3205080757px;
  width: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.osechi_feature .hayawari_text span {
  color: #d40d0d;
}
.osechi_feature .otodoke {
  text-align: center;
  color: #fff;
  background-color: #d40d0d;
  margin-bottom: 30px;
  font-size: 38px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .osechi_feature .otodoke {
    font-size: 20px;
  }
}
.osechi_feature .otodoke span {
  color: #fff713;
}

.osechi_footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 60px 20px 40px;
}
@media screen and (max-width: 767px) {
  .osechi_footer {
    padding: 40px 10px 20px;
  }
}
.osechi_footer .f_logo {
  width: 160px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .osechi_footer .f_logo {
    width: 120px;
  }
}
.osechi_footer p {
  font-size: 16px;
  letter-spacing: 0.05rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .osechi_footer p {
    font-size: 14px;
  }
}
.osechi_footer small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .osechi_footer small {
    font-size: 12px;
  }
}/*# sourceMappingURL=osechi_feature.css.map */