@charset "UTF-8";
.top .mainvisual {
  position: relative;
  min-width: 1280px;
  max-width: 1920px;
  height: 770px;
  margin: auto;
  overflow: hidden;
}
.top .mainvisual::before {
  content: "";
  width: 551px;
  height: 237px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  background: url(../images/bgMainvisual01.webp) no-repeat center;
}
.top .mainvisual::after {
  content: "";
  width: 534px;
  height: 372px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 1;
  background: url(../images/bgMainvisual02.webp) no-repeat center;
}
.top .mainvisual .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.top .mainvisual .logo a {
  display: block;
  transition: 0.5s;
}
.top .mainvisual .logo a img {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .top .mainvisual .logo a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
}
.top .mainvisual .mvCatch {
  text-align: right;
  position: absolute;
  bottom: 55px;
  right: -20px;
  margin: auto;
  z-index: 2;
}
.top .mainvisual .mvCatch span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  transform: skewX(-10deg);
  background: url(../images/bgMvCatch.webp) no-repeat center left;
  padding: 10px 200px 10px 150px;
  margin-bottom: 4px;
}
.top .mainvisual .mvCatch img {
  width: 100%;
  height: auto;
}
.top .mainvisual ul {
  min-width: 1920px;
  height: 770px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.top .campaignArea {
  width: 100%;
  margin: 110px auto 50px;
  background: url(../images/bgCampaignArea.webp) repeat top center;
}
.top .campaignArea .inner {
  width: 1280px;
  height: 400px;
  margin: 25px auto;
  padding: 30px 0;
  display: table;
}
.top .campaignArea .inner h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 30px;
  font-weight: normal;
  padding: 90px 0 32px;
  background-image: url(../images/icon/iconH2P.webp), url(../images/decoH02.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 60px, 190px auto;
  letter-spacing: 0.2em;
}
.top .campaignArea .inner .catch {
  text-align: center;
  line-height: 1.5;
  margin-top: 60px;
  font-size: 16px;
}
.top .campaignArea .inner ul {
  position: relative;
  z-index: 1;
  width: 1140px;
  margin: auto;
  padding-top: 50px;
}
.top .campaignArea .inner ul li {
  width: 360px;
  height: auto;
  margin: 0 10px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .top .campaignArea .inner ul li:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.top .campaignArea .inner ul li a {
  display: block;
}
.top .campaignArea .inner ul li a img {
  width: 100%;
  height: auto;
}
.top .academyArea {
  max-width: 1920px;
  margin: auto;
  padding: 0 0 90px;
  background: url(../images/bgAboutArea.webp) no-repeat center;
}
.top .academyArea .inner {
  position: relative;
  z-index: 1;
  width: 1280px;
  margin: auto;
  text-align: center;
}
.top .academyArea .inner:before {
  content: "";
  position: absolute;
  top: 1050px;
  left: 60px;
  width: 365px;
  height: 400px;
  margin: auto;
  background: url(../images/decoAsanohaL.svg) no-repeat left center;
}
.top .academyArea .inner:after {
  content: "";
  position: absolute;
  top: -200px;
  right: -360px;
  width: 365px;
  height: 400px;
  background: url(../images/decoAsanohaR.svg) no-repeat left center;
}
.top .academyArea .inner h2 {
  display: flex;
  align-items: center;
  align-content: center;
  width: 140px;
  position: absolute;
  top: -25px;
  left: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  font-weight: normal;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  padding: 160px 0 32px;
  background-image: url(../images/icon/iconMusubi.webp), url(../images/decoH03.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto, 120px auto;
}
.top .academyArea .inner h2 a {
  color: #34323d;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top .academyArea .inner h2 a:hover {
    opacity: 0.7;
    transition: 0.3s;
    color: #34323d;
  }
}
.top .academyArea .inner .wrap {
  width: 970px;
  margin: 0 0 0 auto;
}
.top .academyArea .inner .wrap p.catch {
  display: inline-block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  transform: skewX(-10deg);
  line-height: 1.5;
  padding: 100px 0 90px 0.5em;
}
.top .academyArea .inner .wrap ul {
  width: 942px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 90px auto 0;
}
.top .academyArea .inner .wrap ul li {
  position: relative;
  width: 260px;
  height: auto;
  margin: 54px 27px;
  transition: 0.3s;
}
.top .academyArea .inner .wrap ul li:nth-of-type(1) {
  margin-top: -30px;
}
.top .academyArea .inner .wrap ul li:nth-of-type(2) {
  margin-top: 0;
}
.top .academyArea .inner .wrap ul li:nth-of-type(3) {
  margin-top: 30px;
}
.top .academyArea .inner .wrap ul li:nth-of-type(4) {
  margin-top: -30px;
}
.top .academyArea .inner .wrap ul li:nth-of-type(5) {
  margin-top: 0;
}
.top .academyArea .inner .wrap ul li a {
  color: #34323d;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top .academyArea .inner .wrap ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
    color: #34323d;
  }
}
.top .academyArea .inner .wrap ul li a img {
  width: 100%;
  height: auto;
}
.top .academyArea .inner .wrap ul li a p {
  position: absolute;
  top: -30px;
  left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  padding: 50px 20px 20px 20px;
  /*background: #fff url(../images/icon/iconIcho.svg) no-repeat top 15px center;*/
  background: url(../images/icon/iconIcho.svg) no-repeat top 15px center;
  background-color: rgb(255,255,255,0.6);
  background-size: 26px;
}
.top .contactArea {
  position: relative;
  width: 100%;
  height: 399px;
  margin: auto;
  padding: 20px 0;
  background: #283246 url(../images/bgContactArea01.webp) no-repeat center;
}
.top .contactArea::before {
  position: absolute;
  top: -20px;
  content: "";
  width: 100%;
  height: 13px;
  background: url(../images/bgContactArea02.webp) repeat-x center;
}
.top .contactArea::after {
  position: absolute;
  bottom: -20px;
  content: "";
  width: 100%;
  height: 13px;
  background: url(../images/bgContactArea02.webp) repeat-x center;
}
.top .contactArea .inner {
  position: relative;
  width: 1280px;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}
.top .contactArea .inner a {
  display: inline-block;
  opacity: 0.8;
}
.top .contactArea .inner a:hover {
  opacity: 0.6;
}

.top .enjoyArea {
  max-width: 1920px;
  margin: auto;
  padding: 0 0 200px;
  background: url(../images/bgEnjoyArea.webp) no-repeat bottom center;
}
.top .enjoyArea .inner {
  position: relative;
  z-index: 1;
  width: 1280px;
  margin: auto;
  padding: 108px 24px;
}
.top .enjoyArea .inner h2 {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: normal;
  padding: 160px 0 32px;
  background-image: url(../images/icon/iconMusubi.webp), url(../images/decoH03.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 140px auto, 120px auto;
  letter-spacing: 0.2em;
  margin: 0;
}
.top .enjoyArea .inner .catch {
  text-align: center;
  line-height: 1.5;
  margin-top: 60px;
  font-size: 16px;
}
.top .enjoyArea .inner ul {
  width: 1160px;
  display: flex;
  justify-content: space-between;
  margin: 180px auto 0;
}
.top .enjoyArea .inner ul li {
  position: relative;
  width: 560px;
  margin-bottom: 120px;
}
.top .enjoyArea .inner ul li:nth-of-type(2) {
  margin-top: -70px;
}
.top .enjoyArea .inner ul li img {
  width: 100%;
  height: auto;
}
.top .enjoyArea .inner ul li .wrap {
  position: absolute;
  top: 340px;
  left: 0;
  right: 0;
  width: 440px;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
  background: #fff;
}
.top .enjoyArea .inner ul li .wrap img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: auto;
}
.top .enjoyArea .inner ul li .wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  background: none;
  margin: 0;
  padding: 0;
}
.top .enjoyArea .inner ul li .wrap h3 span {
  color: #837cb2;
}
.top .enjoyArea .inner ul li .wrap p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.5;
}
.top .enjoyArea .inner ul li .wrap .btn {
  color: #34323d;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  width: 360px;
  margin: 50px auto 0;
  border: 1px solid #000;
  background: #fff url(../images/decoBtn.webp) no-repeat bottom right;
  background-size: 25px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .top .enjoyArea .inner ul li .wrap .btn:hover {
    color: #fff;
    background: #34323d url(../images/decoBtn.webp) no-repeat bottom right;
    background-size: 25px;
  }
}
.top .wantoArea {
  max-width: 1920px;
  margin: auto;
  padding: 0 0 120px;
  background: url(../images/bgWantoArea.webp) no-repeat bottom center;
}
.top .wantoArea .inner {
  width: 1280px;
  margin: auto;
  padding: 0 24px;
}
.top .wantoArea .inner h2 {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: normal;
  padding: 160px 0 32px;
  background-image: url(../images/icon/iconMusubi.webp), url(../images/decoH03.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 140px auto, 120px auto;
  letter-spacing: 0.2em;
  margin: 0;
}
.top .wantoArea .inner .catch {
  text-align: center;
  line-height: 1.5;
  margin-top: 60px;
  font-size: 16px;
}
.top .wantoArea .inner ul {
  width: 1200px;
  margin: 180px auto 0;
}
.top .wantoArea .inner ul li {
  display: flex;
  margin-top: 130px;
}
.top .wantoArea .inner ul li img {
  width: 600px;
  height: auto;
}
.top .wantoArea .inner ul li .wrap {
  width: 600px;
  text-align: center;
}
.top .wantoArea .inner ul li .wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  padding: 85px 0 0;
  margin: 0;
}
.top .wantoArea .inner ul li .wrap h3 span {
  color: #3e8f4d;
}
.top .wantoArea .inner ul li .wrap .buy {
  background: url(../images/icon/iconBuy.webp) no-repeat top center;
}
.top .wantoArea .inner ul li .wrap .rental {
  background: url(../images/icon/iconRental.webp) no-repeat top center;
}
.top .wantoArea .inner ul li .wrap .photo {
  background: url(../images/icon/iconPhotograph.webp) no-repeat top center;
}
.top .wantoArea .inner ul li .wrap p {
  background: url(../images/bgWearAreaLine.webp) no-repeat top center;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.top .wantoArea .inner ul li .wrap .btn {
  color: #34323d;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  width: 360px;
  margin: 50px auto 0;
  border: 1px solid #000;
  background: #fff url(../images/decoBtn.webp) no-repeat bottom right;
  background-size: 25px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .top .wantoArea .inner ul li .wrap .btn:hover {
    color: #fff;
    background: #34323d url(../images/decoBtn.webp) no-repeat bottom right;
    background-size: 25px;
  }
}
.top .wantoArea .inner ul .flR {
  display: flex;
}
.top .wantoArea .inner ul .flR img {
  order: 2;
}
.top .wantoArea .inner ul .flR .wrap {
  order: 1;
}
.top .blogAreaTop {
  width: 100%;
  padding: 110px 0 0;
  margin: 0;
  background: none;
}
.top .blogAreaTop .inner {
  position: relative;
  width: 1280px;
  margin: auto;
  padding: 0 24px;
  border: none;
}
.top .blogAreaTop .inner:before {
  content: "";
  position: absolute;
  top: -230px;
  left: -200px;
  width: 365px;
  height: 400px;
  margin: auto;
  background: url(../images/decoAsanohaL.svg) no-repeat left center;
}
.top .blogAreaTop .inner h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 30px;
  padding: 90px 0 32px;
  margin: 0;
  background-image: url(../images/icon/iconH2G.webp), url(../images/decoH02.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 60px, 190px auto;
  letter-spacing: 0.2em;
}
.top .blogAreaTop .inner h2 a {
  color: #34323d;
  text-decoration: none;
}
.top .blogAreaTop .inner .catch {
  text-align: center;
  line-height: 1.5;
  margin-top: 60px;
  font-size: 16px;
}
.top .blogAreaTop .inner .catch a {
  color: #b50065;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top .blogAreaTop .inner h2 a:hover {
    color: #34323d;
  }
}
.top .blogAreaTop .inner ul {
  width: 1200px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
}
.top .blogAreaTop .inner ul li {
  width: 280px;
  margin: 0 10px 40px;
}
@media screen and (min-width: 768px) {
  .top .blogAreaTop .inner ul li:hover .blog_pickup_image {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.top .blogAreaTop .inner ul li a {
  color: #34323d;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top .blogAreaTop .inner ul li a:hover {
    color: #34323d;
  }
}
.top .blogAreaTop .inner ul li a .date {
  color: #3e8f4d;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 0;
  margin-bottom: 5px;
}
.top .blogAreaTop .inner ul li a .blog_pickup_image {
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
}
.top .blogAreaTop .inner ul li a .blog_pickup_image::before {
  content: "";
  display: block;
  padding-top: 73%;
}
.top .blogAreaTop .inner ul li a .blog_pickup_image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.top .blogAreaTop .inner ul li a p {
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.top .blogAreaTop .inner ul li a .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.top .conceptArea {
  max-width: 1920px;
  min-height: 1570px;
  margin: auto;
  padding: 110px 0;
  background: url(../images/bgConceptArea.webp) no-repeat top center;
}
.top .conceptArea .inner {
  position: relative;
  width: 1280px;
  margin: auto;
}
.top .conceptArea .inner h2 {
  display: block;
  margin: 0 auto 80px;
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5;
  writing-mode: vertical-rl;
  padding: 0;
  background: none;
}
.top .conceptArea .inner h2 span {
  display: inline-block;
}
.top .conceptArea .inner h2 span:nth-of-type(1) {
  border-right: 1px dotted #ccc;
  padding: 0 5px 0;
}
.top .conceptArea .inner h2 span:nth-of-type(2) {
  margin-top: 100px;
  color: #b50065;
  border-right: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  padding: 0 5px 0 5px;
}
.top .conceptArea .inner p {
  width: 450px;
  margin: 0 auto 1em;
  font-size: 16px;
  line-height: 1.5;
}
.top .conceptArea .inner .btn {
  color: #34323d;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  width: 360px;
  margin: 50px auto 0;
  border: 1px solid #000;
  background: #fff url(../images/decoBtn.webp) no-repeat bottom right;
  background-size: 25px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .top .conceptArea .inner .btn:hover {
    color: #fff;
    background: #34323d url(../images/decoBtn.webp) no-repeat bottom right;
    background-size: 25px;
  }
}
.top .infoArea {
  width: 100%;
  height: 300px;
  background: #f3f9f1;
  margin:150px 0 0;
}
.top .infoArea .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1280px;
  margin: auto;
  /*padding: 35px 80px;*/
  padding: 40px 80px;
}
.top .infoArea .inner .deco{
  content: "";
  position: absolute;
  /*top: -220px;*/
  top: -235px;
  right: 40px;
  width: 400px;
  height: auto;
}
.top .infoArea .inner img{
width:100%;
height:auto;
}
.top .infoArea .inner:before {
  content: "";
  position: absolute;
  top: -250px;
  left: -200px;
  width: 365px;
  height: 400px;
  background: url(../images/decoAsanohaL.svg) no-repeat left center;
  background-size: 100% auto;
}
.top .infoArea .inner:after {
  content: "";
  position: absolute;
  top: 70px;
  right: -200px;
  width: 365px;
  height: 400px;
  background: url(../images/decoAsanohaR.svg) no-repeat left center;
  background-size: 100% auto;
}
.top .infoArea .inner h2 {
  position: relative;
  z-index: 1;
}
.top .infoArea .inner h2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  color: #fff;
  width: 95px;
  height: 226px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  background: url(../images/bgInfoH2.webp) no-repeat top center;
  background-size: 100% auto, none;
}
.top .infoArea .inner dl {
  position: relative;
  z-index: 1;
  width: 1025px;
  padding-left: 70px;
  overflow-y: auto;
  /*height: 200px;*/
  height: 240px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.top .infoArea .inner dl dt {
  width: 180px;
  color: #3e8f4d;
  font-size: 14px;
}
.top .infoArea .inner dl dd {
  width: 750px;
  margin-bottom: 20px;
}
.top .infoArea .inner dl dd a {
  color: #34323d;
  display: block;
  text-decoration: none;
}
.top .shopAreaTop {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 110px 0;
}
.top .shopAreaTop .inner {
  position: relative;
  width: 1280px;
  margin: auto;
}
.top .shopAreaTop .inner h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 30px;
  font-weight: normal;
  padding: 90px 0 32px;
  background-image: url(../images/icon/iconH2P.webp), url(../images/decoH02.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 60px, 190px auto;
  letter-spacing: 0.2em;
}
.top .shopAreaTop .inner h2 a {
  color: #34323d;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top .shopAreaTop .inner h2 a:hover {
    color: #34323d;
  }
}
.top .shopAreaTop .inner .catch {
  text-align: center;
  line-height: 1.5;
  margin-top: 60px;
  font-size: 16px;
}
.top .shopAreaTop .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.top .shopAreaTop .inner ul li {
  position: relative;
  width: calc(100% / 3 - 50px);
  margin: 25px;
  background: #f6f2f8 url(../images/bgShopArea.webp) no-repeat bottom;
  background-size: 100.5% auto;
}
.top .shopAreaTop .inner ul li a {
  color: #34323d;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0 0 30px;
}
.top .shopAreaTop .inner ul li a p {
  font-size: 15px;
  line-height: 1.5;
}
.top .shopAreaTop .inner ul li a h3 {
  position: absolute;
  top: 234px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #34323d;
  padding: 10px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
.top .shopAreaTop .inner ul li a img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.top .shopAreaTop .inner ul li a a.tel {
  display: inline-block;
  pointer-events: none;
  color: #665f8f;
  text-decoration: none;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  padding: 15px 0 15px 32px;
  margin-top: 5px;
  background: url(../images/icon/iconTel.svg) no-repeat left center;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .top .shopAreaTop .inner ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}




@media only screen and (max-width: 767px) {
  .top .mainvisual {
    position: relative;
    min-width: 100%;
    height: auto;
    padding-top: 145%;
    margin: auto;
    overflow: hidden;
  }
  .top .mainvisual::before {
    content: "";
    width: 551px;
    height: 237px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    background: url(../images/bgMainvisual01.webp) no-repeat left center;
    background-size: 40% auto;
  }
  .top .mainvisual::after {
    content: "";
    width: 534px;
    height: 372px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    background: url(../images/bgMainvisual02.webp) no-repeat right bottom;
    background-size: 60% auto;
  }
  .top .mainvisual .mvCatch {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  .top .mainvisual .mvCatch span {
    font-size: 1rem;
    transform: inherit;
    background: url(../images/bgMvCatchSP.webp) no-repeat center left;
    letter-spacing: 1px;
    padding: 10px 15px 10px 50px;
    margin-bottom: 4px;
  }
  .top .mainvisual .mvCatch img {
    width: 100%;
    height: auto;
  }
  .top .mainvisual ul {
    min-width: 100%;
    height: 770px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .top .campaignArea {
    width: 100%;
    margin: 80px auto 20px;
    background: url(../images/bgCampaignArea.webp) repeat top center;
  }
  .top .campaignArea .inner {
    width: 100%;
    height: auto;
    padding: 40px 15px;
    display: block;
  }
  .top .campaignArea .inner h2 {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    writing-mode: inherit;
    padding: 80px 0 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    background-image: url(../images/icon/iconH2G.webp), url(../images/decoH02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 60px, 190px auto;
  }
  .top .campaignArea .inner .catch {
    text-align: left;
    margin-top: 30px;
    font-size: 0.9rem;
  }
  .top .campaignArea .inner ul {
    width: 100%;
    margin: 0;
    padding-top: 25px;
  }
  .top .campaignArea .inner ul li {
    width: 260px;
    height: auto;
    margin: 0 10px;
  }
  .top .campaignArea .inner ul li a {
    display: block;
  }
  .top .campaignArea .inner ul li a img {
    width: 100%;
    height: auto;
  }
  .top .academyArea {
    max-width: 100%;
    padding: 30px 0 50px;
    background: #fff url(../images/bgAboutAreaSP.webp) no-repeat top center;
    background-size: 100% auto;
  }
  .top .academyArea .inner {
    width: 100%;
    padding: 0 10px;
  }
  .top .academyArea .inner:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    left: -100px;
    width: 365px;
    height: 400px;
    margin: auto;
    background: url(../images/decoAsanohaL.svg) no-repeat left bottom;
    background-size: auto 250px;
  }
  .top .academyArea .inner:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    right: -100px;
    width: 365px;
    height: 400px;
    background: url(../images/decoAsanohaR.svg) no-repeat right bottom;
    background-size: auto 250px;
  }
  .top .academyArea .inner h2 {
    display: block;
    position: static;
    width: 100%;
    font-size: 1.2rem;
    writing-mode: inherit;
    padding: 110px 0 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    background-image: url(../images/icon/iconMusubi.webp), url(../images/decoH03.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 30% auto, 120px auto;
  }
  .top .academyArea .inner .point {
    padding: 0 5px;
  }
  .top .academyArea .inner .point img {
    width: 100%;
    height: auto;
  }
  .top .academyArea .inner .wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .top .academyArea .inner .wrap p.catch {
    display: inline-block;
    text-align: left;
    font-family: "游明朝体", Yu Mincho, "YuMincho";
    font-size: 0.9rem;
    font-weight: bold;
    transform: inherit;
    line-height: 1.5;
    padding: 20px 10px 20px;
    overflow: hidden;
  }
  .top .academyArea .inner .wrap ul {
    width: 100%;
    margin: 20px auto 0;
  }
  .top .academyArea .inner .wrap ul li {
    position: relative;
    width: calc(100% / 2 - 10px);
    height: auto;
    margin: 10px 5px;
  }
  .top .academyArea .inner .wrap ul li:nth-of-type(1) {
    margin-top: 0;
  }
  .top .academyArea .inner .wrap ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .top .academyArea .inner .wrap ul li:nth-of-type(3) {
    margin-top: 0;
  }
  .top .academyArea .inner .wrap ul li:nth-of-type(4) {
    margin-top: 0;
  }
  .top .academyArea .inner .wrap ul li:nth-of-type(5) {
    margin-top: 0;
  }
  .top .academyArea .inner .wrap ul li a p {
    position: absolute;
    top: 0;
    /*left: 10px;*/
    left: 3%;
    font-size: 0.8rem;
    padding: 30px 10px 10px 10px;
    /*background: #fff url(../images/icon/iconIcho.svg) no-repeat top 10px center;*/
    background: url(../images/icon/iconIcho.svg) no-repeat top 10px center;
    background-color: rgb(255,255,255,0.6);
    background-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .top .contactArea {
    height: auto;
    padding: 20px 0 50px;
    background: #283246 url(../images/bgContactArea01SP.webp) no-repeat center;
    background-size: 100% auto;
  }
  .top .contactArea::before {
    position: absolute;
    top: -20px;
    content: "";
    width: 100%;
    height: 13px;
    background: url(../images/bgContactArea02.webp) repeat-x center;
  }
  .top .contactArea::after {
    position: absolute;
    bottom: -20px;
    content: "";
    width: 100%;
    height: 13px;
    background: url(../images/bgContactArea02.webp) repeat-x center;
  }
  .top .contactArea .inner {
    width: 100%;
    padding: 10px 15px;
  }
  .top .contactArea .inner a {
    display: inline-block;
  }
  .top .contactArea .inner a img {
    width: 100%;
    height: auto;
  }
  .top .enjoyArea {
    max-width: 100%;
    padding: 30px 0 50px;
    background: url(../images/bgEnjoyAreaSP.webp) no-repeat top 20px center;
    background-size: 100% auto;
  }
  .top .enjoyArea .inner {
    width: 100%;
    padding: 0 10px;
  }
  .top .enjoyArea .inner h2 {
    display: block;
    position: static;
    width: 100%;
    font-size: 1.2rem;
    writing-mode: inherit;
    padding: 110px 0 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    background-image: url(../images/icon/iconMusubi.webp), url(../images/decoH03.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 30% auto, 120px auto;
  }
  .top .enjoyArea .inner .catch {
    margin-top: 0;
    display: inline-block;
    text-align: left;
    font-family: "游明朝体", Yu Mincho, "YuMincho";
    font-size: 0.9rem;
    font-weight: bold;
    transform: inherit;
    line-height: 1.5;
    padding: 20px 10px 20px;
    overflow: hidden;
  }
  .top .enjoyArea .inner ul {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  .top .enjoyArea .inner ul li {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 20px;
  }
  .top .enjoyArea .inner ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .top .enjoyArea .inner ul li img {
    width: 100%;
    height: auto;
  }
  .top .enjoyArea .inner ul li .wrap {
    position: sticky;
    width: 100%;
    padding: 50px 20px;
  }
  .top .enjoyArea .inner ul li .wrap img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: auto;
  }
  .top .enjoyArea .inner ul li .wrap h3 {
    font-size: 1.2rem;
  }
  .top .enjoyArea .inner ul li .wrap p {
    font-size: 0.8rem;
    text-align: left;
  }
  .top .enjoyArea .inner ul li .wrap .btn {
    width: 90%;
    font-size: 0.8rem;
    margin: 20px auto 0;
  }
  .top .wantoArea {
    max-width: 100%;
    padding: 30px 0 30px;
    background: url(../images/bgWantoAreaSP.webp) repeat-y top center;
    background-size: 100% auto;
  }
  .top .wantoArea .inner {
    width: 100%;
    padding: 0 15px;
  }
  .top .wantoArea .inner h2 {
    display: block;
    position: static;
    width: 100%;
    font-size: 1.2rem;
    writing-mode: inherit;
    padding: 110px 0 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    background-image: url(../images/icon/iconMusubi.webp), url(../images/decoH03.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 30% auto, 120px auto;
  }
  .top .wantoArea .inner .catch {
    margin-top: 0;
    display: inline-block;
    text-align: left;
    font-family: "游明朝体", Yu Mincho, "YuMincho";
    font-size: 0.9rem;
    font-weight: bold;
    transform: inherit;
    line-height: 1.5;
    padding: 20px 10px 20px;
    overflow: hidden;
  }
  .top .wantoArea .inner ul {
    width: 100%;
    margin: 40px auto 0;
  }
  .top .wantoArea .inner ul li {
    display: block;
    margin-top: 20px;
  }
  .top .wantoArea .inner ul li img {
    width: 100%;
    height: auto;
  }
  .top .wantoArea .inner ul li .wrap {
    width: 100%;
    padding: 20px;
  }
  .top .wantoArea .inner ul li .wrap h3 {
    font-size: 1.2rem;
  }
  .top .wantoArea .inner ul li .wrap .buy {
    background: url(../images/icon/iconBuy.webp) no-repeat top center;
  }
  .top .wantoArea .inner ul li .wrap .rental {
    background: url(../images/icon/iconRental.webp) no-repeat top center;
  }
  .top .wantoArea .inner ul li .wrap .photo {
    background: url(../images/icon/iconPhotograph.webp) no-repeat top center;
  }
  .top .wantoArea .inner ul li .wrap p {
    background: url(../images/bgWearAreaLine.webp) no-repeat top center;
    background-size: 100% auto;
    font-size: 0.8rem;
    text-align: left;
    padding: 30px 15px 0;
  }
  .top .wantoArea .inner ul li .wrap .btn {
    width: 90%;
    font-size: 0.8rem;
    margin: 20px auto 0;
  }
  .top .wantoArea .inner ul .flR {
    display: block;
  }
  .top .wantoArea .inner ul .flR img {
    order: 2;
  }
  .top .wantoArea .inner ul .flR .wrap {
    order: 1;
  }
  .top .blogAreaTop {
    width: 100%;
    padding: 50px 0 10px;
  }
  .top .blogAreaTop .inner {
    width: 100%;
    padding: 0 10px;
  }
  .top .blogAreaTop .inner:before {
    content: "";
    position: absolute;
    top: -200px;
    left: -100px;
    width: 0;
    height: 0;
    margin: auto;
    background: none;
    background-size: auto 250px;
  }
  .top .blogAreaTop .inner h2 {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    writing-mode: inherit;
    padding: 80px 0 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    background-image: url(../images/icon/iconH2G.webp), url(../images/decoH02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 60px, 190px auto;
  }
  .top .blogAreaTop .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
  }
  .top .blogAreaTop .inner ul li {
    width: calc(100% / 2 - 10px);
    margin: 5px 5px 15px;
  }
  .top .blogAreaTop .inner ul li a .date {
    font-size: small;
    padding: 10px 0 0;
  }
  .top .blogAreaTop .inner ul li a .title {
    font-size: small;
  }
  .top .blogAreaTop .inner ul li a p {
    font-size: x-small;
  }
  .top .conceptArea {
    max-width: 100%;
    min-height: auto;
    margin: auto;
    padding: 0 0 20%;
    background: url(../images/bgConceptAreaSP.webp) no-repeat top center;
    background-size: 100% auto;
  }
  .top .conceptArea .inner {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .top .conceptArea .inner h2 {
    display: inline-block;
    text-align: center;
    writing-mode: inherit;
    font-size: 1.2rem;
    padding: 10% 0 10px;
    margin: 0 auto 40px;
    background: url(../images/decoH02.svg) no-repeat bottom center;
    background-size: 190px auto;
    border-bottom: 1px dotted #ccc;
  }
  .top .conceptArea .inner h2 span:nth-of-type(1) {
    margin-top: 0;
    border: none;
    padding: 0;
  }
  .top .conceptArea .inner h2 span:nth-of-type(2) {
    margin-top: 0;
    border: none;
    padding: 0;
  }
  .top .conceptArea .inner p {
    text-align: left;
    width: 90%;
    margin: 8% auto 0;
    padding: 0;
    font-size: small;
  }
  .top .conceptArea .inner .btn {
    width: 90%;
    font-size: 0.8rem;
    margin: 30px auto 0;
  }
  .top .conceptArea .inner .deco {
    display: block;
    margin-top: 20px;
  }
  .top .conceptArea .inner .deco img {
    width: 100%;
    height: auto;
  }
  .top .infoArea {
    position: relative;
    width: 100%;
    height: auto;
    background: #f3f9f1;
    padding: 0 0 50px;
    margin:0;
  }
  .top .infoArea .inner {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
.top .infoArea .inner .deco {
    position: static;
    width:75%;
    height: auto;
    margin:0 auto 30px;
}
  .top .infoArea .inner:before {
    content: "";
    position: absolute;
    top: 100px;
    left: -100px;
    width: 365px;
    height: 400px;
    z-index:-1;
    background: url(../images/decoAsanohaL.svg) no-repeat left center;
    background-size: auto 250px;
  }
  .top .infoArea .inner:after {
    content: "";
    position: absolute;
    top: 100px;
    right: -100px;
    width: 365px;
    height: 400px;
    z-index:-1;
    background: url(../images/decoAsanohaR.svg) no-repeat right center;
    background-size: auto 250px;
  }
  .top .infoArea .inner h2 {
    position: relative;
    z-index: 2;
  }
  .top .infoArea .inner h2 a {
    writing-mode: inherit;
    width: 226px;
    height: 60px;
    font-size: 1rem;
    margin: 0 auto 20px;
    padding: 0;
    background: url(../images/bgInfoH2SP.webp) no-repeat;
    background-size: 100% auto;
  }
  .top .infoArea .inner dl {
    width: 100%;
    padding-left: 0;
    /*height: 260px;*/
    height: 306px;
    font-size: small;
    display: block;
  }
  .top .infoArea .inner dl dt {
    width: 100%;
  }
  .top .infoArea .inner dl dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .top .shopAreaTop {
    width: 100%;
    padding: 50px 0 5px;
  }
  .top .shopAreaTop .inner {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
  .top .shopAreaTop .inner h2 {
    display: block;
    position: static;
    width: 100%;
    font-size: 1.2rem;
    writing-mode: inherit;
    padding: 80px 0 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    background-image: url(../images/icon/iconH2P.webp), url(../images/decoH02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 60px, 190px auto;
  }
  .top .shopAreaTop .inner .catch {
    text-align: left;
    margin-top: 30px;
    font-size: 0.9rem;
  }
  .top .shopAreaTop .inner ul {
    display: block;
    margin-top: 20px;
  }
  .top .shopAreaTop .inner ul li {
    position: relative;
    width: 100%;
    margin: 10px 0;
    background: #f6f2f8;
    background-image: inherit;
    background-size: 100.5% auto;
  }
  .top .shopAreaTop .inner ul li a {
    text-align: left;
    padding: 0;
  }
  .top .shopAreaTop .inner ul li a p {
    font-size: 0.7rem;
    letter-spacing: 0;
  }
  .top .shopAreaTop .inner ul li a h3 {
    position: static;
    transform: inherit;
    padding: 10px 20px;
    font-size: 0.8rem;
  }
  .top .shopAreaTop .inner ul li a img {
    object-fit: cover;
    width: 110px;
    height: 110px;
    margin: 0 10px 0 0;
    float: left;
  }
  .top .shopAreaTop .inner ul li a a.tel {
    position: relative;
    z-index: 1;
    display: inline-block;
    pointer-events: auto;
    color: #665f8f;
    text-decoration: none;
    font-size: 1rem;
    margin: 5px 0;
    background: #fff url(../images/icon/iconTel.svg) no-repeat left 5px center;
    background-size: 20px;
    padding: 5px 15px 5px 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
    letter-spacing: 1px;
  }
}