@charset "UTF-8";
/*********************
テキストエリア
*********************/
/*********************
テキストエリア
*********************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@media screen and (min-width: 1216px) {
  .is-pc {
    display: block !important;
  }
}
@media screen and (max-width: 1215px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-tb {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-tb {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .is-pctb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pctb {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sptb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-sptb {
    display: block !important;
  }
  .is-sptb--inline {
    display: inline !important;
  }
}

@font-face {
  font-family: "lineseed";
  src: url("../font/LINESeed/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("../font/LINESeed/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("../font/LINESeed/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("../font/LINESeed/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.font--noto {
  font-family: "Noto Sans JP", sans-serif;
}
.font--roboto {
  font-family: "Roboto", sans-serif;
}
.font--oswald {
  font-family: "Oswald", sans-serif;
}
.font--mincho {
  font-family: "Zen Old Mincho", serif;
}
.font--hind {
  font-family: "Hind", sans-serif;
}

/* font
----------------------------------------------*/
@font-face {
  font-family: "lineseed";
  src: url("/-/media/372801EA39384202A3D39234616740B5.ashx") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("/-/media/227DFF88C5FC46ABA4F47DB7737885F9.ashx") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("/-/media/13E9661B331F44E887ADE46A0806A9C4.ashx") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("/-/media/6D7DD8DA0A28435BB664C15A8232456D.ashx") format("woff");
  font-weight: 900;
  font-style: normal;
}
.js-fadeUpTrigger {
  opacity: 0; /* 初期は透明 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 初期位置: 下にずらす */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.js-fadeUpTrigger.js-show {
  opacity: 1; /* 完全に表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 元の位置に戻る */
}

/*********************
ぱんくず調整
*********************/
.tal-ac_breadcrumbs {
  position: absolute;
  width: 100%;
  padding: 0 15px;
}
.tal-ac_breadcrumbs__wrap {
  position: relative;
  max-width: 1216px;
  margin: 0 auto;
}

/*********************
コンテンツ共通
*********************/
.tal-container {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2C2F32;
  background-color: #fff;
}
.tal-container img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.tal-container * {
  text-align: justify;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tal-container .font-en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
}
.tal-container a:visited {
  color: inherit;
}
.tal-container a.img-hover {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.tal-container a.img-hover:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.tal-container .tal-notice {
  text-align: center;
  margin-top: 30px;
}
.tal-container .tal-notice li {
  font-size: 12px;
  display: inline-block;
  text-align: left;
  padding-left: 1em;
  position: relative;
  color: #595757;
}
.tal-container .tal-notice li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tal-container .tal-notice {
    text-align: justify;
  }
  .tal-container .tal-notice li {
    font-size: 3vw;
  }
}
.tal-container .headline {
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.2;
}
.tal-container .headline__en {
  font-size: 40px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  font-family: "lineseed", "Noto Sans JP", sans-serif;
}
.tal-container .headline__jp {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.tal-container .headline__jp::before, .tal-container .headline__jp::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3em;
  height: 1px;
  background-color: #000;
}
.tal-container .headline__jp::before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.tal-container .headline__jp::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/*********************
KV
*********************/
.tal-kv {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 600px;
  margin-bottom: 50px;
  background-image: url(/theartline/assets/images/202504/img_kv_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tal-kv__inner {
  max-width: 1216px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1215px) {
  .tal-kv {
    padding-bottom: 49.34210526vw;
  }
}
@media screen and (max-width: 767px) {
  .tal-kv {
    height: auto;
    padding-bottom: 0;
    background-image: none;
    margin-bottom: 50px;
  }
}

/*********************
アンカーリンク
*********************/
.tal-anchor {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 15px;
  margin-bottom: 120px;
}
.tal-anchor__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-anchor .tal-anchor-lead {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.01em;
}
.tal-anchor .tal-anchor-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tal-anchor .tal-anchor-links {
  position: relative;
  width: 31.03448275%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: #4d4d4d;
  border-bottom: solid 1px #4d4d4d;
  padding-bottom: 0.5em;
}
.tal-anchor .tal-anchor-links > span {
  font-size: 20px;
  font-weight: 600;
  font-family: "lineseed", "Noto Sans JP", sans-serif;
}
.tal-anchor .tal-anchor-links > span > small {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1em;
}
.tal-anchor .tal-anchor-links:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  text-decoration: none !important;
}
.tal-anchor .tal-anchor-links::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 13px;
  right: 10px;
  background-image: url(/theartline/assets/images/icon_anchor_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .tal-anchor {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .tal-anchor .tal-anchor-lead {
    font-size: 6.5vw;
    margin-bottom: 30px;
  }
  .tal-anchor .tal-anchor-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tal-anchor .tal-anchor-links {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*********************
コンセプト
*********************/
.tal-concept {
  padding: 50px 15px 0;
  margin-bottom: 100px;
}
.tal-concept__wrap {
  max-width: 763px;
  margin: 0 auto;
}
.tal-concept__sub-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 1em;
}
.tal-concept .tal-concept_lead {
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .tal-concept .tal-concept_lead br.ac_utils-pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tal-concept {
    padding: 40px 15px 0;
    margin-bottom: 50px;
  }
  .tal-concept__sub-ttl {
    font-size: 6vw;
  }
  .tal-concept .tal-concept_lead {
    font-size: 4.5vw;
    text-align: justify;
  }
}

/*********************
製品紹介
*********************/
.tal-product {
  padding: 0 15px;
}
.tal-product .tal-product-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 948px;
  margin: 0 auto;
}
.tal-product .tal-product-intro__box {
  max-width: 332px;
}
.tal-product .tal-product-intro__box:first-child {
  margin-right: 8vw;
  margin-bottom: 30px;
}
.tal-product .tal-product-intro__box .tal-product-txt {
  font-size: 18px;
  text-align: center;
  border: solid 1px #787878;
  color: #787878;
  padding: 0.5em 1em;
  margin-bottom: 25px;
}
.tal-product .tal-product-intro__seller {
  margin: auto;
  padding: 15px;
  max-width: 960px;
  text-align: center;
  color: #fff;
  background-color: #787878;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tal-product {
    margin-bottom: 50px;
  }
  .tal-product .tal-product-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tal-product .tal-product-intro__box {
    max-width: 100%;
  }
  .tal-product .tal-product-intro__box:first-child {
    margin-right: 0;
  }
  .tal-product .tal-product-intro__box .tal-product-txt {
    font-size: 3.75vw;
    margin-bottom: 25px;
  }
  .tal-product .tal-product-intro__seller {
    margin: 50px auto 0;
    font-size: 1.1rem;
  }
}

/*********************
動画
*********************/
.tal-video {
  padding: 0 15px;
  margin-bottom: 100px;
}
.tal-video__wrap {
  max-width: 763px;
  margin: 0 auto;
}
.tal-video__wrap iframe {
  max-width: 763px;
  max-height: 429px;
  width: 100%;
  height: 56vw;
  margin: 0 auto;
  aspect-ratio: 763/429;
}
@media screen and (max-width: 767px) {
  .tal-video {
    margin-bottom: 50px;
  }
}

/*********************
HERALBONY アンカーリンク
*********************/
.tal-anchor-heralbony {
  padding: 50px 15px 0;
  margin-bottom: 100px;
}
.tal-anchor-heralbony__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-anchor-heralbony .bnr_heralbony {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
}
.tal-anchor-heralbony p {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tal-anchor-heralbony {
    margin-bottom: 50px;
  }
  .tal-anchor-heralbony p {
    text-align: justify;
  }
  .tal-anchor-heralbony p br {
    display: none;
  }
}

/*********************
ラインアップ
*********************/
.tal-lineup {
  padding: 50px 0 0;
}

.tal-design {
  background-color: #fff;
}
.tal-design .tal-design-click-area {
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}
.tal-design .tal-design-click-area:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-click-area:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.tal-design__mv {
  position: relative;
  height: 548px;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 50px;
}
.tal-design__mv__inner {
  position: relative;
  max-width: 1216px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tal-design__mv__inner__txt-box {
  width: 400px;
  color: #fff;
}
.tal-design__mv__inner--reverse {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tal-design__mv--blend {
  background-image: url(/theartline/assets/images/img_b_mv.jpg);
}
.tal-design__mv--nature {
  background-image: url(/theartline/assets/images/img_n_mv.jpg);
}
.tal-design__mv--art {
  background-image: url(/theartline/assets/images/202504/img_a_mv.jpg);
}
@media screen and (max-width: 767px) {
  .tal-design__mv {
    height: auto;
    padding: 70vw 15px 12.5vw;
  }
  .tal-design__mv__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tal-design__mv__inner__txt-box {
    width: calc(100% - 50px);
  }
  .tal-design__mv--blend {
    background-image: url(/theartline/assets/images/img_b_mv_sp.jpg);
  }
  .tal-design__mv--nature {
    background-image: url(/theartline/assets/images/img_n_mv_sp.jpg);
  }
  .tal-design__mv--art {
    background-image: url(/theartline/assets/images/202504/img_a_mv_sp.jpg);
  }
}
.tal-design .tal-design-point {
  font-size: 18px;
  border: solid 1px #fff;
  display: inline-block;
  font-weight: 300;
  padding: 0.2em 0.9em 0.3em;
  margin-bottom: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-point {
    font-size: 3.5vw;
  }
}
.tal-design .tal-design-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 15px;
}
.tal-design .tal-design-ttl span:first-child {
  font-size: 60px;
  margin-bottom: 0.1em;
}
.tal-design .tal-design-ttl span:last-child {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 1.8em;
  margin-left: 0.5em;
}
.tal-design .tal-design-ttl span:last-child::before, .tal-design .tal-design-ttl span:last-child::after {
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1px;
  background-color: #fff;
}
.tal-design .tal-design-ttl span:last-child::before {
  left: 0;
}
.tal-design .tal-design-ttl span:last-child::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-ttl span:first-child {
    font-size: 12vw;
  }
  .tal-design .tal-design-ttl span:last-child {
    font-size: 3vw;
  }
}
.tal-design .tal-design-lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-lead {
    font-size: 3.5vw;
  }
}
.tal-design .tal-design-details {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-details {
    padding: 50px 0 80px;
  }
}
.tal-design .tal-design-img {
  width: 100%;
  margin-bottom: 50px;
}
.tal-design .tal-color-ttl {
  margin-bottom: 0.5em;
}
.tal-design .tal-color-ttl.--text-align-center {
  text-align: center;
}
.tal-design .tal-color-ttl--en {
  font-size: 30px;
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-color-ttl--en {
    font-size: 5vw;
  }
}
.tal-design .tal-color-ttl--jp {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-color-ttl--jp {
    font-size: 3.5vw;
  }
}
.tal-design .heralbony-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
.tal-design .heralbony-link a {
  text-align: center;
}
.tal-design .heralbony-link a > span {
  font-weight: normal;
  position: relative;
  padding: 0 0.5em 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tal-design .heralbony-link a > span::before {
  position: absolute;
  display: inline-block;
  content: "";
  border: solid #000;
  border-width: 0 1px 1px 0;
  width: 7px;
  height: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tal-design .tal-design-color-list {
  display: grid;
  gap: 20px;
}
.tal-design .tal-design-color-list--col2 {
  grid-template-columns: 1fr 1fr;
}
.tal-design .tal-design-color-list--col2--sp li p {
  text-align: center;
  margin-top: -30px;
}
.tal-design .tal-design-color-list li p {
  color: #595757;
  line-height: 1.2;
  font-weight: 600;
}
.tal-design .tal-design-color-list li p > span {
  font-size: 12px;
  font-weight: 400;
}
.tal-design .tal-design-color-list li p a.artists {
  display: inline-block;
  margin-top: 0.5em;
}
.tal-design .tal-design-color-list li p a.artists > span {
  font-weight: normal;
  position: relative;
  padding: 0 0.5em 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tal-design .tal-design-color-list li p a.artists > span::before {
  position: absolute;
  display: inline-block;
  content: "";
  border: solid #000;
  border-width: 0 1px 1px 0;
  width: 7px;
  height: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-color-list--col2--sp {
    grid-template-columns: 1fr 1fr;
  }
  .tal-design .tal-design-color-list--col2--sp li p {
    margin-top: -15px;
  }
  .tal-design .tal-design-color-list li p {
    font-size: 3vw;
  }
  .tal-design .tal-design-color-list li p > span {
    font-size: 3vw;
  }
}
.tal-design .tal-design-color-blend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 4%;
}
.tal-design .tal-design-color-blend__main {
  margin-bottom: 50px;
}
.tal-design .tal-design-color-blend__main .tal-design-color-blend-box figure {
  width: 100%;
}
.tal-design .tal-design-color-blend__sub .tal-design-color-blend-box figure {
  max-width: 350px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-color-blend {
    display: block;
  }
  .tal-design .tal-design-color-blend__main .tal-design-color-blend-box {
    margin-bottom: 40px;
  }
  .tal-design .tal-design-color-blend__main .tal-design-color-blend-box figure {
    margin-bottom: 20px;
  }
  .tal-design .tal-design-color-blend__sub .tal-design-color-blend-box {
    margin-bottom: 50px;
  }
}
.tal-design .tal-design-color-nature__main {
  max-width: 586px;
  margin: 0 auto 50px;
}
.tal-design .tal-design-color-nature__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.tal-design .tal-design-color-nature__sub__box {
  width: 30%;
}
.tal-design .tal-design-color-nature__sub__box .tal-color-ttl {
  text-align: center;
}
.tal-design .tal-design-color-nature__ca {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tal-design .tal-design-color-nature__ca__box {
  width: 26%;
}
.tal-design .tal-design-color-nature__ca__box p {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-color-nature__main {
    margin: 0 auto 20px;
  }
  .tal-design .tal-design-color-nature__sub {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 20px;
    margin-bottom: 60px;
  }
  .tal-design .tal-design-color-nature__sub__box {
    width: 100%;
  }
  .tal-design .tal-design-color-nature__ca {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    padding: 0 10px;
  }
  .tal-design .tal-design-color-nature__ca__box {
    width: 100%;
  }
}
.tal-design .tal-design-color-art__main {
  max-width: 586px;
  margin: 0 auto 50px;
}
.tal-design .tal-design-color-art__main p {
  text-align: center;
}
.tal-design .tal-design-color-art__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 80px;
}
.tal-design .tal-design-color-art__sub__box {
  width: 32%;
}
.tal-design .tal-design-color-art__sub__box p {
  padding: 0 8.5%;
}
.tal-design .tal-design-color-art__ca {
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tal-design .tal-design-color-art__ca__box {
  width: 19%;
}
.tal-design .tal-design-color-art__ca__box p {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .tal-design .tal-design-color-art__main {
    margin: 0 auto 20px;
  }
  .tal-design .tal-design-color-art__sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 5px;
    margin-bottom: 60px;
  }
  .tal-design .tal-design-color-art__sub__box {
    width: 100%;
  }
  .tal-design .tal-design-color-art__sub__box p {
    text-align: center;
  }
  .tal-design .tal-design-color-art__ca {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 0 40px;
  }
  .tal-design .tal-design-color-art__ca__box {
    width: 80%;
    margin: 0 auto;
  }
}
.tal-design .heralbony-content {
  background-color: #f4f4f6;
  padding: 60px 40px;
}
.tal-design .heralbony-content .heralbony-ttl {
  max-width: 285px;
  margin: 0 auto 20px;
}
.tal-design .heralbony-content .tal-design-color-art__ca {
  max-width: 660px;
}
.tal-design .heralbony-content .tal-design-color-art__ca__box {
  width: 26.51515%;
}
@media screen and (max-width: 767px) {
  .tal-design .heralbony-content {
    padding: 60px 15px;
  }
  .tal-design .heralbony-content .heralbony-ttl {
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .tal-design .heralbony-content .tal-design-color-art__ca {
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
  .tal-design .heralbony-content .tal-design-color-art__ca__box {
    width: 80%;
    margin: 0 auto;
  }
}
.tal-design .tal-note {
  padding: 40px 15px;
}
.tal-design .tal-note .tal-notice {
  margin: 0;
}
.tal-design .heralbony-ttl p {
  font-size: 16px;
}
.tal-design .heralbony-img {
  margin-bottom: 50px;
}

/*********************
アコーディオン
*********************/
.toggle-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  position: relative;
  color: #fff;
  background: rgb(77, 77, 77);
  background: -webkit-linear-gradient(345deg, rgb(77, 77, 77) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(105deg, rgb(77, 77, 77) 0%, rgb(0, 0, 0) 100%);
}
.toggle-button::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 21px;
  height: 21px;
  background-image: url(/theartline/assets/images/img_icon_p.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toggle-button.active::after {
  background-image: url(/theartline/assets/images/img_icon_n.svg);
}
@media screen and (max-width: 767px) {
  .toggle-button {
    height: 17.5vw;
    font-size: 4.5vw;
  }
  .toggle-button::after {
    width: 5vw;
    height: 5vw;
  }
}

.accordion {
  width: 100%;
}

.accordion-item {
  padding: 0 15px;
}

.accordion-content {
  display: none;
  max-width: 1216px;
  margin: 0 auto;
}

/*********************
ストーリーズ 2025.3
*********************/
.tal-stories {
  padding: 80px 15px;
}
.tal-stories__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-stories h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5em;
}
.tal-stories .tal-stories-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tal-stories .tal-stories-list .tal-stories-items {
  width: 31%;
  min-width: 330px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  /*
  &:first-child{
  	margin-right: 40px;
  }
  	*/
}
.tal-stories .tal-stories-list .tal-stories-items img {
  width: 100%;
  margin-bottom: 5px;
}
.tal-stories .tal-stories-list .tal-stories-items h3 {
  font-size: 20px;
  margin-bottom: 0.4em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.tal-stories .tal-stories-list .tal-stories-items ul {
  margin-bottom: 0.5em;
}
.tal-stories .tal-stories-list .tal-stories-items ul li {
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.8em 0.4em;
  background-color: #a5bdcc;
  line-height: 1;
  border-radius: 4px;
}
.tal-stories .tal-stories-list .tal-stories-items ul li.--story {
  background-color: #a5bdcc;
}
.tal-stories .tal-stories-list .tal-stories-items ul li.--case {
  background-color: #a0015c;
}
.tal-stories .tal-stories-list .tal-stories-items ul li.--video {
  background-color: #009247;
}
.tal-stories .tal-stories-list .tal-stories-items p {
  color: #999999;
  font-weight: bold;
}
.tal-stories .tal-stories-list .tal-stories-items:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (max-width: 767px) {
  .tal-stories {
    padding: 60px 15px;
  }
  .tal-stories h2 {
    font-size: 7.5vw;
  }
  .tal-stories .tal-stories-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tal-stories .tal-stories-list .tal-stories-items {
    width: 100%;
    margin-bottom: 8vw;
  }
  .tal-stories .tal-stories-list .tal-stories-items:first-child {
    margin-right: 0;
  }
  .tal-stories .tal-stories-list .tal-stories-items h3 {
    font-size: 4.5vw;
  }
}

/*********************
フーハ紹介
*********************/
.tal-fuha {
  padding: 80px 15px;
}
.tal-fuha__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-fuha h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2em;
  line-height: 1.4;
}
.tal-fuha__lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.5em;
}
.tal-fuha .tal-notice {
  margin-top: 0;
  margin-bottom: 2em;
}
.tal-fuha .tal-fuha-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tal-fuha .tal-fuha-intro__box {
  width: 48%;
}
.tal-fuha .tal-fuha-intro__box img {
  margin-bottom: 15px;
}
.tal-fuha .tal-fuha-intro__box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
.tal-fuha .tal-fuha-intro__box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
.tal-fuha .tal-fuha-intro__box table {
  border-spacing: 0 10px;
  border-collapse: separate;
  color: #1a1a1a;
  margin-bottom: 60px;
}
.tal-fuha .tal-fuha-intro__box table th,
.tal-fuha .tal-fuha-intro__box table td {
  padding: 0 0.75em;
  font-size: 16px;
}
.tal-fuha .tal-fuha-intro__box table th {
  color: #fff;
  font-weight: 400;
  background-color: #989899;
  text-align: center;
  min-width: 100px;
  letter-spacing: 0.2em;
}
.tal-fuha .tal-fuha-btn {
  text-align: center;
}
.tal-fuha .tal-fuha-btn a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 5em;
  padding: 1em 2em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
}
.tal-fuha .tal-fuha-btn a:hover {
  background-color: #808080;
  border: solid 1px #808080;
  text-decoration: none;
}
.tal-fuha .tal-fuha-seminar {
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .tal-fuha {
    padding: 60px 15px;
  }
  .tal-fuha h2 {
    font-size: 7.5vw;
  }
  .tal-fuha h3 {
    font-size: 6.5vw;
  }
  .tal-fuha__lead {
    font-size: 4vw;
    text-align: justify;
  }
  .tal-fuha__lead br {
    display: none;
  }
  .tal-fuha .tal-fuha-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tal-fuha .tal-fuha-intro__box {
    width: 100%;
  }
  .tal-fuha .tal-fuha-intro__box img {
    margin-bottom: 10px;
  }
  .tal-fuha .tal-fuha-intro__box h3 {
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
  .tal-fuha .tal-fuha-intro__box table {
    margin-bottom: 50px;
  }
  .tal-fuha .tal-fuha-intro__box table th,
  .tal-fuha .tal-fuha-intro__box table td {
    padding: 0 0.5em;
    font-size: 4vw;
  }
  .tal-fuha .tal-fuha-intro__box table th {
    min-width: 6em;
  }
  .tal-fuha .tal-fuha-btn a {
    font-size: 4vw;
  }
  .tal-fuha .tal-fuha-btn a:hover {
    background-color: #000;
    border: solid 1px #000;
  }
}

/*********************
バナー集
*********************/
.tal-banner {
  padding: 40px 15px 80px;
}
.tal-banner__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tal-banner {
    padding: 30px 15px 60px;
  }
  .tal-banner .tal-seminar-bnner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tal-banner .tal-seminar-bnner__box {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*********************
ご購入の流れ
*********************/
.tal-flow {
  background-color: #F4F4F6;
  padding: 80px 15px;
}
.tal-flow__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-flow__ttl {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.tal-flow__lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.2em;
}
.tal-flow .headline {
  margin-bottom: 3em;
}
.tal-flow .tal-notice {
  margin-top: 0;
  margin-bottom: 40px;
}
.tal-flow__img {
  margin-bottom: 30px;
}
.tal-flow__note {
  color: #595757;
  font-size: 12px;
}
.tal-flow__note__list li {
  color: #595757;
  font-size: 12px;
  margin-left: 2em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .tal-flow {
    padding: 60px 15px;
  }
  .tal-flow__ttl {
    font-size: 7.5vw;
  }
  .tal-flow__lead {
    font-size: 4vw;
  }
  .tal-flow .tal-notice {
    margin-bottom: 30px;
  }
  .tal-flow__img {
    margin-bottom: 30px;
  }
  .tal-flow__note {
    font-size: 3vw;
  }
  .tal-flow__note__list li {
    font-size: 3vw;
  }
}

/*********************
リンク集
*********************/
.tal-links {
  background-color: #F4F4F6;
  padding: 70px 15px;
}
.tal-links__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-links__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tal-links__block a {
  width: 30.5921%;
  background-color: #fff;
  border: solid 1px #999;
  padding: 25px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.tal-links__block a dl dt {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.25em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.tal-links__block a dl dt::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 9px;
  left: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tal-links__block a dl dd {
  font-size: 14px;
  color: #1a1a1a;
}
.tal-links__block a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.tal-links__block a:hover dl dt {
  color: #0097e0;
  text-decoration: underline;
}
.tal-links__block a:hover dl dt::before {
  border-top: solid 2px #0097e0;
  border-right: solid 2px #0097e0;
}
@media screen and (max-width: 767px) {
  .tal-links {
    padding: 50px 15px;
  }
  .tal-links__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tal-links__block a {
    width: 100%;
    padding: 5vw;
    margin-bottom: 20px;
  }
  .tal-links__block a:last-child {
    margin-bottom: 0;
  }
  .tal-links__block a dl dt {
    font-size: 4.5vw;
    padding-left: 6.25vw;
  }
  .tal-links__block a dl dt::before {
    width: 2.75vw;
    height: 2.75vw;
    top: 2.25vw;
  }
  .tal-links__block a dl dd {
    font-size: 4vw;
  }
}

/*********************
フローティングバナー
*********************/
.ac_cv-button--tal {
  max-width: 540px;
  background-color: #000;
  border: solid 1px #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.ac_cv-button--tal:hover {
  background-color: #808080;
}
.ac_cv-button--tal::before {
  right: calc(50% - 6em) !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .ac_cv-button--tal::before {
    right: calc(50% - 4em) !important;
  }
}

.ac_cv-button__title {
  padding-right: 1em;
}

/*********************
KV
*********************/
.tal-kv {
  background-image: url(/-/media/90E746680568450DB06AEE27FE8FA803.ashx);
}

/*********************
コンセプト
*********************/
/*********************
アンカーリンク
*********************/
.tal-anchor .tal-anchor-links::after {
  background-image: url(/-/media/E5F09D14E3D349D99C038B86EC71D642.ashx);
}

/*********************
デザイン紹介
*********************/
.tal-design__mv--blend {
  background-image: url(/-/media/FE08F702D7CA4395844A541E6ADE1645.ashx);
}

.tal-design__mv--nature {
  background-image: url(/-/media/56CC34F005B248EB95F2852400C50269.ashx);
}

.tal-design__mv--art {
  background-image: url(/-/media/47CA4252DA1B40AC88E19B571E619398.ashx);
}

@media screen and (max-width: 767px) {
  .tal-design__mv--blend {
    background-image: url(/-/media/2BD2F534ED484C02AD5AE8C41213E3EB.ashx);
  }
  .tal-design__mv--nature {
    background-image: url(/-/media/35C41F174AC846068837E42088A1CCDE.ashx);
  }
  .tal-design__mv--art {
    background-image: url(/-/media/011E472AFB1A45398A52EDB4567C1920.ashx);
  }
}
/*********************
アコーディオン
*********************/
.toggle-button::after {
  background-image: url(/-/media/B504D4AEE26348238E4CF2031550E075.ashx);
}

.toggle-button.active::after {
  background-image: url(/-/media/41CB83D4CC8D40AFA89EDFC461862B5D.ashx);
}/*# sourceMappingURL=cms_202506.css.map */