@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body {
  font-family: "筑紫A丸ゴシック", "秀英丸ゴシック L", "Shuei MaruGo L", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  background-color: #fffbe5;
  color: #333333;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

@media (min-width: 1088px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

_::-webkit-full-page-media, _:future, :root .header_inner {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

.header_inner {
  transition: all ease .3s 0s;
}

.header {
  background: transparent url(/imges/top/header-line-pattern.png) repeat-x;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all ease .2s 0s;
}

@media (max-width: 767px) {
  .header {
    padding-top: 25px;
    background: transparent url(/imges/top/sp/header-line-pattern.png) repeat-x;
  }
}

.heder_top-text {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  font-weight: 700;
  padding-left: 10px;
}

.header-nav {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .header-nav {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav {
    margin-top: 0;
  }
}

.header-nav-list {
  display: flex;
  letter-spacing: 0.01em;
  align-items: center;
  transition: all ease .3s 0s;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .header-nav-list {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-list {
    display: block;
  }
}

.header-nav-item {
  text-align: center;
  position: relative;
}

.header-nav-item:nth-child(1) {
  margin-right: 65px;
}

@media (max-width: 767px) {
  .header-nav-item:nth-child(1) {
    margin-right: 0;
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-item:nth-child(1) {
    margin-right: 0;
    margin-top: 80px;
  }
}

.header-nav-item:nth-child(2) {
  margin-right: 65px;
}

@media (max-width: 767px) {
  .header-nav-item:nth-child(2) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-item:nth-child(2) {
    margin-right: 0px;
  }
}

.header-nav-item:nth-child(3) {
  margin-right: 35px;
}

@media (max-width: 767px) {
  .header-nav-item:nth-child(3) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-item:nth-child(3) {
    margin-right: 0px;
  }
}

.header-nav-item:nth-child(4) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .header-nav-item:nth-child(4) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-item:nth-child(4) {
    margin-right: 0px;
  }
}

.header-nav-item:nth-child(5) {
  margin-right: 45px;
}

@media (max-width: 767px) {
  .header-nav-item:nth-child(5) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-item:nth-child(5) {
    margin-right: 0px;
  }
}

.header-nav-item:nth-child(6) {
  margin-right: 45px;
}

@media (max-width: 767px) {
  .header-nav-item:nth-child(6) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-item:nth-child(6) {
    margin-right: 0px;
  }
}

.header-nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .header-nav-item {
    margin-top: 20px;
    margin-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-item {
    margin-top: 20px;
    margin-left: 50px;
  }
}

.header-nav-link {
  color: #333333;
  transition: all ease .2s 0s;
}

.header-nav-link::after {
  content: "";
  position: absolute;
  background: transparent url(/imges/top/menu-hover.png) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: -10;
  transition: all ease .3s 0s;
}

.header-nav-link:hover::after {
  width: 98px;
  height: 98px;
}

@media (max-width: 767px) {
  .header-nav-link {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .header-nav-link {
    display: flex;
  }
}

.link-img {
  transition: all ease .3s 0s;
}

.link-img:hover {
  background: #ffef9b;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .link-img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .link-img {
    display: none;
  }
}

.nav-list-text {
  margin-top: 15px;
  transition: all ease .3s 0s;
}

@media (max-width: 767px) {
  .for-sp {
    margin-left: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .for-sp {
    margin-left: 18px;
  }
}

@media (max-width: 767px) {
  .for-sp1 {
    margin-left: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .for-sp1 {
    margin-left: 36px;
  }
}

@media (max-width: 767px) {
  .for-sp2 {
    margin-left: 23px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .for-sp2 {
    margin-left: 23px;
  }
}

@media (max-width: 767px) {
  .for-sp3 {
    margin-left: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .for-sp3 {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .for-sp4 {
    margin-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .for-sp4 {
    margin-left: 15px;
  }
}

.header_text {
  font-weight: 700;
}

.header_sub-text {
  font-size: 10px;
  line-height: 1;
  transition: all ease .3s 0s;
}

@media (max-width: 767px) {
  .nav-list-img {
    margin-top: 13px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .nav-list-img {
    margin-top: 13px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .img-for-sp {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .sp-logo {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .sp-logo {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .img-for-sp {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .img-for-sp {
    margin-right: 20px;
  }
}

.drawer-hamburger {
  width: 1.7rem;
  top: 12px;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .drawer-hamburger {
    top: 30px;
  }
}

.drawer--right .drawer-hamburger {
  right: 10px;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .drawer--right .drawer-hamburger {
    right: 30px;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 3px;
  background: #f0a19c;
  border-radius: 2px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 12.25rem;
}

@media (max-width: 767px) {
  .drawer-nav {
    background: rgba(255, 255, 255, 0.93);
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .drawer-nav {
    background: rgba(255, 255, 255, 0.93);
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .sp-inner {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .sp-inner {
    padding: 0 10px;
  }
}

.top-visual {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .top-visual {
    padding-top: 85px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .top-visual {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .swiper-top {
    text-align: center;
    padding-bottom: 30px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 17px;
}

@media (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffddcb;
  }
}

@media (max-width: 767px) {
  .swiper-slide img {
    padding-top: 30px;
  }
}

.mask-swiper {
  text-align: center;
}

.mask-swiper::before {
  content: "";
  position: absolute;
  background: url(/imges/top/bs.png) no-repeat center center/contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #ef867f;
  opacity: 1;
}

@media (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet {
  box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    box-shadow: none;
  }
}

.section_title {
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .section_title {
    margin-top: 0;
  }
}

.about_img {
  display: flex;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .about_img {
    display: block;
    margin-top: 25px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .about-img2 {
    margin-top: 25px;
  }
}

.ohirune_art {
  background: transparent url(/imges/top/bc4.png) no-repeat center center/100% 100%;
  padding-bottom: 17%;
}

@media (max-width: 767px) {
  .ohirune_art {
    background: transparent url(/imges/top/sp/bg-sp.png) no-repeat center center/100% 100%;
    padding: 0 20px;
    padding-bottom: 25%;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .ohirune_art {
    padding: 0 10px;
    padding-bottom: 25%;
    background: transparent url(/imges/top/bc4.png) no-repeat center center/cover;
  }
}

@media (max-width: 399px) {
  .ohirune_art {
    padding: 0 5px;
    padding-bottom: 25%;
  }
}

@media (max-width: 374px) {
  .ohirune_art {
    padding: 0;
    padding-bottom: 25%;
  }
}

.art_title {
  padding-top: 170px;
}

@media (max-width: 767px) {
  .art_title {
    padding-top: 125px;
  }
}

@media (max-width: 767px) {
  .art_title img {
    width: 232px;
    height: 54px;
  }
}

.art_texts {
  color: #f0a19c;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .art_texts {
    margin-top: 15px;
  }
}

.art_img {
  text-align: center;
  margin-top: 25px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .art_img {
    margin-left: 0;
    margin-top: 15px;
    padding: 0 15px;
  }
}

.about_button {
  text-align: center;
  margin-top: 35px;
}

.about_button a {
  transition: all ease .3s 0s;
}

.about_button a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .about_button {
    margin-top: 20px;
  }
}

.work_shop-title {
  margin-top: 85px;
}

@media (max-width: 767px) {
  .work_shop-title {
    margin-top: 55px;
    padding: 0 15px;
  }
}

.about_items {
  margin-top: 30px;
}

.about_item {
  display: flex;
  margin-left: 80px;
  margin-bottom: 47px;
}

.about_item:nth-child(even) {
  flex-flow: row-reverse;
  margin-left: 0;
  margin-right: 75px;
}

@media (max-width: 767px) {
  .about_item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .about_item:nth-child(even) {
    margin-right: 0;
  }
}

.about_item:nth-child(3) {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .about_item:nth-child(3) {
    margin-top: 30px;
  }
}

.about_item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about_item {
    display: block;
  }
}

@media (max-width: 767px) {
  .about_item {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .about_item {
    margin-left: 0;
  }
}

.about_item-text {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .about_item-text {
    margin-left: 0;
    margin-top: 5px;
    text-align: center;
  }
}

.about-custom-text {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .about-custom-text {
    margin-right: 0;
  }
}

.about-inner-text {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.about-inner-text span {
  background: #ffef9c;
}

@media (max-width: 374px) {
  .about-inner-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .inner-text-custom {
    margin-top: 20px;
  }
}

.about-sub-text {
  letter-spacing: 0.1em;
  padding-top: 10px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .about-sub-text {
    letter-spacing: 0.06em;
    text-align: left;
    padding-top: 5px;
    padding: 5px 15px;
  }
  .about-sub-text span {
    display: inline-flex;
  }
}

@media (max-width: 374px) {
  .about-sub-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .about_item-img {
    padding: 0 15px;
  }
}

.event {
  background: #fffbe5;
  margin-top: 50px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .event {
    margin-top: 60px;
  }
}

.event_item {
  display: flex;
  padding: 40px 45px 30px 75px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.07);
  position: relative;
}

.event_item::after {
  content: "";
  position: absolute;
  background: transparent url(/imges/top/event-circle.png);
  width: 156px;
  height: 156px;
  bottom: -20%;
  right: -2%;
}

@media (max-width: 767px) {
  .event_item::after {
    width: 65px;
    height: 65px;
    background: transparent url(/imges/top/sp/event-circle-sp.png);
    bottom: -10%;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .event_item::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .event_item {
    padding: 25px 5px 20px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .event_item {
    padding: 0;
    padding-top: 10px;
    justify-content: center;
  }
}

@media (max-width: 374px) {
  .event_item::after {
    right: 0;
  }
}

.event-texts {
  margin-left: 115px;
  padding-top: 8px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .event-texts {
    margin-left: 20px;
    font-size: 14px;
  }
}

.event-texts p {
  margin-bottom: 15px;
}

.event-texts p:last-child {
  margin-bottom: 0;
}

.event-texts p a {
  transition: all ease .3s 0s;
  color: #333333;
}

.event-texts p a:hover {
  border-bottom: 1px solid #333333;
  opacity: 0.7;
}

.event-link {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .event-link {
    margin-left: 10px;
    text-align: left;
    margin-top: 30px;
  }
}

.event-link a {
  transition: all ease .3s 0s;
}

.event-link a:hover {
  opacity: 0.6;
}

.link {
  padding-top: 45px;
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .link {
    padding: 45px 20px 55px;
  }
}

.link_items {
  text-align: center;
}

.link-item {
  display: flex;
}

@media (max-width: 767px) {
  .link-item {
    display: block;
  }
}

.link-item {
  margin-bottom: 10px;
}

.link-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .link-item {
    margin-bottom: 16px;
  }
}

.link-item-img:first-child {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .link-item-img:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.link-item-img a {
  transition: all ease .3s 0s;
}

.link-item-img a:hover {
  opacity: 0.6;
}

.instagram {
  background: #fff4bf;
  padding-top: 30px;
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .instagram {
    padding: 30px 20px 40px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .instagram {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.instagram_items {
  margin-top: 30px;
}

.instagram-imgs {
  display: flex;
}

@media (max-width: 767px) {
  .instagram-imgs {
    display: block;
  }
}

.instagram-imgs-first {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .instagram-imgs-first {
    margin-bottom: 0;
  }
}

.instagram-item {
  display: flex;
}

@media (max-width: 767px) {
  .instagram-item {
    margin-bottom: 15px;
  }
}

.instagram-img {
  position: relative;
  overflow: hidden;
  width: 225px;
  height: 225px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .instagram-img:last-child {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .instagram-img {
    margin-right: 0;
    width: 175px;
    height: 175px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .instagram-img {
    width: auto;
  }
}

.last-instagram-img {
  margin-right: 0;
}

.instagram-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.4);
  /* マスクは半透明 */
  border-radius: 10px;
  transition: all 0.2s ease;
}

.instagram-img .mask :hover {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .instagram-img .mask {
    height: 78%;
  }
}

@media (max-width: 399px) {
  .instagram-img .mask {
    height: 91%;
  }
}

@media (max-width: 374px) {
  .instagram-img .mask {
    height: 76%;
  }
}

.caption {
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-top: 105px;
}

@media (max-width: 767px) {
  .caption {
    padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .caption {
    padding-top: 70px;
  }
}

@media (max-width: 399px) {
  .caption {
    padding-top: 60px;
  }
}

@media (max-width: 374px) {
  .caption {
    padding-top: 50px;
  }
}

.instagram-img:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}

.contact {
  padding: 50px 0 50px 0;
}

@media (max-width: 767px) {
  .contact {
    padding: 30px 0 55px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .contact {
    padding: 90px 30px 80px 30px;
  }
}

.contact_sub-title {
  text-align: center;
  letter-spacing: 0.1em;
  color: #ef867f;
}

@media (max-width: 767px) {
  .contact_sub-title {
    line-height: 2;
  }
}

.contact-link {
  margin-top: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .contact-link {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .contact-link {
    text-align: center;
  }
}

.contact-link a {
  width: 960px;
  height: 132px;
  background: #ee848e;
  display: inline-block;
  border-radius: 10px;
  transition: all ease .3s 0s;
}

@media (max-width: 767px) {
  .contact-link a {
    width: 360px;
    height: 132px;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .contact-link a {
    width: 700px;
  }
}

.contact-link a:hover {
  opacity: 0.6;
}

.contact-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 374px) {
  .contact-link a {
    width: 315px;
  }
}

.line-contact {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .line-contact {
    margin-top: 15px;
  }
}

.line-contact a {
  background: #19bc03;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 1087px) {
  .line-contact img {
    width: 90%;
  }
}

.footer {
  background: #f0a19c;
  padding-top: 35px;
}

.my-color {
  color: #f0d9d8;
}

.footer_logo {
  text-align: center;
}

.footer_logo a {
  transition: all ease .3s 0s;
}

.footer_logo a:hover {
  opacity: 0.6;
}

.footer-sns {
  margin-top: 20px;
}

.footer-sns ul {
  display: flex;
  justify-content: center;
}

.footer-sns ul li {
  margin-right: 15px;
}

.footer-sns ul li a {
  transition: all ease .3s 0s;
}

.footer-sns ul li a:hover {
  opacity: 0.6;
}

.footer-sns ul li:last-child {
  margin-right: 0;
}

.footer-link {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer-link {
    display: flex;
    justify-content: space-around;
    vertical-align: top;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .footer-link {
    text-align: center;
  }
}

.footer-link ul:last-child {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .footer-link ul:last-child {
    margin-top: 0;
  }
}

.footer-link ul li {
  display: inline-block;
  margin-right: 40px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .footer-link ul li {
    display: block;
    margin-right: 0;
  }
}

.footer-link ul li a {
  color: #fff;
  transition: all ease .3s 0s;
}

.footer-link ul li a:hover {
  border-bottom: 1px solid #fff;
}

.footer-link ul li:last-child {
  margin-right: 0;
}

.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 70px;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #ffddcb;
  border-radius: 50%;
  line-height: 50px;
  border: 2px solid #fff;
}

.pagetop a:hover {
  background-color: #ee848e;
  text-decoration: none;
}

.pagetop a i {
  font-size: 24px;
  color: #fff;
  line-height: 70px;
}

@media (min-width: 1086px) {
  .active {
    background-color: rgba(255, 251, 229, 0.9);
  }
  .active-nav-link {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .active_sub_text {
    display: none;
  }
  .active_inner {
    width: auto;
    transition: all ease .3s 0s;
    width: 1250px;
    max-width: 100%;
    line-height: 0.1em;
  }
  .active-nav-list {
    justify-content: center;
  }
  .active-link-img {
    width: 50%;
    margin: 0 auto;
  }
  .active-list-text {
    margin-top: 0;
    margin-left: 10px;
  }
  _::-webkit-full-page-media, _:future, :root .active_inner {
    width: auto;
    line-height: 0.1;
    width: 1250px;
    max-width: 100%;
  }
  .active-list-item:nth-child(1) {
    margin-right: 30px;
    margin-left: 60px;
  }
  .active-list-item:nth-child(2) {
    margin-right: 30px;
  }
  .active-list-item:nth-child(3) {
    margin-right: 0;
  }
  .active-list-item:nth-child(4) {
    margin-right: 0;
    margin-left: 0;
  }
  .active-list-item:nth-child(5) {
    margin-right: 25px;
  }
  .active-list-item:nth-child(6) {
    margin-right: 25px;
  }
  .active-list-item:last-child {
    margin-right: 10px;
  }
}
