@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (max-width: 767px) {
  body:not(.is-scrolled) #l-header {
    background-color: rgba(246, 246, 246, 0.8);
  }
}
@media screen and (min-width: 768px) {
  body:not(.is-scrolled) #l-header::before {
    opacity: 0;
  }
  body:not(.is-scrolled) #l-header .header-inner .header-logo .logo-color {
    display: none;
  }
  body:not(.is-scrolled) #l-header .header-inner .header-logo .logo-white {
    display: block;
  }
  body:not(.is-scrolled) #l-header .header-inner .header-nav .nav-inner .nav-u > ul > li > a {
    color: #ece9f2;
  }
}

.class {
  display: block;
}

#l-header .header-inner .header-logo .logo-white {
  display: none;
}

.u-top-inner {
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .u-top-inner {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1601px) {
  .u-top-inner {
    width: 1500px;
    margin: 0 auto;
  }
}
.u-top-inner .font-newpeace {
  font-family: newpeace, "A1 Mincho", serif;
}
.u-top-inner a.hover-opacity {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.u-top-inner a.hover-opacity:hover {
  opacity: 0.7;
}
.u-top-inner h2.title {
  font-size: 34px;
  display: block;
  color: #262a75;
  text-align: center;
  line-height: 2.5em;
}
.u-top-inner h2.title:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1f286f;
  display: block;
  margin: 20px auto 0;
}
.u-top-inner p {
  color: #393C50;
  font-size: 16px;
  line-height: 1.7em;
}
.u-top-inner a.btn-item-more {
  display: inline-block;
  position: relative;
}
.u-top-inner a.btn-item-more .item-more .more-btn {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 52px;
  font-size: 16px;
}
.u-top-inner a.btn-item-more .item-more .more-btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.25;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
}
.u-top-inner a.btn-item-more .item-more .more-btn .add-icon {
  width: 24px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.u-top-inner a.btn-item-more .item-more .more-btn .add-icon svg {
  width: 24px;
  height: 6px;
  fill: #ffffff;
}
.u-top-inner a.btn-item-more .item-more.is-bl .more-btn {
  color: #1f286f;
}
.u-top-inner a.btn-item-more .item-more.is-bl .more-btn:before {
  border-color: #1f286f;
}
.u-top-inner a.btn-item-more .item-more.is-bl .more-btn .add-icon svg {
  fill: #1f286f;
}
[data-whatinput=keyboard] .u-top-inner a.btn-item-more:focus .item-more .more-btn .add-icon {
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .u-top-inner a.btn-item-more:hover .item-more .more-btn .add-icon {
    margin-right: -20px;
  }
}

.u-top-video .video {
  width: 100%;
  min-height: 400px;
  vertical-align: bottom;
}
.u-top-video .video.dspPc {
  display: block;
}
.u-top-video .video.dspSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-top-video .video {
    min-height: auto;
    padding-top: 60px;
    background-color: #fff;
  }
  .u-top-video .video.dspPc {
    display: none;
  }
  .u-top-video .video.dspSp {
    display: block;
  }
}

