@charset "UTF-8";
#lineupArrange {
  padding-top: 200px;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  #lineupArrange {
    padding-top: 125px;
  }
}

@media screen and (max-width: 1024px) {
  #lineupArrange {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  #lineupArrange.basicPad {
    padding-left: 0;
    padding-right: 0;
  }
}

#lineupArrange section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #lineupArrange section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#lineupArrange figure {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #lineupArrange figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
  }
}

#lineupArrange figure .photo {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #lineupArrange figure .photo {
    border-radius: 0;
  }
}

#lineupArrange figure .name {
  position: absolute;
  bottom: 15%;
}

@media screen and (max-width: 1600px) {
  #lineupArrange figure .name {
    bottom: 8%;
    height: 70px;
  }
}

@media screen and (max-width: 1024px) {
  #lineupArrange figure .name {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  #lineupArrange figure .name {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #lineupArrange figure .name {
    height: 40px;
  }
}

#lineupArrange h2 {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  #lineupArrange h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #lineupArrange h2 {
    margin-top: 50px;
    text-align: center;
  }
}

#lineupArrange p {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 75px;
}

@media screen and (max-width: 1600px) {
  #lineupArrange p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  #lineupArrange p {
    margin-top: 60px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  #lineupArrange p {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #lineupArrange p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #lineupArrange p br.spin {
    display: inline;
  }
}

#lineupArrange div {
  padding: 6%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media screen and (max-width: 767px) {
  #lineupArrange div {
    padding: 50px 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1440px) {
  #lineupArrange .odd div {
    padding: 0;
    padding-top: 45px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 1024px) {
  #lineupArrange .odd div {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #lineupArrange .odd div {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  #lineupArrange .odd div {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 320px) {
  #lineupArrange .odd div {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#lineupArrange .odd figure .name {
  right: 0;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
}

@media screen and (max-width: 767px) {
  #lineupArrange .odd figure .name {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 1440px) {
  #lineupArrange .even div {
    padding: 0;
    padding-top: 45px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1024px) {
  #lineupArrange .even div {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #lineupArrange .even div {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #lineupArrange .even div {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 320px) {
  #lineupArrange .even div {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#lineupArrange .even figure .name {
  left: 0;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

@media screen and (max-width: 767px) {
  #lineupArrange .even figure .name {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#lineupArrange section:nth-child(n + 2) {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  #lineupArrange section:nth-child(n + 2) {
    margin-top: 100px;
  }
}

#lineupArrange section:nth-child(2) figure .name,
#lineupArrange section:nth-child(3) figure .name {
  bottom: 10%;
}

@media screen and (max-width: 1440px) {
  #lineupArrange section:nth-child(2) figure .name,
  #lineupArrange section:nth-child(3) figure .name {
    bottom: 8%;
  }
}

@media screen and (max-width: 1440px) {
  #lineupArrange section:nth-child(3) figure .name,
  #lineupArrange section:nth-child(4) figure .name {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  #lineupArrange section:nth-child(3) figure .name,
  #lineupArrange section:nth-child(4) figure .name {
    height: 40px;
  }
}

#lineupArrange .btn {
  background: #373752;
  width: 360px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #lineupArrange .btn {
    width: 260px;
    height: 50px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1800px) {
  #lineupArrange.arrange section:nth-child(odd) div {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #lineupArrange.arrange section:nth-child(odd) div {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1800px) {
  #lineupArrange.arrange section:nth-child(even) div {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #lineupArrange.arrange section:nth-child(even) div {
    padding-left: 20px;
  }
}

#lineupArrange.arrange section:nth-child(4) figure .name {
  bottom: 10%;
}

#gallery #flowerGift {
  background: none;
  background: #f3f3f6;
  padding-top: 0;
}

#gallery #flowerGift .inner .anniversary {
  padding-top: 195px;
}

@media screen and (max-width: 1440px) {
  #gallery #flowerGift .inner .anniversary {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #gallery #flowerGift .inner .anniversary {
    padding-top: 70px;
  }
}

#gallery .result {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #gallery .result {
    margin-top: 40px;
  }
}

#gallery_result {
  padding-top: 145px;
}

@media screen and (max-width: 1440px) {
  #gallery_result {
    padding-top: 100px;
  }
}

#gallery_result .resultTop {
  width: 1080px;
  text-align: center;
  margin: 0 auto;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #3d3d59;
}

@media screen and (max-width: 1100px) {
  #gallery_result .resultTop {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 1023px) {
  #gallery_result .resultTop {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  #gallery_result .resultTop {
    width: calc(100% - 50px);
  }
}

#gallery_result .result {
  margin-top: 30px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1023px) {
  #gallery_result .result {
    padding-bottom: 75px;
  }
}

#gallery_result #flowerGift {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  background: #f3f3f6;
}

@media screen and (max-width: 767px) {
  #gallery_result #flowerGift {
    padding-bottom: 50px;
  }
}

#gallery_detail .detailMain {
  margin-top: 200px;
  padding-bottom: 350px;
  border-bottom: 1px solid #3d3d59;
}

@media screen and (max-width: 1440px) {
  #gallery_detail .detailMain {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #gallery_detail .detailMain {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail .detailMain {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 75px;
  }
}

#gallery_detail .detailMain .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #gallery_detail .detailMain .inner {
    display: block;
  }
}

#gallery_detail .detailMain .inner .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  #gallery_detail .detailMain .inner .left {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail .detailMain .inner .left {
    width: 100%;
  }
}

#gallery_detail .detailMain .inner .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-top: 45px;
  padding-left: 100px;
}

@media screen and (max-width: 1024px) {
  #gallery_detail .detailMain .inner .right {
    padding-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  #gallery_detail .detailMain .inner .right {
    padding-left: 50px;
    padding-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  #gallery_detail .detailMain .inner .right {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail .detailMain .inner .right {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#gallery_detail .detailMain .inner .right h1 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  #gallery_detail .detailMain .inner .right h1 {
    font-size: 1.8rem;
  }
}

#gallery_detail .detailMain .inner .right .price {
  font-size: 1.8rem;
  color: #d07474;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  #gallery_detail .detailMain .inner .right .price {
    font-size: 1.6rem;
  }
}

#gallery_detail .detailMain .inner .right .text {
  font-size: 1.3rem;
  margin-top: 100px;
  line-height: 2.5;
}

@media screen and (max-width: 1023px) {
  #gallery_detail .detailMain .inner .right .text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail .detailMain .inner .right .text {
    font-size: 1.2rem;
  }
}

#gallery_detail .detailMain .inner .right .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  width: 300px;
  height: 60px;
  margin-top: 75px;
  border-radius: 30px;
  background: #3d3d59;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  #gallery_detail .detailMain .inner .right .btn {
    font-size: 1.4rem;
    width: 240px;
    height: 50px;
  }
}

@media screen and (max-width: 1023px) {
  #gallery_detail .detailMain .inner .right .btn {
    width: 220px;
    height: 50px;
    margin-top: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail .detailMain .inner .right .btn {
    width: 100%;
    margin-top: 50px;
  }
}

#gallery_detail .detailMain .inner .right .btn svg {
  margin-right: 10px;
  vertical-align: middle;
}

#gallery_detail .detailMain .inner .right .category {
  margin-top: 70px;
  font-size: 1rem;
}

#gallery_detail .detailMain .inner .right .category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#gallery_detail .detailMain .inner .right .category ul li a {
  display: block;
  border: 1px #707070 solid;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#gallery_detail .detailMain .inner .right .category ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-container-thumbs {
    display: none;
  }
}

#gallery_detail .swiper-box {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-box {
    margin-left: 0;
    margin-right: 0;
  }
}

#gallery_detail .swiper-box .swiper-container.main-slider {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-box .swiper-container.main-slider {
    padding-bottom: 75px;
  }
}

#gallery_detail .swiper-box .swiper-container.main-slider .swiper-slide {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-box .swiper-container.main-slider {
    margin-top: -35px;
    border-radius: 5px;
  }
}

#gallery_detail .swiper-box .swiper-container.main-slider img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-box .swiper-container.main-slider img {
    border-radius: 5px;
  }
}

#gallery_detail .swiper-box .swiper-container.slider-thumbnail {
  margin-top: 25px;
}

#gallery_detail .swiper-box .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
}

#gallery_detail .swiper-box .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

#gallery_detail .swiper-box .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

#gallery_detail .swiper-box .swiper-button-next {
  display: none;
  width: 60px;
  background-size: 60px 44px;
  background-image: url("../images/common/arrow.svg");
  right: -100px;
}

@media screen and (max-width: 1024px) {
  #gallery_detail .swiper-box .swiper-button-next {
    width: 40px;
    background-size: 40px 44px;
    right: -80px;
  }
}

@media screen and (max-width: 1023px) {
  #gallery_detail .swiper-box .swiper-button-next {
    right: -60px;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-box .swiper-button-next {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 30px;
    right: 10px;
    left: auto;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
    margin-top: 0;
  }
}

#gallery_detail .swiper-box .swiper-button-prev {
  display: none;
  width: 60px;
  background-size: 60px 44px;
  background-image: url("../images/common/arrow.svg");
  left: -100px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 1024px) {
  #gallery_detail .swiper-box .swiper-button-prev {
    width: 40px;
    background-size: 40px 44px;
    left: -80px;
  }
}

@media screen and (max-width: 1023px) {
  #gallery_detail .swiper-box .swiper-button-prev {
    left: -60px;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-box .swiper-button-prev {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 30px;
    left: 10px;
    right: auto;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1);
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-box .swiper-button-next,
  #gallery_detail .swiper-box .swiper-button-prev {
    background: url(../images/gallery/arrow_log.svg) no-repeat rgba(255, 255, 255, 0.8);
    background-size: 30% 45%;
    background-position: 12px 9px;
  }
}

#gallery_detail .swiper-box .swiper-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  #gallery_detail .swiper-box .swiper-pagination {
    display: block;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
            transform: translate3d(0, 0, 0) translateX(-50%);
  }
}

#gallery_detail .swiper-box .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
}

#gallery_detail .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #3d3d59;
}

#gallery_detail #service {
  background: none;
  padding: 145px 0;
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 1023px) {
  #gallery_detail #service {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail #service {
    padding-bottom: 100px;
  }
}

#gallery_detail #service h2 {
  letter-spacing: normal;
  font-size: 2.4rem;
  text-align: center;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service h2 {
    font-size: 1.8rem;
    width: 100%;
    border-top: 1px #3d3d59 solid;
    padding-top: 45px;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    position: static;
  }
}

#gallery_detail #service h2 .sub {
  font-size: 1rem;
  margin-top: 20px;
  color: #b4b4bf;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service h2 .sub {
    letter-spacing: 0.1em;
  }
}

#gallery_detail #service ul.flow {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service ul.flow {
    margin-top: 50px;
  }
}

#gallery_detail #service .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
            @media screen and (max-width: 1100px) {
                margin: 0 auto;
                width: calc(100% - 150px);
            }
            @media screen and (max-width: 1023px) {
                width: calc(100% - 100px);
            }
            @media screen and (max-width: 767px) {
                width: calc(100% - 40px);
            }*/
}

#gallery_detail #service .line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  border-top: #3d3d59 solid 1px;
}

#gallery_detail #service .line .text {
  background: #fff;
  padding: 0 50px;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .line .text {
    line-height: 1.3;
    font-size: 1.6rem;
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .suggest {
    overflow-x: hidden;
  }
}

#gallery_detail #service .suggest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 65px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .suggest ul {
    margin-left: 0;
    margin-right: 0;
  }
}

