
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

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

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

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
.lp_wrap img {
	width: 100%;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--font);
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}

/* skin tone LP */
.lp_wrap {
  overflow: hidden;
  color: var(--color_text);
  font-family: var(--font_main);
  background: var(--color_white);
}

.lp_wrap,
.lp_wrap * {
  box-sizing: border-box;
}

.lp_wrap * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --font_main: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --font_serif: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --color_text: #3a3030;
  --color_brown: #72313f;
  --color_gray: #d9d8d5;
  --color_beige: #f8ebe6;
  --color_pink: #f7e3e5;
  --color_mauve: #dfcccc;
  --color_blue: #d8ecef;
  --color_line: #d8c2bd;
  --color_white: #ffffff;
}


.lp_wrap img[src=""] {
  opacity: 0;
}

.lp_wrap p,
.lp_wrap h1,
.lp_wrap h2,
.lp_wrap h3,
.lp_wrap h4,
.lp_wrap ul,
.lp_wrap dl,
.lp_wrap dd {
  margin: 0;
}

.lp_wrap ul {
  padding: 0;
  list-style: none;
}

.lp_wrap a {
  color: inherit;
  text-decoration: none;
}

.lp_wrap :where(p, li, dd, th, td) {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}

.lp_wrap .content_wrap {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.lp_wrap .fv {
  background: #f7f7f7;
}

.lp_wrap .fv img {
  width: 100%;
}

.lp_wrap .section {
  padding: 100px 0;
}

.lp_wrap .section_head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  margin: 0 0 55px;
}

