@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input {
  width: 100%;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.exhibition {
  background-color: #FFFAF6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.exhibition > span {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6875;
}
.exhibition > .link {
  display: inline-block;
  border-bottom: 1px solid #333333;
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  color: #333333;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.7692;
}
@media (max-width: 1024px) {
  .exhibition {
    display: none;
  }
}

.header {
  background-color: #fff;
  width: 100%;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .header > .header_inner > .header_sp-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 70px;
  }
}
.header > .header_inner > .header_sp-flex > .header_pc-name {
  float: left;
  margin-left: clamp(0.625rem, -4.396rem + 7.85vw, 5.313rem);
  margin-top: 20px;
}
.header > .header_inner > .header_sp-flex > .header_pc-name > a img {
  width: 157px;
  height: auto;
}
@media (max-width: 1024px) {
  .header > .header_inner > .header_sp-flex > .header_pc-name {
    margin-left: 30px;
    float: initial;
    position: relative;
    z-index: 1;
  }
}
.header > .header_inner > .header_sp-flex > .sp_btn {
  position: relative;
  width: 36px;
  height: 16px;
  cursor: pointer;
  transition: all 0.4s;
  margin-top: 26px;
  margin-right: 30px;
  display: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .header > .header_inner > .header_sp-flex > .sp_btn {
    display: block;
  }
}
.header > .header_inner > .header_sp-flex > .sp_btn > span {
  position: absolute;
  display: inline-block;
  left: 0;
  border: 1px solid #333333;
  transition: all 0.4s;
}
.header > .header_inner > .header_sp-flex > .sp_btn > span:nth-child(1) {
  top: 0px;
  width: 100%;
}
.header > .header_inner > .header_sp-flex > .sp_btn > span:nth-child(2) {
  top: 7px;
  width: 100%;
}
.header > .header_inner > .header_sp-flex > .sp_btn > span:nth-child(3) {
  top: 14px;
  width: 100%;
}
.header > .header_inner > .header_sp-flex > .sp_btn.active > span:nth-child(1) {
  transform: rotate(-150deg);
  top: 50%;
  width: 80%;
}
.header > .header_inner > .header_sp-flex > .sp_btn.active > span:nth-child(2) {
  opacity: 0;
}
.header > .header_inner > .header_sp-flex > .sp_btn.active > span:nth-child(3) {
  transform: rotate(150deg);
  top: 50%;
  width: 80%;
}
.header > .header_inner > .header_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 clamp(1.625rem, -1.524rem + 4.92vw, 4.375rem);
}
@media (max-width: 1024px) {
  .header > .header_inner > .header_body {
    flex-direction: column;
    padding: 28.98vw 30px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    justify-content: flex-start;
    row-gap: 114px;
  }
}
.header > .header_inner > .header_body > .menu_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .header > .header_inner > .header_body > .menu_list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 52px;
  }
}
.header > .header_inner > .header_body > .header_right {
  display: flex;
  align-items: center;
  gap: 2.39vw;
}
@media (max-width: 1024px) {
  .header > .header_inner > .header_body > .header_right {
    flex-direction: column;
    row-gap: 92px;
  }
}
.header > .header_inner > .header_body > .header_right > .sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .header > .header_inner > .header_body > .header_right > .online > .link {
    border-bottom: 1px solid #333333;
    padding: 0 25px 15px;
  }
}
.header > .header_inner > .header_body.panelactive {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.top_header {
  top: 46px;
}
@media (max-width: 1024px) {
  .top_header {
    top: 0;
  }
}

.fv {
  margin-top: 116px;
  position: relative;
}
@media (max-width: 1024px) {
  .fv {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 0;
  }
}
.fv > .fv_item {
  width: 100vw;
  height: 100vh;
}
.fv > .fv_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv > .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv > .slider {
    height: 100vh;
  }
}
.fv > .fv_ttl-box {
  position: absolute;
  z-index: 1;
  left: 4.42vw;
  bottom: 4.16vw;
  font-family: "Shippori Mincho", serif;
  color: #333333;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fv > .fv_ttl-box {
    left: 7.2vw;
    bottom: 14.91vw;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .fv > .fv_ttl-box {
      bottom: 40vw;
    }
  }
}
.fv > .fv_ttl-box > .fv_ttl {
  display: block;
  font-size: 20px;
  line-height: 1.458;
}

@media screen and (max-width: 768px) {
  .fv_item.left-align picture img {
    object-position: 25% 50%;
  }
}

.fv .slick-slide {
  height: 100%;
  overflow: hidden;
  transition: opacity 2s ease-in-out;
  min-height: 900px;
  height: clamp(31.25rem, -53.856rem + 425.53vw, 56.25rem);
}
@media screen and (max-width: 375px) {
  .fv .slick-slide {
    min-height: initial;
    height: initial;
  }
}

.fv .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-track {
  display: flex;
}