#gallery_detail #service .suggest ul li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .suggest ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#gallery_detail #service .suggest ul li .box {
  display: block;
  padding-top: 100%;
  background-size: cover;
  position: relative;
}

#gallery_detail #service .suggest ul li .box .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(55, 55, 82, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

#gallery_detail #service .suggest ul li .box .hover h3 {
  font-size: 1.4rem;
}

#gallery_detail #service .suggest ul li .box .hover .price {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #d07474;
}

#gallery_detail #service .suggest ul li .box:hover .hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .suggest ul li:nth-child(odd) {
    padding: 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .suggest ul li:nth-child(even) {
    padding: 0;
    padding-left: 10px;
  }
}

#gallery_detail #service .log {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .log {
    margin-top: 40px;
  }
}

#gallery_detail #service .log .swiper-box {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #gallery_detail #service .log .swiper-box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .log .swiper-box {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

#gallery_detail #service .log .swiper-box .swiper-container.slider-log {
  margin-top: 65px;
}

#gallery_detail #service .log .swiper-box .swiper-container.slider-log .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  overflow: hidden;
}

#gallery_detail #service .log .swiper-box .swiper-container.slider-log .swiper-wrapper .swiper-slide img {
  width: 100%;
}

#gallery_detail #service .log .swiper-box .swiper-container.slider-log .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

#gallery_detail #service .log .swiper-box .swiper-slide {
  position: relative;
}

#gallery_detail #service .log .swiper-box .swiper-slide a {
  display: block;
  background-size: cover;
  padding-top: 100%;
  position: relative;
}

#gallery_detail #service .log .swiper-box .swiper-slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 75%;
  opacity: 0;
  background: rgba(55, 55, 82, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}

#gallery_detail #service .log .swiper-box .swiper-slide .hover h3 {
  font-size: 1.4rem;
}

#gallery_detail #service .log .swiper-box .swiper-slide .hover .price {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #d07474;
}

#gallery_detail #service .log .swiper-box .swiper-slide:hover .hover {
  opacity: 1;
}

#gallery_detail #service .log .swiper-box .swiper-button-next {
  display: block;
  width: 60px;
  background-size: 60px 44px;
  background-image: url("../images/gallery/arrow_log.svg");
  right: -100px;
  -webkit-transform: scale(-0.5, 0.5);
          transform: scale(-0.5, 0.5);
}

@media screen and (max-width: 1280px) {
  #gallery_detail #service .log .swiper-box .swiper-button-next {
    right: -70px;
  }
}

@media screen and (max-width: 1024px) {
  #gallery_detail #service .log .swiper-box .swiper-button-next {
    width: 40px;
    background-size: 40px 44px;
    right: -50px;
  }
}

@media screen and (max-width: 1023px) {
  #gallery_detail #service .log .swiper-box .swiper-button-next {
    right: -60px;
  }
}

@media screen and (max-width: 810px) {
  #gallery_detail #service .log .swiper-box .swiper-button-next {
    display: none;
  }
}

#gallery_detail #service .log .swiper-box .swiper-button-prev {
  display: block;
  width: 60px;
  background-size: 60px 44px;
  background-image: url("../images/gallery/arrow_log.svg");
  left: -100px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media screen and (max-width: 1280px) {
  #gallery_detail #service .log .swiper-box .swiper-button-prev {
    left: -70px;
  }
}

@media screen and (max-width: 1024px) {
  #gallery_detail #service .log .swiper-box .swiper-button-prev {
    width: 40px;
    background-size: 40px 44px;
    left: -50px;
  }
}

@media screen and (max-width: 1023px) {
  #gallery_detail #service .log .swiper-box .swiper-button-prev {
    left: -60px;
  }
}

@media screen and (max-width: 810px) {
  #gallery_detail #service .log .swiper-box .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .log .swiper-box .swiper-pagination {
    bottom: -30px;
    width: 100%;
  }
}

#gallery_detail #service .btn {
  margin-top: 100px;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  #gallery_detail #service .btn {
    margin-top: 75px;
  }
}

#gallery_detail #flowerGift {
  padding-top: 60px;
  background: #f3f3f6;
}

@media screen and (max-width: 1023px) {
  #gallery_detail #flowerGift {
    padding-top: 0;
  }
}

#option {
  color: #3d3d59;
}

@media screen and (max-width: 767px) {
  #option.basicInner {
    padding-left: 0;
    padding-right: 0;
  }
}

#option .imgLinks {
  margin-top: 200px;
}

@media screen and (max-width: 1440px) {
  #option .imgLinks {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #option .imgLinks {
    margin-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  #option .imgLinks li figure img {
    border-radius: 0 5px 5px 0;
  }
}

#option .imgLinks li .bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #option .imgLinks li .bottom {
    margin-top: 55px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#option .imgLinks li .bottom h4 {
  font-size: 1.3rem;
  line-height: normal;
}

#option .imgLinks li .bottom h4 .ja {
  margin-top: 15px;
  font-size: 2.1rem;
  font-weight: 600;
}

@media screen and (max-width: 810px) {
  #option .imgLinks li .bottom h4 .ja {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  #option .imgLinks li .bottom a.spbl {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background: #3d3d59;
    margin: 0 auto;
    margin-top: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  #option .imgLinks li:nth-child(odd) figure {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #option .imgLinks li:nth-child(even) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #option .imgLinks li:nth-child(even) figure {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #option .imgLinks li:last-child .bottom {
    padding-bottom: 0;
  }
}

#option .topText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 135px 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.3;
}

@media screen and (max-width: 1440px) {
  #option .topText {
    padding: 150px 0;
  }
}

@media screen and (max-width: 1280px) {
  #option .topText {
    padding: 135px 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #option .topText {
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

#option.wrapping, #option.card, #option.school, #option.event {
  text-align: center;
  margin: 0 auto;
}

#option.wrapping h2, #option.card h2, #option.school h2, #option.event h2 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  #option.wrapping h2, #option.card h2, #option.school h2, #option.event h2 {
    font-size: 2.1rem;
  }
}

#option.wrapping h2.second, #option.card h2.second, #option.school h2.second, #option.event h2.second {
  margin-top: 200px;
}

@media screen and (max-width: 1280px) {
  #option.wrapping h2.second, #option.card h2.second, #option.school h2.second, #option.event h2.second {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  #option.wrapping h2.second, #option.card h2.second, #option.school h2.second, #option.event h2.second {
    margin-top: 75px;
  }
}

#option.wrapping .sub, #option.card .sub, #option.school .sub, #option.event .sub {
  font-size: 1rem;
  margin-top: 20px;
  color: #3d3d59;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #option.wrapping .sub, #option.card .sub, #option.school .sub, #option.event .sub {
    margin-top: 10px;
  }
}

#option.wrapping figure, #option.card figure, #option.school figure, #option.event figure {
  margin-top: 50px;
}

#option.wrapping ul, #option.card ul, #option.school ul, #option.event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #option.wrapping ul, #option.card ul, #option.school ul, #option.event ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  #option.wrapping ul, #option.card ul, #option.school ul, #option.event ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#option.wrapping ul li, #option.card ul li, #option.school ul li, #option.event ul li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  #option.wrapping ul li, #option.card ul li, #option.school ul li, #option.event ul li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #option.wrapping ul li, #option.card ul li, #option.school ul li, #option.event ul li {
    padding: 0;
  }
}

#option.wrapping ul li img, #option.card ul li img, #option.school ul li img, #option.event ul li img {
  display: block;
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #option.wrapping ul li img, #option.card ul li img, #option.school ul li img, #option.event ul li img {
    border-radius: 0;
  }
}

#option.wrapping ul li h3, #option.card ul li h3, #option.school ul li h3, #option.event ul li h3 {
  font-size: 1.8rem;
  margin-top: 30px;
}

#option.wrapping ul li .price, #option.card ul li .price, #option.school ul li .price, #option.event ul li .price {
  color: #d07474;
  margin-top: 20px;
  font-size: 1.6rem;
}

#option.wrapping ul li p, #option.card ul li p, #option.school ul li p, #option.event ul li p {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #option.wrapping ul li p, #option.card ul li p, #option.school ul li p, #option.event ul li p {
    padding: 0 30px;
    padding-bottom: 70px;
  }
}

#option.wrapping ul li h3 {
  margin-top: 10px;
}

#option.wrapping ul li p {
  text-align: center;
}

#option.card .topText {
  padding-top: 75px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #option.card .topText {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

#option.card h2 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #option.card h2 {
    margin-top: 75px;
  }
}

#option.card section .bottomText {
  margin-top: 70px;
  font-size: 2.4rem;
  line-height: 2;
}

#option.card figure {
  width: 600px;
  margin: 0 auto;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #option.card figure {
    width: 100%;
    margin-top: 75px;
  }
}

#option.card figure img {
  width: 100%;
}

#option.card p {
  display: none;
  margin-top: 30px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #option.card li {
    margin-bottom: 75px;
  }
}

#option .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 810px) {
  #option .days {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #option .days {
    padding-left: 50px;
    padding-right: 50px;
  }
}

#option .days li {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  padding: 0 10px;
}

@media screen and (max-width: 810px) {
  #option .days li {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #option .days li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

#option .days li a {
  display: block;
  background: #373752;
  padding-top: 100%;
  position: relative;
  border-radius: 100px;
  color: #fff;
}

#option .days li a span.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 810px) {
  #option .days li a span.inner {
    font-size: 1.6rem;
  }
}

#option .days li a span.inner .month {
  margin-top: 2px;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #option .days li a span.inner .month {
    font-size: 1rem;
  }
}

#option .days li a:hover {
  background: #707093;
}

#option.event {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #option.event {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #option.event .topText {
    padding-bottom: 50px;
  }
}

#option.event figure img {
  width: 100%;
}

#option.event p {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: left;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #option.event p {
    padding: 0 20px;
  }
}

#option.event .eventMain {
  position: relative;
  background: #f3f3f6;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #option.event .eventMain {
    background: #fff;
    padding-bottom: 100px;
  }
}

#option.event .eventMain .wave01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #option.event .eventMain .wave01 {
    display: none;
  }
}

#option.event .eventMain .wave02 {
  position: absolute;
  left: 0;
  top: 1900px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #option.event .eventMain .wave02 {
    display: none;
  }
}

#option.event .eventMain .basicInner {
  position: relative;
}

@media screen and (max-width: 767px) {
  #option.event .eventMain .basicInner {
    padding-left: 0;
    padding-right: 0;
  }
}

#option.event .eventMain .basicInner section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #option.event .eventMain .basicInner section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#option.event .eventMain .basicInner section div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#option.event .eventMain .basicInner section div h2 {
  display: inline-block;
  font-size: 3rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #3d3d59;
}

@media screen and (max-width: 768px) {
  #option.event .eventMain .basicInner section div h2 {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-top: 30px;
  }
}

#option.event .eventMain .basicInner section div img {
  height: auto;
  max-width: 100%;
}

#option.event .eventMain .basicInner section:nth-child(even) div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  #option.event .eventMain .basicInner section:nth-child(even) div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#option.event .eventMain .basicInner section:nth-child(even) div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  #option.event .eventMain .basicInner section:nth-child(even) div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#option.event .eventMain .basicInner section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #option.event .telFormBox {
    padding: 0 20px;
  }
}

#option.event .telForm {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #373752;
  color: #fff;
  border-radius: 5px;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  #option.event .telForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 50px 25px;
  }
}

@media screen and (max-width: 767px) {
  #option.event .telForm {
    margin-top: 50px;
  }
}

