@charset "UTF-8";
/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width:100%;
  height:auto;
  position:relative;
}
.fv::before {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:47.5%;
}
.fv > svg {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:0;
  height:0;
}
.fv > svg path {
  transform:scale(calc(1/1800), calc(1/1012.5));
}
.swiper1 {
  width:calc(100% - 40px);
  height:calc(100% - 40px);
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  clip-path: url(#mask);
}
.mask-tab,
.mask-sp {
  display:none;
}
.slide-img {
  height:100%;
}
.slide-img picture,
.slide-img img {
  height:100%;
  object-fit:cover;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: blur1 .5s linear 0s;
    animation-fill-mode: both;
}
@keyframes blur1 {
  0%   {filter: blur(20px);}
  100% {filter: blur(0);}
}
.swiper1 .swiper-pagination {
  display:flex;
  flex-direction:column;
  align-items:center;
  width:48px;
  height:auto;
  position:absolute;
  top:50%;
  right:2.5%;
  left:initial;
  bottom:initial;
  transform:translate(0,-50%);
  mix-blend-mode:difference;
}
.swiper1 .swiper-pagination-bullet {
  box-sizing:border-box;
  display:block;
  opacity:1;
  position:relative;
  transform:scale(.9);
  transition: transform .3s ease;
  width:48px;height:48px;
  border-radius:0;
  margin:10px 4px!important;
  padding:13px 0;
  background-color:transparent;
  font-weight:700;
  text-align:center;
  font-size:1.2rem;
  color:#A7A7A7;
}
.swiper1 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top:20px;
}
.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform:scale(1);
}
.swiper1 .swiper-pagination-bullet .circle {
  display:block;
  position:absolute;
  top:0;
  left:0;
}
.circle1 {
  stroke-dasharray:152px;
  stroke-dashoffset:152px;
  stroke:#A7A7A7;
}
.swiper-pagination-bullet-active .circle {
  transform: scale(1) rotate(-90deg);
}
.swiper-pagination-bullet-active .circle1 {
  animation: sliderPagination 4s linear forwards;
}
@keyframes sliderPagination {
 	100% {stroke-dashoffset: 0;}
}
.fv-ttl {
  width:40%;
  height:auto;
  position:absolute;
  top:52.5%;
  left:50%;
  transform:translate(0,-50%);
  color:#1a1a1a;
  z-index:2;
}
.fv-ttl__1 {
  color:#fff;
}
.fv-ttl__1 > h2 {
  width:100%;
  display:flex;
  align-items:center;
  font-size:1.2rem;
  font-weight:normal;
  margin-bottom:50px;
  position:relative;
  z-index:1;
}
.fv-ttl__1 > h2::before {
  display:block;
  content:'';
  width:calc(25px * .6);
  height:calc(25px * .6);
  background: url('../img/common/icon-dia-w.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  margin-right:5px;
}
.fv-ttl__1 > h2::after {
  display:block;
  content:'';
  flex:1;
  border-top:1px solid rgba(0,0,0,.2);
  margin-left:10px;
}
.fv-ttl__img {
  width:90%;
  margin-bottom:50px;
  position:relative;
}
.fv-ttl__img > img {
  position:relative;
  z-index:1;
}
.fv-ttl__1-sub {
  width:70%;
  position:absolute;
  top:65%;
  right:-20%;
}
.fv-ttl__1 > p {
  font-size:2.2rem;
  font-family:"Shippori Mincho B1", serif;
  font-weight:500;
  letter-spacing:-.075em;
  font-style:normal;
  border-top:1px solid rgba(0,0,0,.2);
  padding-top:30px;
}
.fv-ttl__1 > p span {
  font-weight:700;
  padding:0 2.5px;
}
.fv-circle {
  width:40%;
  height:auto;
  position:absolute;
  top:-20%;
  left:-20%;
  opacity:.5;
  mix-blend-mode: overlay;
  animation: 40s linear infinite rotation;
}
.fv-ttl__2 {
  width:40%;
  top:50%;
  left:45%;
}
.fv-ttl__2-bg {
  width:auto;
  height:80%;
  position:absolute;
  top:55%;
  right:5%;
  transform:translate(0,-50%);
  opacity:.2;
}
.fv-ttl__2-bg > img {
  width:auto;
  height:100%;
}
.fv-ttl__3 {
  width:35%;
  top:50%;
  left:52.5%;
}
.fv-ttl__img-3 {
  width:100%;
}
.fv-movie {
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  left:0;
}
.fv-movie::after {
  display:block;
  content:'';
  width:100%;
  height:100%;
  background:rgba(0,0,0,.1);
  position:absolute;
  top:0;
  left:0;
}
.fv-movie > video {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  object-fit:cover;
}
.fv-sns {
  position:absolute;
  bottom:3.5%;
  left:3.5%;
  z-index:1;
  width:25%;
  height:60px;
}
.fv-sns > a {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size:1.6rem;
  letter-spacing:-0.01em;
}
.fv-sns__img {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:36px;
  height:36px;
  background:#fff;
  border-radius:50vh;
  position:relative;
}
.fv-sns__img > img {
  width:18px;
}
.fv-sns__txt > span {
  margin-left:8px;
}
/*----------------------------------------------------
  #coupon
----------------------------------------------------*/
.coupon {
  width:100%;
  height:auto;
  padding:100px 0 0 0;
  margin-bottom:200px;
  position:relative;
}
.coupon::before {
  display:block;
  content:'';
  width:100%;
  height:100%;
  background-image:url('../img/common/bg-shadow.png');
  background-size:cover;
  background-position:center top;
  position:absolute;
  top:0;
  left:0;
}
.coupon::after {
  display:block;
  content:'';
  width:100%;
  height: 62.5%;
  background-image:url('../img/common/bg-sep-w.svg');
  background-color:#f1eee9;
  background-size:cover;
  background-position:center bottom;
  position:absolute;
  bottom:-200px;
  left:0;
}
.coupon-ttl {
  position:relative;
  flex-direction:column;
}
.coupon-ttl > p {
  order:1;
}
.coupon-ttl > h2 {
  order:2;
} 
.coupon-ttl::after {
  display:block;
  content:'';
  width:0;
  height:50px;
  border-right:1px solid #ccc;
  order:3;
  margin-top:20px;
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
.about-wrap {
  overflow: hidden;
}
.about {
  width:100%;
  height:auto;
  padding:150px 0 0 0;
  margin-bottom:200px;
  background:#f1eee9;
  position:relative;
}
.about::after {
  display:block;
  content:'';
  width:100%;
  height: 62.5%;
  background:url('../img/common/bg-sep.svg');
  background-size:cover;
  background-position:center bottom;
  position:absolute;
  bottom:-200px;
  left:0;
}
.about__body {
  width:90%;
  max-width:1280px;
  margin:0 auto;
  position:relative;
  z-index:3;
}
.about-top {
  width:45%;
  margin:0 auto 60px auto;
  mix-blend-mode:multiply;
}
.about-col {
  width:100%;
  display:flex;
  justify-content:space-around;
  align-items:flex-start;
}
.about-imgWrap {
  width:37.5%;
  position:relative;
}
.about-imgWrap > span {
  display:block;
  width:160px;
  height:160px;
  background:rgba(0,0,0,.1);
  position:absolute;
  top:calc(100% - 80px);
  left:-80px;
}
.about-img {
  width:100%;
  height:auto;
  overflow:hidden;
}
.about-inner {
  width:50%;
  margin-top:50px;
  text-align:justify;
}
.about-ttl {
  display:flex;
  flex-direction:column-reverse;
  align-items:flex-start;
  line-height:1.4;
  margin-bottom:20px;
}
.about-ttl > h2 {
  width:100%;
  font-size:1rem;
  font-weight:normal;
  display:flex;
  align-items:center;
}
.about-ttl > h2::after {
  display:block;
  content:'';
  flex:1;
  border-top:1px solid #ccc;
  margin-left:5px;
}

.about-lead {
  font-size:2.8rem;
  font-family:"Shippori Mincho B1", serif;
  font-weight:500;
  line-height:1.8;
  font-style:normal;
  color:#201F1E;
  margin-bottom:20px;
}
.about-txt {
  width:100%;
  color:#7F7D7C;
}
.about-txt > p:not(:last-child) {
  margin-bottom:14px;
}
.about-bg {
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  left:0;
  mix-blend-mode:multiply;
  opacity:.8;
  z-index:2;
}
.about-bg2 {
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  left:0;
  mix-blend-mode:color-dodge;
  z-index:2;
}
/*----------------------------------------------------
  point
----------------------------------------------------*/
.point {
  width:100%;
  height:auto;
  padding:100px 0 0 0;
  margin-bottom:200px;
  position:relative;
}
.point::before {
  display:block;
  content:'';
  width:100%;
  height:100%;
  background-image:url('../img/common/bg-shadow2.png');
  background-size:100%;
  background-position:top;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.point::after {
  display:block;
  content:'';
  width:100%;
  height: 62.5%;
  background-image:url('../img/common/bg-sep-ww.svg');
  background-color:#939393;
  background-size:cover;
  background-position:center bottom;
  position:absolute;
  bottom:-200px;
  left:0;
}
.point-bg__txt {
  width:auto;
  height:80%;
  position:absolute;
  top:50%;
  left:40%;
  transform:translate(-50%,-50%);
  opacity:.05;
  z-index:1;
}
.point-bg__txt > img {
  height:100%;
  width:auto;
}
.point__body {
  width:90%;
  max-width:1440px;
  margin:0 auto;
  position:relative;
  z-index:2;
}
.point-col {
  width:100%;
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
}
.point-blk {
  width:48%;
  display:flex;
  flex-direction:column;
  padding:20px;
  box-sizing:border-box;
}
.point-blk:nth-of-type(1) {
  width:50%;
}
.point-blk:nth-of-type(2) {
  width:30%;
}
.point-blk:nth-of-type(3) {
  width:35%;
  margin-top:-100px;
}
.point-imgWrap {
  width:100%;
  margin:0 auto 20px auto;
  position:relative;
}
.point-num {
  width:100px;
  height:auto;
  position:absolute;
  top:-50px;
  left:-50px;
}
.point-num > img {
  width:100%;
  height:auto;
}
.point-img {
  width:100%;
  position:relative;
  overflow:hidden;
}
.point-blk:nth-of-type(2n) .point-imgWrap {
  margin-top:100px;
}
.point-img::before {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:60%;
}
.point-blk:nth-of-type(2) .point-img::before {
  padding-top:120%;
}
.point-blk:nth-of-type(3) .point-img::before {
  padding-top:100%;
}
.point-img > img {
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
}
.point-catch {
  width:100%;
  font-size:2.6rem;
  color:#201F1E;
  line-height:1.8;
  text-align:center;
  font-family:"Shippori Mincho B1", serif;
  font-weight:500;
  font-style:normal;
  margin-bottom:50px;
}
.point-catch br:nth-of-type(odd) {
  display:none;
}
.point-lead {
  font-size:2rem;
  letter-spacing:0;
  line-height:1.8;
  text-align:center;
  font-family:"Shippori Mincho B1", serif;
  font-weight:500;
  font-style:normal;
  text-align:center;
  margin-bottom:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#201F1E;
  background:linear-gradient(to right,#9C6926 0%,#B7822E 25%,#CA8540 50%,#E0AF3E 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color: transparent;
}
.point-blk:nth-of-type(1) .point-lead {
  font-size:2.4rem;
  line-height:1.6;
}
.point-blk:nth-of-type(4) .point-lead p br:nth-of-type(1) {
  display:block;
}
.point-blk:nth-of-type(4) .point-lead p br:nth-of-type(2) {
  display:none;
}
.point-lead > img {
  width:80px;
  margin-right:10px;
}
.point-txt {
  width:95%;
  height:auto;
  margin:0 auto;
  text-align:justify;
  color:#7F7D7C;
}
/*----------------------------------------------------
  menu
----------------------------------------------------*/
.menu {
  width:100%;
  height:auto;
  padding:200px 0;
  background:linear-gradient(to bottom,#939393,#CECECE);
  position:relative;
}
.menu__body {
  width:95%;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.menu-ttl {
  color:#fff;
}
.menu-lead {
  width:70%;
  margin:0 auto 50px auto;
  text-align:center;
  color:#fff;
}
.menu-lead > p {
  font-family:"Shippori Mincho B1", serif;
  font-weight:500;
  font-style:normal;
  font-size:2rem;
  letter-spacing:0;
}
.menu-col {
  width:100%;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:80px;
}
.menu-col::after {
  display:block;
  content:'';
  width:calc(100%/3 - 20px);
  height:auto;
}
.menu-blk {
  width:calc(100%/3 - 20px);
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:40px 40px 60px 40px;
  box-sizing:border-box;
  background:rgba(255,255,255,.4);
  backdrop-filter: blur(5px);
  border-radius:20px;
}
.menu-blk:nth-of-type(n+4) {
  margin-top:60px;
}
.menu-blk-img {
  width:100%;
  height:auto;
  position:relative;
  margin:0 auto 20px auto;
  overflow:hidden;
  position:relative;
}
.menu-blk-img::before {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:75%;
}
.menu-blk-laurel {
  width:15%;
  position:absolute;
  top:10px;
  right:10px;
}
.menu-blk-img > img {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  object-fit:cover;
}
.menu-blk__inner {
  width:100%;
  display:flex;
  flex-direction:column;
  flex:1;
}
.menu-blk__lead {
  width:100%;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  line-height:1.4;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid rgba(0,0,0,.1);
  position:relative;
}
.menu-blk__lead > h3 {
  font-size:2.2rem;
  letter-spacing:0;
  font-family:"Shippori Mincho B1", serif;
  font-weight:bold;
  font-style:normal;
}
.menu-blk__lead > h3::before {
  display:inline-block;
  content:'';
  width:18px;
  height:18px;
  background:url('../img/common/icon-circle--w.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  margin-right:8px;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
}
.menu-blk:nth-of-type(2n) .menu-blk__lead > h3::before {
  animation-delay:.5s;
}
.menu-blk__lead > p {
  font-size:1.6rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  letter-spacing:.05em;
  color:#545454;
  background:linear-gradient(to right,#9C6926 0%,#B7822E 25%,#CA8540 50%,#E0AF3E 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color: transparent;
}
.menu-blk__txt {
  width:100%;
  height:auto;
  margin-bottom:20px;
  font-size:1.4rem;
  text-align:justify;
}
.menu-blk__link {
  width:70%;
  height:auto;
  margin:auto 0 0 auto;
}
.menu-blk__link > a {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:56px;
  font-size:1.4rem;
  background:linear-gradient(45deg,#1a1a1a,#444444,#1a1a1a);
  border-radius:20px 20px 20px 0;
  color:#fff;
}
.menu-blk__link > a::before {
  display:inline-block;
  content:'';
  width:9px;
  height:9px;
  border-radius:50vh;
  background:#fff;
  margin-right:5px;
}
.menu-bg__txt {
  width:90%;
  height:auto;
  position:absolute;
  top:4.5%;
  left:50%;
  transform:translate(-50%,0);
  opacity:.1;
}
.menu-bg__img {
  width:25%;
  position:absolute;
  top:12.5%;
  left:0;
}
.menu-bg__img {
  width:25%;
  position:absolute;
  top:5%;
  left:0;
}
.menu-bg__img2 {
  width:35%;
  position:absolute;
  bottom:15%;
  right:0;
}
.menu-bg__img > img,
.menu-bg__img2 > img {
  position:absolute;
  top:0;
  left:0;
}
.bg-anima {
  mix-blend-mode:multiply;
}
.bg-anima,
.bg-anima2 {
  transition: all 5s cubic-bezier(0,.91,1,1);

}
.bg-anima2 {
  transition-delay:.2s;
}
.menu-bg {
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  left:0;
  mix-blend-mode:luminosity;
  opacity:.6;
}
/*----------------------------------------------------
  info
----------------------------------------------------*/
.info {
  width:100%;
  height:auto;
  position:relative;
}
.info-body {
  width:100%;
  margin:0 auto;
  padding:100px 0;
  position:relative;
  z-index:1;
}
.info-ttl {
  width:90%;
  margin:0 auto 20px auto;
  align-items:flex-start;
}
.info-ttl > img {
  width:46px;
  height:auto;
  margin-bottom:2.5px;
}
.info-ttl > p {
  font-size:3rem;
}
.info-col {
  width:90%;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
}
.info-list__wrap {
  width:65%;
  box-sizing:border-box;
}
.info-list {
  width:100%;
  height:auto;
}
.info-blk {
  width:100%;
  padding-bottom:20px;
}
.info-blk:not(:last-child) {
  border-bottom:1px solid #ccc;
}
.info-blk:nth-of-type(n+2) {
  margin-top:20px;
}
.info-blk > a {
  display:flex;
  justify-content:space-between;
  flex:1;
  width:100%;
}
.info-eyecatch {
  width:40%;
  position:relative;
}
.info-eyecatch::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:56.25%;
}
.info-eyecatch > img {
  height:100%;
  position:absolute;
  top:0;
  left:0;
  object-fit: cover;
}
.info-inner {
  width:55%;
  display:flex;
  flex-direction:column;
  padding:10px 0;
}
.info-inner > h3 {
  font-family:"Shippori Mincho B1", serif;
  font-weight:500;
  font-style:normal;
  color: #201F1E;
  background: linear-gradient(to right, rgb(156, 105, 38) 0%, rgb(183, 130, 46) 25%, rgb(202, 133, 64) 50%, rgb(224, 175, 62) 100%) text;
  -webkit-text-fill-color: transparent;
  font-size:2rem;
  letter-spacing:0;
  padding:8px 0;
}
.info-txt {
  width:100%;
  font-size:1.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom:20px;
}
.info-taxonomy {
  width:97.5%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:1.2rem;
  margin:auto auto 0 auto;
}
.info-cat {
  padding:0 14px;
  background: #201F1E;
  color:#fff;
  border-radius:2px;
}
.info-date {
  color:#ccc;
}
.info-bg {
  width:30%;
  height:100%;
  position:absolute;
  top:0;
  right:0;
}
.info-bg::before {
  display:block;
  content:'';
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  position:absolute;
  top:0;
  left:0;
}
.info-bg__img {
  height:100%;
  object-fit:cover;
}
.info-bg__img picture,
.info-bg__img img {
  height:100%;
  object-fit:cover;
}
.info-bg__logo {
  width:40%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.info-link__btn {
  width:280px;
  margin-left:auto;
  margin-right:0;
}
@media screen and (max-width:1440px) {
  .fv::before {
    padding-top:56.25%;
  }
}
@media screen and (max-width:1360px) {
  .point-blk:nth-of-type(4) .point-lead {
    font-size:1.8rem;
  }
}
@media screen and (max-width:1280px) {
  /*---menu---*/
  .menu-blk {
    width:33%;
  }
  .menu-blk {
    width:33%;
  }
  .menu-blk:nth-of-type(n+4) {
    margin-top:10px;
  }
}
@media screen and (max-width:1200px) {
  /*---point---*/
  .point-blk,
  .point-blk:nth-of-type(1) {
    width:52.5%;
  }
  .point-blk:nth-of-type(2) {
    width:35%;
  }
  .point-blk:nth-of-type(3) {
    width:40%;
  }
  .point-lead > img {
    width:70px;
  }
}
@media screen and (max-width:1024px) {
  .fv::before {
    padding-top:65%;
  }
  /*---about---*/
  .about-top {
    width:70%;
  }
  .about__body {
    width:65%;
  }
  
  .about-col {
    flex-direction:column;
  }
  .about-imgWrap {
    width:75%;
    margin-left:auto;
    margin-right:auto;
  }
  .point-img::before,
  .point-blk:nth-of-type(2) .point-img::before,
  .point-blk:nth-of-type(3) .point-img::before {
    padding-top:100%;
  }
  .about-inner {
    width:100%;
  }
  /*---point---*/
  .point__body {
    width:65%;
  }
  .point-catch {
    font-size:2.4rem;
    text-align:left;
  }
  .point-catch br:not(:nth-of-type(4)) {
    display:none;
  }
  .point-col {
    flex-direction:column;
  }
  .point-blk,
  .point-blk:nth-of-type(1),
  .point-blk:nth-of-type(2),
  .point-blk:nth-of-type(3) {
    width:100%;
  }
  .point-blk {
    padding:0;
  }
  .point-blk:nth-of-type(n+2) {
    margin-top:60px;
  }
  .point-blk:nth-of-type(2n) .point-imgWrap {
    margin-top:0;
  }

  /*---menu---*/
  .menu-lead {
    width:85%;
  }
  .menu-col::after {
    display:none;
  }
  .menu-blk {
    width:49%;
  }
  .menu-blk:nth-of-type(n+3) {
    margin-top:30px;
  }
  /*---info---*/
  .info-body {
    width:90%;
    padding-bottom:0;
  }
  .info-ttl {
    width:100%;
  }
  .info-col {
    width:100%;
    flex-direction:column;
  }
  .info-list__wrap {
    width:100%;
    padding-bottom:100px;
  }
  .info-bg {
    width:100vw;
    height:auto;
    position:relative;
    top:initial;
    right:initial;
    margin:0 calc(50% - 50vw);
  }
}
@media screen and (max-width:896px) {
  .fv::before {
    padding-top:75%;
  }
  /*---about---*/
  .about-top {
    width:70%;
  }
  .about__body {
    width:70%;
  }
  /*---point---*/
   .point__body {
    width:70%;
  }
  /*---menu---*/
  .menu-lead {
    width:95%;
  }
}
@media screen and (max-width:786px) {
  /*---about---*/
  .about-top {
    width:70%;
  }
  .about__body {
    width:80%;
  }
  /*---point---*/
  .point__body {
    width:80%;
  }
  /*---menu---*/
  .menu-lead > p {
    font-size:1.8rem;
  }
}
@media screen and (max-width:680px) {
  .fv::before {
    padding-top:158%;
  }
  .fv > svg path {
    transform:scale(calc(1/680), calc(1/1080));
  }
  .swiper1 {
    width:calc(100% - 40px);
    height:calc(100% - 40px);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    clip-path: url(#mask-tab);
  }
  .mask-pc,
  .mask-sp {
    display:none;
  }
  .mask-tab {
    display:block;
  }
  /*---about---*/
  .about__body {
    width:85%;
  }
  /*---point---*/
  .point__body {
    width:85%;
  }
  /*---menu---*/
  .menu-lead {
    width:85%;
    text-align:justify;
  }
  .menu-lead > p br {
    display:none;
  }
  .menu-blk {
    padding:40px 20px 40px 20px;
  }
  .menu-blk__link {
    width:85%;
  }
  .menu-bg__img {
    width:40%;
    position:absolute;
    top:1%;
  }
  /*---info---*/
  .info-inner > h3 {
    padding-top:0;
    line-height:1.4;
  }
  .info-txt {
    margin-bottom:8px;
  }
}
@media screen and (max-width:480px) {
  .fv::before {
    padding-top:216%;
  }
  .fv > svg path {
    transform:scale(calc(1/390), calc(1/844));
  }
  .swiper1 {
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    clip-path: url(#mask-sp);
  }
  .swiper1 .swiper-pagination {
    top:35%;
  }
  .mask-pc,
  .mask-tab {
    display:none;
  }
  .mask-sp {
    display:block;
  }
  .fv-ttl {
    width:90%;
    height:auto;
    position:absolute;
    top:70%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
  }
  .fv-ttl__1 > h2 {
    margin-bottom:20px;
    font-size:1.1rem;
    color:#fff;
  }
  .fv-ttl__img {
    margin:0 auto 20px auto;
  }
  .fv-ttl__1-sub {
    width: 60%;
    position: absolute;
    top: 97%;
    right: -10%;
  }
  .fv-ttl__1 > p {
    font-size:1.4rem;
    text-align:center;
    white-space:nowrap;
  }
  .fv-circle {
    width:60%;
    top:-10%;
    left:-25%;
  }
  .fv-ttl__2-bg {
    opacity:.1;
  }
  .fv-ttl__3 {
    width:85%;
    top:70%;
  }
  .fv-sns {
    width:45%;
    bottom:0.5%;
  }
  .fv-sns__img {
    width:36px;
    height:36px;
    border:1px solid #ccc;
    margin-right:5px;
  }
  .fv-sns__txt {
    display:inline-flex;
    flex-direction:column;
    line-height:1.2;
  }
  .fv-sns__txt > span {
    margin-left:0;
  }
  .coupon {
    margin-bottom:100px;
  }
  .coupon-ttl::after {
    display:none;
  }
  /*---about---*/
  .about {
    padding-top:100px;
    margin-bottom:100px;
  }
  .about::after {
    display:block;
    content:'';
    width:100%;
    height:8%;
    background:url('../img/common/bg-sep__sp.svg');
    background-size:cover;
    background-position:center bottom;
    position:absolute;
    bottom:-100px;
    left:0;
  }
  .about-top {
    width:95%;
  }
  .about-imgWrap {
    width:95%;
  }
  .about-imgWrap > span {
    width:120px;
    height:120px;
    top:calc(100% - 60px);
    left:-60px;
  }
  .about-lead {
    font-size:2rem;
    line-height:1.8;
  }
  /*---point---*/
  .point {
    margin-bottom:100px;
  }
  .point-catch {
    font-size:1.6rem;
    text-align:left;
  }
  .point-catch br:not(:nth-of-type(4)) {
    display:none;
  }
  .point-blk {
    padding:0;
  }
  .point-lead > img {
    width:60px;
  }
  .point-blk:nth-of-type(1) .point-lead,
  .point-blk:nth-of-type(2) .point-lead {
    font-size:1.8rem;
  }
  .point-blk:nth-of-type(3) .point-lead,
  .point-blk:nth-of-type(4) .point-lead {
    font-size:1.6rem;
  }
  .point-blk:nth-of-type(4) .point-lead p br:nth-of-type(1) {
    display:none;
  }
  .point-blk:nth-of-type(4) .point-lead p br:nth-of-type(2) {
    display:block;
  }
  /*---menu---*/
  .menu {
    padding:100px 0;
  }
  .menu__body {
    width:90%;
  }
  .menu-lead > p {
    font-size:1.3rem;
  }
  .menu-blk {
    width:100%;
  }
  .menu-blk:nth-of-type(n+2) {
    margin-top:30px;
  }
  .menu-bg__txt {
    width:105%;
    top:3.5%;
  }
  .menu-bg {
    mix-blend-mode:color-dodge;
    opacity:.2;
    top:1%
  }
  /*---info---*/
  .info-blk > a {
    flex-direction:column;
  }
  .info-eyecatch {
    width:100%;
  }
  .info-inner {
    width:100%;
    padding-left:10px;
    padding-right:10px;
    box-sizing:border-box;
  }
  .info-txt {
    margin-bottom:15px;
  }
}