@charset "utf-8";
/*============= common =============*/
.wrapper {
  width: 100%;
  padding: 0;
  margin: 80px auto 160px;
 }
.container {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.aoki_main * {
   box-sizing: content-box;
}
.aoki_main {
  line-height: 1.75;
  color: #495061;
}
.aoki_main ul,
.aoki_main ol {
  list-style: none;
}
.aoki_main a {
  transition: 0.4s;
}
a img {
  transition: none;
}
a:hover img {
  opacity: 1;
}
.aoki_main a:hover,
.aoki_main a:focus {
  text-decoration: none;
  opacity: 0.7;
  box-shadow: none;
}
.aoki_main img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.pc {
  display: inline-block;
}
.sp {
  display: none;
}
.ctts_inner {
  width: 100%;
  margin: 0 auto;
}
/*============= common =============*/


/*============= text =============*/
h1 {
  line-height: 1.5;
  font-size: 40px;
  text-align: center;
}
h1 span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.about {
  line-height: 1.6;
  margin-top: 70px;
  font-size: 16px;
  text-align: center;
}
.accordion_wrap {
  margin-top: 60px;
}
.accordion_wrap .accordion_one {
  width: 280px;
}
.accordion_wrap .accordion_one .accordion_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #495061;
  color: #fff;
  font-size: 17px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.1s;
}
.accordion_wrap .accordion_one .accordion_header:hover {
  opacity: .8;
}
.accordion_wrap .accordion_one .accordion_inner {
  display: none;
  border-left: 1px solid #495061;
  border-right: 1px solid #495061;
  border-bottom: 1px solid #495061;
  box-sizing: border-box;
}
.accordion_wrap .accordion_one .accordion_inner .box_one {
  background-color: #fff;
}
.accordion_header::before,
.accordion_header::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 1px;
  margin: auto 0;
  background-color: #fff;
  transition: all 0.2s;
}
.accordion_header.open::before,
.accordion_header.open::after{
  background: #fff;
}
.accordion_header::after {
  transform: rotate(90deg);
}
.accordion_header.open::before {
  transform: rotate(180deg);
}
.accordion_header.open::after {
  transform: rotate(180deg);
  opacity: 0;
}
.box_one a {
  display: block;
}
.box_one li {
  font-size: 15px;
  border-bottom: solid 1px #808080;
}
.box_one li:last-of-type {
  border-bottom: none;
}
.box_one li a {
  position: relative;
  padding: 10px 0 10px 25px;
}
.box_one li a::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 16px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #495061;
  border-right: 1px solid #495061;
  transform: translateY(-40%) rotate(135deg);
  -webkit-transform: translateY(-40%) rotate(135deg);
  transition: 0.4s;
}
.anchor_margin {
  margin-left: -10px;
}
section {
  margin-top: 80px;
  text-align: center;
}
.contents_title {
  display: block;
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
}
.ctts_inner h2 {
  line-height: 1;
  font-size: 32px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.ctts_inner h2 span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.ctts_inner h2:before,
.ctts_inner h2:after {
  content: '';
  position: absolute;
  top: 16px;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #495061;
}
.ctts_inner h2:before {
  left: 0;
}

.ctts_inner h2:after {
  right: 0;
}
.title_small {
  line-height: 1;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}
.contens_wrap.column3 {
  width: 890px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.contens_wrap.column4 {
  width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.contens_wrap > li {
  text-align: center;
}
.contens_wrap > li a {
  transition: 0.4s;
}
.contens_wrap > li a:hover {
  opacity: 0.7;
}
.contens_text {
  line-height: 1.5;
  font-size: 15px;
  margin-top: 40px;
}
.contens_text span {
  color: #00a0e9;
  font-weight: bold;
}
.contens_icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px auto 0;
}
.contens_icon li {
  width: 32px; 
}
.contents_img {
  position: relative;
}
.contents_img.aircool::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url("../_img/250516/icon_aircool.webp") top center / 60px 60px no-repeat;
  transition: 0.4s;
}
.contens_wrap > li a:hover::before {
  opacity: 0.7;
}
.contens_wrap > li a:hover::after {
  opacity: 0.7;
}
.grayout {
  position: relative;
}
.grayout::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.3;
  content: "Coming Soon";
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
}
.grayout::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 60%);
}
section .btn_wrap {
  margin: 40px auto 0;
  text-align: center;
  width: 310px;
  height: 60px;
}
.bottom_area .btn_wrap {
  margin: 100px auto 0;
  text-align: center;
  width: 417px;
  height: 70px;
}
.btn_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  margin: 0 auto;
  background: #ffffff;
  color: #495061;
  border: 1px solid #495061;
  border-radius: 50vw;
  font-size: 17px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.4s;
}
.btn_wrap a:hover {
  background-color: #495061;
  color: #fff;
  text-decoration: none;
  opacity: 1!important;
}
.btn_wrap a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #495061;
  border-right: 1px solid #495061;
  transform: translateY(-40%) rotate(45deg);
  -webkit-transform: translateY(-40%) rotate(45deg);
  transition: 0.4s;
}
.btn_wrap a:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.btn_wrap + .contents_title {
  margin-top: 80px;
}
.btn_wrap + .contens_wrap {
  margin-top: 60px;
}
/*============= text =============*/