#option.event .telForm div.left,
#option.event .telForm div.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#option.event .telForm .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #option.event .telForm .left {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
  }
}

#option.event .telForm .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #option.event .telForm .right {
    padding-top: 50px;
  }
}

#option.event .telForm h3 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #option.event .telForm h3 {
    font-size: 1.6rem;
  }
}

#option.event .telForm .tel {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 810px) {
  #option.event .telForm .tel {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 374px) {
  #option.event .telForm .tel {
    font-size: 1.8rem;
  }
}

#option.event .telForm .tel img {
  width: 28px;
  margin-right: 25px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #option.event .telForm .tel img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 374px) {
  #option.event .telForm .tel img {
    display: none;
  }
}

#option.event .telForm .tel .small {
  font-size: 1.8rem;
}

#option.event .telForm .tel a {
  color: #fff;
}

#option.event .telForm .time {
  font-size: 1.2rem;
  margin-top: 25px;
}

@media screen and (max-width: 374px) {
  #option.event .telForm .time {
    font-size: 1.1rem;
  }
}

#option.event .telForm .mailBtn {
  border: solid #fff 1px;
  background: #373752;
  width: 350px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 810px) {
  #option.event .telForm .mailBtn {
    width: 250px;
    height: 50px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #option.event .telForm .mailBtn {
    background: #fff;
    color: #373752;
  }
}

@media screen and (max-width: 374px) {
  #option.event .telForm .mailBtn {
    width: 100%;
  }
}

#option.event .telForm .mailBtn img {
  margin-right: 20px;
}

#option.wrapping ul {
  margin-top: 50px;
}

#option.wrapping ul li p {
  padding-bottom: 0;
}

#option.wrapping ul li .price {
  padding-bottom: 30px;
}

#option.event ul li {
  margin-bottom: 50px;
}

#anniversaryMain {
  padding-top: 195px;
  padding-bottom: 175px;
  position: relative;
  background: #f3f3f6;
  color: #3d3d59;
}

@media screen and (max-width: 767px) {
  #anniversaryMain {
    padding-top: 0;
    border-top: 2px solid #707070;
    background: #fff;
    padding-bottom: 75px;
  }
}

#anniversaryMain .wave01 {
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .wave01 {
    display: none;
  }
}

#anniversaryMain .wave02 {
  position: absolute;
  top: 1900px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .wave02 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #anniversaryMain .basicInner {
    padding-left: 0;
    padding-right: 0;
  }
}

#anniversaryMain .inner {
  position: relative;
}

#anniversaryMain .inner .monthTop {
  margin-bottom: 145px;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .monthTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

#anniversaryMain .inner .monthTop .left {
  -ms-flex-preferred-size: 135px;
      flex-basis: 135px;
  display: block;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .monthTop .left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    border-right: none;
    padding-top: 35px;
  }
}

#anniversaryMain .inner .monthTop .left .leftInner {
  text-align: center;
}

#anniversaryMain .inner .monthTop .left .leftInner .inter {
  font-size: 7.2rem;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .monthTop .left .leftInner .inter {
    font-size: 4rem;
  }
}

#anniversaryMain .inner .monthTop .left .leftInner .pfair {
  font-size: 2.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .monthTop .left .leftInner .pfair {
    font-size: 1.8rem;
  }
}

#anniversaryMain .inner .monthTop .right {
  -ms-flex-preferred-size: calc(100% - 135px);
      flex-basis: calc(100% - 135px);
  font-size: 1.3rem;
  line-height: 3;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .monthTop .right {
    font-size: 1.1rem;
    margin-top: 45px;
  }
}

#anniversaryMain .inner .monthTop .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .monthTop .right ul {
    margin-left: 0;
  }
}

#anniversaryMain .inner .monthTop .right ul li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .monthTop .right ul li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media screen and (max-width: 810px) {
  #anniversaryMain .inner .monthTop .right ul li .cap {
    display: none;
  }
}

#anniversaryMain .inner .monthTop.monthTopNotFirst {
  margin-top: 250px;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .monthTop.monthTopNotFirst {
    margin-top: 100px;
    padding-top: 15px;
    border-top: #707070 2px solid;
  }
}

#anniversaryMain .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 0;
  }
}

#anniversaryMain .inner .flex figure {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .flex figure {
    width: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

#anniversaryMain .inner .flex figure .swiper-box {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .flex figure .swiper-box {
    margin-left: 0;
    margin-right: 0;
  }
}

#anniversaryMain .inner .flex figure .swiper-box .swiper-container {
  width: 100%;
}

#anniversaryMain .inner .flex figure .swiper-box .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .flex figure .swiper-box .swiper-container {
    margin-top: 75px;
  }
}

#anniversaryMain .inner .flex figure .swiper-box .swiper-container img {
  width: 100%;
}

#anniversaryMain .inner .flex figure .swiper-box .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}

#anniversaryMain .inner .flex figure .swiper-box .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

#anniversaryMain .inner .flex figure .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #373752;
}

#anniversaryMain .inner .flex .text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .flex .text {
    text-align: center;
  }
}

#anniversaryMain .inner .flex .text .day {
  font-size: 1.8rem;
}

#anniversaryMain .inner .flex .text h2 {
  display: inline-block;
  font-size: 3rem;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3d3d59;
}

@media screen and (max-width: 768px) {
  #anniversaryMain .inner .flex .text h2 {
    font-size: 2.2rem;
  }
}

#anniversaryMain .inner .flex .text .mainText {
  font-size: 1.4rem;
  margin-top: 40px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .flex .text .mainText {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#anniversaryMain .inner .anniBox section:nth-child(odd) .text {
  padding-left: 95px;
}

@media screen and (max-width: 768px) {
  #anniversaryMain .inner .anniBox section:nth-child(odd) .text {
    padding-left: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .anniBox section:nth-child(odd) .text {
    padding: 0;
    padding-top: 40px;
  }
}

#anniversaryMain .inner .anniBox section:nth-child(even) .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 95px;
}

@media screen and (max-width: 768px) {
  #anniversaryMain .inner .anniBox section:nth-child(even) .text {
    padding-right: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .anniBox section:nth-child(even) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    padding-top: 40px;
  }
}

#anniversaryMain .inner .anniBox section:nth-child(even) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  #anniversaryMain .inner .anniBox section:nth-child(even) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.optionNavi {
  background: #373752;
  margin-top: 170px;
  padding: 75px 0;
}

@media screen and (max-width: 1280px) {
  .optionNavi {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .optionNavi {
    margin-top: 30px;
    background: #dcdce3;
    padding: 50px 0;
  }
}

.optionNavi .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 767px) {
  .optionNavi .inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.optionNavi .inner ul li {
  padding: 0 15px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

@media screen and (max-width: 767px) {
  .optionNavi .inner ul li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 20px;
    padding: 0;
  }
}

.optionNavi .inner ul li a {
  padding-top: 44%;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .optionNavi .inner ul li a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .optionNavi .inner ul li a {
    padding-top: 25%;
  }
}

.optionNavi .inner ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(61, 61, 89, 0.35);
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .optionNavi .inner ul li a:before {
    background: rgba(61, 61, 89, 0.6);
  }
}

.optionNavi .inner ul li a span {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .optionNavi .inner ul li a span {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .optionNavi .inner ul li a span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}

.optionNavi .inner ul li a:hover:before {
  background: rgba(61, 61, 89, 0.6);
}

@media screen and (max-width: 767px) {
  .optionNavi .inner ul li:last-child {
    margin-bottom: 0;
  }
}

.optionNavi .inner ul .first a {
  background-image: url(../images/option/option_navi01.jpg);
}

.optionNavi .inner ul .second a {
  background-image: url(../images/option/option_navi02.jpg);
}

.optionNavi .inner ul .third a {
  background-image: url(../images/option/option_navi03.jpg);
}

.optionNavi .inner ul .forth a {
  background-image: url(../images/option/option_navi04.jpg);
}

.optionNavi ~ .commonFooter .wave {
  display: none;
}

.anniversary ~ .optionNavi {
  margin-top: 0;
}

.event ~ .optionNavi {
  margin-top: 0;
}

#option.anniversary .topText {
  padding-top: 75px;
  padding-bottom: 75px;
}

#option.anniversary .spArrow {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}

#optionHead {
  padding-top: 37%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 810px) {
  #optionHead {
    padding-top: 55%;
  }
}

@media screen and (max-width: 767px) {
  #optionHead {
    padding-top: 0;
    height: 100vh;
  }
}

#optionHead h1 {
  font-weight: 600;
}

#optionHead.wrapping {
  background-image: url(../images/option/mv_wrapping.jpg);
}

@media screen and (max-width: 767px) {
  #optionHead.wrapping {
    background-image: url(../images/option/mv_wrapping_sp.jpg);
  }
}

#optionHead.card {
  background-image: url(../images/option/mv_card.jpg);
}

@media screen and (max-width: 767px) {
  #optionHead.card {
    background-image: url(../images/option/mv_card_sp.jpg);
  }
}

#optionHead.event {
  background-image: url(../images/option/mv_event.jpg);
}

@media screen and (max-width: 767px) {
  #optionHead.event {
    background-image: url(../images/option/mv_event_sp.jpg);
  }
}

#optionHead.anniversary {
  background-image: url(../images/option/mv_anniversary.jpg);
}

@media screen and (max-width: 767px) {
  #optionHead.anniversary {
    background-image: url(../images/option/mv_anniversary_sp.jpg);
  }
}

#optionHead:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(61, 61, 89, 0.7);
  top: 0;
  left: 0;
}

#optionHead .title {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  #optionHead .title {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  #optionHead .title {
    -webkit-transform: translate(-50%, calc(-50% + 30px));
            transform: translate(-50%, calc(-50% + 30px));
    width: 100%;
  }
}

#optionHead .title .sub {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

#optionHead .title h1 {
  font-size: 3.2rem;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  #optionHead .title h1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  #optionHead .title h1 {
    font-size: 2.4rem;
  }
}

#optionHead .title img {
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  #optionHead .title img {
    height: 60px;
    margin-top: 35px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #optionHead .title img {
    height: 50px;
  }
}

#optionHead .center {
  width: 100%;
  position: absolute;
  bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  #optionHead .center {
    bottom: 90px;
  }
}

@media screen and (max-width: 1280px) {
  #optionHead .center {
    bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  #optionHead .center {
    display: none;
  }
}

#optionHead .center .breadcrumb {
  margin-right: 60px;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#optionHead .center .breadcrumb a {
  color: #fff;
}

#optionHead .center .breadcrumb a:hover {
  opacity: 0.7;
}

#optionHead .center .store {
  color: #fff;
  border-bottom: #fff 1px solid;
  padding-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

#optionHead .center .store svg {
  vertical-align: middle;
  margin-right: 10px;
}

#optionHead .center .store:hover {
  opacity: 0.7;
}

#optionHead .navi {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1440px) {
  #optionHead .navi {
    height: 90px;
  }
}

@media screen and (max-width: 1280px) {
  #optionHead .navi {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #optionHead .navi {
    display: none;
  }
}

#optionHead .navi li {
  margin: 0 35px;
  position: relative;
}

#optionHead .navi li a {
  font-size: 1.6rem;
  height: 50px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  #optionHead .navi li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1280px) {
  #optionHead .navi li a {
    font-size: 1.3rem;
  }
}

#optionHead .navi li a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  z-index: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#optionHead .navi li a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#optionHead .navi li.active:after {
  content: "";
  position: absolute;
  background: #f774fa;
  width: 7px;
  height: 7px;
  left: 50%;
  top: -5px;
  -webkit-transform: translate();
          transform: translate();
  border-radius: 50px;
}

