/** Shopify CDN: Minification failed

Line 546:20 Expected ":"

**/
@charset "UTF-8";
#smooth-content {
  background: #000;
}

/* -------------------------- FV ------------------------- */
#about_fv {
  background: url('https://5zfa07-iv.myshopify.com/cdn/shop/files/aboutbuy_re.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.563;
  position: sticky;
  top: 0;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #about_fv {
    aspect-ratio: 1/1.5;
    background: url("https://5zfa07-iv.myshopify.com/cdn/shop/files/aboutbuy_re.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

#about_fv h1 {
  font-size: clamp(32px, 4vw, 60px);
  font-family: "cormorant-garamond", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  line-height: 1;
  top: 35%;
  left: 5%;
  color:#fff;
}
#about_fv span {
  text-align: left;
  font-size: clamp(20px, 4vw, 20px);
  margin-top: 15px;
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

/* -------------------------- FV ------------------------- */
/* -------------------------- about_art01 ------------------------- */
.about_art01 {
  background: #fff;
}
.about_art01 section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about_art01 section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about_art01 section h2 {
  color: #000;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about_art01 section h2 {
    padding-bottom: 50px;
  }
}

.about_art01 .date{
  width:fit-content;
    top:120px;
  left:auto;
  right:0;
  border:1px solid #000;
  padding:3px 10px;
  
}
@media screen and (max-width: 768px) {
.about_art01 .date{
  position:static;
  margin:0 auto;
  width:fit-content;
  text-align:center;
   margin-bottom:30px;
}
}
.about_art01 section ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .about_art01 section ul {
    display: block;
  }
}
.about_art01 section ul li {
  margin-bottom: 30px;
}
.about_art01 .about_art01_p {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about_art01 .about_art01_p {
    text-align: center;
  }
}
.about_art01 .about_art01_p .about_art01_p1 {
  text-align: center;
  color: #000;
}
.about_art01 .about_art01_p .about_art01_p2 {
  text-align: center;
  color: #000;
  font-size: clamp(18px, 3vw, 22px);
}
.about_art01 .about_art01_p .about_art01_p2 span {
  font-size: clamp(12px, 3vw, 12px);
}

