@charset "utf-8";
/* first
--------------------------- */
#main_sd {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
}
.main_text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  line-height: 1.7;
}
.mt1 {
  font-family: 'Cinzel', serif;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  position: relative;
  letter-spacing: 0.2rem;
  margin-bottom: 3rem;
  color: #fff;
}
/*.mt1::after {
  content: " ";
  display: block;
  height: 1px;
  width: 80px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
}*/
.mt1 span {
  display: block;
  font-size: 2.8rem;
  margin-top: -0.4rem;
}
.mt2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.top_videobox {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top_videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #main_sd {
    min-height: 700px;
  }
  .main_text {
    padding-top: 7.5rem;
  }
  .mt1 {
    font-size: 2.8rem;
    letter-spacing: 0.35rem;
    margin-bottom: 4rem;
  }
  .mt1 span {
    font-size: 4rem;
  }
  /*  .mt1::after {
    width: 110px;
  }*/
  .mt2 {
    font-size: 1.7rem;
    letter-spacing: 0.35rem;
  }
}
/* FVスライド
--------------------------- */
.fv-slider {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.fv-slider * {
  width: 100%;
}
.fv-slider li {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.fv-slider li:first-of-type {
  background-image: url("../images/mainfv01.jpg");
}
.fv-slider li:last-of-type {
  background-image: url("../images/mainfv02.jpg");
}
@media screen and (min-width: 1200px) {
  .fv-slider li:first-of-type {
    background-image: url("../images/mainfv01_pc.jpg");
  }
  .fv-slider li:last-of-type {
    background-image: url("../images/mainfv02_pc.jpg");
  }
}
/* ---------------------------
トップコンテンツ
--------------------------- */
.top_bgco_f {
  background-color: #fff;
  width: 100%;
}
/*top-bfont*/
.top-bfont {
  font-family: 'Cinzel', serif;
}
.tb_55 {
  font-size: 2.1rem;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
}
.tb_50 {
  font-size: 2.05rem;
  margin-bottom: 0;
  line-height: 1;
}
.tb_46 {
  font-size: 2rem;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.tb_42 {
  font-size: 1.8rem;
  margin-bottom: 0;
  line-height: 1;
}
.tb_36 {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.hc_box .tb_55 {
  line-height: 1;
}
.top_sd10 .tb_55 {
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .tb_55 {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
  .tb_50 {
    font-size: 3.8rem;
  }
  .tb_46 {
    font-size: 3.4rem;
  }
  .tb_42 {
    font-size: 3.3rem;
  }
  .tb_36 {
    font-size: 3rem;
    line-height: 1.7;
  }
  .top_sd10 .tb_55 {
    line-height: 1.8;
  }
}
/*top-jfont*/
.top-jfont {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.tj_23 {
  font-size: 1.15rem;
  letter-spacing: 0.15rem;
}
.tj_22 {
  font-size: 1.13rem;
}
.tj_20 {
  font-size: 1.1rem;
}
.tj_18 {
  font-size: 1.05rem;
}
.tj_17 {
  font-size: 1.03rem;
}
.sd01b2_inner_a .tj_23 {
  margin-left: -0.8rem;
}
.top_sd03 .tj_23 {
  margin-bottom: 1rem;
  line-height: 2rem;
}
@media screen and (min-width: 1200px) {
  .tj_23 {
    font-size: 1.65rem;
  }
  .tj_22 {
    font-size: 1.45rem;
    margin-bottom: 2rem;
  }
  .tj_20 {
    font-size: 1.43rem;
    margin-bottom: 1.4rem;
  }
  .tj_18 {
    font-size: 1.35rem;
    margin-bottom: 2rem;
  }
  .tj_17 {
    font-size: 1.3rem;
  }
  .sd01b1_inner_a .tj_23 {
    margin-bottom: 2.2rem;
  }
  .top_sd03 .tj_23 {
    margin-bottom: 3rem;
    margin-top: 0.5rem;
  }
  .top_sd04 .tj_23 {
    margin-bottom: 2.8rem;
  }
}
/* *****************************
OURS CONCEPT
***************************** */
.top_sd01 {
  width: 100%;
  padding-top: 4rem;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5rem;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .top_sd01 {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_sd01 {
    padding-top: 11rem;
    padding-right: 0;
    padding-left: 2.6%;
    padding-bottom: 7rem;
  }
}
/*sd01_box1*/
.sd01b1_inner_a {
  margin-bottom: 2rem;
}
.sd01b1_inner_b {
  margin-bottom: 3rem;
}
.sd01b1_inner_b img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sd01_box1 {
    display: flex;
  }
  .sd01b1_inner_a {
    width: 50%;
  }
  .sd01b1_inner_b {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .sd01b1_inner_b {
    position: relative;
    right: -4.5%;
  }
  .sd01b1_inner_a {
    margin-bottom: 0;
    padding-bottom: 9rem;
  }
  .sd01b1_inner_a .top-jfont + p {
    line-height: 2.6;
    margin-bottom: 2.5rem;
  }
  .sd01b1_inner_b {
    margin-bottom: 0;
  }
}
/*sd01_box2*/
.sd01b2_inner_a {
  margin-bottom: 2rem;
}
.sd01b2_inner_b {
  position: relative;
}
.on {
  border-radius: 32px;
  border: 1px solid #000;
  color: #000;
  position: absolute;
  bottom: -30px;
  right: 56px;
  z-index: 1;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
}
.off {
  border-radius: 32px;
  border: 1px solid #000;
  color: #000;
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sd01b2_inner_a {
    text-align: center;
  }
  .sd01b2_inner_a > div {
    display: inline-block;
    text-align: left;
  }
  .sd01b2_inner_b {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .sd01_box2 {
    display: flex;
  }
  .sd01b2_inner_a {
    width: 50%;
    order: 2
  }
  .sd01b2_inner_b {
    width: 50%;
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .sd01b2_inner_a {
    position: relative;
    right: -4.5%;
    padding-top: 7rem;
  }
  .sd01b2_inner_a p:first-of-type {
    line-height: 2.6;
    margin-bottom: 2.2rem;
  }
  .sd01b2_inner_b {
    padding-right: 2.5%;
    padding-left: 3%;
    margin-top: -9rem;
  }
  .on {
    width: 46px;
    height: 25px;
    right: 90px;
    bottom: 198px;
    font-size: 1rem;
  }
  .off {
    width: 46px;
    height: 25px;
    right: 33px;
    bottom: 198px;
    font-size: 1rem;
  }
}
/* *****************************
EVENT
***************************** */
.top_sd02 {
  width: 100%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .top_sd02 {
    padding-bottom: 8rem;
  }
}
/*top_sd02 ul*/
.top_sd02 ul {
  width: 100%;
  margin-bottom: 0;
  padding-right: 5%;
  padding-left: 5%;
}
.top_sd02 ul li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .top_sd02 ul {
    display: flex;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
  .top_sd02 ul li {
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .top_sd02 ul {
    margin-bottom: 3rem;
  }
  .top_sd02 ul li {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.top_sd02 ul li:first-of-type .evi_txtbox::before {
  content: "EVENT 01"
}
.top_sd02 ul li:nth-of-type(2) .evi_txtbox::before {
  content: "EVENT 02"
}
.top_sd02 ul li:nth-of-type(3) .evi_txtbox::before {
  content: "EVENT 03"
}
/* *****************************
STYLE
***************************** */
.top_sd03 {
  width: 100%;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
  .top_sd03 {
    padding-bottom: 6.4rem;
  }
}
/*sd03_titbox*/
.sd03_titbox {
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.sd03_titbox::before {
  content: "MATSUO STYLE";
  font-family: 'Cinzel', serif;
  font-size: 11.1vw;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  line-height: 1;
  color: #f4f4f4;
  z-index: -1;
}
.sd03_titbox .top-jfont + p {
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sd03_titbox {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sd03_titbox {
    padding-bottom: 7.5rem;
  }
  .sd03_titbox .top-jfont + p {
    line-height: 2.6;
  }
}
/*top_style_lineup*/
.top_style_lineup {
  padding-top: 6rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .top_style_lineup {
    padding-top: 12.5rem;
    margin-bottom: 8.5rem;
  }
}
/*sl-slider*/
.sl-slider {
  width: 85%;
  height: 38%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  min-height: 210px;
  max-width: 1384px;
}
.sl-slider * {
  width: 100%;
  height: 100%;
}
.sl-slider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sls1 {
  background-image: url("../images/sl_slide01.jpg");
}
.sls2 {
  background-image: url("../images/sl_slide02.jpg");
}
.sls3 {
  background-image: url("../images/sl_slide03.jpg");
}
.sls4 {
  background-image: url("../images/sl_slide04.jpg");
}
.sls5 {
  background-image: url("../images/sl_slide05.jpg");
}
.sls6 {
  background-image: url("../images/sl_slide06.jpg");
}
@media screen and (min-width: 768px) {
  .sl-slider {
    height: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .sl-slider {
    width: 70.5%;
    height: 100%;
  }
}
/*sl_conbox*/
.sl_conbox {
  position: relative;
  width: 90%;
  max-width: 720px;
}
.sl_img {
  width: 55%;
  max-width: 350px;
  margin-bottom: -2.5rem;
}
.sl_img img {
  max-width: 100%;
  height: auto;
}
.sl_txtbox {
  background-color: #fff;
  padding: 4.5rem 8% 1.2rem;
}
.sl_txtbox .tj_20 + p {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .sl_conbox {
    position: relative;
    bottom: -1rem;
  }
  .sl_img {
    margin-bottom: -4.7rem;
  }
  .sl_txtbox {
    padding: 9rem 23% 0;
  }
}
/*左右指定*/
.tsl_il_tr .sl-slider {
  left: 0;
}
.tsl_ir_tl .sl-slider {
  right: 0;
}
.tsl_il_tr .sl_conbox {
  margin-left: auto;
}
.tsl_il_tr .sl_img {
  margin-right: 0.5rem;
  margin-left: auto;
}
.tsl_ir_tl .sl_img {
  margin-left: 0.5rem;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .tsl_il_tr .sl_img {
    margin-right: auto;
  }
  .tsl_ir_tl .sl_img {
    margin-left: auto;
  }
}
/* *****************************
GALLERY
***************************** */
.top_sd04 {
  width: 100%;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1200px) {
  .top_sd04 {
    padding-bottom: 11rem;
  }
}
/*.gallery-item*/
.gallery-item {
  padding-top: 1.5rem;
}
.gallery-item .slick-dots li button:before {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .gallery-item {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-item {
    width: 95%;
    margin-left: auto;
    margin-right: -1.6rem;
  }
  .gallery-item li.slick-slide {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
/* *****************************
GARDENS GARDEN
***************************** */
.top_sd05 {
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  padding-bottom: 15rem;
}
.top_sd05::before {
  content: " ";
  display: block;
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 70%;
  height: 47%;
  background-image: url("../images/gg_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1115px;
}
@media screen and (min-width: 992px) {
  .top_sd05 {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .top_sd05 {
    padding-bottom: 4rem;
  }
  .top_sd05::before {
    left: 10%;
    height: 83%;
  }
}
/*gg_bgco*/
.gg_bgco {
  color: #fff;
  background-color: #3f434e;
  padding: 3rem 5% 1rem;
  text-align: center;
  position: relative;
  width: 95%;
  margin-left: auto;
  max-width: 600px;
}
.gg_logo {
  max-width: 300px;
  width: 70%;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.gg_logo img {
  max-width: 100%;
  height: auto;
}
.gg_bgco .tj_22 + p {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .gg_bgco .tj_22 + p {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .gg_bgco {
    padding: 4.5rem 5% 4rem;
  }
  .gg_logo {
    margin-bottom: 5.5rem;
  }
  .gg_bgco .tj_22 + p {
    margin-bottom: 2.5rem;
  }
}
/* *****************************
INTERVIEW
***************************** */
.top_sd06 {
  width: 100%;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (min-width: 1200px) {
  .top_sd06 {
    padding-top: 14rem;
    padding-bottom: 11rem;
  }
  .top_sd06 .tj_23 + p {
    line-height: 2.6;
    padding-top: 1.8rem;
  }
}
/*interview-item*/
.interview-item .slick-dots li button:before {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .interview-item {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .interview-item {
    margin-top: 1.8rem;
  }
}
/* *****************************
HOUSING CONCEPT
***************************** */
.top_sd07 {
  width: 100%;
  position: relative;
  padding-top: calc(50vh - 25%);
  overflow: hidden;
}
.top_sd07::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-image: url("../images/hc_bg_half1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 576px) {
  .top_sd07 {
    padding-top: calc(80vh - 18.5%);
  }
  .top_sd07::before {
    height: 80vh;
  }
}
@media screen and (min-width: 992px) {
  .top_sd07 {
    padding-top: calc(100vh - 18.5%);
  }
  .top_sd07::before {
    height: 100vh;
  }
}
/*hc_box*/
.hc_box {
  background-image: url("../images/hc_bg_bgf.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: relative;
  padding-top: 9rem;
}
@media screen and (min-width: 992px) {
  .hc_box {
    background-image: url("../images/hc_bg_bgf_pc.png");
  }
}
@media screen and (min-width: 1200px) {
  .hc_box {
    padding-top: 19rem;
  }
}
/*hc_titbox*/
.hc_titbox {
  padding-left: 5%;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-top: 70px;
}
.hc_titbox::before {
  content: url("../images/hc_titbg.svg?20240321");
  width: 96px;
  display: block;
  right: 17px;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hc_titbox {
    padding-left: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .hc_titbox {
    padding-top: 124px;
  }
  .hc_titbox::before {
    width: 168px;
    right: 36px;
  }
}
/*hc_list*/
.hc_list {
  padding-right: 5%;
  padding-left: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 1.5rem;
  justify-content: flex-end;
}
.hc_list > div {
  width: calc(50% - 1rem);
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.hc_list > div > a {
  display: block;
  color: #000;
  transition: .3s;
}
.hc_list > div > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.hc_no {
  border-bottom: 1px #000 solid;
  margin-bottom: 1.5rem;
}
.hc_item {
  color: #808080;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95rem;
}
.hc_item span {
  color: #000;
  font-family: 'Cinzel', serif;
  display: block;
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .hc_list > div {
    width: calc(33.333% - 1rem);
  }
  .hc_item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .hc_list > div {
    width: calc(25% - 3.8rem);
    margin-right: 1.9rem;
    margin-left: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .hc_list {
    max-width: 1400px;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6rem;
  }
  .hc_list > div {
    margin-bottom: 3.5rem;
  }
  .hc_no {
    padding-bottom: 0.3rem;
    margin-bottom: 2rem;
  }
  .hc_item span {
    font-size: 1.78rem;
  }
}
/* *****************************
LIFE STYLE
***************************** */
.top_sd08 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow-x: hidden;
}
.lifestyle-wrap {
  width: 95%;
  max-width: 1550px;
  margin-left: auto;
  background-image: linear-gradient(#f4f4f4, #f4f4f4);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 64%;
  padding-top: 3rem;
  padding-left: 5%;
}
.lw_titbox {
  padding-left: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.top_sd08 .tj_20 {
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 40px;
}
.ls_car {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  width: 30%;
  max-width: 388px;
  transform: translateX(110%);
}
.ls_car.on {
  animation: car_runs 1.5s ease 1 forwards running;
}
.ls_car img {
  max-width: 100%;
  height: auto;
}
@keyframes car_runs {
  0% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .top_sd08 {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .lifestyle-wrap {
    padding-top: 4.5rem;
  }
  .lw_titbox {
    padding-bottom: 2rem;
  }
  .ls_car {
    bottom: 2rem;
    right: 3.5rem;
    transform: translateX(calc(102% + 3.5rem));
  }
}
/*lifestyle-item*/
.lifestyle-item {
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
  padding-top: 1rem;
  padding-left: 1rem;
}
.lifestyle-item .slick-list {
  padding: 0 30% 0 0 !important;
}
.lifestyle-item .slick-dots li button:before {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .lifestyle-item .slick-list {
    padding: 0 40% 0 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .lifestyle-item {
    padding-bottom: 4rem;
  }
  .lifestyle-item .slick-list {
    padding: 0 15% 0 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .lifestyle-item {
    padding-top: 2.2rem;
    padding-left: 2.4rem;
  }
}
/*li*/
.lifestyle-item li.slick-slide {
  margin: 0 1rem 0 0;
}
.lifestyle-item li a {
  display: block;
  color: #000;
}
.lifestyle-item li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .lifestyle-item li.slick-slide {
    margin: 0 2rem 0 0;
  }
}
/* *****************************
YouTube
***************************** */
.top_youtube {
  padding-bottom: 4rem;
  overflow-x: hidden;
}
.youtube-wrap {
  width: 95%;
  max-width: 1550px;
  background-image: linear-gradient(#f4f4f4, #f4f4f4);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 64%;
  padding-top: 3rem;
  padding-right: 5%;
}
.tyw_titbox {
  padding-right: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
  text-align: right;
}
.tyw_titbox > div {
  text-align: left;
  display: inline-block;
}
@keyframes car_runs {
  0% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .top_youtube {
    padding-bottom: 11rem;
  }
  .youtube-wrap {
    padding-top: 4.5rem;
  }
  .tyw_titbox {
    padding-bottom: 2rem;
  }
}
/*youtube-item*/
.youtube-item {
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
  padding-top: 1rem;
  padding-left: 1rem;
}
.youtube-item .slick-list {
  padding: 0 0 0 30% !important;
}
.youtube-item .slick-dots li button:before {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .youtube-item .slick-list {
    padding: 0 0 0 40% !important;
  }
}
@media screen and (min-width: 992px) {
  .youtube-item {
    padding-bottom: 4rem;
  }
  .youtube-item .slick-list {
    padding: 0 0 0 15% !important;
  }
}
@media screen and (min-width: 1200px) {
  .youtube-item {
    padding-top: 2.2rem;
    padding-left: 2.4rem;
  }
}
/*li*/
.youtube-item li.slick-slide {
  margin: 0 1rem 0 0;
}
.youtube-item li a {
  display: block;
  color: #000;
}
.youtube-item li a:hover {
  text-decoration: none;
}
/*p*/
.youtube-item li a p {
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 1200px) {
  .youtube-item li.slick-slide {
    margin: 0 2rem 0 0;
  }
}
/* *****************************
COMPANY/INFORMATION
***************************** */
.top_sd09 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.sd09_img {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  background-image: url("../images/ci_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  height: 100vh;
}
.sd09_con {
  width: 80%;
  padding-right: 6%;
  padding-left: 6%;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .top_sd09 {
    align-items: stretch;
  }
  .sd09_img {
    position: relative;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .sd09_img {
    background-image: url("../images/ci_bg_pc.jpg");
    width: 32%;
  }
  .sd09_con {
    width: 68%;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
}
@media screen and (min-width: 1200px) {
  .sd09_con {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
/*company_box*/
.company_box {
  margin-bottom: 5rem;
}
.cb_item {
  padding-top: 1rem;
}
.cb_btn {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.cb1 {
  background-image: url("../images/cb_btnimg01.jpg");
}
.cb2 {
  background-image: url("../images/cb_btnimg02.jpg");
}
.cb_btn a {
  display: block;
  color: #000;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.cb_btn a:hover {
  text-decoration: none;
}
.cb_btn a p {
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
  color: #4d4d4d;
}
.cb_btn a p span {
  font-family: 'Cinzel', serif;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  color: #000;
}
.cb_btn a p::before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.80);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
}
.cb_btn a:hover p::before {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  transform: translateX(-1rem) translateY(-1rem);
}
.cb_btn a p::after {
  content: " ";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  top: 12px;
  right: 12px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .cb_item {
    display: flex;
  }
  .cb_btn {
    width: calc(50% - 0.5rem);
  }
  .cb1 {
    margin-right: 0.5rem;
  }
  .cb2 {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .company_box {
    margin-bottom: 10rem;
  }
  .cb_item {
    padding-top: 4.5rem;
  }
  .cb1 {
    margin-right: 1.5rem;
  }
  .cb2 {
    margin-left: 1.5rem;
  }
  .cb_btn a {
    padding: 3rem;
  }
  .cb_btn a:hover p::before {
    width: calc(100% + 6rem);
    height: calc(100% + 6rem);
    transform: translateX(-3rem) translateY(-3rem);
  }
  .cb_btn a p::after {
    width: 9px;
    height: 9px;
    top: 18px;
    right: 18px;
  }
  .cb_btn a p {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .cb_btn a p span {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
  }
}
/*information_box*/
.information_box .nav-tabs {
  border-bottom: none;
  margin-right: -0.5rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  max-width: 483px;
}
.information_box .nav-fill > .nav-link, .information_box .nav-fill .nav-item {
  width: calc(33.333% - 0.5rem);
  font-size: 0.8rem;
  margin-right: 0.5rem;
  font-family: 'Cinzel', 'Noto Serif JP', serif;
}
.information_box .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 1px #000 solid;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #000;
}
.information_box .nav-tabs .nav-link.active, .information_box .nav-tabs .nav-item.show .nav-link {
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .information_box .nav-tabs {
    padding-top: 4.5rem;
  }
  .information_box .nav-fill > .nav-link, .information_box .nav-fill .nav-item {
    width: calc(33.333% - 1rem);
    margin-right: 1rem;
    font-size: 0.9rem;
  }
}
/*ib_list*/
.ib_list {
  margin-bottom: 0;
  max-width: 758px;
}
.ib_list li {
  list-style: none;
  border-bottom: 1px #000 solid;
}
.ib_list li:last-of-type {
  border-bottom: none;
}
.ib_list li a {
  display: block;
  color: #000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: .3s;
}
.ib_list li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.ib_date {
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-bottom: 0.5rem;
}
.ib_date span {
  display: inline-block;
  margin-right: 0.8rem;
}
.ib_time {
  color: #828282;
  font-family: 'Noto Serif JP', serif;
}
.ib_cat {
  background-color: #333;
  color: #fff;
  padding: 0 0.8rem;
  font-size: 0.7rem;
  font-family: 'Noto Serif JP', serif;
}
.top_new_tag {
  color: #980305;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
}
.ib_tit {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
}
.ib_txt {
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .ib_tit {
    font-size: 1.35rem;
  }
  .ib_list li a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
/* *****************************
APPLICATION
***************************** */
.top_sd10 {
  margin-top: -2px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.app_logo {
  width: 16%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.top_sd10 .tj_23 + p {
  padding-top: 1rem;
}
.app_btn {
  display: flex;
  width: 68%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.app_btn a {
  padding: 0 0.5rem;
}
.top_sd10_txt01 {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .app_logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .app_logo {
    margin-bottom: 2rem;
  }
  .top_sd10 .tj_23 + p {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_sd10 {
    padding-top: 9rem;
    padding-bottom: 8.5rem;
  }
}
/* *****************************
マルシェ
***************************** */
.marche_container {
  position: relative;
  z-index: 0;
}
.marche_container::before {
  content: "";
  display: block;
  background-color: #f4f4f4;
  width: 95%;
  height: 90%;
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: -1;
}
.marche_container_inner {
  width: 84%;
  margin: 5rem auto 0;
  max-width: 1536px;
  margin-left: 6%;
  padding-bottom: 3rem;
}
.marche_container li {
  list-style: none;
}
.marche_block > ul > li:nth-child(2) {
  margin-bottom: 4rem;
}
.marche_img {
  margin-bottom: 2rem;
}
.marche_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.marche_txt1 {
  font-size: 1.15rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
.marche_txt1 span {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  display: block;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.4;
}
.marche_map_img {
  height: 280px;
  margin-bottom: 2rem;
}
.marche_map_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.marche_txt2 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}
.marche_txt2 span {
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5rem;
}
.marche_txt3 {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .marche_block > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .marche_block > ul > li:nth-child(1) {
    width: 100%;
    margin-bottom: 3rem;
  }
  .marche_block > ul > li:nth-child(2) {
    width: 50%;
    margin-bottom: 0;
  }
  .marche_block > ul > li:nth-child(3) {
    width: 45%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .marche_container::before {
    width: 74%;
    right: 7%;
    height: 92%;
    top: 8%;
  }
  .marche_container_inner {
    margin: 8rem auto 0;
  }
  .marche_block > ul > li:nth-child(1) {
    width: 40%;
    margin-bottom: 0;
  }
  .marche_block > ul > li:nth-child(2) {
    width: 28%;
    margin: 0 auto;
  }
  .marche_txt1 span {
    font-size: 2.6rem;
  }
  .marche_txt1 {
    font-size: 1.4rem;
    margin-bottom: 4.5rem;
    white-space: nowrap;
    position: relative;
    left: 3rem;
  }
  .marche_block > ul > li:nth-child(3) {
    width: 27%;
    margin: 0 auto;
    margin-top: 7rem;
  }
  .marche_txt2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
/* *****************************
LINK
***************************** */
.top_sd11 {
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}
.top_sd11::before {
  content: " ";
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  background-image: url("../images/sd11_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: .3s;
}
.anchor .top_sd11::before {
  opacity: 1;
}
/*sd11_txt*/
.sd11_txt {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 3rem 5% 5rem;
  min-width: 100%;
}
.sd11_txt p {
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  min-height: 230px;
}
.sd11_txt p span {
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding-right: 0.8rem;
  padding-top: 0.5rem;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 992px) {
  .sd11_txt {
    padding: 6.5rem 7.1% 10rem;
  }
  .sd11_txt p {
    font-size: 3rem;
    line-height: 1.9;
  }
  .sd11_txt p span {
    letter-spacing: 0.4rem;
    padding-top: 0.8rem;
    padding-right: 1rem;
  }
}
/*top_sd11 bgco*/
.sd11_ptb {
  padding: 3rem 0 1rem;
}
.sd11_ptb a {
  color: #000;
  transition: .3s;
  display: inline-block;
}
.sd11_ptb a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.top_sd11 .fa-facebook-f:before, .top_sd11 .fa-facebook:before {
  content: "\f39e";
}
.top_sd11 i {
  font-size: 2rem;
}
.top_sd11 i + p {
  font-size: 0.8rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .top_sd11 i {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .top_sd11 i + p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .sd11_ptb {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
/*sd11_link_img*/
.sd11_link_img {
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 1rem;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
.s11li_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.5rem;
}
.sl11_a {
  background-image: url("../images/sl11_a.jpg");
}
.sl11_b {
  background-image: url("../images/sl11_b.jpg");
}
.sl11_c {
  background-image: url("../images/sl11_c.jpg");
}
.s11li_item a {
  display: block;
  padding-top: 5rem;
}
.s11li_logo {
  background-color: #fff;
  width: 60%;
  padding: 1rem 1rem 0;
  margin-left: auto;
  position: relative;
  bottom: -0.5rem;
  max-width: 220px;
  text-align: center;
  transition: .3s;
}
.s11li_logo img {
  max-width: 100%;
  height: auto;
}
.s11li_item a:hover .s11li_logo {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .sd11_link_img {
    display: flex;
  }
  .s11li_item {
    width: calc(33.333% - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .s11li_item {
    width: calc(33.333% - 5rem);
    margin-right: 2.2rem;
    margin-left: 2.2rem;
  }
  .s11li_item a {
    padding-top: 9.6rem;
  }
}
/*追加*/
.container2.order-wrap {
  margin-top: 3rem;
}
.order-wrap h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}
h3.order {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 3rem;
  position: relative;
}
h3.order span {
  font-size: 1rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1rem;
  display: block;
  line-height: 1.7;
}
h3.order::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(-90deg, #fbfdff, #e0f0f6);
}
.container.order02 {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .order-wrap h2 {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .container.order02 {
    margin-top: 5rem;
  }
}
/* *****************************
LINEバナー
***************************** */
.top_line_banner {
  display: block;
  width: 80%;
  margin: 4rem auto 0;
  max-width: 1000px;
  transition: all 0.5s;
}
.top_line_banner:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.top_line_banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .top_line_banner {
    margin-top: 7rem;
  }
}
/* *****************************

***************************** */