@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #352F29;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l_container_lg {
    width: calc(100% - 40px);
  }
}
.l_container_md {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l_container_md {
    width: calc(100% - 40px);
  }
}

.l_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  z-index: 10000;
  transition: 0.2s;
}
@media (max-width: 560px) {
  .l_header {
    padding: 0 20px;
    height: 60px;
  }
}
.l_header.__ptop {
  border-bottom: 0.5px solid #fff;
  position: fixed;
}
.l_header.__ptop.__bg-bottom {
  background-color: unset;
}
.l_header.__ptop.__bg-ptop {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: none;
}
.l_header.__bg-bottom {
  background-color: rgba(255, 255, 255, 0.5);
}
.l_header.__bg-bottom.__white {
  background-color: rgba(0, 0, 0, 0.5);
}
.l_header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header_logo {
  width: 137px;
}
@media (max-width: 560px) {
  .l_header_logo {
    width: 110px;
  }
}
.l_header_logo-link img:nth-child(2) {
  display: none;
}
.l_header_logo-link.__white img:nth-child(1) {
  display: none;
}
.l_header_logo-link.__white img:nth-child(2) {
  display: block;
}
.l_header_menu-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 560px) {
  .l_header_menu-wrap {
    gap: 20px;
    margin-right: -17px;
  }
}
.l_header_menu-contact {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.17em;
  color: #352F29 !important;
}
.l_header_menu-contact.__white {
  color: #fff !important;
}
.l_header_menu-btn {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
}
.l_header_menu-btn .__line {
  width: 26px;
  height: 1.5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #352F29;
}
.l_header_menu-btn .__line:nth-child(1) {
  top: 20px;
}
.l_header_menu-btn .__line:nth-child(2) {
  width: 18px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l_header_menu-btn .__line:nth-child(3) {
  bottom: 20px;
}
.l_header_menu-btn.__white .__line {
  background-color: #fff;
}
.l_header_modal {
  margin: 0 !important;
  border-bottom: none !important;
}

.l_footer {
  border-top: 1px solid #EDEEEC;
  padding-top: 80px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .l_footer {
    padding-top: 50px;
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .l_footer {
    margin-top: 40px;
    padding-top: 24px;
  }
}
.l_footer_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .l_footer_main {
    flex-direction: column;
  }
}
.l_footer_main-logo {
  display: block;
  width: 106px;
}
@media (max-width: 960px) {
  .l_footer_main-logo {
    order: 1;
  }
}
@media (max-width: 560px) {
  .l_footer_main-logo {
    width: 82px;
  }
}
.l_footer_nav-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
}
@media (max-width: 1200px) {
  .l_footer_nav-wrap {
    margin-top: 56px;
  }
}
@media (max-width: 960px) {
  .l_footer_nav-wrap {
    order: 3;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: flex-start;
  }
}
.l_footer_nav-block-title {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.l_footer_nav-list-item:nth-child(n+2) {
  margin-top: 4px;
}
.l_footer_nav-link {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.l_footer_nav-link.__lg {
  font-size: 16px;
}
.l_footer_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 960px) {
  .l_footer_info {
    flex-direction: column;
    order: 2;
    margin-top: 30px;
  }
}
.l_footer_info-text-container {
  width: calc(50% - 24px);
}
@media (max-width: 960px) {
  .l_footer_info-text-container {
    width: 100%;
  }
}
.l_footer_info-text-block:nth-child(n+2) {
  margin-top: 16px;
}
.l_footer_info-text-block-title {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.l_footer_info-text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .l_footer_info-text {
    letter-spacing: 0.01em;
  }
}
.l_footer_info-text .__tel {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  border-bottom: 1px solid #352F29;
}
.l_footer_info-map {
  width: 50%;
  aspect-ratio: 29/18;
}
@media (max-width: 960px) {
  .l_footer_info-map {
    width: 100%;
    margin-top: 40px;
  }
}
.l_footer_info-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l_footer_logo-wrap {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .l_footer_logo-wrap {
    margin-top: 48px;
  }
}
@media (max-width: 560px) {
  .l_footer_logo-wrap {
    margin-top: 30px;
  }
}
.l_footer_logo {
  width: calc(50% - 12px);
  max-width: 300px;
}
.l_footer_sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.l_footer_sns-list-item {
  width: 40px;
}
.l_footer_sns-list-link {
  display: block;
  width: 100%;
}
.l_footer_copyright {
  background-color: #352F29;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding: 16px;
  line-height: 1.8;
  margin-top: 40px;
}
@media (max-width: 560px) {
  .l_footer_copyright {
    margin-top: 30px;
  }
}

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

* {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #352F29;
  font-size: 16px;
  position: relative;
}

.view-hidden {
  width: 100vw;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.m_btn {
  display: block;
  width: calc(100% - 20px);
  max-width: 339px;
  height: 52px;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #352F29;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.m_btn::before, .m_btn::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.m_btn::before {
  background-color: #fff;
}
.m_btn::after {
  background-color: #352F29;
  transform: scaleX(0) translateY(-50%);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.m_btn:hover {
  color: #fff;
  opacity: 1;
}
.m_btn:hover::after {
  transform: scaleX(1) translateY(-50%);
  transform-origin: left;
}
.m_btn:hover .m_btn_trip-logo img:nth-child(1) {
  opacity: 0;
}
.m_btn:hover .m_btn_trip-logo img:nth-child(2) {
  opacity: 1;
}
.m_btn_line {
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.m_btn_line::before, .m_btn_line::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.5s;
}
.m_btn_line::before {
  background-color: #352F29;
}
.m_btn_line::after {
  background-color: #fff;
  transform: scaleX(0) translateY(-50%);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.m_btn_line:hover::after {
  transform: scaleX(1) translateY(-50%);
  transform-origin: left;
}
.m_btn_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  position: relative;
  z-index: 1;
}
.m_btn_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #352F29;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.m_btn_bg:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.m_btn.__bg-blk {
  background-color: #352F29;
  color: #fff;
}
.m_btn.__bg-blk:hover {
  color: #352F29;
}
.m_btn.__bg-blk::before {
  background-color: #352F29;
}
.m_btn.__bg-blk .m_btn_bg::before {
  background-color: #fff;
}
.m_btn.__bg-blk .m_btn_line::before {
  background-color: #fff;
}
.m_btn.__bg-blk .m_btn_line::after {
  background-color: #352F29;
}
.m_btn.__border-white {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #fff;
}
.m_btn.__border-white:hover {
  color: #352F29;
}
.m_btn.__border-white::after {
  background-color: #fff;
}
.m_btn.__border-white .m_btn_bg::before {
  background-color: #fff;
}
.m_btn.__border-white .m_btn_line::before {
  background-color: #fff;
}
.m_btn.__border-white .m_btn_line::after {
  background-color: #352F29;
}
.m_btn_trip-logo {
  display: flex;
  align-items: center;
  width: 58px;
  transition: 0.5s;
  position: relative;
}
.m_btn_trip-logo img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.m_more-btn {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}
.m_more-btn:hover .__arrow {
  transform: translateX(3px);
}
.m_more-btn .__arrow {
  display: block;
  width: 22px;
  transition: 0.3s;
}

.m_section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .m_section-title {
    flex-direction: row;
    gap: 8px 30px;
  }
}
@media (max-width: 560px) {
  .m_section-title {
    gap: 5px 30px;
  }
}
.m_section-title.__left {
  align-items: flex-start;
}
@media (max-width: 960px) {
  .m_section-title.__left {
    justify-content: flex-start;
    align-items: center;
  }
}
.m_section-title.__row {
  flex-direction: row;
  align-items: flex-end;
  gap: 8px 30px;
}
@media (max-width: 560px) {
  .m_section-title.__row {
    gap: 5px 30px;
    align-items: center;
  }
}
.m_section-title.__row .__jp {
  transform: translateY(-15px);
}
@media (max-width: 560px) {
  .m_section-title.__row .__jp {
    transform: unset;
  }
}
.m_section-title .__en {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  line-height: 1.8;
}
@media (max-width: 560px) {
  .m_section-title .__en {
    font-size: 36px;
    line-height: 1.5;
  }
}
.m_section-title .__jp {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.m_bottom-mv {
  width: 100%;
  height: 380px;
  padding-top: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  transform: translateY(-80px);
  margin-bottom: -80px;
}
@media (max-width: 560px) {
  .m_bottom-mv {
    height: 220px;
    padding-top: 0;
    transform: translateY(-60px);
    margin-bottom: -60px;
  }
}
.m_bottom-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.m_bottom-mv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_bottom-mv_title .__en {
  font-family: "Poppins", sans-serif;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 560px) {
  .m_bottom-mv_title .__en {
    font-size: 32px;
  }
}
.m_bottom-mv_title .__jp {
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 560px) {
  .m_bottom-mv_title .__jp {
    font-size: 14px;
  }
}
.m_bottom-mv.__zeh {
  background-image: url(../../img/zeh/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__zeh {
    background-image: url(../../img/zeh/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__after {
  background-image: url(../../img/after/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__after {
    background-image: url(../../img/after/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__event {
  background-image: url(../../img/event/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__event {
    background-image: url(../../img/event/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__modelhouse {
  background-image: url(../../img/modelhouse/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__modelhouse {
    background-image: url(../../img/modelhouse/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__qa {
  background-image: url(../../img/qa/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__qa {
    background-image: url(../../img/qa/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__reform {
  background-image: url(../../img/reform/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__reform {
    background-image: url(../../img/reform/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__flow {
  background-image: url(../../img/flow/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__flow {
    background-image: url(../../img/flow/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__company {
  background-image: url(../../img/company/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__company {
    background-image: url(../../img/company/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__recruit {
  background-image: url(../../img/recruit/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__recruit {
    background-image: url(../../img/recruit/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__works {
  background-image: url(../../img/works/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__works {
    background-image: url(../../img/works/mv_bg-sp.jpg);
  }
}
.m_bottom-mv.__real-estate {
  background-image: url(../../img/real_estate/mv_bg.jpg);
}
@media (max-width: 560px) {
  .m_bottom-mv.__real-estate {
    background-image: url(../../img/real_estate/mv_bg-sp.jpg);
  }
}

.m_breadcrumb {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 10px;
}
.m_breadcrumb.__mb {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .m_breadcrumb.__mb {
    margin-bottom: 40px;
  }
}
.m_breadcrumb_item {
  position: relative;
  line-height: 1.6;
}
.m_breadcrumb_item:nth-child(n+2)::before {
  content: "";
  width: 6.5px;
  height: 6.5px;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  position: absolute;
  top: 11px;
  transform: rotate(45deg);
  left: -19px;
}
.m_breadcrumb_inner {
  color: #111;
  font-size: 12px;
  line-height: 2;
}

.m_page-bottom-intro {
  padding: 100px 0 130px;
}
@media (max-width: 960px) {
  .m_page-bottom-intro {
    padding: 80px 0 80px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-intro {
    padding: 50px 0 60px;
  }
}
.m_page-bottom-intro_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .m_page-bottom-intro_inner {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-intro_inner {
    flex-direction: column;
  }
}
.m_page-bottom-intro_text-block {
  width: 50%;
  padding: 20px 0;
}
@media (max-width: 960px) {
  .m_page-bottom-intro_text-block {
    padding: 0 0 16px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-intro_text-block {
    width: 100%;
  }
}
.m_page-bottom-intro_img-block {
  width: calc(50% - 76px);
  position: relative;
}
@media (max-width: 960px) {
  .m_page-bottom-intro_img-block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-intro_img-block {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
  }
}
.m_page-bottom-intro_title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .m_page-bottom-intro_title {
    font-size: 29px;
  }
}
@media (max-width: 960px) {
  .m_page-bottom-intro_title {
    font-size: 24px;
  }
}
.m_page-bottom-intro_text-wrap {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .m_page-bottom-intro_text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-intro_text-wrap {
    margin-top: 25px;
  }
}
.m_page-bottom-intro_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.m_page-bottom-intro_text:nth-child(n+2) {
  margin-top: 16px;
}
.m_page-bottom-intro_img-lg {
  width: 78%;
}
@media (max-width: 768px) {
  .m_page-bottom-intro_img-lg {
    width: 100%;
  }
}
.m_page-bottom-intro_img-sm {
  width: 35.8%;
  position: absolute;
  right: 0;
  top: 77%;
}
@media (max-width: 768px) {
  .m_page-bottom-intro_img-sm {
    width: 45%;
    position: static;
    margin-left: auto;
  }
}

.m_page-bottom-common-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .m_page-bottom-common-title {
    margin-bottom: 20px;
  }
}
.m_page-bottom-common-title .__en {
  color: #BDBDBD;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.22em;
}
.m_page-bottom-common-title .__num {
  color: #AEACA9;
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 9px;
  transform: translateY(2px);
}
@media (max-width: 768px) {
  .m_page-bottom-common-title .__num {
    font-size: 32px;
    margin-left: 5px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-common-title .__num {
    margin-left: 2px;
  }
}
.m_page-bottom-common-title .__jp {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04px;
  margin-left: 18px;
}
@media (max-width: 768px) {
  .m_page-bottom-common-title .__jp {
    font-size: 32px;
    margin-left: 15px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-common-title .__jp {
    margin-left: 9px;
  }
}

.m_advertisement-area {
  padding-top: 150px;
}
@media (max-width: 960px) {
  .m_advertisement-area {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .m_advertisement-area {
    padding-top: 60px;
  }
}
@media (max-width: 560px) {
  .m_advertisement-area {
    padding-top: 40px;
  }
}
.m_advertisement-area_top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.m_advertisement-area_banner {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}
.m_advertisement-area_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media (max-width: 960px) {
  .m_advertisement-area_bottom {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .m_advertisement-area_bottom {
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .m_advertisement-area_bottom {
    width: 100%;
    margin-top: 40px;
  }
}
.m_advertisement-area_bottom-block {
  width: calc(33.33% - 12px);
  max-width: 373px;
  position: relative;
}
@media (max-width: 960px) {
  .m_advertisement-area_bottom-block {
    width: calc(50% - 8px);
    min-width: 280px;
  }
}
@media (max-width: 560px) {
  .m_advertisement-area_bottom-block {
    width: 100%;
  }
}
.m_advertisement-area_bottom-block::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #352F29;
  position: absolute;
  top: 0;
  left: 0;
}
.m_advertisement-area_bottom-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 24px;
}
.m_advertisement-area_bottom-en {
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  line-height: 1.8;
}
.m_advertisement-area_bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.m_advertisement-area_bottom-jp {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .m_advertisement-area_bottom-jp {
    font-size: 13px;
  }
}
.m_advertisement-area_bottom-more {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .m_advertisement-area_bottom-more {
    font-size: 13px;
    padding-right: 21px;
  }
}
.m_advertisement-area_bottom-more::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 13px;
  right: 0;
}
@media (max-width: 1200px) {
  .m_advertisement-area_bottom-more::before {
    width: 15px;
    top: 12px;
  }
}

.mv {
  width: 100%;
  height: 100vh;
  background: url(../../img/top/fv_img.jpg) center/cover;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(53, 47, 41, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .mv::before {
    background: rgba(53, 47, 41, 0.4);
  }
}
.mv_inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 43px;
}
@media (max-width: 768px) {
  .mv_inner {
    width: auto;
  }
}
@media (max-width: 560px) {
  .mv_inner {
    gap: 28px;
  }
}
.mv_catchcopy {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.35em;
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 560px) {
  .mv_catchcopy {
    font-size: 32px;
  }
}
.mv_en-text {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  writing-mode: vertical-rl;
  transform: translateY(3px);
}
.mv_scroll-icon-wrap {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
@media (max-width: 768px) {
  .mv_scroll-icon-wrap {
    bottom: 30px;
  }
}
.mv_scroll-icon-text {
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 500;
}
.mv_scroll-icon {
  /* スクロールダウンの位置 */
  position: relative;
  /* マウスホイール */
  /* マウス */
  /* アニメーション */
}
.mv_scroll-icon::before {
  animation: 1.5s scroll infinite;
  background: #fff;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
@media (max-width: 560px) {
  .mv_scroll-icon::before {
    width: 6px;
    height: 6px;
  }
}
.mv_scroll-icon::after {
  border: 1px solid #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 34px;
  margin-inline: auto;
  width: 18px;
}
@media (max-width: 560px) {
  .mv_scroll-icon::after {
    width: 13.5px;
    height: 25px;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 15%;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: 60%;
  }
}

.ptop-concept {
  position: relative;
  z-index: 1;
  padding: 153px 0 126px;
}
@media (max-width: 768px) {
  .ptop-concept {
    padding: 120px 0;
  }
}
@media (max-width: 560px) {
  .ptop-concept {
    padding: 80px 0 90px;
  }
}
.ptop-concept_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ptop-concept_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.ptop-concept_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #352F29;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
}
.ptop-concept_inner {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.ptop-concept_block {
  width: 50%;
}
@media (max-width: 960px) {
  .ptop-concept_block {
    width: 100%;
  }
}
.ptop-concept_title {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.ptop-concept_title .__jp {
  color: inherit;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
.ptop-concept_title .__en {
  margin-top: 10px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  color: inherit;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.08em;
}
@media (max-width: 560px) {
  .ptop-concept_title .__en {
    font-size: 36px;
  }
}
.ptop-concept_text-block {
  margin-top: 40px;
}
@media (max-width: 560px) {
  .ptop-concept_text-block {
    margin-top: 30px;
  }
}
.ptop-concept_text {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .ptop-concept_text {
    font-size: 16px;
  }
}
.ptop-concept_text:nth-child(n+2) {
  margin-top: 24px;
}
.ptop-concept_btn {
  margin-top: 48px;
}

.ptop-event {
  padding: 100px 0 122px;
}
@media (max-width: 768px) {
  .ptop-event {
    padding: 60px 0;
  }
}
.ptop-event_list {
  display: flex;
  gap: 57px;
  margin-top: 40px;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.ptop-event_list::-webkit-scrollbar {
  /*Google Chrome、Safariへの対応*/
  display: none;
}
@media (max-width: 1200px) {
  .ptop-event_list {
    gap: 24px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .ptop-event_list {
    width: calc(100% - 20px);
    margin: 29px 0 0 auto;
    gap: 10px;
    overflow: scroll;
    justify-content: flex-start;
  }
}
.ptop-event_list-item {
  width: calc(33.33% - 38px);
  display: flex;
  gap: 24px;
}
@media (max-width: 1200px) {
  .ptop-event_list-item {
    flex-direction: column;
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 768px) {
  .ptop-event_list-item {
    min-width: 38%;
  }
}
.ptop-event_list-img, .ptop-event_list-content {
  width: calc(50% - 12px);
}
@media (max-width: 1200px) {
  .ptop-event_list-img, .ptop-event_list-content {
    width: 100%;
  }
}
.ptop-event_category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ptop-event_category-list-item {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  background: #373634;
  padding: 3px 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ptop-event_category-list-item {
    font-size: 12px;
  }
}
.ptop-event_list-title {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .ptop-event_list-title {
    font-size: 14px;
  }
}
.ptop-event_list-date {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}
.ptop-event_list-btn-wrap {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}
.ptop-event_btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 560px) {
  .ptop-event_btn-wrap {
    margin: 40px auto 0;
    width: calc(100% - 40px);
  }
}
.ptop-event_btn::before {
  background-color: #352F29;
}

.ptop-bland_block {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 768px) {
  .ptop-bland_block {
    background-position: bottom center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 40vw;
  }
}
.ptop-bland_block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(37, 38, 37, 0.8) 0.17%, rgba(17, 18, 17, 0.48) 34.19%, rgba(102, 102, 102, 0) 99.83%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .ptop-bland_block::before {
    background: linear-gradient(181deg, rgba(37, 38, 37, 0.8) 0.92%, rgba(17, 18, 17, 0.48) 56.69%, rgba(102, 102, 102, 0) 99.73%);
  }
}
.ptop-bland_block.__crearth {
  background-image: url(../../img/top/bland_bg01.jpg);
}
@media (max-width: 768px) {
  .ptop-bland_block.__crearth {
    background-image: url(../../img/top/bland_bg01-sp.jpg);
  }
}
.ptop-bland_block.__trip {
  background-image: url(../../img/top/bland_bg02.jpg);
}
@media (max-width: 768px) {
  .ptop-bland_block.__trip {
    background-image: url(../../img/top/bland_bg02-sp.jpg);
  }
}
.ptop-bland_block:nth-child(n+2) {
  margin-top: 26px;
}
.ptop-bland_block-header {
  border-bottom: 1px solid #BDBDBD;
  display: inline-flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .ptop-bland_block-header {
    flex-wrap: wrap;
    padding-bottom: 8px;
  }
}
.ptop-bland_header-title {
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 64px;
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .ptop-bland_header-title {
    line-height: 1.35;
  }
}
.ptop-bland_header-title .__logo-trip {
  display: flex;
  width: 85px;
  height: 45px;
  align-items: center;
}
.ptop-bland_header-category {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  padding: 0 5px;
  margin-left: 18px;
  margin-top: 24px;
}
@media (max-width: 560px) {
  .ptop-bland_header-category {
    margin-left: 16px;
  }
}
.ptop-bland_header-text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-left: 23px;
  margin-top: 31px;
}
@media (max-width: 768px) {
  .ptop-bland_header-text {
    margin: 0;
    width: 100%;
  }
}
.ptop-bland_catchcopy {
  font-family: "Shippori Mincho", serif;
  color: #FFF;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
}
@media (max-width: 768px) {
  .ptop-bland_catchcopy {
    font-size: 20px;
    margin-top: 20px;
  }
}
.ptop-bland_text-wrap {
  margin-top: 25px;
}
@media (max-width: 560px) {
  .ptop-bland_text-wrap {
    margin-top: 20px;
  }
}
.ptop-bland_text {
  color: #FFF;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 560px) {
  .ptop-bland_text {
    line-height: 1.56;
  }
}
.ptop-bland_text:nth-child(n+2) {
  margin-top: 18px;
}
@media (max-width: 560px) {
  .ptop-bland_text:nth-child(n+2) {
    margin-top: 15px;
  }
}
.ptop-bland_btn-wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
}
@media (max-width: 560px) {
  .ptop-bland_btn-wrap {
    margin-top: 35px;
  }
}
.ptop-bland_btn.__bg-blk::before {
  background-color: #fff;
}

.ptop-model-house {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .ptop-model-house {
    padding: 60px 0;
  }
}
.ptop-model-house_deco {
  width: 257px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 960px) {
  .ptop-model-house_deco {
    display: none;
  }
}
.ptop-model-house_inner {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1200px) {
  .ptop-model-house_inner {
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .ptop-model-house_inner {
    width: 100%;
    flex-direction: column;
  }
}
.ptop-model-house_img {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .ptop-model-house_img {
    width: 100%;
  }
}
.ptop-model-house_img img {
  width: calc(100% + 120px);
}
@media (max-width: 960px) {
  .ptop-model-house_img img {
    width: 100%;
  }
}
.ptop-model-house_content {
  width: calc(45% - 70px);
  display: flex;
}
@media (max-width: 960px) {
  .ptop-model-house_content {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .ptop-model-house_content {
    width: calc(100% - 40px);
  }
}
.ptop-model-house_text-wrap {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .ptop-model-house_text-wrap {
    margin-top: 16px;
  }
}
.ptop-model-house_text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
}
.ptop-model-house_text:nth-child(2) {
  margin-top: 16px;
}
.ptop-model-house_text:nth-child(3) {
  margin-top: 40px;
}
@media (max-width: 560px) {
  .ptop-model-house_text:nth-child(3) {
    margin-top: 16px;
  }
}
.ptop-model-house_btn {
  margin-top: 32px;
}

.ptop-works {
  background-color: #EDEEEC;
  padding: 106px 0;
}
@media (max-width: 768px) {
  .ptop-works {
    padding: 64px 0;
  }
}
@media (max-width: 560px) {
  .ptop-works {
    padding: 40px 0 56px;
  }
}
.ptop-works_inner {
  position: relative;
}
.ptop-works_list {
  display: flex;
  gap: 40px;
  margin-top: 54px;
  flex-wrap: wrap;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.ptop-works_list::-webkit-scrollbar {
  /*Google Chrome、Safariへの対応*/
  display: none;
}
@media (max-width: 960px) {
  .ptop-works_list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .ptop-works_list {
    margin-top: 24px;
  }
}
@media (max-width: 560px) {
  .ptop-works_list {
    width: calc(100% + 20px);
    margin-top: 10px;
    gap: 10px;
    overflow: scroll;
    flex-wrap: nowrap;
  }
}
.ptop-works_list-item {
  width: calc(33.33% - 26.7px);
}
@media (max-width: 960px) {
  .ptop-works_list-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 560px) {
  .ptop-works_list-item {
    min-width: 38%;
  }
}
.ptop-works_list-img {
  aspect-ratio: 373/248;
}
.ptop-works_list-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ptop-works_list-title {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
}
@media (max-width: 560px) {
  .ptop-works_list-title {
    font-size: 14px;
    margin-top: 4px;
  }
}
.ptop-works_list-name {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 560px) {
  .ptop-works_list-name {
    margin-top: 3px;
  }
}
.ptop-works_btn {
  position: absolute;
  top: 0;
  right: 22px;
}
@media (max-width: 768px) {
  .ptop-works_btn {
    position: relative;
    margin-top: 40px;
    top: unset;
    right: unset;
  }
}

.ptop-voice {
  padding: 116px 0 148px;
}
@media (max-width: 768px) {
  .ptop-voice {
    padding: 60px 0;
  }
}
.ptop-voice_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .ptop-voice_inner {
    flex-direction: column;
    width: 100%;
  }
}
.ptop-voice_text-block {
  width: 50%;
}
@media (max-width: 960px) {
  .ptop-voice_text-block {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .ptop-voice_text-block {
    width: calc(100% - 40px);
  }
}
.ptop-voice_text-wrap {
  margin-top: 40px;
}
@media (max-width: 560px) {
  .ptop-voice_text-wrap {
    margin-top: 20px;
  }
}
.ptop-voice_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.ptop-voice_text:nth-child(n+2) {
  margin-top: 16px;
}
.ptop-voice_btn-wrap {
  display: none;
}
@media (max-width: 960px) {
  .ptop-voice_btn-wrap {
    display: block;
  }
}
.ptop-voice_btn {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .ptop-voice_btn.__pc {
    display: none;
  }
}
.ptop-voice_list {
  width: 50%;
}
@media (max-width: 960px) {
  .ptop-voice_list {
    margin-top: 27px;
    width: calc(100% - 40px);
    display: flex;
    gap: 20px;
    overflow: scroll;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .ptop-voice_list {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.ptop-voice_list::-webkit-scrollbar {
  /*Google Chrome、Safariへの対応*/
  display: none;
}
@media (max-width: 960px) {
  .ptop-voice_list-item {
    min-width: 38%;
  }
}
.ptop-voice_list-item:nth-child(n+2) {
  margin-top: 16px;
}
@media (max-width: 960px) {
  .ptop-voice_list-item:nth-child(n+2) {
    margin-top: 0;
  }
}
.ptop-voice_list-link {
  display: flex;
  gap: 24px;
}
@media (max-width: 960px) {
  .ptop-voice_list-link {
    flex-direction: column;
    gap: 12px;
  }
}
.ptop-voice_list-img, .ptop-voice_list-text-block {
  width: calc(50% - 12px);
}
@media (max-width: 960px) {
  .ptop-voice_list-img, .ptop-voice_list-text-block {
    width: 100%;
  }
}
.ptop-voice_list-title {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.ptop-voice_list-name {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 8px;
}

.ptop-separator-img {
  display: flex;
  gap: 6px;
}
@media (max-width: 560px) {
  .ptop-separator-img {
    gap: 5px;
    flex-direction: column;
  }
}
.ptop-separator-img_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  aspect-ratio: 716/406;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 560px) {
  .ptop-separator-img_link {
    width: 100%;
    aspect-ratio: 376/220;
  }
}
.ptop-separator-img_link:nth-child(1) {
  background-image: url(../../img/top/separator-img_02.jpg);
}
.ptop-separator-img_link:nth-child(2) {
  background-image: url(../../img/top/separator-img_03.jpg);
}
.ptop-separator-img_link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ptop-separator-img_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ptop-separator-img_title .__en {
  font-family: "Outfit", sans-serif;
  font-size: 34px;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 768px) {
  .ptop-separator-img_title .__en {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .ptop-separator-img_title .__en {
    font-size: 26px;
  }
}
.ptop-separator-img_title .__jp {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .ptop-separator-img_title .__jp {
    font-size: 15px;
    margin-top: 0;
  }
}
.ptop-separator-img_title .__line {
  display: block;
  width: 0.5px;
  height: 35px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ptop-separator-img_title .__line {
    height: 28px;
  }
}
@media (max-width: 560px) {
  .ptop-separator-img_title .__line {
    height: 22px;
  }
}

.ptop-after {
  padding: 57px 0 92px;
}
@media (max-width: 560px) {
  .ptop-after {
    padding: 40px 0 60px;
  }
}
.ptop-after_inner {
  display: flex;
}
@media (max-width: 960px) {
  .ptop-after_inner {
    flex-direction: column;
  }
}
.ptop-after_text-block, .ptop-after_img {
  width: 50%;
}
@media (max-width: 960px) {
  .ptop-after_text-block, .ptop-after_img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .ptop-after_img {
    margin-top: 40px;
  }
}
.ptop-after_text-wrap {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ptop-after_text-wrap {
    margin-top: 16px;
  }
}
.ptop-after_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.ptop-after_text:nth-child(n+2) {
  margin-top: 16px;
}
.ptop-after_btn {
  margin-top: 40px;
}

.ptop-blog {
  background: #EDEEEC;
  padding: 80px 0 105px;
}
@media (max-width: 768px) {
  .ptop-blog {
    padding: 40px 0 52PX;
  }
}
@media (max-width: 560px) {
  .ptop-blog_main-title {
    justify-content: center !important;
  }
}
.ptop-blog_subtitle {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.ptop-blog_container {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 960px) {
  .ptop-blog_container {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 560px) {
  .ptop-blog_container {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .ptop-blog_new-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .ptop-blog_new-list-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 560px) {
  .ptop-blog_new-list-item {
    width: calc(50% - 5px);
  }
}
.ptop-blog_new-list-item:nth-child(n+2) {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .ptop-blog_new-list-item:nth-child(n+2) {
    margin-top: 0;
  }
}
.ptop-blog_new-list-link {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .ptop-blog_new-list-link {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.ptop-blog_new-list-img {
  width: 270px;
  aspect-ratio: 3/2;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .ptop-blog_new-list-img {
    width: 100%;
  }
}
.ptop-blog_new-list-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ptop-blog_new-list-text-block {
  width: 100%;
}
.ptop-blog_new-list-date {
  font-size: 14px;
  line-height: 1.8;
  color: #AEACA9;
}
.ptop-blog_new-list-title {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .ptop-blog_new-list-title {
    font-size: 14px;
    line-height: 1.45;
  }
}
.ptop-blog_new-list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  margin-top: 8px;
}
.ptop-blog_new-list-tag-item {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .ptop-blog_new-list-tag-item {
    font-size: 12px;
  }
}
.ptop-blog_new-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.ptop-blog_category {
  max-width: 380px;
  width: 100%;
  flex-shrink: 0;
}
.ptop-blog_category-list {
  width: 100%;
}
.ptop-blog_category-list-item {
  width: 100%;
  height: 96px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ptop-blog_category-list-item.__01 {
  background-image: url(../../img/top/blog_category01.jpg);
}
.ptop-blog_category-list-item.__02 {
  background-image: url(../../img/top/blog_category02.jpg);
}
.ptop-blog_category-list-item.__03 {
  background-image: url(../../img/top/blog_category03.jpg);
}
.ptop-blog_category-list-item:nth-child(n+2) {
  margin-top: 16px;
}
.ptop-blog_category-list-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.ptop-blog_btn-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  .ptop-blog_btn-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .ptop-blog_btn-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .ptop-blog_btn-wrap.__pc {
    display: none;
  }
}
.ptop-blog_btn-wrap.__tb {
  display: none;
}
@media (max-width: 960px) {
  .ptop-blog_btn-wrap.__tb {
    display: flex;
  }
}

.ptop-panel {
  margin-top: 60px;
  display: flex;
  gap: 1px;
}
@media (max-width: 768px) {
  .ptop-panel {
    flex-direction: column-reverse;
  }
}
.ptop-panel_left {
  width: calc(57% - 0.5px);
  padding-left: 1px;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
@media (max-width: 768px) {
  .ptop-panel_left {
    width: 100%;
  }
}
.ptop-panel_right {
  width: calc(43% - 0.5px);
  padding-right: 1px;
}
@media (max-width: 768px) {
  .ptop-panel_right {
    width: 100%;
  }
}
.ptop-panel_block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .ptop-panel_block {
    height: 220px;
  }
}
.ptop-panel_block:hover {
  opacity: 1;
}
.ptop-panel_block.__01 {
  width: calc(50% - 0.5px);
  aspect-ratio: 411/366;
}
@media (max-width: 768px) {
  .ptop-panel_block.__01 {
    width: 100%;
    aspect-ratio: unset;
  }
}
.ptop-panel_block.__02 {
  width: calc(50% - 0.5px);
  aspect-ratio: 411/366;
}
@media (max-width: 768px) {
  .ptop-panel_block.__02 {
    width: 100%;
    aspect-ratio: unset;
  }
}
.ptop-panel_block.__03 {
  width: calc(65% - 0.5px);
  aspect-ratio: 532/374;
}
@media (max-width: 768px) {
  .ptop-panel_block.__03 {
    width: 100%;
    aspect-ratio: unset;
  }
}
.ptop-panel_block.__04 {
  width: calc(35% - 0.5px);
  aspect-ratio: 290/379;
}
@media (max-width: 768px) {
  .ptop-panel_block.__04 {
    width: 100%;
    aspect-ratio: unset;
  }
}
.ptop-panel_block.__05 {
  aspect-ratio: 610/748;
}
@media (max-width: 768px) {
  .ptop-panel_block.__05 {
    width: 100%;
    aspect-ratio: unset;
  }
}
.ptop-panel_block:hover .ptop-panel_block-bg {
  transform: scale(1.2);
}
.ptop-panel_block-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.ptop-panel_block-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ptop-panel_block-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ptop-panel_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}
.ptop-panel_title .__en {
  color: inherit;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  line-height: 1.8;
  position: relative;
  padding: 0 13px;
}
@media (max-width: 1200px) {
  .ptop-panel_title .__en {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .ptop-panel_title .__en {
    font-size: 24px;
  }
}
.ptop-panel_title .__en::before {
  content: "";
  min-width: 196px;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, #fff 0, #fff 20px, #BDBDBD 20px, #BDBDBD 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .ptop-panel_title .__en::before {
    min-width: unset;
  }
}
.ptop-panel_title .__jp {
  color: inherit;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 11px;
}
@media (max-width: 1200px) {
  .ptop-panel_title .__jp {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .ptop-panel_title .__jp {
    font-size: 14px;
  }
}

.ptop-about {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .ptop-about {
    padding: 64px 0;
  }
}
@media (max-width: 560px) {
  .ptop-about {
    padding: 64px 0 36px;
  }
}
.ptop-about_deco {
  width: 257px;
  position: absolute;
  top: 0;
  right: 0;
}
.ptop-about_inner {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1200px) {
  .ptop-about_inner {
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .ptop-about_inner {
    flex-direction: column;
    width: 100%;
  }
}
.ptop-about_img {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .ptop-about_img {
    width: 100%;
  }
}
.ptop-about_img img {
  width: calc(100% + 120px);
}
@media (max-width: 960px) {
  .ptop-about_img img {
    width: 100%;
  }
}
.ptop-about_content {
  width: calc(45% - 70px);
  display: flex;
}
@media (max-width: 960px) {
  .ptop-about_content {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .ptop-about_content {
    width: calc(100% - 40px);
  }
}
@media (max-width: 560px) {
  .ptop-about_main-title {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.ptop-about_subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media (max-width: 560px) {
  .ptop-about_subtitle {
    margin-top: 20px;
  }
}
.ptop-about_text-wrap {
  margin-top: 16px;
}
.ptop-about_text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
}
.ptop-about_text:nth-child(n+2) {
  margin-top: 16px;
}
.ptop-about_btn {
  margin-top: 32px;
}

.page-comfort_common-product {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 960px) {
  .page-comfort_common-product {
    flex-direction: column;
    gap: 15px 24px;
  }
}
@media (max-width: 768px) {
  .page-comfort_common-product {
    margin-top: 30px;
  }
}
.page-comfort_common-product_block {
  width: calc(50% - 12px);
  padding: 32px 32px 16px;
  background-color: #EDEEEC;
}
@media (max-width: 960px) {
  .page-comfort_common-product_block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-comfort_common-product_block {
    padding: 15px 20px 20px;
  }
}
.page-comfort_common-product_block.__wide {
  width: 100%;
  padding: 40px 32px;
}
@media (max-width: 560px) {
  .page-comfort_common-product_block.__wide {
    padding: 26px 15px;
  }
}
.page-comfort_common-product_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-left: 46px;
  position: relative;
}
.page-comfort_common-product_title::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #352F29;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-comfort_common-product_text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (max-width: 560px) {
  .page-comfort_common-product_text {
    line-height: 1.7;
  }
}
.page-comfort_common-product_img {
  width: 28.4%;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .page-comfort_common-product_img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .page-comfort_common-product_img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 560px) {
  .page-comfort_common-product_img {
    height: 200px;
  }
}
.page-comfort_common-product_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page-comfort_common-product_img img {
    -o-object-position: top;
       object-position: top;
  }
}

.page-comfort_mv {
  background-image: url(../../img/comfort/mv_bg.jpg);
}

.page-comfort_insulation {
  padding: 84px 0 106px;
  background-color: #F6F6F6;
}
@media (max-width: 960px) {
  .page-comfort_insulation {
    padding: 64px 0 80px;
  }
}
@media (max-width: 768px) {
  .page-comfort_insulation {
    padding: 50px 0;
  }
}
.page-comfort_insulation_descript {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media (max-width: 960px) {
  .page-comfort_insulation_descript {
    flex-direction: column;
  }
}
.page-comfort_insulation_text-block {
  max-width: 692px;
  padding-bottom: 26px;
}
@media (max-width: 960px) {
  .page-comfort_insulation_text-block {
    max-width: unset;
    padding-bottom: 0;
  }
}
.page-comfort_insulation_subtitle {
  margin-top: 40px;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-comfort_insulation_subtitle {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .page-comfort_insulation_subtitle {
    letter-spacing: 0.05em;
  }
}
.page-comfort_insulation_text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-comfort_insulation_text {
    margin-top: 25px;
  }
}
.page-comfort_insulation_graph {
  max-width: 449px;
  width: 40%;
  flex-shrink: 0;
  padding-top: 48px;
  margin-right: 16px;
}
@media (max-width: 960px) {
  .page-comfort_insulation_graph {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .page-comfort_insulation_graph {
    padding-top: 30px;
  }
}
.page-comfort_insulation_middle-title {
  font-size: 30px;
  line-height: 1.85;
  letter-spacing: 0.1em;
  margin-top: 70px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .page-comfort_insulation_middle-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .page-comfort_insulation_middle-title {
    font-size: 24px;
    margin-top: 56px;
  }
}
.page-comfort_insulation_middle-title::before {
  content: "HEAT INSULATION";
  white-space: nowrap;
  font-family: "Work Sans", sans-serif;
  color: rgba(255, 255, 255, 0.62);
  font-size: 128px;
  font-weight: 500;
  line-height: 1.85;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1200px) {
  .page-comfort_insulation_middle-title::before {
    font-size: 100px;
  }
}
@media (max-width: 960px) {
  .page-comfort_insulation_middle-title::before {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .page-comfort_insulation_middle-title::before {
    font-size: 38px;
    top: 10px;
  }
}
.page-comfort_insulation_list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .page-comfort_insulation_list {
    flex-direction: column;
    gap: 16px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .page-comfort_insulation_list {
    max-width: 440px;
  }
}
.page-comfort_insulation_list-item {
  background: #F6F6F6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 960px) {
  .page-comfort_insulation_list-item {
    display: flex;
  }
}
@media (max-width: 960px) {
  .page-comfort_insulation_list-img {
    width: 30%;
    aspect-ratio: 147/139;
    flex-shrink: 0;
  }
}
@media (max-width: 560px) {
  .page-comfort_insulation_list-img {
    min-width: 150px;
  }
}
@media (max-width: 960px) {
  .page-comfort_insulation_list-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-comfort_insulation_list-text {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.74;
  letter-spacing: 0.13em;
  padding: 25px 0 25px;
  text-align: center;
}
@media (max-width: 960px) {
  .page-comfort_insulation_list-text {
    text-align: left;
    padding: 24px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .page-comfort_insulation_list-text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .page-comfort_insulation_list-text {
    padding: 30px 14px;
    letter-spacing: 0.08em;
  }
}
.page-comfort_insulation_end-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-comfort_insulation_end-text {
    margin-top: 30px;
  }
}

.page-comfort_resin {
  padding: 94px 0 88px;
}
@media (max-width: 768px) {
  .page-comfort_resin {
    padding: 58px 0 77px;
  }
}
.page-comfort_resin_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .page-comfort_resin_main {
    flex-direction: column;
  }
}
.page-comfort_resin_img-block {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 28px;
  width: 50%;
}
@media (max-width: 960px) {
  .page-comfort_resin_img-block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-comfort_resin_img-block {
    gap: 10px;
  }
}
.page-comfort_resin_img.__wide {
  width: 100%;
}
.page-comfort_resin_img.__half {
  width: calc(50% - 14px);
}
@media (max-width: 768px) {
  .page-comfort_resin_img.__half {
    width: calc(50% - 5px);
  }
}
.page-comfort_resin_text-block {
  width: calc(50% - 40px);
  max-width: 486px;
  padding-top: 35px;
}
@media (max-width: 960px) {
  .page-comfort_resin_text-block {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .page-comfort_resin_text-block {
    padding-top: 30px;
  }
}
.page-comfort_resin_text-wrap {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .page-comfort_resin_text-wrap {
    margin-top: 20px;
  }
}
.page-comfort_resin_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-comfort_resin_text {
    margin-top: 15px;
    line-height: 1.7;
  }
}

.page-comfort_airtight {
  background-color: #F6F6F6;
  padding: 90px 0 70px;
}
@media (max-width: 560px) {
  .page-comfort_airtight {
    padding: 40px 0 50px;
  }
}
.page-comfort_airtight_main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 960px) {
  .page-comfort_airtight_main {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .page-comfort_airtight_main {
    gap: 20px;
  }
}
.page-comfort_airtight_text-block {
  max-width: 756px;
}
@media (max-width: 960px) {
  .page-comfort_airtight_text-block {
    max-width: unset;
  }
}
.page-comfort_airtight_img-block {
  width: 50%;
  max-width: 370px;
  padding-top: 35px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .page-comfort_airtight_img-block {
    padding-top: 0;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-comfort_airtight_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
@media (max-width: 560px) {
  .page-comfort_airtight_text {
    line-height: 1.7;
  }
}
@media (max-width: 960px) {
  .page-comfort_airtight_product {
    flex-direction: row;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .page-comfort_airtight_product {
    flex-direction: column;
  }
}

.page-comfort_ventilation {
  padding: 120px 0 0;
  overflow: hidden;
}
@media (max-width: 960px) {
  .page-comfort_ventilation {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .page-comfort_ventilation {
    padding: 60px 0;
  }
}
@media (max-width: 560px) {
  .page-comfort_ventilation {
    padding: 48px 0;
  }
}
.page-comfort_ventilation_header {
  display: flex;
}
@media (max-width: 960px) {
  .page-comfort_ventilation_header {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.page-comfort_ventilation_header-text-block {
  background: #352F29;
  padding: 80px 40px 80px 0;
  width: calc(50% + 50px);
  flex-shrink: 0;
  position: relative;
  min-width: 530px;
  z-index: 1;
}
@media (max-width: 960px) {
  .page-comfort_ventilation_header-text-block {
    width: 100%;
    padding: 64px 40px;
    min-width: unset;
  }
}
@media (max-width: 560px) {
  .page-comfort_ventilation_header-text-block {
    padding: 20px;
  }
}
.page-comfort_ventilation_header-text-block::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #352F29;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 960px) {
  .page-comfort_ventilation_header-text-block::before {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 80px);
  }
}
.page-comfort_ventilation_header-text-wrap {
  margin-top: 40px;
  max-width: 560px;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_header-text-wrap {
    margin-top: 20px;
  }
}
.page-comfort_ventilation_header-text {
  color: #FFF;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 24px;
  text-align: justify;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_header-text {
    margin-top: 15px;
    line-height: 1.7;
  }
}
.page-comfort_ventilation_header-img-block {
  width: 100%;
}
.page-comfort_ventilation_header-img {
  width: calc(50vw - 50px);
  height: 100%;
}
@media (max-width: 960px) {
  .page-comfort_ventilation_header-img {
    width: 100%;
    height: 300px;
  }
}
.page-comfort_ventilation_header-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-comfort_ventilation_main {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 960px) {
  .page-comfort_ventilation_main {
    flex-direction: column;
    padding-top: 40px;
  }
}
@media (max-width: 560px) {
  .page-comfort_ventilation_main {
    gap: 30px;
  }
}
.page-comfort_ventilation_main-text-block {
  width: 50%;
  max-width: 513px;
  padding: 30px 0;
}
@media (max-width: 960px) {
  .page-comfort_ventilation_main-text-block {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
.page-comfort_ventilation_main-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_main-title {
    flex-wrap: wrap;
  }
}
.page-comfort_ventilation_main-title .__jp {
  color: #fff;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_main-title .__jp {
    width: 100%;
    margin-left: 0;
    margin-top: 7px;
  }
}
.page-comfort_ventilation_sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-comfort_ventilation_sub-title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .page-comfort_ventilation_sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page-comfort_ventilation_main-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 24px;
  text-align: justify;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_main-text {
    margin-top: 15px;
    line-height: 1.7;
  }
}
.page-comfort_ventilation_main-list {
  margin-top: 24px;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_main-list {
    margin-top: 15px;
  }
}
.page-comfort_ventilation_main-list-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_main-list-item {
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-comfort_ventilation_main-list-item::before {
  content: "・";
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.page-comfort_ventilation_img-block {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .page-comfort_ventilation_img-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .page-comfort_ventilation_img-block {
    gap: 12px;
  }
}
.page-comfort_ventilation_img-block::before {
  content: "";
  width: 65%;
  aspect-ratio: 39/38;
  background: #EDEEEC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(12.8%, -50%);
  z-index: -1;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_img-block::before {
    width: 77%;
  }
}
.page-comfort_ventilation_img-lg {
  width: 80%;
}
@media (max-width: 560px) {
  .page-comfort_ventilation_img-lg {
    width: 95%;
  }
}
.page-comfort_ventilation_img-md {
  width: 69%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 960px) {
  .page-comfort_ventilation_img-md {
    position: static;
    margin-left: auto;
  }
}
@media (max-width: 560px) {
  .page-comfort_ventilation_img-md {
    width: 81%;
  }
}

.page-quality_mv {
  background-image: url(../../img/quality/mv_bg.jpg);
}

.page-quality_intro_title {
  letter-spacing: 0;
}

.page-quality_method {
  padding: 70px 0 90px;
}
@media (max-width: 768px) {
  .page-quality_method {
    padding: 20px 0 30px;
  }
}
.page-quality_method_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 960px) {
  .page-quality_method_block {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .page-quality_method_block {
    flex-direction: column-reverse;
  }
}
.page-quality_method_block:nth-child(n+2) {
  margin-top: 95px;
}
@media (max-width: 768px) {
  .page-quality_method_block:nth-child(n+2) {
    margin-top: 30px;
  }
}
.page-quality_method_block:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .page-quality_method_block:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.page-quality_method_block.__items-start {
  align-items: flex-start;
}
@media (max-width: 960px) {
  .page-quality_method_top-title {
    gap: 7px;
    flex-wrap: wrap;
  }
}
@media (max-width: 960px) {
  .page-quality_method_top-title .__jp {
    width: 100%;
    margin-left: 0;
  }
}
.page-quality_method_img {
  width: calc(50% - 20px);
  display: flex;
}
@media (max-width: 768px) {
  .page-quality_method_img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-quality_method_img.__pc {
    display: none;
  }
}
.page-quality_method_img.__sp {
  display: none;
}
@media (max-width: 768px) {
  .page-quality_method_img.__sp {
    display: block;
  }
}
.page-quality_method_img.__odd {
  justify-content: flex-end;
}
.page-quality_method_img.__even {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .page-quality_method_img.__even {
    margin-top: 20px;
  }
}
.page-quality_method_img img {
  width: calc(50vw - 20px);
}
@media (max-width: 768px) {
  .page-quality_method_img img {
    width: 100%;
  }
}
.page-quality_method_content {
  width: calc(50% + 20px);
  max-width: 520px;
}
@media (max-width: 768px) {
  .page-quality_method_content {
    width: 100%;
    max-width: unset;
  }
}
.page-quality_method_title {
  margin-bottom: 32px;
}
.page-quality_method_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-quality_method_text:nth-child(n+2) {
  margin-top: 20px;
}
.page-quality_method_content-img-wrap {
  display: flex;
  gap: 28px;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .page-quality_method_content-img-wrap {
    gap: 10px;
    margin-top: 10px;
  }
}

.page-quality_performance {
  padding: 90px 0 0;
}
@media (max-width: 768px) {
  .page-quality_performance {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .page-quality_performance_main-img {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-quality_performance_main-img img {
    width: 100vw;
  }
}
.page-quality_performance_container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  gap: 40px;
}
@media (max-width: 768px) {
  .page-quality_performance_container {
    flex-direction: column-reverse;
    margin-top: 30px;
    gap: 13px;
  }
}
.page-quality_performance_img-block {
  position: relative;
  max-width: 296px;
  flex-shrink: 0;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .page-quality_performance_img-block {
    padding-top: 0;
    margin-left: auto;
  }
}
.page-quality_performance_img:nth-child(1) {
  width: 90%;
}
.page-quality_performance_img:nth-child(2) {
  width: 46.6%;
  margin: 30px 0 0 auto;
}
@media (max-width: 768px) {
  .page-quality_performance_img:nth-child(2) {
    margin-top: 10px;
  }
}
.page-quality_performance_content {
  max-width: 800px;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .page-quality_performance_content {
    padding-top: 20px;
  }
}
.page-quality_performance_content-title {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-quality_performance_content-title {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-quality_performance_content-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-quality_performance_content-text {
    margin-top: 15px;
  }
}
.page-quality_performance_about {
  padding: 70px 0 83px;
  background-color: #F6F6F6;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .page-quality_performance_about {
    margin-top: 30px;
    padding: 32px 20px 32px;
  }
}
.page-quality_performance_about-title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-quality_performance_about-title {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .page-quality_performance_about-title {
    font-size: 24px;
  }
}
.page-quality_performance_about-text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-quality_performance_about-text {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .page-quality_performance_about-text {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
}
.page-quality_performance_about-list {
  max-width: 700px;
  margin: 43px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .page-quality_performance_about-list {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .page-quality_performance_about-list {
    margin-top: 20px;
    width: 100%;
  }
}
.page-quality_performance_about-list-item:nth-child(1) {
  width: 22.85%;
}
@media (max-width: 960px) {
  .page-quality_performance_about-list-item:nth-child(1) {
    width: 23.85%;
    padding-top: 12.3%;
  }
}
.page-quality_performance_about-list-item:nth-child(2) {
  width: 29.57%;
}
@media (max-width: 960px) {
  .page-quality_performance_about-list-item:nth-child(2) {
    width: 30.57%;
    padding-top: 6.5%;
  }
}
.page-quality_performance_about-list-item:nth-child(3) {
  width: 37.14%;
}
@media (max-width: 960px) {
  .page-quality_performance_about-list-item:nth-child(3) {
    width: 38.14%;
  }
}
.page-quality_performance_about-list-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 12px;
}
@media (max-width: 768px) {
  .page-quality_performance_about-list-text {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .page-quality_performance_about-list-text {
    font-size: 10px;
    padding: 4px;
  }
}

.page-quality_guarantee {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .page-quality_guarantee {
    padding-top: 80px;
  }
}
@media (max-width: 560px) {
  .page-quality_guarantee {
    padding-top: 60px;
  }
}
.page-quality_guarantee_read-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-quality_guarantee_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-quality_guarantee_list {
    gap: 10px;
    justify-content: flex-start;
  }
}
.page-quality_guarantee_list-item {
  width: calc(33.33% - 13.34px);
  background-color: #F5F5F5;
}
@media (max-width: 768px) {
  .page-quality_guarantee_list-item {
    width: calc(50% - 5px);
  }
}
.page-quality_guarantee_list-img {
  aspect-ratio: 380/164;
}
@media (max-width: 768px) {
  .page-quality_guarantee_list-img {
    aspect-ratio: 162/92;
  }
}
.page-quality_guarantee_list-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-quality_guarantee_list-content {
  padding: 20px;
}
@media (max-width: 560px) {
  .page-quality_guarantee_list-content {
    padding: 10px;
  }
}
.page-quality_guarantee_list-warranty {
  color: #D9D9D9;
  font-family: Outfit;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 560px) {
  .page-quality_guarantee_list-warranty {
    font-size: 12px;
  }
}
.page-quality_guarantee_list-title {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.page-quality_guarantee_list-title .__sm {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.page-quality_guarantee_list-title .__lg {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 560px) {
  .page-quality_guarantee_list-title .__lg {
    font-size: 16px;
  }
}
.page-quality_guarantee_list-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.73;
  letter-spacing: 0.1em;
}

.page-concept_common_concept {
  color: #BDBDBD;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .page-concept_common_concept {
    font-size: 14px;
  }
}

.page-concept_mv {
  background-image: url(../../img/concept/mv_bg.jpg);
}

.page-concept_about {
  padding: 100px 0 80px;
}
@media (max-width: 768px) {
  .page-concept_about {
    padding: 55px 0 30px;
  }
}
.page-concept_about_container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .page-concept_about_container {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.page-concept_about_container:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .page-concept_about_container:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.page-concept_about_container:nth-child(n+2) {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .page-concept_about_container:nth-child(n+2) {
    margin-top: 29px;
  }
}
.page-concept_about_top-img-block {
  width: 50%;
  max-width: 485px;
  display: flex;
}
@media (max-width: 768px) {
  .page-concept_about_top-img-block {
    width: 100%;
  }
}
.page-concept_about_top-img-block.__01 {
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
@media (max-width: 768px) {
  .page-concept_about_top-img-block.__01 {
    align-items: flex-start;
    gap: 10px;
  }
}
.page-concept_about_top-img-block.__02 {
  justify-content: space-between;
}
.page-concept_about_top-img.__01 img {
  width: 50vw;
  max-width: 605px;
}
@media (max-width: 768px) {
  .page-concept_about_top-img.__01 img {
    width: 100%;
    max-width: unset;
  }
}
.page-concept_about_top-img.__02 {
  width: 50%;
}
@media (max-width: 768px) {
  .page-concept_about_top-img.__02 {
    width: 56.4%;
  }
}
.page-concept_about_top-img.__03 {
  width: calc(42% - 17px);
  margin-top: 200px;
}
@media (max-width: 768px) {
  .page-concept_about_top-img.__03 {
    width: 39.4%;
    margin-top: 127px;
  }
}
.page-concept_about_top-img.__04 {
  width: calc(58% - 17px);
}
@media (max-width: 768px) {
  .page-concept_about_top-img.__04 {
    width: 53.7%;
  }
}
.page-concept_about_text-block {
  width: 50%;
  max-width: 588px;
}
@media (max-width: 768px) {
  .page-concept_about_text-block {
    width: 100%;
    max-width: unset;
  }
}
.page-concept_about_catchcopy {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-concept_about_catchcopy {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .page-concept_about_catchcopy {
    font-size: 24px;
  }
}
.page-concept_about_text {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-concept_about_text {
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-concept_about_text:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page-concept_about_text:nth-child(n+2) {
    margin-top: 15px;
  }
}

.page-concept_theme {
  padding: 50px 0 87px;
}
@media (max-width: 768px) {
  .page-concept_theme {
    padding: 30px 0 95px;
  }
}
.page-concept_theme_catchcopy {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-concept_theme_catchcopy {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .page-concept_theme_catchcopy {
    font-size: 24px;
  }
}
.page-concept_theme_img {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page-concept_theme_img {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-concept_theme_img img {
    width: 100vw;
  }
}
.page-concept_theme_text-block {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #000;
  max-width: 800px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .page-concept_theme_text-block {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.page-concept_theme_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-concept_theme_text {
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-concept_theme_text:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-concept_theme_text:nth-child(n+2) {
    margin-top: 15px;
  }
}

.page-concept_modern {
  padding: 63px 0 118px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-concept_modern {
    padding: 38px 0 60px;
  }
}
.page-concept_modern::before {
  content: "";
  width: 213px;
  height: 329px;
  background: #F6F6F6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-concept_modern::before {
    width: 142px;
    height: 103px;
  }
}
.page-concept_modern_title-en {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page-concept_modern_title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .page-concept_modern_title-jp {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 560px) {
  .page-concept_modern_title-jp {
    font-size: 24px;
  }
}
.page-concept_modern_list {
  display: flex;
  gap: 40px;
  margin-top: 56px;
}
@media (max-width: 960px) {
  .page-concept_modern_list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page-concept_modern_list {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .page-concept_modern_list {
    gap: 15px;
  }
}
@media (max-width: 960px) {
  .page-concept_modern_list-item {
    display: flex;
  }
}
@media (max-width: 560px) {
  .page-concept_modern_list-item {
    align-items: center;
  }
}
@media (max-width: 960px) {
  .page-concept_modern_list-img {
    width: 300px;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .page-concept_modern_list-img {
    width: 35%;
  }
}
@media (max-width: 560px) {
  .page-concept_modern_list-img {
    width: 120px;
    height: 180px;
  }
}
@media (max-width: 960px) {
  .page-concept_modern_list-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 560px) {
  .page-concept_modern_list-img.__02 img {
    -o-object-position: -110px;
       object-position: -110px;
  }
}
@media (max-width: 560px) {
  .page-concept_modern_list-img.__03 img {
    -o-object-position: -105px;
       object-position: -105px;
  }
}
.page-concept_modern_list-content {
  padding: 32px 28px;
}
@media (max-width: 560px) {
  .page-concept_modern_list-content {
    padding: 10px;
  }
}
.page-concept_modern_list-en {
  color: #DCDCDC;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .page-concept_modern_list-en {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.page-concept_modern_list-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .page-concept_modern_list-title {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (max-width: 768px) {
  .page-concept_modern_list-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 560px) {
  .page-concept_modern_list-title {
    font-size: 18px;
  }
}
.page-concept_modern_list-text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .page-concept_modern_list-text {
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 560px) {
  .page-concept_modern_list-text {
    margin-top: 13px;
  }
}

.page-concept_health {
  background-color: #F6F6F6;
  padding: 105px 0 126px;
}
@media (max-width: 768px) {
  .page-concept_health {
    padding: 45px 0 45px;
  }
}
.page-concept_health_title {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-concept_health_title {
    line-height: 1.5;
  }
}
.page-concept_health_catchcopy {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .page-concept_health_catchcopy {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 560px) {
  .page-concept_health_catchcopy {
    font-size: 24px;
  }
}
.page-concept_health_list {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-concept_health_list {
    margin-top: 24px;
  }
}
.page-concept_health_list-item {
  display: flex;
}
@media (max-width: 560px) {
  .page-concept_health_list-item {
    flex-direction: column;
  }
}
.page-concept_health_list-item:nth-child(n+2) {
  margin-top: 20px;
}
@media (max-width: 560px) {
  .page-concept_health_list-item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.page-concept_health_list-img {
  width: 40%;
  max-width: 440px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-concept_health_list-img {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .page-concept_health_list-img {
    width: 100%;
    max-width: unset;
  }
}
.page-concept_health_list-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-concept_health_list-content {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
}
@media (max-width: 560px) {
  .page-concept_health_list-content {
    padding: 10px 15px;
  }
}
.page-concept_health_list-content-inner {
  max-width: 632px;
  width: 100%;
}
.page-concept_health_list-title-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}
.page-concept_health_list-title-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .page-concept_health_list-title-num {
    gap: 0;
  }
}
.page-concept_health_list-title-num .__num {
  color: #D9D9D9;
  font-family: "EB Garamond", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-concept_health_list-title-num .__num {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .page-concept_health_list-title-num .__num {
    font-size: 32px;
  }
}
.page-concept_health_list-title-num .__point {
  color: #D9D9D9;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.page-concept_health_list-title {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-concept_health_list-title {
    font-size: 26px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 560px) {
  .page-concept_health_list-title {
    font-size: 24px;
  }
}
.page-concept_health_list-text-block {
  margin-top: 40px;
}
@media (max-width: 560px) {
  .page-concept_health_list-text-block {
    margin-top: 10px;
  }
}
.page-concept_health_list-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-left: 46px;
  position: relative;
}
.page-concept_health_list-subtitle::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #352F29;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-concept_health_list-text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-concept_health_list-text {
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-top: 10px;
  }
}

.page-concept_muku {
  padding: 150px 0 150px;
}
@media (max-width: 768px) {
  .page-concept_muku {
    padding: 60px 0 60px;
  }
}
.page-concept_muku_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .page-concept_muku_container {
    flex-direction: column;
  }
}
.page-concept_muku_container:nth-child(n+2) {
  margin-top: 150px;
}
@media (max-width: 960px) {
  .page-concept_muku_container:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-concept_muku_container:nth-child(n+2) {
    margin-top: 17px;
  }
}
.page-concept_muku_container:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .page-concept_muku_container:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.page-concept_muku_img {
  width: calc(50% - 20px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .page-concept_muku_img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .page-concept_muku_img.__even {
    margin-top: 33px;
  }
}
@media (max-width: 768px) {
  .page-concept_muku_img.__even {
    margin-top: 17px;
  }
}
.page-concept_muku_img img {
  width: calc(50vw - 20px);
}
@media (max-width: 960px) {
  .page-concept_muku_img img {
    width: 100%;
  }
}
.page-concept_muku_img.__even {
  justify-content: flex-start;
}
.page-concept_muku_content {
  width: calc(50% - 20px);
  max-width: 520px;
}
@media (max-width: 960px) {
  .page-concept_muku_content {
    width: 100%;
    max-width: unset;
    margin-top: 33px;
  }
}
@media (max-width: 768px) {
  .page-concept_muku_content {
    margin-top: 0;
  }
}
.page-concept_muku_subtitle {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .page-concept_muku_subtitle {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 33px;
  }
}
.page-concept_muku_title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-concept_muku_title {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 560px) {
  .page-concept_muku_title {
    font-size: 24px;
  }
}
.page-concept_muku_text-wrap {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-concept_muku_text-wrap {
    margin-top: 17px;
  }
}
.page-concept_muku_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-concept_muku_text:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-concept_muku_text:nth-child(n+2) {
    margin-top: 15px;
  }
}
.page-concept_muku_img-box {
  margin-top: 40px;
  display: flex;
  gap: 28px;
}
@media (max-width: 768px) {
  .page-concept_muku_img-box {
    margin-top: 17px;
  }
}
@media (max-width: 560px) {
  .page-concept_muku_img-box {
    gap: 10px;
  }
}
@media (max-width: 960px) {
  .page-concept_muku_img-box.__pc {
    display: none;
  }
}
.page-concept_muku_img-box.__tb {
  display: none;
}
@media (max-width: 960px) {
  .page-concept_muku_img-box.__tb {
    display: flex;
  }
}
.page-concept_muku_img-half {
  width: calc(50% - 14px);
}
@media (max-width: 560px) {
  .page-concept_muku_img-half {
    width: calc(50% - 5px);
  }
}

.page-concept_founding_inner {
  display: flex;
}
@media (max-width: 960px) {
  .page-concept_founding_inner {
    flex-direction: column;
    width: 100%;
  }
}
.page-concept_founding_content {
  width: 50%;
  padding: 80px 40px 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .page-concept_founding_content {
    width: 100%;
    padding: 80px 40px;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .page-concept_founding_content {
    padding: 47px 20px 37px;
  }
}
.page-concept_founding_content::before {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #352F29;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 960px) {
  .page-concept_founding_content::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
}
.page-concept_founding_title {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-concept_founding_title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 560px) {
  .page-concept_founding_title {
    font-size: 24px;
  }
}
.page-concept_founding_text-wrap {
  margin-top: 40px;
  max-width: 520px;
}
@media (max-width: 768px) {
  .page-concept_founding_text-wrap {
    margin-top: 24px;
  }
}
.page-concept_founding_text {
  color: #FFF;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (max-width: 768px) {
  .page-concept_founding_text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-concept_founding_text:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-concept_founding_text:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page-concept_founding_img {
  width: 50%;
  display: flex;
}
@media (max-width: 960px) {
  .page-concept_founding_img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-concept_founding_img {
    height: 45.8vw;
  }
}
.page-concept_founding_img img {
  width: 50vw;
  max-width: unset;
}
@media (max-width: 960px) {
  .page-concept_founding_img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-concept_founding_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-clearth_mv {
  background-image: url(../../img/clearth/mv_bg.jpg);
}
.page-clearth_mv::before {
  background-color: rgba(255, 255, 255, 0.58);
}
.page-clearth_mv_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-clearth_mv_title .__logo {
  width: 338px;
}
@media (max-width: 560px) {
  .page-clearth_mv_title .__logo {
    width: 220px;
  }
}
.page-clearth_mv_title .__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 560px) {
  .page-clearth_mv_title .__text {
    font-size: 14px;
  }
}

.page-clearth_product {
  padding: 100px 0 150px;
}
@media (max-width: 768px) {
  .page-clearth_product {
    padding: 42px 0 60px;
  }
}
.page-clearth_product_en-title {
  text-align: center;
  color: #BDBDBD;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .page-clearth_product_en-title {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .page-clearth_product_en-title {
    font-size: 14px;
  }
}
.page-clearth_product_title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 63px;
}
@media (max-width: 768px) {
  .page-clearth_product_title {
    text-align: left;
    margin-top: 30px;
  }
}
.page-clearth_product_title .__sm {
  font-size: 20px;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
}
@media (max-width: 560px) {
  .page-clearth_product_title .__sm {
    font-size: 16px;
  }
}
.page-clearth_product_title .__lg {
  font-size: 32px;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
}
@media (max-width: 560px) {
  .page-clearth_product_title .__lg {
    font-size: 24px;
  }
}
.page-clearth_product_main-img {
  margin-top: 21px;
}
.page-clearth_product_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .page-clearth_product_flex {
    flex-direction: column-reverse;
    margin-top: 19px;
  }
}
.page-clearth_product_flex-img-block {
  width: calc(50% - 10px);
  max-width: 485px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .page-clearth_product_flex-img-block {
    width: 100%;
    margin: 30px auto 0;
  }
}
.page-clearth_product_flex-img:nth-child(1) {
  width: calc(60% - 12.5px);
}
.page-clearth_product_flex-img:nth-child(2) {
  width: calc(40% - 12.5px);
}
.page-clearth_product_flex-content {
  width: calc(50% - 10px);
  border-top: 1px solid #000;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .page-clearth_product_flex-content {
    width: 100%;
    padding-top: 20px;
  }
}
.page-clearth_product_flex-content-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-clearth_product_flex-content-text {
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-clearth_product_flex-content-text:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-clearth_product_flex-content-text:nth-child(n+2) {
    margin-top: 15px;
  }
}

.page-clearth_grade {
  padding: 60px 0 74px;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .page-clearth_grade {
    padding: 40px 0 48px;
  }
}
.page-clearth_grade_top-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-clearth_grade_top-title .__en {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page-clearth_grade_top-title .__jp {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 560px) {
  .page-clearth_grade_top-title .__jp {
    font-size: 24px;
  }
}
.page-clearth_grade_table {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .page-clearth_grade_table {
    margin-top: 24px;
  }
}
.page-clearth_grade_table-thead {
  background: #6F8594;
}
.page-clearth_grade_table-header-title {
  height: 40px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  border: 3px solid #fff;
}
@media (max-width: 560px) {
  .page-clearth_grade_table-header-title {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    padding: 4.5px 0;
    height: auto;
  }
}
.page-clearth_grade_table-line:nth-child(2n) {
  background-color: #E0E0E0;
}
.page-clearth_grade_table-body-title {
  width: 170px;
  text-align: center;
  border: 3px solid #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-clearth_grade_table-body-title {
    width: unset;
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 560px) {
  .page-clearth_grade_table-body-title {
    padding: 10px 2px;
  }
}
.page-clearth_grade_table-body-data {
  padding: 12px 35px;
  border: 3px solid #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .page-clearth_grade_table-body-data {
    padding: 12px 24px;
  }
}
@media (max-width: 768px) {
  .page-clearth_grade_table-body-data {
    padding: 10px 10px;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}
.page-clearth_grade_table-body-data.__lg {
  padding: 24px 35px;
}
@media (max-width: 960px) {
  .page-clearth_grade_table-body-data.__lg {
    padding: 24px 24px;
  }
}
@media (max-width: 768px) {
  .page-clearth_grade_table-body-data.__lg {
    padding: 10px 8px;
  }
}
.page-clearth_grade_table-body-data .__caution {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(100%, -50%);
}
@media (max-width: 1200px) {
  .page-clearth_grade_table-body-data .__caution {
    right: -8px;
  }
}
@media (max-width: 768px) {
  .page-clearth_grade_table-body-data .__caution {
    font-size: 13px;
    text-align: center;
    line-height: 1;
    right: -5px;
  }
}
.page-clearth_grade_caution-list-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .page-clearth_grade_caution-list-wrap {
    justify-content: flex-start;
  }
}
.page-clearth_grade_caution-list-item {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-left: 3em;
  position: relative;
}
@media (max-width: 768px) {
  .page-clearth_grade_caution-list-item {
    font-size: 13px;
    line-height: 1.62;
    letter-spacing: -0.03em;
    padding-left: 2.5em;
  }
}
.page-clearth_grade_caution-list-item::before {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.page-clearth_grade_caution-list-item:nth-child(1)::before {
  content: "※1";
}
.page-clearth_grade_caution-list-item:nth-child(2)::before {
  content: "※2";
}
.page-clearth_grade_warranty {
  display: flex;
  margin-top: 57px;
}
@media (max-width: 768px) {
  .page-clearth_grade_warranty {
    flex-direction: column;
    margin-top: 32px;
  }
}
.page-clearth_grade_warranty-img {
  width: 29.2%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-clearth_grade_warranty-img {
    width: 100%;
  }
}
.page-clearth_grade_warranty-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-clearth_grade_warranty-content {
  background-color: #fff;
  width: 100%;
  padding: 20px 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-clearth_grade_warranty-content {
    padding: 20px 16px;
  }
}
.page-clearth_grade_content-inner {
  padding: 16px 0;
}
.page-clearth_grade_warranty-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-clearth_grade_warranty-title .__en {
  color: #D9D9D9;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.page-clearth_grade_warranty-title .__jp {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 560px) {
  .page-clearth_grade_warranty-title .__jp {
    font-size: 20px;
  }
}
.page-clearth_grade_warranty-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 10px;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .page-clearth_grade_warranty-list {
    margin-top: 20px;
  }
}
.page-clearth_grade_warranty-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 13px;
}
.page-clearth_grade_warranty-list-tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  background: #EDEDED;
  white-space: nowrap;
}
.page-clearth_grade_warranty-list-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .page-clearth_grade_warranty-list-text {
    font-size: 14px;
  }
}

.page-clearth_gallery {
  padding-top: 150px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-clearth_gallery {
    padding-top: 60px;
  }
}
.page-clearth_gallery_top-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-clearth_gallery_top-title {
    margin-bottom: 16px;
  }
}
.page-clearth_gallery_top-title .__en {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
@media (max-width: 560px) {
  .page-clearth_gallery_top-title .__en {
    font-size: 36px;
  }
}
.page-clearth_gallery_top-title .__jp {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-clearth_gallery_container:nth-child(n+2) {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .page-clearth_gallery_container:nth-child(n+2) {
    margin-top: 75px;
  }
}
.page-clearth_gallery_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .page-clearth_gallery_flex {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .page-clearth_gallery_flex {
    flex-direction: column;
  }
}
.page-clearth_gallery_flex-img {
  width: calc(50% + 50px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .page-clearth_gallery_flex-img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-clearth_gallery_flex-img {
    width: 100%;
    justify-content: center;
  }
}
.page-clearth_gallery_flex-img img {
  width: calc(50vw + 50px);
  max-width: unset;
}
@media (max-width: 960px) {
  .page-clearth_gallery_flex-img img {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .page-clearth_gallery_flex-img img {
    width: 100vw;
  }
}
.page-clearth_gallery_flex-content {
  width: calc(50% - 50px);
  max-width: 440px;
  padding-left: 40px;
}
@media (max-width: 960px) {
  .page-clearth_gallery_flex-content {
    width: 50%;
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .page-clearth_gallery_flex-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    max-width: unset;
  }
}
.page-clearth_gallery_flex-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-clearth_gallery_flex-title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .page-clearth_gallery_flex-title {
    font-size: 24px;
  }
}
.page-clearth_gallery_flex-text-wrap {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-clearth_gallery_flex-text-wrap {
    margin-top: 20px;
  }
}
.page-clearth_gallery_flex-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-clearth_gallery_flex-text {
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-clearth_gallery_flex-text:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-clearth_gallery_flex-text:nth-child(n+2) {
    margin-top: 15px;
  }
}
.page-clearth_gallery_btn {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-clearth_gallery_btn {
    margin-top: 20px;
  }
}
.page-clearth_gallery_slider-wrap {
  width: calc(100% + 120px);
  overflow: hidden;
  padding-right: 120px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page-clearth_gallery_slider-wrap {
    width: calc(100% + 60px);
    margin-left: 26px;
    padding-right: 120px;
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .page-clearth_gallery_slider-wrap {
    width: calc(100% + 80px);
    padding-right: 160px;
  }
}
.page-clearth_gallery_slider .slick-list {
  overflow: visible;
}
.page-clearth_gallery_slider .slick-dots {
  display: flex;
  max-width: 790px;
  width: 90%;
  height: 1px;
  background: #AEACA9;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .page-clearth_gallery_slider .slick-dots {
    margin-top: 26px;
  }
}
.page-clearth_gallery_slider .slick-dots li {
  width: 10%;
  height: 1px;
}
.page-clearth_gallery_slider .slick-dots li.slick-active {
  background: #000;
  transform: scale(1.5);
}
.page-clearth_gallery_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -200px;
}
.page-clearth_gallery_slider-item {
  margin-right: 24px;
}
@media (max-width: 960px) {
  .page-clearth_gallery_slider-item {
    margin-right: 16px;
  }
}
@media (max-width: 560px) {
  .page-clearth_gallery_slider-item {
    margin-right: 9px;
  }
}

.page-trip_mv {
  background-image: url(../../img/trip/mv_bg.jpg);
}
.page-trip_mv::before {
  background-color: rgba(255, 255, 255, 0.58);
}
.page-trip_mv_title {
  width: 265px;
}
@media (max-width: 768px) {
  .page-trip_mv_title {
    width: 175px;
  }
}

.page-trip_intro {
  padding: 120px 0 80px;
}
@media (max-width: 768px) {
  .page-trip_intro {
    padding: 55px 0 30px;
  }
}
.page-trip_intro_inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .page-trip_intro_inner {
    flex-direction: column;
  }
}
.page-trip_intro_main-img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-trip_intro_main-img {
    width: 100%;
    padding-bottom: 0;
  }
}
.page-trip_intro_main-img img {
  width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
@media (max-width: 768px) {
  .page-trip_intro_main-img img {
    width: 100%;
    height: auto;
  }
}
.page-trip_intro_content {
  width: 50%;
  padding-top: 60px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .page-trip_intro_content {
    padding-top: 0;
    width: 100%;
    max-width: unset;
  }
}
.page-trip_intro_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-trip_intro_text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.page-trip_intro_text:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-trip_intro_text:nth-child(n+2) {
    margin-top: 15px;
  }
}
.page-trip_intro_img.__01 {
  width: 64.75%;
}
@media (max-width: 560px) {
  .page-trip_intro_img.__01 {
    width: 91.34%;
  }
}
.page-trip_intro_img.__02 {
  width: 50%;
  margin-top: 12px;
  margin-left: auto;
}
@media (max-width: 560px) {
  .page-trip_intro_img.__02 {
    width: 71%;
  }
}

.page-trip_merit {
  padding: 80px 0 180px;
}
@media (max-width: 768px) {
  .page-trip_merit {
    padding: 30px 0 75px;
  }
}
.page-trip_merit_top-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-trip_merit_top-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 560px) {
  .page-trip_merit_top-title {
    font-size: 24px;
  }
}
.page-trip_merit_list {
  margin-top: 46px;
}
@media (max-width: 768px) {
  .page-trip_merit_list {
    margin-top: 20px;
  }
}
.page-trip_merit_list-item {
  display: flex;
}
@media (max-width: 768px) {
  .page-trip_merit_list-item {
    flex-direction: column;
  }
}
.page-trip_merit_list-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .page-trip_merit_list-item:nth-child(2n) {
    flex-direction: column;
  }
}
.page-trip_merit_list-item:nth-child(n+2) {
  margin-top: 46px;
}
.page-trip_merit_list-img {
  width: 36.6%;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .page-trip_merit_list-img {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .page-trip_merit_list-img {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 560px) {
  .page-trip_merit_list-img {
    height: 160px;
  }
}
.page-trip_merit_list-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-trip_merit_list-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 24px;
  background-color: #352F29;
}
@media (max-width: 768px) {
  .page-trip_merit_list-content {
    padding: 16px 20px;
  }
}
@media (max-width: 560px) {
  .page-trip_merit_list-content {
    padding: 10px 15px;
  }
}
.page-trip_merit_list-content-inner {
  max-width: 615px;
}
.page-trip_merit_list-content-title {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .page-trip_merit_list-content-title {
    gap: 15px;
  }
}
.page-trip_merit_list-content-title .__num {
  color: #D9D9D9;
  font-family: "EB Garamond", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-trip_merit_list-content-title .__num {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .page-trip_merit_list-content-title .__num {
    font-size: 32px;
  }
}
.page-trip_merit_list-content-title .__text {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-trip_merit_list-content-title .__text {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .page-trip_merit_list-content-title .__text {
    font-size: 24px;
  }
}
.page-trip_merit_list-content-text {
  color: #FFF;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 42px;
}
@media (max-width: 1200px) {
  .page-trip_merit_list-content-text {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .page-trip_merit_list-content-text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .page-trip_merit_list-content-text {
    margin-top: 10px;
  }
}

.page-trip_charm {
  padding: 120px 0 120px;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .page-trip_charm {
    padding: 40px 0 55px;
  }
}
.page-trip_charm_top-title {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-trip_charm_top-title {
    display: block;
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .page-trip_charm_top-title {
    font-size: 24px;
  }
}
.page-trip_charm_top-title .__logo {
  display: inline-block;
  width: 128px;
}
@media (max-width: 768px) {
  .page-trip_charm_top-title .__logo {
    width: 100px;
    transform: translateY(8%);
  }
}
@media (max-width: 560px) {
  .page-trip_charm_top-title .__logo {
    width: 87px;
  }
}
.page-trip_charm_main-img {
  margin-top: 56px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page-trip_charm_main-img {
    margin-top: 16px;
  }
}
.page-trip_charm_main-img img {
  width: calc(100vw - 40px);
  max-width: unset;
}
@media (max-width: 768px) {
  .page-trip_charm_main-img img {
    width: 100%;
  }
}
.page-trip_charm_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  margin-top: 80px;
}
@media (max-width: 960px) {
  .page-trip_charm_list {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-trip_charm_list {
    margin-top: 20px;
    gap: 15px 0;
  }
}
.page-trip_charm_list-item {
  width: calc(50% - 12px);
  max-width: 580px;
  padding: 32px 24px 48px 24px;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 960px) {
  .page-trip_charm_list-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-trip_charm_list-item {
    padding: 24px;
  }
}
@media (max-width: 560px) {
  .page-trip_charm_list-item {
    padding: 15px;
  }
}
.page-trip_charm_list-item-inner {
  max-width: 516px;
  margin: 0 auto;
}
.page-trip_charm_list-title-en {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.page-trip_charm_list-title-jp {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BDBDBD;
  position: relative;
}
@media (max-width: 768px) {
  .page-trip_charm_list-title-jp {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 7px;
  }
}
.page-trip_charm_list-title-jp::before {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 768px) {
  .page-trip_charm_list-title-jp::before {
    width: 28px;
  }
}
.page-trip_charm_list-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .page-trip_charm_list-text {
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-top: 10px;
  }
}

.page-trip_choose {
  padding: 120px 0 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-trip_choose {
    padding: 150px 0 60px;
  }
}
.page-trip_choose_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 257px;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-trip_choose_deco {
    width: 220px;
    top: 60px;
  }
}
@media (max-width: 560px) {
  .page-trip_choose_deco {
    width: 180px;
  }
}
.page-trip_choose_top-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-trip_choose_top-title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .page-trip_choose_top-title {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .page-trip_choose_list {
    margin-top: 58px;
  }
}
.page-trip_choose_list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
  border-bottom: 1px solid #DCDCDC;
  gap: 40px;
}
@media (max-width: 960px) {
  .page-trip_choose_list-item {
    flex-direction: column-reverse;
    gap: 15px;
    padding-bottom: 15px;
  }
}
.page-trip_choose_list-item:nth-child(n+2) {
  margin-top: 56px;
}
@media (max-width: 960px) {
  .page-trip_choose_list-item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.page-trip_choose_list-item:last-child {
  border: none;
}
.page-trip_choose_list-img {
  width: 41.66%;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 40px;
}
@media (max-width: 960px) {
  .page-trip_choose_list-img {
    width: 100%;
    max-width: 650px;
  }
}
.page-trip_choose_list-img img {
  width: 50vw;
  max-width: unset;
}
@media (max-width: 960px) {
  .page-trip_choose_list-img img {
    width: 100%;
  }
}
.page-trip_choose_list-content {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 560px) {
  .page-trip_choose_list-name-wrap {
    display: flex;
    align-items: center;
    gap: 13px;
  }
}
.page-trip_choose_list-name-en {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  line-height: 1.1;
}
.page-trip_choose_list-name-jp {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}
.page-trip_choose_list-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media (max-width: 960px) {
  .page-trip_choose_list-title {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .page-trip_choose_list-title {
    font-size: 28px;
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .page-trip_choose_list-title {
    font-size: 24px;
  }
}
.page-trip_choose_list-text-wrap {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .page-trip_choose_list-text-wrap {
    margin-top: 20px;
  }
}
.page-trip_choose_list-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-trip_choose_list-text {
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-trip_choose_list-text:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-trip_choose_list-text:nth-child(n+2) {
    margin-top: 15px;
  }
}

.page-trip_cta {
  width: 100%;
  height: 536px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../img/trip/cta_bg.jpg) center/cover;
}
@media (max-width: 768px) {
  .page-trip_cta {
    height: auto;
    padding: 43px 36px 53px;
  }
}
@media (max-width: 768px) {
  .page-trip_cta_inner {
    width: 100%;
  }
}
.page-trip_cta_text-sm {
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.page-trip_cta_text-lg {
  color: #FFF;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .page-trip_cta_text-lg {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .page-trip_cta_text-lg {
    font-size: 20px;
  }
}
.page-trip_cta_btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .page-trip_cta_btn-wrap {
    margin-top: 46px;
  }
}

.u_break_pc {
  display: none;
}
@media (max-width: 1200px) {
  .u_break_pc {
    display: block;
  }
}
.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_pc {
  display: none;
}
@media (max-width: 1200px) {
  .u_break_pc {
    display: block;
  }
}
.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}

.u_pointer-none {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */