@charset "UTF-8";

img {
  display: block;
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
}

.yu_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*----------------------------------------------------
  #heading
----------------------------------------------------*/
#heading {
  width: 100%;
  height: auto;
  position: absolute;
  top: 112.5vh;
  left: 0;
}

#heading h1 {
  width: 100%;
  height: auto;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: right;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}

#heading h1 br {
  display: none;
}

/*----------------------------------------------------
  top-mv
----------------------------------------------------*/
main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#top-mv {
  width: 100%;
  height: 110vh;
  overflow: hidden;
  position: relative;
}

.top-mv_bg {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-mv_bg>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-mv {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.iPad #top-mv,
.android #top-mv,
.iPad .swiper-container1,
.android .swiper-container1 {
  height: 60vh;
}

.swiper-slide,
.swiper-slide-active {
  position: relative;
}

.slide-imgWrap {
  width: 80%;
  height: calc(100% - 70px);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.swiper-container .slide-img {
  width: 100%;
  height: 100%;
}

.swiper-container .slide-img picture,
.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container .swiper-slide-active .slide-img,
.swiper-container .swiper-slide-duplicate-active .slide-img,
.swiper-container .swiper-slide-prev .slide-img {
  animation: blur1 .5s linear 0s, zoomOut 4s linear 0s;
  animation-fill-mode: both;
}

@keyframes blur1 {
  0% {
    filter: blur(20px);
  }

  100% {
    filter: blur(0);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.swiper-container .swiper-pagination {
  display: inline-block;
  width: 48px;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: 95%;
}

.swiper-container .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: 15px 4px !important;
  padding: 13px 0;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  color: #A7A7A7;
}

.swiper-container .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 20px;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-container .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;
  }
}

.top-logo {
  width: 30%;
  height: auto;
  position: absolute;
  left: 15%;
  top: 42.5%;
  transform: translate(0, -50%);
  mix-blend-mode: color-burn;
}

.top-logo.top_style-2 {
  mix-blend-mode: difference;
  top: 37.5%;
}

.top-logo.top_style-3 {
  mix-blend-mode: color-dodge;
  top: 40%;
}

.top-logo-area {
  width: 160px;
  height: auto;
  position: absolute;
  left: 40%;
  top: 55%;
  transform: translate(0, -50%);
}

.top-logo-sub {
  width: 27.5%;
  height: auto;
  position: absolute;
  left: 15%;
  top: 57.5%;
  transform: translate(0, -50%);
}

.top-logo-sub.top_style-2 {
  width: 30%;
  top: 52.5%;
}

.top-logo-sub.top_style-3 {
  width: 30%;
  top: 65%;
}

.top-mv_text {
  width: 50%;
  height: auto;
  position: absolute;
  top: 70%;
  left: 18.5%;
  transform: translate(0, -50%);
}

.top-mv_text.top_style-3 {
  top: 75%;
  left: 17%;
}

.top-mv_text>p {
  font-size: 2rem;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0;
  line-height: 2;
}

.top-mv_text>ul {
  width: 100%;
  height: auto;
  list-style: none;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 2;
}

.top_style-2>ul {
  color: #5C5C67;
  font-size: 1.8rem;
  font-weight: normal;
}

.top-mv_text>ul>li {
  width: 100%;
  height: auto;
  display: flex;
}

.top-mv_text>ul>li>img {
  width: 14px;
  margin-right: 8px;
}

.chirstina-auth {
  width: 160px;
  height: auto;
  position: absolute;
  z-index: 1;
  bottom: 12.5%;
  right: 5%;
}

.top-mv_diva {
  width: auto;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 2.5%;
  z-index: 1;
  transform: translate(0, -50%);
  mix-blend-mode: color-dodge;
}

.top-mv_diva>img {
  width: auto;
  height: 100%;
}

.top-link {
  width: 320px;
  height: 60px;
  margin-top: 26px;
}

.top-link>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #5C5C67;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 4px;
}

.top-link-cols {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 100;
}

.top-link-sub {
  font-size: 1.6rem;
  font-family: 'Playfair Display', serif;
}

.christina-logo {
  width: 80%;
  height: auto;
  position: absolute;
  bottom: 7.5%;
  right: 0;
  mix-blend-mode: difference;
}

/*----------------------------------------------------
  #news
----------------------------------------------------*/
#news {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------
  #campaign
----------------------------------------------------*/
#campaign {
  width: 100%;
  height: auto;
  padding: 100px 0 0 0;
  position: relative;
}

