@charset "UTF-8";
.mv {
  margin-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.mv .copys {
  position: absolute;
  text-align: center;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 2.3rem;
  z-index: 2;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  left: 50%;
  top: 50%;
  margin-left: -142px;
  margin-top: -105px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  mix-blend-mode: plus-lighter;
}
.mv .copys svg {
  width: 240px;
  height: 168px;
  fill: white;
}
.mv .copys i {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
.mv .mj {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 1.6rem;
  z-index: 2;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mv .slide_l {
  width: 100%;
  overflow: hidden;
}
.mv .slide_l img {
  width: 100%;
}
.mv .slide_r {
  display: none;
}
.mv img {
  width: 100%;
}
.mv video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像（動画）を歪ませずに要素にフィットさせる */
}
@media all and (max-width: 1000px) {
  .mv .slide_l {
    width: 100%;
  }
  .mv .slide_r {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .mv {
    margin-top: 82px;
  }
  .mv .slide_l {
    width: 100%;
    height: calc(100vh - 82px);
  }
  .mv .swiper-slide {
    width: 100%;
    height: calc(100vh - 82px);
  }
  .mv .swiper-slide img {
    width: 100%;
    height: calc(100vh - 82px);
    object-fit: cover;
  }
  .mv .swiper-slide video {
    height: calc(100vh - 82px);
  }
  .mv .copys {
    left: 50%;
    top: 50%;
    margin-left: -123.5px;
    margin-top: -75px;
    line-height: 1.4;
  }
  .mv .copys svg {
    width: 120px;
    height: 95px;
  }
  .mv .copys i {
    display: block;
    font-size: 1.6rem;
  }
  .mv .mj {
    bottom: 10px;
    font-size: 1.6rem;
  }
  .mv img {
    width: 100%;
  }
}

.product {
  padding: 120px 0 0 0;
  margin-top: -10px;
  background: white;
}
.product .tops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.product .spbtn {
  display: none;
}
@media all and (max-width: 767px) {
  .product {
    padding: 60px 0 0 0;
  }
  .product .tops {
    display: block;
  }
  .product .pcbtn {
    display: none;
  }
  .product .spbtn {
    display: block;
    width: 100px;
    margin: 20px 0 0 auto;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .product .spbtn a {
    padding-right: 0;
    width: 100px;
  }
}

.swipe_product, .slides_ranking, .slides_pick, .swipe_sp1, .swipe_sp2 {
  margin-top: 60px;
  position: relative;
}
.swipe_product a, .slides_ranking a, .slides_pick a, .swipe_sp1 a, .swipe_sp2 a {
  text-decoration: none;
  color: #333;
}
.swipe_product a .img, .slides_ranking a .img, .slides_pick a .img, .swipe_sp1 a .img, .swipe_sp2 a .img {
  overflow: hidden;
}
.swipe_product a img, .slides_ranking a img, .slides_pick a img, .swipe_sp1 a img, .swipe_sp2 a img {
  transition: all 0.3s ease;
  width: 100%;
}
.swipe_product a:hover img, .slides_ranking a:hover img, .slides_pick a:hover img, .swipe_sp1 a:hover img, .swipe_sp2 a:hover img {
  transform: scale(1.05);
}
.swipe_product .txt_area, .slides_ranking .txt_area, .slides_pick .txt_area, .swipe_sp1 .txt_area, .swipe_sp2 .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.swipe_product .name, .slides_ranking .name, .slides_pick .name, .swipe_sp1 .name, .swipe_sp2 .name {
  margin-top: 24px;
  max-width: 240px;
}
.swipe_product .price, .slides_ranking .price, .slides_pick .price, .swipe_sp1 .price, .swipe_sp2 .price {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 0 auto;
}
.swipe_product .num, .slides_ranking .num, .slides_pick .num, .swipe_sp1 .num, .swipe_sp2 .num {
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: white;
  line-height: 1;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  z-index: 3;
}
.swipe_product .num img, .slides_ranking .num img, .slides_pick .num img, .swipe_sp1 .num img, .swipe_sp2 .num img {
  width: 15px;
  height: auto;
}
.swipe_product .sw_nav, .slides_ranking .sw_nav, .slides_pick .sw_nav, .swipe_sp1 .sw_nav, .swipe_sp2 .sw_nav {
  position: absolute;
  width: 100%;
  top: 36%;
  left: 0;
}
.swipe_product .swiper-button-prev, .swipe_product .swiper-button-next, .slides_ranking .swiper-button-prev, .slides_ranking .swiper-button-next, .slides_pick .swiper-button-prev, .slides_pick .swiper-button-next, .swipe_sp1 .swiper-button-prev, .swipe_sp1 .swiper-button-next, .swipe_sp2 .swiper-button-prev, .swipe_sp2 .swiper-button-next {
  width: 64px;
  height: 64px;
  margin-top: 0;
  top: unset;
}
.swipe_product .swiper-button-prev, .slides_ranking .swiper-button-prev, .slides_pick .swiper-button-prev, .swipe_sp1 .swiper-button-prev, .swipe_sp2 .swiper-button-prev {
  left: -32px;
}
.swipe_product .swiper-button-next, .slides_ranking .swiper-button-next, .slides_pick .swiper-button-next, .swipe_sp1 .swiper-button-next, .swipe_sp2 .swiper-button-next {
  right: -32px;
}
@media all and (max-width: 767px) {
  .swipe_product, .slides_ranking, .slides_pick, .swipe_sp1, .swipe_sp2 {
    margin-top: 30px;
  }
  .swipe_product .txt_area, .slides_ranking .txt_area, .slides_pick .txt_area, .swipe_sp1 .txt_area, .swipe_sp2 .txt_area {
    display: block;
  }
  .swipe_product .price, .slides_ranking .price, .slides_pick .price, .swipe_sp1 .price, .swipe_sp2 .price {
    margin: 5px 0 0 auto;
  }
  .swipe_product .name, .slides_ranking .name, .slides_pick .name, .swipe_sp1 .name, .swipe_sp2 .name {
    margin-top: 16px;
    max-width: 240px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .swipe_product .name br, .slides_ranking .name br, .slides_pick .name br, .swipe_sp1 .name br, .swipe_sp2 .name br {
    display: none;
  }
  .swipe_product .num, .slides_ranking .num, .slides_pick .num, .swipe_sp1 .num, .swipe_sp2 .num {
    left: 20px;
    top: 20px;
    font-size: 2rem;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
  }
  .swipe_product .num img, .slides_ranking .num img, .slides_pick .num img, .swipe_sp1 .num img, .swipe_sp2 .num img {
    width: 15px;
    height: auto;
  }
  .swipe_product .sw_nav, .slides_ranking .sw_nav, .slides_pick .sw_nav, .swipe_sp1 .sw_nav, .swipe_sp2 .sw_nav {
    top: 33%;
  }
  .swipe_product .swiper-button-prev, .swipe_product .swiper-button-next, .slides_ranking .swiper-button-prev, .slides_ranking .swiper-button-next, .slides_pick .swiper-button-prev, .slides_pick .swiper-button-next, .swipe_sp1 .swiper-button-prev, .swipe_sp1 .swiper-button-next, .swipe_sp2 .swiper-button-prev, .swipe_sp2 .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: unset;
  }
  .swipe_product .swiper-button-prev, .slides_ranking .swiper-button-prev, .slides_pick .swiper-button-prev, .swipe_sp1 .swiper-button-prev, .swipe_sp2 .swiper-button-prev {
    left: -12px;
  }
  .swipe_product .swiper-button-next, .slides_ranking .swiper-button-next, .slides_pick .swiper-button-next, .swipe_sp1 .swiper-button-next, .swipe_sp2 .swiper-button-next {
    right: -12px;
  }
}

.sp_slidw {
  margin-top: 0;
  background: white;
}
.sp_slidw .swipe_sp1, .sp_slidw .swipe_sp2 {
  margin-top: 0;
}
.sp_slidw .swipe_sp2 {
  padding-bottom: 220px;
}
@media all and (max-width: 767px) {
  .sp_slidw .swipe_sp2 {
    padding-bottom: 60px;
  }
}

.concept {
  margin-top: -1px;
  padding: 120px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 768px;
  background: white;
}
.concept .left {
  background: url("../images/conse.jpg") center center/cover;
}
.concept .right {
  background: #F7F9FA;
  padding: 240px 100px 0 100px;
  box-sizing: border-box;
  aspect-ratio: 768/817;
}
.concept .in {
  max-width: 540px;
  margin: 0 auto;
}
.concept .eg {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 2rem;
  position: relative;
  line-height: 1;
}
.concept h2 {
  margin: 36px 0;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.6rem;
}
.concept .txt {
  line-height: 1.6;
}
.concept .bw {
  margin-top: 60px;
  text-align: right;
}
.concept .btn1 {
  width: 135px;
  margin: 0 0 0 auto;
  padding-right: 0;
}
@media all and (max-width: 1000px) {
  .concept {
    grid-template-columns: 1fr;
  }
  .concept .left {
    height: 500px;
  }
  .concept .right {
    background: #F7F9FA;
    padding: 100px 0;
    aspect-ratio: 400/300;
  }
}
@media all and (max-width: 767px) {
  .concept {
    padding: 60px 0 0 0;
  }
  .concept .left {
    width: 100%;
    height: 250px;
  }
  .concept .right {
    padding: 40px 30px;
    box-sizing: border-box;
    aspect-ratio: unset;
  }
  .concept .in {
    max-width: 540px;
    margin: 0 auto;
  }
  .concept .eg {
    font-size: 1.4rem;
  }
  .concept .txt {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .concept .bw {
    margin-top: 30px;
    text-align: right;
    font-size: 1.4rem;
  }
  .concept .btn1 {
    width: 115px;
    margin: 0 0 0 auto;
    padding-right: 0;
  }
  .concept h2 {
    margin: 18px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.swm {
  padding: 220px 0 120px;
  background: white;
}
.swm .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.swm .right {
  place-content: center;
}
.swm .txt {
  margin: 40px 0 0 0;
}
.swm h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.swm h2 i {
  position: relative;
}
.swm h2 i:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
@media all and (max-width: 1000px) {
  .swm {
    padding: 110px 0;
  }
  .swm .inner {
    grid-template-columns: 1fr;
    gap: 100px 0;
  }
}
@media all and (max-width: 767px) {
  .swm {
    padding: 60px 0;
  }
  .swm .inner {
    gap: 60px 0;
  }
  .swm .txt {
    margin: 20px 0 0 0;
  }
  .swm h2 {
    font-size: 2rem;
  }
}

.swm.rev {
  padding: 220px 0 120px 0;
}
.swm.rev .left {
  order: 1;
}
.swm.rev .right {
  order: 2;
}
@media all and (max-width: 1000px) {
  .swm.rev {
    padding: 110px 0;
  }
}
@media all and (max-width: 767px) {
  .swm.rev {
    padding: 60px 0;
  }
}

.you_wrap {
  background: white;
  margin-top: -1px;
  padding-bottom: 150px;
  box-sizing: border-box;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.big_l {
  height: 500px;
  aspect-ratio: 1920/935;
}
@media all and (max-width: 767px) {
  .big_l {
    height: 350px;
  }
}

.img_bl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.img_bl img, .img_bl picture {
  object-fit: cover;
  width: 110vw;
  height: 100vh;
}
.img_bl.di {
  opacity: 1;
  visibility: visible;
}

.slides_ranking {
  margin: 60px 0 0 0;
}
.slides_ranking .swiper-wrapper {
  counter-reset: number 0;
}
.slides_ranking .swiper-wrapper .num:before {
  counter-increment: number 1;
  content: counter(number) " ";
}
.slides_ranking .num img {
  display: none;
}
.slides_ranking .swiper-slide:nth-of-type(1) .num img {
  display: flex;
}
@media all and (max-width: 767px) {
  .slides_ranking {
    margin: 30px 0 0 0;
  }
}

.pickup {
  margin-top: -1px;
  padding: 130px 0;
  background: white;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.pickup .in {
  padding: 130px 0 0 0;
  box-sizing: border-box;
}
.pickup:before {
  content: "";
  position: absolute;
  top: 130px;
  left: 10px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 130px);
  background: #F7F9FA;
}
.pickup .inner {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .pickup {
    padding: 65px 0;
  }
  .pickup .in {
    padding: 65px 0 0 0;
  }
  .pickup:before {
    content: "";
    position: absolute;
    top: 65px;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: calc(100% - 65px);
    background: #F7F9FA;
  }
}

.slides_pick .swiper-slide {
  position: relative;
}
.slides_pick .swiper-slide .tx_bl {
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: white;
  place-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.slides_pick .img {
  overflow: hidden;
}
.slides_pick .img img {
  transition: all 0.3s ease;
}
.slides_pick .img:hover img {
  transform: scale(1.05);
}
@media all and (max-width: 767px) {
  .slides_pick .sw_nav {
    top: 50%;
    margin-top: -20px;
  }
}

.info {
  padding: 150px 0;
  background: white;
}
.info .top_area {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0 70px;
  align-items: flex-start;
}
.info .ttl_bx {
  margin-top: 50px;
}
.info .line {
  text-decoration: none;
  color: #333;
  padding: 40px 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
  display: grid;
  grid-template-columns: 160px 1fr;
  position: relative;
}
.info .line .ymd {
  font-family: "Marcellus", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.info .line .txt {
  padding-right: 40px;
  box-sizing: border-box;
}
.info .line .arw {
  width: 64px;
  position: absolute;
  right: 0;
  top: 19px;
  transition: all 0.3s ease;
}
.info .line:hover .arw {
  right: -5px;
}
.info .c3 {
  margin-top: 150px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 24px;
}
.info .c3 .bx {
  background: #F7F9FA;
  text-align: center;
  padding: 110px 40px 70px 48px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  gap: 24px 0;
  justify-content: space-between;
}
.info .c3 .eg {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #9B9B9B;
  position: relative;
  line-height: 1;
  padding-right: 20px;
  margin-top: 50px;
}
.info .c3 .ic {
  text-align: center;
}
.info .c3 .ic img {
  display: inline-block;
  height: 40px;
  width: auto;
}
.info .c3 .jp {
  margin-top: 16px;
}
.info .c3 .tt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.info .c3 .btt {
  text-align: center;
  margin-bottom: 10px;
}
.info .c3 .ll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.info .c3 .ll i {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 2.8rem;
  margin: 0 2px;
}
.info .c3 .txt i {
  text-decoration: underline;
}
.info .c3 .btm {
  text-align: left;
}
@media all and (max-width: 1200px) {
  .info .top_area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .info .c3 {
    margin-top: 150px;
    margin-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .info .c3 .eg {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 3rem;
    color: #9B9B9B;
    position: relative;
    line-height: 1;
    padding-right: 20px;
    margin-top: 50px;
  }
  .info .c3 .ic {
    text-align: center;
  }
  .info .c3 .ic img {
    display: inline-block;
    height: 40px;
    width: auto;
  }
  .info .c3 .jp {
    margin-top: 16px;
  }
  .info .c3 .tt2 {
    max-width: 330px;
    margin: 0 auto;
  }
  .info .c3 .txt {
    max-width: 600px;
    margin: 30px auto 0 auto;
  }
  .info .c3 .txt i {
    text-decoration: underline;
  }
  .info .c3 .btm {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .info {
    padding: 0 0 40px 0;
  }
  .info .top_area {
    gap: 0;
  }
  .info .ttl_bx {
    margin-top: 50px;
  }
  .info .line {
    padding: 20px 40px 20px 0;
    grid-template-columns: 1fr;
  }
  .info .line .ymd {
    font-size: 1.2rem;
  }
  .info .line .txt {
    padding-right: 40px;
  }
  .info .line .arw {
    width: 32px;
    top: 19px;
  }
  .info .c3 {
    margin-top: 150px;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 24px;
  }
  .info .c3 .bx {
    background: #F7F9FA;
    text-align: center;
    padding: 110px 40px 70px 48px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 24px 0;
    justify-content: space-between;
  }
  .info .c3 .eg {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 3rem;
    color: #9B9B9B;
    position: relative;
    line-height: 1;
    padding-right: 20px;
    margin-top: 50px;
  }
  .info .c3 .ic {
    text-align: center;
  }
  .info .c3 .ic img {
    display: inline-block;
    height: 40px;
    width: auto;
  }
  .info .c3 .jp {
    margin-top: 16px;
  }
  .info .c3 .tt2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .info .c3 .btt {
    text-align: center;
    margin-bottom: 10px;
  }
  .info .c3 .ll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
  }
  .info .c3 .ll i {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 2.8rem;
    margin: 0 2px;
  }
  .info .c3 .txt i {
    text-decoration: underline;
  }
  .info .c3 .btm {
    text-align: left;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .info .c3 {
    margin-top: 75px;
    margin-bottom: 30px;
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .info .c3 .bx {
    padding: 55px 20px 35px 24px;
    gap: 12px 0;
  }
  .info .c3 .eg {
    font-size: 2.4rem;
    padding-right: 10px;
    margin-top: 25px;
  }
  .info .c3 .ic {
    text-align: center;
  }
  .info .c3 .ic img {
    height: 30px;
  }
  .info .c3 .btm {
    text-align: left;
  }
}

footer {
  background: white;
}
footer .inner {
  border-top: 1px solid #E0E0E0;
  padding: 60px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}
footer .inner .menus {
  display: inline-block;
}
footer .inner .menus .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 60px;
}
footer .inner .menus a {
  display: block;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}
footer .inner .menus a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}
footer .inner .menus a:hover:before {
  width: 100%;
}
footer .inner .menus a em {
  font-family: "Marcellus", serif;
}
footer .inner .sns {
  display: inline-block;
  margin-top: 100px;
}
footer .inner .sns .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 24px;
  align-items: center;
}
footer .inner .sns .in img {
  width: 30px;
  height: auto;
}
footer .inner .sns .in a {
  transition: all 0.3s ease;
}
footer .inner .sns .in a:hover {
  opacity: 0.7;
}
footer .inner .copyright {
  padding: 100px 0;
  box-sizing: border-box;
}
footer .inner .copyright i {
  font-size: 1.4rem;
  font-family: "Marcellus", serif;
}
@media all and (max-width: 1200px) {
  footer .inner .menus {
    display: inline-block;
  }
  footer .inner .menus .in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
}
@media all and (max-width: 767px) {
  footer .inner .menus {
    display: block;
  }
  footer .inner .menus .in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  footer .inner .menus a {
    margin-bottom: 3px;
  }
  footer .inner .sns {
    margin-top: 50px;
  }
  footer .inner .sns .in {
    gap: 0 10px;
  }
  footer .inner .sns .in img {
    width: 20px;
  }
  footer .inner .copyright {
    padding: 50px 0;
  }
  footer .inner .copyright i {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=top.css.map */