@media screen and (max-width: 1440px) {
  #optionHead .navi li.active:after {
    top: -3px;
  }
}

@media screen and (max-width: 1280px) {
  #optionHead .navi li.active:after {
    top: 0;
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 810px) {
  #optionHead .navi li.active:after {
    top: 0;
    width: 5px;
    height: 5px;
  }
}

#optionHead ~ .commonFooter {
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  #optionHead ~ .commonFooter {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  #optionHead ~ .commonFooter {
    padding-top: 0;
  }
}

#faq ~ .commonFooter .wave,
#school ~ .commonFooter .wave {
  display: none;
}

#faq ~ .commonFooter,
#school ~ .commonFooter,
#shop ~ .commonFooter {
  padding-top: 265px;
}

#faq ~ .commonFooter .inner,
#school ~ .commonFooter .inner,
#shop ~ .commonFooter .inner {
  position: relative;
}

#faq ~ .commonFooter .inner .telForm,
#school ~ .commonFooter .inner .telForm,
#shop ~ .commonFooter .inner .telForm {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(calc(-50% - 265px));
          transform: translateY(calc(-50% - 265px));
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  #faq ~ .commonFooter .inner .telForm,
  #school ~ .commonFooter .inner .telForm,
  #shop ~ .commonFooter .inner .telForm {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 1023px) {
  #faq ~ .commonFooter .inner .telForm,
  #school ~ .commonFooter .inner .telForm,
  #shop ~ .commonFooter .inner .telForm {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  #faq ~ .commonFooter .inner .telForm,
  #school ~ .commonFooter .inner .telForm,
  #shop ~ .commonFooter .inner .telForm {
    width: calc(100% - 40px);
  }
}

#faq {
  background: #f3f3f6;
  padding-top: 200px;
  padding-bottom: 270px;
  color: #373752;
}

@media screen and (max-width: 1440px) {
  #faq {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #faq {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #faq {
    padding-top: 75px;
  }
}

#faq .inner .topText {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2;
}

@media screen and (max-width: 1440px) {
  #faq .inner .topText {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .topText {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4rem;
  }
}

#faq .inner dl {
  margin-top: 145px;
}

@media screen and (max-width: 1440px) {
  #faq .inner dl {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #faq .inner dl {
    margin-top: 75px;
  }
}

#faq .inner dl span.inter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  left: 25px;
  font-size: 1.8rem;
  border-radius: 50px;
}

#faq .inner dl dt {
  padding: 30px 25px;
  padding-left: 155px;
  padding-right: 130px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  background: #fff;
}

@media screen and (max-width: 1440px) {
  #faq .inner dl dt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #faq .inner dl dt {
    padding-left: 60px;
    padding-right: 45px;
    font-size: 1.3rem;
  }
}

#faq .inner dl dt span.inter {
  background: #373752;
  top: 23px;
}

@media screen and (max-width: 767px) {
  #faq .inner dl dt span.inter {
    font-size: 1.3rem;
    left: 15px;
    top: 30px;
    width: 25px;
    height: 25px;
  }
}

#faq .inner dl dt.active {
  border-radius: 5px 5px 0 0;
}

#faq .inner dl dt:nth-child(n + 2) {
  margin-top: 30px;
}

#faq .inner dl dt:before {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #373752;
  background: #e7e7ed;
  border-radius: 100px;
  font-size: 1.8rem;
  position: absolute;
  right: 25px;
  border-radius: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  #faq .inner dl dt:before {
    font-size: 1.3rem;
    right: 15px;
    width: 25px;
    height: 25px;
  }
}

#faq .inner dl dt.active:before {
  content: "―";
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #faq .inner dl dt.active:before {
    font-size: 1rem;
  }
}

#faq .inner dl dd {
  display: none;
  padding: 30px 25px;
  padding-left: 95px;
  padding-right: 130px;
  position: relative;
  font-size: 1.3rem;
  line-height: 2.5;
  border-radius: 0 0 5px 5px;
  background: #fff;
  border-top: 1px #eee solid;
}

@media screen and (max-width: 767px) {
  #faq .inner dl dd {
    padding-left: 60px;
    padding-right: 25px;
    font-size: 1.3rem;
  }
}

#faq .inner dl dd span {
  background: #d07474;
  top: 40px;
}

@media screen and (max-width: 767px) {
  #faq .inner dl dd span.inter {
    font-size: 1.3rem;
    left: 15px;
    top: 35px;
    width: 25px;
    height: 25px;
  }
}

#faq .inner dl dt,
#faq .inner dl dd {
  cursor: pointer;
}

/* --------------------------
* formWrap
-------------------------- */
.text-center {
  text-align: center;
}

#formWrap {
  opacity: 1;
  margin: 0;
  padding: 0px 0 100px;
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #formWrap {
    width: auto;
    margin: 0px;
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 767px) {
  #formWrap {
    width: auto;
    margin: 0px;
    padding: 0 10px 0px;
  }
}

#formWrap h1 {
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  #formWrap h1 {
    font-size: 1.4rem;
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  #formWrap h1 {
    font-size: 1.3rem;
    margin-bottom: 50px;
    padding-top: 75px;
    padding-bottom: 25px;
  }
}

#formWrap h1::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #f2ca52;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: 0;
}

#formWrap h1 span {
  display: block;
  font-size: 3.2rem;
  color: #f2ca52;
  margin-bottom: 25px;
  letter-spacing: 5px;
}

@media screen and (max-width: 1023px) {
  #formWrap h1 span {
    font-size: 3rem;
    margin-bottom: 20px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 767px) {
  #formWrap h1 span {
    font-size: 2.4rem;
    margin-bottom: 15px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 1023px) {
  #formWrap .title.border {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #formWrap .title.border {
    margin-bottom: 40px;
  }
}

#formWrap .container-sm {
  padding-bottom: 75px;
}

@media screen and (max-width: 1023px) {
  #formWrap .container-sm {
    padding: 0 25px 75px;
  }
}

#formWrap .container-sm::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -50px;
  background-color: #f9f9f9;
  width: calc(100% + 100px);
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1124px) {
  #formWrap .container-sm::before {
    top: 20px;
    left: 0px;
    width: 100%;
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 1023px) {
  #formWrap .container-sm::before {
    top: 30px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 767px) {
  #formWrap .container-sm::before {
    top: 0px;
    left: -25px;
    background-color: #ffffff;
    width: calc(100% + 50px);
    height: calc(100% - 50px);
  }
}

#formWrap dl {
  display: block;
  margin: 0;
  padding: 0 0 15px;
}

#formWrap dl dt {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  #formWrap dl dt {
    border-top: 1px solid #ddd;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    display: block;
    text-align: left;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  #formWrap dl dt {
    padding-top: 5px;
  }
}

#formWrap dl dt .label {
  position: relative;
  padding-right: 100px;
  line-height: 50px;
  font-weight: normal;
  letter-spacing: 1px;
}

#formWrap dl dt .label.line {
  line-height: 2em;
}

#formWrap dl dt .label span.required {
  width: 40px;
  color: #ffffff;
  background-color: #d90404;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  font-size: 1.1rem;
  display: block;
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -8px;
}

#formWrap dl dt .label.line span.required {
  top: 13px;
}

#formWrap dl dt .label span.red {
  color: #a11a7b;
  font-weight: bold;
  font-size: 1.2rem;
}

#formWrap dl dd {
  line-height: 50px;
  padding: 0;
  display: block;
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  #formWrap dl dd {
    line-height: 50px;
    width: 100% !important;
    padding: 0;
    display: block;
    margin-bottom: 25px;
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  #formWrap dl dd {
    margin-bottom: 20px;
  }
}

#formWrap dl dd > label {
  margin: 0 20px 0 0;
  padding: 0;
}

#formWrap dl dd p input[type="text"] {
  margin-top: 0;
  margin-bottom: 15px;
}

#formWrap dl dd p select.month {
  margin-left: -5px !important;
}

#formWrap dl dd p > label {
  width: 100px;
  margin: 0;
}

#formWrap dl dd p input[type="radio"] {
  margin-right: 5px;
  margin-left: 15px;
}

#formWrap dl dd p input[type="radio"]:first-child {
  margin-left: 0;
}

#formWrap dl dd p input[type="checkbox"] {
  margin-left: 15px;
}

#formWrap dl dd p input[type="checkbox"]:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1023px) {
  #formWrap dl .btn.grp {
    margin: 0px;
    padding: 0 0 0px;
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  #formWrap dl .btn.grp input[type="button"],
  #formWrap dl .btn.grp input[type="submit"] {
    width: 200px;
    margin: 10px auto !important;
    display: block;
  }
}

#formWrap dl select {
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

@media screen and (max-width: 767px) {
  #formWrap dl select {
    height: 50px;
    line-height: 50px;
    padding: 0 0px;
  }
}

#formWrap dl select.year,
#formWrap dl select.month,
#formWrap dl select.day {
  width: 120px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #formWrap dl select.year,
  #formWrap dl select.month,
  #formWrap dl select.day {
    width: 70px;
  }
}

#formWrap dl select.month,
#formWrap dl select.day {
  margin-left: 10px;
}

#formWrap dl select.pref {
  width: 205px;
}

@media screen and (max-width: 767px) {
  #formWrap dl select.pref {
    width: 120px;
  }
}

#formWrap dl select:focus {
  border: 1px solid #000;
  outline: 0;
}

#formWrap dl input[type="text"],
#formWrap dl input[type="email"],
#formWrap dl input[type="tel"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0;
  -webkit-box-shadow: 0;
}

#formWrap dl input:nth-child(2) {
  margin-top: 15px;
}

#formWrap dl textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  line-height: 1.8em;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0;
  -webkit-box-shadow: 0;
}

#formWrap dl input[type="text"],
#formWrap dl input[type="email"],
#formWrap dl input[type="tel"],
#formWrap dl textarea {
  border: 1px solid #000;
  outline: 0;
}

#formWrap dl input[type="text"]:focus,
#formWrap dl input[type="email"]:focus,
#formWrap dl input[type="tel"]:focus,
#formWrap dl textarea:focus {
  border: 1px solid #aaa;
  outline: 0;
}

#formWrap dl textarea:focus {
  outline: 0;
}

#formWrap dl input[type="checkbox"] {
  margin-right: 10px;
  line-height: 100px;
  padding: 0 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: #666;
  color: #fff;
}

#formWrap dl input[type="radio"] {
  margin-right: 10px;
}

#formWrap dl input[type="file"] {
  line-height: 25px;
}

#formWrap dl input::-webkit-input-placeholder {
  color: #999;
}

#formWrap dl input:-ms-input-placeholder {
  color: #999;
}

#formWrap dl input::-ms-input-placeholder {
  color: #999;
}

#formWrap dl input::placeholder {
  color: #999;
}

#formWrap dl textarea::-webkit-input-placeholder {
  color: #999;
}

#formWrap dl textarea:-ms-input-placeholder {
  color: #999;
}

#formWrap dl textarea::-ms-input-placeholder {
  color: #999;
}

#formWrap dl textarea::placeholder {
  color: #999;
}

#formWrap .formBtn {
  width: 100%;
}

#formWrap .formBtn ul {
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #formWrap .formBtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#formWrap .formBtn ul li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #formWrap .formBtn ul li {
    margin: 0;
    margin-bottom: 20px;
  }
}

#formWrap .formBtn input[type="button"],
#formWrap .formBtn input[type="submit"] {
  font-size: 1.8rem;
  letter-spacing: 2px;
  height: 60px;
  line-height: 60px;
  width: 300px;
  margin: 0 10px;
  display: inline-block;
  border: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