/* -------------------------- about_art01 ------------------------- */
/* -------------------------- about_art02 ------------------------- */
.about_art02 section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about_art02 section .flex_con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap:30px;
}
@media screen and (max-width: 768px) {
  .about_art02 section .flex_con {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .about_art02 section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about_art02 section h2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about_art02 section h2 {
    padding-bottom: 50px;
  }
}
.about_art02 section ul li {
  margin-bottom: 40px;
}
.about_art02 section ul li .about_art02_p1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
  margin-bottom: 40px;
  /*font-family: "cormorant-garamond", serif;*/
  font-weight: 300;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 768px) {
  .about_art02 section ul li .about_art02_p1 {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}
.about_art02 section ul li .about_art02_p1 img {
  width: 50px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .about_art02 section ul li .about_art02_p1 img {
    display: block;
    margin: 0;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.about_art02 section ul li .about_art02_p2 {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .about_art02 section ul li .about_art02_p2 {
  text-align: center;
}
  .about_art02 section ul li:last-child p {
    border: none;
  }
}
.about_art02 section .flex_l {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .about_art02 section .flex_l {
    width: 100%;
  }
}
/* -------------------------- about_art02 ------------------------- */
/* -------------------------- about_art03 ------------------------- */
.about_art03 {
  background: #fff;
}
.about_art03 section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about_art03 section h2 {
  padding-bottom: 100px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .about_art03 section h2 {
    padding-bottom: 50px;
  }
}
.about_art03 section ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_art03 section ul {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    gap: 30px;
  }
}
.about_art03 section ul li {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 30px;
  aspect-ratio: 1/0.7;
  color: #000;
}
@media screen and (max-width: 768px) {
  .about_art03 section ul li {
    aspect-ratio: auto;
    padding: 20px;
  }
}
.about_art03 section ul li .img {
  height: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about_art03 section ul li .img {
    height: 40px;
    margin-bottom: 20px;
  }
}
.about_art03 section ul li .arrow_l {
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
left: -45px;
    width: 60px;
}
@media screen and (max-width: 768px) {
  .about_art03 section ul li .arrow_l {
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    top: -35px;
    left:50%;
    right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:25px;
  }
}
.about_art03 section ul li .arrow_r {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
right: -50px;
    width: 60px;
}
@media screen and (max-width: 768px) {
  .about_art03 section ul li .arrow_r {
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    top: auto;
    left: 50%;
    bottom:-40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      width:25px;
  }
}

.about_art03 section ul li .about_art03_p {
  color: #000;
}
@media screen and (max-width: 768px) {
  .about_art03 section ul li .about_art03_p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .about_art03 section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about_art03 .kome {
  color: #5B5B5B;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

/* -------------------------- about_art03 ------------------------- */
/* -------------------------- about_art04 ------------------------- */
.about_art04 {
  background: #fff;
  color: #000;
}
.about_art04 section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about_art04 section .flex_con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about_art04 section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about_art04 section h2 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .about_art04 section h2 {
    padding-bottom: 50px;
  }
}
.about_art04 section ul {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .about_art04 section ul {
    margin-top: 0px;
    grid-template-columns: 1fr;
  }
}
.about_art04 section ul li img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about_art04 section ul li img {
    margin-bottom: 10px;
  }
}

/* -------------------------- about_art04 ------------------------- */
/* -------------------------- about_art05 ------------------------- */

.about_art05 {
  background: #fff;
}
.about_art05 section {
  padding-top: 0;
  padding-bottom: 120px;
}
.about_art05 section h2 {
  padding-bottom: 100px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .about_art05 section h2 {
    padding-bottom: 50px;
  }
}
/*アコーディオン全体*/

div:empty{
  display:block !important;
}
.accordion-area {
}

.accordion-area h3 {
  display: -ms-flexbox;
  align-items: center;
  width: 100;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 0px;
  margin-bottom: 0 !important;
  font-weight: normal !important;
}
.accordion-area h3 .qa_q {
  width: 33px;
  margin-left: 30px;
  margin-right: 30px;
  height: 24px;
  background: url("../img/lp_xross/lpx_q_close.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-area h3.close {
  color: #fff;
}

.accordion-area h3.close .qa_q {
  background: url("../img/lp_xross/lpx_q.png") no-repeat;
}

.qa_a {
  width: 31px;
  margin-left: 30px;
  margin-right: 30px;
  height: 25px;
}

.qa {
  padding-bottom: 125px;
}

.q_btn {
  width: 100%;
  margin: 0 auto;
}

.close .qa_open_b {
  transform: rotate(0);
}

.qa_open_b {
  transform: rotate(-90deg);
}

.title {
  position: relative;
}

.qa_open {
  position: absolute;
  width: 20px;
  height: 1px;
  left: auto;
  right: 4%;
  top: 30%;
  transition: 0.3s ease-in-out;
  background:#000;
}
@media screen and (max-width: 768px) {
  .qa_open { 
  width: 15px;
  }
}

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

.ttl_flex p:first-child {
  color: #000;
  font-weight: normal;
font-size: clamp(18px, 4vw, 20px);
    font-family: cormorant-garamond, RyuminPr5, sans-serif;
    font-weight: 300;
    font-style: normal;
  margin-right: 20px;
  line-height: 1;
  overflow: visible;
}

.ttl_flex p:last-child {
  margin-bottom: 0 !important;
  font-size: clamp(12px, 3vw, 14px);
  color: #141414;
  padding-right:70px;
}

.ac_box_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ac_box_box {
    margin-top: 6%;
  }
}
.ac_box_box .ttl_flex {
  align-items: flex-start;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ac_box_box .ttl_flex {
    font-size: 14px;
  }
}

.ac_box {
  display: none;
}

.close .ac_box {
  display: block !important;
}
.accordion-area li{
  border-top: 1px solid #D9D9D9;
  box-sizing:border-box;
  padding:30px 0;　
}
.accordion-area li:first-child .ac_box {
  display: block;
}
.accordion-area li:first-child .close .ac_box {
  display: none !important;
}
.accordion-area li:first-child .qa_open_b {
  transform: rotate(0);
}
.accordion-area li:first-child .close .qa_open_b {
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {

.title .ttl_flex p:last-child {
  font-size: clamp(12px, 3vw, 14px);
}
}

/*アコーディオン*/
/* -------------------------- about_art05 ------------------------- *//*# sourceMappingURL=about.css.map */