.campaign {
  width: 100%;
  height: auto;
}

.campaign-top {
  width: 100%;
  max-width: 896px;
  margin: 0 auto 50px auto;
  height: auto;
}

.campaign-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.campaign-title>h2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.campaign-title>h2>img {
  width: 14px;
  margin-right: 5px;
}

.campaign-title>img:nth-of-type(1) {
  width: 140px;
  margin: 0 auto 20px auto;
}

.campaign-title>img:nth-of-type(2) {
  width: 70%;
  max-width: 480px;
  margin: 0 auto;
}

.campaign-top_text {
  margin-top: 30px;
}

.campaign-top_text>p {
  text-align: center;
}

.campaign .swiper-slide {
  padding: 0 20px;
  box-sizing: border-box;
}

.campaign .swiper {
  padding-bottom: 50px;
}

/*----------------------------------------------------
  #school-info
----------------------------------------------------*/
#school-info {
  display: none;
  width: 100%;
  height: auto;
  padding: 100px 0 0 0;
  position: relative;
}

.school-info-body {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.school-info-body>a {
  display: block;
  width: 100%;
}

/*----------------------------------------------------
  #about
----------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  padding: 200px 0;
  position: relative;
}

#about::before {
  display: block;
  content: '';
  width: 100%;
  height: 80%;
  background: #E6D5C1;
  position: absolute;
  bottom: -20%;
  left: 0;
}

#about::after {
  display: block;
  content: '';
  width: 100%;
  height: 80%;
  background: url('../img/common/bg_sand.png');
  background-repeat: repeat;
  opacity: .2;
  position: absolute;
  bottom: -20%;
  left: 0;
}

.about {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-cols {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.about-img {
  width: 40%;
  height: auto;
}

.about-img.about-sp {
  display: none;
}

.about-inner {
  width: 45%;
  height: auto;
  margin-top: 80px;
}

.about-title {
  width: 100%;
  height: auto;
}

.about-title_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.about-title_wrap>img {
  width: 14px;
  margin-right: 5px;
}

.about-title_wrap>h2 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #E6E2C1;
}

.about-title>img {
  width: 70%;
}

.about-description {
  width: 100%;
  height: auto;
}

.about-lead {
  font-size: 3.6rem;
  line-height: 1.6;
  padding: 30px 0 20px 0;
}

.about-bgText {
  width: 35%;
  height: auto;
  position: absolute;
  bottom: -100px;
  right: -7.5%;
}

/*----------------------------------------------------
  #menu
----------------------------------------------------*/
#menu {
  width: 100%;
  height: auto;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

.second_mv {
  width: 100vw;
  height: auto;
  margin-right: calc(50% - 50vw);
  position: relative;
}

.second_mv>img {
  display: block;
  width: 100%;
  height: auto;
}

.second_mv.menu-sp {
  display: none;
}

.menu {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
}

.menu-top {
  width: 100%;
  height: auto;
  display: flex;
}

.menu-title {
  width: 50%;
  height: auto;
  padding-top: 22%;
  padding-left: 5%;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.menu-title>h2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.menu-title>h2>img {
  width: 14px;
  margin-right: 5px;
}

.menu-title>img {
  width: 85%;
}

.menu-title_lead {
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  padding: 40px 0;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.menu-cols {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-category {
  width: 48.5%;
  background: #fff;
  box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.menu-category:nth-child(n+3) {
  margin-top: 100px;
}

.menu-category_eyecatch {
  position: relative;
  width: 100%;
  height: auto;
}

.menu-category_eyecatch picture,
.menu-category_eyecatch img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.menu-category_cols {
  width: 100%;
  height: auto;
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
}

.menu-category_title {
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-category_title>img {
  width: 60px;
}

.menu-category_title_cols {
  width: calc(100% - 74px);
  line-height: 1.6;
}

.menu-category_title_cols>p {
  display: flex;
  align-items: center;
  color: #E6D5C1;
  font-family: 'Playfair Display', serif;
}

.menu-category_title_cols>p::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #E6D5C1;
  margin-left: 10px;
}

.menu-contact {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.menu-contact-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.menu-contact-title>img {
  width: 360px;
  height: auto;
}

.menu-contact-title>h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 16px;
}

.menu-contact-title>h4>img {
  width: 14px;
  margin-right: 5px;
}

.menu-contact-lead {
  margin-bottom: 30px;
  text-align: center;
}

.menu-link {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.menu-link>a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  color: #fff;
  width: 32%;
  height: 100px;
  border-radius: 8px;
}

.menu-link>a:first-child {
  border: 2px solid rgba(215, 209, 196, 1);
  color: #C5B6A5;
  background: #fff;
  box-sizing: border-box;
}

.menu-link>a:nth-child(2) {
  background: linear-gradient(45deg, rgba(215, 209, 196, 1), rgba(230, 213, 193, 1));
}

.menu-link>a:nth-child(3) {
  background: #06c755;
}

.menu-link>a>img {
  width: 46px;
  margin-right: 10px;
}

.menu-link-cols>p:nth-child(1) {
  font-size: 1.6rem;
  font-weight: bold;
}

.menu-link-cols>p:nth-child(2) {
  font-size: 1.2rem;
}

.menu-title_lead.menu-sp {
  display: none;
}

.menu-category-link {
  width: 60%;
  height: 60px;
  margin: auto auto 0 auto;
}

.menu-category:nth-child(n+3) .menu-category-link {
  width: 85%;
}

.menu-category-link>a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  background: linear-gradient(to right, #C5B6A5, #E2CEB1);
  color: #fff;
  border-radius: 4px;
  position: relative;
}

.menu-category-link>a>span {
  font-size: 1.6rem;
  font-family: 'Playfair Display', serif;
}

.menu-category-link>a>p {
  font-size: 1rem;
}

.menu-category-link>a>img {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}

/*----------------------------------------------------
  #access
----------------------------------------------------*/
#access {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  padding: 200px 0;
}

.access {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.access-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.access-title>img {
  width: 380px;
  height: auto;
}

.access-title>h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 16px;
}

.access-title>h2>img {
  width: 14px;
  margin-right: 5px;
}

.access-cols {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.access-inner {
  width: 75%;
  height: auto;
  padding-right: 5%;
  box-sizing: border-box;
}

.salon-name {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.salon-name>span {
  font-size: 1.4rem;
  font-weight: normal;
}

.salon-name>img {
  width: 24px;
  margin-right: 5px;
}

.salon-description {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  margin-bottom: 20px;
  background: #fafafa;
}

.access-info {
  width: 100%;
  height: auto;
}

.access-info dt {
  width: 100%;
  height: auto;
  padding: 2.5px 0;
  font-weight: bold;
}

.access-info dd {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 16px;
}

.access-info-t {
  padding: 2.5px 0;
}

.access-info-sub {
  width: 100%;
  height: auto;
  color: #DCD6D2;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.access-info-sub::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 2px dotted #DCD6D2;
  margin-left: 8px;
}

.access-img {
  width: 100vw;
  height: auto;
  margin-right: calc(50% - 50vw);
}

.access-img>img {
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------------------
  #contents
----------------------------------------------------*/
#contents {
  width: 100%;
  height: auto;
  background: #f6efe7;
  border: 10px solid #fff;
  box-sizing: border-box;
  position: relative;
}

.contents {
  width: 95%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 100px 0;
}

#blog {
  width: 47.5%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.contents-title {
  width: 85%;
  height: auto;
  color: #fff;
  margin: 0 auto 20px auto;
}

.contents-title>h2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.contents-title>h2>img {
  width: 14px;
  margin-right: 5px;
}

.contents-title>img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

#blog-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: rgba(255, 255, 255, .8);
  padding: 50px;
  box-sizing: border-box;
}

#blog-list>article {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
}

.blog-list-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-list-link>a {
  display: block;
  width: 100%;
  height: 100%;
}

#blog-list>article:not(:last-child) {
  border-bottom: 1px dashed #e6d5c1;
}

.blog-taxonomy {
  width: 80px;
  font-size: 1.2rem;
  margin-right: 14px;
}

#blog-list>article>h3 {
  width: calc(100% - 90px);
  font-size: 1.4rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

#insta {
  width: 48%;
  height: auto;
  box-sizing: border-box;
}

#instagram,
#interim {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.insta-item {
  width: 32%;
  height: auto;
  position: relative;
}

.insta-item::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.insta-item:nth-child(n+4) {
  margin-top: 10px;
}

.insta-item>a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.insta-eyecatch {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta-eyecatch>img,
.insta-eyecatch>video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1360px) {

  .menu,
  .access {
    width: 90%;
  }

  #heading h1 {
    width: 90%;
    max-width: initial;
  }
}

