/*! Writen  by SCSS */
.breadlist {
  display: none; }

@media screen and (max-width: 480px) {
  .img_cap.top .cap {
    top: auto;
    bottom: 0; } }

.main_ttl {
  color: #807d95;
  color: #807d95; }

.sec_ttl {
  font-size: clamp(14px, 2.319vw, 32px); }
  @media screen and (max-width: 480px) {
    .sec_ttl {
      font-size: calc(18vw / 3.9); } }

.sec_main {
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec_main {
      margin-bottom: 40px; } }

.sec.first_sec {
  padding-bottom: 0; }
  .sec.first_sec .main_read {
    margin-bottom: 3em; }

.tab_wrap .tab {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .tab_wrap .tab {
      gap: 4%; } }
  .tab_wrap .tab li {
    font-size: clamp(14px, 3.373vw, 29px);
    width: 14em;
    line-height: 1;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.6s all ease-in-out 0s;
    cursor: pointer; }
    @media screen and (max-width: 900px) {
      .tab_wrap .tab li {
        width: 48%; } }
    @media screen and (max-width: 480px) {
      .tab_wrap .tab li {
        font-size: 18px; } }
    .tab_wrap .tab li .ja {
      font-size: 50%;
      margin-bottom: 0.4em;
      font-weight: 700; }
      @media screen and (max-width: 480px) {
        .tab_wrap .tab li .ja {
          letter-spacing: 0.2em; } }
    .tab_wrap .tab li .en {
      letter-spacing: 0.2em; }
      @media screen and (max-width: 480px) {
        .tab_wrap .tab li .en {
          letter-spacing: 0.1em; } }
    .tab_wrap .tab li:hover {
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); }
    .tab_wrap .tab li:nth-child(1) {
      background: linear-gradient(0deg, #e6e1d8, #cec6b4);
      color: #938059; }
    .tab_wrap .tab li:nth-child(2) {
      background: linear-gradient(0deg, #e9e9ea, #d5d5d6);
      color: #71706d; }
    .tab_wrap .tab li.active {
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); }

.tab_cont_wrap .tab_cont {
  position: relative; }
  .tab_cont_wrap .tab_cont li {
    /*	position: absolute;
    	top:0;
    	left:0;
    	width: 100%;
    	opacity: 0;
    	transition: 0.6s all ease-in-out 0s;
    	&.active {
    		position: relative;
    		opacity: 1;
    	}*/
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    pointer-events: none;
    transition: 0.3s all ease-in-out 0s; }
    .tab_cont_wrap .tab_cont li.active {
      position: relative;
      pointer-events: all;
      opacity: 1; }
    .tab_cont_wrap .tab_cont li::before {
      content: "";
      display: block;
      width: 100%;
      max-width: 1370px;
      height: calc(80vw / 13.7);
      margin: 0 auto;
      border-radius: 5px; }
      @media screen and (max-width: 480px) {
        .tab_cont_wrap .tab_cont li::before {
          height: calc(120vw / 13.7); } }
    .tab_cont_wrap .tab_cont li.c01::before {
      background: linear-gradient(0deg, #fff, #e6e1d8); }
    .tab_cont_wrap .tab_cont li.c01 .sec_ttl {
      color: #958b66; }
    .tab_cont_wrap .tab_cont li.c01 .txt .t01 {
      color: #958b66; }
    .tab_cont_wrap .tab_cont li.c01 .txt .t02 {
      color: #958b66; }
    .tab_cont_wrap .tab_cont li.c01 .sec.bg {
      position: relative; }
      .tab_cont_wrap .tab_cont li.c01 .sec.bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(350vw / 16);
        background: linear-gradient(0deg, #fff, #e6e1d8); }
    .tab_cont_wrap .tab_cont li.c02::before {
      background: linear-gradient(0deg, #fff, #e9e9ea); }
    .tab_cont_wrap .tab_cont li.c02 .sec_ttl {
      color: #807d95; }
    .tab_cont_wrap .tab_cont li.c02 .txt .t01 {
      color: #807d95; }
    .tab_cont_wrap .tab_cont li.c02 .txt .t02 {
      color: #807d95; }
    .tab_cont_wrap .tab_cont li.c02 .sec.bg {
      position: relative; }
      .tab_cont_wrap .tab_cont li.c02 .sec.bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(350vw / 16);
        background: linear-gradient(0deg, #fff, #e9e9ea); }

.sec {
  padding: calc(70% / 16) 0; }
  @media screen and (max-width: 480px) {
    .sec {
      padding: 60px 0; } }
  .sec .inner {
    max-width: 1370px;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .sec .inner {
        width: calc(100% - 40px); } }
  .sec .txt .t01 {
    font-size: clamp(16px, 2.993vw, 41px);
    line-height: 1;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    padding-bottom: 0.3em;
    margin-bottom: 0.6em;
    border-bottom: solid 1px #000; }
    .sec .txt .t01 .icon {
      width: 1em;
      margin-right: 0.4em; }
    @media screen and (max-width: 480px) {
      .sec .txt .t01 {
        font-size: calc(20vw / 3.9); } }
  .sec .txt .t02 {
    font-size: clamp(14px, 1.898vw, 26px);
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 600;
    font-feature-settings: "palt";
    margin-bottom: 0.4em; }
    @media screen and (max-width: 480px) {
      .sec .txt .t02 {
        font-size: calc(16vw / 3.9); } }
  .sec .txt .t03 {
    font-size: clamp(10px, 1.168vw, 16px);
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 2.4em;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 480px) {
      .sec .txt .t03 {
        font-size: calc(12vw / 3.9); } }
  .sec .txt.r .t01,
  .sec .txt.r .t02,
  .sec .txt.r .t03 {
    padding-left: calc(60% / 4.7); }
    @media screen and (max-width: 480px) {
      .sec .txt.r .t01,
      .sec .txt.r .t02,
      .sec .txt.r .t03 {
        padding-left: 0; } }
  .sec .txt.l .t01,
  .sec .txt.l .t02,
  .sec .txt.l .t03 {
    padding-right: calc(60% / 4.7); }
    @media screen and (max-width: 480px) {
      .sec .txt.l .t01,
      .sec .txt.l .t02,
      .sec .txt.l .t03 {
        padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .sec .img4 {
      display: flex;
      justify-content: space-between; }
      .sec .img4 .img3 {
        width: 48%; } }
  .sec .img {
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4); }

.c01 .sec01 {
  padding-top: 0; }
  .c01 .sec01 .inner {
    display: flex; }
    @media screen and (max-width: 480px) {
      .c01 .sec01 .inner {
        display: block; } }
    .c01 .sec01 .inner .img1 {
      width: calc(762% / 13.7); }
      @media screen and (max-width: 768px) {
        .c01 .sec01 .inner .img1 {
          width: 100%; } }
    .c01 .sec01 .inner .txt {
      margin-top: calc(40% / 13.7);
      width: calc(478% / 13.7); }
      @media screen and (max-width: 480px) {
        .c01 .sec01 .inner .txt {
          width: 100%;
          margin-top: 20px; } }
    .c01 .sec01 .inner .img2 {
      position: relative;
      left: calc(-100% / 4.7); }
      @media screen and (max-width: 480px) {
        .c01 .sec01 .inner .img2 {
          width: 80%;
          margin: 0 auto 0;
          left: auto; } }
.c01 .sec02 .inner {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 480px) {
    .c01 .sec02 .inner {
      display: block; } }
  .c01 .sec02 .inner .img1 {
    position: relative;
    width: calc(790% / 13.7);
    padding: calc(220% / 13.7) 0 0 calc(120% / 13.7); }
    @media screen and (max-width: 480px) {
      .c01 .sec02 .inner .img1 {
        width: 100%;
        padding: 0; } }
    .c01 .sec02 .inner .img1 .img3 {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(423% / 7.9); }
  .c01 .sec02 .inner .txt {
    margin-top: calc(130% / 13.7);
    width: calc(450% / 13.7); }
    @media screen and (max-width: 480px) {
      .c01 .sec02 .inner .txt {
        width: 100%;
        margin-top: 20px; } }
  .c01 .sec02 .inner .img2 {
    position: relative;
    right: calc(-160% / 4.5);
    text-align: right; }
    @media screen and (max-width: 480px) {
      .c01 .sec02 .inner .img2 {
        width: 48%;
        right: auto; } }
.c01 .sec03 .inner {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 480px) {
    .c01 .sec03 .inner {
      display: block; } }
  .c01 .sec03 .inner .img1 {
    position: relative;
    width: calc(760% / 13.7);
    padding: 0 calc(140% / 13.7) calc(250% / 13.7) 0; }
    @media screen and (max-width: 480px) {
      .c01 .sec03 .inner .img1 {
        width: 100%;
        padding: 0; } }
    .c01 .sec03 .inner .img1 .img3 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(496% / 7.6);
      z-index: -1; }
  .c01 .sec03 .inner .txt {
    margin-top: calc(20% / 13.7);
    width: calc(480% / 13.7); }
    @media screen and (max-width: 480px) {
      .c01 .sec03 .inner .txt {
        width: 100%;
        margin-top: 20px; } }
  .c01 .sec03 .inner .img2 {
    position: relative;
    right: calc(-50% / 4.5);
    text-align: right; }
    @media screen and (max-width: 480px) {
      .c01 .sec03 .inner .img2 {
        width: 48%;
        margin: 0;
        right: auto; } }
.c01 .sec04 {
  margin-top: calc(80% / 16);
  padding-bottom: 30px; }
  .c01 .sec04 .inner .img1 {
    position: relative;
    width: calc(670% / 13.7);
    margin-top: calc(-140% / 13.7);
    margin-left: calc(280% / 13.7); }
    @media screen and (max-width: 480px) {
      .c01 .sec04 .inner .img1 {
        width: 100%;
        margin-top: 0;
        margin-left: 0; } }
  .c01 .sec04 .inner .txt {
    position: relative;
    margin-top: calc(40% / 13.7);
    /*padding-left: calc(386% / 13.7);*/
    padding-left: calc(446% / 13.7);
    padding-right: calc(516% / 13.7); }
    @media screen and (max-width: 480px) {
      .c01 .sec04 .inner .txt {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0; } }
  .c01 .sec04 .inner .img4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media screen and (max-width: 480px) {
      .c01 .sec04 .inner .img4 {
        position: static; } }
  .c01 .sec04 .inner .img2 {
    position: absolute;
    left: 0;
    width: calc(386% / 13.7);
    top: calc(-80% / 2.83); }
    @media screen and (max-width: 480px) {
      .c01 .sec04 .inner .img2 {
        position: relative;
        width: 48%;
        margin: 0;
        left: auto;
        top: 0; } }
  .c01 .sec04 .inner .img3 {
    position: absolute;
    right: calc(60% / 13.7);
    width: calc(422% / 13.7);
    top: calc(-200% / 2.83); }
    @media screen and (max-width: 480px) {
      .c01 .sec04 .inner .img3 {
        position: relative;
        width: 48%;
        margin: 0;
        right: auto;
        top: 0;
        width: 80%;
        margin: 0 auto; } }
  .c01 .sec04 .inner .t03 {
    margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .c01 .sec04 .inner .t03 {
        margin-bottom: 2.4em; } }

.c02 .sec01 {
  padding-top: 0; }
  .c02 .sec01 .inner {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 480px) {
      .c02 .sec01 .inner {
        display: block; } }
    .c02 .sec01 .inner .img1 {
      position: relative;
      width: calc(760% / 13.7);
      padding: 0 calc(140% / 13.7) calc(250% / 13.7) 0; }
      @media screen and (max-width: 480px) {
        .c02 .sec01 .inner .img1 {
          width: 100%;
          padding: 0; } }
      .c02 .sec01 .inner .img1 .img3 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(496% / 7.6); }
    .c02 .sec01 .inner .txt {
      margin-top: calc(20% / 13.7);
      width: calc(480% / 13.7); }
      @media screen and (max-width: 480px) {
        .c02 .sec01 .inner .txt {
          width: 100%;
          margin-top: 20px; } }
      .c02 .sec01 .inner .txt .t03 .cap_l {
        display: block; }
    .c02 .sec01 .inner .img2 {
      position: relative;
      right: calc(-50% / 4.5);
      text-align: right; }
      @media screen and (max-width: 480px) {
        .c02 .sec01 .inner .img2 {
          width: 48%;
          margin: 0;
          right: auto; } }
.c02 .sec02 .inner {
  display: flex; }
  @media screen and (max-width: 480px) {
    .c02 .sec02 .inner {
      display: block; } }
  .c02 .sec02 .inner .img1 {
    width: calc(762% / 13.7); }
    @media screen and (max-width: 768px) {
      .c02 .sec02 .inner .img1 {
        width: 100%; } }
  .c02 .sec02 .inner .txt {
    margin-top: calc(40% / 13.7);
    width: calc(478% / 13.7); }
    @media screen and (max-width: 480px) {
      .c02 .sec02 .inner .txt {
        width: 100%;
        margin-top: 20px; } }
  .c02 .sec02 .inner .img2 {
    position: relative;
    left: calc(-100% / 4.7); }
    @media screen and (max-width: 480px) {
      .c02 .sec02 .inner .img2 {
        width: 80%;
        margin: 0 auto 0;
        left: auto; } }
.c02 .sec03 {
  margin-top: calc(80% / 16); }
  .c02 .sec03 .inner .img1 {
    position: relative;
    width: calc(670% / 13.7);
    margin-top: calc(-140% / 13.7);
    margin-left: calc(280% / 13.7); }
    @media screen and (max-width: 480px) {
      .c02 .sec03 .inner .img1 {
        width: 100%;
        margin-top: 0;
        margin-left: 0; } }
  .c02 .sec03 .inner .txt {
    position: relative;
    margin-top: calc(40% / 13.7);
    padding-left: calc(386% / 13.7);
    padding-right: calc(516% / 13.7); }
    @media screen and (max-width: 480px) {
      .c02 .sec03 .inner .txt {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0; } }
  .c02 .sec03 .inner .img4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media screen and (max-width: 480px) {
      .c02 .sec03 .inner .img4 {
        position: static; } }
  .c02 .sec03 .inner .img2 {
    position: absolute;
    left: 0;
    width: calc(386% / 13.7);
    top: calc(-80% / 2.83); }
    @media screen and (max-width: 480px) {
      .c02 .sec03 .inner .img2 {
        position: relative;
        width: 48%;
        margin: 0;
        left: auto;
        top: 0; } }
  .c02 .sec03 .inner .img3 {
    position: absolute;
    right: calc(60% / 13.7);
    width: calc(422% / 13.7);
    top: calc(-200% / 2.83); }
    @media screen and (max-width: 480px) {
      .c02 .sec03 .inner .img3 {
        position: relative;
        width: 48%;
        margin: 0;
        right: auto;
        top: 0; } }
  .c02 .sec03 .inner .t03 {
    margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .c02 .sec03 .inner .t03 {
        margin-bottom: 2.4em; } }
.c02 .sec04 {
  margin-top: calc(80% / 16);
  padding-bottom: 30px; }
  .c02 .sec04 .inner {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -150px; }
    @media screen and (max-width: 1200px) {
      .c02 .sec04 .inner {
        margin-top: calc(-130% / 13.7); } }
    @media screen and (max-width: 480px) {
      .c02 .sec04 .inner {
        display: block;
        margin-top: 0; } }
    .c02 .sec04 .inner .img1 {
      position: relative;
      width: calc(790% / 13.7);
      padding: calc(220% / 13.7) 0 0 calc(120% / 13.7); }
      @media screen and (max-width: 480px) {
        .c02 .sec04 .inner .img1 {
          width: 100%;
          padding: 0; } }
      .c02 .sec04 .inner .img1 .img3 {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(423% / 7.9); }
    .c02 .sec04 .inner .txt {
      margin-top: calc(130% / 13.7);
      width: calc(450% / 13.7); }
      @media screen and (max-width: 480px) {
        .c02 .sec04 .inner .txt {
          width: 100%;
          margin-top: 20px; } }
    .c02 .sec04 .inner .img2 {
      position: relative;
      right: calc(-160% / 4.5);
      text-align: right;
      z-index: -1; }
      @media screen and (max-width: 480px) {
        .c02 .sec04 .inner .img2 {
          width: 48%;
          right: auto; } }

.contents_wrap .vsp480 {
  display: none !important; }
  @media screen and (max-width: 480px) {
    .contents_wrap .vsp480 {
      display: block !important; } }
.contents_wrap .vpc480 {
  display: block !important; }
  @media screen and (max-width: 480px) {
    .contents_wrap .vpc480 {
      display: none !important; } }

@media screen and (max-width: 480px) {
  .cap.sp_small {
    font-size: 9px !important;
    letter-spacing: -0.06em; } }

.img_cap .cap302 {
  /*left: 10%!important;
  @include mq($br_sp){
  	left: 0%!important;
  }*/ }

.img_cap .cap01 {
  left: 10% !important; }
  @media screen and (max-width: 480px) {
    .img_cap .cap01 {
      left: 0% !important; } }

.img_cap .cap06 {
  left: 14% !important; }
  @media screen and (max-width: 480px) {
    .img_cap .cap06 {
      left: 0% !important; } }

.sec04 .txt .t01, .sec04 .txt .t02, .sec04 .txt .t03 {
  padding-left: 0 !important; }

.cap_04 {
  text-align: left !important; }
  @media screen and (max-width: 480px) {
    .cap_04 {
      font-size: 8px !important; } }

.cap403 {
  text-align: left !important; }

@media screen and (min-width: 960px) {
  .ls00_pc {
    letter-spacing: 0 !important; } }

/*# sourceMappingURL=lifestyle.css.map */