@media screen and (max-width: 767px) {
  #formWrap .formBtn input[type="button"],
  #formWrap .formBtn input[type="submit"] {
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
  }
}

#formWrap .formBtn input[type="button"],
#formWrap .formBtn input[type="submit"] {
  background-color: #000;
}

#formWrap .formBtn input[type="button"]:hover,
#formWrap .formBtn input[type="submit"]:hover {
  color: #fff;
}

#formWrap dl .policy {
  margin-bottom: 50px;
}

#formWrap dl .policy h2 {
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#formWrap dl .policy .textArea {
  margin-bottom: 50px;
  line-height: 1.8rem;
  padding: 25px;
  display: block;
  height: 200px;
  width: 100%;
  overflow: auto;
  font-size: 1.2rem;
  border: 1px solid #ddd;
}

#formWrap dl .check {
  line-height: 1em;
  margin: 0 auto;
  margin-bottom: 50px;
}

#formWrap dl .check a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #formWrap dl .check a {
    display: block;
    line-height: 3em;
  }
}

#formWrap div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background-color: #fff;
  margin: 0 -5px;
}

#formWrap div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
  background-color: #fff;
  margin: 0 -5px;
}

#formWrap div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
  background-color: #fff;
  margin: 0 -5px;
}

#formWrap div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background-color: #fff;
  margin: 0 -5px !important;
}

#formWrap form.wpcf7-form {
  margin-top: -100px;
  padding-top: 100px;
}

#formWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#formWrap dl dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#formWrap dl dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

@media screen and (max-width: 1670px) {
  #formWrap dl dt {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  #formWrap dl dd {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

@media screen and (max-width: 1440px) {
  #formWrap dl dt {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  #formWrap dl dt .label {
    padding-right: 55px;
  }
  #formWrap dl dt .label span.required {
    right: 0;
  }
  #formWrap dl dd {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

@media screen and (max-width: 1280px) {
  #formWrap dl dt {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  #formWrap dl dd {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

.wpcf7-not-valid-tip {
  display: block;
  color: #ff0000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 200px !important;
  padding: 10px;
  font-size: 1.2rem;
  border: 1px solid #ff0000;
}

.wpcf7c-force-hide {
  display: none !important;
}

#contact {
  background: #f3f3f6;
  padding-top: 200px;
  padding-bottom: 0;
  color: #3d3d59;
}

@media screen and (max-width: 1440px) {
  #contact {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #contact {
    padding-top: 75px;
  }
}

#contact .inner .topText {
  padding: 40px 45px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #contact .inner .topText {
    padding: 20px;
    font-size: 1.4rem;
  }
}

#contact .inner form {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #contact .inner form {
    margin-top: 70px;
  }
}

#contact .inner form #formWrap {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #contact .inner form #formWrap {
    padding: 0;
  }
}

#contact .inner form #formWrap .formBtn input[type="button"] {
  background: #373752;
  border-radius: 30px;
}

#contact .inner form #formWrap dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  #contact .inner form #formWrap dl {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #contact .inner form #formWrap dl {
    border-bottom: none;
  }
}

#contact .inner form #formWrap dl dt,
#contact .inner form #formWrap dl dd {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 20px;
}

@media screen and (max-width: 1023px) {
  #contact .inner form #formWrap dl dt {
    padding: 20px 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #contact .inner form #formWrap dl dt {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 374px) {
  #contact .inner form #formWrap dl dt {
    padding: 30px 0;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #contact .inner form #formWrap dl dt label {
    line-height: normal;
  }
}

#contact .inner form #formWrap dl dd {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contact .inner form #formWrap dl dd {
    border-top: none;
    padding: 20px 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  #contact .inner form #formWrap dl dd {
    padding-left: 0;
    padding-right: 0;
  }
}

#contact .inner form #formWrap dl select {
  padding: 0 20px;
}

#contact .inner form #formWrap dl select,
#contact .inner form #formWrap dl input[type="text"],
#contact .inner form #formWrap dl input[type="email"],
#contact .inner form #formWrap dl input[type="tel"],
#contact .inner form #formWrap dl textarea {
  width: 480px;
  color: #373752;
  background: #fff;
  border: none;
}

@media screen and (max-width: 1023px) {
  #contact .inner form #formWrap dl select,
  #contact .inner form #formWrap dl input[type="text"],
  #contact .inner form #formWrap dl input[type="email"],
  #contact .inner form #formWrap dl input[type="tel"] {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  #contact .inner form #formWrap dl select,
  #contact .inner form #formWrap dl input[type="text"],
  #contact .inner form #formWrap dl input[type="email"],
  #contact .inner form #formWrap dl input[type="tel"] {
    width: 100%;
    max-width: none;
  }
}

#contact .inner form #formWrap dl textarea {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #contact .inner form #formWrap dl textarea {
    width: 100%;
  }
}

#contact .inner form input[type="submit"] {
  background: #373752;
  border-radius: 30px;
}

#optionHead.school {
  background-image: url(../images/school/mv_school.jpg);
}

#optionHead.school .center {
  bottom: 100px;
  padding-bottom: 0;
}

#optionHead.school .titleSchool {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
}

#optionHead.school .titleSchool .sub {
  font-size: 3rem;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

#optionHead.school .titleSchool h1 {
  font-size: 1.6rem;
  margin-top: 20px;
}

#school {
  color: #373752;
}

#school .inner {
  padding-top: 100px;
  padding-bottom: 270px;
}

#school .inner .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#school .inner .btns a {
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #373752;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #school .inner .btns a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.3rem;
    padding-left: 20px;
  }
}

#school .inner .btns a svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#school .inner .btns a:nth-child(2) {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  #school .inner .btns a:nth-child(2) {
    margin-left: 20px;
  }
}

#school .inner section h2 {
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  #school .inner section h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section h2 {
    font-size: 2.1rem;
  }
}

#school .inner section h2.second {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  #school .inner section h2.second {
    margin-top: 130px;
  }
}

#school .inner section .sub {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
  color: #3d3d59;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #school .inner section .sub {
    font-size: 1rem;
    margin-top: 10px;
  }
}

#school .inner section .data {
  margin-top: 125px;
  font-size: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #school .inner section .data {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 1.6rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
}

#school .inner section .data .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #school .inner section .data .left {
    padding-right: 10px;
  }
}

#school .inner section .data .left .small {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #school .inner section .data .left .small {
    margin-top: 30px;
  }
}

#school .inner section .data .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 1024px) {
  #school .inner section .data .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right {
    margin-top: 50px;
  }
}

#school .inner section .data .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 120px;
  width: 540px;
  border-radius: 60px;
  background: #f3f3f6;
  border: 4px solid #373752;
  color: #3d3d59;
}

@media screen and (max-width: 1024px) {
  #school .inner section .data .right a {
    width: 400px;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  #school .inner section .data .right a {
    width: 350px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right a {
    width: 100%;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 55px 35px;
  }
}

#school .inner section .data .right a .btnLeft {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: #373752 1px solid;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right a .btnLeft {
    border-right: none;
    border-bottom: #373752 1px solid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right a .btnLeft.pctab {
    display: none;
  }
}

#school .inner section .data .right a .btnLeft span:nth-child(1) {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  #school .inner section .data .right a .btnLeft span:nth-child(1) {
    font-size: 1.3rem;
  }
}

#school .inner section .data .right a .btnLeft span:nth-child(2) {
  font-size: 3.2rem;
  padding: 0 10px;
}

@media screen and (max-width: 1440px) {
  #school .inner section .data .right a .btnLeft span:nth-child(2) {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1024px) {
  #school .inner section .data .right a .btnLeft span:nth-child(2) {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #school .inner section .data .right a .btnLeft span:nth-child(2) {
    font-size: 1.6rem;
    padding: 0 5px;
  }
}

#school .inner section .data .right a .btnLeft span:nth-child(3) {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  #school .inner section .data .right a .btnLeft span:nth-child(3) {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right a .btnLeft .spRight span:nth-child(1) {
    font-size: 2rem;
  }
}

#school .inner section .data .right a .btnRight {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right a .btnRight {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right a .btnRight.pctab {
    display: none;
  }
}

#school .inner section .data .right a .btnRight span:nth-child(1) {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  #school .inner section .data .right a .btnRight span:nth-child(1) {
    font-size: 1.3rem;
  }
}

#school .inner section .data .right a .btnRight span:nth-child(2) {
  font-size: 3.2rem;
  padding: 0 10px;
}

@media screen and (max-width: 1440px) {
  #school .inner section .data .right a .btnRight span:nth-child(2) {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1024px) {
  #school .inner section .data .right a .btnRight span:nth-child(2) {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #school .inner section .data .right a .btnRight span:nth-child(2) {
    font-size: 1.6rem;
    padding: 0 5px;
  }
}

#school .inner section .data .right a .btnRight span:nth-child(3) {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  #school .inner section .data .right a .btnRight span:nth-child(3) {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right a .btnRight .spRight span:nth-child(1) {
    font-size: 2rem;
  }
}

#school .inner section .data .right a .spbl {
  display: none;
}

@media screen and (max-width: 767px) {
  #school .inner section .data .right a .spbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#school .inner section .swiperBox {
  position: relative;
}

@media screen and (max-width: 767px) {
  #school .inner section .swiperBox {
    margin-right: -20px;
    margin-left: 15px;
  }
}

#school .inner section .swiperBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#school .inner section .swiperBox .top h2 {
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.3em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-left: 10px;
}

#school .inner section .swiperBox .top a {
  width: 180px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  background: #fff;
  color: #3d3d59;
  font-size: 1.2rem;
}

#school .inner section .swiperBox .swiper-container {
  margin-top: 100px;
}

#school .inner section .swiperBox .swiper-container .swiper-slide {
  color: #373752;
}

#school .inner section .swiperBox .swiper-container .swiper-slide img {
  width: 100%;
}

#school .inner section .swiperBox .swiper-container .swiper-slide h3 {
  margin-top: 55px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #school .inner section .swiperBox .swiper-container .swiper-slide h3 {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

#school .inner section .swiperBox .swiper-container .swiper-slide p {
  margin-top: 40px;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #school .inner section .swiperBox .swiper-container .swiper-slide p {
    margin-top: 25px;
  }
}

#school .inner section .swiperBox .swiper-button-prev {
  background-size: 30px 22px;
  background-image: url("../images/gallery/arrow_log.svg");
  left: -100px;
  top: 50%;
  -webkit-transform: translate(0, calc(-50% - 50px));
          transform: translate(0, calc(-50% - 50px));
}

@media screen and (max-width: 1280px) {
  #school .inner section .swiperBox .swiper-button-prev {
    left: -60px;
  }
}

@media screen and (max-width: 1024px) {
  #school .inner section .swiperBox .swiper-button-prev {
    left: -40px;
  }
}

@media screen and (max-width: 1023px) {
  #school .inner section .swiperBox .swiper-button-prev {
    display: none;
  }
}

#school .inner section .swiperBox .swiper-button-next {
  background-size: 30px 22px;
  background-image: url("../images/gallery/arrow_log.svg");
  right: -100px;
  top: 50%;
  -webkit-transform: translate(0, calc(-50% - 50px)) scale(-1, 1);
          transform: translate(0, calc(-50% - 50px)) scale(-1, 1);
}

@media screen and (max-width: 1280px) {
  #school .inner section .swiperBox .swiper-button-next {
    right: -60px;
  }
}

@media screen and (max-width: 1024px) {
  #school .inner section .swiperBox .swiper-button-next {
    right: -40px;
  }
}

