html,body{
  font-family: 'Montserrat', 'Noto Sans JP', 'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, '游ゴシック Medium', YuGothic, YuGothicM, sans-serif;
  font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #424242;
	line-height: 2;
}
a{
  color: #424242;
  transition: opacity 0.4s, color 0.4s, background 0.4s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

svg path,
svg g,
svg rect{ transition: stroke 0.4s, fill 0.4s; }

.blue{ color: #1B5FDE; }

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q{
  background-color: unset !important;
  box-shadow: none !important;
}

.en,
.cn,
.th,
.no-ja,
[lang=zh-CN] .no-cn,
[lang=zh-TW] .no-cn,
[lang=th] .no-th,
[lang=en] .no-en,
html:not([lang=ja]) .ja-on{ display: none !important; }

[lang=en] .en,
[lang=zh-CN] .cn,
[lang=zh-TW] .cn,
[lang=th] .th,
html:not([lang=ja]) .no-ja{ display: block !important; }




.btn-skip a{
  width: 100%;
  height: 0;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1B5FDE;
  color: #FFF;
  overflow: hidden;
  transition: height 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.btn-skip a:focus{
  height: 10rem;
}

.anchor{
  padding-top: 14rem;
  margin-top: -14rem;
}

body{ padding-top: 10rem; }
.nav{
  width: 100%;
  height: 10rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav > a.logo{
  display: block;
  width: 26.3rem;
  margin: 0 auto 0 8rem;
  position: relative;
  z-index: 2;
}
.nav > a.logo img{
  width: 100%;
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 0 5.6rem 0 3rem;
}
.nav ul.nav-li li{
  display: flex;
  align-items: center;
}
.nav ul.nav-li li + li{
  margin-left: 3rem;
}
.nav ul.nav-li li a:hover{
  color: #1B5FDE;
}


.langage{
  position: relative;
}
.langage .parent{
  display: flex;
  align-items: center;
  padding-right: 3rem;
  height: 4.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1B5FDE;
  cursor: pointer;
  user-select: none;
}
.langage .parent::after{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  bottom: 0.8rem;
}
.langage .parent::before{
  content: "";
  display: block;
  width: 1.4rem;
  height: 100%;
  background: url(../img/arrow-select.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.langage .parent.wh{
  background: #fff;
  padding: 0 4.5rem 0 1.5rem;
  border-radius: 0.3rem;
}
.langage .parent.wh::after{
  content: none;
}
.langage .parent.wh::before{
  right: 1.5rem;
}
.langage ul.child{
  display: none;
  width: 100%;
  background: #1B5FDE;
  border-radius: 0.3rem;
  box-shadow: 0 0.3rem 1.1rem rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: 100%;
}
.langage ul.child li{
  display: block;
}
.langage ul.child li + li{
  border-top: 1px solid #fff;
}
.langage ul.child li a{
  display: block !important;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0.8rem;
  line-height: 4rem;
  position: relative;
}
.langage ul.child li a::before{
  content: "";
  display: block;
  width: 1.3rem;
  height: 100%;
  background: url(../img/arrow-right_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.7rem;
  top: 0;
}

.nav-li + .langage{
  margin-right: 3rem;
}

.nav a.nav-search{
  display: block;
  width: 4rem;
  margin-right: 5.6rem;
}
.nav a.nav-search img{
  width: 100%;
}

.nav a.nav-mice{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 15.8rem;
  height: 100%;
  background: #DB3B00;
  color: #fff;
  padding-top: 0.3rem;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.nav a.nav-mice img{
  width: 4.3rem;
  margin-bottom: 0.8rem;
}
.nav a.nav-mice small{
  font-size: 1.4rem;
  margin-left: 0.2em;
  font-weight: 700;
}
[lang=en] .nav a.nav-mice small{
  display: none;
}

.nav a.nav-search:hover,
.nav a.nav-mice:hover{
  opacity: 0.6;
}


#nav-open{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 15.8rem;
  height: 100%;
  background: #1B5FDE;
  color: #fff;
  border: none;
  padding-bottom: 2.3rem;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: opacity 0.4s;
}
#nav-open:hover{
  opacity: 0.6;
}
#nav-open div{
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 7rem;
  user-select: none;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #fff;
  height: 0.2rem;
  width: 4.8rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 1.1rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -1.1rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-content{
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
#nav-content::-webkit-scrollbar{
  display: none; /* バー非表示 Chrome・Safari用 */
}
#nav-content.active {
  opacity: 1;
  pointer-events: unset;
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


@media (min-width: 769px) and (max-width: 1600px){
.nav > a.logo{
  margin: 0 auto 0 1.9vw;
}

@media (min-width: 769px) and (max-width: 1480px){
.nav > a.logo{
  width: 24rem;
}
.nav ul.nav-li{
  margin: 0 3vw 0 2vw;
}
.nav ul.nav-li li + li{
  margin-left: 2vw;
}
.nav-li + .langage{
  margin-right: 2vw;
}
.nav a.nav-search{
  margin-right: 2.5vw;
}
.nav a.nav-mice,
#nav-open{
  width: max(8.4vw,10rem);
}

}
}


.nav .search-box{
  width: 100%;
  position: relative;
}
.nav .search-box input[type=text]{
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1.1em calc(5.6rem + 0.9em) 1.1em 0.9em;
  background: #fff;
  border: none;
  font-size: 1.6rem;
  color: #424242;
}
.nav .search-box button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 100%;
  background: #424242;
  border: none;
  border-radius: 0 0.3rem 0.3rem 0;
  position: absolute;
  right: 0;
  top: 0;
}
.nav .search-box button img{
  width: 1.8rem;
}


a.favorite-btn,
a.search-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
a.favorite-btn{
  color: #DB3B00;
}
a.favorite-btn img,
a.search-btn img{
  width: 1.8rem;
  margin-right: 0.8rem;
}


#nav-content .wrap{
  display: flex;
  min-height: 100%;
}
#nav-content .left{
  width: 32%;
  min-width: 46rem;
  background: url(../img/hum-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
#nav-content .right{
  width: 68%;
  max-width: calc(100% - 46rem);
}
#nav-content .left .content,
#nav-content .right .content{
  height: 100%;
  padding: 10rem 5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#nav-content .left .content{
  align-items: center;
  max-width: 50rem;
  position: relative;
  z-index: 1;
}
#nav-content .right .content{
  max-width: 109rem;
}
#nav-content .left::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1B5FDE;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#nav-content .left a.logo{
  display: block;
  width: 33.9rem;
  margin-bottom: 8rem;
}
#nav-content .left a.favorite-btn{
  margin-top: 4rem;
}
#nav-content .left a.logo:hover,
#nav-content .left a.favorite-btn:hover{
  opacity: 0.5;
}
#nav-content .left .sns-langage{
  margin-top: 9rem;
}
#nav-content .left .sns-langage .sns{
  justify-content: center;
}
#nav-content .left .sns-langage .langage{
  margin-top: 5.5rem;
}
#nav-content .left .sns-langage .langage ul.child{
  top: unset;
  bottom: 100%;
}