.lp_wrap .section_label {
  color: #8e8b89;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.lp_wrap .section_title {
  color: var(--color_text);
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.lp_wrap .section_caption {
  display: inline;
  color: #6f363c;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #e0d6d2 70%);
}
.lp_wrap .section_caption {
  color: #2b2b2b;
  background: linear-gradient(transparent 70%, #e0dfe0 70%);
}

.lp_wrap .image_frame {
  overflow: hidden;
}

.lp_wrap .image_frame img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.lp_wrap .check_icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.lp_wrap .check_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lp_wrap .check_list li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  background: rgba(195, 141, 128, .20);
}

.lp_wrap .difference {
  padding: 100px 0;
  background: linear-gradient(var(--color_white) 0 48%, #d9d8d5 48% 100%);
}

.lp_wrap .difference .section_head {
  gap: 5px;
  margin: 0 0 55px;
}

.lp_wrap .difference .section_label {
  color: #9b918b;
  font-size: 56px;
}

.lp_wrap .difference .section_title {
  display: inline;
  font-size: 30px;
  line-height: 1.2;
  background: linear-gradient(transparent 65%, rgba(181, 161, 151, .25) 65%);
}

.lp_wrap .difference_compare {
  display: flex;
  gap: 55px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lp_wrap .compare_card {
  position: relative;
  display: flex;
  gap: 20px;
  width: 500px;
  height: 250px;
  align-items: center;
  padding: 30px;
  border-radius: 8px;
  background: #f8f7fb;
}

.lp_wrap .compare_text {
  width: 220px;
  flex: 0 0 220px;
}

.lp_wrap .compare_title {
  margin: 0 0 20px;
  color: #343033;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}

.lp_wrap .compare_image {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}

.lp_wrap .compare_image img {
  width: auto;
  min-height: 0;
  object-fit: contain;
}

.lp_wrap .compare_card:first-child .compare_image img {
  width: 220px;
}

.lp_wrap .compare_card:last-child .compare_image {
  position: absolute;
  right: -55px;
  bottom: 20px;
}

.lp_wrap .compare_card:last-child .compare_image img {
  width: 300px;
}

.lp_wrap .difference .check_list {
  gap: 15px;
}

.lp_wrap .difference .check_list li {
  display: inline-flex;
  width: fit-content;
  min-height: 35px;
  gap: 10px;
  align-items: center;
  color: #343033;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  background: transparent;
}

.lp_wrap .difference .check_list li span {
  display: inline;
  font-weight: bold;
}

.lp_wrap .compare_card:last-child .check_list li span {
  padding: 5px 10px;
  background: #f3f1f3;
}

.lp_wrap .difference .check_icon {
  width: 35px;
  height: auto;
  flex: 0 0 35px;
}

.lp_wrap .compare_arrow {
  width: 0;
  height: 0;
  flex: 0 0 auto;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #2f3030;
}

.lp_wrap .coordinate {
  padding: 100px 0 0;
  background: var(--color_white);
}

.lp_wrap .coordinate .content_wrap {
  position: relative;
  z-index: 1;
}

.lp_wrap .coordinate .section_head {
  gap: 5px;
  margin: 0 0 40px;
}

.lp_wrap .coordinate .section_label {
  color: #8a8583;
  font-size: 58px;
}

.lp_wrap .coordinate .section_title {
  display: inline;
  font-size: 24px;
  line-height: 1.2;
  background: linear-gradient(transparent 62%, #e8e8e8 62%);
}

.lp_wrap .coordinate_list {
  position: relative;
  display: flex;
  gap: 25px;
  justify-content: center;
  margin: 0 0 75px;
  z-index: 0;
}

.lp_wrap .coordinate_list::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -75px;
  width: 100vw;
  height: 220px;
  background: #e6f3f5;
  transform: translateX(-50%);
  z-index: -1;
}

.lp_wrap .coordinate_item {
  width: 223px;
}

.lp_wrap .coordinate_number {
  color: #77716f;
  font-family: var(--font_serif);
  font-size: 52px;
  font-style: italic;
  line-height: 1;
  margin: 0 0 5px;
}

.lp_wrap .coordinate_photo {
  width: 223px;
  height: 223px;
  border-radius: 8px;
}

.lp_wrap .coordinate_item h3 {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.lp_wrap .coordinate_banner {
  background: #c7d9dc;
}

.lp_wrap .banner_inner {
  display: flex;
  max-width: 1440px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lp_wrap .banner_inner img {
  width: 100%;
}

.lp_wrap .reasons {
  padding: 100px 0;
  background: #f9ebe5;
}

.lp_wrap .reasons .section_head {
  margin: 0 0 65px;
}

.lp_wrap .reasons .section_title {
  color: var(--color_brown);
  font-size: 42px;
}

.lp_wrap .reasons_grid {
  display: flex;
  gap: 45px 50px;
  flex-wrap: wrap;
}

.lp_wrap .reason_card {
  position: relative;
  width: calc(50% - 25px);
  padding: 40px 20px 20px;
  background: var(--color_white);
}

.lp_wrap .reason_number {
  position: absolute;
  top: -35px;
  left: -25px;
  display: block;
  width: 195px;
  line-height: 0;
  z-index: 1;
}

.lp_wrap .reason_number img {
  width: 100%;
  min-height: 0;
  object-fit: contain;
}

.lp_wrap .reason_card:nth-child(2) .reason_number {
  right: -25px;
  left: auto;
}

.lp_wrap .reason_card:nth-child(4) .reason_number {
  right:  -25px;
  left: auto;
}

.lp_wrap .reason_text {
  position: relative;
  min-height: 100px;
  padding: 0 30px;
  text-align: center;
}

.lp_wrap .reason_text h3 {
  color: #926d5d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.lp_wrap .reason_text p {
  font-size: 16px;
  line-height: 1.8;
}

.lp_wrap .reason_image {
  position: relative;
  height: auto;
  margin: 25px 0 0;
  overflow: visible;
  background: transparent;
}

.lp_wrap .reason_image > img:first-child {
  width: 100%;
  min-height: 0;
  object-fit: contain;
}

.lp_wrap .reason_bubble {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 175px;
  display: block;
  line-height: 0;
}

.lp_wrap .reason_bubble img {
  width: 100%;
  min-height: 0;
  object-fit: contain;
}

.lp_wrap .reason_card:nth-child(1) .reason_bubble {
  top: 5px;
  right: -50px;
  bottom: auto;
}

.lp_wrap .reason_card:nth-child(2) .reason_bubble {
  right: auto;
  bottom: 30px;
  left: -50px;
}

.lp_wrap .reason_card:nth-child(3) .reason_bubble {
  top: 0px;
  right: 25px;
  bottom: auto;
}

.lp_wrap .reason_card:nth-child(4) .reason_bubble {
  top: 45px;
  right: auto;
  bottom: auto;
  left: 40px;
}

.lp_wrap .tone {
  padding: 100px 0;
  background: #f7f7f7;
}

.lp_wrap .colors_label {
  line-height: 1;
}

.lp_wrap .colors_label img {
  width: 340px;
  margin: 0 auto;
}

.lp_wrap .tone .section_title {
  color: var(--color_brown);
  font-size: 42px;
}

.lp_wrap .color_cards {
  display: flex;
  gap: 35px;
  justify-content: center;
}

.lp_wrap .color_card {
  position: relative;
  width: 377px;
  padding: 0 0 20px;
}

.lp_wrap .color_card::before {
  display: none;
}

.lp_wrap .color_name {
  display: none;
}

.lp_wrap .color_image {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lp_wrap .color_image img {
  width: 100%;
  min-height: 0;
  object-fit: contain;
}

.lp_wrap .color_card h3 {
  display: table;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  color: var(--color_text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(transparent 55%, #d7d2cf 55%);
}

.lp_wrap .color_card.beige h3 {
  background: linear-gradient(transparent 55%, #dacfc5 55%);
}

.lp_wrap .color_card.pink h3 {
  background: linear-gradient(transparent 55%, #e9cec5 55%);
}
.lp_wrap .color_card .color_card_info{
  width: 65%;
  margin: 0 auto;
}
.lp_wrap .color_card.black h3 {
  min-width: 245px;
  background: linear-gradient(transparent 55%, #b8b8b8 55%);
}

.lp_wrap .color_code {
  display: table;
  min-width: 160px;
  margin: 0 auto 25px;
  padding: 5px 10px;
  color: var(--color_text);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  background: #decbb8;
}
.color_text{
  font-weight: bold;
}

.lp_wrap .pink .color_code {
  background: #e9cec5;
}

.lp_wrap .black .color_code {
  background: #bdbdbd;
}

.lp_wrap .color_card > p:last-child {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.lp_wrap .type_area {
  margin: 100px 0 0;
}

.lp_wrap .type_heading {
  margin: 0 0 55px;
  color: var(--color_brown);
  font-family: var(--font_serif);
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}

.lp_wrap .type_cards {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.lp_wrap .type_card {
  width: 580px;
  padding: 55px 45px 65px;
  background: #f2ded6;
  box-shadow: 0 5px 20px rgba(120, 80, 80, .08);
}

.lp_wrap .type_card.fit {
  background: #fdebeb;
}

.lp_wrap .type_label {
  color: #c28169;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
}

.lp_wrap .type_card.fit .type_label {
  color: #d45e72;
}

.lp_wrap .type_card h3 {
  margin: 5px 0 25px;
  color: #c28169;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

.lp_wrap .type_card.fit h3 {
  font-weight: bold;
  color: #d45e72;
}

.lp_wrap .type_card .check_list {
  gap: 10px;
}

.lp_wrap .type_card .check_list li {
  display: flex;
  gap: 10px;
  align-items: center;
  background: transparent;
}

.lp_wrap .type_card .check_icon {
  width: 35px;
  height: auto;
  flex: 0 0 35px;
}

.lp_wrap .type_card .check_list li span {
  display: inline;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  background: transparent;
}

.lp_wrap .type_card .check_list li .marker {
  display: inline;
  background: #dfbfb4;
}

.lp_wrap .type_card.fit .check_list li .marker {
  background: #f3b9bb;
}

.lp_wrap .type_image {
  width: 396px;
  margin: 30px auto 25px;
  background: var(--color_white);
}

.lp_wrap .type_image img {
  min-height: 0;
  object-fit: contain;
}

.lp_wrap .product_number {
  display: table;
  padding: 5px 15px;
  color: var(--color_white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background: #c28169;
}

.lp_wrap .fit .product_number {
  background: #e36e72;
}

.lp_wrap .type_card h4 {
  margin: 20px 0 10px;
  font-size: 24px;
  line-height: 1.4;
}

.lp_wrap .price {
  font-size: 20px;
  font-weight: 700;
}

.lp_wrap .size_buttons {
  display: flex;
  gap: 20px;
  margin: 35px 0 0;
}

.lp_wrap .size_buttons a {
  display: flex;
  width: 50%;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  color: var(--color_white);
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  background: #c28169;
}

.lp_wrap .size_buttons a:last-child {
  background: #a65f3d;
}

.lp_wrap .fit .size_buttons a {
  background: #e36e72;
}

.lp_wrap .fit .size_buttons a:last-child {
  background: #b6384b;
}

.lp_wrap .voice {
  padding: 100px 0;
  background: #dfcccc;
}

.lp_wrap .voice .section_label {
  color: var(--color_brown);
  font-style: normal;
}

.lp_wrap .voice_list {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.lp_wrap .voice_card {
  position: relative;
  width: 275px;
  min-height: 280px;
  padding: 40px 25px 30px;
  border-radius: 8px;
  background: rgba(255, 248, 245, .82);
}

.lp_wrap .voice_icon {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: #d6b5b5;
  transform: translateX(-50%);
}

.lp_wrap .voice_icon img {
  width: 100%;
}

.lp_wrap .voice_tag {
  display: table;
  padding: 5px 15px;
  margin: 0 auto 10px;
  color: var(--color_white);
  font-size: 13px;
  border-radius: 999px;
  background: var(--color_brown);
}

.lp_wrap .voice_card h3 {
  margin: 0 0 20px;
  color: var(--color_brown);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.lp_wrap .voice_product {
  display: inline-flex;
  padding: 5px 10px;
  margin: 0 auto 10px;
  color: var(--color_white);
  font-size: 13px;
  border-radius: 999px;
  background: #bf8f8f;
}
.lp_wrap .voice_product_none{
  display: block;
  background: none;
}

.lp_wrap .voice_card p:last-child {
  font-size: 14px;
}

.lp_wrap .faq {
  padding: 100px 0;
  background: #f3e1db;
}

.lp_wrap .faq .section_label {
  color: var(--color_brown);
  font-style: normal;
}

.lp_wrap .faq_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp_wrap .faq_item {
  overflow: hidden;
  border: 1px solid var(--color_line);
  border-radius: 12px;
  background: #faece6;
}

.lp_wrap .faq_item dt {
  display: flex;
  gap: 10px;
  min-height: 115px;
  align-items: center;
  padding: 15px 45px;
  cursor: pointer;
}

.lp_wrap .faq_mark {
  display: flex;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.lp_wrap .faq_mark img {
  width: 100%;
  padding-right: 10px;
  border-right: 1px solid #e4cfc7;
}

.lp_wrap .faq_item dt span:nth-child(2) {
  flex: 1;
  font-weight: 700;
  font-size: 20px;
}

.lp_wrap .faq_toggle {
  font-size: 28px;
  line-height: 1;
}

.lp_wrap .faq_item dd {
  display: none;
  padding: 0 110px 40px 170px;
}

.lp_wrap .faq_item.active dd {
  display: block;
}

.lp_wrap .faq_item dd h3 {
  margin: 0 0 20px;
  font-size: 22px;
  text-align: center;
}

.lp_wrap .size_table {
  overflow-x: auto;
}

.lp_wrap .size_chart {
  width: min(100%, 980px);
  margin: 0 auto;
  overflow-x: auto;
}

.lp_wrap .chart_title {
  min-width: 780px;
  padding: 20px;
  margin-left: 70px;
  color: var(--color_white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #8d3d4e 0%, #7b3341 100%);
}

.lp_wrap .chart_body {
  display: grid;
  grid-template-columns: 70px minmax(780px, 1fr);
  align-items: stretch;
  min-width: 850px;
}

.lp_wrap .side_label {
  display: grid;
  place-items: center;
  padding: 20px 10px;
  color: var(--color_white);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  border-radius: 15px 0 0 15px;
  background: linear-gradient(180deg, #8d3d4e 0%, #632936 100%);
}

.lp_wrap .side_label span {
  display: block;
  margin-top: 10px;
  color: var(--color_white);
  font-size: 20px;
}

.lp_wrap .size_table table {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  border: 1px solid #a9a9a9;
  border-collapse: collapse;
  border-radius: 0 0 20px 0;
  background: #fff9f6;
}

.lp_wrap .size_table th,
.lp_wrap .size_table td {
  height: 70px;
  color: var(--color_text);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #a9a9a9;
}

.lp_wrap .size_table th {
  background: #fff9f6;
}

.lp_wrap .size_table .corner {
  position: relative;
}

.lp_wrap .size_table .corner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, transparent calc(50% - 1px), #a9a9a9 50%, transparent calc(50% + 1px));
}

.lp_wrap .size_table .under {
  width: 15%;
}

.lp_wrap .size_table .cup {
  font-size: 30px;
}

.lp_wrap .size_table .size {
  color: var(--color_white);
  font-weight: 700;
}

.lp_wrap .size_table .size_m {
  background: #d9a0c4;
}

.lp_wrap .size_table .size_l {
  background: #a9d6ca;
}

.lp_wrap .size_table .size_ll {
  background: #68a4d8;
}

.lp_wrap .size_table .empty {
  background: #fff9f6;
}

.lp_wrap .faq_item dd p {
  margin: 15px 0 0;
  font-size: 20px;
}

@media screen and (max-width: 768px) {.lp_wrap .content_wrap {
    padding: 0 20px;
  }

.lp_wrap .section {
    padding: 60px 0;
  }

.lp_wrap .section_head {
    gap: 10px;
    margin: 0 0 35px;
  }

.lp_wrap .section_label {
    font-size: 42px;
  }

.lp_wrap .section_title {
    font-size: 24px;
  }

.lp_wrap .voice_product_none{
  display: none;
  background: none;
}
.lp_wrap .difference {
    padding: 60px 0;
    background: linear-gradient(var(--color_white) 0 25%, var(--color_gray) 25% 100%);
  }

.lp_wrap .difference_compare,
.lp_wrap .coordinate_list,
.lp_wrap .reasons_grid,
.lp_wrap .color_cards,
.lp_wrap .type_cards,
.lp_wrap .voice_list {
    flex-direction: column;
  }

.lp_wrap .difference_compare,
.lp_wrap .coordinate_list,
.lp_wrap .reasons_grid,
.lp_wrap .color_cards,
.lp_wrap .type_cards,
.lp_wrap .voice_list {
    gap: 25px;
  }

.lp_wrap .difference_compare {
    padding: 0;
  }

.lp_wrap .compare_card,
.lp_wrap .coordinate_item,
.lp_wrap .reason_card,
.lp_wrap .color_card,
.lp_wrap .type_card,
.lp_wrap .voice_card {
    width: 100%;
  }

.lp_wrap .compare_card {
    gap: 20px;
    height: auto;
    padding: 25px 20px;
  }

.lp_wrap .compare_text {
    width: 55%;
    flex: 0 0 55%;
  }

.lp_wrap .compare_card:first-child .compare_image img,
.lp_wrap .compare_card:last-child .compare_image img {
    width: 100%;
  }

.lp_wrap .compare_card:last-child .compare_image {
    position: static;
  }

.lp_wrap .compare_image {
    width: 45%;
  }

.lp_wrap .compare_arrow {
    transform: rotate(90deg);
  }

.lp_wrap .coordinate {
    padding: 60px 0 0;
  }

.lp_wrap .coordinate .section_head {
    margin: 0 0 35px;
  }
.lp_wrap .difference .section_label,
.lp_wrap .coordinate .section_label {
    font-size: 42px;
  }

.lp_wrap .coordinate .section_title {
    font-size: 22px;
  }

.lp_wrap .coordinate_list {
    margin: 0 0 50px;
  }

.lp_wrap .coordinate_item {
    display: flex;
    gap: 15px;
    align-items: center;
  }

.lp_wrap .coordinate_number {
    width: 60px;
    flex: 0 0 60px;
    font-size: 36px;
    margin: 0;
  }

.lp_wrap .coordinate_photo {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
  }

.lp_wrap .coordinate_item h3 {
    flex: 1;
    margin: 0;
    text-align: left;
  }

.lp_wrap .banner_inner {
    min-height: 0;
    padding: 0;
  }

.lp_wrap .reason_card {
    padding: 35px 15px 30px;
  }

.lp_wrap .reason_number {
    top: -20px;
    left: 0px;
    width: 120px;
  }

.lp_wrap .reason_card:nth-child(2) .reason_number {
  right: 0px;
}

.lp_wrap .reason_card:nth-child(4) .reason_number {
  right: 0px;
}

.lp_wrap .reason_text {
    min-height: 0;
    padding: 0;
  }

.lp_wrap .reason_image {
    height: auto;
  }

.lp_wrap .reason_bubble {
    width: 120px;
  }

.lp_wrap .reason_card:nth-child(2) .reason_bubble {
    left: 0;
  }

.lp_wrap .reason_card:nth-child(4) .reason_bubble {
    left: 20px;
  }

.lp_wrap .colors_label {
    font-size: 54px;
  }

.lp_wrap .tone .section_title {
    font-size: 26px;
  }

.lp_wrap .type_area {
    margin: 75px 0 0;
  }

.lp_wrap .type_heading {
    margin: 0 0 35px;
    font-size: 30px;
  }

.lp_wrap .type_card {
    padding: 30px 25px;
  }

.lp_wrap .type_image {
    width: 100%;
    max-width: 396px;
  }

.lp_wrap .type_label {
    font-size: 24px;
  }

.lp_wrap .size_buttons {
    gap: 15px;
    margin: 30px 0 0;
  }

.lp_wrap .size_buttons a {
    min-height: 55px;
    font-size: 15px;
  }

.lp_wrap .voice_card {
    min-height: 0;
    text-align: center;
  }

.lp_wrap .faq_item dt {
    gap: 15px;
    min-height: 80px;
    padding: 15px 20px;
  }

.lp_wrap .faq_mark {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
    font-size: 22px;
  }

.lp_wrap .faq_item dd {
    padding: 0 20px 30px;
  }

.lp_wrap .chart_title {
    min-width: 580px;
    padding: 15px;
    margin-left: 60px;
    font-size: 25px;
  }

.lp_wrap .chart_body {
    grid-template-columns: 60px minmax(580px, 1fr);
    min-width: 640px;
  }

.lp_wrap .side_label {
    padding: 15px 10px;
    font-size: 20px;
  }

.lp_wrap .side_label span {
    font-size: 15px;
  }

.lp_wrap .size_table th,
.lp_wrap .size_table td {
    height: 60px;
    font-size: 25px;
  }

.lp_wrap .size_table .cup {
    font-size: 25px;
  }

  .lp_wrap .section_caption{
    font-size: 24px;
  }
  .lp_wrap .color_card .color_card_info{
    width: 80%;
    text-align: center;
  }
  .lp_wrap .coordinate_list::before {
    background: none;
  }
  .lp_wrap .type_card .check_list li span{
    font-size: 18px;
  }
  .lp_wrap .reasons .section_title{
    font-size: 38px;
  }
  .lp_wrap .difference .section_title{
    font-size: 28px;
  }
}
