/*! Writen  by SCSS */
.mainvisual:before {
  padding-bottom: 41.75%;
}
.mainvisual .mainimg {
  background-image: url("../images/main.jpg");
}

.inner {
  max-width: 1080px;
}

.lead_wrap {
  padding-top: clamp(60px, 8.34%, 100px);
}
.lead_wrap .page_ttl {
  letter-spacing: 0.1em;
}
.lead_wrap .sec_ttl {
  margin-bottom: clamp(35px, 5.84%, 70px);
}
.lead_wrap .sec_ttl02 {
  margin-top: clamp(40px, 6.67%, 80px);
}

.lifestyle_tab_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .lifestyle_tab_wrap {
    flex-direction: column;
    gap: 20px 0;
  }
}
.lifestyle_tab_wrap .item {
  width: 48.89%;
}
@media screen and (max-width: 480px) {
  .lifestyle_tab_wrap .item {
    width: 100%;
  }
}
.lifestyle_tab_wrap .item a {
  font-size: clamp(19px, 2.58vw, 29px);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 6px 6px 10px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  gap: 0.8em 0;
  padding: 1.37em 0.3em 1em;
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .lifestyle_tab_wrap .item a {
    padding: 1em 0.3em 0.8em;
  }
}
.lifestyle_tab_wrap .item a::before, .lifestyle_tab_wrap .item a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.lifestyle_tab_wrap .item a::before {
  background: #231815;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}
.lifestyle_tab_wrap .item a::after {
  z-index: -2;
  background: linear-gradient(90deg, #d4cab4 0%, white 50%, #d4cab4 100%);
}
.lifestyle_tab_wrap .item a .text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.lifestyle_tab_wrap .item a .item_en {
  font-size: 0.83em;
  width: 100%;
  letter-spacing: 0.1em;
  padding-bottom: 0.41em;
  margin-bottom: 0.83em;
  position: relative;
}
.lifestyle_tab_wrap .item a .item_en::before, .lifestyle_tab_wrap .item a .item_en::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transition: opacity 0.3s ease-in-out;
}
.lifestyle_tab_wrap .item a .item_en::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}
.lifestyle_tab_wrap .item a .item_en::after {
  opacity: 0;
  background: linear-gradient(90deg, rgba(35, 24, 21, 0) 0%, #231815 50%, rgba(35, 24, 21, 0) 100%);
}
.lifestyle_tab_wrap .item a .arrow {
  line-height: 0;
  width: 0.51em;
  position: relative;
  z-index: 1;
}
.lifestyle_tab_wrap .item a .arrow svg {
  width: 100%;
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
@media (hover: hover) {
  .lifestyle_tab_wrap .item a:hover {
    color: #231815;
  }
  .lifestyle_tab_wrap .item a:hover::before {
    opacity: 0;
  }
  .lifestyle_tab_wrap .item a:hover .item_en::before {
    opacity: 0;
  }
  .lifestyle_tab_wrap .item a:hover .item_en::after {
    opacity: 1;
  }
  .lifestyle_tab_wrap .item a:hover .arrow svg {
    fill: #231815;
  }
}
.lifestyle_tab_wrap .item a.cr {
  color: #231815;
}
.lifestyle_tab_wrap .item a.cr::before {
  opacity: 0;
}
.lifestyle_tab_wrap .item a.cr .item_en::before {
  opacity: 0;
}
.lifestyle_tab_wrap .item a.cr .item_en::after {
  opacity: 1;
}
.lifestyle_tab_wrap .item a.cr .arrow svg {
  fill: #231815;
}
.lifestyle_tab_wrap.tab_top .item a {
  flex-direction: column;
}
.lifestyle_tab_wrap.tab_bottom {
  margin-top: clamp(80px, 10%, 120px);
  margin-bottom: clamp(80px, 10%, 120px);
}
.lifestyle_tab_wrap.tab_bottom .item a {
  flex-direction: column-reverse;
}

.sec {
  padding-top: clamp(80px, 10%, 120px);
}

.sec_main_wrap {
  position: relative;
  margin-bottom: clamp(30px, 5%, 60px);
}
.sec_main_wrap .sec_main_badge {
  font-weight: 500;
  font-size: clamp(16px, 2.67vw, 30px);
  line-height: 1.35;
  position: absolute;
  right: calc((100% - 1080px) / 2);
  bottom: -6.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: #fff;
  border-radius: 50%;
  width: 8em;
  height: 8em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1080px) {
  .sec_main_wrap .sec_main_badge {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec_main_wrap .sec_main_badge {
    right: 10px;
  }
}
.sec_main_wrap .sec_main_badge .text_min {
  font-size: 0.7em;
}
.sec_main_wrap .sec_main_badge .text_lg {
  font-size: 1.2em;
}
.sec_main_wrap .sec_main_badge .text_red {
  color: #b41414;
}

.sec_main_image img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sec_main_image img {
    display: block;
    line-height: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 2 / 1;
  }
}

.sec_lead_wrap {
  margin-bottom: clamp(35px, 5.84%, 70px);
}
.sec_lead_wrap .time_text {
  line-height: 1;
  font-size: clamp(28px, 4.28vw, 48px);
  margin-bottom: 1.04em;
  letter-spacing: 0.1em;
}
.sec_lead_wrap .sec_ttl02 {
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .sec_lead_wrap .sec_ttl02 {
    font-size: 18px;
  }
}

.sec_wrap_outer {
  display: grid;
  gap: 30px 0;
}
.sec_wrap_outer .sec_wrap {
  display: flex;
}
@media screen and (max-width: 480px) {
  .sec_wrap_outer .sec_wrap {
    flex-direction: column;
  }
}
.sec_wrap_outer .sec_wrap .image_box {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .sec_wrap_outer .sec_wrap .image_box {
    width: 100%;
  }
}
.sec_wrap_outer .sec_wrap .image_box img {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec_wrap_outer .sec_wrap .text_box {
  width: 50%;
  background: #af9472;
  padding: 2.77% 1.85% 2.77% 2.77%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .sec_wrap_outer .sec_wrap .text_box {
    width: 100%;
    padding: 20px 15px;
  }
}
.sec_wrap_outer .sec_wrap .text_box .wrap_head {
  font-size: clamp(16px, 2.14vw, 24px);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
}
.sec_wrap_outer .sec_wrap .text_box .wrap_lead {
  font-size: clamp(18px, 2.58vw, 29px);
  line-height: 1.4;
}
.sec_wrap_outer .sec_wrap .text_box .wrap_lead .text_yellow {
  color: #f0f08c;
}
.sec_wrap_outer .sec_wrap .text_box .wrap_lead .text_lg {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .sec_wrap_outer .sec_wrap .text_box .wrap_lead .text_lg {
    font-size: 1.3em;
  }
}
.sec_wrap_outer .sec_wrap .text_box .lead_sub {
  font-size: clamp(10px, 1.25vw, 14px);
}
.sec_wrap_outer .sec_wrap .text_box .read_min {
  margin-top: 0.8em;
  line-height: 1.88;
}
.sec_wrap_outer .sec_wrap .text_box .time_wrap {
  margin-top: 1.5em;
  font-size: clamp(10px, 1.25vw, 14px);
  line-height: 1.5;
}
.sec_wrap_outer .sec_wrap .text_box .time_wrap .time_list .item {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.sec_wrap_outer .sec_wrap .text_box .time_wrap .time_list .item dt {
  flex-shrink: 0;
}

.sec_line_wrap {
  background: #af9472;
  padding-top: 2.78%;
  padding-bottom: 2.78%;
}
@media screen and (max-width: 480px) {
  .sec_line_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sec_line_wrap .sp_balloon_box {
  display: none;
}
@media screen and (max-width: 480px) {
  .sec_line_wrap .sp_balloon_box {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px;
    gap: 0.5em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    position: relative;
  }
  .sec_line_wrap .sp_balloon_box .icon {
    height: 1.6em;
    line-height: 0;
  }
  .sec_line_wrap .sp_balloon_box .icon img {
    width: 100%;
    height: 100%;
  }
  .sec_line_wrap .sp_balloon_box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    height: 8px;
    background: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.sec_line_wrap .line_image {
  max-width: 940px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .sec_line_wrap .line_image {
    width: calc(100% - 30px);
    overflow-x: scroll;
  }
  .sec_line_wrap .line_image img {
    display: block;
    max-width: none;
    height: 160px;
  }
}
.sec_line_wrap .line_list {
  font-weight: 500;
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .sec_line_wrap .line_list {
    width: calc(100% - 30px);
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec_line_wrap .line_list .item {
  height: 100%;
  color: #333;
  background: #fff;
  font-size: clamp(18px, 2.23vw, 25px);
  padding: 0.8em 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px 0;
}
@media screen and (max-width: 480px) {
  .sec_line_wrap .line_list .item {
    padding: 1em -0.2em;
  }
}
.sec_line_wrap .line_list .item .time_wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  line-height: 1;
  gap: 0.3em 0;
}
.sec_line_wrap .line_list .item .time_wrap .text_red {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #b41414;
}
.sec_line_wrap .line_list .item .time_wrap .text_red .text_lg {
  font-size: 1.3em;
}
.sec_line_wrap .line_list .item .time_sub {
  font-size: clamp(10px, 1.25vw, 14px);
  line-height: 1.29;
}

/*# sourceMappingURL=lifestyle.css.map */
