@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "DIN 2014";
  src: url("../../csv_assets/fonts/DIN2014-Bold.woff2") format("woff2"), url("../../csv_assets/fonts/DIN2014-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #251e1c;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100vh;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #251e1c;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-din {
  font-family: "DIN 2014", sans-serif !important;
}

.image {
  width: 100%;
  height: auto; /* set the height you need */
  overflow: hidden;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* cover | contain */
  object-position: center;
  display: block;
}

.pconly {
  display: none;
}
@media (min-width: 561px) {
  .pconly {
    display: block;
  }
}

.sponly {
  display: block;
}
@media (min-width: 561px) {
  .sponly {
    display: none;
  }
}

/*20250805追加*/
.footer-bottom {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

/*---footer bottom-navi---*/
.footer-bottom-navi {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}

.footer-bottom-navi p {
  padding: 0 1em;
  line-height: 1;
  margin: 0;
}

.footer-bottom-navi p:not(:last-child) {
  border-right: 1px #6a6969 solid;
}

.footer-bottom-navi p a {
  color: #6a6969;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 4vw 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    font-weight: 500;
  }
  .footer-bottom-navi {
    font-size: 2.8vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 2vw;
  }
  .footer-bottom-navi p {
    line-height: 1.6;
  }
  .footer-bottom-navi p:not(:last-child) {
    border-right: 1px #fff solid;
  }
  .footer-bottom-navi p.noline {
    border-right: none;
  }
}
/*---footer copy---*/
.footer-copy {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
}

.footer-copy p {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .footer-copy {
    font-size: 2.4vw;
    text-align: center;
  }
}
.csv .wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.csv .inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.csv .mv {
  padding: 1.6rem 1.6rem 0;
  position: relative;
}
.csv .mv .image {
  height: 40rem;
}
.csv .mv .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.csv .mv .text p {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .csv .mv .text p {
    font-size: 2.1rem;
  }
}
.csv .intro {
  padding: 3rem 0 4rem;
}
@media (min-width: 769px) {
  .csv .intro {
    padding: 3rem 0 6rem;
  }
}
.csv .intro h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .csv .intro h2 {
    font-size: 2.3rem;
  }
}
.csv .intro p {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
.csv .sec {
  padding: 3rem 0 4rem;
}
.csv .sec__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 561px) {
  .csv .sec__content {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .csv .sec__content {
    gap: 2rem 4.5rem;
  }
}
.csv .sec__content .image {
  margin-bottom: 2rem;
  height: 34rem;
  width: 100%;
}
@media (min-width: 561px) {
  .csv .sec__content .image {
    margin-bottom: 0;
    width: calc((100% - 2rem) / 2);
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .csv .sec__content .image {
    width: calc((100% - 4.5rem) / 2);
  }
}
.csv .sec__content .text {
  width: 100%;
}
@media (min-width: 561px) {
  .csv .sec__content .text {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 769px) {
  .csv .sec__content .text {
    width: calc((100% - 4.5rem) / 2);
  }
}
.csv .sec__content .text .title {
  position: relative;
  margin-bottom: 2rem;
}
.csv .sec__content .text .title .no {
  width: auto;
  height: 10rem;
  position: absolute;
  left: 2rem;
  bottom: 0.5rem;
  z-index: 2;
}
@media (min-width: 769px) {
  .csv .sec__content .text .title .no {
    height: 14rem;
  }
}
.csv .sec__content .text .title h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #858585;
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .csv .sec__content .text .title h2 {
    font-size: 2.7rem;
  }
}
.csv .sec__content .text .title p {
  text-align: center;
  font-family: "DIN 2014", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .csv .sec__content .text .title p {
    font-size: 1.7rem;
  }
}
.csv .sec__content .text .title p::before, .csv .sec__content .text .title p::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #251e1c;
  clip-path: ellipse(50% 10% at 50% 50%);
  margin-bottom: 0.5rem;
}
.csv .sec__content .text .title p::after {
  margin-bottom: 0;
  margin-top: 0.3rem;
}
.csv .sec__content .text .jp {
  color: #444241;
  line-height: 1.7;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.csv .sec__content .text .en {
  font-size: 1.3rem;
  text-align: justify;
}
.csv .sec__content .text .en br {
  display: none;
}
.csv .sec__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 2rem;
}
.csv .sec__gallery li {
  flex-grow: 1;
  height: 23rem; /* set the height you need */
  overflow: hidden;
}
.csv .sec__gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* cover | contain */
  object-position: center;
  display: block;
}
.csv .sec1 .sec__gallery li {
  width: calc((100% - 5px) / 2);
  height: 18rem;
}
@media (min-width: 561px) {
  .csv .sec1 .sec__gallery li {
    width: calc((100% - 15px) / 10 * 2.2);
    height: 23rem;
  }
}
@media (min-width: 561px) {
  .csv .sec1 .sec__gallery li:nth-child(3) {
    width: calc((100% - 15px) / 10 * 3.4);
  }
}
.csv .sec1 .sec__gallery li:nth-child(5), .csv .sec1 .sec__gallery li:nth-child(6), .csv .sec1 .sec__gallery li:nth-child(7) {
  height: 18rem;
}
.csv .sec2 {
  background-color: #f6f6f6;
}
.csv .sec2 .sec__content {
  flex-direction: row-reverse;
}
.csv .sec2 .sec__content .title h2 {
  padding-left: 8rem;
}
@media (min-width: 561px) {
  .csv .sec2 .sec__content .title h2 {
    padding-left: 14rem;
  }
}
.csv .sec2 .sec__content .title p span {
  padding-left: 8rem;
}
@media (min-width: 561px) {
  .csv .sec2 .sec__content .title p span {
    padding-left: 14rem;
  }
}
.csv .sec2 .sec__gallery li {
  width: calc((100% - 5px) / 2);
  height: 18rem;
}
@media (min-width: 561px) {
  .csv .sec2 .sec__gallery li {
    width: calc((100% - 10px) / 3);
    height: 21.5rem;
  }
}
.csv .sec3 {
  padding-top: 4rem;
}
@media (min-width: 561px) {
  .csv .sec3 {
    padding-top: 9rem;
  }
}
.csv .sec3 .sec__content .title h2 {
  padding-left: 10rem;
}
@media (min-width: 561px) {
  .csv .sec3 .sec__content .title h2 {
    padding-left: 14rem;
  }
}
.csv .sec3 .sec__content .title p span {
  padding-left: 10rem;
}
@media (min-width: 561px) {
  .csv .sec3 .sec__content .title p span {
    padding-left: 14rem;
  }
}
.csv .sec3 .sec__gallery {
  margin-top: 4rem;
}
.csv .sec3 .sec__gallery li {
  width: calc((100% - 5px) / 2);
  height: 18rem;
}
@media (min-width: 561px) {
  .csv .sec3 .sec__gallery li {
    width: calc((100% - 10px) / 10 * 3.8);
    height: 25rem;
  }
}
@media (min-width: 561px) {
  .csv .sec3 .sec__gallery li:nth-child(2) {
    width: calc((100% - 10px) / 10 * 2.4);
  }
}
@media (min-width: 561px) {
  .csv .sec3 .sec__gallery li:nth-child(4), .csv .sec3 .sec__gallery li:nth-child(5), .csv .sec3 .sec__gallery li:nth-child(6), .csv .sec3 .sec__gallery li:nth-child(7) {
    width: calc((100% - 15px) / 4);
    height: 16.5rem;
  }
}/*# sourceMappingURL=style.css.map */