@charset "utf-8";
/*============= common =============*/
body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 150px;
 }
.container {
  width: auto;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.ctts_inner {
  width: 100%;
  margin: 0 auto;
}
.aoki_main * {
   box-sizing: border-box;
}
.aoki_main {
  line-height: 1;
  color: #57a5b8;
  text-align: center;
}
.aoki_main ul,
.aoki_main ol {
  list-style: none;
}
.aoki_main a:hover,
.aoki_main a:focus {
  text-decoration: none;
}
.aoki_main img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.pc {
  display: block;
}
.sp {
  display: none;
}



/*============= contents =============*/
.mv {
  position: relative;
}
.scrolldown {
  position: absolute;
  right: 30px;
  bottom: 15px;
  height: 50px;
}
.scrolldown span {
  position: absolute;
  font-family: 'Futura Std';
  font-weight: 400;
  color: #57a5b8;
  letter-spacing: .2em;
  transform: rotate(-90deg);
  left: -26px;
  top: -40px;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #57a5b8;
  animation: pathmovePC 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmovePC {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
h1 {
  margin-top: 70px;
  font-size: 26px;
}
.about {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}
.anchor-swiper {
  width: 1200px;
  margin: 90px auto 0;
}
.anchor_number {
  font-family: "Futura Std";
  font-weight: 400;
  font-size: 26px;
  color: #57a5b8;
}
.anchor_name {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #57a5b8;
}
.anchor_img {
  position: relative;
  margin-top: 10px;
}
.anchor-swiper a .anchor_img::after {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: -25px;
  right: 50%;
  transform: translateX(50%); 
  width: 20px;
  height: 19px;
  background: url("../_img/260515/anchor_arrow.webp") top center / 100% no-repeat;
  transition: all .25s;
}
.anchor-swiper a:hover .anchor_img::after {
  bottom: -35px;
}
.content_wrap {
  margin-top: 150px;
  padding: 100px 0;
  background: #57a5b8;
  color: #fff;
}
.content_wrap.white_bg {
  background: #fff;
  color: #57a5b8;
}
.content_wrap + .content_wrap {
  margin-top: 0;
}
.content_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.content_left {
  width: 650px;
}
.content_catch {
  font-size: 24px;
  font-weight: bold;
}
.content_catch span {
  display: inline-block;
  margin-right: 15px;
  font-family: "Futura Std";
  font-weight: 400;
  font-size: 24px;
}
.content_name {
  margin-top: 35px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
}
.content_price {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
}
.content_icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.content_icon li img {
  width: auto;
  height: 40px;
}
.content_icon li:nth-of-type(n+2) {
  margin-left: 25px;
}
.content_icon_name {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
}
.content_text {
  margin-top: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
.content_text::first-letter {
  font-size: 40px;
  line-height: 1;
}
.content_btn {
  margin-top: 50px;
  text-align: center;
}
.content_btn_inner {
  display: inline-block;
  position: relative;
  width: 380px;
  padding: 20px 0;
  background: #fff;
  border: none;
  color: #57a5b8!important;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
}
.content_wrap.white_bg .content_btn_inner {
  background: #57a5b8;
  color: #fff!important;
}
.content_btn_inner:hover {
  background: #57a5b8;
  color: #fff!important;
}
.content_wrap.white_bg .content_btn_inner:hover {
  background: #fff;
  color: #57a5b8!important;
}
.content_btn_inner:before,
.content_btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #fff;
  transition: 800ms ease all;
}
.content_wrap.white_bg .content_btn_inner:before,
.content_wrap.white_bg .content_btn_inner:after {
  background: #57a5b8;
}
.content_btn_inner:after {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
}
.content_btn_inner:hover:before,
.content_btn_inner:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.content_right {
  width: 420px;
  position: relative;
  /*position: sticky;*/
  /*top: 50px;*/
  /*z-index: 10;*/
}
.model-swiper {
  width: 100%;
  position: static;
}
.model-swiper .swiper-button-prev::after,
.model-swiper .swiper-button-next::after {
  content: "";
  display: none;
}
.model-swiper .swiper-button-prev svg,
.model-swiper .swiper-button-next svg {
  display: none !important;
}
.model-swiper .swiper-button-prev,
.model-swiper .swiper-button-next {
  position: absolute;
  top: 290px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 10;
  margin-top: 0;
}
.content_wrap.white_bg .model-swiper .swiper-button-prev,
.content_wrap.white_bg .model-swiper .swiper-button-next {
  border-top: 3px solid #57a5b8;
  border-right: 3px solid #57a5b8;
}
.model-swiper .swiper-button-prev {
  left: -40px;
  transform: rotate(-135deg);
}
.model-swiper .swiper-button-next {
  right: -40px;
  transform: rotate(45deg);
}
.model-swiper .swiper-button-prev:hover,
.model-swiper .swiper-button-next:hover {
  opacity: 0.7;
}
.content_thumbnail_catch {
  position: relative;
  display: inline-block;
  font-family: "Futura Std";
  font-weight: 400;
  margin: 20px auto 0;
  font-size: 24px;
}
.content_thumbnail_catch::before,
.content_thumbnail_catch::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 1px;
  background-color: #fff;
}
.content_wrap.white_bg .content_thumbnail_catch::before,
.content_wrap.white_bg .content_thumbnail_catch::after {
  background-color: #57a5b8;
}
.content_thumbnail_catch::before {
  left: -85px;
}
.content_thumbnail_catch::after {
  right: -85px;
}
.thumbnail-swiper {
  margin-top: 15px;
}
.thumbnail-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.thumbnail-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.content_thumbnail_name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.content_thumbnail_name span {
  font-weight: bold;
}
.topicModuleCredit {
  width: 460px;
  margin-top: 50px;
}
.topicModuleCredit__priceList {
  padding: 0;
}
.topicModuleCredit__priceItem {
  width: 140px;
  margin-right: 0;
  padding: 0;
}
.topicModuleItem__titleCol {
  display: none!important;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old,
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old div {
  font-size: 9px!important;
  color: #fff;
}
.content_wrap.white_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old,
.content_wrap.white_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old div {
  color: #57a5b8;
}
.topicModuleItem__price:after {
  font-size: 9px!important;
  color: #fff;
}
.content_wrap.white_bg .topicModuleItem__price:after {
  color: #57a5b8;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--regular {
  color: #fff;
}
.content_wrap.white_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--regular {
  color: #57a5b8;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--new {
  color: #fff;
}
.content_wrap.white_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--new {
  color: #57a5b8;
}
.topicModuleCredit .topicModuleItem__discount {
  background: none;
  color: #fff;
}
.content_wrap.white_bg .topicModuleCredit .topicModuleItem__discount {
  color: #57a5b8;
}
.topicModuleItem__price::before {
  background-image:url("../_img/260515/ico_webprice_white.webp");
}
.content_wrap.white_bg .topicModuleItem__price::before {
  background-image:url("../_img/260515/ico_webprice_blue.webp");
}
/*============= recommend =============*/
.recommend {
  width: 100%;
  margin-top: 120px;
}
.recommend h2 {
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  color: #57a5b8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
.recommend h2::before, .recommend h2::after {
  content: "";
  border-bottom: 2px solid #57a5b8;
}
.recommend h2::before {
  margin-right: 20px;
  padding-left: 120px;
}
.recommend h2::after {
  margin-left: 20px;
  padding-right: 120px;
}
.recommend_square {
  width: 1200px;
  display: flex;
  justify-content: center;
  margin: auto!important;
}
.recommend_square a {
  display: block;
  width: 282px;
}
#bottom_recommend_area {
  padding-top: 0!important;
  margin-top: 120px;
}
#bottom_recommend_area .bottom_bnrBox a {
  width: auto!important;
}
#bottom_recommend_area .bottom_service {
  padding-top: 0!important;
  margin-top: 120px!important;
}
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.pagetop {
  display: none!important;
}

/*============= PC only =============*/
@media screen and (min-width: 769px) {
  .anchor-swiper {
    overflow: visible!important;
  }
  .anchor-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .anchor-swiper .swiper-wrapper li {
    width: calc((100% - 120px) / 5);
  }
  .anchor-swiper .swiper-wrapper li:nth-of-type(n+2) {
    margin-left: 30px;
  }
  .content_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .topicModuleCredit__priceList {
    justify-content: left!important;
  }
  .topicModuleCredit__priceItem:not(:nth-of-type(3n-2)) {
    margin-left: 20px;
  }
  .topicModuleCredit__priceItem:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .recommend_square a:nth-of-type(n+2) {
    margin-left: 24px;
  }
  #bottom_recommend_area h2::before,
  #bottom_recommend_area h2::after {
    border-bottom: 2px solid #57a5b8!important;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+2) {
    margin-left: 24px;
  }
}