/*============= recommend =============*/
#bottom_recommend_area h2::before,
#bottom_recommend_area h2::after {
  border-bottom: 2px solid #495061!important;
}
#bottom_recommend_area .bottom_bnrBox {
  justify-content: center!important;
}
#bottom_recommend_area .bottom_bnrBox a {
  width: 282px!important;
}
/*============= recommend =============*/


/*============= PC only =============*/
@media screen and (min-width: 769px) {
  .accordion_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .accordion_wrap .accordion_one {
    height: 60px;
    z-index: 10;
  }
  .accordion_wrap .accordion_one .accordion_header {
    height: 100%;
  }
  .accordion_one:nth-of-type(n+2) {
    margin-left: 20px;
  }
  section:not(:first-of-type) {
    border-top: 20px solid #f5f5f5;
    padding: 80px 0 0;
    position: relative;
  }
  section:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    background: linear-gradient(#e4e5e7, #f4f4f4);
  }
  .contens_wrap > li {
    width: 280px;
  }
  .contens_wrap.column3 > li:not(:nth-of-type(3n)) {
    margin-right: 25px;
  }
  .contens_wrap.column4 > li:not(:nth-of-type(4n)) {
    margin-right: 25px;
  }
  .contens_wrap > li:last-of-type {
    margin-right: 0;
  }
  .contens_wrap.column3 > li:nth-of-type(n+4) {
    margin-top: 50px;
  }
  .contens_wrap.column4 > li:nth-of-type(n+5) {
    margin-top: 50px;
  }
  .contens_icon > li:not(:last-of-type) {
    margin-right: 25px;
  }
  #bottom_recommend_area .bottom_bnrBox a:not(:last-of-type) {
    margin-right: 12px;
  }
}
/*============= PC only =============*/