.top_soie-celeste {
  background-image: url(../images/background1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top_soie-celeste {
    background-image: initial;
  }
}
.top_soie-celeste > .inner {
  position: relative;
}
.top_soie-celeste > .inner > .text_inner {
  padding: 16.77vw 4.81vw 13.48vw;
  height: 100%;
  max-width: clamp(28.125rem, 15.241rem + 20.11vw, 39.375rem);
  margin-inline: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  row-gap: 8.33vw;
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .text_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 21.25vw 20.04vw;
    margin-inline: auto;
    max-width: none;
    row-gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top_soie-celeste > .inner > .text_inner {
    padding-top: 21.25vw;
    padding-bottom: 21.25vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_soie-celeste > .inner > .text_inner > .text-box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .text_inner > .text-box {
    width: 100%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top_soie-celeste > .inner > .text_inner > .text-box {
    padding-left: 20.04vw;
    padding-right: 20.04vw;
  }
}
@media screen and (max-width: 375px) {
  .top_soie-celeste > .inner > .text_inner > .text-box {
    padding-left: 18.9vw;
    padding-right: 18.9vw;
  }
}
.top_soie-celeste > .inner > .text_inner > .lower_link {
  text-align: center;
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .text_inner > .lower_link {
    text-align: initial;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_soie-celeste > .inner > .text_inner > .lower_link {
    padding: 0 11.35vw;
  }
}
.top_soie-celeste > .inner > .text_inner > .lower_link > .link {
  width: 100%;
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box {
    display: flex;
    flex-direction: column;
  }
}
.top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image1 {
  position: absolute;
  background-image: url(../images/top-about-1.jpg);
  background-size: cover;
  background-position: center;
  width: 36.45vw;
  height: 23.43vw;
  top: 11.45vw;
  right: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image1 {
    position: relative;
    background-image: url(../images/top-about-7.jpg);
    top: 0;
    width: 44.44vw;
    height: 58.21vw;
    align-self: flex-start;
    min-width: initial;
    min-height: initial;
  }
}
.top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image2 {
  position: absolute;
  background-image: url(../images/top-about-7.jpg);
  background-size: cover;
  background-position: center;
  width: 15.1vw;
  height: 19.79vw;
  top: 19.11vw;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image2 {
    position: relative;
    background-image: url(../images/top-about-2.jpg);
    align-self: flex-end;
    width: 46.37vw;
    height: 59.9vw;
    top: initial;
    left: initial;
    right: 0;
    margin-top: -40px;
    min-width: initial;
    min-height: initial;
  }
}
.top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image3 {
  position: absolute;
  background-image: url(../images/top-about-2.jpg);
  background-size: cover;
  background-position: center;
  width: 19.79vw;
  height: 23.9vw;
  top: 31.4vw;
  left: 16.66vw;
  z-index: -2;
  min-width: 228px;
  min-height: 275.4px;
}
@media screen and (max-width: 1440px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image3 {
    left: 10vw;
  }
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image3 {
    min-width: initial;
    min-height: initial;
    position: relative;
    background-image: url(../images/top-about-4.jpg);
    width: 85.99vw;
    height: 65.7vw;
    top: initial;
    left: initial;
    align-self: center;
    margin-top: -32px;
  }
}
.top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image4 {
  position: absolute;
  background-image: url(../images/top-about-4.jpg);
  background-size: cover;
  background-position: center;
  width: 28.64vw;
  height: 21.87vw;
  bottom: 9.11vw;
  left: 3.69vw;
  z-index: -3;
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image4 {
    position: relative;
    background-image: url(../images/top-about-1.jpg);
    width: 85.5vw;
    height: 55.07vw;
    bottom: initial;
    left: initial;
    align-self: center;
    min-width: initial;
    min-height: initial;
  }
}
.top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image5 {
  position: absolute;
  background-image: url(../images/top-about-5.jpg);
  background-size: cover;
  background-position: center;
  width: 18.22vw;
  height: 24.47vw;
  right: 1.19vw;
  top: 48.02vw;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image5 {
    position: relative;
    width: 42.75vw;
    height: 57.48vw;
    right: initial;
    top: initial;
    align-self: flex-end;
    margin-top: clamp(2.272rem, 11.36vw, 5.454rem);
    min-width: initial;
    min-height: initial;
  }
}
.top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image6 {
  position: absolute;
  background-image: url(../images/top-about-6.jpg);
  background-size: cover;
  background-position: center;
  width: 15.62vw;
  height: 11.97vw;
  right: 21.66vw;
  bottom: 0.86vw;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image6 {
    right: 14vw;
  }
}
@media (max-width: 1024px) {
  .top_soie-celeste > .inner > .top_soie-celeste-imgae-box > .image6 {
    position: relative;
    width: 62.07vw;
    height: 47.58vw;
    right: initial;
    bottom: initial;
    align-self: flex-start;
    margin-top: -18.84vw;
    min-width: initial;
    min-height: initial;
  }
}

.top_tango-chirimen {
  position: relative;
}
.top_tango-chirimen::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  background-color: #FFFAF7;
}
@media screen and (max-width: 768px) {
  .top_tango-chirimen {
    margin-top: 20vw;
  }
}
.top_tango-chirimen > .inner {
  max-width: 1375px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6.4vw;
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.92vw;
}
@media (max-width: 1024px) {
  .top_tango-chirimen > .inner {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    align-items: flex-start;
    gap: 0;
  }
}
.top_tango-chirimen > .inner > .top_tango-chirimen-imagebox {
  position: relative;
}
@media (max-width: 1024px) {
  .top_tango-chirimen > .inner > .top_tango-chirimen-imagebox {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5.79vw;
  }
}
.top_tango-chirimen > .inner > .top_tango-chirimen-imagebox > .image1 {
  background-image: url(../images/top-tangochirimen-1.jpg);
  background-size: cover;
  background-position: center;
  width: 25vw;
  height: 35.41vw;
}
@media (max-width: 1024px) {
  .top_tango-chirimen > .inner > .top_tango-chirimen-imagebox > .image1 {
    width: 79.95vw;
    height: 113.52vw;
    align-self: flex-start;
  }
}
.top_tango-chirimen > .inner > .top_tango-chirimen-imagebox > .image2 {
  background-image: url(../images/top-tangochirimen-4.jpg);
  background-size: cover;
  background-position: center;
  width: 20.83vw;
  height: 15.78vw;
  margin-top: -7.7vw;
  margin-left: 9.68vw;
}
@media (max-width: 1024px) {
  .top_tango-chirimen > .inner > .top_tango-chirimen-imagebox > .image2 {
    width: 66.18vw;
    height: 50.24vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 30px;
    align-self: flex-end;
  }
}
.top_tango-chirimen > .inner > .text_inner {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media (max-width: 1024px) {
  .top_tango-chirimen > .inner > .text_inner {
    padding: 19.32vw 15.7vw;
    background-color: #FFFAF7;
    width: 100%;
    row-gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top_tango-chirimen > .inner > .text_inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 19.32vw;
  }
}
@media screen and (max-width: 768px) {
  .top_tango-chirimen > .inner > .text_inner > .lower_link {
    padding: 0 11.35vw;
  }
}
.top_tango-chirimen > .inner > .text_inner > .lower_link > .link {
  max-width: 353px;
}
@media (max-width: 1024px) {
  .top_tango-chirimen > .inner > .text_inner > .lower_link > .link {
    max-width: 100%;
  }
}
.top_tango-chirimen > .inner > .text_inner > .text-box {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media screen and (max-width: 768px) {
  .top_tango-chirimen > .inner > .text_inner > .text-box {
    padding: 19.32vw 13.2vw 0;
  }
}
.top_tango-chirimen > .inner > .text_inner > .text-box > .box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media (max-width: 1024px) {
  .top_tango-chirimen > .inner > .text_inner > .text-box > .box {
    row-gap: 50px;
  }
}

.top_marusen-silk-chirimen {
  margin-top: 6.25vw;
  position: relative;
}
@media (max-width: 1024px) {
  .top_marusen-silk-chirimen {
    margin-top: 18.18vw;
  }
}
.top_marusen-silk-chirimen > .inner {
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.29vw;
}
@media (max-width: 1024px) {
  .top_marusen-silk-chirimen > .inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    gap: 19.32vw;
  }
}
.top_marusen-silk-chirimen > .inner > .text_inner {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media (max-width: 1024px) {
  .top_marusen-silk-chirimen > .inner > .text_inner {
    width: 100%;
    padding-left: 10.7vw;
    padding-right: 10.7vw;
  }
}
.top_marusen-silk-chirimen > .inner > .text_inner > .text-box {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
.top_marusen-silk-chirimen > .inner > .text_inner > .text-box > .box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media (max-width: 1024px) {
  .top_marusen-silk-chirimen > .inner > .text_inner > .text-box > .box {
    row-gap: 50px;
  }
}
.top_marusen-silk-chirimen > .inner > .text_inner > .lower_link .link {
  max-width: 397px;
}
@media (max-width: 1024px) {
  .top_marusen-silk-chirimen > .inner > .text_inner > .lower_link .link {
    max-width: initial;
  }
}
.top_marusen-silk-chirimen > .inner > .top_marusen-silk-chirimen-imagebox {
  width: 40.72vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .top_marusen-silk-chirimen > .inner > .top_marusen-silk-chirimen-imagebox {
    width: 100%;
  }
}
.top_marusen-silk-chirimen > .inner > .top_marusen-silk-chirimen-imagebox > .image1 {
  background-image: url(../images/top-marusensilk-4.jpg);
  background-size: cover;
  background-position: center;
  width: 15.625vw;
  height: 20.83vw;
}
@media (max-width: 1024px) {
  .top_marusen-silk-chirimen > .inner > .top_marusen-silk-chirimen-imagebox > .image1 {
    align-self: flex-start;
    width: 41.3vw;
    height: 55.07vw;
  }
}
.top_marusen-silk-chirimen > .inner > .top_marusen-silk-chirimen-imagebox > .image2 {
  background-image: url(../images/top-marusensilk-3.jpg);
  background-size: cover;
  background-position: center;
  width: 31.25vw;
  height: 19.79vw;
  align-self: flex-end;
  margin-top: -2.08vw;
}
@media (max-width: 1024px) {
  .top_marusen-silk-chirimen > .inner > .top_marusen-silk-chirimen-imagebox > .image2 {
    width: 83.09vw;
    height: 52.65vw;
    align-self: flex-end;
    margin-top: -5.79vw;
  }
}

.top-image1 {
  margin-inline: auto;
  margin-top: 7.8vw;
}
@media (max-width: 1024px) {
  .top-image1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .top-image1 {
    margin-top: 9.66vw;
  }
}
.top-image1 img {
  width: clamp(55.375rem, 29.535rem + 40.34vw, 77.938rem);
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .top-image1 img {
    width: 100%;
  }
}

.top-image2 {
  margin-top: 6.25vw;
}
@media (max-width: 1024px) {
  .top-image2 {
    margin-top: 18.18vw;
  }
}
.top-image2 > picture img {
  height: 20.83vw;
}

.top_online-shop {
  margin-top: 7.81vw;
}
@media (max-width: 1024px) {
  .top_online-shop {
    margin-top: 18.18vw;
  }
}
.top_online-shop > .top-inner > .grid {
  margin-top: 3.125vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .top_online-shop > .top-inner > .grid {
    margin-top: 30px;
    column-gap: 10px;
  }
}
@media screen and (max-width: 375px) {
  .top_online-shop > .top-inner > .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top_online-shop > .top-inner > .grid > .grid-item {
  position: relative;
}
.top_online-shop > .top-inner > .grid > .grid-item > span {
  width: 72px;
  height: 72px;
  background-color: #D2D1C0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: absolute;
  top: -5%;
  left: -3%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_online-shop > .top-inner > .grid > .grid-item > span {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.top_online-shop > .top-inner > .grid > .grid-item > .grid-link > img {
  aspect-ratio: 48/32;
}
.top_online-shop > .top-inner > .grid > .grid-item > .grid-link > .grid-ttl {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.12em;
  padding-top: 15px;
}
@media screen and (max-width: 375px) {
  .top_online-shop > .top-inner > .grid > .grid-item > .grid-link > .grid-ttl {
    font-size: clamp(0.813rem, 0.174rem + 3.19vw, 1rem);
  }
}
.top_online-shop > .top-inner > .grid > .grid-item > .grid-link > .grid-ttl > .grid-price {
  display: block;
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 375px) {
  .top_online-shop > .top-inner > .grid > .grid-item > .grid-link > .grid-ttl > .grid-price {
    font-size: clamp(0.75rem, 0.324rem + 2.13vw, 0.875rem);
  }
}
.top_online-shop > .top-inner > .online {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .top_online-shop > .top-inner > .online {
    margin-top: 50px;
  }
}
.top_online-shop > .top-inner > .online > .link {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  max-width: 320px;
  margin-left: auto;
  padding-bottom: 20px;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .top_online-shop > .top-inner > .online > .link {
    gap: 10px;
    max-width: 410px;
  }
}
.top_online-shop > .top-inner > .online > .link > .text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .top_online-shop > .top-inner > .online > .link > .text {
    font-size: 16px;
  }
}
.top_online-shop > .top-inner > .online > .link > .back_svg img {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .top_online-shop > .top-inner > .online > .link > .back_svg img {
    width: 16.72px;
  }
}

.top_instagram {
  margin-top: 7.8125vw;
  background-image: url(../images/background3.jpg);
}
@media (max-width: 1024px) {
  .top_instagram {
    margin-top: 18.18vw;
  }
}
.top_instagram > .top-inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
@media (max-width: 1024px) {
  .top_instagram > .top-inner {
    padding-top: 15.9vw;
    padding-bottom: 15.9vw;
  }
}
.top_instagram > .top-inner > .grid {
  margin-top: 3.125vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .top_instagram > .top-inner > .grid {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .top_instagram > .top-inner > .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top_instagram > .top-inner > .grid > .grid-item > .grid-link img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.top_instagram > .top-inner > .online {
  margin-top: 50px;
}
.top_instagram > .top-inner > .online > .link {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  max-width: 451px;
  margin-left: auto;
  padding-bottom: 20px;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .top_instagram > .top-inner > .online > .link {
    gap: 10px;
  }
}
.top_instagram > .top-inner > .online > .link > .instagram img {
  width: 19.44px;
}
.top_instagram > .top-inner > .online > .link > .text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .top_instagram > .top-inner > .online > .link > .text {
    font-size: 16px;
  }
}
.top_instagram > .top-inner > .online > .link > .back_svg img {
  width: 18px;
}

.top_news {
  background-image: url(../images/background4.jpg);
}
.top_news > .top-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .top_news > .top-inner {
    padding-top: 15.9vw;
    padding-bottom: 15.9vw;
  }
}
.top_news > .top-inner > .list {
  padding-top: 40px;
}
.top_news > .top-inner > .lower_link {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .top_news > .top-inner > .lower_link {
    margin-top: 60px;
  }
}
.top_news > .top-inner > .lower_link > .link {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  max-width: 320px;
  margin-left: auto;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_news > .top-inner > .lower_link > .link {
    max-width: 410px;
  }
}
.top_news > .top-inner > .lower_link > .link > .text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .top_news > .top-inner > .lower_link > .link > .text {
    font-size: 16px;
  }
}

.top_news .list > .item,
.lower_news .list > .item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.top_news .list > .item:first-child,
.lower_news .list > .item:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.top_news .list > .item > .link,
.lower_news .list > .item > .link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top_news .list > .item > .link,
  .lower_news .list > .item > .link {
    gap: 30px;
  }
}
.top_news .list > .item > .link > .date,
.lower_news .list > .item > .link > .date {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.214;
  margin-top: 5px;
}
.top_news .list > .item > .link > .item-ttl,
.lower_news .list > .item > .link > .item-ttl {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6875;
}

.top_contact {
  padding: 100px 15px;
}
.top_contact > .ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top_contact > .contact-info {
  column-gap: 20px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_contact > .contact-info {
    flex-direction: column;
    row-gap: 50px;
  }
}
.top_contact > .contact-info > .phone {
  border-bottom: 1px solid #333333;
  padding: 0 15px 5px;
}
@media screen and (max-width: 768px) {
  .top_contact > .contact-info > .phone {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
}
.top_contact > .contact-info > .phone > .phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_contact > .contact-info > .phone > .phone-link > .text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
}
.top_contact > .contact-info > .phone > .phone-link > .text-box > .tel-text {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.top_contact > .contact-info > .phone > .phone-link > .text-box > .tel-explanation {
  font-weight: 700;
}
.top_contact > .contact-info > .phone > .phone-link > .text-box > .tel-explanation > .explanation-time {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.214;
}
.top_contact > .contact-info > .phone > .phone-link > .text-box > .tel-explanation > .explanation-ja {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.666;
}
.top_contact > .contact-info > .phone > .phone-link > .phone_svg img {
  width: 28.41px;
  height: auto;
}
.top_contact > .contact-info > .mail {
  border-bottom: 1px solid #333333;
  padding: 0 15px 23px;
}
@media screen and (max-width: 768px) {
  .top_contact > .contact-info > .mail {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
}
.top_contact > .contact-info > .mail > .mail-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_contact > .contact-info > .mail > .mail-link > .mail_svg img {
  width: 28px;
  height: auto;
}
.top_contact > .contact-info > .mail > .mail-link > .mail-text {
  padding-left: 15px;
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6875;
}

.top_contact .ttl-box .en-ttl {
  padding-bottom: 15px;
  display: block;
}

.page_meta {
  background-image: url(../images/bg-silk.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: clamp(34.813rem, 29.145rem + 21.9vw, 56.25rem);
}
.page_meta > .meta-box {
  height: clamp(34.813rem, 29.145rem + 21.9vw, 56.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_meta > .meta-box > .logo {
  width: 156px;
  height: auto;
  padding-top: 50px;
}

.footer {
  background-color: #FFFAF7;
  border-top: 1px solid #595959;
}
.footer > .footer_inner {
  max-width: 90%;
  padding: 150px 15px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner {
    padding: 83px 15px 21px;
  }
}
.footer > .footer_inner > .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: clamp(7rem, 5.5rem + 1.67vw, 7.5rem);
}
@media screen and (max-width: 1440px) {
  .footer > .footer_inner > .top {
    justify-content: flex-start;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .top {
    flex-direction: column;
    row-gap: 68px;
    align-items: center;
  }
}
.footer > .footer_inner > .top > .flex_right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: clamp(6.063rem, 1.738rem + 4.8vw, 7.5rem);
}
.footer > .footer_inner > .top > .flex_right > .footer_center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer > .footer_inner > .top > .flex_right > .footer_center > .menu_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .top > .flex_right > .footer_center > .menu_list {
    flex-direction: column;
    row-gap: 44px;
  }
}
.footer > .footer_inner > .top > .flex_right > .footer_center > .menu_list > .item > .link {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .footer > .footer_inner > .top > .flex_right > .footer_center > .menu_list > .item > .link {
    font-size: 16px;
  }
}
.footer > .footer_inner > .top > .flex_right > .footer_center > .online {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .top > .flex_right > .footer_center > .online {
    display: none;
  }
}
.footer > .footer_inner > .top > .flex_right > .footer_center > .online > .link {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}
.footer > .footer_inner > .top > .flex_right > .sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .top > .flex_right > .sns_list {
    display: none;
  }
}
.footer > .footer_inner > .top > .md_block > .online > .link {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333333;
}
.footer > .footer_inner > .top > .md_block > .sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 68px;
}
.footer > .footer_inner > .bottom {
  margin-top: 135px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .bottom {
    margin-top: 78px;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
  }
}
.footer > .footer_inner > .bottom > .left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .bottom > .left {
    flex-direction: column;
    row-gap: 50px;
  }
}
.footer > .footer_inner > .bottom > .left > .address-box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .bottom > .left > .address-box {
    text-align: center;
    row-gap: 15px;
  }
}
.footer > .footer_inner > .bottom > .left > .address-box > .address {
  display: block;
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.784;
}
.footer > .footer_inner > .bottom > .left > .address-box > .tel {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .bottom > .left > .address-box > .tel {
    font-size: 14px;
  }
}
.footer > .footer_inner > .bottom > .left > .ja-logo img {
  width: 187px;
  height: auto;
}
.footer > .footer_inner > .bottom > .copy-right {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.01em;
  line-height: 1.214;
}
@media screen and (max-width: 768px) {
  .footer > .footer_inner > .bottom > .copy-right {
    font-size: 10px;
  }
}

.footer .logo img {
  width: 250px;
  height: auto;
}

.lower_soie-celeste {
  margin: 170px 0 200px;
}
@media screen and (max-width: 768px) {
  .lower_soie-celeste {
    margin: 120px 0 150px;
  }
}
.lower_soie-celeste > .lower_soie-celeste-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7.8125vw;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .lower_soie-celeste > .lower_soie-celeste-box {
    flex-direction: column;
    gap: 24.15vw;
    margin-top: 15.625vw;
  }
}
.lower_soie-celeste > .lower_soie-celeste-box > img {
  max-width: 858px;
  width: 43.33%;
  height: auto;
}
@media (max-width: 1024px) {
  .lower_soie-celeste > .lower_soie-celeste-box > img {
    width: 100%;
    max-width: initial;
  }
}
.lower_soie-celeste > .lower_soie-celeste-box > .text_inner {
  padding-right: 7.8125vw;
}
@media (max-width: 1024px) {
  .lower_soie-celeste > .lower_soie-celeste-box > .text_inner {
    padding-right: 0;
    width: 100%;
    padding-left: 10.86vw;
    padding-right: 10.86vw;
  }
}
.lower_soie-celeste > .lower_soie-celeste-box > .text_inner > .text-box {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media (max-width: 1024px) {
  .lower_soie-celeste > .lower_soie-celeste-box > .text_inner > .text-box {
    row-gap: 75px;
    width: 100%;
  }
}
.lower_soie-celeste > .lower_soie-celeste-box > .text_inner > .text-box > .box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media (max-width: 1024px) {
  .lower_soie-celeste > .lower_soie-celeste-box > .text_inner > .text-box > .box {
    width: 100%;
    row-gap: 50px;
  }
}
.lower_soie-celeste > .lower_soie-celeste-box > .text_inner > .text-box > .lower_link {
  max-width: 353px;
}
@media (max-width: 1024px) {
  .lower_soie-celeste > .lower_soie-celeste-box > .text_inner > .text-box > .lower_link {
    max-width: initial;
  }
}

.lower_tango-chirimen {
  margin: 170px 0 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen {
    margin: 120px 0 150px;
  }
}

.lower_tango-chirimen1 {
  position: relative;
  aspect-ratio: 1920/1084;
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lower_tango-chirimen1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tc-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen1 {
    justify-content: flex-start;
    margin-top: 15.625vw;
  }
  .lower_tango-chirimen1::before {
    background-image: linear-gradient(rgba(51, 51, 51, 0.15), rgba(51, 51, 51, 0.15)), url(../images/tc-1.jpg);
    background-position: center left;
    opacity: 1;
  }
}
.lower_tango-chirimen1 > .text_inner {
  padding: 13.02vw 7.8125vw 13.02vw 0;
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen1 > .text_inner {
    padding: 34.54vw 30px 32.6vw;
  }
}
.lower_tango-chirimen1 > .text_inner > .text-box {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
.lower_tango-chirimen1 > .text_inner > .text-box > .box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen1 > .text_inner > .text-box > .box {
    width: 100%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen1 > .text_inner > .text-box > .box > .text {
    color: #fff;
  }
}

.lower_tango-chirimen2 {
  margin-top: 7.8125vw;
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen2 {
    margin-top: 18.18vw;
  }
}
.lower_tango-chirimen2 > .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10.29vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner {
    flex-direction: column;
    row-gap: 17.04vw;
  }
}
.lower_tango-chirimen2 > .inner > .image-box {
  display: flex;
  flex-direction: column;
  width: 46.875vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner > .image-box {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner > .image-box > .image1 {
    align-self: flex-start;
  }
}
.lower_tango-chirimen2 > .inner > .image-box > .image1 > img {
  width: 41.06vw;
  height: 25.22vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner > .image-box > .image1 > img {
    min-width: initial;
    min-height: initial;
    width: 82.6vw;
    height: 53.14vw;
  }
}
.lower_tango-chirimen2 > .inner > .image-box > .image2 {
  align-self: flex-end;
  margin-top: -6.39vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner > .image-box > .image2 {
    min-width: initial;
    min-height: initial;
    margin-right: 6.81vw;
  }
}
.lower_tango-chirimen2 > .inner > .image-box > .image2 > img {
  width: 27.39vw;
  height: 19.63vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner > .image-box > .image2 > img {
    min-width: initial;
    min-height: initial;
    width: 54.51vw;
    height: 38.99vw;
  }
}
.lower_tango-chirimen2 > .inner > .text_inner {
  width: 48.875vw;
  padding-right: 7vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner > .text_inner {
    width: 100%;
    padding: 0 16.9vw 0 7.24vw;
  }
}
.lower_tango-chirimen2 > .inner > .text_inner > .text-box > .box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner > .text_inner > .text-box > .box {
    row-gap: 50px;
  }
}
.lower_tango-chirimen2 > .inner > .text-box {
  width: 39.375vw;
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen2 > .inner > .text-box {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .lower_tango-chirimen2 > .inner > .text-box > .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen2 > .inner > .text-box > .text {
    font-size: 16px;
  }
}
.lower_tango-chirimen2 > .inner > .text-box > .text + .text {
  padding-top: 3.64vw;
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen2 > .inner > .text-box > .text + .text {
    padding-top: 50px;
  }
}

.lower_tango-chirimen3 {
  margin-top: 9.47vw;
  width: 1656px;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen3 {
    margin-top: 19.04vw;
  }
}
.lower_tango-chirimen3 > .lower_slider {
  width: 100%;
}
.lower_tango-chirimen3 > .lower_slider > .item {
  aspect-ratio: 414/296.92;
  overflow: hidden;
}
.lower_tango-chirimen3 > .lower_slider > .item > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lower_tango-chirimen3 {
    margin-top: 18.18vw;
  }
}

.lower_tango-chirimen4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: clamp(5.625rem, -10.838rem + 25.7vw, 20rem);
  margin-top: 8.33vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen4 {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 19.32vw;
    margin-top: 16.9vw;
  }
}
.lower_tango-chirimen4 > img {
  max-width: 858px;
  width: 43.33%;
  height: auto;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen4 > img {
    max-width: initial;
    width: 100%;
  }
}
.lower_tango-chirimen4 > .text_inner {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  padding-left: 7.8125vw;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen4 > .text_inner {
    width: 100%;
    padding-left: 9.66vw;
    padding-right: 14.49vw;
  }
}
.lower_tango-chirimen4 > .text_inner > .lower_link {
  max-width: 353px;
}
@media (max-width: 1024px) {
  .lower_tango-chirimen4 > .text_inner > .lower_link {
    max-width: initial;
  }
}

.lower_marusen-silk-chirimen {
  margin: 170px 0 200px;
}
@media screen and (max-width: 768px) {
  .lower_marusen-silk-chirimen {
    margin: 120px 0 150px;
  }
}
.lower_marusen-silk-chirimen > .image-box {
  margin-top: 12.82vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen > .image-box {
    margin-top: 0;
  }
}
.lower_marusen-silk-chirimen > .image-box img {
  width: clamp(59.375rem, 38.116rem + 33.18vw, 77.938rem);
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen > .image-box img {
    width: 100%;
  }
}

.lower_marusen-silk-chirimen1 {
  margin-top: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 7.73vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen1 {
    flex-direction: column;
    row-gap: 19.32vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_marusen-silk-chirimen1 {
    margin-top: 15.625vw;
  }
}
.lower_marusen-silk-chirimen1 > img {
  width: 41.04vw;
  height: 25.22vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen1 > img {
    max-width: initial;
    width: 100%;
    height: auto;
  }
}
.lower_marusen-silk-chirimen1 > .text_inner {
  padding-right: 4vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen1 > .text_inner {
    width: 100%;
    padding-left: 7.72vw;
    padding-right: 7.72vw;
  }
}
.lower_marusen-silk-chirimen1 > .text_inner > .text-box > .box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen1 > .text_inner > .text-box > .box {
    row-gap: 50px;
  }
}
.lower_marusen-silk-chirimen1 > .text_inner > .text-box > .box > .text > .link {
  border-bottom: 0.5px solid #333333;
  color: #333333;
}

.lower_marusen-silk-chirimen2 {
  margin-top: 8.33vw;
}
@media screen and (max-width: 768px) {
  .lower_marusen-silk-chirimen2 {
    margin-top: 19.32vw;
  }
}
.lower_marusen-silk-chirimen2 > .image-box {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(19, 1fr);
  grid-template-rows: repeat(16, 1fr);
  min-height: 970px;
}
@media screen and (max-width: 768px) {
  .lower_marusen-silk-chirimen2 > .image-box {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    min-height: initial;
  }
}
.lower_marusen-silk-chirimen2 > .image-box > .image1 {
  background-image: url(../images/msc-2.jpg);
  background-size: cover;
  background-position: center;
  grid-column: 2/span 8;
  grid-row: 1/span 6;
}
@media screen and (max-width: 768px) {
  .lower_marusen-silk-chirimen2 > .image-box > .image1 {
    max-width: 463.32px;
    aspect-ratio: 249.76/187.73;
    width: 60.32%;
    align-self: flex-start;
  }
}
.lower_marusen-silk-chirimen2 > .image-box > .image2 {
  background-image: url(../images/msc-3.jpg);
  background-size: cover;
  background-position: center;
  grid-column: 9/span 9;
  grid-row: 2/span 16;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lower_marusen-silk-chirimen2 > .image-box > .image2 {
    max-width: 460.944px;
    aspect-ratio: 576.18/856.29;
    width: 60%;
    margin-top: -5%;
    align-self: flex-end;
  }
}

.lower_marusen-silk-chirimen3 {
  margin-top: 8.85vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 {
    margin-top: 17.6vw;
  }
}
.lower_marusen-silk-chirimen3 > .inner {
  position: relative;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner {
    display: flex;
    flex-direction: column;
    row-gap: 17.6vw;
  }
}
.lower_marusen-silk-chirimen3 > .inner > .text_inner {
  height: 100%;
  margin-inline: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5.2vw;
  max-width: clamp(29.375rem, 3.893rem + 39.78vw, 51.625rem);
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner > .text_inner {
    max-width: initial;
    padding-left: 7.24vw;
    padding-right: 7.24vw;
  }
}
.lower_marusen-silk-chirimen3 > .inner > .text_inner > .text-box > .box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner > .text_inner > .text-box > .box {
    row-gap: 50px;
  }
}
.lower_marusen-silk-chirimen3 > .inner > .text_inner > .image4 {
  background-image: url(../images/msc-7.jpg);
  background-size: cover;
  background-position: center;
  width: 43.02vw;
  height: 29.11vw;
  z-index: -1;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner > .text_inner > .image4 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner > .image-box {
    display: flex;
    flex-direction: column;
  }
}
.lower_marusen-silk-chirimen3 > .inner > .image-box > .image1 {
  position: absolute;
  background-image: url(../images/msc-4.jpg);
  background-size: cover;
  background-position: center;
  width: 20.83vw;
  height: 14.0625vw;
  right: 16.3vw;
  top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner > .image-box > .image1 {
    position: initial;
    width: 77.29vw;
    height: 52.17vw;
    align-self: flex-start;
  }
}
.lower_marusen-silk-chirimen3 > .inner > .image-box > .image2 {
  position: absolute;
  background-image: url(../images/msc-5.jpg);
  background-size: cover;
  background-position: center;
  width: 25.57vw;
  height: 34.32vw;
  top: 5.98vw;
  right: 0;
  z-index: -2;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner > .image-box > .image2 {
    position: initial;
    width: 66.66vw;
    height: 89.37vw;
    align-self: flex-end;
    margin-top: -10.38vw;
  }
}
.lower_marusen-silk-chirimen3 > .inner > .image-box > .image3 {
  position: absolute;
  background-image: url(../images/msc-6.jpg);
  background-size: cover;
  background-position: center;
  width: 17.44vw;
  height: 23.48vw;
  top: 22.44vw;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner > .image-box > .image3 {
    position: initial;
    width: 52.41vw;
    height: 70.53vw;
    align-self: flex-start;
    margin-left: 7.24vw;
    margin-top: -6.72vw;
    z-index: -3;
  }
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen3 > .inner > .image-box > .image4 {
    background-image: url(../images/msc-7.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 67.63vw;
    z-index: -1;
    margin-top: 8.45vw;
  }
}

.lower_marusen-silk-chirimen4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 9.01vw;
  margin-top: 13.54vw;
  margin-bottom: 13.54vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen4 {
    margin-top: 19.32vw;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 19.32vw;
    margin-bottom: 0;
  }
}
.lower_marusen-silk-chirimen4 > img {
  max-width: 858px;
  aspect-ratio: 858/1029;
  width: 43.33%;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen4 > img {
    max-width: initial;
    width: 100%;
  }
}
.lower_marusen-silk-chirimen4 > .text_inner {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  padding-right: 7.8125vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen4 > .text_inner {
    width: 100%;
    padding-right: 7.24vw;
    padding-left: 7.24vw;
  }
}
.lower_marusen-silk-chirimen4 > .text_inner > .text-box > .box {
  display: flex;
  flex-direction: column;
  row-gap: 3.64vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen4 > .text_inner > .text-box > .box {
    row-gap: 50px;
  }
}

.lower_marusen-silk-chirimen5 {
  margin-top: 7.8125vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen5 {
    margin-top: 18.18vw;
    margin-bottom: 18.18vw;
  }
}
.lower_marusen-silk-chirimen5 > .inner {
  max-width: 1010px;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.lower_marusen-silk-chirimen5 > .inner > .care > .care_ttl {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
@media screen and (max-width: 768px) {
  .lower_marusen-silk-chirimen5 > .inner > .care > .care_ttl {
    padding-bottom: 24px;
  }
}
.lower_marusen-silk-chirimen5 > .inner > .care > .care_text {
  margin-top: 3.125vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen5 > .inner > .care > .care_text {
    margin-top: 9.09vw;
  }
}
.lower_marusen-silk-chirimen5 > .inner > .care > .laundry, .lower_marusen-silk-chirimen5 > .inner > .care .iron, .lower_marusen-silk-chirimen5 > .inner > .care .storage, .lower_marusen-silk-chirimen5 > .inner > .care .others {
  margin-top: 2.6vw;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen5 > .inner > .care > .laundry, .lower_marusen-silk-chirimen5 > .inner > .care .iron, .lower_marusen-silk-chirimen5 > .inner > .care .storage, .lower_marusen-silk-chirimen5 > .inner > .care .others {
    margin-top: 9.09vw;
  }
}
.lower_marusen-silk-chirimen5 > .inner > .care > .laundry > .list, .lower_marusen-silk-chirimen5 > .inner > .care .iron > .list, .lower_marusen-silk-chirimen5 > .inner > .care .storage > .list, .lower_marusen-silk-chirimen5 > .inner > .care .others > .list {
  margin-top: 25px;
}
.lower_marusen-silk-chirimen5 > .inner > .care > .laundry > .list > .item, .lower_marusen-silk-chirimen5 > .inner > .care .iron > .list > .item, .lower_marusen-silk-chirimen5 > .inner > .care .storage > .list > .item, .lower_marusen-silk-chirimen5 > .inner > .care .others > .list > .item {
  position: relative;
  padding-left: 14px;
}
.lower_marusen-silk-chirimen5 > .inner > .care > .laundry > .list > .item::before, .lower_marusen-silk-chirimen5 > .inner > .care .iron > .list > .item::before, .lower_marusen-silk-chirimen5 > .inner > .care .storage > .list > .item::before, .lower_marusen-silk-chirimen5 > .inner > .care .others > .list > .item::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background-color: #333333;
}
.lower_marusen-silk-chirimen5 > .inner > .care > img {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .lower_marusen-silk-chirimen5 > .inner > .care > img {
    margin-top: 40px;
  }
}
.lower_marusen-silk-chirimen5 > .inner > .care > .online {
  margin-top: 80px;
}
.lower_marusen-silk-chirimen5 > .inner > .care > .online > .link {
  border-bottom: 1px solid #333333;
  max-width: 320px;
  margin-inline: auto;
  padding-bottom: 20px;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .lower_marusen-silk-chirimen5 > .inner > .care > .online > .link {
    gap: 10px;
  }
}
.lower_marusen-silk-chirimen5 > .inner > .care > .online > .link > .text {
  font-size: 16px;
  font-weight: 700;
}
.lower_marusen-silk-chirimen5 > .inner > .care > .online > .link > .back_svg img {
  width: 18px;
}

.care .care_sub-ttl {
  font-weight: 700;
}

.lower_news {
  margin: 170px 0 200px;
}
@media screen and (max-width: 768px) {
  .lower_news {
    margin: 120px 0 150px;
  }
}
@media (max-width: 1024px) {
  .lower_news > .lower_ttl-box {
    padding-left: 30px;
  }
}
.lower_news > .inner {
  max-width: 1010px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 100px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lower_news > .inner {
    margin-top: 15.625vw;
  }
}

.pagination {
  margin-top: 5.2vw;
}
.pagination > .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.pagination > .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.pagination > .nav-links > .page-numbers.current, .pagination > .nav-links .page-numbers.prev {
  border-bottom: 1px solid #333333;
}
.pagination > .nav-links > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
}
.pagination > .nav-links > .page-numbers img {
  display: inline-block;
  width: 9px;
}
.pagination > .nav-links > .page-numbers.dots {
  border: none;
}

.lower_news-detail {
  margin: 170px 0 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower_news-detail {
    margin: 120px 0 150px;
  }
}
.lower_news-detail > .lower_ttl-box > span {
  position: absolute;
  height: 1px;
  width: 40px;
  background-color: rgba(51, 51, 51, 0.7);
  margin-top: 16px;
}
.lower_news-detail > .lower_ttl-box > time {
  display: block;
  margin-top: 40px;
  font-family: "Lato", sans-serif;
  color: #333333;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.416;
}

.lower_news-detail > .inner {
  max-width: 1010px;
  padding-left: 29px;
  padding-right: 29px;
  margin-top: 100px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lower_news-detail > .inner {
    margin-top: 15.625vw;
  }
}
.lower_news-detail > .inner > .detail_content {
  margin-top: 30px;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  .lower_news-detail > .inner > .detail_content {
    margin-top: 30px;
    padding-bottom: 80px;
  }
}
.lower_news-detail > .inner > .detail_content > .wp-block-heading {
  margin-top: 60px;
}
.lower_news-detail > .inner > .detail_content > h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0.12em;
  line-height: 1.916;
}
.lower_news-detail > .inner > .detail_content > p {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6875;
  margin-top: 31.5px;
}
.lower_news-detail > .inner > .detail_content > p > a {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6875;
  border-bottom: 1px solid #333333;
  padding-bottom: 6.5px;
  word-break: break-all;
}
.lower_news-detail > .inner > .detail_content > .wp-block-table {
  margin: 0;
  overflow-x: initial;
}
.lower_news-detail > .inner > .detail_content > .wp-block-table > .has-fixed-layout > tbody > tr {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6875;
}
.lower_news-detail > .inner > .detail_content > .wp-block-table > .has-fixed-layout > tbody > tr > th {
  border: none;
  width: 20%;
  font-weight: normal;
  text-align: initial;
  padding: 0;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .lower_news-detail > .inner > .detail_content > .wp-block-table > .has-fixed-layout > tbody > tr > th {
    padding-left: 0;
  }
}
.lower_news-detail > .inner > .detail_content > .wp-block-table > .has-fixed-layout > tbody > tr > td {
  border: none;
  width: 80%;
  padding: 0;
}
.lower_news-detail > .inner > .lower_news-detail-link {
  margin-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  .lower_news-detail > .inner > .lower_news-detail-link {
    margin-top: 9.09vw;
  }
}
.lower_news-detail > .inner > .lower_news-detail-link > .news-detail-link {
  position: relative;
  display: inline-block;
  padding: 0 30px 20px;
  border-bottom: 1px solid #333333;
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  max-width: 220px;
}
.lower_news-detail > .inner > .lower_news-detail-link > .news-detail-link > img {
  width: 9px;
  height: auto;
}

.contact {
  margin: 170px 0 200px;
}
@media (max-width: 1024px) {
  .contact {
    margin: 120px 0 150px;
  }
}
@media (max-width: 1024px) {
  .contact > .lower_ttl-box {
    padding-left: 30px;
  }
}
.contact > .form {
  max-width: 1010px;
  padding-left: 30px;
  padding-right: 30px;
  margin-inline: auto;
  margin-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  .contact > .form {
    margin-top: 50px;
  }
}
.contact > .form > .form__list > .form__field {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .contact > .form > .form__list > .form__field {
    flex-direction: column;
  }
}
.contact > .form > .form__list > .form__field + .form__field {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact > .form > .form__list > .form__field + .form__field {
    padding-top: 37.5px;
  }
}
.contact > .form > .form__list > .form__field > .form__label {
  width: 20%;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .contact > .form > .form__list > .form__field > .form__label {
    width: 100%;
    padding-top: 0;
  }
}
.contact > .form > .form__list > .form__field > .form__label > label {
  display: flex;
  justify-content: space-between;
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6875;
}
@media (max-width: 1024px) {
  .contact > .form > .form__list > .form__field > .form__label > label {
    justify-content: flex-start;
    gap: 14px;
  }
}
.contact > .form > .form__list > .form__field > .form__label > label > .form__required {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.666;
  background-color: #333333;
  padding: 5px 8px;
  border-radius: 2px;
}
.contact > .form > .form__list > .form__field > .form__data {
  width: 75%;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6875;
  padding: 24px 32px;
  border: 1px solid #C6C3C1;
  background-color: rgba(198, 195, 193, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .contact > .form > .form__list > .form__field > .form__data {
    width: 100%;
    margin-top: 25px;
  }
}
.contact > .form > .form__list > .form__field > .form__data > .form__textarea {
  min-height: 260px;
  max-height: 500px;
  overflow-y: auto;
  resize: vertical;
  width: 100%;
  box-sizing: border-box;
}
.contact > .form > .form__submit-button {
  margin-top: 80px;
}
.contact > .form > .form__submit-button > .form__submit-input {
  padding: 25px 140px;
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6875;
  background-color: #333333;
  border-radius: 4px;
  max-width: 350px;
}
@media (max-width: 1024px) {
  .contact > .form > .form__submit-button > .form__submit-input {
    max-width: initial;
    width: 100%;
    padding: 25px 0;
  }
}
.contact > .form > .form__submit-button > .form__submit-input:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

body.is-tablet .main-visual {
  padding: 0 20px;
  font-size: 16px;
}

body.is-desktop-lg .main-visual {
  padding: 0 40px;
  font-size: 18px;
}

.top-inner {
  max-width: 1010px;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .top-inner {
    max-width: initial;
  }
}

.inline_flex-cc {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-sbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-c {
  display: flex;
  align-items: center;
}

.menu_list {
  column-gap: clamp(0.938rem, -2.15rem + 4.82vw, 2.188rem);
}
.menu_list > .item .link {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  color: #333333;
  font-size: clamp(0.875rem, 0.542rem + 0.37vw, 1rem);
  letter-spacing: 0.08em;
  line-height: 1.6875;
}
@media screen and (max-width: 1440px) {
  .menu_list > .item .link {
    font-size: clamp(0.688rem, 0.224rem + 0.72vw, 0.875rem);
  }
}
@media (max-width: 1024px) {
  .menu_list > .item .link {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .menu_list > .item .link {
    font-size: 16px;
  }
}

.lower_ttl-box {
  max-width: 1470px;
  padding-left: 12.29vw;
  padding-right: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lower_ttl-box {
    padding-left: 30px;
  }
}

.lower_ttl-box .ttl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lower_ttl-box .ttl {
    margin-top: 25px;
  }
}

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

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

@media (max-width: 1024px) {
  .lg_none {
    display: none;
  }
}

.lg_block {
  display: none;
}
@media (max-width: 1024px) {
  .lg_block {
    display: block;
  }
}

.lg_inline-block {
  display: none;
}
@media (max-width: 1024px) {
  .lg_inline-block {
    display: inline-block;
  }
}

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

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

@media screen and (max-width: 375px) {
  .sp_none {
    display: none;
  }
}

.sns_list {
  column-gap: 15px;
  flex-shrink: 0;
}

.sns_list .instagram img {
  width: 22.51px;
  height: auto;
}

.facebook img {
  border-radius: 50px;
  width: 23.23px;
  height: auto;
}

.news img {
  width: 16.8px;
  height: auto;
}

.ttl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .ttl-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ttl-box > .online > .link {
  gap: 10px;
  padding-bottom: 23px;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.ttl-box > .online > .link > .front_svg img {
  width: 20.48px;
}
.ttl-box > .online > .link > .text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .ttl-box > .online > .link > .text {
    font-size: 16px;
  }
}
.ttl-box > .online > .link > .back_svg img {
  width: 14.67px;
}
@media (max-width: 1024px) {
  .ttl-box > .online {
    display: none;
  }
}

.ttl {
  font-family: "Shippori Mincho", serif;
  color: #333333;
  font-size: clamp(1.375rem, 1.042rem + 0.37vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .ttl {
    font-size: clamp(1.25rem, 0.499rem + 1.56vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 20px;
  }
}

.text {
  font-family: "Shippori Mincho", serif;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2.3;
}

.ja-ttl {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ja-ttl {
    font-size: 20px;
  }
}

.en-ttl {
  font-family: "Lato", sans-serif;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.1875;
}

.breadcrumb {
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 12px;
  color: #595959;
  letter-spacing: 0.08em;
  line-height: 1.666;
}

.front_svg img {
  width: 19.62px;
  height: auto;
}
@media (max-width: 1024px) {
  .front_svg img {
    width: 26.1px;
  }
}

.online .link {
  gap: 5px;
}

.online .text {
  font-family: "Lato", sans-serif;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4375;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .online .text {
    font-size: 16px;
  }
}

.back_svg img {
  width: 12.28px;
  height: auto;
}
@media (max-width: 1024px) {
  .back_svg img {
    width: 16.72px;
  }
}

.lower_link > .link {
  position: relative;
  display: inline-block;
  padding: 0 3.64vw 24px;
  border-bottom: 1px solid #333333;
  font-family: "Yu Gothic", "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.lower_link > .link > img {
  width: 9px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lower_link > .link {
    padding: 0 12.07vw 20px;
    width: 100%;
    text-align: center;
    column-gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .lower_link > .link {
    padding: 0 10vw 20px;
  }
}/*# sourceMappingURL=style.css.map */