/*
Theme Name: apparelaisite
Description: アパレルアイ株式会社 WPテーマ
Author:
Version: 1.00
License:
License URI:
Text Domain:
Tested up to: 6.2
Requires PHP: 8.0
*/
/* Josh's Custom CSS Reset --- more customized */
*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%}body{line-height:1.0;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:inline-block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-size:100%}#root,#__next{isolation:isolate}

/* Basic settings */
br {letter-spacing:0;}
ul, li{list-style:none;}
img, a img{border:0; text-decoration:none;}
mark{background:#ff0; color:#000;}
b, strong{font-weight:bold;}
table{border-collapse:collapse; border-spacing:0;}

/* Base Set */
html {
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  font-size: 62.5%;
}
body {
  color:#333;
  font-family: "Shippori Mincho", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height:1.0;
  letter-spacing: .1rem;
}
a{
  background-color:transparent;
  outline:0;
  text-decoration:none;
  transition: all .5s;
}

:root{
  --pcl: 1600px;
  --pcm: 1296px;
  --thin: 300;
  --mid: 500;
  --bold: 700;
  --a-col: #111;
  --bg-c: #f7f7f3;
  --ff-snas: "Noto Sans JP", sans-serif;
  --ff-min: "Shippori Mincho", serif;
  --ff-en: "Outfit", sans-serif;
}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */
html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer {
  margin-top: auto;
}

h1, h2, h3, h4 {
  font-weight: normal;
}
a:link    {color: var(--a-col);}
a:visited {color: var(--a-col);}
a:hover   {color: #ccc;}
a:active  {color:#ccc;}


/* button */
a.btn_c {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  font-size: 90%;
  letter-spacing: .1em;
  vertical-align: middle;
}
a.btn_c::before,
a.btn_c::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow::before {
  right: 16px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn a{
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 24rem;
  padding: 1.5rem 3rem;
  background: #fff;
  border: 1px solid #444;
  color: #111;
  font-size: 1.4rem;
  font-weight: var(--mid);
  transition: 0.3s ease-in-out;
}
.btn a::before{
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -1.6rem;
  transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 1.2rem;
  height: .1rem;
  background-color: #444;
  transition: 0.3s;
}
.btn a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -1.6rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: .1rem;
  background-color: #444;
  transition: 0.3s;
}
.btn a:hover:before,
.btn a:hover:after {
  right: -2.4rem;
}
.btn a:hover {
  border-color: #fff;
}
.btn.bgg a:hover {
  background-color: #eae6da;
  border-color: #eae6da;
}
@media screen and (max-width:1080px){
  .btn a{
    line-height: 1.4;
  }
}

/*
form
---------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
button,
textarea {
  margin: 0;
  padding: 0;
  background-color: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input {
  font-size: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.8rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
  width: 100%;
}
input::placeholder{
  color: #ccc;
}
textarea {
  width: 100%;
  height: 10em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/* side btn
---------------------------------------------------------- */
@media screen and (max-width:1080px){
  .side_btn_wrap{
    display: none;
  }
}
@media screen and (min-width:1081px){
  .side_btn_wrap{
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 20;
  }
  .side_btn_wrap .side_btn{
    writing-mode: vertical-lr;
  }
  .side_btn_wrap .side_btn + .side_btn{
    margin-top: 1rem;
  }
  .side_btn_wrap .side_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
    border: 1px solid #333;
    color: #222;
    letter-spacing: .2em;
  }
  .side_btn_wrap .side_btn.job a > img,
  .side_btn_wrap .side_btn.mail a > img{
    display: inline-block;
    margin-bottom: .5rem;
  }
}

/* header
---------------------------------------------------------- */
.header_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 4rem;
  width: 100%;
  max-width: var(--pcl);
  height: 10rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.header_wrap .title{
  width: clamp(20rem, 20vw, 28rem);
}
.header_wrap .g_nav{
  flex: 1;
  font-family: var(--ff-snas);
}
@media screen and (max-width:767px){
  .header_wrap{
    height: 6rem;
    padding-right: 0;
    padding-left: 1rem;
  }
  .header_wrap .title{
    max-width: 100%;
  }
  .header_wrap .title img{
    width: 20rem;
    height: auto;
  }
}


@media screen and (min-width:1081px){
  .header{
    position: relative;
  }
  .header .h_mail{
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    background-color: #eee;
  }
  .header .h_mail a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .header .h_mail a img{
    width: 4rem;
    height: auto;
  }
  .navbar{
    display: none;
  }
  .nav_inner .mob_side_home{
    display: none;
  }
  .nav_inner > ul{
    display: flex;
    justify-content: flex-end;
  }
  .nav ul li{
    position: relative;
  }
  .nav ul li.mbm{
    display: none;
  }
  .nav ul > li{
    font-size: 1.5rem;
    /*font-weight: var(--mid);*/
  }
  .nav ul li.mb{
    display: none;
  }
  .nav ul li > ul{
    display: block;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
  }
  .nav ul li a{
    display: block;
    color: #111;
    padding: 1em 1em;
  }
  .nav ul li > ul li a{
    padding: 1em 1em;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    color: #111;
    font-size: 1.5rem;
  }
  .nav ul li > ul li a:hover{
    background-color: #e6e3dc;
  }
  .nav ul li.has-child::before{
    content: '';
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    transform: rotate(135deg);
  }
  .nav ul li.has-child + li.has-child{
    margin-left: 1em;
  }
  .nav li.has-child ul{
    position: absolute;
    top: 4.8rem;
    left: 0;
    z-index: 4;
    width: 280px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }
  .nav li.has-child:hover > ul,
  .nav li.has-child ul li:hover > ul,
  .nav li.has-child:active > ul,
  .nav li.has-child ul li:active > ul{
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width:1080px){
  .header_wrap{
    height: 6rem;
  }
  .h_mail{
    display: none;
  }
  /* nav ------------------------- */
  .navbar{
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 9999;
  }
  .drawer_btn{
    position: relative;
    width: 6rem;
    height: 6rem;
    background-color: #224684;
    border: none;
    cursor: pointer;
  }
  .drawer_btn > span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
  }
  .drawer_btn > span:first-child{
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
  }
  .drawer_btn > span:nth-child(2){
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }
  .drawer_btn > span:last-child{
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
  }

  .drawer_btn.active > span:first-child{
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer_btn.active > span:nth-child(2){
    opacity: 0;
  }
  .drawer_btn.active > span:last-child{
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 9998;
  }
  .nav.active{
    opacity: 1;
    visibility: visible;
  }
  .nav_inner{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    overflow: scroll;
  }
  .mob_side_home{
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    padding-left: 1rem;
    background-color: #f5f5f5;
    font-size: 1.4rem;
  }
  .mob_side_home a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #111;
  }
  .mob_side_home .dli-caret-left {
    display: inline-block;
    vertical-align: middle;
    color: #224684;
    line-height: 1;
    width: 0;
    height: 0;
    margin-right: 1rem;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-right-color: currentColor;
    border-left: 0;
  }
  .side_menu_title{
    padding: 1.5rem;
    background-color: #000;
    color: var(--col_base);
  }
  .nav ul{
    display: block;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .nav ul.nav_pare{
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .nav ul li > ul{
    padding-left: 2rem;
  }
  .nav ul li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    color: #111;
    text-decoration: none;
  }
  .nav ul li.has-child + li.has-child{
    margin-top: 1.5rem;
  }
  .nav ul li.mgt{
    margin-top: 1.5rem;
  }
  .fb{
    font-weight: var(--mid);
  }

  /* メニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){
  .nav ul{
    display: block;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .nav ul.nav_pare{
    padding-top: 4rem;
  }
}



/* HOME
---------------------------------------------------------- */
.fv{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: var(--pcl);
  height: 50vh;
  min-height: 64rem;
  margin-right: auto;
  margin-left: auto;
}
.fv_img_wrap{
  flex: 1;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

@keyframes zoomUp{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-img,
.swiper-img img{
  width: 100%;
  height: 100%;
}
.swiper-slide img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fv_catch{
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 24%;
  min-width: 24rem;
  padding-top: 5vw;
  font-family: var(--ff-min);
}
.fv_catch .catch_txt,
.fv_catch .cacth_sub p{
  writing-mode: vertical-lr;
}
.catch_txt h2{
  display: inline-block;
  margin-right: 2rem;
  padding-right: 2rem;
  border-right: 1px solid #ccc;
  font-size: clamp(2.8rem, 3.5vw, 4.4rem);
}
.cacth_sub p{
  padding-top: 1em;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 2;
}

@media screen and (max-width:767px){
  .fv{
    flex-direction: column;
    width: 100%;
    height: 60vh;
    min-height: 40rem;
  }
  .fv_img_wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .swiper-img,
  .swiper-img img{
    width: 100%;
    height: 100%;
  }
  .swiper-img img{
    object-fit: cover;
  }
  /*
  .fv_catch{
    position: absolute;
    bottom: 8rem;
    right: 3vw;
    color: #fff;
    z-index: 2;
  }
  */
  .fv_catch{
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){
  .fv{
    height: 46rem;
    min-height: auto;
  }
  .fv_img_wrap .swiper-wrapper{
    width: 100%;
    height: 46rem;
  }
  .swiper-img,
  .swiper-img img{
    width: 100%;
    height: 100%;
  }
  .swiper-img img{
    object-fit: cover;
  }
}


/* home online shop link */
.online_shop_link_wrap{
  margin-top: 16rem;
}
.online_shop_link{
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.online_shop_link .inner{
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 8rem;
}
.online_shop_link .inner .shop_img{
  width: 50%;
  max-height: 640px;
  overflow: hidden;
}
.online_shop_link .inner .shop_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online_shop_link .inner .desc{
  width: 50%;
  padding-top: 4rem;
  color: #111;
  z-index: 10;
}
.online_shop_link .inner .desc .shop_deco{
  display: inline-block;
  margin-bottom: 4.8rem;
}
.online_shop_link .inner .desc .shop_deco p{
  position: relative;
  padding-right: 8.5rem;
  color: #6b6864;
  font-size: 1.4rem;
  font-family: var(--ff-en);
}
.online_shop_link .inner .desc .shop_deco p::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8rem;
  height: .1rem;
  background-color: #6b6864;
}
.online_shop_link .inner .desc .catch{
  margin-bottom: 4.8rem;
  font-size: clamp(2.8rem, 2.5vw, 3.2rem);
  font-weight: var(--mid);
  font-family: var(--ff-min);
  line-height: 1.6;
}
.online_shop_link .inner .desc p{
  font-size: 1.8rem;
  line-height: 2;
}
.online_shop_link .inner .desc p + p{
  margin-top: 1em;
}
.online_shop_link .inner .desc .btn{
  margin-top: 6.4rem;
}
.online_shop_link .inner .desc .btn a{
  width: 90%;
  max-width: 90%;
}

@media screen and (max-width:767px){
  .online_shop_link_wrap{
    margin-top: 10rem;
  }
  .online_shop_link{
    padding-right: 0;
    padding-left: 0;
  }
  .online_shop_link .inner{
    flex-direction: column;
    gap: 2.4rem;
  }
  .online_shop_link .inner .shop_img{
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .online_shop_link .inner .desc{
    position: relative;
    width: 100%;
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .online_shop_link .inner .desc p{
    font-size: 1.4rem;
    text-align: justify;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){
  .online_shop_link_wrap{
    margin-top: 12vw;
  }
  .online_shop_link{
    padding-right: 0;
    padding-left: 0;
  }
  .online_shop_link .inner{
    gap: 4.8rem;
  }
  .online_shop_link .inner .desc{
    width: 60%;
    padding: 4rem 3.2rem;
  }
  .online_shop_link .inner .desc .catch{
    margin-bottom: 3.2rem;
    line-height: 1.8;
  }
  .online_shop_link .inner .desc p{
    font-size: 1.4rem;
    text-align: justify;
  }
}

/* home img line */
.home_img_line{
  margin-top: 16rem;
}
.home_img_line .inner{
  width: 100%;
  overflow: hidden;
}
.home_img_line .img_line{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 25%; /* PCは4列 */
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home_img_line .img_line li{
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.home_img_line .img_line li img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:767px){
  .home_img_line{
    margin-top: 8rem;
  }
  .home_img_line .img_line{
    grid-auto-columns: 50%;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){
  .home_img_line{
    margin-top: 12vw;
  }
}


/* home brand link */
.brand_link_wrap{
  margin-top: 12vw;
}
.brand_link_wrap .inner{
  position: relative;
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.home_brand_title{
  margin-bottom: 10vw;
  text-align: center;
}
.home_brand_title h2{
  color: #524841;
  font-size: clamp(2.4rem, 3.5vw, 4.8rem);
}
.home_brand_title .sub{
  margin-top: 2.4rem;
  color: #6b6864;
  font-size: 1.4rem;
  font-family: var(--ff-en);
}

.brand_block + .brand_block{
  margin-top: 12.8rem;
}
.brand_block .brand_main_img{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.brand_block .brand_main_img img{
  position: absolute;
  bottom: 0;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand_block .brand_info{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 8rem;
}
.brand_block .brand_desc{
  width: 60%;
}
.brand_block .brand_name{
  flex: 1;
}
.brand_block .brand_name .brand_name_deco{
  display: inline-block;
  margin-bottom: 4.8rem;
}
.brand_block .brand_name .brand_name_deco p{
  position: relative;
  padding-right: 8.5rem;
  color: #6b6864;
  font-size: 1.4rem;
  font-family: var(--ff-en);
}
.brand_block .brand_name .brand_name_deco p::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8rem;
  height: .1rem;
  background-color: #6b6864;
}
.brand_block .brand_name .brand_logo img{
  width: auto;
  max-width: 30rem;
  max-height: 12rem;
}
.brand_block .brand_name .brand_logo img.aiai{
  width: auto;
  max-height: 8rem;
}

.brand_block .brand_desc .brand_catch{
  margin-bottom: 4rem;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: var(--mid);
  font-family: var(--ff-min);
  line-height: 1.6;
}
.brand_block .brand_desc p{
  font-size: 1.6rem;
  line-height: 2;
}
.brand_block .brand_desc .btn{
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
  padding-right: 2rem;
}

@media screen and (max-width:767px){
  .brand_link_wrap{
    margin-top: 8rem;
  }
  .brand_link_wrap .inner{
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .brand_block + .brand_block{
    margin-top: 8rem;
  }
  .brand_block .brand_main_img{
    aspect-ratio: 4/6;
  }
  .brand_block .brand_info{
    flex-direction: column;
    gap: 4.8rem;
    margin-top: 2.4rem;
  }
  .brand_block .brand_desc{
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){

}


/* home news */
.home_news_wrap{
  margin-top: 12vw;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-color: var(--bg-c);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #888;
}
.home_news_wrap .inner{
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.home_news_title{
  margin-bottom: 8vw;
  text-align: center;
}
.home_news_title h2{
  color: #524841;
  font-size: clamp(2.4rem, 3.5vw, 4.8rem);
}
.home_news_title .en{
  margin-top: 2.4rem;
  color: #6b6864;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-family: var(--ff-en);
}

.home_news_list .post_list{
  border-top: 1px solid #ddd;
}
.post_list li{
  border-bottom: 1px solid #ddd;
}
.post_list li a{
  display: flex;
  align-items: center;
  padding: 2rem;
  color: #111;
  line-height: 1.8;
}
.post_list li a:hover{
  background-color: #fff;
}
.post_list li a .date{
  width: 12rem !important;
}
.post_list li a .cat{
  padding-right: 3rem;
}
.post_list li a .cat span{
  display: inline-block;
  padding: 1rem 1rem;
  /*background-color: #e3f0f2;*/
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1;
}
.post_list li a .post_title{
  flex: 1;
}

.home_news_list .more{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4rem;
  font-weight: var(--mid);
}
.home_news_list .more a{
  position: relative;
  display: inline-block;
}

@media screen and (max-width:767px){
  .home_news_wrap{
    margin-top: 10rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .home_news_title h2{
    text-align: center;
  }
  .home_news_title .en{
    margin-bottom: 4rem;
    text-align: center;
  }
  .home_news_wrap .inner{
    display: block;
  }
  .post_list li a{
    display: block;
    padding: 2rem 0;
  }
  .post_list li a .date{
    font-size: 1.2rem;
  }
  .post_list li a .cat{
    margin-top: 1rem;
  }
  .post_list li a .cat span{
    font-size: 1.2rem;
  }
  .post_list li a .post_title{
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .home_news_list .more{
    justify-content: center;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){
  .home_news_wrap{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .home_news_wrap .inner{
    display: block;
  }
  .home_news_title h2{
    font-size: 2.8rem;
    text-align: center;
  }
  .home_news_title .en{
    margin-bottom: 4rem;
    text-align: center;
  }
  .home_news_list .more{
    justify-content: center;
  }
}


/* home link */
.home_link_wrap{
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}
.home_link{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .1rem;
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.home_biz_link,
.home_recruit_link{
  width: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.home_biz_link a,
.home_recruit_link a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.home_biz_link a .txt,
.home_recruit_link a .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  transition: all .5s;
  z-index: 10;
}
.home_biz_link a:hover .txt,
.home_recruit_link a:hover .txt{
  color: #111;
}
.home_biz_link a .txt .item,
.home_recruit_link a .txt .item{
  font-size: clamp(2rem, 2.5vw, 4rem);
  letter-spacing: .1em;
}
.home_biz_link a .txt .en,
.home_recruit_link a .txt .en{
  margin-top: 1em;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-family: var(--ff-en);
}
.home_biz_link a .filter,
.home_recruit_link a .filter{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s;
  z-index: 1;
}
.home_biz_link a:hover .filter,
.home_recruit_link a:hover .filter{
  background-color: rgba(0, 0, 0, 0);
}
.home_biz_link a img,
.home_recruit_link a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

@media screen and (max-width:767px){
  .home_link_wrap{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .home_link{
    display: block;
  }
  .home_recruit_link{
    margin-top: 2.4rem;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){
  .home_link_wrap{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* contents
---------------------------------------------------------- */
.sub_header{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--pcl);
  min-height: 20vh;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.sub_header h1{
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
}
.sub_header h1.company,
.sub_header h1.exhibition,
.sub_header h1.social{
  color: #111;
}

.pagepath{
  width: 100%;
  max-width: var(--pcm);
  margin-top: 1.6rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.pagepath ul{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
.pagepath ul li{
  font-size: 1.4rem;
}
.pagepath ul li::after{
  content: "/";
  margin-right: 1rem;
  padding-left: 1rem;
}
.pagepath ul li:last-child:after{
  content: "";
  margin-right: 0;
  padding-left: 0;
}
.pagepath ul li a{
  display: inline-block;
  padding-bottom: .2rem;
  border-bottom: 1px solid #666;
}

@media screen and (max-width:1080px){
  .pagepath{
    min-height: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .pagepath ul{
    width: 100%;
    justify-content: flex-start;
    white-space: nowrap;
    word-break: break-all;
    overflow-x: scroll;
  }
  .pagepath ul::-webkit-scrollbar{
    display: none;
  }
  .pagepath ul li{
    font-size: 1.2rem;
  }
}



.pcm{
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width:767px){
  .pcm{
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.block{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.block.pdl{
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}
.block.pdbl{
  padding-bottom: 16rem;
}
.block.fst,
.block.notp{
  padding-top: 0;
}
.block.nobp{
  padding-bottom: 0;
}
.block.notpbp{
  padding-top: 0;
  padding-bottom: 0;
}
.block_bg{
  background-color: var(--bg-c);
}
@media screen and (max-width:767px){
  .block{
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .block.pdl{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .block.pdbl{
    padding-bottom: 10rem;
  }
}

.hd2 h2{
  /*color: #222;*/
  color: #524841;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.4;
}
.hd2 .en{
  margin-top: 1rem;
  color: #6b6864;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-family: var(--ff-en);
  font-weight: normal;
}



/* company -------------------------------- */
/* message */
.message_title{
  text-align: center;
}
.message_wrap .inner{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 8rem;
  margin-top: 8rem;
}
.message_wrap .inner .message_photo{
  position: relative;
  width: 34%;
}
.message_wrap .inner .message_photo img{
  position: absolute;
  bottom: 0;
  left: 0;
}
.message_wrap .inner .message_desc{
  flex: 1;
  line-height: 2;
}
.message_wrap .inner .message_desc p + p{
  margin-top: 1.5em;
}
.message_wrap .inner .message_desc p .pres{
  display: inline-block;
  margin-left: 1rem;
  font-size: 120%;
}

@media screen and (max-width:767px){
  .message_wrap .inner{
    display: block;
    margin-top: 4.8rem;
  }
  .message_wrap .inner .message_photo{
    width: 100%;
    margin-top: 4rem;
    text-align: center;
  }
  .message_wrap .inner .message_photo img{
    position: relative;
    width: 80%;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .message_wrap .inner{
    gap: 4rem;
  }
  .message_wrap .inner .message_desc{
    font-size: 1.4rem;
  }
}


/* philosphy_line */
.philosophy_title{
  text-align: center;
}
.philosophy_line{
  position: relative;
  margin-top: 10rem;
  display: flex;
}
.philosophy_line:nth-child(odd){
  justify-content: flex-end;
}
.philosophy_block{
  display: flex;
  gap: 5.6rem;
  width: 86%;
}
.philosophy_block.rr{
  flex-direction: row-reverse;
}
.philosophy_img{
  width: 40%;
}
.philosophy_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.philosophy_desc{
  flex: 1;
}
.philosophy_desc h3{
  margin-bottom: 1em;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-family: var(--ff-min);
  /*font-weight: var(--bold);*/
  line-height: 1.4;
}
.philosophy_desc p{
  line-height: 2;
  text-align: justify;
}
.philosophy_desc p + p{
  margin-top: 1em;
}

@media screen and (max-width:767px){
  .philosophy_line{
    display: block;
    margin-top: 8rem;
  }
  .philosophy_block{
    display: block;
  }
  .philosophy_block,
  .philosophy_img{
    width: 100%;
  }
  .philosophy_desc p{
    font-size: 1.4rem;
  }
  .philosophy_img{
    margin-top: 4rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .philosophy_block{
    width: 100%;
  }
  .philosophy_desc p{
    font-size: 1.4rem;
  }
}


/* company profile */
.company_profile{
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}
.company_profile .company_profile_title{
  min-width: 24rem;
}
.company_profile .company_profile_info{
  flex: 1;
}
.company_profile .company_profile_info ul{
  border-top: 1px solid #e5e5e5;
}
.company_profile .company_profile_info li{
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem;
  line-height: 2;
}
.company_profile .company_profile_info li .item{
  width: 18rem;
}
.company_profile .company_profile_info li .desc{
  flex: 1;
}

.access_wrap{
  margin-top: 5.6rem;
}
.access_wrap iframe{
  width: 100%;
  aspect-ratio: 3/2;
}
.access_wrap p{
  margin-top: 1em;
  font-size: 1.4rem;
}

@media screen and (max-width:767px){
  .company_profile{
    display: block;
  }
  .company_profile .company_profile_title{
    width: 100%;
    margin-bottom: 4rem;
  }
  .company_profile .company_profile_info li{
    display: block;
  }
  .company_profile .company_profile_info li .item{
    width: 100%;
    font-weight: var(--mid);
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .company_profile{
    display: block;
  }
  .company_profile .company_profile_title{
    width: 100%;
    margin-bottom: 4rem;
  }
}


/* history */
.history_wrap{
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem;
}
.history_wrap .history_title{
  flex: 1;
  padding-top: 2.4rem;
  padding-left: 6.4rem;
  border-left: 1px solid #ccc;
}
.history_wrap .history_info{
  width: 60%;
}
.history_info li{
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}
.history_info li .item{
  width: 16rem;
}
.history_info li .desc{
  flex: 1;
}

@media screen and (max-width:767px){
  .history_wrap{
    display: block;
  }
  .history_wrap .history_title{
    margin-bottom: 2.4rem;
    padding-top: 0;
    padding-left: 0;
    border-left: 0;
  }
  .history_wrap .history_info{
    width: 100%;
  }
  .history_info li{
    display: block;
  }
  .history_info li .item{
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .history_wrap{
    display: block;
  }
  .history_wrap .history_title{
    margin-bottom: 4rem;
    padding-left: 0;
    border-left: 0;
  }
  .history_wrap .history_info{
    width: 100%;
  }
}


/* social -------------------------------- */
.social_title{
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.social_wrap{
  margin-top: 4.8rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: var(--bg-c);
}
.social_block{
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.social_block li{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8rem;
  padding: 8rem;
  background-color: #fff;
}
.social_block li.nogrid{
  display: block;
}
.social_block li + li{
  margin-top: 4rem;
}
.social_block li h3{
  margin-bottom: 1em;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: var(--bold);
  line-height: 1.6;
}
.social_block li p{
  line-height: 2;
  text-align: justify;
}

.charity_list{
  margin-top: 4.8rem;
  border-top: 1px solid #e5e5e5;
}
.charity_list li{
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem;
  line-height: 1.8;
}
.charity_list li a{
  text-decoration: underline;
}
.charity_list li a:hover{
  text-decoration: none;
}
.charity_list li .date{
  width: 15rem;
  padding-left: 1em;
}
.charity_list li .name{
  width: 20rem;
}
.charity_list li .desc{
  flex: 1;
  padding-right: 1em;
}
.charity_list li .desc p{
  text-align: justify;
}

@media screen and (max-width:767px){
  .social_title{
    text-align: center;
  }
  .social_wrap{
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .social_block{
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .social_block li{
    display: block;
    padding: 4rem 2rem;
  }
  .social_block li p{
    font-size: 1.4rem;
  }
  .social_block li .photo{
    margin-top: 2.4rem;
  }
  .charity_list li{
    flex-direction: column;
  }

  .charity_list li .date,
  .charity_list li .name,
  .charity_list li .desc{
    width: 100%;
  }
  .charity_list li .date{
    margin-bottom: 1rem;
    padding-left: 0;
  }
  .charity_list li .name{
    margin-bottom: 1rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .social_wrap{
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .social_block li{
    gap: 4.8rem;
    padding: 4rem;
  }
}


/* business -------------------------------- */
.business_header{
  text-align: center;
}
.business_header h2{
  position: relative;
  display: inline-block;
  margin-bottom: 8rem;
  font-size: clamp(2rem, 3vw, 3.2rem);
  /*font-weight: var(--bold);*/
}
.business_header h2::before{
  content: '';
  position: absolute;
  bottom: -3.2rem;
  display: inline-block;
  width: 6rem;
  height: .1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #518fc1;
}
.business_header p{
  line-height: 2;
}

.business_line{
  position: relative;
  margin-top: 10rem;
}
.business_block{
  display: flex;
  flex-direction: row;
  gap: 5.6rem;
  width: 100%;
}
.business_img{
  display: flex;
  align-items: center;
  width: 30%;
}
.business_img img{
  width: 100%;
  height: auto;
}
.business_desc{
  flex: 1;
  display: grid;
  grid-template-columns: 10rem 1fr;
}
.business_desc .num{
  border-right: 1px solid #ccc;
}
.business_desc .num span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background-color: #1b3e7c;
  border-radius: 50%;
  color: #fff;
  font-size: 3rem;
}
.business_desc .txt{
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.2rem;
}
.business_desc h3{
  margin-bottom: 1em;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-family: var(--ff-min);
  font-weight: var(--bold);
  line-height: 1.4;
}
.business_desc h3 .num_sp{
  display: none;
}
.business_desc p{
  line-height: 2;
  text-align: justify;
}
.business_desc p + p{
  margin-top: 1em;
}

@media screen and (max-width:767px){
  .business_line{
    margin-top: 6.4rem;
  }
  .business_block{
    flex-direction: column;
    gap: 3.2rem;
  }
  .business_img{
    width: 100%;
    justify-content: center;
  }
  .business_desc{
    display: block;
    width: 100%;
  }
  .business_desc .txt{
    padding-left: 0;
  }
  .business_desc .num{
    display: none;
  }
  .business_desc h3{
    display: flex;
    align-items: center;
  }
  .business_desc h3 .num_sp{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    background-color: #1b3e7c;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
    font-family: var(--ff-snas);
    font-weight: 400;
  }
  .business_desc h3 .hd{
    flex: 1;
    padding-left: 1rem;
  }
  .business_desc p{
    font-size: 1.4rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .business_block{
    flex-direction: column;
  }
  .business_img{
    width: 100%;
    justify-content: flex-end;
  }
  .business_img img{
    width: 50%;
  }
}

/* quality */
.quality_header{
  text-align: center;
}
.quality_header h2{
  position: relative;
  display: inline-block;
  margin-bottom: 8rem;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: var(--bold);
}
.quality_header h2::before{
  content: '';
  position: absolute;
  bottom: -3.2rem;
  display: inline-block;
  width: 6rem;
  height: .1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #518fc1;
}

.quality_list{
  border-top: 1px solid #e5e5e5;
}
.quality_list li{
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
  line-height: 2;
}
.quality_list li .date{
  width: 14rem;
}
.quality_list li .desc{
  flex: 1;
}
@media screen and (max-width:767px){
  .quality_header h2{
    line-height: 1.6;
  }
  .quality_list li{
    flex-direction: column;
    font-size: 1.4rem;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){
  .quality_list li{
    flex-direction: column;
  }
}


/* retailer */
.retailer_outer{
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-image: url(images/scarf-255515_1920.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.retailer_wrap{
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 8rem;
  background-color: rgba(255,255,255,.8);
}
.retailer_title{
  text-align: center;
}

.retailer_body{
  margin-top: 4.8rem;
}
.shop_list{
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #fff;
}
.shop_list.fst{
  margin-top: 4rem;
  border-top: 1px solid #fff;
}
.shop_list dt{
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: var(--mid);
}
.shop_list dd{
  margin-top: 1em;
}
.shop_list dd img{
  display: inline-block;
  width: auto;
  height: 1.4rem;
  vertical-align: baseline;
}
.shop_list dd a:hover img{
  opacity: .3;
}

.retailer_wrap .alert{
  margin-top: 4rem;
  line-height: 1.8;
}

@media screen and (max-width:767px){
  .retailer_outer{
    padding: 4.8rem 2rem;
  }
  .retailer_wrap{
    padding: 4rem 2rem;
  }
  .retailer_wrap .hd2{
    text-align: center;
  }
  .retailer_body{
    margin-top: 2.4rem;
  }
  .retailer_body p{
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .shop_list{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .shop_list.fst{
    margin-top: 2.4rem;
  }
  .shop_list dt{
    line-height: 1.6;
  }
  .shop_list dd{
    margin-top: .5rem;
  }
  .retailer_wrap .alert{
    margin-top: 2rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .retailer_outer{
    padding: 8rem 4rem;
  }
}

/* flow */
.flow_wrap{
  display: flex;
  flex-direction: row;
  gap: 8rem;
}
.flow_title{
  width: 30rem;
}
.flow_body{
  flex: 1;
}
.flow_item{
  position: relative;
  display: flex;
  align-items: stretch;
  padding-bottom: 4rem;
  padding-left: 5rem;
}
.flow_item .mark{
  position: absolute;
  top: .6rem;
  left: 0;
  color: #1b3e7c;
  font-size: 2.2rem;
  z-index: 2;
}
.flow_item::before{
  content: "";
  position: absolute;
  left: 1rem;
  top: 2rem;
  bottom: -1rem;
  width: 1px;
  background: #ccc;
  z-index: 1;
}
.flow_item:last-child::before{
  display: none;
}
.flow_block{
  padding-top: .5rem;
  padding-bottom: 4rem;
}
.flow_item:last-child .flow_block{
  padding-bottom: 0;
}
.flow_block h3{
  margin-bottom: 1em;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: var(--mid);
}
.flow_block p{
  line-height: 2;
}

@media screen and (max-width:767px){
  .flow_wrap{
    flex-direction: column;
    gap: 4.8rem;
  }
  .flow_title{
    width: 100%;
  }
  .flow_item{
    padding-bottom: 0;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .flow_wrap{
    flex-direction: column;
  }
}


/* voice */
.voice_wrap{
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: var(--bg-c);
}
.voice_title{
  margin-bottom: 4.8rem;
  text-align: center;
}
.voice_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.voice_list li{
  position: relative;
  padding: 4rem;
  background-color: #fff;
  border-radius: .8rem;
}
.voice_list li .voice_item{
  margin-bottom: 1em;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: var(--mid);
  line-height: 1.6;
}
.voice_list li p{
  line-height: 2;
  text-align: justify;
}
.voice_list li .name{
  margin-top: 1em;
  text-align: right;
}

@media screen and (max-width:767px){
  .voice_wrap{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .voice_list{
    grid-template-columns: 1fr;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .voice_list li{
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .voice_list li p,
  .voice_list li .name{
    font-size: 1.4rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .voice_list li p,
  .voice_list li .name{
    font-size: 1.4rem;
  }
}

.mask_buyers{
  width: 100%;
  max-width: var(--pcm);
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.mask_buyers_title{
  font-size: 2rem;
  font-weight: var(--mid);
}
.mask_buyers_voice{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}
.mask_buyers_voice li{
  padding: 4rem;
  background-color: #fff;
  border-radius: .8rem;
}
.mask_buyers_voice li p{
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width:767px){
  .mask_buyers{
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .mask_buyers_title{
    line-height: 1.6;
  }
  .mask_buyers_voice{
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .mask_buyers_voice li{
    padding: 2.4rem;
  }
  .mask_buyers_voice li p{
    font-size: 1.4rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .mask_buyers_voice{
    grid-template-columns: repeat(2, 1fr);
  }
  .mask_buyers_voice li p{
    font-size: 1.4rem;
  }
}


/* brand -------------------------------- */
.brand_wrap{
  margin-top: 16rem;
}
.brand_wrap.fst{
  margin-top: 8rem;
}
.brand_info_title h3{
  text-align: center;
}
.brand_info_title h3 img{
  max-width: 30rem;
  height: auto;
  max-height: 20rem;
}
.brand_info_title h3 img.aiai{
  width: auto;
  max-height: 10rem;
}
.brand_wrap .inner{
  display: flex;
  flex-direction: row;
  gap: 8rem;
  margin-top: 8rem;
}
.brand_wrap .inner .brand_img{
  width: 40%;
  max-width: 400rem;
}
.brand_wrap .inner .brand_info{
  flex: 1;
  padding-top: 8rem;
}
.brand_info .catch{
  margin-bottom: 4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #999;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: var(--mid);
  font-family: var(--ff-min);
  line-height: 1.6;
}
.brand_info p{
  line-height: 2;
}
.brand_info p + p{
  margin-top: 1em;
}
.brand_item_wrap{
  display: flex;
  gap: .1rem;
  margin-top: 4.8rem;
}

@media screen and (max-width:767px){
  .brand_wrap{
    margin-top: 8rem;
  }
  .brand_info_title h3 img{
    max-width: 28rem;
    height: auto;
    max-height: 10rem;
  }
  .brand_info_title h3 img.aiai{
    width: auto;
    max-height: 6rem;
  }
  .brand_info_title h3 img.raquna{
    width: auto;
    max-height: 4rem;
  }
  .brand_wrap .inner{
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
  .brand_wrap .inner .brand_img{
    width: 100%;
  }
  .brand_wrap .inner .brand_info{
    padding-top: 0;
  }
  .brand_info p{
    font-size: 1.4rem;
  }
  .brand_item_wrap{
    margin-top: 2.4rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .brand_wrap{
    margin-top: 12.8rem;
  }
  .brand_wrap .inner{
    gap: 4rem;
    margin-top: 4.8rem;
  }
  .brand_wrap .inner .brand_info{
    padding-top: 4rem;
  }
  .brand_info p{
    font-size: 1.4rem;
  }
}


/* exhibition -------------------------------- */
.expo_wrap{
  display: flex;
  flex-direction: row;
  gap: 4rem;
}
.expo_wrap + .expo_wrap{
  margin-top: 10rem;
}
.expo_wrap .expo_title{
  min-width: 30rem;
}
.expo_wrap .expo_body{
  flex: 1;
  padding-bottom: 10rem;
  overflow: hidden;
}
.expo_inner{
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.expo_inner .expo_mainimg{
  width: 40%;
}
.expo_inner .expo_mainimg img{
  width: 100%;
  height: auto;
}
.expo_inner .expo_txt{
  position: relative;
  flex: 1;
  padding-left: 4rem;
  line-height: 2;
}
.expo_inner .expo_txt h3{
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: var(--mid);
}
.expo_inner .expo_txt p{
  margin-top: 1.5em;
}
.expo_inner .expo_subimg{
  position: absolute;
  right: 0;
  bottom: -10rem;
  width: 30%;
}

@media screen and (max-width:767px){
  .expo_wrap,
  .expo_inner{
    flex-direction: column;
  }
  .expo_wrap .expo_body{
    padding-bottom: 0;
  }
  .expo_inner .expo_mainimg,
  .expo_inner .expo_subimg{
    width: 100%;
  }
  .expo_inner .expo_subimg{
    position: relative;
    top: 0;
    left: 0;
  }
  .expo_inner .expo_txt{
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-left: 0;
  }
  .expo_inner .expo_txt p{
    font-size: 1.4rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .expo_wrap{
    flex-direction: column;
  }
  .expo_inner .expo_txt p{
    font-size: 1.4rem;
  }
}

/* news -------------------------------- */
.news_cat ul{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.news_cat ul li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .4rem;
  color: #111;
  font-size: 1.4rem;
}
.news_cat ul li a img{
  display: inline-block;
  width: auto;
  height: 1.6rem;
  margin-right: .5rem;
}
.news_cat ul li a:hover{
  background-color: #eee;
}

@media screen and (max-width:767px){
  .news_cat ul{
    gap: 1rem;
  }
  .news_cat ul li a{
    padding: 1.2rem 1rem;
    font-size: 1.2rem;
  }
}

.news_list{
  margin-top: 4.8rem;
}
.news_list .post_list{
  border-top: 1px solid #ddd;
}
.news_list .post_list a{
  background-color: #fff;
}
.news_list .post_list a:hover{
  background-color: #f7f7f7;
}

/* post detail */
.post_detail_wrap{
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.post_header{
  margin-bottom: 4.8rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}
.post_header .date{
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: var(--thin);
}
.post_header .date .release,
.post_header .date .update{
  position: relative;
  display: flex;
  align-items: center;
}
.post_header .date .release img,
.post_header .date .update img{
  display: inline-block;
  width: auto;
  height: 2rem;
  margin-right: .2rem;
}

.post_header h1{
  padding-top: 2rem;
  padding-bottom: 3rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: var(--bold);
  line-height: 1.6;
}
.post_header .cat a{
  display: inline-block;
  padding: 0 2rem;
  border: 1px solid #ddd;
  border-radius: 1.6rem;
  color: #666;
  font-size: 1.4rem;
  line-height: 3.2rem;
}

.post_body{
  line-height: 2;
}
.post_body p + p,
.post_body p + figure,
.post_body figure + p,
.post_body figure + figure{
  margin-top: 3rem;
}
.post_body img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 800px;
}
.post_body a{
  color: #36c;
  text-decoration: underline;
}
.post_body a:hover{
  color: #ccc;
  text-decoration: none;
}

.post_footer{
  margin-top: 8rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.sns_share{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.sns_share .sns_box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
}
.sns_share .sns_box.fb img{
  width: auto;
  height: 3.2rem;
}
.sns_share .sns_box.tw img{
  width: auto;
  height: 2.8rem;
}

.related_post{
  margin-top: 6.4rem;
}
.related_post h2{
  margin-bottom: 1em;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: var(--bold);
}
.related_post_list{
  border-top: 1px solid #e5e5e5;
}
.related_post_list li{
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.8;
}
.related_post_list li a{
  display: flex;
  flex-direction: row;
  padding: 2rem 1rem;
  background-color: #fff;
  line-height: 1.8;
}
.related_post_list li a:hover{
  background-color: #f7f7f7;
}
.related_post_list li .date{
  width: 14rem;
}
.related_post_list li .post_title{
  flex: 1;
}

@media screen and (max-width:767px){
  .post_detail_wrap{
    padding-right: 0;
    padding-left: 0;
  }
  .post_header .date{
    font-size: 1.2rem;
  }
  .post_header .cat a{
    font-size: 1.2rem;
  }

  .related_post_list li a{
    flex-direction: column;
  }
  .related_post_list li .date{
    width: 100%;
    font-size: 1.2rem;
  }
  .related_post_list li .post_title{
    font-size: 1.4rem;
  }
}



/* media -------------------------------- */
.media_wrap ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4rem;
}
.media_wrap ul li figure{
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.media_wrap ul li figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.media_wrap ul li .media_post_title{
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: var(--mid);
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width:767px){
  .media_wrap ul{
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
  .media_wrap ul li .media_post_title{
    font-size: 1.4rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .media_wrap ul{
    grid-template-columns: repeat(2, 1fr);
  }
  .media_wrap ul li .media_post_title{
    font-weight: normal;
  }
}

/* media detail */
.media_detail_wrap{
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.media_detail_header{
  margin-bottom: 4.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}
.media_detail_header h1{
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: var(--bold);
  line-height: 1.6;
}
.media_body{
  line-height: 2;
}
.media_body p + p,
.media_body p + figure,
.media_body figure + p,
.media_body figure + figure{
  margin-top: 3rem;
}
.media_footer{
  margin-top: 8rem;
}
.media_footer .back{
  text-align: center;
}


a.back_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20rem;
  height: 4.8rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #eee;
  border-radius: 2.4rem;
  color: #333;
  font-size: 1.4rem;
}
a.back_btn img{
  display: inline-block;
  width: auto;
  height: 1.6rem;
  margin-right: 1rem;
}



/* post common */
.post_body h2,
.media_body h2{
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 1.5rem;
  border-left: 4px solid #36c;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: var(--bold);
}
.post_body h3,
.media_body h3{
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: var(--bold);
}


/* recruit -------------------------------- */
.no-job p{
  line-height: 2;
}
.no-job p + p{
  margin-top: 1.5em;
}


/* contact -------------------------------- */
.contact_wrap{
  padding-bottom: 12.8rem;
}
.contact_wrap .inner{
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.contact_intro{
  line-height: 2;
}

.contact_body{
  margin-top: 4.8rem;
  padding: 6.4rem;
  background-color: #f7f7f7;
  border-radius: .8rem;
}
.contact_body dt{
  display: flex;
  align-items: center;
  font-weight: var(--mid);
}
.contact_body dt .required{
  display: inline-block;
  margin-left: 1rem;
  padding: 0 .8rem;
  background-color: #fff;
  border: 1px solid #e5000f;
  border-radius: 3px;
  color: #e5000f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}
.contact_body dd{
  margin-top: 1.6rem;
}
.contact_body dd + dt{
  margin-top: 3.2rem;
}
.contact_body input.w-min{
  width: 40%;
}
.contact_body .consent{
  margin-top: 2.4rem;
}
.contact_body .consent span{
  display: inline-block;
  margin-left: .5rem;
}
.contact_body .consent a{
  text-decoration: underline;
}
.contact_body .submit_btn{
  margin-top: 4rem;
  text-align: center;
}
.contact_body .submit_btn input[type=submit]{
  width: 10rem;
  height: 4rem;
  background-color: #224684;
  border: 0;
  color: #fff;
  cursor: pointer;
  letter-spacing: .1em;
}

.contact_wrap .comp_title{
  margin-bottom: 4rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  text-align: center;
}
.contact_wrap .comp_body{
  display: flex;
  justify-content: center;
  line-height: 2;
}

@media screen and (max-width:767px){
  .contact_wrap .inner{
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .contact_intro{
    font-size: 1.4rem;
  }
  .contact_body{
    margin-top: 2.4rem;
    padding: 4rem 2rem;
  }
}

/* CF7 */
.wpcf7-not-valid-tip{
  display: inline-block;
  margin-top: .5rem;
  font-family: var(--ff-snas);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  padding: .5em 1em;
  background-color: #ffb900;
  color: #111;
  font-family: var(--ff-snas);
}
.wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

/* privacy -------------------------------- */
.privacy_wrap{
  display: flex;
  gap: 8rem;
}

.privacy_wrap .privacy_title{
  width: 20%;
  min-width: 32rem;
}
.privacy_title .hd2 h2{
  margin-bottom: 1.6rem;
}
.privacy_title .hd2 h2 .sub{
  display: block;
  font-size: 2.4rem;
  font-weight: var(--thin);
}

.privacy_body{
  flex: 1;
  font-size: 1.4rem;
}
.privacy_body p{
  line-height: 2;
}
.privacy_body dl{
  margin-top: 4rem;
}
.privacy_body dl dt{
  font-size: 1.8rem;
  font-weight: var(--bold);
}
.privacy_body dl dd{
  margin-top: 1em;
  line-height: 2;
}
.privacy_body dl dd ul.list-disc{
  padding-left: 1em;
}
.privacy_body dl dd ul.list-disc li{
  list-style: disc;
}

@media screen and (max-width:767px){
  .privacy_wrap{
    display: block;
  }
  .privacy_wrap .privacy_title{
    width: 100%;
    text-align: center;
  }
  .privacy_title .hd2 h2 .sub{
    display: block;
    font-size: 1.8rem;
    font-weight: var(--thin);
  }
  .privacy_body{
    margin-top: 4.8rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .privacy_wrap{
    display: block;
  }
  .privacy_wrap .privacy_title{
    width: 100%;
  }
  .privacy_title .hd2 h2 .sub{
    display: inline;
  }
  .privacy_body{
    margin-top: 4.8rem;
  }
}

.cookies{
  margin-top: 4.8rem;
}
.cookies ul.list-disc{
  padding-left: 2em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.cookies ul.list-disc li{
  list-style: disc;
}
.cookies ul.list-disc li + li{
  margin-top: 1em;
}

/* cta -------------------------------- */
.cta_wrap{
  position: relative;
  display: flex;
  justify-content: center;
  background: center/cover url(images/cta_bg.jpg) no-repeat;
  z-index: 0;
}
.cta_wrap .filter{
  width: 100%;
  height: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: rgba(255,255,255,.4);
}

.cta{
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 8rem 4rem;
  background-color: rgba(229,226,218,.8);
}
.cta .cta_title{
  margin-bottom: 4rem;
  text-align: center;
}
.cta .desc{
  margin-bottom: 4rem;
  text-align: center;
}
.cta .inner{
  display: flex;
  align-items: center;
  gap: 8rem;
  width: 100%;
}
.cta .inner .cta_tel,
.cta .inner .cta_mail{
  display: flex;
  width: 50%;
}
.cta .inner .cta_tel{
  justify-content: flex-end;
}
.cta .inner .cta_tel a{
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  letter-spacing: .1em;
}
.cta .inner .cta_tel a img{
  width: auto;
  height: 2.8rem;
}
.cta .inner .cta_tel a .telnum{
  display: inline-block;
  margin-left: 1rem;
}
.cta .inner .cta_mail{
  justify-content: flex-start;
}
.cta .inner .cta_mail .btn a{
  width: 30rem;
}

@media screen and (max-width:767px){
  .cta_wrap .filter{
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cta{
    padding: 6.4rem 3.2rem;
  }
  .cta .inner{
    display: block;
  }
  .cta .desc{
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .cta .inner .cta_tel,
  .cta .inner .cta_mail{
    justify-content: center;
    width: 100%;
  }
  .cta .inner .cta_tel a{
    display: block;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #444;
    font-size: 2.4rem;
  }
  .cta .inner .cta_tel a img{
    width: auto;
    height: 2.4rem;
  }
  .cta .inner .cta_mail{
    margin-top: 3.2rem;
  }
}

@media screen and (min-width:768px) and (max-width:1080px){
  .cta_wrap .filter{
    padding-right: 4rem;
    padding-left: 4rem;
  }

}


/* footer
---------------------------------------------------------- */
.pagetop{
  position: fixed;
  right: 1vw;
  bottom: 3vw;
  z-index: 10;
}
.pagetop a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background-color: #474439;
  /*border: 1px solid #ccc;*/
  border-radius: 50%;
}
.pagetop .arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}
.pagetop .arrow-up::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}


.footer_link_wrap{
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f4f3ed;
}
.footer_link_wrap .inner{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--pcm);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.footer_info{
  width: auto;
  max-width: 220px;
  text-align: center;
}
.footer_info .f_logo img{
  width: auto;
  height: 10rem;
}
.footer_info .name{
  margin-top: 2rem;
  font-weight: var(--bold);
}
.footer_info .address,
.footer_info .telnum{
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.footer_link{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4rem 8rem;
}
.footer_link .f_l_box ul + ul{
  margin-top: 2rem;
}
.footer_link li{
  line-height: 1.6;
}
.footer_link li + li{
  margin-top: .8rem;
}
.footer_link li.parent{
  font-weight: var(--mid);
}
.footer_link li.child{
  padding-left: 1.4rem;
}
.footer_link li.child::before{
  content: "-";
  display: inline-block;
  margin-right: .5rem;
}
@media screen and (max-width:767px){
  .footer_link_wrap{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .footer_link_wrap .inner{
    display: block;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .footer_info{
    width: 100%;
    max-width: 100%;
  }
  .footer_info .f_logo img{
    width: auto;
    height: 4.8rem;
  }
  .footer_link{
    justify-content: flex-start;
    gap: 4rem;
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width:768px) and (max-width:1080px){
  .footer_info .f_logo img{
    width: auto;
    height: 6.4rem;
  }
}

.copyright{
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-family: var(--ff-en);
  text-align: center;
}


/* effects
---------------------------------------------------------- */
.fade-up{
  opacity: 0;
  transform: translateY(var(--translate, 20px));
  transition:
    transform var(--duration, 600ms) var(--easing, ease),
    opacity var(--duration, 600ms) var(--easing, ease);
  will-change: transform, opacity;
}

/* 表示時 */
.fade-up.is-visible{
  opacity: 1;
  transform: translateY(0);
}


/* for WordPress
---------------------------------------------------------- */
/* post-navigation */
.archive_page_navi {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px){
  .archive_page_navi {
    margin-top: 4rem;
  }
}

.archive_page_navi .nav-links {
  flex-direction: row;
}

.archive_page_navi .page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2rem;
  color: #666;
  font-size: 1.4rem;
}
.archive_page_navi .page-numbers + .page-numbers{
  margin-left: 1rem;
}
.archive_page_navi .page-numbers.current{
  background-color: #e5e5e5;
  border: 0;
  color: #fff;
}
.archive_page_navi .page-numbers.dots{
  background-color: inherit;
  border: 0;
}
.archive_page_navi a.page-numbers:hover{
  background-color: #224684;
  border-color: #224684;
  color: #fff;
}
@media screen and (max-width:767px){
  .archive_page_navi .page-numbers{
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    font-size: 1.2rem;
  }
}

.archive_page_navi_arrows{
  display: none;
}
@media screen and (max-width:767px) {
  .archive_page_navi_arrows{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
  }
  .archive_page_navi_arrows a.prev-btn,
  .archive_page_navi_arrows a.next-btn{
    display: inline-block;
    padding: 1.2rem 3rem;
    font-size: 1.4rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .4rem;
    color: #444;
    text-decoration: none;
  }
}

.single_pagenav{
  margin-top: 4.8rem;
}
.single_pagenav .nav-links{
  display: grid;
  grid-template-columns: 1fr 8rem 1fr;
  column-gap: 2rem;
  font-size: 1.4rem;
}
.single_pagenav .nav-links .nav-home{
  order: 2;
  display: flex;
  justify-content: center;
}
.single_pagenav .nav-links .nav-previous{
  order: 3;
  display: flex;
  justify-content: flex-end;
}
.single_pagenav .nav-links .nav-next{
  order: 1;
  display: flex;
  justify-content: flex-start;
}
.single_pagenav .nav-links .nav-home a{
  display: inline-block;
  padding: 1.2rem 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .4rem;
  color: #111;
}
.single_pagenav .nav-links .nav-previous a,
.single_pagenav .nav-links .nav-next a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .4rem;
}
.single_pagenav .nav-links .nav-home a:hover,
.single_pagenav .nav-links .nav-previous a:hover,
.single_pagenav .nav-links .nav-next a:hover{
  background-color: #eee;
  color: #111;
}


/* search */
.wp-block-search__label{
  display: none;
}
.wp-block-search__button.wp-element-button{
  padding-right: 1rem;
  padding-left: 1rem;
  border: 0;
  border-radius: .2rem;
  font-size: 1.4rem;
}

/* post */
.blocks-gallery-caption{
  font-size: 1.4rem;
}


/* WP comment */
.comments_block {
  margin-top: 8rem;
  border-top: 1px solid #ddd;
}
.comments_block .comments_title_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.comments_title h3 {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #36c;
  font-weight: bold;
}
.comments_num {
  font-size: 1.4rem;
}
ol.comments-list .comment + .comment {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dotted #ddd;
}
.comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.comment-author img {
  vertical-align: middle;
}
.comment-metadata {
  font-size: 1.4rem;
}
.comment-metadata a {
  color: #999;
}
.comment-reply-title {
  margin-bottom: 1em;
  font-weight: bold;
}
.comment-body .reply{
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: right;
}

.comment-respond {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: block;
}
.form-submit input {
  padding: 1em 2em;
  font-size: 1.4rem;
}
.comment-meta .comment-awaiting-moderation {
  display: inline-block;
  margin-top: 1rem;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.4;
}
.comment-form-comment textarea{
  width: 100%;
}
.comment-form a{
  text-decoration: underline;
}

/* 404 */
.container404{
  text-align: center;
}
.header404 .title404{
  font-size: 2.4rem;
  font-weight: var(--fwb);
}
.error404_body{
  margin-top: 4rem;
  line-height: 2;
}
.error404_body .back{
  margin-top: 1em;
}


/* -------------------------------------------------------
Break Point
---------------------------------------------------------- */
@media screen and (max-width:767px){
  .pc, .tab{display: none;}
}/* end smartphone only */

@media screen and (min-width:768px){
  .sp{display: none;}
  a[href^="tel:"] {
    pointer-events: none;
  }
}/* end TAB & PC */

@media screen and (min-width:1081px){
  .sp, .tab, .mb {display: none;}
}/* end PC */

