@charset "utf-8";
/* font-family: "Noto Sans JP", sans-serif; */
/* font-family: "Kosugi Maru", sans-serif; */

.list_item.lineup {
  pointer-events: none;
  background-color: #765649;
  color: #fff !important;
  opacity: 1;
}
.list_item.lineup::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.kv {
  aspect-ratio: 1440 / 390;
  overflow: hidden;
  background: url(/common/addition/brand/tube-diet/lineup/img/kv_pc.jpg) no-repeat center center / cover;
}
.kv .inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
  height: 100%;
}
.tubediet_logo {
  position: absolute;
  width: 100%;
  max-width: 225px;
  top: 30px;
}
.kv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #6fc6cd;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .kv {
    margin-top: 61px;
    aspect-ratio: 750 / 400;
    background: url(/common/addition/brand/tube-diet/lineup/img/kv_sp.jpg) no-repeat center center / cover;
  }
  .kv .inner {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin-inline: auto;
    height: 100%;
  }
  .tubediet_logo {
    max-width: 120px;
    top: 10px;
  }
  .kv_title {
    width: 100%;
    top: 38%;
    transform: translate(-50%, -50%);
  }
  .kv_title img {
    margin-inline: auto;
    width: auto;
    height: 40px;
  }
}

/* main_contents
=============================== */
.main_contents {
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: hidden;
}
.main_contents .inner {
  max-width: 1000px;
}
.main_title {
  width: calc(100% - 40px);
  margin-inline: auto;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #765649;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
}
.main_text {
  margin-top: 12px;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #765649;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .main_contents {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .main_title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .main_text {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* link_wrap
================================== */
.link_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.link_item {
  box-sizing: border-box;
  display: block;
  position: relative;
  background-color: #efefef;
  padding: 20px 24px;
  border-radius: 10px;
  transition: 0.4s;
}
.link_item_title {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  color: #765649;
}
.link01 .link_item_title {
  color: #c3322f;
}
.link02 .link_item_title {
  color: #053a7f;
}
.link03 .link_item_title {
  color: #6fc6cd;
}
.link04 .link_item_title {
  color: #077847;
}
.link05 .link_item_title {
  color: #cea617;
}
.link06 .link_item_title {
  color: #4a1b0d;
}
.link_item_arrow {
  margin-inline: auto;
  margin-top: 6px;
  width: 18px;
  height: 18px;
  border-right: 2px solid #765649;
  border-bottom: 2px solid #765649;
  transform: rotate(45deg);
  transition: box-shadow 0.3s;
}
.link_item:hover {
  opacity: 1 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 768px) {
  .link_wrap {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .link_item {
    padding: 12px;
  }
  .link_item_title {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
  }
  .link_item_arrow {
    margin-top: 3px;
    width: 10px;
    height: 10px;
  }
}

/* lineup_contents
==================================== */
.lineup_contents {
  position: relative;
  margin-top: 80px;
  padding-block: 80px;
}
.lineup_contents .inner {
  position: relative;
  padding-inline: 100px;
}
.lineup_title_img {
  position: absolute;
  width: 100px;
  top: 0px;
}
.lineup_contents.right .lineup_title_img {
  right: -100px;
  right: calc(clamp(0rem, -24.699rem + 24.096vw, 10rem) * -1);
}
.lineup_contents.left .lineup_title_img {
  left: -100px;
  left: calc(clamp(0rem, -24.699rem + 24.096vw, 10rem) * -1);
}
.lineup_contents::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background: url(/common/addition/brand/tube-diet/lineup/img/lineup_bg.jpg) no-repeat center top / cover;
  z-index: -1;
}
.lineup_contents.right::before {
  left: calc((100vw - 1000px) / 2);
  border-radius: 15px 0 0 15px;
}
.lineup_contents.left::before {
  right: calc((100vw - 1000px) / 2);
  border-radius: 0 15px 15px 0;
}
.lineup_title {
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #765649;
  font-weight: bold;
}
.lineup_title span {
  font-size: 80%;
}
.lineup_labels {
  margin-top: 12px;
}
.lineup_label {
  padding: 2px 10px;
  border: 1px solid #765649;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  color: #765649;
  font-weight: 500;
}
.lineup_wrap {
  margin-top: 28px;
  padding-block: 28px;
  border-top: 2px solid #765649;
  border-bottom: 2px solid #765649;
  display: flex;
  column-gap: 60px;
}
.lineup_item_img {
  width: 100%;
  max-width: 400px;
}
.lineup_powder {
  position: absolute;
  width: 97px;
  bottom: -50px;
  right: -50px;
}
.lineup_wrap_item_text {
  margin-top: 14px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
}
#lineup01 .lineup_wrap_item_text {
  color: #c3322f;
}
#lineup02 .lineup_wrap_item_text {
  color: #053a7f;
}
#lineup03 .lineup_wrap_item_text {
  color: #6fc6cd;
}
#lineup04 .lineup_wrap_item_text {
  color: #077847;
}
#lineup05 .lineup_wrap_item_text {
  color: #cea617;
}
#lineup06 .lineup_wrap_item_text {
  color: #4a1b0d;
}
.lineup_item_graph {
  position: relative;
  width: 100%;
  max-width: 344px;
}
.lineup_item_graph_cap {
  position: absolute;
  right: 20px;
  bottom: 80px;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 500;
}
.lineup_contents figure {
  position: relative;
}
.lineup_graph_cap {
  position: absolute;
  font-size: 14px;
  bottom: 0;
  right: -20px;
}
.lineup_graph_box {
  margin-top: 10px;
  width: 100%;
  max-width: 232px;
  margin-left: auto;
  background-color: #c3322f;
  padding-block: 8px;
  border-radius: 5px;
}
#lineup01 .lineup_graph_box {
  background-color: #c3322f;
}
#lineup02 .lineup_graph_box {
  background-color: #053a7f;
}
#lineup03 .lineup_graph_box {
  background-color: #6fc6cd;
}
#lineup04 .lineup_graph_box {
  background-color: #077847;
}
#lineup05 .lineup_graph_box {
  background-color: #cea617;
}
#lineup06 .lineup_graph_box {
  background-color: #4a1b0d;
}
.lineup_graph_box p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
.lineup_graph_box p span {
  font-size: 23px;
}
.case_area {
  margin-top: 40px;
}
.case_title {
  font-size: 26px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #765649;
  font-weight: bold;
  margin-left: -12px;
}
.case_list {
  margin-top: 24px;
}
.case_list dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.case_list dt {
  width: 105px;
  padding-top: 8px;
  font-size: 23px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: right;
  font-weight: 500;
}
.case_list dd {
  width: calc(100% - 130px);
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
}
.case_list dd.wide {
  width: 100%;
}
.case_list dd span {
  display: block;
  margin-left: 20px;
  text-indent: -20px;
}
.point_area {
  position: relative;
  background-color: #fffae5;
  border-radius: 10px;
  padding-block: 30px;
  padding-left: 131px;
}
.icon_point {
  position: absolute;
  top: 30px;
  left: -30px;
}
.point_text {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #765649;
  font-weight: 600;
  margin-left: 24px;
  text-indent: -24px;
}
.point_text .color {
  color: #e60012;
}
.lineup_btn {
  position: relative;
  margin-top: 50px;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #765649 !important;
  background-color: #fff;
  padding-block: 17px;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.4s;
}
.lineup_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #765649;
  border-bottom: 2px solid #765649;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.4s;
}
.lineup_btn:hover {
  opacity: 1 !important;
  color: #fff !important;
  background-color: #765649;
}
.lineup_btn:hover::after {
  border-color: #fff;
}
.lineup01_dog {
  position: absolute;
  width: 460px;
  bottom: -20px;
  left: calc(50% + 200px);
  z-index: 2;
}
.lineup03_dog {
  position: absolute;
  width: 290px;
  bottom: 100px;
  left: calc(50% + 280px);
  z-index: 2;
}
.lineup04_cat {
  position: absolute;
  width: 319px;
  bottom: -10px;
  left: calc(50% - 680px);
  z-index: 2;
}
.lineup05_dog {
  position: absolute;
  width: 450px;
  bottom: -186px;
  left: calc(50% + 280px);
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .lineup_item_graph_cap {
    right: 0px;
    bottom: 70px;
  }
  .lineup_contents.right::before {
    left: 0;
    border-radius: 60px 0 0 60px;
  }
  .lineup_contents.left::before {
    right: 0;
    border-radius: 0 60px 60px 0;
  }
  .lineup_title_img {
    display: none;
  }
  #lineup01.lineup_contents .inner {
    padding-bottom: 148px;
  }
  .lineup01_dog {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .lineup01_dog img {
    width: auto;
    height: 180px;
    margin-inline: auto;
  }
  #lineup03.lineup_contents .inner {
    padding-bottom: 130px;
  }
  .lineup03_dog {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .lineup03_dog img {
    width: auto;
    height: 156px;
    margin-inline: auto;
  }
  #lineup04.lineup_contents .inner {
    padding-bottom: 156px;
  }
  .lineup04_cat {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .lineup04_cat img {
    width: auto;
    height: 195px;
    margin-inline: auto;
  }
  #lineup05.lineup_contents .inner {
    padding-bottom: 132px;
  }
  .lineup05_dog {
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .lineup05_dog img {
    width: auto;
    height: 178px;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 768px) {
  .lineup_contents {
    margin-top: 40px;
    padding-block: 40px;
  }
  .lineup_contents .inner {
    padding-inline: 0px;
  }
  .lineup_title {
    text-align: center;
    font-size: 18px;
  }
  .lineup_labels {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    column-gap: 5px;
  }
  .lineup_label {
    font-size: 16px;
    padding-block: 4px;
  }
  .lineup_wrap {
    margin-top: 18px;
    padding-block: 18px;
    border-top: 1px solid #765649;
    border-bottom: none;
    flex-direction: column;
    row-gap: 30px;
  }
  .lineup_item_img {
    margin-inline: auto;
    width: 80%;
  }
  .lineup_powder {
    position: absolute;
    width: 70px;
    bottom: -40px;
    right: -40px;
  }
  .lineup_item_graph {
    margin-inline: auto;
    width: 100%;
  }
  .lineup_item_graph figure {
    margin-inline: auto;
    width: 86%;
  }
  .lineup_item_graph_cap {
    right: 38px;
    font-size: 12px;
  }
  .lineup_wrap_item_text {
    margin-top: 10px;
    font-size: 14px;
  }
  .lineup_graph_cap {
    font-size: 12px;
  }
  .lineup_graph_box {
    margin-inline: auto;
    padding-block: 8px;
  }
  .lineup_graph_box p {
    font-size: 16px;
  }
  .lineup_graph_box p span {
    font-size: 20px;
  }
  .case_area {
    margin-top: 20px;
  }
  .case_title {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-left: -8px;
  }
  .case_list {
    margin-top: 14px;
  }
  .case_list dl {
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 18px;
  }
  .case_list dt {
    text-align: left;
    padding-top: 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .case_list dd {
    width: 100%;
    font-size: 14px;
  }
  .case_list dd span {
    margin-left: 14px;
    text-indent: -14px;
  }
  .point_area {
    margin-top: 60px;
    border-radius: 10px;
    padding-block: 20px;
    padding-inline: 20px;
  }
  .icon_point {
    width: 80px;
    top: -30px;
    left: 10px;
  }
  .point_text {
    font-size: 13px;
    margin-left: 16px;
    text-indent: -16px;
  }
  .lineup_btn {
    margin-top: 40px;
    width: 80%;
    font-size: 18px;
    padding-block: 14px;
  }
  .lineup_btn::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
}

/* bottom_link
=============================== */
.bottom_link {
  padding-top: 75px;
}
.bottom_link_btn {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
  font-size: 26px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #765649 !important;
  background: url(/common/addition/brand/tube-diet/lineup/img/btn_bg.png) no-repeat center center / cover;
  padding-block: 17px;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.4s;
}
.bottom_link_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #765649;
  border-bottom: 2px solid #765649;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.4s;
}
.bottom_link_btn:hover {
  opacity: 0.8 !important;
}
.bottom_link_btn:hover::after {
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .bottom_link {
    padding-top: 40px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .bottom_link_btn {
    margin-top: 22px;
    width: 80%;
    font-size: 18px;
    letter-spacing: 0.02em;
    padding-block: 14px;
  }
  .bottom_link_btn::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
}
