@charset "UTF-8";
.txt {
  line-height: 1.6;
  font-size: 13px;
}
.item1 {
  order: 1;
}
.item2 {
  order: 2;
}
.mv {
  position: relative;
  background: url("../img/mv_txt.png")no-repeat center bottom 5%/80%, url("../img/mv_sp.jpg")no-repeat center center/cover, #000;
  height: 80vh;
  min-height: 600px;
}
.about .txtcont {
  width: 100%;
  padding: 0 2rem 6rem;
  position: relative;
}
.about .txtcont::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 27rem;
  right: 2rem;
  bottom: -10rem;
  background: url("../img/about_txt.png")no-repeat right center/contain;
  z-index: -1;
}
.about .txtcont .txt {
  line-height: 2;
  letter-spacing: 0.01rem;
}
.about .txtcont .cont_ttl small {
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}
.about .txtcont .cont_ttl {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: 1.5rem;
}
.about .about_img {
  width: 70%;
}
/*privilege*/
.privilege {
  padding: 8rem 1.5rem;
}
.privilege .list {
  max-width: 70rem;
  margin: auto;
}
.cont_ttl {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.cont_ttl .en {
  font-size: 3rem;
  display: block;
}
.privilege .list li {
  padding: 3rem 2rem;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0 20px #ddd;
  margin-bottom: 3rem;
}
.privilege .list li .bold {
  font-size: 3rem;
}
.privilege .list li::before, .privilege .list li::after {
  position: absolute;
  content: "";
  width: 3.6rem;
  height: 3rem;
  background-color: #675c5c;
}
.privilege .list li::before {
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.privilege .list li::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.orientation .sankaku {
  display: inline-block;
  width: 3.5rem;
  height: 1.4rem;
  position: relative;
}
.orientation .sankaku::after {
  position: absolute;
  width: 13px;
  height: 13px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1b1111;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
/*contact*/
.contact {
  background-color: #1b1111;
  padding: 4rem 2rem;
}
.contact .ttl {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
}
.contact .ttl small {
  font-size: 1.3rem;
}
.contact .link_btn {
  width: 100%;
  max-width: 45rem;
}
.contact .link_btn li {
  color: #fff;
  align-items: center;
  padding: 0 3rem;
  position: relative;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.contact .link_btn li:last-child {
  margin-bottom: 0;
}
.contact .link_btn li::after, .contact .link_btn li::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact .link_btn li::after {
  left: 0;
  background: url("../img/left.png")no-repeat center center/contain;
}
.contact .link_btn li::before {
  right: 0;
  background: url("../img/right.png")no-repeat center center/contain;
}
.contact .link_btn li a {
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: #675c5c;
  font-size: 2rem;
  max-width: 28rem;
  align-items: center;
  width: 100%;
  position: relative;
}
.contact .link_btn li a::after {
  position: absolute;
  content: "";
  right: 3rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/arrow_r.png")no-repeat center center/contain;
}
.contact .link_btn li i {
  font-size: 2.5rem;
  margin-right: 3rem;
}
.icon-tel {
  width: 25px;
  height: 25px;
  background: url("../img/tel.png")no-repeat center center/contain;
}
/*orientation*/
.orientation .subtxt {
  font-size: 2rem;
  margin-bottom: 8rem;
}
.orientation .subtxt .border {
  padding-bottom: 1rem;
  border-bottom: 1px solid #1b1111;
}
.orientation .subtxt .bold {
  font-size: 2.5rem;
}
.ori_box {
  box-shadow: 0 0 30px #ddd;
  padding: 4rem 2rem 2rem;
  max-width: 36rem;
  margin: auto;
  width: 95%;
}
.ori_box .box_inr {
  max-width: 59rem;
  margin: 0 auto 2rem;
}
.ori_box .box_inr .txt {
  font-size: 1.4rem;
}
.ori_box .box_inr dt {
  font-size: 1.6rem;
  width: 5rem;
  padding: 1rem 0;
  position: relative;
}
.ori_box .box_inr dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3rem;
  background-color: #675c5c;
  top: 50%;
  transform: translateY(-50%)rotate(10deg);
  right: 0;
}
.ori_box .box_inr dd {
  font-size: 1.2rem;
  width: calc(100% - 5rem);
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.ori_box .box_inr dd.small {
  font-size: 2rem;
}
.ori_box .box_inr dd .en {
  font-size: 2.8rem;
}
.ori_box .box_inr dd .day {
  font-size: 1.5rem;
}
.map {
margin: 2rem;
height: 0;
overflow: hidden;
padding-bottom: 50%;
position: relative;
}

.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/*mescont*/
.message .mescont {
  max-width: 126.6rem;
  width: 90%;
}
.message .mescont .thum {
  width: 100%;
  line-height: 0;
  z-index: 10;
}
.message .mescont .txtmes {
  background-color: #675c5c;
  color: #fff;
  position: relative;
}
.message .mescont.mesright .txtmes {
  padding: 0 0 5rem 1rem;
}
.message .mescont.mesleft .txtmes {
  padding: 0 1rem 5rem 0;
}
.message .mescont {
  position: relative;
}
.message .mescont::after {
  background-color: #675c5c;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 30%;
  z-index: -1;
  max-height: 120px;
}
.message .mescont .name {
  font-size: 3rem;
  margin-bottom: 4rem;
}
.message .mescont .name small {
  font-size: 2rem;
  margin-left: 2rem;
}
.message .mescont.mesright {
  margin: 0 0 8rem auto;
}
.message .mescont.mesleft {
  margin-right: auto;
}
.message .mescont.mesleft {
  margin: 0 auto 8rem 0;
}
.more__content, .more__content2, .more__content3 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  border-top: none;
  position: relative;
  height: auto;
  max-height: 510px;
  padding: 5rem 2rem;
  overflow: hidden;
  transition: max-height 1s;
}
.more__content::after, .more__content2::after, .more__content3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #675c5c 70%);
}
.more__content.active::after, .more__content2.active::after, .more__content3.active::after {
  z-index: -1;
  opacity: 0;
}
.more__btn, .more__btn2, .more__btn3 {
  padding: 1rem 3rem 1rem 0;
  border-radius: 30px;
  border: 0;
  font-size: 2rem;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  bottom: 6rem;
  z-index: 10;
  transition: all 0.5s;
  right: 0;
  transform: translateX(-50%);
  text-align: center;
}
.more__btn::after, .more__btn2::after, .more__btn3::after {
  position: absolute;
  content: "";
  background: url("../img/arrow_w.png")no-repeat center center/contain;
  width: 1.7rem;
  height: 1.7rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.more__btn.none, .more__btn2.none, .more__btn3.none {
  display: none;
}
.more__content.active, .more__content2.active, .more__content3.active {
  max-height: inherit;
  height: 100%;
}
/*----profile----*/
.profile {
  padding: 80px 0;
}
.profile .ruiImg {
  max-width: 580px;
  margin: auto;
  width: 96%;
  display: block;
  line-height: 0;
}
.profile .btnList {
  max-width: 23rem;
}
.profile .btnList a {
  padding: 1.5rem 2rem;
  background-color: #1b1111;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 1.6rem;
  color: #fff;
}
.profile .btnList a i {
  margin-right: 1.5rem;
}
.profile .btnList a i.icon-twitter {
  width: 13px;
  height: 15px
}
.profile .btnList a i.icon-tiktok {
  width: 15px;
  height: 16px
}
.profile .btnList li {
  width: 100%;
  margin-bottom: 1rem;
}
.profile .bgBlTtl {
  position: relative;
  margin-bottom: 40px;
}
.profile .bgBlTtl::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  z-index: -1;
}
.profile .bgBlTtl span {
  background-color: #000;
  padding: 5px 7px;
  font-size: 43px;
  display: inline-block;
  color: #fff;
}
.profile .profileInr {
  max-width: 580px;
  margin: 0 auto 80px;
  padding: 0 15px;
}
.profile .profileInr ul li.profileList {
  margin-bottom: 4rem;
}
.profile .profileInr ul li .profileBox .ttl {
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.profile .profileInr ul li .profileBox .txt {
  margin: 0 0 20px;
  font-weight: 600;
}
.profileInr .btnList .btn.center a {
  justify-content: center;
}
.profile .mediaInr .contTtl {
  font-size: 35px;
  margin-bottom: 40px;
}
.profile .mediaInr .mediaBox {
  max-width: 64rem;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}
.profile .mediaInr .mediaBox .ttl {
  font-size: 2.5rem;
}
.profile .mediaInr .mediaBox .photo {
  margin: 3rem auto 0;
  max-width: 54rem;
}
.profile .mediaInr .mediaBox .ttl, .profile .mediaInr .mediaBox .txt, .profile .mediaInr .mediaBox .photo {
  width: 100%;
}
.shop {
  padding: 6rem 3rem;
  background-color: #1b1111;
}
.shop .cont_inr {
  max-width: 110rem;
}
.shop .cont_inr .cont_ttl {
  color: #fff;
  margin-bottom: 4rem;
  width: 100%;
}
.shop .cont_inr .shop_img {
  width: 100%;
}
/*----merit----*/
.merit {
  padding: 8rem 1.5rem
}
.merit .clm2 {
  margin: 60px auto 0;
}
.merit .cont_inr {
  max-width: 100rem;
}
.merit .clm2 li {
  margin-bottom: 3rem;
  border: 1px solid #1b1111;
}
.merit .clm2 li.w100 {
  width: 100%;
}
.merit .clm2 li .pointwrap {
  align-items: center;
  border-bottom: 1px solid #1b1111;
}
.merit .clm2 li .point {
  background-color: #1b1111;
  width: 60px;
  height: 60px;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
.merit .clm2 li:nth-child(7) .point {
  height: 80px;
  padding: 2.2rem 1rem
}
.merit .clm2 li .point small {
  font-size: 1.3rem;
  display: block;
}
.merit .clm2 li .meritTtl {
  font-size: 1.6rem;
  padding: 1rem 1rem 1rem 2rem;
  width: calc(100% - 60px);
  letter-spacing: 0;
}
.merit .clm2 li .meritTtl small {
  font-size: 1.8rem;
}
.merit .clm2 li .merit_txtwrap {
  padding: 3rem 2rem;
}
.merit .clm2 li .merit_txtwrap .txt {
  margin-bottom: 3rem;
}
.merit .clm2 li .merit_txtwrap .txt {
  margin-bottom: 3rem;
}
.merit .clm2 li .merit_txtwrap .point_img .poImg01 {
  max-width: 530px;
}
.merit .clm2 li .merit_txtwrap .point_img .poImg02 {
  max-width: 290px;
}
.slider {
  max-width: 635px;
  margin: auto;
  padding: 0 30px;
}
.slider img {
  margin-bottom: 15px;
}
.slider .txt {
  line-height: 1.6;
}
.slide-arrow {
  width: 16px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.prev-arrow {
  left: 5px;
}
.next-arrow {
  right: 5px;
}
.icon-twitter {
  width: 23px;
  height: 24px;
  background: url("../img/x_logo.png")no-repeat center center/contain;
  display: inline-block;
}
.icon-tiktok {
  width: 23px;
  height: 24px;
  background: url("../img/tiktok_logo.png")no-repeat center center/contain;
  display: inline-block;
}
@media only screen and (min-width: 600px) {
  .mv {
    background: url("../img/mv_txt.png")no-repeat center bottom 15%/50%, url("../img/mv_sp.jpg")no-repeat center bottom/cover, #000;
    min-height: 769px;
    height: 100vh;
  }
}
@media only screen and (min-width: 769px) {
  .txt {
    font-size: 1.6rem;
  }
  .item1 {
    order: 2;
  }
  .item2 {
    order: 1;
  }
  .linkBtn {
    margin: 50px auto 0;
  }
  .linkBtn a {
    font-size: 28px;
  }
  .mv {
    background: url("../img/mv_txt.png")no-repeat center bottom 15%/50%, url("../img/mv_sp.jpg")no-repeat center bottom/cover, #000;
    min-height: 769px;
    height: 100vh;
  }
  .about {
    align-items: center;
  }
  .about .txtcont {
    width: calc(100% - 30rem);
    padding: 0 8rem;
  }
  .about .txtcont .cont_ttl small {
    font-size: 2.5rem;
  }
  .about .txtcont .cont_ttl {
    font-size: 6rem;
  }
  .about .about_img {
    width: 30rem;
  }
  /**/
  .cont_ttl {
    font-size: 2rem;
    margin-bottom: 8rem;
  }
  .cont_ttl .en {
    font-size: 5rem;
  }
  .privilege .list li {
    padding: 3.5rem 2rem;
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .privilege .list li .bold {
    font-size: 3rem;
  }
  .more__btn:hover, .more__btn2:hover, .more__btn3:hover {
    opacity: 0.5
  }
  .contact .cont_inr {
    align-items: center;
  }
  .contact .ttl {
    width: 50%;
    padding: 0 1rem;
    font-size: 2.5rem;
  }
  .contact .ttl small {
    font-size: 1.6rem;
  }
  .contact .link_btn {
    width: 50%;
    max-width: 45rem;
  }
  .contact .link_btn li a {
    padding: 0.8rem 1.5rem 0.8rem 4rem;
    font-size: 2rem;
    max-width: 32rem;
  }
  .contact .link_btn li a:hover {
    background-color: #ddd;
  }
  .orientation .subtxt {
    font-size: 2.5rem;
    margin-bottom: 8rem;
  }
  .orientation .subtxt .bold {
    font-size: 3rem;
  }
  .ori_box {
    padding: 8rem 2rem 3rem;
    max-width: 100rem;
  }
  .ori_box .box_inr {
    align-items: center;
    margin: 0 auto 4rem;
  }
  .ori_box .box_inr dt {
    width: 10rem;
    padding: 2rem 0;
    font-size: 2rem;
  }
  .ori_box .box_inr dt::after {
    height: 6rem;
  }
  .ori_box .box_inr dd {
    font-size: 2.5rem;
    width: calc(100% - 10rem);
    padding: 0 0 0 4rem;
  }
  .ori_box .box_inr dd.small {
    font-size: 2.3rem;
  }
  .ori_box .box_inr dd .en {
    font-size: 4rem;
  }
  .ori_box .box_inr dd .day {
    font-size: 1.8rem;
  }
  .ori_box .box_inr .txt {
    font-size: 2rem;
  }
  .message .mescont {
    align-items: end;
    justify-content: flex-end;
  }
  .message .mescont .thum {
    width: 44%;
    padding-bottom: 10rem;
  }
  .message .mescont.mesright .thum {
    margin-right: -14%;
  }
  .message .mescont.mesleft .thum {
    margin-left: -14%;
  }
  .message .mescont .txtmes {
    width: 70%;
  }
  .message .mescont.mesright .txtmes {
    padding: 0 0 5rem 7.5rem;
  }
  .message .mescont.mesleft .txtmes {
    padding: 0 7.5rem 5rem 0;
  }
  .more__content, .more__content2, .more__content3 {
    max-height: 600px;
    padding: 12.8rem 5rem 5rem 5rem;
    font-size: 1.6rem;
  }
  .message .mescont.mesright .more__content, .message .mescont.mesright .more__content3 {
    padding: 12.8rem 3rem 5rem 7rem;
  }
  .message .mescont.mesleft .more__content2 {
    padding: 12.8rem 7rem 5rem 3rem;
  }
  .message .mescont.mesleft .more__btn2 {
    right: 8rem;
  }
  /*--profile--*/
  .profile {
    padding-bottom: 136px;
  }
  .profile .bgBlTtl {
    margin-bottom: 85px;
  }
  .profile .bgBlTtl span {
    font-size: 59px;
  }
  .profile .profileInr {
    max-width: 980px;
    margin: 0 auto 110px;
  }
  .profile .ruiImg {
    max-width: 1390px;
  }
  .profile .profileInr ul li .photo {
    width: 55%;
  }
  .profile .profileInr ul li:nth-child(2) .photo {
    padding-left: 34px;
  }
  .profile .profileInr ul li .profileBox {
    width: 45%;
    padding-left: 40px;
  }
  .profile .profileInr ul li .profileBox .txt {
    margin: 0 0 40px;
  }
  .profile .mediaInr .contTtl {
    font-size: 58px;
  }
  .profile .btnList a:hover {
    background-color: #ddd;
  }
  .profile .mediaInr .mediaBox {
    align-items: center;
    margin-bottom: 3rem;
  }
  .profile .mediaInr .mediaBox .ttl {
    width: 27%;
  }
  .profile .mediaInr .mediaBox .txt {
    width: 73%;
    padding-left: 3rem;
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
  }
  .slider {
    max-width: 635px;
    margin: auto;
  }
  .shop {
    padding: 10rem 3rem;
  }
  .shop .cont_inr {
    align-items: center;
    justify-content: space-between;
  }
  .shop .cont_inr .cont_ttl {
    width: 40%;
    margin-bottom: 0;
  }
  .shop .cont_inr .shop_img {
    width: 55%;
  }
  /*--merit--*/
  .merit {
    padding: 10rem 3rem;
  }
  .merit .clm2 li {
    width: 48%;
  }
  .merit .clm2 li .merit_txtwrap {
    padding: 4rem 5rem;
  }
  .merit .clm2, .merit .clm2 li .merit_txtwrap .point_img {
    justify-content: space-between;
  }
  .merit .clm2 li .merit_txtwrap .point_img .poImg01 {
    width: 62%;
  }
  .merit .clm2 li .merit_txtwrap .point_img .poImg02 {
    width: 34.5%;
  }
  .slide-arrow {
    width: 26px;
  }
  .prev-arrow {
    left: -40px;
  }
  .next-arrow {
    right: -40px;
  }
}
@media only screen and (min-width:1000px) {
  .mv {
    background: url("../img/mv_txt.png")no-repeat center bottom 15%/45%, url("../img/mv.jpg")no-repeat center center/cover, #000;
  }
  .about .txtcont {
    width: calc(100% - 45rem);
    padding: 0 6rem;
  }
  .about .about_img {
    width: 45rem;
  }
  .message .mescont.mesright .txtmes {
    padding: 0 0 5rem 11.5rem;
  }
  .message .mescont.mesleft .txtmes {
    padding: 0 11.5rem 5rem 0;
  }
  .profile .profileInr ul li .profileBox {
    padding-left: 80px;
  }
  .message .mescont.mesright .more__content, .message .mescont.mesright .more__content3 {
    padding: 12.8rem 10rem 5rem 11.5rem;
  }
  .message .mescont.mesleft .more__content2 {
    padding: 12.8rem 11.5rem 5rem 10rem;
  }
  .message .mescont.mesleft .more__btn2 {
    right: 18rem;
  }
  .message .mescont.mesright .more__btn, .message .mescont.mesright .more__btn3 {
    right: 4rem;
  }
  .merit .clm2 li .point {
    width: 80px;
    height: 80px;
    font-size: 4rem;
    padding: 1.2rem;
  }
  .merit .clm2 li .point small {
    font-size: 1.6rem;
  }
  .merit .clm2 li .meritTtl {
    width: calc(100% - 80px);
    font-size: 2.3rem;
  }
  .merit .clm2 li .meritTtl small {
    font-size: 1.8rem;
  }
  .merit .clm2 li:nth-child(8) .meritTtl {
    font-size: 20px;
  }
  .merit .clm2 li .meritTtl .bold {
    font-size: 3rem;
  }
}
@media only screen and (max-width:1040px) {
  .merit .clm2 li:nth-child(7) .point {
    height: 90px;
  }
}
@media only screen and (min-width:1100px) {
  .about .txtcont {
    padding: 0 13rem;
  }
}
@media only screen and (max-width:768px) {
  .contact .ttl {
    margin-bottom: 3rem;
  }
  .about .about_img {
    margin: 0 0 4rem auto;
  }
  .contact .link_btn {
    margin: auto;
  }
  .ori_box .box_inr dd {
    line-height: 1.3;
  }
  .ori_box .box_inr {
    align-items: flex-start;
  }
  .profile .profileInr ul li .photo {
    margin-bottom: 30px;
  }
  .profile .mediaInr .mediaBox .ttl {
    margin: 0 auto 2rem;
  }
  .merit .clm2 li .merit_txtwrap .point_img .poImg01, .merit .clm2 li .merit_txtwrap .point_img .poImg02 {
    margin: 1.5rem auto
  }
  .merit .clm2 li:nth-child(7) .point {
    padding: 1.6rem 1rem;
    height: 75px;
  }
}
@media only screen and (max-width:500px) {
  .profile .bgBlTtl span {
    font-size: 25px;
  }
}