@media screen and (max-width: 1280px) {
  #heading h1 {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .campaign-top {
    width: 80%;
  }

  #about::before,
  #about::after {
    bottom: -16%;
    height: 77%;
  }

  .menu-title {
    margin-bottom: 0;
  }

  .menu-title_lead.menu-pc {
    display: none;
  }

  .menu-title_lead.menu-sp {
    display: block;
    padding: 20px 40px 40px 40px;
    box-sizing: border-box;
  }

  .menu-category:nth-child(n+3) {
    width: 48.5%;
  }

  .menu-category-link {
    width: 85%;
  }

  .menu-contact {
    width: 100%;
  }

  .menu-link {
    width: 100%;
  }

  .access-cols {
    flex-direction: column-reverse;
  }

  .access-img {
    width: 85vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    margin-bottom: 50px;
  }

  .access-inner {
    width: 70%;
    padding-right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 896px) {
  .top-mv_bg {
    width: 42.5%;
  }

  .swiper-pagination {
    display: none !important;
  }

  .campaign-title>img:nth-of-type(2) {
    width: 50%;
  }

  #about::before,
  #about::after {
    bottom: -12%;
    height: 74%;
  }

  .about-lead {
    font-size: 2.6rem;
  }

  .contents {
    width: 90%;
    flex-direction: column-reverse;
  }

  #insta {
    width: 100%;
    margin-bottom: 100px;
  }

  #blog {
    width: 100%;
  }

  .access-img {
    width: 90vw;
  }
}