/*============= SP only =============*/
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .wrapper {
    margin: 13.33vw auto 26.66vw;
  }
  .ctts_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  h1 {
    line-height: 1.35;
    font-size: 5.33vw;
  }
  h1 span {
    margin-top: 2.33vw;
    font-size: 2.93vw;
  }
  .about {
    line-height: 1.7;
    margin-top: 9.33vw;
    font-size: 3vw;
  }
  .accordion_wrap {
    margin-top: 10vw;
  }
  .accordion_wrap .accordion_one {
    width: 86.66vw;
    margin: 0 auto;
  }
  .accordion_wrap .accordion_one .accordion_header {
    padding: 2vw 0;
    font-size: 3.33vw;
  }
  .accordion_wrap .accordion_one .accordion_inner {
    border-left: 0.13vw solid #495061;
    border-right: 0.13vw solid #495061;
    border-bottom: 0.13vw solid #495061;
  }
  .accordion_header::before,
  .accordion_header::after {
    right: 5.33vw;
    width: 3.46vw;
    height: 0.13vw;
  }
  .box_one li {
    text-align: center;
    font-size: 3.33vw;
    border-bottom: solid 0.13vw #808080;
  }
  .box_one li a {
    padding: 2vw 0;
  }
  .box_one li a::after {
    top: 45%;
    right: 5.66vw;
    width: 2.13vw;
    height: 2.13vw;
    border-top: 0.13vw solid #495061;
    border-right: 0.13vw solid #495061;
  }
  .anchor_margin {
    margin-left: 0;
  }
  section {
    margin-top: 0;
    padding-top: 10.66vw;
  }
  section + section {
    margin-top: 18.66vw;
  }
  section:not(:first-of-type) {
    border-top: 4vw solid #f5f5f5;
    padding: 10.66vw 0 0;
    position: relative;
  }
  section:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: -4vw;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1.33vw;
    background: linear-gradient(#e4e5e7, #f4f4f4);
  }
  .ctts_inner h2 {
    font-size: 5.2vw;
    padding: 0 10.66vw;
  }
  .ctts_inner h2 span {
    margin-top: 3.33vw;
    font-size: 2.8vw;
  }
  .ctts_inner h2:before,
  .ctts_inner h2:after {
    top: 2.66vw;
    width: 8vw;
    height: 0.26vw;
  }
  .contents_title {
    display: block;
    margin-top: 3vw;
    font-size: 3.2vw;
  }
  .title_small {
    margin-bottom: 2.66vw;
    font-size: 4vw;
  }
  .contens_wrap.column3 {
    width: 100%;
    margin: 5.33vw auto 0;
  }
  .contens_wrap.column4 {
    width: 100%;
    margin: 3.33vw auto 0;
  }
  .contens_text {
    font-size: 4vw;
    margin-top: 4vw;
  }
  .contens_icon {
    margin: 2.66vw auto 0;
  }
  .contens_icon li {
    width: 6.66vw; 
  }
  .contents_img.aircool::before {
    width: 10.4vw;
    height: 10.4vw;
    background: url("../_img/250516/icon_aircool.webp") top center / 10.4vw 10.4vw no-repeat;
  }
  .contens_icon > li:not(:last-of-type) {
    margin-right: 5.06vw;
  }
  .slick-slide {
    margin: 0 20px;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 35vw;
    width: 7.33vw;
    height: 7.33vw;
    line-height: 0;
    padding: 0;
    font-size: 0;
    border: none;
  }
  .slick-prev {
    left: 17vw;
    background: url("../_img/250926/arrow_prev.webp") top center / 7.33vw 7.33vw no-repeat;
  }
  .slick-next {
    right: 17vw;
    background: url("../_img/250926/arrow_next.webp") top center / 7.33vw 7.33vw no-repeat;
  }
  .grayout::before {
    font-size: 6vw;
  }
  button.slick-arrow:focus,
  button.slick-next:focus {
    outline: none;
  }
  .slick-dots {
    bottom: -7vw;
  }
  .slick-dots li {
    width: 2vw;
    height: 2vw;
    margin: 0 2vw;
    background: #ffffff;
    border: #a5a8b0 1px solid;
    border-radius: 50%;
  }
  .slick-dots li.slick-active, .slick-dots li:hover {
    background: #a5a8b0;
  }
  .slick-dots li button {
    display: none;
  }
  .btn_wrap {
    margin-top: 24vw;
  }
  .btn {
    width: 73.33vw;
    font-size: 4.53vw;
    border-radius: 0.66vw;
    padding: 5.6vw 0;
  }
  #bottom_recommend_area {
    padding-left: 15px;
    padding-right: 15px;
  }
  #bottom_recommend_area .bottom_bnrBox {
    justify-content: center!important;
  }
  #bottom_recommend_area .bottom_bnrBox a {
    width: calc((100% - 2.66vw) / 2)!important;
    margin-bottom: 0!important;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+3) {
    margin-top: 2.66vw;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(odd) {
    margin-right: 2.66vw;
  }
  section .btn_wrap {
    margin: 13.33vw auto 0;
    width: 57.33vw;
    height: 11.2vw;
  }
  .bottom_area .btn_wrap {
    margin: 13.33vw auto 0;
    width: 80vw;
    height: 11.33vw;
  }
  .bottom_area .btn_wrap a::after {
    right: 5.33vw;
  }
  .btn_wrap a {
    width: 100%;
    height: 100%;
    line-height: 1.5;
    border: 0.13vw solid #495061;
    font-size: 3.2vw;
  }
  .btn_wrap a::after {
    top: 48%;
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.13vw solid #495061;
    border-right: 0.13vw solid #495061;
  }
  .btn_wrap a:hover::after {
    border-top: 0.13vw solid #ffffff;
    border-right: 0.13vw solid #ffffff;
  }
  .btn_wrap + .contents_title {
    margin-top: 8vw;
  }
  .btn_wrap + .contens_wrap {
    margin-top: 8vw;
  }
}
/*============= SP only =============*/

/*============= ランキング =============*/
/* 共通 */
body.page-item-itemList .itemList_ranking {
   min-height: auto; 
}
#itemlist--topblock-ranking {
  padding: 120px 0 0;
}
#itemlist--topblock-ranking h2::before,
#itemlist--topblock-ranking h2::after {
  content: none;
  display: none;
}
/* PC */
@media screen and (min-width: 769px) {
  #itemlist--topblock-ranking {
    width: 1200px;
    margin: 0 auto;
  }
  #itemlist--topblock-ranking h2 {
    padding: 0 0 0 6px;
    margin: 0 0 20px;
    border-left: 3px solid #495061;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #itemlist--topblock-ranking {
    padding: 18vw 0 0;
  }
  #itemlist--topblock-ranking h2 {
    padding: 0 0 0 6px;
    margin: 0 3% 20px;
    border-left: 3px solid #495061;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
}
/*============= ランキング =============*/