@media screen and (max-width: 1023px) {
  #school .inner section .swiperBox .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #school .inner section .swiperBox .swiper-button-next,
  #school .inner section .swiperBox .swiper-button-prev {
    display: none;
  }
}

#school .inner section .swiperBox .swiper-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  #school .inner section .swiperBox .swiper-pagination {
    display: block;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate3d(0, 0, 0) translateX(calc(-50% - 25px));
            transform: translate3d(0, 0, 0) translateX(calc(-50% - 25px));
  }
}

#school .inner section .swiperBox .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
}

#school .inner section .swiperBox .swiper-pagination .swiper-pagination-bullet-active {
  background: #3d3d59;
}

#school .inner section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #school .inner section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: -20px;
    margin-right: -20px;
  }
}

#school .inner section ul li {
  text-align: center;
}

#school .inner section ul li figure img {
  width: 100%;
}

#school .inner section ul li h3 {
  font-size: 1.8rem;
  padding-top: 35px;
}

#school .inner section ul li p {
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 2;
}

#school .inner section ul li:nth-child(1) {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  #school .inner section ul li:nth-child(1) {
    margin-right: 0;
  }
}

#school .inner section.pro .data .right a .btnLeft {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#school .inner section.pro .data .right a .btnRight {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#school .inner section.pro .data .left .small br {
  display: none;
}

#school .inner section.pro ul li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #school .inner section.pro ul li {
    margin-top: 75px;
  }
}

#archive {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  #archive {
    padding-top: 0;
  }
}

@media screen and (max-width: 1440px) {
  #archive .inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 1280px) {
  #archive .inner {
    width: auto;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media screen and (max-width: 1023px) {
  #archive .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #archive .inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
}

#archive .inner ul {
  margin-top: 50px;
  border-bottom: 1px solid #dddddd;
}

#archive .inner ul li section {
  border-top: 1px solid #dddddd;
}

#archive .inner ul li section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #archive .inner ul li section a {
    padding: 0;
    padding-right: 25px;
  }
}

#archive .inner ul li section a figure img {
  width: 200px;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1023px) {
  #archive .inner ul li section a figure img {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  #archive .inner ul li section a figure img {
    width: 100px;
  }
}

#archive .inner ul li section a .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 200px);
  padding-left: 50px;
  padding-right: 200px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #archive .inner ul li section a .right {
    width: 100%;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #archive .inner ul li section a .right {
    padding-right: 0;
    padding-left: 30px;
  }
}

#archive .inner ul li section a .right .top .date {
  margin-right: 20px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #archive .inner ul li section a .right .top .date {
    margin-right: 10px;
    font-size: 1rem;
  }
}

#archive .inner ul li section a .right .top .category {
  margin-left: 20px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #archive .inner ul li section a .right .top .category {
    margin-left: 10px;
    font-size: 1rem;
  }
}

#archive .inner ul li section a .right h2 {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2.5;
}

@media screen and (max-width: 1440px) {
  #archive .inner ul li section a .right h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  #archive .inner ul li section a .right h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #archive .inner ul li section a .right h2 {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #archive .inner ul li section a .right a.arrow {
    display: none;
  }
}

#archive .inner ul li section a .right svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #archive .inner ul li section a .right svg {
    display: none;
  }
}

#archive .inner ul li section a:hover {
  background: #f1f1f9;
}

#archive .inner ul li section a:hover img {
  opacity: 0.7;
}

#single {
  max-width: 1980px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #single .basicPad {
    padding: 0;
  }
}

#single .inner {
  margin: 0 auto;
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  #single .inner {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 1023px) {
  #single .inner {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  #single .inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #single .inner {
    width: calc(100% - 50px);
    padding-bottom: 125px;
  }
}

#single .inner img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  #single .inner .postTop {
    width: calc(100% - 375px);
  }
}

@media screen and (max-width: 1024px) {
  #single .inner .postTop {
    width: 100%;
    margin-top: 90px;
  }
}

#single .inner .postTop .date {
  color: #333;
  padding-right: 25px;
  border-right: 1px solid #444444;
  font-size: 1.8rem;
}

#single .inner .postTop .category {
  padding-left: 20px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  #single .inner .postTop .date,
  #single .inner .postTop .category {
    font-size: 1.2rem;
  }
}

#single .inner .postTop h1 {
  margin-top: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  #single .inner .postTop h1 {
    padding: 0;
    font-size: 1.4rem;
    margin-top: 25px;
  }
}

#single .inner .postTop .border {
  margin-top: 85px;
  margin-bottom: 110px;
  border-top: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
  #single .inner .postTop .border {
    display: none;
  }
}

#single .inner .flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  #single .inner .flexWrap {
    display: block;
  }
}

#single .inner .flexWrap section.post {
  width: calc(100% - 500px);
}

@media screen and (max-width: 1440px) {
  #single .inner .flexWrap section.post {
    width: calc(100% - 375px);
  }
  #single .inner .flexWrap section.post .prevNext a.prev span {
    padding-left: 30px;
    padding-right: 20px;
  }
  #single .inner .flexWrap section.post .prevNext a.next span {
    padding-left: 20px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  #single .inner .flexWrap section.post {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap section.post .postTop {
    text-align: left;
  }
}

#single .inner .flexWrap section.post figure {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

#single .inner .flexWrap section.post figure img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap section.post figure {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 80px;
  }
}

#single .inner .flexWrap section.post p {
  margin-top: 65px;
  font-size: 1.4rem;
  line-height: 3;
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap section.post p {
    font-size: 1.2rem;
    margin-top: 50px;
  }
}

#single .inner .flexWrap section.post ul.sns {
  text-align: center;
  margin: 150px auto;
  width: 100%;
}

#single .inner .flexWrap section.post ul.sns li {
  display: block;
  width: 16.6666%;
  height: 50px;
  float: left;
}

#single .inner .flexWrap section.post ul.sns li a {
  color: #fff;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#single .inner .flexWrap section.post ul.sns li a img {
  width: 2.4rem;
}

#single .inner .flexWrap section.post ul.sns li a .fa-line,
#single .inner .flexWrap section.post ul.sns li a .fa-twitter,
#single .inner .flexWrap section.post ul.sns li a .fa-facebook-square,
#single .inner .flexWrap section.post ul.sns li a .fa-get-pocket {
  margin-right: 10px;
  font-size: 2.4rem;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap section.post ul.sns li a .fa-line,
  #single .inner .flexWrap section.post ul.sns li a .fa-twitter,
  #single .inner .flexWrap section.post ul.sns li a .fa-facebook-square,
  #single .inner .flexWrap section.post ul.sns li a .fa-get-pocket {
    margin-right: 0;
  }
}

#single .inner .flexWrap section.post ul.sns li:nth-child(1) a {
  background-color: #3b5998;
}

#single .inner .flexWrap section.post ul.sns li:nth-child(2) a {
  background-color: #55acee;
}

#single .inner .flexWrap section.post ul.sns li:nth-child(3) a {
  background-color: #1dcd00;
}

#single .inner .flexWrap section.post ul.sns li:nth-child(4) a {
  background-color: #ee4056;
}

#single .inner .flexWrap section.post ul.sns li:nth-child(5) a {
  background-color: #2bb24c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#single .inner .flexWrap section.post ul.sns li:nth-child(6) a {
  background-color: #00a4de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap section.post ul.sns {
    margin: 0px auto;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 50px;
    width: auto;
  }
}

#single .inner .flexWrap section.post .prevNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap section.post .prevNext {
    margin-top: 35px;
  }
}

#single .inner .flexWrap section.post .prevNext a svg {
  font-size: 2.6rem;
}

#single .inner .flexWrap section.post .prevNext a.prev, #single .inner .flexWrap section.post .prevNext div.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 2;
  border-right: 1px solid #999;
  padding: 20px 0;
}

#single .inner .flexWrap section.post .prevNext a.prev span, #single .inner .flexWrap section.post .prevNext div.prev span {
  padding-left: 80px;
  padding-right: 50px;
}

#single .inner .flexWrap section.post .prevNext a.prev svg, #single .inner .flexWrap section.post .prevNext div.prev svg {
  display: none;
}

#single .inner .flexWrap section.post .prevNext a.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
  padding: 20px 0;
}

#single .inner .flexWrap section.post .prevNext a.next span {
  padding-left: 50px;
  padding-right: 80px;
}

#single .inner .flexWrap section.post .prevNext a.next svg {
  display: none;
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap section.post .prevNext a.prev,
  #single .inner .flexWrap section.post .prevNext a.next {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  #single .inner .flexWrap section.post .prevNext a.prev span,
  #single .inner .flexWrap section.post .prevNext a.next span {
    display: none;
  }
  #single .inner .flexWrap section.post .prevNext a.prev {
    border-right: 1px solid #000;
    padding: 0;
  }
  #single .inner .flexWrap section.post .prevNext a.prev img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
  }
  #single .inner .flexWrap section.post .prevNext a.prev svg {
    display: inline;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #single .inner .flexWrap section.post .prevNext a.prev .pctab {
    display: none;
  }
  #single .inner .flexWrap section.post .prevNext a.next {
    padding: 0;
  }
  #single .inner .flexWrap section.post .prevNext a.next img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
  }
  #single .inner .flexWrap section.post .prevNext a.next svg {
    display: inline;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #single .inner .flexWrap section.post .prevNext a.next .pctab {
    display: none;
  }
  #single .inner .flexWrap section.post .prevNext a.prev:after {
    content: "PREV";
  }
  #single .inner .flexWrap section.post .prevNext a.next:before {
    content: "NEXT";
  }
}

#single .inner .flexWrap section.post .backBtn {
  display: block;
  width: 300px;
  height: 60px;
  background: #3d3d59;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 auto;
  margin-top: 110px;
}

@media screen and (max-width: 1440px) {
  #single .inner .flexWrap section.post .backBtn {
    width: 260px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap section.post .backBtn {
    display: none;
  }
}

#single .inner .flexWrap aside.sidebar {
  width: 500px;
  padding-left: 120px;
}

@media screen and (max-width: 1023px) {
  #single .inner .flexWrap aside.sidebar {
    width: 100%;
  }
}

#single .inner .flexWrap aside.sidebar .cornerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#single .inner .flexWrap aside.sidebar .cornerTitle span:first-child {
  color: #373752;
  font-size: 2rem;
  letter-spacing: 0.01em;
}

#single .inner .flexWrap aside.sidebar .cornerTitle span:nth-child(2) {
  font-size: 1.4rem;
}

@media screen and (max-width: 1023px) {
  #single .inner .flexWrap aside.sidebar .cornerTitle span:nth-child(2) {
    margin-left: 20px;
  }
}

#single .inner .flexWrap aside.sidebar .cornerTitle:nth-child(n + 2) {
  margin-top: 100px;
}

#single .inner .flexWrap aside.sidebar ul.latestPost {
  margin-top: 45px;
}

#single .inner .flexWrap aside.sidebar ul.latestPost a:hover {
  opacity: 0.7;
}

#single .inner .flexWrap aside.sidebar ul.latestPost img {
  width: 80px;
  max-width: none;
  height: auto;
}

#single .inner .flexWrap aside.sidebar ul.latestPost li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#single .inner .flexWrap aside.sidebar ul.latestPost li .right {
  padding-left: 25px;
}

#single .inner .flexWrap aside.sidebar ul.latestPost li .right .date {
  color: #333;
  font-size: 1rem;
  margin-right: 15px;
}

#single .inner .flexWrap aside.sidebar ul.latestPost li .right .category {
  color: #333;
  font-size: 1rem;
  margin-left: 15px;
}