@media screen and (max-width:786px) {
  .about-lead {
    font-size: 2.6rem;
  }

  .menu-link {
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-link>a {
    width: 48%;
  }

  .menu-link>a:first-child {
    margin-right: 1%;
  }

  .menu-link>a:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width:680px) {
  .campaign-title>img:nth-of-type(2) {
    width: 60%;
  }

  .campaign .swiper-slide {
    padding: 0 10px;
  }

  #school-info {
    display: block;
    padding-top: 0;
  }

  #about {
    padding: 100px 0;
  }

  #about::before,
  #about::after {
    bottom: -8%;
    height: 60%;
  }

  .about,
  .menu,
  .access {
    width: 80%;
  }

  .about-bgText {
    width: 45%;
    bottom: -70px;
  }

  .about-inner {
    margin-top: 0;
  }

  .about-title>img {
    width: 60%;
  }

  .about-img.about-pc {
    display: none;
  }

  .about-img.about-sp {
    display: block;
  }

  .about-img {
    width: 90vw;
    margin-left: calc(50% - 50vw);
    margin-top: 30px;
  }

  .about-inner {
    width: 100%;
  }

  .second_mv.menu-pc {
    display: none;
  }

  .second_mv.menu-sp {
    display: block;
    width: 90%;
    margin-left: auto;
  }

  .menu-title {
    width: 100%;
    padding-top: 70px;
  }

  .menu-title>img {
    width: 65%;
  }

  .menu-title_lead {
    font-size: 2.6rem;
  }

  .menu-category:nth-child(1),
  .menu-category:nth-child(2),
  .menu-category:nth-child(n+3) {
    width: 100%;
  }

  .menu-category:nth-child(n+2) {
    margin-top: 50px;
  }

  .text,
  .menu-categoty_text {
    font-size: 1.2rem;
  }

  .menu-link {
    width: 90%;
    margin: 0 auto;
  }

  .menu-link>a {
    width: 100%;
  }

  .menu-link>a:first-child {
    margin-right: 0;
  }

  .menu-link>a:nth-child(n+2) {
    margin-top: 10px;
  }

  .contents-title>img {
    width: 60%;
  }

  .insta-item:nth-child(n+7) {
    display: none;
  }

  .insta-item {
    width: 48.5%;
  }

  .insta-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .access-inner {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  #heading h1 br {
    display: block;
  }

  #top-mv {
    height: calc(var(--vh, 1vh) * 120);
  }

  #heading {
    top: calc(var(--vh, 1vh) * 122.5);
  }

  .nav-sns {
    display: flex;
  }

  .top-mv_bg {
    width: 45%;
  }

  .slideno1 img {
    object-position: left top;
  }

  .top-logo,
  .top-logo.top_style-2 {
    width: 55%;
    left: 10%;
    top: 63%;
  }

  .top-logo.top_style-3 {
    width: 75%;
    top: 50%;
  }

  .top-logo-area {
    width: 100px;
    top: 70%;
    left: 50%;
  }

  .top-logo-area.top_style-3 {
    width: 100px;
    top: 60%;
    left: 70%;
  }

  .top-logo-sub {
    width: 45%;
    top: 71.5%;
    left: 10%;
  }

  .top-logo-sub.top_style-2 {
    width: 55%;
    top: 69%;
  }

  .top-logo-sub.top_style-3 {
    width: 70%;
    top: 66%;
  }

  .top-mv_text>ul {
    font-weight: normal;
    font-size: 1.4rem;
  }

  .top-mv_text {
    width: 80%;
    top: 78%;
    left: 15%;
  }

  .top_style-2>ul {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .top-mv_text.top_style-3 {
    top: 74%;
  }

  .top-mv_text>p {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "Arial", sans-serif;
  }

  .top-mv_text.top_style-3 {
    width: 72%;
    left: 15%;
  }

  .top-mv_text.top_style-3 br {
    display: none;
  }

  .top-link {
    width: 80%;
    margin-top: 20px;
  }

  .chirstina-auth {
    width: 80px;
    bottom: 20px;
  }

  .campaign-top,
  .about,
  .menu,
  .access {
    width: 87.5%;
  }

  .campaign-title>img:nth-of-type(1) {
    width: 100px;
  }

  .campaign-title>img:nth-of-type(2) {
    width: 75%;
  }

  .campaign-title>h2 {
    font-size: 1rem;
  }

  .campaign-top_text>p {
    text-align: justify;
  }

  .campaign-top_text>p br {
    display: none;
  }

  .campaign .swiper {
    padding-bottom: 20px;
  }

  .school-info-body {
    width: 95%;
  }

  #about::before,
  #about::after {
    height: 80%;
  }

  .about-lead {
    font-size: 2.2rem;
  }

  .about-title {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-title_wrap {
    margin-bottom: 0;
  }

  .about-title>img {
    margin-bottom: 5px;
  }

  .about-img {
    margin-top: 16px;
  }

  #menu {
    padding-bottom: 100px;
  }

  .menu-title {
    width: 100%;
    padding-top: 50px;
  }

  .menu-title>img {
    width: 70%;
  }

  .menu-title_lead.menu-sp {
    padding: 30px 10px;
    font-size: 1.5rem;
  }

  .menu-title_lead.menu-sp>p {
    text-align: center;
  }

  .menu-category:nth-child(1),
  .menu-category:nth-child(2),
  .menu-category:nth-child(n+3) {
    width: 100%;
  }

  .menu-category:nth-child(n+2) {
    margin-top: 50px;
  }

  .text,
  .menu-categoty_text {
    font-size: 1.2rem;
  }

  .menu-category_title>img {
    width: 48px;
  }

  .menu-category_title_cols {
    width: calc(100% - 60px);
    line-height: 1.6;
  }

  .menu-contact-title>img {
    width: 70%;
  }

  .menu-contact-lead br {
    display: none;
  }

  .menu-contact-lead {
    padding: 0 10px;
    text-align: justify;
  }

  .menu-link {
    width: 100%;
  }

  .menu-link>a {
    height: 70px;
  }

  #blog-list {
    padding: 30px;
    align-items: flex-start;
  }

  #blog-list>article {
    flex-direction: column;
  }

  .blog-taxonomy,
  #blog-list>article>h3 {
    width: 100%;
  }

  .blog-taxonomy {
    margin-right: 0;
  }

  #access {
    padding: 100px 0;
  }

  .access-title {
    width: 90%;
    margin: 0 auto 30px auto;
  }

  .access-title>h2 {
    font-size: 1rem;
  }

  .access-title>img {
    width: 100%;
  }
}