@charset "utf-8";
/*============= common =============*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 150px;
  overflow: hidden;
 }
.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: #555;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝", "Hiragino Mincho", serif;
}
.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 {
  width: 100vw;
  height: 38.54vw!important;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background-color: #fff;
}
.mv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mv_left {
  position: relative;
  width: 48vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mv_slider_container {
  width: 100%;
  height: 66%;
  position: relative;
}
.mv img,
.mv picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34%;
  background: #555;
}
.mv_right {
  width: 52vw;
  height: 100%;
}
@keyframes cssFadePC1_Smooth {
  0%   { opacity: 1; }
  40%  { opacity: 1; }
  50%  { opacity: 0; }
  90%  { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes cssFadePC2_Smooth {
  0%   { opacity: 0; }
  40%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}


.mv_text_title {
  margin-top: 1.04vw;
  font-size: 3.9vw;
  font-weight: bold;
  color: #fff;
}
.mv_text_catch,
.mv_text_decor {
  font-size: 1.8vw;
  font-weight: bold;
  color: #fff;
}
.mv_text_decor {
  margin-top: 1.04vw;
}
h1 {
  margin-top: 100px;
  font-size: 36px;
}
.about {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.anchor {
  width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 100px auto 0;
}
.anchor li {
  width: calc((100% - 120px) / 5);
}
.anchor li a {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #555;
  padding-bottom: 20px;
  text-decoration: none;
  transition: .4s;
}
.anchor li a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 3px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(135deg);
  transition: .4s;
}
.anchor li a span {
  margin-left: -10px;
}
.anchor li a:hover,
.anchor li a:hover::after {
  opacity: 0.7;
}


.section_wrap {
  padding: 120px 0;
}
.section_wrap:nth-of-type(2n-1) {
  background: #fafaef;
}
h2 {
  font-size: 32px;
}
.tab_list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.tab_item {
  width: 390px;
  padding: 20px 0;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 30px;
  font-weight: bold;
  transition: opacity 0.4s;
}
.tab_item span {
  font-size: 18px;
  font-weight: 300;
}
.tab_item:nth-of-type(1) {
  background: #fffff5;
  color: #7c7c45;
}
.tab_item:nth-of-type(2) {
  background: #f9f0ff;
  color: #6a4a7f;
}
.tab_item:nth-of-type(3) {
  background: #f2f2f2;
  color: #6f6f6f;
}
.tab_item.active {
  padding: 14px 0 20px;
  border-bottom: none;
  cursor: default;
}
.tab_item:not(.active):hover {
  opacity: 0.7;
}
.tab_item:nth-of-type(1).active {
  border-top: 6px solid #7c7c45;
}
.tab_item:nth-of-type(2).active {
  border-top: 6px solid #6a4a7f;
}
.tab_item:nth-of-type(3).active {
  border-top: 6px solid #6f6f6f;
}
.tab_wrap {
  margin-top: -1px;
  border-top: 1px solid #ccc;
}
.tab_content {
  width: 1200px;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.tab_content.active {
  padding-top: 50px;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}
#content01.tab_content {
  color: #7c7c45;
}
#content02.tab_content {
  color: #6a4a7f;
}
#content03.tab_content {
  color: #6f6f6f;
}
.tab_content_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_content_inner_left {
  width: 500px;
}
.tab_content_inner_fade {
  position: relative;
  width: 100%;
  padding-top: 150%;
  overflow: hidden;
}
.tab_content_inner_fade li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.tab_content_inner_fade li.active {
  opacity: 1;
  z-index: 2;
}
.tab_content_inner_right {
  width: 590px;
}
.tab_content_inner_bnr {
  display: block;
  width: 100%;
  margin-top: 60px;
}
:not(.slick-initialized).tab_content_inner_bnr {
  display: flex;
  justify-content: space-between;
}
:not(.slick-initialized).tab_content_inner_bnr li {
  width: 280px;
}
.tab_content_inner_bnr .slick-slide {
  margin: 0 15px;
}
.tab_content_inner_bnr .slick-list {
  margin: 0 -15px;
}
.tab_content_inner_bnr button {
  font-size: 0;
  border: none;
  padding: 0;
}
.tab_content_inner_bnr button:focus {
  outline: none;
}
.tab_content_inner_bnr .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  margin: 0;
  background: #6f6f6f;
}
.tab_content_inner_bnr .slick-prev {
  left: -35px;
}
.tab_content_inner_bnr .slick-next {
  right: -35px;
}
.tab_content_inner_bnr .slick-prev::before,
.tab_content_inner_bnr .slick-next::before {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 50%;
  width: 17px;
  height: 17px;
}
.tab_content_inner_bnr .slick-prev::before {
  left: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.tab_content_inner_bnr .slick-next::before {
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.tab_content_inner_bnr .slick-dots {
  bottom: -45px;
}
.tab_content_inner_bnr .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: #eaeaea;
  border: none;
  border-radius: 50%;
  transition: .4s;
}
.tab_content_inner_bnr .slick-dots li.slick-active,
.tab_content_inner_bnr .slick-dots li:hover {
  background: #bfbfbf;
}


h3 {
  font-size: 60px;
  line-height: 0.8;
}
h3 span {
  font-size: 26px;
  font-weight: 300;
}
.hashtag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 10px 8px;
}
.hashtag li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50vw;
  font-size: 13px;
  color: #fff;
  transition: .4s;
}
#content01.tab_content .hashtag li a {
  background-color: #7c7c45;
}
#content02.tab_content .hashtag li a {
  background-color: #6a4a7f;
}
#content03.tab_content .hashtag li a {
  background-color: #6f6f6f;
}
.hashtag li a:hover {
  opacity: 0.7;
}


.section_text {
  margin-top: 45px;
  font-size: 22px;
  line-height: 1.7;
  font-weight: bold;
}
.section_caution {
  margin-top: 20px;
  font-size: 15px;
}


.rental_wrap {
  display: block;
  width: 1200px;
  margin: 35px auto 0;
}
:not(.slick-initialized).rental_wrap {
  display: flex;
  justify-content: center;
}
.rental_wrap li {
  width: 376px;
}
.rental_title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
}
.rental_text {
  margin-top: 20px;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}


.column_wrap {
  display: block;
  width: 1200px;
  margin: 40px auto 0;
}
:not(.slick-initialized).column_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.column_wrap li {
  width: 280px;
}
.column_wrap li a {
  display: block;
}
.column_wrap .column_text {
  margin-top: 20px;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}
.column_wrap .slick-slide {
  margin: 0 13px;
}
.column_wrap .slick-list {
  margin: 0 -13px;
}
.column_wrap button {
  font-size: 0;
  border: none;
  padding: 0;
}
.column_wrap button:focus {
  outline: none;
}
.column_wrap .slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #555;
  cursor: pointer;
}
.column_wrap .slick-prev {
  left: -70px;
}
.column_wrap .slick-next {
  right: -70px;
}
.column_wrap .slick-prev::before,
.column_wrap .slick-next::before {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 50%;
  width: 17px;
  height: 17px;
}
.column_wrap .slick-prev::before {
  left: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.column_wrap .slick-next::before {
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.column_wrap .slick-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}
.column_wrap .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: #eaeaea;
  border-radius: 50%;
  cursor: pointer;
}
.column_wrap .slick-dots li button {
  display: none;
}
.column_wrap .slick-dots li.slick-active {
  background: #bfbfbf;
}
.column_btn {
  width: 500px;
  margin: 100px auto 0;
}
.column_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #555;
  border: 2px solid #555;
  border-radius: 50vw;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: .4s;
}
.column_btn a::before {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  top: 48%;
  right: 40px;
  transform: rotate(135deg) translateX(-50%);
  transition: .4s;
}
.column_btn a:hover {
  text-decoration: none;
  background: #fff;
  border: 2px solid #555;
  color: #555;
}
.column_btn a:hover::before {
  border-top: 2px solid #555;
  border-left: 2px solid #555;
}


.service_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 1200px;
  margin: 40px auto 0;
}
.service_wrap li {
  width: 280px;
}
.service_wrap li a {
  display: block;
}


.online_title {
  margin-top: 50px;
  font-size: 26px;
  font-weight: bold;
}
.online_wrap + .online_title {
  margin-top: 70px;
}
.online_wrap {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 26px;
  margin: 30px auto 0;
}
.online_wrap li {
  width: 382px;
  height: 80px;
}
.online_wrap li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #bfbfbf;
  text-align: left;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 80px 0 45px; 
  transition: all 0.4s;
}
.online_wrap li a:hover {
  opacity: 0.7;
}
.online_wrap li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #555;
}
.online_wrap li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 78px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.online_wrap .online01 a::after { background-image: url("../_img/260529/online01.webp"); }
.online_wrap .online02 a::after { background-image: url("../_img/260529/online02.webp"); }
.online_wrap .online03 a::after { background-image: url("../_img/260529/online03.webp"); }
.online_wrap .online04 a::after { background-image: url("../_img/260529/online04.webp"); }
.online_wrap .online05 a::after { background-image: url("../_img/260529/online05.webp"); }
.online_wrap .online06 a::after { background-image: url("../_img/260529/online06.webp"); }
.online_wrap .online07 a::after { background-image: url("../_img/260529/online07.webp"); }
.online_wrap .online08 a::after { background-image: url("../_img/260529/online08.webp"); }
.online_wrap .online09 a::after { background-image: url("../_img/260529/online09.webp"); }
.online_wrap .online10 a::after { background-image: url("../_img/260529/online10.webp"); }
.online_wrap .online11 a::after { background-image: url("../_img/260529/online11.webp"); }
.online_wrap .online12 a::after { background-image: url("../_img/260529/online12.webp"); }
.online_wrap .online13 a::after { background-image: url("../_img/260529/online13.webp"); }
.online_wrap .online14 a::after { background-image: url("../_img/260529/online14.webp"); }
.online_wrap .online15 a::after { background-image: url("../_img/260529/online15.webp"); }
.online_wrap .online16 a::after { background-image: url("../_img/260529/online16.webp"); }
.online_wrap .online17 a::after { background-image: url("../_img/260529/online17.webp"); }
.online_wrap .online18 a::after { background-image: url("../_img/260529/online18.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;
}


/*============= PC only =============*/
@media screen and (min-width: 769px) {
  .mv_right {
    position: relative;
  }
  .mv_slider_container {
    flex-shrink: 0;
  }
  .mv_text {
    height: auto;
    flex-grow: 1;
  }
  .mv_slide:nth-child(1) {
    z-index: 2;
    animation: cssFadePC1_Smooth 8s infinite ease-in-out;
  }
  .mv_slide:nth-child(2) {
    z-index: 1;
    animation: cssFadePC2_Smooth 8s infinite ease-in-out;
  }
  .anchor li:nth-of-type(n+2) {
    margin-left: 30px;
  }
  .tab_item:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .hashtag_guide {
    display: none;
  }
  :not(.slick-initialized).rental_wrap li:nth-of-type(n+2) {
    margin-left: 36px;
  }
  .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) {
  .wrapper {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-top: 0 0 18.67vw;
  }
  .ctts_inner {
    width: 100%;
    margin: 0 auto;
  }
  .mv {
    flex-direction: column;
    height: auto!important;
  }
  .mv_left {
    width: 100vw;
    height: auto;
    order: 1;
  }
  .mv_slider_container {
    height: 55.2vw!important;
  }
  .mv_text {
    height: auto;
    padding: 4vw 0;
  }
  .mv_right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 55.2vw;
    z-index: 1;
    animation: cssFadeSP3_Smooth 12s infinite ease-in-out;
  }
  .mv_right img {
    height: auto;
  }
  .mv_slide:nth-child(1) {
    z-index: 3;
    animation: cssFadeSP1_Smooth 12s infinite ease-in-out;
  }
  .mv_slide:nth-child(2) {
    z-index: 2;
    animation: cssFadeSP2_Smooth 12s infinite ease-in-out;
  }


  .mv_text_title {
    margin-top: 2.67vw;
    font-size: 8.53vw;
  }
  .mv_text_catch,
  .mv_text_decor {
    font-size: 3.73vw;
  }
  .mv_text_decor {
    margin-top: 2.67vw;
  }
  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 {
    width: calc(100% - 8vw);
    margin: 10.67vw auto 0;
  }
  .anchor li {
    width: calc((100% - 4vw) / 2);
  }
  .anchor li:nth-of-type(2n) {
    margin-left: 4vw;
  }
  .anchor li:nth-of-type(n+3) {
    margin-top: 6.67vw;
  }
  .anchor li a {
    font-size: 3.2vw;
    border-bottom: 0.13vw solid #555;
    padding-bottom: 3.33vw;
  }
  .anchor li a::after {
    top: 0.6vw;
    right: 3.33vw;
    width: 1.2vw;
    height: 1.2vw;
    border-top: 0.13vw solid #555;
    border-right: 0.13vw solid #555;
  }
  .anchor li a span {
    margin-left: -1.33vw;
  }


  .section_wrap {
    padding: 13.33vw 0;
  }
  h2 {
    font-size: 5.07vw;
  }
  .tab_list {
    margin-top: 7.33vw;
  }
  .tab_item {
    width: calc((100% - 8vw) / 3 );
    padding: 2vw 0;
    /*border: 0.13vw solid #ccc;*/
    font-size: 4.27vw;
  }
  .tab_item span {
    font-size: 2.67vw;
  }
  .tab_item:nth-of-type(n+2) {
    margin-left: 2vw;
  }
  .tab_item.active {
    padding: 1.2vw 0 2vw;
    border-bottom: none;
  }
  .tab_item:nth-of-type(1).active {
    border-top: 0.8vw solid #7c7c45;
  }
  .tab_item:nth-of-type(2).active {
    border-top: 0.8vw solid #6a4a7f;
  }
  .tab_item:nth-of-type(3).active {
    border-top: 0.8vw solid #6f6f6f;
  }
  /*.tab_wrap {
    margin-top: -0.13vw;
    border-top: 0.13vw solid #ccc;
  }*/
  .tab_content {
    width: 100%;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .tab_content.active {
    padding-top: 6.67vw;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .tab_content_inner {
    flex-direction: column;
  }
  .tab_content_inner_left {
    width: 66.67vw;
    margin-top: 4vw;
    order: 3;
  }
  .tab_content_inner_right {
    width: 100%;
    display: contents;
  }
  .tab_content_inner_right h3 {
    order: 1;
  }
  .tab_content_inner_bnr {
    width: calc(100% - 8vw);
    margin-top: 10vw;
    order: 4;
  }
  :not(.slick-initialized).tab_content_inner_bnr {
    width: calc(100% - 8vw);
    display: flex;
    justify-content: space-between;
  }
  :not(.slick-initialized).tab_content_inner_bnr li {
    width: 44vw;
  }
  .tab_content_inner_bnr .slick-slide {
    margin: 0 2vw;
  }
  .tab_content_inner_bnr .slick-list {
    margin: 0 -2vw;
  }
  .tab_content_inner_bnr .slick-arrow {
    width: 9.33vw;
    height: 9.33vw;
  }
  .tab_content_inner_bnr .slick-prev {
    left: -4vw;
  }
  .tab_content_inner_bnr .slick-next {
    right: -4vw;
  }
  .tab_content_inner_bnr .slick-prev::before,
  .tab_content_inner_bnr .slick-next::before {
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
    width: 3.07vw;
    height: 3.07vw;
  }
  .tab_content_inner_bnr .slick-prev::before {
    left: 3.73vw;
  }
  .tab_content_inner_bnr .slick-next::before {
    right: 3.73vw; 
  }
  .tab_content_inner_bnr .slick-dots {
    bottom: -6.67vw;
  }
  .tab_content_inner_bnr .slick-dots li {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1.6vw;
  }


  h3 {
    font-size: 9.33vw;
  }
  h3 span {
    font-size: 4vw;
  }
  .hashtag {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 50%);
    padding: 0 4vw;
    margin-top: 4vw;
    gap: 0 2vw;
    order: 2;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .hashtag::-webkit-scrollbar {
    display: none;
  }
  .hashtag li {
    flex-shrink: 0;
  }
  .hashtag li a {
    padding: 2vw 3.67vw 2.33vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .hashtag_guide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100vw;
    margin-top: 2vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-right: 4vw;
    font-size: 2.67vw;
    order: 2;
    animation: bounceRight 1.5s infinite ease-in-out;
  }
  .hashtag_guide img {
    display: block;
    width: 10vw;
    height: auto;
    margin-left: 0.67vw;
  }
  #content01 .hashtag_guide {
    color: #7c7c45;
  }
  #content02 .hashtag_guide {
    color: #6a4a7f;
  }
  #content03 .hashtag_guide {
    color: #6f6f6f;
  }


  .section_text {
    margin-top: 7.33vw;
    padding: 0 4vw;
    font-size: 3.47vw;
    text-align: left;
  }
  .section_caution {
    margin-top: 2vw;
    padding: 0 4vw;
    font-size: 2.67vw;
    text-align: left;
  }


  .rental_wrap {
    width: 66.67vw;
    margin: 6.67vw auto 0;
  }
  .rental_wrap li {
    width: 100%;
  }
  .rental_wrap button {
    font-size: 0;
    border: none;
    padding: 0;
  }
  .rental_wrap button:focus {
    outline: none;
  }
  .rental_wrap .slick-arrow {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 9.33vw;
    height: 9.33vw;
    background: #6f6f6f;
  }
  .rental_wrap .slick-prev {
    left: -13vw;
  }
  .rental_wrap .slick-next {
    right: -13vw;
  }
  .rental_wrap .slick-prev::before,
  .rental_wrap .slick-next::before {
    position: absolute;
    content: "";
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
    width: 3.07vw;
    height: 3.07vw;
    top: 50%;
  }
  .rental_wrap .slick-prev::before {
    left: 3.73vw;
    transform: translateY(-50%) rotate(-45deg);
  }
  .rental_wrap .slick-next::before {
    right: 3.73vw;
    transform: translateY(-50%) rotate(135deg);
  }

  .rental_wrap .slick-dots {
    position: absolute;
    bottom: -6.67vw;
    width: 100%;
    text-align: center;
  }
  .rental_wrap .slick-dots li {
    display: inline-block;
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1.6vw;
    background: #eaeaea;
    border-radius: 50%;
  }
  .rental_wrap .slick-dots li button {
    display: none;
  }
  .rental_wrap .slick-dots li.slick-active {
    background: #bfbfbf;
  }
  .rental_title {
    margin-top: 4vw;
    font-size: 4.67vw;
  }
  .rental_text {
    margin-top: 4vw;
    font-size: 2.67vw;
  }


  .column_wrap {
    width: calc(100% - 8vw);
    margin: 4vw auto 0;
  }
  #sec03 .section_text {
    padding: 0 4vw;
    font-size: 4.27vw;
    text-align: center;
  }
  :not(.slick-initialized).column_wrap {
    gap: 4vw;
  }
  .column_wrap li {
    width: 44vw;
  }
  .column_wrap .column_text {
    margin-top: 2.67vw;
    font-size: 2.4vw;
  }
  .column_wrap .slick-slide {
    margin: 0 2vw;
  }
  .column_wrap .slick-list {
    margin: 0 -2vw;
  }
  .column_wrap .slick-arrow {
    top: 45%;
    transform: translateY(-50%);
    width: 9.33vw;
    height: 9.33vw;
  }
  .column_wrap .slick-prev {
    left: -4vw;
  }
  .column_wrap .slick-next {
    right: -4vw;
  }
  .column_wrap .slick-prev::before,
  .column_wrap .slick-next::before {
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
    width: 3.07vw;
    height: 3.07vw;
    top: 50%;
  }
  .column_wrap .slick-prev::before {
    left: 3.73vw;
  }
  .column_wrap .slick-next::before {
    right: 3.73vw;
  }
  .column_wrap .slick-dots {
    bottom: -6.67vw;
  }
  .column_wrap .slick-dots li {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1.6vw;
  }
  .column_btn {
    width: calc(100% - 8vw);
    margin: 14.67vw auto 0;
  }
  .column_btn a {
    height: 14.67vw;
    border: 0.27vw solid #555;
    font-size: 3.73vw;
  }
  .column_btn a::before {
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
    width: 2.13vw;
    height: 2.13vw;
    right: 7.33vw;
  }
  .column_btn a:hover {
    border: 0.27vw solid #555;
  }
  .column_btn a:hover::before {
    border-top: 0.27vw solid #555;
    border-left: 0.27vw solid #555;
  }


  .service_wrap {
    gap: 4vw;
    width: calc(100% - 8vw);
    margin: 4vw auto 0;
  }
  .service_wrap li {
    width: 44vw;
  }


  .online_title {
    margin-top: 6.67vw;
    font-size: 4.27vw;
  }
  .online_wrap + .online_title {
    margin-top: 6.67vw;
  }
  .online_wrap {
    width: calc(100% - 8vw);
    gap: 4vw;
    margin: 4.67vw auto 0;
  }
  .online_wrap li {
    width: 44vw;
    height: 10.67vw;
  }
  .online_wrap li a {
    border: 0.13vw solid #bfbfbf;
    font-size: 2.33vw;
    padding: 0 14vw 0 6vw; 
  }
  .online_wrap li a::before {
    left: 3.33vw;
    border-width: 0.93vw 0 0.93vw 1.73vw;
  }
  .online_wrap li a::after {
    width: 10.4vw;
    right: 2.67vw;
  }


























  .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;
  }
}
@keyframes cssFadeSP1_Smooth {
  0%   { opacity: 1; }
  26%  { opacity: 1; }
  36%  { opacity: 0; }
  90%  { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes cssFadeSP2_Smooth {
  0%   { opacity: 0; }
  26%  { opacity: 1; }
  60%  { opacity: 1; }
  70%  { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes cssFadeSP3_Smooth {
  0%   { opacity: 1; }
  60%  { opacity: 1; } 
  90%  { opacity: 1; } 
  100% { opacity: 1; } 
}
@keyframes bounceRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1.5vw);
  }
}