#single .inner .flexWrap aside.sidebar ul.latestPost li .right p {
  font-size: 1.2rem;
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  #single .inner .flexWrap aside.sidebar ul.latestPost li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1023px) {
  #single .inner .flexWrap aside.sidebar ul.latestPost {
    background: #fff;
    margin-top: 65px;
    padding-bottom: 10px;
  }
  #single .inner .flexWrap aside.sidebar ul.latestPost li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
  }
  #single .inner .flexWrap aside.sidebar ul.latestPost li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap aside.sidebar ul.latestPost {
    margin-top: 25px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
  }
  #single .inner .flexWrap aside.sidebar ul.latestPost li {
    padding: 25px;
  }
}

@media screen and (max-width: 1440px) {
  #single .inner .flexWrap aside.sidebar {
    width: 375px;
    padding-left: 75px;
  }
  #single .inner .flexWrap aside.sidebar ul.latestPost img {
    width: 80px;
  }
}

@media screen and (max-width: 1023px) {
  #single .inner .flexWrap aside.sidebar {
    margin-top: 100px;
    margin-left: -75px;
    margin-right: -75px;
    width: auto;
    padding: 0 75px;
  }
  #single .inner .flexWrap aside.sidebar .bgGray {
    background: #fff;
    margin-left: -75px;
    margin-right: -75px;
    padding: 0 75px;
    padding-top: 50px;
  }
  #single .inner .flexWrap aside.sidebar .bgGray .cornerTitle:first-child {
    margin-top: 0;
  }
  #single .inner .flexWrap aside.sidebar .cornerTitle {
    margin-top: 75px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #single .inner .flexWrap aside.sidebar .cornerTitle .times {
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap aside.sidebar {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 75px;
  }
  #single .inner .flexWrap aside.sidebar .cornerTitle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 25px;
  }
  #single .inner .flexWrap aside.sidebar .bgGray {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #single .inner .flexWrap aside.sidebar ul.latestPost {
    padding-bottom: 0;
  }
  #single .inner .flexWrap aside.sidebar ul.latestPost li {
    margin-bottom: 0;
  }
  #single .inner .flexWrap aside.sidebar ul.latestPost img {
    width: 100px;
  }
}

#single .inner .flexWrap aside.sidebar .slideDown p {
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px 0;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1440px) {
  #single .inner .flexWrap aside.sidebar .slideDown p {
    font-size: 1.3rem;
    padding: 20px 20px;
  }
}

#single .inner .flexWrap aside.sidebar .slideDown p .fa-chevron-down {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#single .inner .flexWrap aside.sidebar .slideDown p.open .fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#single .inner .flexWrap aside.sidebar .slideDown p:hover {
  background-color: #eee;
}

#single .inner .flexWrap aside.sidebar .slideDown ul {
  overflow: hidden;
  border-top: none;
  display: none;
}

#single .inner .flexWrap aside.sidebar .slideDown ul li a {
  padding: 15px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#single .inner .flexWrap ul.category {
  margin-top: 30px;
  margin-bottom: 60px;
}

#single .inner .flexWrap ul.category li {
  border-top: 1px solid #dddddd;
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#single .inner .flexWrap ul.category li:last-child {
  border-bottom: 1px solid #ddd;
}

#single .inner .flexWrap ul.category li:hover {
  background-color: #eee;
}

#single .inner .flexWrap .archive {
  margin-top: 30px;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #single .inner .flexWrap .archive {
    margin-left: 25px;
    margin-right: 25px;
  }
}

#privacy .inner {
  padding-top: 100px;
}

@media screen and (max-width: 1280px) {
  #privacy .inner {
    width: auto;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media screen and (max-width: 1023px) {
  #privacy .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #privacy .inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
}

#privacy .inner .topText {
  width: 100%;
  padding: 20px;
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  #privacy .inner .topText {
    font-size: 1.3rem;
  }
}

#privacy .inner dl {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px) {
  #privacy .inner dl {
    display: block;
  }
}

@media screen and (max-width: 810px) {
  #privacy .inner dl {
    border-bottom: none;
  }
}

#privacy .inner dl dt {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  color: #000;
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  #privacy .inner dl dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media screen and (max-width: 900px) {
  #privacy .inner dl dt {
    line-height: 2;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
    padding-bottom: 10px;
  }
}

#privacy .inner dl dd {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  color: #000;
  font-size: 1.3rem;
  line-height: 2;
}

#privacy .inner dl dd .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  #privacy .inner dl dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

@media screen and (max-width: 900px) {
  #privacy .inner dl dd {
    border-top: none;
    padding: 30px 25px;
    line-height: 2;
    padding-top: 10px;
  }
  #privacy .inner dl dd .sp {
    display: inline;
  }
}

#privacy .inner dl .btn.bdr a {
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
  border-radius: 30px;
  color: #000;
  border: 1px solid #707070;
  padding: 5px 20px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#privacy .inner dl .btn.bdr a:hover {
  background-color: #000;
  color: #fff;
}

#shop {
  padding-bottom: 300px;
  padding-top: 100px;
}

@media screen and (max-width: 1440px) {
  #shop {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  #shop {
    padding-top: 50px;
  }
}

#shop .topText {
  padding: 40px 45px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #shop .topText {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  #shop .topText {
    padding: 0;
    text-align: left;
  }
}

#shop figure.shop {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  #shop figure.shop {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #shop figure.shop {
    padding-top: 75px;
    padding-left: 0;
    padding-right: 0;
  }
}

#shop figure.shop .inner {
  background: url(../images/top/shop.jpg) no-repeat;
  background-size: cover;
  background-position: center calc(50% + 50px);
  padding-top: 33%;
}

@media screen and (max-width: 767px) {
  #shop figure.shop .inner {
    background-size: cover;
    background-position: center calc(50%);
    padding-top: 80%;
  }
}

#shop figure.shop img {
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #shop #shopInfo .flex {
    padding-top: 50px;
    margin-top: 0;
  }
}

#shop #shopInfo .flex .right dl {
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#shop #shopInfo .flex .right dl dt {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#shop #shopInfo .flex .right dl dd {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#shop #shopInfo .btn {
  background: #3d3d59;
  color: #fff;
}

#optionHead.preserved {
  background-image: url(../images/preserved/mv_preserved02.jpg);
}

@media screen and (max-width: 767px) {
  #optionHead.preserved {
    background-image: url(../images/preserved/mv_preserved_sp02.jpg);
  }
}

#optionHead.preserved:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#optionHead.preserved .center {
  bottom: 100px;
  padding-bottom: 0;
}

#optionHead.preserved .titleSchool {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
}

#optionHead.preserved .titleSchool .sub {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

#optionHead.preserved .titleSchool h1 {
  font-size: 1.6rem;
  margin-top: 20px;
}

#preserved {
  position: relative;
}

#preserved .kanban {
  position: relative;
  padding-top: 50%;
}

@media screen and (max-width: 767px) {
  #preserved .kanban {
    padding-top: 75px;
  }
}

#preserved .kanban .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/preserved/preserved01.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  #preserved .kanban .bg {
    background-image: url(../images/preserved/preserved01_sp.jpg);
    position: static;
    padding-top: 56%;
    margin-top: 40px;
  }
}

#preserved .kanban .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #preserved .kanban .bg:before {
    display: none;
  }
}

#preserved .kanban .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  #preserved .kanban .inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #preserved .kanban .inner {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#preserved .kanban .inner h2 {
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1280px) {
  #preserved .kanban .inner h2 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1100px) {
  #preserved .kanban .inner h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1023px) {
  #preserved .kanban .inner h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #preserved .kanban .inner h2 {
    color: #373752;
    text-align: center;
  }
}

#preserved .kanban .inner .sub {
  margin-top: 75px;
  font-size: 3.0rem;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  #preserved .kanban .inner .sub {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1100px) {
  #preserved .kanban .inner .sub {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  #preserved .kanban .inner .sub {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #preserved .kanban .inner .sub {
    display: none;
  }
}

#preserved .kanban .inner .text {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 1100px) {
  #preserved .kanban .inner .text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  #preserved .kanban .inner .text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #preserved .kanban .inner .text {
    color: #3D3D59;
    text-align: center;
    font-size: 1.1rem;
  }
}

#preserved .bgGray {
  padding-top: 50px;
  background: url(../images/rainbow/wave_rainbow02.svg) #fff no-repeat;
  background-position: bottom;
  background-size: auto;
  padding-bottom: 380px;
}

@media screen and (max-width: 767px) {
  #preserved .bgGray {
    background-image: url(../images/rainbow/wave_rainbow02_sp.svg);
    padding-bottom: 150px;
  }
}

#preserved .topCorner {
  padding-top: 130px;
  padding-bottom: 75px;
  text-align: center;
  line-height: 1.5;
  color: #373752;
}

@media screen and (max-width: 767px) {
  #preserved .topCorner {
    padding-top: 50px;
  }
}

#preserved .topCorner h2 {
  font-size: 3.6rem;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  #preserved .topCorner h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  #preserved .topCorner h2 {
    font-size: 1.9rem;
  }
}

#preserved .topCorner h2 + p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #preserved .topCorner h2 + p {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}

#preserved .topCorner p + h2 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #preserved .topCorner p + h2 {
    margin-top: 50px;
  }
}

#preserved ul.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #preserved ul.photo {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#preserved ul.photo li {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  padding: 0 25px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #preserved ul.photo li {
    padding: 0;
    padding-bottom: 50px;
  }
}

#preserved ul.photo li figure img {
  height: auto;
  max-width: 100%;
}

#preserved ul.photo li p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#preserved .price {
  margin-top: 100px;
}

#preserved .sub {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  #preserved .sub {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  #preserved .sub {
    font-size: 2.1rem;
  }
}

#preserved h3 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1280px) {
  #preserved h3 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  #preserved h3 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

#preserved table {
  width: 100%;
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 30px;
}

@media screen and (max-width: 1280px) {
  #preserved table {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #preserved table {
    font-size: 1.0rem;
    margin-top: 20px;
  }
}

#preserved table tr th {
  background: #0c1a34;
  color: #fff;
  border: 1px solid #7E829F;
  padding: 20px 30px;
  text-align: left;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #preserved table tr th {
    padding: 0;
    padding-left: 10px;
  }
}

#preserved table tr td {
  background: #eff0f4;
  color: #0C1A34;
  border: 1px solid #7E829F;
  padding: 20px;
  text-align: center;
  width: 25%;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #preserved table tr td {
    width: 30%;
    padding: 10px 0;
  }
}

#preserved table + p {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #preserved table + p {
    font-size: 1.0rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #preserved p + h3 {
    margin-top: 50px;
  }
}

#preserved ~ .commonFooter {
  padding-top: 0;
}

#optionHead.rainbow {
  background-image: url(../images/rainbow/mv_rainbow.jpg);
}

@media screen and (max-width: 767px) {
  #optionHead.rainbow {
    background-image: url(../images/rainbow/mv_rainbow_sp.jpg);
  }
}

#optionHead.rainbow .center {
  bottom: 100px;
  padding-bottom: 0;
}

#optionHead.rainbow .titleSchool {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
}

#optionHead.rainbow .titleSchool .sub {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

#optionHead.rainbow .titleSchool h1 {
  font-size: 1.6rem;
  margin-top: 20px;
}

#rainbow .kanban {
  position: relative;
  padding-top: 50%;
}

@media screen and (max-width: 767px) {
  #rainbow .kanban {
    padding-top: 75px;
  }
}