.hum-wrap .sp-accbox{
  margin-bottom: 6rem;
}
.hum-ttl{
  font-size: 2rem;
  color: #1B5FDE;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 2rem;
}
.hum-ttl.mb18{
  margin-bottom: 1.8rem;
}
.hum-ttl:not(:first-child){
  margin-top: 5.5rem;
}
.hum-ttl a{
  color: #1B5FDE;
}
ul.hum-nav1,
ul.hum-nav2,
ul.hum-nav3,
ul.hum-ttl-nav{
  display: flex;
  flex-wrap: wrap;
}
ul.hum-nav1,
ul.hum-nav3,
ul.hum-ttl-nav{
  column-gap: 3.2rem;
  row-gap: 0.5em;
}
ul.hum-nav1 li,
ul.hum-nav3 li,
ul.hum-ttl-nav li{
  display: block;
}
ul.hum-nav1{
  font-weight: 700;
}
ul.hum-nav2{
  font-size: 1.4rem;
  margin-top: 0.5em;
}
ul.hum-nav2 li{
  display: flex;
  align-items: center;
}
ul.hum-nav2 li:not(:last-child)::after{
  content: "";
  display: block;
  width: 1px;
  height: 1.2em;
  margin: 0 0.9em;
  background: #707070;
  transform: rotate(40deg);
}
ul.hum-nav3{
  font-size: 1.6rem;
  margin-top: 10rem;
}
ul.hum-ttl-nav li .hum-ttl{
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
ul.hum-nav1 li a:hover,
ul.hum-nav2 li a:hover,
ul.hum-nav3 li a:hover,
.hum-nav4 li a:hover{
  color: #1B5FDE;
}
ul.hum-ttl-nav li a:hover{
  opacity: 0.5;
}
.hum-nav4{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6%;
}
.hum-nav4 > ul > li{
  border-bottom: 1px solid #D1D1D1;
}
.hum-nav4 > ul > li > a,
.hum-nav4 ul li .accttl{
  display: block;
  font-weight: 700;
  padding: 1.2rem 0;
  position: relative;
}
.hum-nav4 > ul > li > a::before{
  content: "";
  display: block;
  width: 1.8rem;
  height: 100%;
  background: url(../img/arrow-right_b.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hum-nav4 ul li ul li{
  font-size: 1.4rem;
  font-weight: 500;
}
.hum-nav4 ul li ul li::before{
  content: "-";
  margin-right: 0.5em;
}
.hum-nav4 ul li .accttl::before,
.hum-nav4 ul li .accttl::after{
  background: #424242;
}
.hum-nav4 ul li ul.accshow{
  margin-bottom: 2rem;
}


.common-header{
  background: #1B5FDE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7rem;
  text-align: center;
  padding-top: 2rem;
  position: relative;
  margin-bottom: 2vw;
}
.common-header .content{
  max-width: 126rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.common-header::before{
  content: "";
  display: block;
  width: 100%;
  height: 3.6vw;
  background: url(../img/header-btm.svg) center top no-repeat;
  background-size: 101% auto;
  position: absolute;
  left: 0;
  bottom: calc(1px - 3.5vw);
}
.common-header h1{
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.common-header .en{
  font-size: 2.4rem;
  font-weight: 600;
}

.post-header .date{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
}
.post-header h1{
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: left;
}

.search-header h1{
  font-size: 4.4rem;
}
.search-header h1 small{
  font-size: 3rem;
}


.pankuzu{
  padding: 1rem 0 3rem;
}
.pankuzu.pb6{
  padding-bottom: 1.5rem;
}
.swiper-pankuzu{
  overflow: unset;
}
.swiper-pankuzu .swiper-slide{
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 1.6rem;
  color: #6A6A6A;
  font-weight: 700;
}
.swiper-pankuzu .swiper-slide a{
  color: #6A6A6A;
}
.swiper-pankuzu .swiper-slide a:hover{
  opacity: 0.5;
}
.swiper-pankuzu .swiper-slide.active{
  color: #1B5FDE;
}
.swiper-pankuzu .swiper-slide + .swiper-slide::before{
  content: "";
  display: block;
  width: 0.8em;
  height: 1em;
  background: url(../img/pankuzu-arrow.svg) center center no-repeat;
  background-size: contain;
  margin: 0 1em;
}
.swiper-pankuzu .swiper-scrollbar{
  margin: 0.8rem auto 0;
}


ul.sns{
  display: flex;
  align-items: center;
}
ul.sns li{
  display: block;
  width: 2.9rem;
  height: 2.9rem;
}
ul.sns li + li{
  margin-left: 2.4rem;
}
ul.sns li img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul.sns li a:hover{
  opacity: 0.5;
}


.h-1{
  font-size: 7.3rem;
  line-height: 1;
  font-weight: 400;
  color: #1B5FDE;
}
.h-1-btm{
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1B5FDE;
  margin: 0.7em 0 4rem;
}
.h-1.wh,
.h-1-btm.wh{
  color: #fff;
}

.h-2{
  font-size: 3.8rem;
  color: #1B5FDE;
  margin-bottom: 0.5em;
}


.btn-1,
.btn-2{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  background: transparent;
  color: #1B5FDE;
  padding: 0.5em 4.8rem 0.5em 2.4rem;
  border: 1px solid #1B5FDE;
  border-radius: 0.2rem;
  position: relative;
  margin-top: 2rem;
  transition: background 0.4s, color 0.4s;
}
.btn-2{
  justify-content: flex-end;
  color: #424242;
  border: 1px solid #424242;
}
.btn-1:has(input),
.btn-2:has(input){
  padding: 0;
}
.btn-1:has(input) input,
.btn-2:has(input) input{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 2.4rem;
  background: unset;
  border: unset;
  font-weight: 700;
  transition: color 0.4s;
  cursor: pointer;
}
.btn-1:has(input) input{
  color: #1B5FDE;
  text-align: left;
}
.btn-2:has(input) input{
  color: #424242;
  text-align: right;
}
.btn-1:has(input):hover input,
.btn-2:has(input):hover input{
  color: #fff;
}
.btn-1 svg,
.btn-2 svg{
  width: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-1 svg{
  right: 2.2rem;
}
.btn-2 svg{
  left: 2.2rem;
}
.btn-1 svg.ext{
  transform: translateY(-50%) rotate(-45deg);
}
.btn-1:hover{
  background: #1B5FDE;
  color: #fff;
}
.btn-2:hover{
  background: #424242;
  color: #fff;
}
.btn-1:hover svg path,
.btn-2:hover svg path{
  stroke: #fff;
}
.btn-1.wh{
  color: #fff;
  border: 1px solid #fff;
}
.btn-1.wh:hover{
  background: #fff;
  color: #1B5FDE;
}
.btn-1.wh svg path{
  stroke: #fff;
}
.btn-1.wh:hover svg path{
  stroke: #1B5FDE;
}

.btn-3{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  border-radius: 2rem;
  background: #1B5FDE;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
.btn-3:hover{
  opacity: 0.5;
}
.btn-3.wh{
  background: #fff;
  color: #1B5FDE;
}


a.arrow-link{
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  word-break: break-all;
}
a.arrow-link::after{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/arrow-right.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.6em;
  vertical-align: -0.1em;
}
a.arrow-link.ext::after{
  transform: rotate(-45deg);
}
a.arrow-link:hover{
  opacity: 0.5;
}
a.arrow-link.bl{
  color: #1B5FDE;
}
a.arrow-link.bl::after{
  background: url(../img/arrow-right_b.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.8em;
}


.cat-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.cat-wrap .cat{
  background: #6A6A6A;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  border-radius: 1.1em;
  padding: 0 1.1em;
  transition: background 0.4s, opacity 0.4s;
}
a:hover .cat{
  background: #1B5FDE;
}
a.cat:hover{
  opacity: 0.5;
}


.accshow{
  display: none;
}
.accshow_open{
  display: block;
}
.accttl,
.accttl_open{
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accttl.plus::before,
.accttl.plus::after{
  content: "";
  display: block;
  width: 1.6rem;
  height: 2px;
  background: #1B5FDE;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accttl.plus::after{
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.accttl.plus.active::after{
  transform: translateY(-50%) translate(0);
}
.accttl.arrow::before{
  content: "";
  display: block;
  width: 2rem;
  height: 1.8rem;
  background: url(../img/arrow-select_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.accttl.arrow.active::before{
  transform: translateY(-60%) rotate(180deg);
}
@media (min-width: 769px){
.sp-accbox .accshow{
  display: block;
}
.sp-accbox .accttl{
  pointer-events: none;
}
.sp-accbox .accttl.plus::before,
.sp-accbox .accttl.plus::after{
  content: none;
}
}
@media (max-width: 768px){
.accttl.arrow::before{
  right: 1.4rem;
}
}


.swiper-tab{
  overflow: unset;
  width: fit-content;
  margin: 0 auto 6rem;
}
.swiper-tab .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0 1em;
  height: 3.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 2rem;
  border: 1px solid #707070;
  cursor: pointer;
  transition: background 0.4s, color 0.4s, border 0.4s;
  user-select: none;
}
.swiper-tab .swiper-slide:hover,
.swiper-tab .swiper-slide.active{
  background: #215FDE;
  border: 1px solid #215FDE;
  color: #fff;
}
.swiper-tab .swiper-slide + .swiper-slide{
  margin-left: 2rem;
}
.swiper-tab .swiper-scrollbar{
  margin: 1.6rem auto 0;
}

.tab-content{
  display: none;
}
.tab-content.active{
  display: block;
  animation: tab-change 0.4s both;
}
@keyframes tab-change {
  0% { opacity: 0; transform: translateY(4rem); }
  100% { opacity: 1; transform: translateY(0); }
}


.swiper-txt{
  width: 100%;
  font-size: 18.4rem;
  font-weight: 400;
  line-height: 0.9;
  color: #1B5FDE;
  opacity: 0.08;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.swiper-txt .swiper-wrapper{
  transition-timing-function: linear;
}
.swiper-txt .swiper-slide{
  width: auto;
  margin-right: 0.3em;
}


.zoom{
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  will-change: transform;
}
.zoom.bd{
  border: 1px solid #D5D5D5;
}
.zoom img{
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  transition: 0.4s;
}
a.zoom:hover img,
a:hover .zoom img{
  transform: scale3d(1.1,1.1,1.1);
}
.a4-3,
.a25-14,
.a1-1{
  border-radius: 0.5rem;
  object-fit: cover;
}
.a4-3{ aspect-ratio: 4 / 3; }
.a25-14{ aspect-ratio: 25 / 14; }
.a1-1{ aspect-ratio: 1 / 1; }


.sec#search-anchor{
  margin-top: -160px;
  padding-top: 160px;
}

@media (max-width: 768px) {
    .sec#search-anchor{
      margin-top: -120px;
      padding-top: 120px;
    }
}

.post-li .ttl{
  line-height: 1.5;
  margin-top: 0.9em;
}

.post-li .ttl.arrow-ttl{
  margin: 0;
  padding: 2rem 5rem 2rem 0;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-bottom: 1px solid #424242;
  position: relative;
}
.post-li .ttl.arrow-ttl::before{
  content: "";
  display: block;
  width: 3.1rem;
  height: 100%;
  background: url(../img/arrow-post-link.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.post-li .ttl.arrow-ttl.wh{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.post-li .ttl.arrow-ttl.wh::before{
  background: url(../img/arrow-post-link_w.svg) center center no-repeat;
  background-size: contain;
}
.ext .post-li .ttl.arrow-ttl::before{
  transform: rotate(-45deg);
}
.post-li .ttl.arrow-ttl.bl{
  color: #1B5FDE;
}

.post-li .ttl.arrow-ttl + p{
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-top: 1.5em;
}

.post-li dl.li-dl{
  display: grid;
  grid-template-columns: 4.4rem auto;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 1.6rem;
}
.post-li dl.li-dl dt{
  font-size: 1.4rem;
  height: fit-content;
  text-align: center;
  border: 1px solid;
  border-radius: 1.2rem;
}
[lang=en] .post-li dl.li-dl dt,
[lang=th] .post-li dl.li-dl dt{
  font-size: 1.3rem;
}

.post-li .date{
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #6A6A6A;
  margin-top: 0.5em;
}

.post-li .cat-wrap{
  margin-top: 1.6rem;
}

.post-li img.barrier-free{
  width: 3rem;
  margin-top: 1.6rem;
}

.col4-sp1,
.col4-sp2{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.8%;
  row-gap: 7rem;
}
.post-li li,
.post-li li a{
  display: block;
}


.swiper-button-next,
.swiper-button-prev{
  width: 7.8rem;
  height: 7.8rem;
  transition: opacity 0.4s;
}
.swiper-button-next{
  background: url(../img/swiper-next.svg) center center no-repeat;
  background-size: contain;
}
.swiper-button-prev{
  background: url(../img/swiper-prev.svg) center center no-repeat;
  background-size: contain;
}
.swiper-button-next.bl,
.swiper-button-prev.bl{
  width: 4.8rem;
  height: 4.8rem;
}
.swiper-button-next.bl{
  background: url(../img/swiper-next_bl.svg) center center no-repeat;
  background-size: contain;
  right: 1.6rem;
}
.swiper-button-prev.bl{
  background: url(../img/swiper-prev_bl.svg) center center no-repeat;
  background-size: contain;
  left: 1.6rem;
}
.swiper-button-next::after,
.swiper-button-prev::after{
  content: none;
}

.swiper-scrollbar{
  width: 100% !important;
  position: unset !important;
}
.swiper-scrollbar-drag{
  background: #A8A8A8;
}


hr{ border-top: 1px solid #A8A8A8; }
hr.wh{ border-top: 1px solid #fff; }
hr.gr{ border-top: 1px solid #D1D1D1; }


.blue-box{
  background: #1C5FDE;
  color: #fff;
  border-radius: 0.5rem;
}


.form{
  font-size: 1.6rem;
}
.form label.label .label_attention {
  font-size: 1.5rem;
  margin-left: 0.5em;
  color: #DB3B00;
}
.form label.label{
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem 0 0.2em;
}
.form label.label:first-child{
  margin-top: 0;
}
.form label.label.required::after{
  content: "必須";
  display: inline-block;
  background: #DB3B00;
  color: #fff;
  line-height: 1.7;
  border-radius: 1em;
  font-size: 1.4rem;
  padding: 0 0.5em;
  margin-left: 0.5em;
}
html:not([lang=ja]) .form label.label.required::after{
  content: "required";
}
.form a{
  color: #1B5FDE;
  text-decoration: underline;
}
.form a:hover{
  opacity: 0.5;
}
.form .agree{
  margin-top: 5.5rem;
  text-align: center;
}
.form .agree h2{
  font-size: 2.1rem;
  margin-bottom: 0.6em;
}
.form .agree p{
  margin-bottom: 4rem;
}
.form .btn-wrap{
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 8rem;
}
.form .btn-wrap .btn-1,
.form .btn-wrap .btn-2{
  margin: 0;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea,
.select-wrap select{
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.6em 0.9em;
  background: #fff;
  border: 1px solid #A8A8A8;
  font-size: 1.6rem;
  color: #424242;
  font-weight: 500;
  line-height: 1.8;
}
.form textarea{
  height: 17rem;
}
.select-wrap select{
  padding-right: 4rem;
}
.form input[type=text]:has(+ .wpcf7-not-valid-tip),
.form input[type=email]:has(+ .wpcf7-not-valid-tip),
.checkbox:has(.wpcf7-not-valid-tip) input[type=checkbox] + span::before{
  border: 1px solid #DB3B00;
}
.form .wpcf7-not-valid-tip{
  color: #DB3B00;
  width: 100%;
  font-size: 100%;
  font-weight: 700;
  margin-top: 0.5em;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-response-output{
  text-align: center;
}
.wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.pamphlet-form .wpcf7-spinner {
  right: unset;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}


.contact.confirm .form,
.pamphlet-form-confirm .form{
  font-weight: 700;
}
.contact.confirm .form label.label,
.pamphlet-form-confirm .form label.label{
  color: #1B5FDE;
  margin: 4rem 0 0.4em;
}
.contact.confirm .form label.label.required::after,
.pamphlet-form-confirm .form label.label.required::after{
  content: none;
}


.pamphlet-form-confirm .no-confirm,
.pamphlet-form .no-input{
  display: none;
}
.pamphlet-form-confirm .no-input{
  display: block;
}


.contact.complete h1{
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
}
.contact.complete p{
  text-align: center;
}
.contact.complete .btn-1{
  margin: 8rem auto 0;
}


h2.sort-h2{
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1B5FDE;
  margin-bottom: 0.2em;
}
.sort-box{
  padding: 1.1rem 8rem 2rem 8rem;
  border-radius: 0.5rem;
  background: #1B5FDE;
  color: #fff;
  margin-bottom: 3rem;
  position: relative;
}
.sort-box h3{
  letter-spacing: 0.08em;
  margin-bottom: 0.2em;
  font-size: 1.6rem;
}
.sort-box .accttl {
  pointer-events: none;
  cursor: default;
}
.sort-box .accshow {
  display: block;
}
.sort-box .wrap{
  display: grid;
  grid-template-columns: 1fr 11%;
  gap: 3.33%;
  position: relative;
}
.sort-box .wrap .input{
  display: flex;
  gap: 1.6rem;
}
.sort-box .wrap .input .select-wrap{
  width: 31%;
}
.sort-box .wrap .input .search-wrap{
  width: 38%;
  position: relative;
}
.sort-box .wrap .input.col2 .select-wrap{ width: 32%; }
.sort-box .wrap .input.col2 .search-wrap{ width: 68%; }
.sort-box .wrap .input.col4 .select-wrap{ width: 21%; }
.sort-box .wrap .input.col4 .search-wrap{ width: 37%; }

.sort-box .wrap .search-wrap::before{
  content: "";
  display: block;
  width: 2rem;
  height: 100%;
  background: url(../img/ico-search.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.8rem;
  top: 0;
}
.sort-box .wrap .select-wrap select,
.sort-box .wrap .search-wrap input[type=text]{
  display: block;
  width: 100%;
  line-height: 6rem;
  border-radius: 0.5rem;
  padding: 0 0.9em;
  background: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
}
.sort-box .wrap .search-wrap input[type=text]{
  padding-left: 4.8rem;
}
.sort-box .wrap input[type=submit]{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  color: #1B5FDE;
  border: none;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-left: auto;
  transition: opacity 0.3s;
}
.sort-box .wrap input[type=submit]:hover{
  opacity: 0.5;
}
.sort-box .total{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 1.2rem;
}
.sort-box .total .num{
  font-size: 3rem;
  margin-right: 0.1em;
  vertical-align: sub;
}


.select-wrap{
  width: 100%;
  position: relative;
}
.select-wrap::before{
  content: "";
  display: block;
  width: 1.4rem;
  height: 100%;
  background: url(../img/arrow-select.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.8rem;
  top: 0;
  z-index: 1;
  pointer-events: none;
}


.select-box{
  width: 100%;
  background: #F5F5F5;
  padding: 5rem 3rem 5.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.6rem 0.8rem rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: 7.6rem;
  z-index: 1;
}
.select-box .close{
  width: 1.8rem;
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  cursor: pointer;
}
.select-box h4{
  color: #1B5FDE;
  margin-bottom: 0.5em;
}
.select-box h4:not(:first-child){
  margin-top: 4rem;
}
.select-box .cat{
  background: #fff;
  color: #424242;
  border: 1px solid #424242;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background 0.4s, color 0.4s, border 0.4s;
}
.select-box .cat:hover{
  background: #424242;
  color: #fff;
  border: 1px solid #424242;
  opacity: 1;
}
.select-box .btn-wrap{
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 5.5rem;
}
.select-box button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  transition: opacity 0.4s;
}
.select-box button.clear-btn{
  background: #6A6A6A;
}
.select-box button.submit-btn{
  background: #1B5FDE;
}
.select-box button:hover{
  opacity: 0.5;
}


.checkbox{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.checkbox label{ position: relative; }
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(2.4rem + 0.5em);
  line-height: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  border: 1px solid #A8A8A8;
  background: #fff;
}
.checkbox input[type=checkbox]:focus + span::before{
  border: 1px solid #1B5FDE;
}
.checkbox input[type=checkbox]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  left: 0.75rem;
  width: 0.6rem;
  height: 1.1rem;
  transform: rotate(43deg);
  border-bottom: 0.3rem solid #1B5FDE;
  border-right: 0.3rem solid #1B5FDE;
}


footer{
  font-size: 1.6rem;
  margin-top: 8rem;
}

.footer-1{
  background: #F5F5F5;
  padding: 8rem 0;
}
.footer-1 .content{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.footer-1 .left{
  width: calc(100% - 91.6rem);
  min-width: 31rem;
}
.footer-1 img.logo{
  display: block;
  width: 50rem;
  margin-bottom: 4.5rem;
}
.footer-1 .right{
  width: 86.6rem;
  max-width: calc(100% - 36rem);
}
.footer-1 .hum-ttl{
  font-size: 1.8rem;
}
.footer-1 ul.sns{
  position: absolute;
  left: min(4.16%,8rem);
  bottom: 0;
}

.footer-2{
  background: #1B5FDE;
  color: #fff;
  padding: 6rem 0;
}
.footer-2 a{
  color: #fff;
}
.footer-2 a:hover{
  opacity: 0.5;
}
.footer-2 .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-2 .left{
  width: 35.4rem;
}
.footer-2 .right{
  width: calc(100% - 35.4rem);
  text-align: right;
}
.footer-2 ul.footer-nav{
  display: flex;
  justify-content: flex-end;
}
.footer-2 ul.footer-nav li{
  display: block;
}
.footer-2 ul.footer-nav li + li{
  margin-left: 3.2rem;
}
.footer-2 .copy{
  font-size: 1.2rem;
  margin-top: 3rem;
}




/* ヘッダー動き */
.t-anime-1{
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(2rem);
  transition-delay: 0.5s;
  transition-property: opacity, transform;
}

.t-anime-1.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールアニメ */
.t-fade,
.t-fade > *{
  overflow: hidden;
}
.t-fade span{
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.t-fade.load span{
  transform: translateY(0%);
}
.t-fade.load > *:nth-child(2) span{ transition-delay: 0.2s; }




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 0.625em; }
body{ font-size: 1.8rem; }

.content{
  width: 100%;
	max-width: 192rem;
  padding: 0 min(4.16%,8rem);
	margin: 0 auto;
}
.content.w160{ max-width: 176rem; }
.content.w144{ max-width: 160rem; }
.content.w127{ max-width: 143rem; }




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1300px){

html{ font-size: 0.769vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.66vw; }
body{ font-size: 1.4rem; }

.content{
	width: 100%;
	padding: 0 2.4rem;
}


.anchor{
  padding-top: 9.4rem;
  margin-top: -9.4rem;
}

body{ padding-top: 6.4rem; }
.nav{
  height: 6.4rem;
}
.nav > a.logo{
  width: calc(100% - 17.6rem);
  margin: 0 2.4rem;
}


.nav a.nav-mice{
  width: 6.4rem;
  padding-top: 0.8rem;
  font-size: 1.3rem;
}
.nav a.nav-mice img{
  width: 2.9rem;
  margin-bottom: 0.2rem;
}


#nav-open{
  width: 6.4rem;
  padding-bottom: 1.5rem;
}
#nav-open div{
  font-size: 1.3rem;
  margin-top: 4.8rem;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  height: 2px;
  width: 2.2rem;
}
#nav-open span:before {
  bottom: 0.6rem;
}
#nav-open span:after {
  bottom: -0.6rem;
}


a.favorite-btn,
a.search-btn{
  font-size: 1.4rem;
}


#nav-content{
  height: calc(100% - 6.4rem);
  top: 6.4rem;
}
#nav-content .wrap{
  flex-direction: column;
}
#nav-content .left,
#nav-content .right{
  width: 100%;
  min-width: unset;
  max-width: unset;
}
#nav-content .left{
  background: url(../img/hum-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  margin-top: auto;
}
#nav-content .left .content,
#nav-content .right .content{
  display: block;
  height: auto;
}
#nav-content .left .content{
  padding: 5rem 2.4rem;
}
#nav-content .right .content{
  padding: 4rem 2.4rem;
}
#nav-content .left a.favorite-btn{
  margin-top: 2.4rem;
}
#nav-content .left .sns-langage{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 4.5rem;
}
#nav-content .left .sns-langage .langage{
  margin-top: 0;
}
#nav-content .left .sns-langage .langage ul.child{
  top: 100%;
  bottom: unset;
}


.hum-wrap .sp-accbox{
  margin-bottom: 2rem;
}
.hum-ttl{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.hum-ttl.mb18{
  margin-bottom: 0.8rem;
}
ul.hum-nav1{
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 4rem;
  row-gap: 1em;
  padding-bottom: 3rem;
}
ul.hum-nav2,
ul.hum-nav3,
ul.hum-ttl-nav{
  display: grid;
  grid-template-columns: auto;
  row-gap: 0.5em;
}
ul.hum-nav1 li,
ul.hum-nav3 li,
ul.hum-ttl-nav li{
  margin-right: 0;
}
ul.hum-nav1{
  font-size: 1.5rem;
  line-height: 1.5;
}
ul.hum-nav2{
  margin-top: 0;
  padding: 0 0 3rem;
}
ul.hum-nav2 li:not(:last-child)::after{
  content: none;
}
ul.hum-nav3{
  font-size: 1.4rem;
  margin-top: 3rem;
}
ul.hum-ttl-nav{
  margin-top: 3rem;
}
.hum-nav4{
  grid-template-columns: 1fr;
  gap: 0;
}
.hum-nav4 > ul > li > a,
.hum-nav4 ul li .accttl{
  font-size: 1.6rem;
}
.hum-nav4 > ul > li > a::before{
  width: 1.6rem;
}


.common-header{
  min-height: 9rem;
  padding: 4rem 0 1.5rem;
  margin-bottom: 6vw;
}
.common-header::before{
  height: 6vw;
  background: url(../img/header-btm_sp.svg) center top no-repeat;
  background-size: 101% auto;
  bottom: calc(1px - 5.9vw);
}
.common-header h1{
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}
.common-header .en{
  font-size: 1.6rem;
}
.post-header .date{
  font-size: 1.4rem;
  margin-bottom: 0.6em;
}
.post-header h1{
  font-size: 1.8rem;
}

.search-header h1{
  font-size: 2.1rem;
}
.search-header h1 small{
  display: block;
  font-size: 1.6rem;
}


.pankuzu{
  padding: 1.5rem 0 5.5rem;
}
.pankuzu.pb6{
  padding-bottom: 3rem;
}
.swiper-pankuzu .swiper-slide{
  font-size: 1.2rem;
}


.h-1{
  font-size: 3rem;
}
.h-1-btm{
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0.7em 0 4rem;
}

.h-2{
  font-size: 2.2rem;
  margin-bottom: 0.7em;
}
.h-2 + p{
  font-size: 1.6rem;
}


.btn-1,
.btn-2{
  max-width: 100%;
  height: 5.2rem;
  font-size: 1.4rem;
  margin-top: 4rem;
}
.btn-1 svg,
.btn-2 svg{
  width: 1.5rem;
}


a.arrow-link{
  font-size: 1.4rem;
}


.swiper-tab{
  margin-bottom: 3rem;
}
.swiper-tab .swiper-slide{
  height: 3.6rem;
  font-size: 1.4rem;
  border-radius: 1.8rem;
}
.swiper-tab .swiper-slide + .swiper-slide{
  margin-left: 0.8rem;
}


.swiper-txt{
  font-size: 8.5rem;
}


.post-li .ttl.arrow-ttl{
  padding: 1.6rem 4rem 1.6rem 0;
}
.post-li .ttl.arrow-ttl::before{
  width: 2.4rem;
}

.post-li .ttl.arrow-ttl + p{
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1em;
}

.post-li dl.li-dl{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.post-li dl.li-dl dt{
  font-size: 1.2rem;
  line-height: 2rem;
  border-radius: 1.1rem;
}
.post-li dl.li-dl dd + dt{
  margin-top: 1rem;
}

.post-li .date{
  font-size: 1.4rem;
}

.post-li img.barrier-free{
  width: 2.4rem;
  margin-top: 0.8rem;
}

.col4-sp1{
  grid-template-columns: 1fr;
  gap: 5.5rem;
}
.col4-sp2{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 3rem;
}
.col4-sp2 .ttl.arrow-ttl{
  padding: 1rem 4rem 1rem 0;
}
.col4-sp2 .cat-wrap .cat,
.single-wrap .h1-wrap .cat-wrap .cat,
.single-model .h1-wrap .cat-wrap .cat{
  font-size: 1rem;
  line-height: 2.2;
  border-radius: 1.2em;
  padding: 0 0.8em;
}
.col4-sp2 .cat-wrap{
  gap: 0.4rem;
}
.col4-sp1 .ttl{
  font-size: 1.8rem;
}


.swiper-button-next,
.swiper-button-prev{
  width: 3.8rem;
  height: 3.8rem;
}
.swiper-button-next.bl,
.swiper-button-prev.bl{
  width: 3.2rem;
  height: 3.2rem;
}
.swiper-button-next.bl{
  right: 0.8rem;
}
.swiper-button-prev.bl{
  left: 0.8rem;
}


.form{
  font-size: 1.4rem;
}
.form label.label{
  font-size: 1.6rem;
  margin: 2.4rem 0 0.3em;
}
.form label.label.required::after{
  font-size: 1.3rem;
}
.form .agree{
  margin-top: 4rem;
  text-align: left;
}
.form .agree h2{
  font-size: 1.6rem;
}
.form .agree p{
  margin-bottom: 3rem;
}
.form .btn-wrap{
  gap: 1.6rem;
  margin-top: 5rem;
}
.form textarea{
  height: 20rem;
}


.contact.confirm .form label.label,
.pamphlet-form-confirm .form label.label{
  margin: 3rem 0 0.2em;
}


.contact.complete h1{
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0.5em;
}
.contact.complete p{
  text-align: left;
}
.contact.complete .btn-1{
  margin: 4rem auto 0;
}


h2.sort-h2{
  font-size: 1.8rem;
}
.sort-box{
  padding: 0 1.6rem;
  margin-bottom: 5rem;
}
.sort-box h3{
  font-size: 1.6rem;
  padding: 3rem 0;
}
.sort-box .accttl {
  pointer-events: auto;
  cursor: auto;
}
.sort-box .accshow {
  display: none;
  padding-bottom: 3rem;
}
.sort-box .accttl::after {
  content: "開く";
  display: inline-block;
  line-height: 1.9em;
  border-radius: 0.95em;
  padding: 0 0.8em;
  background: #fff;
  color: #1B5FDE;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sort-box .accttl.active::after {
  content: "閉じる";
}
.sort-box .wrap{
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.sort-box .wrap .input{
  flex-wrap: wrap;
}
.sort-box .wrap .select-wrap,
.sort-box .wrap .search-wrap,
.sort-box .wrap input[type=submit]{
  width: 100% !important;
}
.sort-box .wrap .search-wrap::before{
  width: 1.3rem;
  left: 1.2rem;
}
.sort-box .wrap .select-wrap select,
.sort-box .wrap .search-wrap input[type=text]{
  line-height: 5.4rem;
  font-size: 1.4rem;
}
.sort-box .wrap .search-wrap input[type=text]{
  padding-left: 3.4rem;
}
.sort-box .wrap input[type=submit]{
  line-height: 5.4rem;
  font-size: 1.6rem;
}
.sort-box .total{
  font-size: 1.6rem;
  margin-top: 3rem;
}
.sort-box .total .num{
  font-size: 2.8rem;
}


.select-box{
  width: 100%;
  padding: 4rem 1.6rem 2.4rem;
  top: 7rem;
}
.select-box.s-2{
  top: 14rem;
}
.select-box.s-3{
  top: 21rem;
}
.select-box .close{
  right: 1.6rem;
  top: 1.6rem;
}
.select-box h4{
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}
.select-box h4:not(:first-child){
  margin-top: 2.4rem;
}
.select-box .cat{
  font-size: 1.3rem;
}
.select-box .btn-wrap{
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.select-box button{
  width: 21.5rem;
  height: 5.2rem;
  border-radius: 2.6rem;
  font-size: 1.4rem;
}


footer{
  font-size: 1.4rem;
  margin-top: 6rem;
}

.footer-1{
  padding: 4rem 0 6rem;
}
.footer-1 .content{
  display: block;
}
.footer-1 .left,
.footer-1 .right{
  width: 100%;
  min-width: unset;
  max-width: unset;
}
.footer-1 img.logo{
  width: 29.5rem;
  margin: 5.5rem 0 3rem;
}
.footer-1 .hum-ttl{
  font-size: 1.6rem;
}
.footer-1 ul.sns{
  position: unset;
  margin: 4rem 0 0;
}

.footer-2{
  padding: 5.5rem 0 3rem;
}
.footer-2 .content{
  display: block;
}
.footer-2 .left,
.footer-2 .right{
  width: 100%;
}
.footer-2 .left a.logo{
  display: block;
  width: calc(100% - 3.2rem);
  margin: 0 auto 3rem;
}
.footer-2 .right{
  text-align: center;
}
.footer-2 ul.footer-nav{
  display: block;
}
.footer-2 ul.footer-nav li + li{
  margin: 0.8em 0 0;
}
.footer-2 .copy{
  font-size: 1rem;
  margin-top: 5rem;
}




}/*　スマホここまで */