.u-top-intro {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F8D1CB), to(#FDE7C9)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(165deg, #F8D1CB 0%, #FDE7C9 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0;
}
.u-top-intro [data-anm-check] {
  opacity: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.u-top-intro [data-anm-check].is-anim {
  opacity: 1;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.u-top-intro .intro-inner {
  padding: 0 15px;
  max-width: 1000px;
  text-align: right;
  margin: 0 auto;
}
.u-top-intro .intro-inner .intro-maincatch {
  font-family: newpeace, "A1 Mincho", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7em;
  text-align: left;
  color: #262a75;
}
@media screen and (max-width: 767px) {
  .u-top-intro .intro-inner .intro-maincatch {
    font-size: 31px;
  }
}
.u-top-intro .intro-inner .intro-description-wrapper {
  display: block;
  margin: 70px 0 90px auto;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .u-top-intro .intro-inner .intro-description-wrapper {
    margin: 50px 0;
    text-align: left;
    width: 100%;
  }
}
.u-top-intro .intro-inner .intro-description-wrapper .intro-description {
  text-align: left;
  line-height: 2em;
}

.u-top-slide {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.u-top-slide .slide-item {
  width: 100%;
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.u-top-slide-blank {
  height: 100vh;
}
@media screen and (max-width: 767px) {
    .u-top-slide,
    .u-top-slide-blank{
        display: none;
    } 
}
@media screen and (max-width: 767px) {
  .u-top-slide-blank {
    height: 400px;
  }
}
/* sp slider */
.sp-slide {
	position: relative;
	width: 100%;
	height: 48vh;
    background-color: #F3EFF2;
}
.sp-slide-image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 28s infinite;
}
.sp-slide-image:nth-of-type(1) {animation-delay: 0s;}
.sp-slide-image:nth-of-type(2) {animation-delay: 4s;}
.sp-slide-image:nth-of-type(3) {animation-delay: 8s;}
.sp-slide-image:nth-of-type(4) {animation-delay: 12s;}
.sp-slide-image:nth-of-type(5) {animation-delay: 16s;}
.sp-slide-image:nth-of-type(6) {animation-delay: 20s;}
.sp-slide-image:nth-of-type(7) {animation-delay: 24s;}
@media screen and (min-width: 768px) {
    .sp-slide{
        display: none;
    } 
} 
@keyframes change-img-anim {
	0%{ opacity: 0;}
	8.4%{ opacity: 1;}
	11.2%{ opacity: 1;}
	19.6%{ opacity: 0;}
	100%{ opacity: 0;}
}

.u-top-news {
  background-color: #F3EFF2;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .u-top-news {
    padding: 50px 0;
  }
}
.u-top-news .news-inner {
  padding: 0 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.u-top-news .news-inner h2.title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-top-news .news-inner h2.title {
    margin-bottom: 35px;
  }
}
.u-top-news .news-inner .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.u-top-news .news-inner .news-flex > li {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .u-top-news .news-inner .news-flex > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .u-top-news .news-inner .news-flex > li:last-child {
    margin-bottom: 0;
  }
}
.u-top-news .news-inner .news-flex > li p {
  padding-top: 20px;
}
.u-top-news .news-inner .news-flex > li p .date {
  display: block;
  margin-top: 10px;
  color: #62689a;
}

.u-top-itemlists {
  background-color: #fff;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .u-top-itemlists {
    padding: 90px 0;
  }
}
.u-top-itemlists .item-group {
  position: relative;
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .u-top-itemlists .item-group {
    margin-top: 60px;
  }
}
.u-top-itemlists .item-group .item-group-title {
  color: #262a75;
  position: absolute;
  top: 0;
  left: 0;
}
.u-top-itemlists .item-group .item-group-title:after {
  content: "";
  background-color: #262a75;
  height: 1px;
  width: 480px;
  display: block;
  opacity: 0.5;
  margin-top: 20px;
}
.u-top-itemlists .item-group .item-group-title span {
  font-size: 30px;
  display: block;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
    .u-top-itemlists .item-group .item-group-title span{
      font-size: 28px;
    }
}
@media screen and (max-width: 1000px) {
  .u-top-itemlists .item-group .item-group-title {
    position: relative;
    margin-bottom: 30px;
  }
  .u-top-itemlists .item-group .item-group-title:after {
    display: none;
  }
}
.u-top-itemlists .item-group .item-wrapper {
  width: calc(100% - 270px);
  margin: 0 0 0 auto;
  text-align: center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 1000px) {
  .u-top-itemlists .item-group .item-wrapper {
    width: 100%;
  }
}
.u-top-itemlists .item-group .item-wrapper .mainimage {
  width: 100%;
  margin-bottom: 40px;
}
.u-top-itemlists .item-group .item-wrapper .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.u-top-itemlists .item-group .item-wrapper .item-list:after {
  display: block;
  content: "";
  width: 31%;
}
@media screen and (max-width: 767px) {
  .u-top-itemlists .item-group .item-wrapper .item-list:after {
    display: none;
  }
}
.u-top-itemlists .item-group .item-wrapper .item-list > li {
  width: 31%;
  height: 207px;
}
@media screen and (max-width: 767px) {
  .u-top-itemlists .item-group .item-wrapper .item-list > li {
    width: 90%;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .u-top-itemlists .item-group .item-wrapper .item-list > li:last-child {
    margin-bottom: 0;
  }
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #393C50;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a:hover:after {
  content: "";
  opacity: 0;
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a .item-note {
  position: absolute;
  z-index: 2;
  text-align: center;
  right: 8px;
  top: 8px;
  line-height: 1.7em;
  padding: 4px 8px;
  border: 1px solid #fff;
  color:#fff;
  font-size: 12px;
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a .item-text {
  position: absolute;
  z-index: 2;
  text-align: right;
  left: 20px;
  bottom: 25px;
  line-height: 1.7em;
  padding-right: 80px;
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a .item-text .category {
  color: #FBD7A4;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a .item-text .item-title {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 1.25em;
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a .item-text .item-title span{
    font-size: 14px;
}
.u-top-itemlists .item-group .item-wrapper .item-list > li a .item-more {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 25px;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle.is-bl .more-btn {
  color: #1f286f;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle.is-bl .more-btn:before {
  border-color: #1f286f;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle.is-bl .more-btn .add-icon svg {
  fill: #1f286f;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle:before {
  content: "もっと見る";
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  color: #262a75;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle span {
  width: 54px;
  height: 54px;
  border: 1px solid #262a75;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle span:after {
  content: "";
  background: url("/assets/svg/icon_arrow.svg") no-repeat;
  width: 24px;
  height: 6px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle:hover {
  opacity: 1;
}
.u-top-itemlists .item-group .item-wrapper .btn-item-toggle:hover span:after {
  top: 100%;
}
@media screen and (max-width: 767px) {
  .u-top-itemlists .item-group .item-wrapper .btn-item-toggle:hover span:after {
    top: 50%;
  }
}
.u-top-itemlists .item-group .item-wrapper.active .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: appear 1.5s ease;
          animation: appear 1.5s ease;
}
.u-top-itemlists .item-group .item-wrapper.active .btn-item-toggle:before {
  content: "リストを閉じる";
}
.u-top-itemlists .item-group .item-wrapper.active .btn-item-toggle span:after {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}
.u-top-itemlists .item-group .item-wrapper.active .btn-item-toggle:hover {
  opacity: 1;
}
.u-top-itemlists .item-group .item-wrapper.active .btn-item-toggle:hover span:after {
  top: 0%;
}
@media screen and (max-width: 767px) {
  .u-top-itemlists .item-group .item-wrapper.active .btn-item-toggle:hover span:after {
    top: 50%;
  }
}

.u-top-area {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .u-top-area {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1601px) {
  .u-top-area {
    width: 1500px;
    margin: 0 auto;
  }
}
.u-top-area .m-list-plan {
  margin: 7px 0 0;
}
@media screen and (min-width: 768px) {
  .u-top-area .m-list-plan {
    margin-top: 12px;
  }
}
.u-top-area .m-box-plan2 {
  margin: 0;
}

.u-top-items {
  margin-top: 25px;
  display: block;
}
@media screen and (min-width: 768px) {
  .u-top-items {
    margin: 50px -5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .u-top-items > li {
    width: 100%;
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .u-top-items > li.item-size-s {
    width: 33.3333333333%;
  }
}
.u-top-items > li.item-size-s a .item-more,
.u-top-items > li.item-size-s span .item-more {
  right: 20px;
  bottom: 25px;
}
@media screen and (max-width: 767px) {
  .u-top-items > li.item-size-s a .item-more,
.u-top-items > li.item-size-s span .item-more {
    display: block;
    right: 15px;
    bottom: 18px;
    left: auto;
    padding: 0;
  }
  .u-top-items > li.item-size-s a .item-more::before,
.u-top-items > li.item-size-s span .item-more::before {
    content: none;
  }
  .u-top-items > li.item-size-s a .item-more .more-btn,
.u-top-items > li.item-size-s span .item-more .more-btn {
    font-size: 1.2rem;
    padding-right: 42px;
  }
}
.u-top-items > li + li {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .u-top-items > li + li {
    margin-top: 12px;
  }
}
.u-top-items > li > a,
.u-top-items > li > span {
  display: block;
  position: relative;
}
.u-top-items > li > a .item-more,
.u-top-items > li > span .item-more {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  line-height: 1;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .u-top-items > li > a .item-more,
.u-top-items > li > span .item-more {
    display: block;
    bottom: 70px;
    right: 70px;
    left: auto;
    padding: 0;
  }
}
.u-top-items > li > a .item-more:before,
.u-top-items > li > span .item-more:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 768px) {
  .u-top-items > li > a .item-more:before,
.u-top-items > li > span .item-more:before {
    display: none;
  }
}
.u-top-items > li > a .item-more .more-btn,
.u-top-items > li > span .item-more .more-btn {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 52px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .u-top-items > li > a .item-more .more-btn,
.u-top-items > li > span .item-more .more-btn {
    font-size: 1.4rem;
  }
}
.u-top-items > li > a .item-more .more-btn:before,
.u-top-items > li > span .item-more .more-btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.25;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
}
.u-top-items > li > a .item-more .more-btn .add-icon,
.u-top-items > li > span .item-more .more-btn .add-icon {
  width: 24px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.u-top-items > li > a .item-more .more-btn .add-icon svg,
.u-top-items > li > span .item-more .more-btn .add-icon svg {
  width: 24px;
  height: 6px;
  fill: #ffffff;
}
.u-top-items > li > a .item-more.is-bl .more-btn,
.u-top-items > li > span .item-more.is-bl .more-btn {
  color: #1f286f;
}
.u-top-items > li > a .item-more.is-bl .more-btn:before,
.u-top-items > li > span .item-more.is-bl .more-btn:before {
  border-color: #1f286f;
}
.u-top-items > li > a .item-more.is-bl .more-btn .add-icon svg,
.u-top-items > li > span .item-more.is-bl .more-btn .add-icon svg {
  fill: #1f286f;
}
[data-whatinput=keyboard] .u-top-items > li > a:focus .item-more .more-btn .add-icon,
[data-whatinput=keyboard] .u-top-items > li > span:focus .item-more .more-btn .add-icon {
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .u-top-items > li > a:hover .item-more .more-btn .add-icon,
.u-top-items > li > span:hover .item-more .more-btn .add-icon {
    margin-right: -20px;
  }
}

.u-top-knowledge {
  margin-top: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8679a5), color-stop(50%, #7d709a), to(#72668e));
  background: linear-gradient(to bottom, #8679a5 0%, #7d709a 50%, #72668e 100%);
  position: relative;
  color: #ffffff;
  padding: 50px 25px;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge {
    margin-top: 12px;
    padding: 120px;
  }
}
.u-top-knowledge:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url(/images/bg_knowledge_sp.png) top center no-repeat;
  background-size: 346px 300px;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge:before {
    background: url(/images/bg_knowledge_pc.png) top center no-repeat;
  }
}
.u-top-knowledge .knowledge-ttl {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  line-height: 1.5;
  font-size: 3.2rem;
  font-family: newpeace, "A1 Mincho", serif;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-ttl {
    font-size: 5.5rem;
  }
}
.u-top-knowledge .knowledge-ttl:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}
.u-top-knowledge .knowledge-catch {
  margin-top: 20px;
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-catch {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.u-top-knowledge .knowledge-lead {
  margin-top: 10px;
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-lead {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}
.u-top-knowledge .knowledge-slide {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide {
    margin: 50px -45px 0;
    padding: 5px 20px 60px;
  }
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide .slide-box {
    padding: 25px;
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  .u-top-knowledge .knowledge-slide .slide-box + .slide-box {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .u-top-knowledge .knowledge-slide .slide-box:nth-child(n+4) {
    display: none;
  }
}
.u-top-knowledge .knowledge-slide .slide-box a {
  display: block;
  position: relative;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(37, 19, 72, 0.1), 0px 10px 50px 0px rgba(37, 19, 72, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(37, 19, 72, 0.1), 0px 10px 50px 0px rgba(37, 19, 72, 0.2);
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide .slide-box a {
    outline: none;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(37, 19, 72, 0.05), 0px 5px 25px 0px rgba(37, 19, 72, 0.2);
            box-shadow: 0px 2px 8px 0px rgba(37, 19, 72, 0.05), 0px 5px 25px 0px rgba(37, 19, 72, 0.2);
  }
}
.u-top-knowledge .knowledge-slide .slide-box a dl dt {
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide .slide-box a dl dt {
    padding: 40px 20px;
  }
}
.u-top-knowledge .knowledge-slide .slide-box a dl dt .ttl-ja {
  display: block;
  font-size: 1.9rem;
  line-height: 1.4;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide .slide-box a dl dt .ttl-ja {
    font-size: 2.6rem;
  }
  .u-top-knowledge .knowledge-slide .slide-box a dl dt .ttl-ja.line-1 {
    line-height: 2.8;
  }
}
.u-top-knowledge .knowledge-slide .slide-box a dl dt .ttl-en {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide .slide-box a dl dt .ttl-en {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
.u-top-knowledge .knowledge-slide .slide-box a dl dd {
  background: url(/images/bg_knowledge.png) top left repeat;
  position: relative;
}
.u-top-knowledge .knowledge-slide .slide-box a dl dd:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 1px;
  right: 1px;
  height: 1px;
  background: url(/images/border_knowledge.png) top center repeat-x;
  background-size: 3px 1px;
}
.u-top-knowledge .knowledge-slide .slide-box a dl dd .item-img {
  margin: 0;
  text-align: center;
}
.u-top-knowledge .knowledge-slide .slide-box a .item-icon {
  display: inline-block;
  line-height: 0.1;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide .slide-box a .item-icon {
    bottom: 25px;
    right: 25px;
  }
}
.u-top-knowledge .knowledge-slide .slide-box a .item-icon:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.u-top-knowledge .knowledge-slide .slide-box a .item-icon:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[data-whatinput=keyboard] .u-top-knowledge .knowledge-slide .slide-box a:focus .item-icon:before, [data-whatinput=keyboard] .u-top-knowledge .knowledge-slide .slide-box a:focus .item-icon:after {
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide .slide-box a:hover .item-icon:before, .u-top-knowledge .knowledge-slide .slide-box a:hover .item-icon:after {
    margin-right: -20px;
  }
}
.u-top-knowledge .knowledge-slide .slick-arrow {
  display: inline-block;
  width: 42px;
  height: 18px;
  border: none;
  padding: 0;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  bottom: -4px;
  line-height: 0.1;
}
.u-top-knowledge .knowledge-slide .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.u-top-knowledge .knowledge-slide .slick-arrow:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.u-top-knowledge .knowledge-slide .slick-arrow.slick-prev {
  left: 45px;
}
.u-top-knowledge .knowledge-slide .slick-arrow.slick-prev:before {
  border-right: 11px solid #ffffff;
  left: 0px;
}
.u-top-knowledge .knowledge-slide .slick-arrow.slick-prev:after {
  left: 6px;
}
.u-top-knowledge .knowledge-slide .slick-arrow.slick-next {
  left: 120px;
}
.u-top-knowledge .knowledge-slide .slick-arrow.slick-next:before {
  border-left: 11px solid #ffffff;
  right: 0px;
}
.u-top-knowledge .knowledge-slide .slick-arrow.slick-next:after {
  right: 6px;
}
.u-top-knowledge .knowledge-slide .slick-dots {
  position: absolute;
  bottom: 0px;
  left: 200px;
  right: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0.1;
}
.u-top-knowledge .knowledge-slide .slick-dots li + li {
  margin-left: 15px;
}
.u-top-knowledge .knowledge-slide .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: none;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent;
  position: relative;
  outline: none;
}
.u-top-knowledge .knowledge-slide .slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
}
.u-top-knowledge .knowledge-slide .slick-dots li button:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[data-whatinput=keyboard] .u-top-knowledge .knowledge-slide .slick-dots li button:focus:after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-slide .slick-dots li button:hover:after {
    opacity: 1;
  }
}
.u-top-knowledge .knowledge-slide .slick-dots li.slick-active button:after {
  opacity: 1;
}
.u-top-knowledge .knowledge-btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-btn {
    margin-top: 0;
    position: relative;
  }
}
.u-top-knowledge .knowledge-btn .m-btn-icon {
  border: 1px solid #ffffff;
  padding: 7px 18px 7px 50px;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .u-top-knowledge .knowledge-btn .m-btn-icon {
    position: absolute;
    right: 0px;
    top: -18px;
    border: none;
    padding: 0;
  }
}

.u-top-store {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .u-top-store {
    margin-top: 12px;
  }
}
.u-top-store a {
  display: block;
  background: url(/images/shop_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 30px 60px;
}
@media screen and (min-width: 768px) {
  .u-top-store a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 120px;
  }
}
[data-whatinput=keyboard] .u-top-store a:focus {
  color: #393C50;
}
[data-whatinput=keyboard] .u-top-store a:focus .m-btn-icon .icon-inner .add-icon {
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .u-top-store a:hover {
    color: #393C50;
  }
  .u-top-store a:hover .m-btn-icon .icon-inner .add-icon {
    margin-right: -20px;
  }
}
.u-top-store .store-ttl {
  text-align: center;
  font-size: 2.5rem;
  color: #1f286f;
  line-height: 1.5;
  font-family: newpeace, "A1 Mincho", serif;
}
@media screen and (min-width: 768px) {
  .u-top-store .store-ttl {
    font-size: 4rem;
  }
}
.u-top-store .store-txt {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-top-store .store-txt {
    margin-top: 0;
    text-align: left;
    position: relative;
    margin-left: 70px;
    padding-left: 71px;
  }
  .u-top-store .store-txt:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0.2em;
    bottom: 0.2em;
    width: 1px;
    background: #1f286f;
    opacity: 0.15;
  }
}
.u-top-store .store-btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-top-store .store-btn {
    margin-top: 0;
    margin-left: auto;
  }
}
.u-top-store .store-btn .m-btn-icon {
  border: 1px solid #1f286f;
  padding: 7px 18px 7px 50px;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .u-top-store .store-btn .m-btn-icon {
    border: none;
    padding: 0;
  }
}

.u-top-opening {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #ffffff;
  z-index: 9999;
}
.u-top-opening:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url(/images/opening_bg.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.u-top-opening .opening-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 261px;
  line-height: 0.1;
  margin: -18px 0 0 -130px;
  -webkit-transition: all 1s ease-in 0.5s;
  transition: all 1s ease-in 0.5s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .u-top-opening .opening-logo {
    width: 582px;
    margin: -40px 0 0 -291px;
  }
}
.u-top-opening .opening-logo img {
  width: 100%;
}
.u-top-opening.is-action:before {
  opacity: 1;
}
.u-top-opening.is-action .opening-logo {
  opacity: 1;
}
.u-top-opening.is-close .opening-logo {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
}

.u-top-load {
  overflow: hidden;
}

.u-box-btn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .u-box-btn {
    margin-top: 40px;
  }
}
.u-box-btn .m-btn-arrow {
  display: inline-block;
  border: 1px solid #1f286f;
  background: transparent;
  color: #1f286f;
  border-radius: 22px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .u-box-btn .m-btn-arrow {
    font-size: 1.4rem;
    border-radius: 30px;
  }
}
.u-box-btn .m-btn-arrow .arrow-inner {
  display: inline-block;
  padding: 11px 65px 11px 20px;
}
@media screen and (min-width: 768px) {
  .u-box-btn .m-btn-arrow .arrow-inner {
    padding: 18px 82px 18px 30px;
  }
}
.u-box-btn .m-btn-arrow .arrow-inner:before {
  width: 24px;
  height: 24px;
  right: 20px;
  margin-top: -12px;
}
@media screen and (min-width: 768px) {
  .u-box-btn .m-btn-arrow .arrow-inner:before {
    right: 30px;
  }
}
.u-box-btn .m-btn-arrow .arrow-inner .add-icon {
  right: 30px;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .u-box-btn .m-btn-arrow .arrow-inner .add-icon {
    right: 40px;
  }
}
.u-box-btn .m-btn-arrow .arrow-inner .add-icon.icon-arrow {
  width: 24px;
  height: 6px;
}
.u-box-btn .m-btn-arrow .arrow-inner .add-icon.icon-arrow svg {
  width: 24px;
  height: 6px;
  fill: #1f286f;
}

.u-box-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .u-box-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.u-box-section.section-bg-gray {
  background-color: #f4f3f5;
}

.u-txt-ttl2 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #1f286f;
  font-family: newpeace, "A1 Mincho", serif;
  letter-spacing: 0.16em;
  position: relative;
  text-align: center;
  margin-top: 35px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .u-txt-ttl2 {
    font-size: 4rem;
    margin-top: 70px;
    padding-bottom: 30px;
  }
}
.u-txt-ttl2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1f286f;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.u-box-review {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .u-box-review {
    padding-top: 25px;
    padding-bottom: 18px;
  }
}
.u-box-review::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  margin-left: -50%;
  background-color: #f8f7f9;
}
.u-box-review .review-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 50px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.u-box-review .review-inner .review-ttl {
  text-align: center;
  color: #1f286f;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: newpeace, "A1 Mincho", serif;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-ttl {
    font-size: 2.6rem;
  }
}
.u-box-review .review-inner .review-list {
  margin-top: 15px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list {
    margin-top: 25px;
    padding-bottom: 55px;
  }
}
.u-box-review .review-inner .review-list .list-item {
  padding: 0 4.5px;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .list-item {
    padding: 0 3px;
  }
}
.u-box-review .review-inner .review-list .list-item .item-inner {
  padding: 18px 20px;
  background-color: #fff;
  border-radius: 15px;
  border: solid 1px rgba(179, 181, 204, 0.5);
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .list-item .item-inner {
    padding: 25px 30px;
  }
}
.u-box-review .review-inner .review-list .list-item .item-inner .item-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1f286f;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .list-item .item-inner .item-ttl {
    font-size: 1.8rem;
  }
}
.u-box-review .review-inner .review-list .list-item .item-inner .item-txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1f286f;
  margin-top: 10px;
}
.u-box-review .review-inner .review-list .list-item .item-inner .item-user {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: right;
  margin-top: 12px;
  color: #1f286f;
}
.u-box-review .review-inner .review-list .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  position: absolute;
  border: none;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.u-box-review .review-inner .review-list .slick-arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #1f286f transparent transparent;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-arrow::before {
    border-width: 8px 12px 8px 0;
  }
}
.u-box-review .review-inner .review-list .slick-arrow::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 4px;
  background-color: #1f286f;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-arrow::after {
    width: 32px;
  }
}
.u-box-review .review-inner .review-list .slick-arrow.slick-prev {
  left: 25px;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-arrow.slick-prev {
    left: 0;
  }
}
.u-box-review .review-inner .review-list .slick-arrow.slick-prev::before {
  left: 0;
}
.u-box-review .review-inner .review-list .slick-arrow.slick-prev::after {
  right: 0;
}
.u-box-review .review-inner .review-list .slick-arrow.slick-next {
  right: 25px;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-arrow.slick-next {
    right: auto;
    left: 80px;
  }
}
.u-box-review .review-inner .review-list .slick-arrow.slick-next::before {
  right: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.u-box-review .review-inner .review-list .slick-arrow.slick-next::after {
  left: 0;
}
.u-box-review .review-inner .review-list .slick-dots {
  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;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: calc(100% - 140px);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-dots {
    bottom: 11px;
    width: calc(100% - 300px);
  }
}
.u-box-review .review-inner .review-list .slick-dots > li {
  width: 3px;
  height: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 4px;
  margin-top: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-dots > li {
    width: 6px;
    height: 6px;
    padding: 0 8px;
    margin-top: 8px;
  }
}
.u-box-review .review-inner .review-list .slick-dots > li.slick-active {
  width: 5px;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-dots > li.slick-active {
    width: 10px;
    height: 10px;
  }
}
.u-box-review .review-inner .review-list .slick-dots > li.slick-active > button {
  width: 5px;
  height: 5px;
  background-color: #1f286f;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-dots > li.slick-active > button {
    width: 10px;
    height: 10px;
  }
}
.u-box-review .review-inner .review-list .slick-dots > li > button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  background-color: #b3b5cc;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-list .slick-dots > li > button {
    width: 6px;
    height: 6px;
  }
}
.u-box-review .review-inner .review-desc {
  position: absolute;
  bottom: 33px;
  left: 15px;
  right: 15px;
  color: #1f286f;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .u-box-review .review-inner .review-desc {
    font-size: 1.4rem;
    right: 50px;
    left: auto;
    bottom: 5px;
  }
}

#l-footer {
  margin-top: 0;
}

.m-box-bnr2 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .m-box-bnr2 {
    margin-top: 80px;
  }
}

.sp_hidden{display: none;}

@media screen and (min-width: 768px) {
.sp_hidden{display: inherit;}
.pc_hidden{display: none;}
}

@-webkit-keyframes appear {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes appear {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