#rainbow .kanban .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/rainbow/rainbow01.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  #rainbow .kanban .bg {
    background-image: url(../images/rainbow/rainbow01_sp.jpg);
    position: static;
    padding-top: 100%;
    margin-top: 40px;
  }
}

#rainbow .kanban h2 {
  color: #373752;
  position: absolute;
  bottom: 10%;
  right: 6%;
  text-align: right;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #rainbow .kanban h2 {
    position: static;
    text-align: center;
  }
}

#rainbow .kanban h2 .sub {
  font-size: 2.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 1440px) {
  #rainbow .kanban h2 .sub {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1280px) {
  #rainbow .kanban h2 .sub {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .kanban h2 .sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .kanban h2 .sub {
    font-size: 1.2rem;
  }
}

#rainbow .kanban h2 .main {
  margin-top: 30px;
  font-size: 5.1rem;
  line-height: 1.4;
}

@media screen and (max-width: 1440px) {
  #rainbow .kanban h2 .main {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 1280px) {
  #rainbow .kanban h2 .main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .kanban h2 .main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .kanban h2 .main {
    font-size: 1.9rem;
    line-height: 1.8;
  }
}

#rainbow .second {
  padding: 0 250px;
  margin-top: 250px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  #rainbow .second {
    padding: 0 150px;
  }
}

@media screen and (max-width: 1440px) {
  #rainbow .second {
    margin-top: 160px;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .second {
    padding: 0 75px;
  }
}

@media screen and (max-width: 1023px) {
  #rainbow .second {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .second {
    display: none;
  }
}

#rainbow .second .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

#rainbow .second .inner .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#rainbow .second .inner .left .top {
  padding-left: 75px;
}

@media screen and (max-width: 1023px) {
  #rainbow .second .inner .left .top {
    padding-left: 55px;
  }
}

#rainbow .second .inner .left .top img {
  width: 40px;
}

@media screen and (max-width: 1440px) {
  #rainbow .second .inner .left .top img {
    width: 30px;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .second .inner .left .top img {
    width: 20px;
  }
}

#rainbow .second .inner .left .bottom {
  padding-top: 140px;
  padding-right: 10%;
  font-size: 1.9rem;
  color: #373752;
  line-height: 2.4;
  letter-spacing: 0;
}

@media screen and (max-width: 1600px) {
  #rainbow .second .inner .left .bottom {
    padding-top: 75px;
  }
}

@media screen and (max-width: 1440px) {
  #rainbow .second .inner .left .bottom {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1280px) {
  #rainbow .second .inner .left .bottom {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .second .inner .left .bottom {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1023px) {
  #rainbow .second .inner .left .bottom {
    font-size: 1.15rem;
  }
}

#rainbow .second .inner .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.9rem;
  color: #373752;
  line-height: 2.4;
}

@media screen and (max-width: 1440px) {
  #rainbow .second .inner .right {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .second .inner .right {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1023px) {
  #rainbow .second .inner .right {
    font-size: 1.2rem;
  }
}

#rainbow .second .mainImg {
  position: absolute;
  background: url(../images/rainbow/rainbow02.jpg);
  background-size: cover;
  background-position: center center;
  width: 42%;
  padding-top: 42%;
  border-radius: 10000px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {
  #rainbow .second .mainImg {
    width: 40%;
    padding-top: 40%;
  }
}

@media screen and (max-width: 1023px) {
  #rainbow .second .mainImg {
    top: 10%;
  }
}

#rainbow .second .mainImg .subImg {
  position: absolute;
  background: url(../images/rainbow/rainbow03.jpg);
  background-size: cover;
  background-position: center center;
  width: 50%;
  padding-top: 50%;
  border-radius: 10000px;
  bottom: -10%;
  right: -33%;
}

@media screen and (max-width: 1440px) {
  #rainbow .second .mainImg .subImg {
    bottom: -13%;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .second .mainImg .subImg {
    width: 54%;
    padding-top: 54%;
    bottom: -16%;
    right: -36%;
  }
}

#rainbow .second .mainImg .rainbowRose {
  position: absolute;
  top: 8%;
  left: -10%;
  width: 68%;
}

@media screen and (max-width: 1024px) {
  #rainbow .second .mainImg .rainbowRose {
    left: -13%;
  }
}

#rainbow .secondSp {
  display: none;
}

@media screen and (max-width: 767px) {
  #rainbow .secondSp {
    position: relative;
    padding-top: 85px;
    display: block;
    overflow: hidden;
  }
}

#rainbow .secondSp .mainImgBox {
  position: relative;
}

#rainbow .secondSp .mainImgBox .mainImg {
  position: relative;
  background: url(../images/rainbow/rainbow02.jpg);
  background-size: cover;
  background-position: center center;
  width: 110%;
  padding-top: 110%;
  border-radius: 10000px;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

#rainbow .secondSp .mainImgBox .mainImg img {
  position: absolute;
  right: 0;
  top: -5%;
}

#rainbow .secondSp .mainImgBox .rainbowRose {
  width: 100%;
  position: absolute;
  bottom: 7%;
}

#rainbow .secondSp p {
  padding: 0 30px;
  padding-top: 30px;
  font-size: 1.4rem;
  line-height: 2;
}

#rainbow .secondSp .subImgBox {
  position: relative;
  margin-top: 40px;
}

#rainbow .secondSp .subImgBox .mainImg {
  position: relative;
  background: url(../images/rainbow/rainbow03.jpg);
  background-size: cover;
  background-position: center center;
  width: 110%;
  padding-top: 110%;
  border-radius: 10000px;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  right: 0;
}

#rainbow .secondSp .subImgBox .mainImg img {
  position: absolute;
  right: left;
  top: -5%;
}

#rainbow .secondSp .subImgBox .rainbowRose {
  position: absolute;
  bottom: 7%;
}

#rainbow .bottomBg {
  background: url(../images/rainbow/wave_rainbow01.svg) #fff no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  #rainbow .bottomBg {
    background-image: url(../images/rainbow/wave_rainbow01_sp.svg);
  }
}

#rainbow .bottomBg .flow {
  margin-top: 300px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  #rainbow .bottomBg .flow {
    margin-top: 250px;
  }
}

@media screen and (max-width: 1023px) {
  #rainbow .bottomBg .flow {
    margin-top: 150px;
  }
}

#rainbow .bottomBg .flow.basicInner {
  width: 1090px;
}

@media screen and (max-width: 1440px) {
  #rainbow .bottomBg .flow.basicInner {
    width: 800px;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .bottomBg .flow.basicInner {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bottomBg .flow.basicInner {
    width: 100%;
    padding: 0 15px;
  }
}

#rainbow .bottomBg .flow .topText {
  font-size: 3.6rem;
  text-align: center;
  color: #373752;
}

@media screen and (max-width: 1280px) {
  #rainbow .bottomBg .flow .topText {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bottomBg .flow .topText {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

#rainbow .bottomBg .flow .topText br {
  display: none;
}

@media screen and (max-width: 767px) {
  #rainbow .bottomBg .flow .topText br {
    display: inline;
  }
}

#rainbow .bottomBg .flow .topText .sub {
  color: #9b9ba8;
  font-size: 1.0rem;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

#rainbow .bottomBg .flow ul li {
  margin-top: 155px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #rainbow .bottomBg .flow ul li {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bottomBg .flow ul li {
    margin-top: 60px;
  }
}

#rainbow .bottomBg .flow ul li .num {
  font-size: 6rem;
  color: #373752;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  #rainbow .bottomBg .flow ul li .num {
    position: static;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    font-size: 2.1rem;
  }
}

#rainbow .bottomBg .flow ul li img {
  border-radius: 10px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  #rainbow .bottomBg .flow ul li img {
    border-radius: 5px;
    margin-top: 15px;
  }
}

#rainbow .bottomBg .flow ul li p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #3d3d59;
  margin-top: 45px;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  #rainbow .bottomBg .flow ul li p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  #rainbow .bottomBg .flow ul li p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  #rainbow .bottomBg .flow ul li p {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bottomBg .flow ul li p {
    text-align: left;
    padding: 0 25px;
  }
}

#rainbow .bgGray {
  padding-top: 270px;
  background: url(../images/rainbow/wave_rainbow02.svg) #f3f3f6 no-repeat;
  background-position: bottom;
  background-size: auto;
  padding-bottom: 380px;
}

@media screen and (max-width: 1440px) {
  #rainbow .bgGray {
    padding-top: 150px;
  }
}

@media screen and (max-width: 1023px) {
  #rainbow .bgGray {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray {
    background-image: url(../images/rainbow/wave_rainbow02_sp.svg);
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray .swiper-container {
    padding-bottom: 50px;
  }
}

#rainbow .bgGray .swiper-container .swiper-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray .swiper-container .swiper-pagination {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray .swiper-container .swiper-pagination-bullet-active {
    background: #3D3D59;
  }
}

#rainbow .bgGray .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

#rainbow .bgGray .swiper-container .swiper-slide {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray .swiper-container .swiper-slide {
    font-size: 1.4rem;
  }
}

#rainbow .bgGray .swiper-container .swiper-slide figure {
  position: relative;
}

#rainbow .bgGray .swiper-container .swiper-slide figure:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

#rainbow .bgGray .swiper-container .swiper-slide figure:hover:before {
  background: rgba(55, 55, 82, 0.7);
}

#rainbow .bgGray .swiper-container .swiper-slide figure img {
  border-radius: 5px;
  display: block;
  width: 100%;
}

#rainbow .bgGray .swiper-container .swiper-slide figure .bag {
  opacity: 0;
  position: absolute;
  background: #fff;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 200px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#rainbow .bgGray .swiper-container .swiper-slide figure .bag svg {
  color: #3d3d59;
  font-size: 3rem;
}

#rainbow .bgGray .swiper-container .swiper-slide figure:hover .bag {
  opacity: 1;
}

#rainbow .bgGray .swiper-container .swiper-slide .name {
  color: #3d3d59;
  font-weight: 600;
  margin-top: 25px;
  text-align: left;
}

#rainbow .bgGray .swiper-container .swiper-slide .price {
  color: #d07474;
  font-weight: 600;
  margin-top: 20px;
  text-align: right;
}

#rainbow .bgGray .swiper-container .swiper-button-prev {
  top: 43%;
}

@media screen and (max-width: 1440px) {
  #rainbow .bgGray .swiper-container .swiper-button-prev {
    top: 41%;
  }
}

@media screen and (max-width: 834px) {
  #rainbow .bgGray .swiper-container .swiper-button-prev {
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray .swiper-container .swiper-button-prev {
    display: none;
  }
}

#rainbow .bgGray .swiper-container .swiper-button-next {
  top: 43%;
}

@media screen and (max-width: 1440px) {
  #rainbow .bgGray .swiper-container .swiper-button-next {
    top: 41%;
  }
}

@media screen and (max-width: 834px) {
  #rainbow .bgGray .swiper-container .swiper-button-next {
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray .swiper-container .swiper-button-next {
    display: none;
  }
}

#rainbow .bgGray .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  margin-top: 75px;
  border-radius: 30px;
  background: #3d3d59;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray .btn {
    width: 250px;
    height: 50px;
    margin-top: 40px;
    font-size: 1.3rem;
  }
}

#rainbow .bgGray .btn svg {
  vertical-align: baseline;
  margin-right: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #rainbow .bgGray .btn svg {
    font-size: 1.8rem;
  }
}

#rainbow ~ .commonFooter {
  padding-top: 0;
}

#rainbow ~ .commonFooter ul.imgLinks {
  margin-top: 0;
}
/*# sourceMappingURL=misc.css.map */