/*============= SP only =============*/
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding: 0 0 18.67vw;
  }
  .ctts_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
	.scrolldown {
		right: 5.5vw;
		bottom: 1vw;
		height: 10vw;
	}
	.scrolldown span {
		left: -6vw;
		top: -9.5vw;
		color: #fff;
		font-size: 3.33vw;
	}
	.scrolldown::after {
		height: 7vw;
		background: #fff;
		animation: pathmoveSP 1.4s ease-in-out infinite;
	}
  h1 {
    margin-top: 8vw;
    padding: 0 4vw;
    font-size: 4.27vw;
    line-height: 1.6;
  }
  .about {
    margin-top: 8vw;
    padding: 0 4vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .anchor-swiper {
    width: 100%;
    margin: 12vw auto 0;
    padding-bottom: 5vw;
    overflow-x: hidden!important;
  }
  .anchor-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .anchor_number {
    font-size: 3.33vw;
  }
  .anchor_name {
    margin-top: 1.2vw;
    font-size: 2.13vw;
  }
  .anchor_img {
    margin-top: 1.5vw;
  }
  .anchor-swiper a .anchor_img::after {
    bottom: -4vw;
    width: 2.67vw;
    height: 2.53vw;
  }
  .anchor-swiper a:hover .anchor_img::after {
    bottom: -5vw;
  }
  .content_wrap {
    margin-top: 9.67vw;
    padding: 13.33vw 0;
  }
  .content_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .content_left {
    width: 100%;
    display: contents;
  }
  .content_catch, 
  .content_name, 
  .content_price, 
  .content_icon, 
  .content_text, 
  .module_area, 
  .content_btn {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .content_catch {
    order: 1;
    font-size: 3.8vw;
    line-height: 1.5;
  }
  .content_catch span {
    margin-right: 0;
    font-size: 5vw;
  }
  .content_name {
    order: 2;
    margin-top: 5.67vw;
    font-size: 5.6vw;
  }
  .content_price {
    order: 3;
    margin-top: 1.67vw;
    font-size: 3.73vw;
  }
  .content_icon {
    order: 4;
    margin-top: 6vw;
  }
  .content_icon li img {
    height: 8.67vw;
  }
  .content_icon li:nth-of-type(n+2) {
    margin-left: 4.33vw;
  }
  .content_icon_name {
    margin-top: 1.07vw;
    font-size: 2.13vw;
  }
  .content_text {
    order: 6;
    margin-top: 6.67vw;
    font-size: 2.93vw;
  }
  .content_text::first-letter {
    font-size: 6.53vw;
  }
  .module_area {
    order: 7;
  }
  .content_btn {
    order: 8;
    margin-top: 6.67vw;
  }
  .content_btn_inner {
    width: 74vw;
    padding: 4vw 0;
    font-size: 3.33vw;
  }
  .content_btn_inner:before,
  .content_btn_inner:after {
    height: 0.27vw;
  }
  .content_right {
    order: 5;
    width: 100%;
    /*position: static;*/
    margin-top: 6.67vw;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
  }
  .model-swiper {
    width: 92vw; 
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .model-swiper .swiper-slide a {
    width: 74vw;
    display: block;
    margin: 0 auto;
  }
  .model-swiper .swiper-button-prev,
  .model-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 7.73vw;
    height: 7.73vw;
    border-top: 0.67vw solid #fff;
    border-right: 0.67vw solid #fff;
    margin-top: 0;
    z-index: 10;
  }
  .content_wrap.white_bg .model-swiper .swiper-button-prev,
  .content_wrap.white_bg .model-swiper .swiper-button-next {
    border-top: 0.67vw solid #57a5b8;
    border-right: 0.67vw solid #57a5b8;
  }
  .model-swiper .swiper-button-prev {
    transform: translateY(-50%) rotate(-135deg);
    left: 1.66vw;
  }
  .model-swiper .swiper-button-next {
    transform: translateY(-50%) rotate(45deg);
    right: 1.66vw;
  }
  .content_thumbnail_catch {
    margin: 3.33vw auto 0;
    font-size: 4.27vw;
  }
  .content_thumbnail_catch::before,
  .content_thumbnail_catch::after {
    width: 12.26vw;
    height: 0.13vw;
  }
  .content_thumbnail_catch::before {
    left: -15.33vw;
  }
  .content_thumbnail_catch::after {
    right: -15.33vw;
  }
  .thumbnail-swiper {
    width: 74vw;
    margin-top: 2.67vw;
  }
  .content_thumbnail_name {
    margin-top: 2vw;
    font-size: 2.67vw;
  }
  .topicModuleCredit {
    width: 100%;
    margin-top: 6.67vw;
  }
  .topicModuleCredit .slick-arrow {
    top: 14.33vw;
  }
  .topicModuleCredit .slick-next, 
  .topicModuleCredit .slick-prev {
    width: 9.73vw;
    height: 9.73vw;
    background: #318296;
    border-radius: 50vw;
    border: none;
  }
  .topicModuleCredit .slick-next {
    right: -4vw;
  }
  .topicModuleCredit .slick-prev {
    left: -4vw;
  }
  .topicModuleCredit .slick-next::before, 
  .topicModuleCredit .slick-prev::before{
    position: absolute;
    content: "";
    border-top: 0.66vw solid #fff;
    border-left: 0.66vw solid #fff;
    top: 50%;
    width: 3vw;
    height: 3vw;
  }
  .topicModuleCredit .slick-prev::before {
    left: 40%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .topicModuleCredit .slick-next::before {
    right: 40%;
    transform: translateY(-50%) rotate(135deg);
  }
  .topicModuleCredit button {
    font-size: 0px;
  }
  .topicModuleCredit .slick-next:focus, 
  .topicModuleCredit .slick-prev:focus {
    outline: none;
  }
  .topicModuleCredit__priceItem {
    width: calc(100% - 6vw / 3)!important;
    margin: 0 1vw!important;
  }
  
  
  
  
  .recommend {
    padding-top: 0;
    margin-top: 16vw;
  }
  .recommend h2 {
    font-size: 5.87vw;
    margin-bottom: 4vw!important;
  }
  .recommend h2::after,.recommend h2::before {
    display: none;
  }
  .recommend_square {
    width: calc(100vw - 8vw);
    flex-wrap: wrap;
  }
  .recommend_square a {
    width: 44vw;
  }
  .recommend_square a:nth-of-type(2n) {
    margin-left: calc(100% - (44vw * 2));
  }
  .recommend_square a:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  #bottom_recommend_area {
    width: calc(100vw - 8vw)!important;
    margin: 16vw auto 0!important;
  }
  #bottom_recommend_area h2 {
    font-size: 5.87vw!important;
  }
  #bottom_recommend_area .bottom_bnrBox a {
    width: 44vw!important;
    margin-bottom: 0!important;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(2n) {
    margin-left: calc(100% - (44vw * 2));
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  #bottom_recommend_area .bottom_service {
    margin-top: 16vw!important;
  }
  .fadein {
    transform: translateY(5vw);
  }
}
@keyframes pathmoveSP {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 4vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 7vw;
    opacity: 0;
  }
}