@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 1.8;
  letter-spacing: 0;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 22px;
  right: 10px;
  z-index: 100000;
  display: none;
}
@media screen and (max-width: 1080px) {
  .hnavi_btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    top: 12px;
  }
}

.menu-button {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 5px;
  top: 18px;
}
@media screen and (max-width: 767px) {
  .menu-button i {
    height: 1px;
  }
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
@media screen and (max-width: 767px) {
  .menu-button i:before, .menu-button i:after {
    height: 1px;
  }
}
.menu-button i:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.menu-button i:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 85px;
  background: #FFF;
  border-bottom: 1px solid #D8D8D8;
  padding: 8px 44px 8px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    padding: 8px 55px 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header .hlogo {
  font-size: 0;
  margin-right: 56px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1280px) {
  .header .hlogo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .header .hlogo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .hlogo {
    width: 120px;
  }
}
.header .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1081px) {
  .header .gnavi {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1080px) {
  .header .gnavi {
    display: none;
  }
}
.header .gnavi li {
  margin-right: 40px;
}
.header .gnavi li:last-of-type {
  margin-right: 0;
}
.header .gnavi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.header .gnavi li a img {
  margin-right: 10px;
}
.header .hnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header .hnavi .search_navi_btn {
  font-size: 0;
}
@media screen and (min-width: 1081px) {
  .header .hnavi .search_navi_btn {
    display: block !important;
  }
}
@media screen and (max-width: 1080px) {
  .header .hnavi .search_navi_btn {
    display: none;
  }
}
.header .hnavi .about_navi_btn {
  margin-left: 30px;
}
@media screen and (min-width: 1081px) {
  .header .hnavi .about_navi_btn {
    display: block !important;
  }
}
@media screen and (max-width: 1080px) {
  .header .hnavi .about_navi_btn {
    display: none;
  }
}
.header .hnavi .about_navi_btn a {
  font-size: 16px;
}
.header .hnavi .hcontact {
  font-size: 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .header .hnavi .hcontact {
    width: 130px;
    margin: 0;
  }
}

.wrap_footer {
  background: #000;
  padding: 54px 100px 24px;
}
@media screen and (max-width: 1360px) {
  .wrap_footer {
    padding: 54px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer {
    padding: 20px 20px 28px;
  }
}
.wrap_footer .footer {
  max-width: 1240px;
  margin: 0 auto;
}
.wrap_footer .footer .mailmag {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag {
    margin-bottom: 24px;
  }
}
.wrap_footer .footer .mailmag a {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  padding: 8px 44px 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1 !important;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag a {
    padding: 10px;
    height: 114px;
  }
}
.wrap_footer .footer .mailmag a:hover .btn {
  background: #FFF;
  color: #000;
}
.wrap_footer .footer .mailmag a:hover .btn i {
  background: #000;
}
.wrap_footer .footer .mailmag a:hover .btn i svg path {
  fill: #FFF;
}
.wrap_footer .footer .mailmag a .img {
  font-size: 0;
  margin-right: 64px;
}
@media screen and (max-width: 1280px) {
  .wrap_footer .footer .mailmag a .img {
    margin-right: 24px;
  }
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag a .img img {
    height: 94px;
    width: 94px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wrap_footer .footer .mailmag div {
  margin-right: 16px;
}
.wrap_footer .footer .mailmag div .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag div .ttl {
    font-size: 16px;
  }
}
.wrap_footer .footer .mailmag div .ttl img {
  margin-right: 15px;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag div .ttl img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.wrap_footer .footer .mailmag div .txt {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag div .txt {
    font-size: 12px;
  }
}
.wrap_footer .footer .mailmag div .txt br {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag div .txt br {
    display: block;
  }
}
.wrap_footer .footer .mailmag .btn {
  margin-left: auto;
  background: #000;
  width: 200px;
  height: 60px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px 8px 26px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag .btn {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 0;
  }
}
.wrap_footer .footer .mailmag .btn i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag .btn i {
    background: #000;
  }
}
.wrap_footer .footer .mailmag .btn i svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag .btn i svg path {
    fill: #fff;
  }
}
.wrap_footer .footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 164px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi {
    display: block;
    margin-bottom: 0;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt {
  margin-right: 120px;
}
@media screen and (max-width: 1180px) {
  .wrap_footer .footer .fnavi .fnavi_cnt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi .fnavi_cnt {
    margin: 0 0 40px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt.last {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fnavi .fnavi_cnt.last {
    display: none;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt.last ul li a {
  width: 190px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.wrap_footer .footer .fnavi .fnavi_cnt.last ul li a img {
  margin-right: 10px;
}
.wrap_footer .footer .fnavi .fnavi_cnt.fabout {
  margin-right: 0;
}
.wrap_footer .footer .fnavi .fnavi_cnt.fabout .ttl {
  font-size: 20px;
  margin-top: 8px;
}
.wrap_footer .footer .fnavi .fnavi_cnt .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 28px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .fnavi_cnt .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt .ttl img {
  margin-right: 10px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .fnavi_cnt .ttl img {
    width: 22px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt ul li {
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .fnavi_cnt ul li {
    margin-bottom: 16px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt ul li a {
  font-size: 18px;
  color: #FFF;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .fnavi_cnt ul li a {
    font-size: 14px;
  }
}
.wrap_footer .footer .ffnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffnavi {
    display: block;
  }
}
.wrap_footer .footer .ffnavi li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffnavi li {
    padding-left: 1em;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffnavi li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
  }
}
.wrap_footer .footer .ffnavi li a {
  font-size: 14px;
  color: #FFF;
}
.wrap_footer .footer .ffcnt {
  border-top: 1px solid #fff;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffcnt {
    border: none;
    display: block;
    padding-top: 0;
  }
}
.wrap_footer .footer .ffcnt .flogo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffcnt .flogo {
    width: 135px;
    margin-bottom: 20px;
  }
}
.wrap_footer .footer .ffcnt .fsns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffcnt .fsns {
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.wrap_footer .footer .ffcnt .fsns li {
  margin-right: 30px;
  line-height: 1;
}
.wrap_footer .footer .ffcnt .fsns li:last-of-type {
  margin-right: 0;
}
.wrap_footer .footer .ffcnt .copyright {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 14px;
}

.wrap_spnavi {
  overflow: auto;
  height: calc(100dvh - 85px);
  width: 100%;
  position: fixed;
  top: 85px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5000;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1081px) {
  .wrap_spnavi {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .wrap_spnavi {
    height: calc(100dvh - 60px);
    top: 60px;
  }
}
.wrap_spnavi.active {
  opacity: 1;
  pointer-events: all;
}
.wrap_spnavi .spnavi_wrap {
  border-bottom: 10px solid #f1f1f1;
  margin-bottom: 32px;
  padding: 0 20px 8px;
}
.wrap_spnavi .spnavi_wrap:last-of-type {
  border: none;
}
.wrap_spnavi .spnavi_wrap .spnavi_header {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_spnavi .spnavi_wrap .spnavi_header.active .ttl::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wrap_spnavi .spnavi_wrap .spnavi_header.active .txt {
  height: auto;
  opacity: 1;
}
.wrap_spnavi .spnavi_wrap .spnavi_header .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
  line-height: 1;
}
.wrap_spnavi .spnavi_wrap .spnavi_header .ttl::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_d.svg") no-repeat center;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
}
.wrap_spnavi .spnavi_wrap .spnavi_header .ttl img {
  margin-right: 8px;
}
.wrap_spnavi .spnavi_wrap .spnavi_header .txt {
  font-weight: bold;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt {
  display: none;
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .spnavi_box {
  border-top: 1px solid #D8D8D8;
  padding-top: 16px;
  margin-bottom: 24px;
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .spnavi_box_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_spnavi .spnavi_wrap .spnavi_cnt .spnavi_box_header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .spnavi_box_header .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .spnavi_box_header .search_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 28px;
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .spnavi_box_header .search_btn a svg {
  margin-left: 10px;
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .link_list li {
  width: 260px;
  margin-right: 30px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .wrap_spnavi .spnavi_wrap .spnavi_cnt .link_list li {
    width: 100%;
  }
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
}
.wrap_spnavi .spnavi_wrap .spnavi_cnt .link_list li a img {
  margin-right: 5px;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box:last-of-type {
  padding-bottom: 0;
  border: none;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box:last-of-type .spnavi_box_header .ttl {
  background: url("../img/common/magazine_ttl_bd2.jpg") no-repeat left center;
  background-size: 6px;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box:last-of-type .link_list li a::before {
  background: url("../img/common/magazine_link_icon2.png");
  background-size: cover;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box_header {
    display: block;
  }
}
.wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box_header .ttl {
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  background: url("../img/common/magazine_ttl_bd1.jpg") no-repeat left center;
  background-size: 6px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box_header .ttl {
    margin-bottom: 16px;
  }
}
.wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box_header .ttl span {
  display: block;
  font-size: 22px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box_header .btn_w {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wrap_spnavi .sp_magazine .spnavi_cnt .spnavi_box_header .btn_w a {
  border: 1px solid #9B9B9B;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .link a i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-left: 12px;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .link a i svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .link_list li {
  width: 220px;
  margin-right: 30px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .wrap_spnavi .sp_magazine .spnavi_cnt .link_list li {
    width: 100%;
  }
}
.wrap_spnavi .sp_magazine .spnavi_cnt .link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.wrap_spnavi .sp_magazine .spnavi_cnt .link_list li a::before {
  content: "";
  display: block;
  background: url("../img/common/magazine_link_icon.png");
  background-size: cover;
  width: 13px;
  height: 15px;
  margin-right: 5px;
}
.wrap_spnavi .sp_about .spnavi_header .ttl {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wrap_spnavi .sp_about .spnavi_header .ttl span {
  font-size: 32px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-right: 5px;
}
.wrap_spnavi .sp_about .spnavi_cnt {
  width: 100%;
}
.wrap_spnavi .sp_about .spnavi_cnt .spnavi_box {
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0;
}
.wrap_spnavi .sp_about .spnavi_cnt .spnavi_box_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.wrap_spnavi .sp_about .spnavi_cnt .spnavi_box_header .ttl {
  font-size: 22px;
  font-weight: bold;
}
.wrap_spnavi .sp_about .spnavi_cnt .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 540px;
}
.wrap_spnavi .sp_about .spnavi_cnt .link_list li {
  width: 240px;
  margin-right: 30px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .wrap_spnavi .sp_about .spnavi_cnt .link_list li {
    width: 100%;
  }
}
.wrap_spnavi .sp_about .spnavi_cnt .link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.wrap_spnavi .sp_about .spnavi_cnt .link_list li a::before {
  content: "";
  display: block;
  background: url("../img/common/about_link_icon.png");
  background-size: cover;
  width: 13px;
  height: 15px;
  margin-right: 5px;
}
.wrap_spnavi .sp_about .spnavi_cnt .about_link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #D8D8D8;
  padding-top: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_spnavi .sp_about .spnavi_cnt .about_link_list li {
  font-size: 14px;
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  .wrap_spnavi .sp_about .spnavi_cnt .about_link_list li {
    width: 40%;
    margin-right: 0;
  }
}
.wrap_spnavi .sp_search {
  padding: 24px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_spnavi .sp_search form {
  max-width: 500px;
  width: 100%;
}
.wrap_spnavi .sp_search .search_box {
  margin-bottom: 30px;
  width: 100%;
  height: 48px;
  border-radius: 50px;
  background: #F1F1F1;
  border: 1px solid #D8D8D8;
  padding: 8px 20px 8px 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_spnavi .sp_search .search_box {
    padding: 8px 22px 8px 27px;
    margin-bottom: 16px;
  }
}
.wrap_spnavi .sp_search .search_box input {
  width: calc(100% - 42px);
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.wrap_spnavi .sp_search .search_box input::-webkit-input-placeholder {
  font-size: 16px;
}
.wrap_spnavi .sp_search .search_box input::-moz-placeholder {
  font-size: 16px;
}
.wrap_spnavi .sp_search .search_box input:-ms-input-placeholder {
  font-size: 16px;
}
.wrap_spnavi .sp_search .search_box input::-ms-input-placeholder {
  font-size: 16px;
}
.wrap_spnavi .sp_search .search_box input::placeholder {
  font-size: 16px;
}
.wrap_spnavi .sp_search .search_box button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .wrap_spnavi .sp_search .search_box button img {
    width: 14px;
    height: 14px;
  }
}
.wrap_spnavi .sp_search .select_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_spnavi .sp_search .select_type li {
  margin-right: 30px;
}
.wrap_spnavi .sp_search .select_type li:last-of-type {
  margin-right: 0;
}
.wrap_spnavi .sp_search .select_type label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_spnavi .sp_search .select_type label:has(input:disabled) {
  opacity: 0.4;
}
.wrap_spnavi .sp_search .select_type label:has(input:checked)::before {
  background: #000;
  border: 1px solid #000;
}
.wrap_spnavi .sp_search .select_type label input {
  display: none;
}
.wrap_spnavi .sp_search .select_type label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  margin-top: 1px;
}

.megamenu_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .megamenu_bg {
    display: none !important;
  }
}
.megamenu_bg.active {
  opacity: 0.4;
  pointer-events: all;
}

.megamenu {
  position: fixed;
  top: 105px;
  left: 40px;
  width: calc(100% - 80px);
  max-height: calc(100dvh - 140px);
  background: #FFF;
  z-index: 1000;
  padding: 20px 54px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
  z-index: 10000;
}
@media screen and (max-width: 1080px) {
  .megamenu {
    display: none !important;
  }
}
.megamenu.active {
  opacity: 1;
  pointer-events: all;
}
.megamenu .close {
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.megamenu .close::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: rotate(45deg);
}
.megamenu .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.megamenu .menu_ttl {
  width: 400px;
  padding: 28px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 64px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.megamenu .menu_ttl .ttl {
  color: #FFF;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-bottom: 16px;
}
.megamenu .menu_ttl .ttl span {
  font-size: 20px;
  margin-left: 3px;
}
.megamenu .menu_ttl .txt {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}

.megamenu_products .menu_ttl {
  background: url("../img/common/products_menu_bg.jpg") no-repeat;
  background-size: cover;
  min-height: 400px;
}
.megamenu_products .megamenu_cnt .megamenu_box {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.megamenu_products .megamenu_cnt .megamenu_box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.megamenu_products .megamenu_cnt .megamenu_box_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.megamenu_products .megamenu_cnt .megamenu_box_header .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
}
.megamenu_products .megamenu_cnt .megamenu_box_header .search_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 28px;
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.megamenu_products .megamenu_cnt .megamenu_box_header .search_btn a svg {
  margin-left: 10px;
}
.megamenu_products .megamenu_cnt .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.megamenu_products .megamenu_cnt .link_list li {
  width: 240px;
  margin-right: 30px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.megamenu_products .megamenu_cnt .link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
}
.megamenu_products .megamenu_cnt .link_list li a img {
  margin-right: 5px;
}

.megamenu_magazine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
.megamenu_magazine .menu_ttl {
  background: url("../img/common/magazine_menu_bg.webp") no-repeat;
  background-size: cover;
  min-height: 400px;
}
.megamenu_magazine .megamenu_cnt {
  margin-top: auto;
  margin-bottom: auto;
}
.megamenu_magazine .megamenu_cnt .megamenu_box {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 27px;
  margin-bottom: 30px;
  padding-right: 62px;
}
.megamenu_magazine .megamenu_cnt .megamenu_box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.megamenu_magazine .megamenu_cnt .megamenu_box:last-of-type .megamenu_box_header .ttl {
  background: url("../img/common/magazine_ttl_bd2.jpg") no-repeat left center;
  background-size: 6px;
}
.megamenu_magazine .megamenu_cnt .megamenu_box:last-of-type .link_list li a::before {
  background: url("../img/common/magazine_link_icon2.png");
  background-size: cover;
}
.megamenu_magazine .megamenu_cnt .megamenu_box_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.megamenu_magazine .megamenu_cnt .megamenu_box_header .ttl {
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  background: url("../img/common/magazine_ttl_bd1.jpg") no-repeat left center;
  background-size: 6px;
  line-height: 1.2;
}
.megamenu_magazine .megamenu_cnt .megamenu_box_header .ttl span {
  display: block;
  font-size: 22px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
.megamenu_magazine .megamenu_cnt .megamenu_box_header .btn_w a {
  border: 1px solid #9B9B9B;
}
.megamenu_magazine .megamenu_cnt .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.megamenu_magazine .megamenu_cnt .link a i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-left: 12px;
}
.megamenu_magazine .megamenu_cnt .link a i svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu_magazine .megamenu_cnt .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.megamenu_magazine .megamenu_cnt .link_list li {
  width: 220px;
  margin-right: 30px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.megamenu_magazine .megamenu_cnt .link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.megamenu_magazine .megamenu_cnt .link_list li a::before {
  content: "";
  display: block;
  background: url("../img/common/magazine_link_icon.png");
  background-size: cover;
  width: 13px;
  height: 15px;
  margin-right: 5px;
}

.megamenu_about .menu_ttl {
  background: url("../img/common/about_menu_bg.webp") no-repeat;
  background-size: cover;
  min-height: 265px;
}
.megamenu_about .megamenu_cnt {
  width: 100%;
}
.megamenu_about .megamenu_cnt .megamenu_box {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 22px;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.megamenu_about .megamenu_cnt .megamenu_box_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.megamenu_about .megamenu_cnt .megamenu_box_header .ttl {
  font-size: 22px;
  font-weight: bold;
}
.megamenu_about .megamenu_cnt .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 540px;
}
.megamenu_about .megamenu_cnt .link_list li {
  width: 240px;
  margin-right: 30px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.megamenu_about .megamenu_cnt .link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.megamenu_about .megamenu_cnt .link_list li a::before {
  content: "";
  display: block;
  background: url("../img/common/about_link_icon.png");
  background-size: cover;
  width: 13px;
  height: 15px;
  margin-right: 5px;
}
.megamenu_about .megamenu_cnt .about_link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.megamenu_about .megamenu_cnt .about_link_list li {
  font-size: 14px;
  margin-right: 40px;
}

.megamenu_search {
  padding: 72px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.megamenu_search .search_box {
  margin-bottom: 30px;
  width: 500px;
  height: 60px;
  border-radius: 50px;
  background: #F1F1F1;
  border: 1px solid #D8D8D8;
  padding: 8px 20px 8px 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.megamenu_search .search_box input {
  width: calc(100% - 42px);
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.megamenu_search .search_box input::-webkit-input-placeholder {
  font-size: 20px;
}
.megamenu_search .search_box input::-moz-placeholder {
  font-size: 20px;
}
.megamenu_search .search_box input:-ms-input-placeholder {
  font-size: 20px;
}
.megamenu_search .search_box input::-ms-input-placeholder {
  font-size: 20px;
}
.megamenu_search .search_box input::placeholder {
  font-size: 20px;
}
.megamenu_search .search_box button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.megamenu_search .select_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.megamenu_search .select_type li {
  margin-right: 30px;
}
.megamenu_search .select_type li:last-of-type {
  margin-right: 0;
}
.megamenu_search .select_type label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.megamenu_search .select_type label:has(input:disabled) {
  opacity: 0.4;
}
.megamenu_search .select_type label:has(input:checked)::before {
  background: #000;
  border: 1px solid #000;
}
.megamenu_search .select_type label input {
  display: none;
}
.megamenu_search .select_type label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  margin-top: 1px;
}

/*/ sub navi /////////////////////////////////*/
.products_navi,
.magazine_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8F8F8;
  border-bottom: 1px solid #D8D8D8;
  width: 100%;
  height: 60px;
  padding: 8px 44px 8px 30px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .products_navi,
  .magazine_navi {
    padding: 8px 30px 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .products_navi,
  .magazine_navi {
    padding: 8px 20px;
    height: 40px;
    margin-bottom: 40px;
    z-index: 2000;
    position: relative;
    position: fixed;
    top: 60px;
    left: 0;
  }
}
.products_navi.mb0,
.magazine_navi.mb0 {
  margin-bottom: 0;
}
.products_navi.mb40,
.magazine_navi.mb40 {
  margin-bottom: 40px;
}
.products_navi .products_navi_ttl,
.magazine_navi .products_navi_ttl {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .products_navi .products_navi_ttl,
  .magazine_navi .products_navi_ttl {
    font-size: 16px;
  }
}
.products_navi .products_navi_list,
.magazine_navi .products_navi_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.products_navi .products_navi_list li,
.magazine_navi .products_navi_list li {
  font-size: 18px;
  font-weight: bold;
  margin-left: 40px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .products_navi .products_navi_list li,
  .magazine_navi .products_navi_list li {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .products_navi .products_navi_list li,
  .magazine_navi .products_navi_list li {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .products_navi .products_navi_list li:last-of-type,
  .magazine_navi .products_navi_list li:last-of-type {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .products_navi .products_navi_list li:last-of-type,
  .magazine_navi .products_navi_list li:last-of-type {
    width: 85px;
  }
}

.page_wrapper {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .page_wrapper:has(.products_navi), .page_wrapper:has(.products_navi), .page_wrapper:has(.magazine_navi) {
    padding-top: 80px;
  }
}
.page_wrapper:has(.products_navi.mb0), .page_wrapper:has(.magazine_navi.mb0) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page_wrapper:has(.products_navi.mb0), .page_wrapper:has(.magazine_navi.mb0) {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_wrapper:has(.products_navi.mb40), .page_wrapper:has(.magazine_navi.mb40) {
    padding-top: 60px;
  }
}

.contents_wrapper {
  max-width: 1280px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.btn_w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_w a {
  width: 220px;
  height: 45px;
  border-radius: 40px;
  background: #FFF;
  border: 1px solid #000;
  padding: 5px 12px 5px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .btn_w a {
    width: 183px;
  }
}
.btn_w a:hover {
  opacity: 1;
  background: #000;
  color: #FFF;
}
.btn_w a:hover i {
  background: #FFF;
}
.btn_w a:hover i svg path {
  fill: #000;
}
.btn_w a i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_w a i svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l_btn a {
  width: 800px;
  height: 70px;
  border-radius: 100px;
  background: #FFF;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px 16px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .l_btn a {
    width: 183px;
    height: 45px;
    padding: 12px 10px 12px 20px;
  }
}
.l_btn a:hover {
  background: #000;
}
.l_btn a:hover .ttl {
  color: #FFF;
}
.l_btn a:hover .txt {
  color: #FFF;
}
.l_btn a:hover i {
  background: #FFF;
}
.l_btn a:hover i svg path {
  fill: #000;
}
.l_btn a .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-right: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l_btn a .ttl {
    font-size: 16px;
    margin-right: 0;
  }
}
.l_btn a .txt {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l_btn a .txt {
    display: none;
  }
}
.l_btn a i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l_btn a i {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .l_btn a i svg {
    width: 8px;
  }
}
.l_btn a i svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*/ COMMON ////////////////////////////////////////*/
.page_ttl {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 920px) {
  .page_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.search_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 640px) {
  .search_area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .search_area.usecase_search_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .search_area.usecase_search_area .search_open {
    width: 100%;
    margin-bottom: 30px;
  }
  .search_area.usecase_search_area .search_open a {
    border: 1px solid #9B9B9B;
  }
}
@media screen and (max-width: 640px) {
  .search_area.usecase_search_area .select_btn {
    max-width: 305px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .search_area .search_open {
    width: 50%;
  }
}
.search_area .search_open a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  border: 1px solid #9B9B9B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 16px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .search_area .search_open a {
    width: 100%;
    height: 50px;
    border-right: none;
    font-size: 16px;
    padding: 5px 13px;
  }
}
.search_area .search_open a img {
  margin-right: 13px;
}
@media screen and (max-width: 640px) {
  .search_area .search_open a img {
    width: 24px;
    margin-right: 10px;
  }
}
.search_area .sort_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .search_area .sort_btn {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .search_area .sort_btn li {
    width: 50%;
  }
}
.search_area .sort_btn li:first-of-type button {
  border-right: none;
}
.search_area .sort_btn li > span {
  display: none;
}
.search_area .sort_btn li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 60px;
  border: 1px solid #9B9B9B;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 26px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .search_area .sort_btn li button {
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search_area .sort_btn li button::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_d.svg") no-repeat center;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  .search_area .sort_btn li button::after {
    display: none;
  }
}
.search_area .select_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search_area .select_btn li:first-of-type a {
  border-right: none;
}
.search_area .select_btn li.active a {
  background: #000;
  color: #FFF;
  pointer-events: none;
}
.search_area .select_btn li.active a svg path {
  fill: #FFF;
}
.search_area .select_btn li > span {
  display: none;
}
.search_area .select_btn li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 153px;
  height: 36px;
  border: 1px solid #9B9B9B;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: bold;
}
.search_area .select_btn li a svg {
  margin-right: 10px;
}

.wrap_item_list .noitem {
  margin-top: 48px;
  margin-bottom: 40px;
}
.wrap_item_list .item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap_item_list .item_list.related_items > li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list.related_items > li {
    margin-bottom: 50px;
  }
}
.wrap_item_list .item_list.related_items > li:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list.related_items > li:nth-of-type(4) {
    display: block;
  }
}
.wrap_item_list .item_list.usecase > li {
  margin-bottom: 74px;
}
.wrap_item_list .item_list.usecase > li .case_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list.usecase > li .case_data {
    display: block;
  }
}
.wrap_item_list .item_list.usecase > li .case_data .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.wrap_item_list .item_list.usecase > li .case_data .type::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-size: cover;
  margin-right: 6px;
}
.wrap_item_list .item_list.usecase > li .case_data .type.accommodation::before {
  background-image: url("../img/common/accommodation_icon.png");
}
.wrap_item_list .item_list.usecase > li .case_data .type.shop::before {
  background-image: url("../img/common/shop_icon.png");
}
.wrap_item_list .item_list.usecase > li .case_data .type.residence::before {
  background-image: url("../img/common/residence_icon.png");
}
.wrap_item_list .item_list.usecase > li .case_data .type.office::before {
  background-image: url("../img/common/office_icon.png");
}
.wrap_item_list .item_list.usecase > li .case_data .type.event::before {
  background-image: url("../img/common/event_icon.png");
}
.wrap_item_list .item_list.usecase > li .case_data .visit_stay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list.usecase > li .case_data .visit_stay {
    margin-bottom: 8px;
  }
}
.wrap_item_list .item_list.usecase > li .case_data .visit_stay li {
  margin-left: 6px;
  padding: 3px 8px;
  height: 20px;
  line-height: 1;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list.usecase > li .case_data .visit_stay li:first-of-type {
    margin-left: 0;
  }
}
.wrap_item_list .item_list.usecase > li .ttl {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.wrap_item_list .item_list.usecase > li .place {
  font-size: 12px;
  color: #9B9B9B;
  margin-bottom: 8px;
}
.wrap_item_list .item_list > li {
  width: calc(33.33% - 27px);
  margin-right: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li {
    width: calc(50% - 8px);
    margin: 0 0 40px;
  }
}
.wrap_item_list .item_list > li:nth-of-type(3n) {
  margin-right: 0;
}
.wrap_item_list .item_list > li a {
  opacity: 1 !important;
}
.wrap_item_list .item_list > li a:hover .img span {
  color: #000;
}
.wrap_item_list .item_list > li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_item_list .item_list > li .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.wrap_item_list .item_list > li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.wrap_item_list .item_list > li .ttl {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .ttl {
    font-size: 14px;
  }
}
.wrap_item_list .item_list > li .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wrap_item_list .item_list > li .data p {
  font-size: 14px;
  line-height: 1.5;
  color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .data p {
    font-size: 12px;
  }
}
.wrap_item_list .item_list > li .data p.size {
  margin-right: 16px;
}
.wrap_item_list .item_list > li .data p.way span::after {
  content: "／";
}
.wrap_item_list .item_list > li .data p.way span:last-of-type::after {
  display: none;
}
.wrap_item_list .item_list > li .txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .txt {
    font-size: 12px;
  }
}
.wrap_item_list .item_list > li .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .price {
    display: block;
    margin-bottom: 8px;
  }
}
.wrap_item_list .item_list > li .price.otoiawase b {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .price.otoiawase b {
    font-size: 15px;
  }
}
.wrap_item_list .item_list > li .price b {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .price b {
    font-size: 16px;
    margin: 0;
  }
}
.wrap_item_list .item_list > li .price b span {
  font-size: 16px;
}
.wrap_item_list .item_list > li .price > span {
  font-size: 14px;
  font-weight: bold;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .price > span {
    font-size: 10px;
    display: block;
  }
}
.wrap_item_list .item_list > li .categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wrap_item_list .item_list > li .categories .type {
  padding: 0 3px;
  font-size: 12px;
  height: 22px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.8;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .wrap_item_list .item_list > li .categories .type {
    margin: 0 0 4px;
  }
}
.wrap_item_list .item_list > li .categories .cat {
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.2;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
}

/*/ CASE MAP ////////////////////////////////////////*/
.usecase_map {
  width: 100%;
  position: relative;
  height: 700px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .usecase_map {
    height: calc(100dvh - 160px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 270px;
  }
}
@media screen and (max-width: 540px) {
  .usecase_map {
    height: 680px;
  }
}
.usecase_map #map {
  width: 100%;
  height: 100%;
}
.usecase_map .popup_info_box {
  width: 327px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FFF;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .usecase_map .popup_info_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 327px;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: #F8F8F8;
  }
}
.usecase_map .popup_info_box.active {
  opacity: 1;
  pointer-events: all;
}
.usecase_map .popup_info_box a {
  opacity: 1 !important;
}
.usecase_map .popup_info_box a:hover .img span {
  color: #000;
}
.usecase_map .popup_info_box a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.usecase_map .popup_info_box .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.usecase_map .popup_info_box .img img {
  -webkit-transition: all 2s;
  transition: all 2s;
}
.usecase_map .popup_info_box .cnt {
  padding: 0 20px;
  margin-bottom: 16px;
}
.usecase_map .popup_info_box .cnt .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.usecase_map .popup_info_box .cnt .adrs {
  font-size: 14px;
  color: #9B9B9B;
}
.usecase_map .popup_info_box .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #9B9B9B;
  font-weight: bold;
  padding: 8px 16px 8px 20px;
  min-height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.usecase_map .popup_info_box .link i {
  background: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.usecase_map .popup_info_box .close {
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  right: -50px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .usecase_map .popup_info_box .close {
    right: 0;
    top: -35px;
    width: 35px;
    height: 35px;
  }
}
.usecase_map .popup_info_box .close::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .usecase_map .popup_info_box .close::before {
    height: 20px;
    top: calc(50% - 10px);
  }
}
.usecase_map .popup_info_box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .usecase_map .popup_info_box .close::after {
    height: 20px;
    top: calc(50% - 10px);
  }
}

.side_search {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100vh;
  background: #FFF;
  z-index: 100000;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  left: -400px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .side_search {
    width: 276px;
    top: 100px;
    height: calc(100dvh - 100px);
  }
}
.side_search.usecase_search .side_search_box:first-of-type {
  padding-bottom: 0;
}
.side_search .side_search_wrap {
  overflow: auto;
  height: calc(100dvh - 190px);
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side_search .close {
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .side_search .close {
    width: 35px;
    height: 35px;
    right: -35px;
  }
}
.side_search .close::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .side_search .close::before {
    height: 20px;
    top: calc(50% - 10px);
  }
}
.side_search .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .side_search .close::after {
    height: 20px;
    top: calc(50% - 10px);
  }
}
.side_search.active {
  opacity: 1;
  left: 0;
}
.side_search .side_search_ttl {
  padding: 0 50px 24px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_ttl {
    padding: 0 20px 24px;
    font-size: 18px;
  }
}
.side_search .side_search_ttl img {
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_ttl img {
    width: 30px;
  }
}
.side_search .side_search_box {
  border-top: 1px solid #D8D8D8;
  padding: 30px 50px 30px;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_box {
    padding: 30px 20px;
  }
}
.side_search .side_search_box:first-of-type .check_area {
  display: block;
}
.side_search .side_search_box .ttl {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_box .ttl {
    font-size: 16px;
  }
}
.side_search .side_search_box .ttl.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.side_search .side_search_box .ttl::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_d.svg") no-repeat center;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_box .ttl::after {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}
.side_search .side_search_box .check_area {
  display: none;
  margin-top: 20px;
}
.side_search .side_search_box .check_area.usecase_type {
  margin-left: -20px;
  width: calc(100% + 40px);
}
.side_search .side_search_box .check_area.usecase_type label {
  display: block;
  height: 70px;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
  padding: 10px;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
.side_search .side_search_box .check_area.usecase_type label:has(input:checked) {
  background: #000;
  color: #FFF;
}
.side_search .side_search_box .check_area.usecase_type label::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: 10px;
  border: none;
  margin-right: 0;
  margin-top: 0;
}
.side_search .side_search_box .check_area.usecase_type label::after {
  display: block;
  font-size: 12px;
  color: #9B9B9B;
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(1)::before {
  background: url("../img/common/accommodation_icon.png") no-repeat;
  background-size: cover;
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(1)::after {
  content: "宿泊棟／受付／サウナ／シャワー";
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(2)::before {
  background: url("../img/common/shop_icon.png") no-repeat;
  background-size: cover;
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(2)::after {
  content: "カフェ／ギャラリー／飲食店";
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(3)::before {
  background: url("../img/common/residence_icon.png") no-repeat;
  background-size: cover;
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(3)::after {
  content: "本宅／別荘／はなれ";
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(4)::before {
  background: url("../img/common/office_icon.png") no-repeat;
  background-size: cover;
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(4)::after {
  content: "オフィス／コワーキングスペース";
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(5) {
  border: none;
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(5)::before {
  background: url("../img/common/event_icon.png") no-repeat;
  background-size: cover;
}
.side_search .side_search_box .check_area.usecase_type label:nth-of-type(5)::after {
  content: "実証実験／ポップアップ";
}
.side_search .side_search_box .check_area.usecase_type label span {
  display: block;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
}
.side_search .side_search_box .check_area.usecase_type label span::after {
  content: "での活用事例";
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
}
.side_search .side_search_box .check_area label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.side_search .side_search_box .check_area label:has(input:disabled) {
  opacity: 0.4;
}
.side_search .side_search_box .check_area label:has(input:checked)::before {
  background: #000;
  border: 1px solid #000;
}
.side_search .side_search_box .check_area label input {
  display: none;
}
.side_search .side_search_box .check_area label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  margin-top: 1px;
}
.side_search .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px;
  margin-top: 8px;
}
.side_search .submit .feas-submit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000 url("../img/common/shiborikomu.svg") no-repeat center;
  border: none;
  color: transparent;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .side_search .submit .feas-submit-button {
    background-size: 64px;
  }
}

.side_search_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50000;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .side_search_bg {
    z-index: 1000;
  }
}
.side_search_bg.active {
  opacity: 0.4;
  pointer-events: all;
}

/*/ TOP ////////////////////////////////////////*/
.top_mv {
  margin-bottom: 40px;
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .top_mv {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.top_mv .mv_slide li {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 5;
  }
}
.top_mv .mv_slide li.mv_products .mv_products_cnt {
  width: 400px;
  height: 550px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.mv_products .mv_products_cnt {
    width: 100%;
    height: auto;
    aspect-ratio: 8/11;
    margin-bottom: 0;
  }
}
.top_mv .mv_slide li.mv_products .mv_products_cnt .img {
  font-size: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.mv_products .mv_products_cnt .img {
    width: 100%;
    max-width: none;
  }
}
.top_mv .mv_slide li.mv_products .mv_products_cnt .img img {
  aspect-ratio: 5/4.3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .mv_slide li.mv_products .mv_products_cnt .cnt {
  padding: 24px 24px 28px;
  height: 207px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.mv_products .mv_products_cnt .cnt {
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.mv_products .mv_products_cnt .cnt .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
  }
}
.top_mv .mv_slide li.mv_products .mv_products_cnt .cnt .ttl {
  font-size: 32px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #FFF;
  line-height: 1;
  margin-top: auto;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.mv_products .mv_products_cnt .cnt .ttl {
    font-size: 24px;
  }
}
.top_mv .mv_slide li.journal .cnt {
  width: 400px;
  height: 550px;
  background: url("../img/top/mv_journal_bg.webp") no-repeat center;
  background-size: cover;
  padding-top: 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.journal .cnt {
    width: 100%;
    height: auto;
    aspect-ratio: 8/11;
    padding-top: 40px;
    margin-bottom: 0;
  }
}
.top_mv .mv_slide li.journal .cnt .img {
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.journal .cnt .img {
    padding: 0 40px;
  }
}
.top_mv .mv_slide li.journal .cnt .img img {
  width: 320px;
  aspect-ratio: 320/236;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.journal .cnt .img img {
    width: 100%;
  }
}
.top_mv .mv_slide li.journal .cnt .journal_ttl {
  font-size: 44px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 36px;
  color: #FFF;
  margin-top: -36px;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.journal .cnt .journal_ttl {
    margin-bottom: 24px;
    font-size: 40px;
    margin-top: -16px;
  }
}
.top_mv .mv_slide li.journal .cnt .journal_txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.journal .cnt .journal_txt {
    font-size: 16px;
  }
}
.top_mv .mv_slide li.exploring .cnt {
  width: 400px;
  height: 550px;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.exploring .cnt {
    width: 100%;
    height: auto;
    aspect-ratio: 8/11;
    padding-top: 24px;
    margin-bottom: 0;
  }
}
.top_mv .mv_slide li.exploring .cnt .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.top_mv .mv_slide li.exploring .cnt .img {
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 100;
  margin-bottom: 55px;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.exploring .cnt .img {
    padding: 0 60px;
    margin-bottom: 24px;
  }
}
.top_mv .mv_slide li.exploring .cnt .img img {
  width: 280px;
  aspect-ratio: 280/206;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.exploring .cnt .img img {
    width: 100%;
  }
}
.top_mv .mv_slide li.exploring .cnt .exploring_ttl {
  font-size: 0;
  text-align: center;
  margin-bottom: 46px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.exploring .cnt .exploring_ttl {
    margin-bottom: 24px;
  }
}
.top_mv .mv_slide li.exploring .cnt .exploring_txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li.exploring .cnt .exploring_txt {
    font-size: 16px;
  }
}
.top_mv .mv_slide li .img {
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li .img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li .img img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li .mv_cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
  }
  .top_mv .mv_slide li .mv_cnt p {
    color: #FFF;
  }
}
.top_mv .mv_slide li .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li .ttl {
    font-size: 14px;
  }
}
.top_mv .mv_slide li .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  color: #9B9B9B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li .txt {
    font-size: 12px;
  }
}
.top_mv .mv_slide li .txt p {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .top_mv .mv_slide li .txt p {
    font-size: 12px;
    color: #FFF;
  }
}
.top_mv .sp_mv_navi {
  display: none;
}
@media screen and (max-width: 480px) {
  .top_mv .sp_mv_navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.top_mv .sp_mv_navi li {
  width: 50%;
}
.top_mv .sp_mv_navi li:first-of-type a {
  border-right: none;
}
.top_mv .sp_mv_navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1;
  border: 1px solid #D8D8D8;
}
.top_mv .sp_mv_navi li a img {
  margin-right: 8px;
  width: 24px;
}
.top_mv .sp_mv_ctrl {
  height: 48px;
  padding: 0 16px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .top_mv .sp_mv_ctrl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top_mv .sp_mv_ctrl .mv_prev_btn {
  margin-right: 20px;
}
.top_mv .sp_mv_ctrl .sp_mv_pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.top_mv .sp_mv_ctrl .sp_mv_pagination .swiper-pagination-bullet {
  display: block;
  background: none;
  font-size: 14px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #D8D8D8;
  margin: 0 16px 0 0;
  opacity: 1 !important;
  line-height: 1;
  padding: 0;
  width: auto;
  height: auto;
}
.top_mv .sp_mv_ctrl .sp_mv_pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.top_mv .sp_mv_ctrl .sp_mv_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #000;
}

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.top_news {
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 22px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 10px 0;
    margin-bottom: 50px;
  }
}
.top_news .news_slide {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.top_news .news_slide .slide_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}
.top_news .news_slide .slide_cnt:nth-child(odd) {
  -webkit-animation: MoveLeft 70s -35s infinite linear;
          animation: MoveLeft 70s -35s infinite linear;
}
@media screen and (max-width: 767px) {
  .top_news .news_slide .slide_cnt:nth-child(odd) {
    -webkit-animation: MoveLeft 90s -35s infinite linear;
            animation: MoveLeft 90s -35s infinite linear;
  }
}
.top_news .news_slide .slide_cnt:nth-child(even) {
  -webkit-animation: MoveLeft2 70s infinite linear;
          animation: MoveLeft2 70s infinite linear;
}
@media screen and (max-width: 767px) {
  .top_news .news_slide .slide_cnt:nth-child(even) {
    -webkit-animation: MoveLeft2 90s infinite linear;
            animation: MoveLeft2 90s infinite linear;
  }
}
.top_news .ttl {
  padding: 5px 16px;
  line-height: 1;
  border: 1px solid #FFF;
  border-radius: 30px;
  min-height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .top_news .ttl {
    font-size: 12px;
  }
}
.top_news .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_news .news_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 48px;
}
.top_news .news_list li p {
  color: #FFF;
  white-space: nowrap;
  line-height: 1;
}
.top_news .news_list li p a {
  color: #FFF;
}
.top_news .news_list li .date {
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .top_news .news_list li .date {
    font-size: 12px;
  }
}
.top_news .news_list li .ttl2 {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .top_news .news_list li .ttl2 {
    font-size: 12px;
  }
}

.top_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto 150px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_cat {
    margin-bottom: 70px;
  }
}
.top_cat li {
  margin-bottom: 60px;
}
@media screen and (max-width: 880px) {
  .top_cat li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_cat li {
    margin-bottom: 24px;
  }
}
.top_cat li a {
  opacity: 1 !important;
}
.top_cat li a:hover .img span {
  color: #000;
}
.top_cat li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_cat li .img {
  font-size: 0;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.top_cat li .img img {
  -webkit-transition: all 2s;
  transition: all 2s;
}
.top_cat li .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 26px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top_cat li .img span {
    font-size: 14px;
  }
}
.top_cat li .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_cat li .wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_cat li .wrap .icon {
  font-size: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top_cat li .wrap .icon {
    width: 25px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top_cat li .wrap .cnt {
    padding-top: 2px;
  }
}
.top_cat li .wrap .cnt .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_cat li .wrap .cnt .ttl {
    font-size: 14px;
  }
}
.top_cat li .wrap .cnt .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .top_cat li .wrap .cnt .txt {
    display: none;
  }
}

.top_products {
  max-width: 1280px;
  margin: 0 auto 40px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_products {
    margin-bottom: 30px;
  }
}
.top_products .sec_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 48px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .top_products .sec_ttl {
    font-size: 4.5vw;
    margin-bottom: 0;
  }
}
.top_products .sec_ttl span {
  display: block;
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_products .sec_ttl span {
    width: 174px;
  }
}
.top_products .wrap_products_box {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .top_products .wrap_products_box {
    border: none;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.top_products .wrap_products_box:first-of-type {
  border-top: 1px solid #D8D8D8;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_products .wrap_products_box:first-of-type {
    border: none;
    padding-top: 20px;
  }
}
.top_products .products_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top_products .products_box {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top_products .products_box .top_products_slide .swiper-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_products .products_box .top_products_slide .swiper-slide {
    width: calc(50% - 8px) !important;
    margin: 0 0 30px !important;
  }
}
.top_products .products_box .cnt {
  width: 300px;
  height: 340px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #714C84;
  margin-right: 32px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_products .products_box .cnt {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
}
.top_products .products_box .cnt .icon {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .top_products .products_box .cnt .icon {
    margin-right: 10px;
    width: 25px;
  }
}
.top_products .products_box .cnt .ttl {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_products .products_box .cnt .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top_products .products_box .cnt .ttl br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_products .products_box .cnt .txt {
    display: none;
  }
}
.top_products .products_box .cnt .txt p {
  font-size: 14px;
  line-height: 1.8;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.top_products .products_box .top_products_slide {
  overflow: hidden;
}
.top_products .products_box .top_products_slide ul li {
  width: 300px;
}
.top_products .products_box .top_products_slide ul li a {
  opacity: 1 !important;
}
.top_products .products_box .top_products_slide ul li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_products .products_box .top_products_slide ul li .img {
  font-size: 0;
  margin-bottom: 8px;
  overflow: hidden;
}
.top_products .products_box .top_products_slide ul li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.top_products .products_box .top_products_slide ul li .ttl {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 3px;
}
.top_products .products_box .top_products_slide ul li .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  color: #9B9B9B;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_products .products_box .top_products_slide ul li .txt {
    line-height: 1.5;
  }
}
.top_products .products_box .top_products_slide ul li .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .top_products .products_box .top_products_slide ul li .price {
    font-size: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top_products .products_box .top_products_slide ul li .price b {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .top_products .products_box .top_products_slide ul li .price b {
    font-size: 16px;
    margin-right: 8px;
  }
}
.top_products .products_box .top_products_slide ul li .price b span {
  font-size: 16px;
}
.top_products .products_box .top_products_slide ul li .price > span {
  font-size: 14px;
  font-weight: bold;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .top_products .products_box .top_products_slide ul li .price > span {
    font-size: 10px;
  }
}
.top_products .slide_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_products .slide_btns {
    display: none;
  }
}
.top_products .slide_btns .next_btn,
.top_products .slide_btns .prev_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.top_products .slide_btns .next_btn.swiper-button-disabled, .top_products .slide_btns .next_btn.swiper-button-lock,
.top_products .slide_btns .prev_btn.swiper-button-disabled,
.top_products .slide_btns .prev_btn.swiper-button-lock {
  background: #D8D8D8;
}
.top_products .slide_btns .next_btn {
  margin-left: 12px;
}

.top_events {
  max-width: 1280px;
  margin: 0 auto 150px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_events {
    margin-bottom: 50px;
  }
}
.top_events .top_events_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_events .top_events_head {
    border-top: 1px solid #D8D8D8;
    padding-top: 20px;
  }
}
.top_events .top_events_head .sec_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top_events .top_events_head .sec_ttl {
    font-size: 4.5vw;
  }
}
.top_events .top_events_head .sec_ttl img {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .top_events .top_events_head .sec_ttl img {
    width: 7vw;
    margin-right: 10px;
  }
}
.top_events .top_events_head .txt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top_events .top_events_head .txt {
    display: none;
  }
}
.top_events .top_event_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_events .top_event_list {
    margin-bottom: 10px;
  }
}
.top_events .top_event_list li {
  width: calc(33.33% - 26px);
}
@media screen and (max-width: 767px) {
  .top_events .top_event_list li {
    width: calc(50% - 8px);
    margin-bottom: 30px;
  }
}
.top_events .top_event_list li:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_events .top_event_list li:nth-of-type(4) {
    display: block;
  }
}
.top_events .top_event_list li a {
  opacity: 1 !important;
}
.top_events .top_event_list li a:hover .img span {
  color: #000;
}
.top_events .top_event_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_events .top_event_list li .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_events .top_event_list li .img {
    margin-bottom: 10px;
  }
}
.top_events .top_event_list li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.top_events .top_event_list li .ttl {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top_events .top_event_list li .ttl {
    line-height: 1.5;
  }
}
.top_events .top_event_list li .date {
  font-size: 14px;
  color: #9B9B9B;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_events .top_event_list li .date {
    font-size: 12px;
  }
}

.top_village {
  margin-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_village {
    margin: 0 0 50px;
  }
}
.top_village .img {
  width: 100%;
}
.top_village .img img {
  width: 100%;
  max-width: none;
  min-height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_village .img img {
    height: 260px;
    min-height: 0;
  }
}
.top_village .cnt {
  width: 600px;
  height: calc(100% - 100px);
  position: absolute;
  top: 44px;
  right: 55px;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_village .cnt {
    position: relative;
    width: calc(100% - 40px);
    height: auto;
    margin: -54px auto 0;
    top: auto;
    right: auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top_village .cnt .copy {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_village .cnt .copy {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.top_village .cnt .ttl {
  font-size: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_village .cnt .ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top_village .cnt .ttl img {
    width: 183px;
  }
}
.top_village .cnt .txt {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_village .cnt .txt {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top_village .cnt .txt {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .top_village .cnt .txt br {
    display: none;
  }
}
.top_village .cnt .btn_w {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_village .cnt .btn_w {
    margin-bottom: 24px;
  }
}
.top_village .cnt .btn_w a {
  width: 180px;
}
.top_village .cnt .btn_w a:hover {
  border: 1px solid #fff;
}
.top_village .cnt .link a {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #FFF;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_village .cnt .link a {
    font-size: 14px;
  }
}

.wrap_usecase {
  background: #F9F8F4;
  padding: 120px 20px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase {
    padding: 40px 20px 25px;
    margin-bottom: 50px;
  }
}
.wrap_usecase .top_usecase {
  max-width: 1240px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase {
    margin-bottom: 40px;
  }
}
.wrap_usecase .top_usecase .usecase_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .usecase_head {
    margin-bottom: 20px;
  }
}
.wrap_usecase .top_usecase .usecase_head .sec_ttl {
  font-size: 70px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .usecase_head .sec_ttl {
    font-size: 8vw;
  }
}
.wrap_usecase .top_usecase .usecase_head .sec_ttl span {
  display: block;
  font-size: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .usecase_head .sec_ttl span {
    width: 164px;
    margin-bottom: 16px;
  }
}
.wrap_usecase .top_usecase .usecase_head .lead {
  font-size: 14px;
  width: 415px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .usecase_head .lead {
    display: none;
  }
}
.wrap_usecase .top_usecase .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap {
    display: block;
  }
}
.wrap_usecase .top_usecase .wrap .cntl {
  width: 560px;
  height: 750px;
  background: url("../img/top/case_bg.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1280px) {
  .wrap_usecase .top_usecase .wrap .cntl {
    width: 50%;
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap .cntl {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 0 20px;
  }
}
.wrap_usecase .top_usecase .wrap .cntl .ttl {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap .cntl .ttl {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.wrap_usecase .top_usecase .wrap .cntl .ttl span {
  letter-spacing: -0.08em;
}
.wrap_usecase .top_usecase .wrap .cntl .txt {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap .cntl .txt {
    margin-bottom: 24px;
  }
}
.wrap_usecase .top_usecase .wrap .cntl .btn_w a {
  width: 180px;
  border: none;
}
.wrap_usecase .top_usecase .wrap .top_case_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_usecase .top_usecase .wrap .top_case_cat li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .wrap_usecase .top_usecase .wrap .top_case_cat li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap .top_case_cat li {
    margin-bottom: 20px;
  }
}
.wrap_usecase .top_usecase .wrap .top_case_cat li a {
  opacity: 1 !important;
}
.wrap_usecase .top_usecase .wrap .top_case_cat li a:hover .img span {
  color: #000;
}
.wrap_usecase .top_usecase .wrap .top_case_cat li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_usecase .top_usecase .wrap .top_case_cat li .img {
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.wrap_usecase .top_usecase .wrap .top_case_cat li .img img {
  -webkit-transition: all 2s;
  transition: all 2s;
}
.wrap_usecase .top_usecase .wrap .top_case_cat li .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_usecase .top_usecase .wrap .top_case_cat li .wrap .icon {
  font-size: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap .top_case_cat li .wrap .icon {
    width: 25px;
    margin-right: 8px;
  }
}
.wrap_usecase .top_usecase .wrap .top_case_cat li .wrap .cnt .ttl {
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap .top_case_cat li .wrap .cnt .ttl {
    font-size: 10px;
  }
}
.wrap_usecase .top_usecase .wrap .top_case_cat li .wrap .cnt .ttl b {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap .top_case_cat li .wrap .cnt .ttl b {
    font-size: 16px;
  }
}
.wrap_usecase .top_usecase .wrap .top_case_cat li .wrap .cnt .txt {
  font-size: 14px;
  color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .wrap_usecase .top_usecase .wrap .top_case_cat li .wrap .cnt .txt {
    display: none;
  }
}

.top_community {
  max-width: 1240px;
  margin: 0 auto;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 80px 13px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .top_community {
    padding: 13px 13px 11px;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
@media screen and (max-width: 767px) {
  .top_community {
    display: block;
    padding: 15px 15px 30px;
  }
}
.top_community .img {
  font-size: 0;
}
@media screen and (max-width: 1280px) {
  .top_community .img {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .top_community .img {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .top_community .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .top_community .img img {
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.top_community .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 453px;
}
@media screen and (max-width: 1280px) {
  .top_community .cnt {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .top_community .cnt {
    width: 100%;
  }
}
.top_community .cnt p {
  color: #FFF;
}
.top_community .cnt .copy {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_community .cnt .copy {
    font: 14px;
  }
}
.top_community .cnt .ttl {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_community .cnt .ttl {
    font-size: 32px;
  }
}
.top_community .cnt .txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
  max-width: 453px;
}
@media screen and (max-width: 767px) {
  .top_community .cnt .txt {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.top_community .cnt .btn_w a {
  width: 180px;
}
.top_community .cnt .btn_w a:hover {
  border: 1px solid #FFF;
}

.wrap_journal {
  max-width: 1280px;
  margin: 0 auto 150px;
  padding: 100px 20px 0;
  margin-top: -100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_journal {
    margin-bottom: 50px;
    padding-top: 120px;
    margin-top: -120px;
  }
}
.wrap_journal .journal_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 33px 8px 33px 12px;
  background: url("../img/common/journal_ttl_bg.webp") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_head {
    padding: 16px 0;
    background-size: 100%;
  }
}
.wrap_journal .journal_head .year {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 0.8;
  letter-spacing: -0.03em;
  width: 1.2em;
  word-break: break-all;
  color: transparent;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_head .year {
    font-size: 30px;
  }
}
.wrap_journal .journal_head .ttl {
  line-height: 1;
  font-size: 90px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  padding: 0 24px;
  color: transparent;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .wrap_journal .journal_head .ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_head .ttl {
    padding: 0 20px;
  }
}
.wrap_journal .journal_head .ttl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_head .ttl br {
    display: block;
  }
}
.wrap_journal .journal_head .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 108px;
  height: 74px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/common/date_line.svg") no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_head .date {
    width: 64px;
    height: 54px;
    background-size: 50%;
    background-position: center right 18px;
  }
}
.wrap_journal .journal_head .date .day,
.wrap_journal .journal_head .date .month {
  font-size: 45px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: transparent;
  line-height: 1;
  width: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_head .date .day,
  .wrap_journal .journal_head .date .month {
    font-size: 26px;
    margin-left: -8px;
  }
}
.wrap_journal .journal_head .date .day {
  margin-top: 0.9em;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_head .date .day {
    margin-left: 0;
  }
}
.wrap_journal .journal_head .date .yobi {
  font-size: 13px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
  color: transparent;
  margin-left: -1.4em;
  margin-top: 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_head .date .yobi {
    font-size: 10px;
  }
}
.wrap_journal .journal_archive_ttl {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 72px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_archive_ttl {
    font-size: 20px;
    margin-bottom: 48px;
  }
}
.wrap_journal .sec_ttl {
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_journal .sec_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.wrap_journal .lead {
  text-align: center;
  font-size: 14px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_journal .lead {
    display: none;
  }
}
.wrap_journal .journal_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_journal .journal_list li {
  width: 300px;
  margin-bottom: 86px;
}
@media screen and (max-width: 1280px) {
  .wrap_journal .journal_list li {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li {
    width: calc(50% - 8px);
    margin-bottom: 40px;
  }
}
.wrap_journal .journal_list li:first-of-type, .wrap_journal .journal_list li:last-of-type {
  width: 557px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .wrap_journal .journal_list li:first-of-type, .wrap_journal .journal_list li:last-of-type {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:first-of-type, .wrap_journal .journal_list li:last-of-type {
    width: 100%;
  }
}
.wrap_journal .journal_list li:first-of-type .img, .wrap_journal .journal_list li:last-of-type .img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:first-of-type .img, .wrap_journal .journal_list li:last-of-type .img {
    margin-bottom: 16px;
  }
}
.wrap_journal .journal_list li:first-of-type .cnt, .wrap_journal .journal_list li:last-of-type .cnt {
  position: absolute;
  z-index: 100;
  position: absolute;
  left: 26px;
  bottom: 20px;
  width: calc(100% - 52px);
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:first-of-type .cnt, .wrap_journal .journal_list li:last-of-type .cnt {
    position: static;
    width: 100%;
  }
}
.wrap_journal .journal_list li:first-of-type .cnt .ttl, .wrap_journal .journal_list li:last-of-type .cnt .ttl {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:first-of-type .cnt .ttl, .wrap_journal .journal_list li:last-of-type .cnt .ttl {
    color: #000;
  }
}
.wrap_journal .journal_list li:first-of-type .cnt .date, .wrap_journal .journal_list li:last-of-type .cnt .date {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:first-of-type .cnt .date, .wrap_journal .journal_list li:last-of-type .cnt .date {
    color: #000;
  }
}
.wrap_journal .journal_list li:nth-of-type(4) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:nth-of-type(4) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:nth-of-type(4) .img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:last-of-type {
    width: calc(50% - 8px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:last-of-type .img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:last-of-type .cnt {
    position: static;
    width: 100%;
  }
}
.wrap_journal .journal_list li:last-of-type .cnt .ttl {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:last-of-type .cnt .ttl {
    color: #000;
  }
}
.wrap_journal .journal_list li:last-of-type .cnt .date {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li:last-of-type .cnt .date {
    color: #000;
  }
}
.wrap_journal .journal_list li a {
  opacity: 1 !important;
}
.wrap_journal .journal_list li a:hover .img span {
  color: #000;
}
.wrap_journal .journal_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_journal .journal_list li .img {
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li .img {
    margin-bottom: 16px;
  }
}
.wrap_journal .journal_list li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.wrap_journal .journal_list li .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_list li .ttl {
    line-height: 1.5;
  }
}
.wrap_journal .journal_list li .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_journal .journal_list li .data .cat {
  padding: 4px 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  background: #FF0028;
  margin-right: 13px;
}
.wrap_journal .journal_list li .data .cat.tiny-life {
  background: #003AF2;
}
.wrap_journal .journal_list li .data .cat.purchase-manual {
  background: #FF0028;
}
.wrap_journal .journal_list li .data .cat.owner-interview {
  background: #FF9E00;
}
.wrap_journal .journal_list li .data .date {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.wrap_journal .journal_entry_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_entry_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap_journal .journal_entry_list li {
  width: calc(33.33% - 33px);
  margin-right: 49px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_journal .journal_entry_list li {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.wrap_journal .journal_entry_list li:nth-of-type(3n) {
  margin-right: 0;
}
.wrap_journal .journal_entry_list li a {
  opacity: 1 !important;
}
.wrap_journal .journal_entry_list li a:hover .img span {
  color: #000;
}
.wrap_journal .journal_entry_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_journal .journal_entry_list li .img {
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.wrap_journal .journal_entry_list li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.wrap_journal .journal_entry_list li .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap_journal .journal_entry_list li .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_journal .journal_entry_list li .data .cat {
  padding: 4px 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF;
  background: #FF0028;
  margin-right: 13px;
}
.wrap_journal .journal_entry_list li .data .cat.tiny-life {
  background: #003AF2;
}
.wrap_journal .journal_entry_list li .data .cat.purchase-manual {
  background: #FF0028;
}
.wrap_journal .journal_entry_list li .data .cat.owner-interview {
  background: #FF9E00;
}
.wrap_journal .journal_entry_list li .data .date {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.magazine_exploring {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .magazine_exploring {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.wrap_exploring {
  background: url("../img/common/exploring_bg.webp") no-repeat center;
  background-size: cover;
  padding: 145px 20px 90px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap_exploring {
    padding: 44px 20px 25px;
  }
}
.wrap_exploring.top_exploring {
  padding: 145px 0 127px;
}
.wrap_exploring .sec_ttl {
  text-align: center;
  font-size: 0;
  margin-bottom: 48px;
}
.wrap_exploring .lead {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .lead {
    display: none;
  }
}
.wrap_exploring .exploring_list {
  max-width: 1240px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_list {
    margin-bottom: 10px;
  }
}
.wrap_exploring .exploring_list li {
  width: calc(50% - 20px);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_list li {
    width: calc(50% - 8px);
    margin-bottom: 40px;
  }
}
.wrap_exploring .exploring_list li a {
  opacity: 1 !important;
}
.wrap_exploring .exploring_list li a:hover .img span {
  color: #000;
}
.wrap_exploring .exploring_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_exploring .exploring_list li .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.wrap_exploring .exploring_list li .img img {
  -webkit-transition: all 2s;
  transition: all 2s;
  width: 100%;
}
.wrap_exploring .exploring_list li .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_list li .ttl {
    font-size: 14px;
    line-height: 1.5;
  }
}
.wrap_exploring .exploring_list li .cat {
  padding: 4px 8px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #EB4E42;
  background: #FFF;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_list li .cat {
    font-size: 12px;
  }
}
.wrap_exploring .exploring_list.top_exploring_list {
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.wrap_exploring .exploring_list.top_exploring_list li {
  width: calc(33.33% - 26px);
  margin-bottom: 60px;
}
.wrap_exploring .exploring_list.top_exploring_list li .img {
  font-size: 0;
  margin-bottom: 16px;
}
.wrap_exploring .exploring_list.top_exploring_list li .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 8px;
}
.wrap_exploring .exploring_list.top_exploring_list li .cat {
  padding: 4px 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #EB4E42;
  background: #FFF;
  margin-right: 13px;
}
.wrap_exploring .new_post {
  max-width: 1240px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .new_post {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
.wrap_exploring .new_post .new_post_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .new_post .new_post_ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.wrap_exploring .new_post .new_post_ttl img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .new_post .new_post_ttl img {
    width: 25px;
    margin-right: 10px;
  }
}
.wrap_exploring .new_post .new_post_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .new_post .new_post_list {
    margin-bottom: 0;
  }
}
.wrap_exploring .new_post .new_post_list li {
  width: calc(33.33% - 26px);
}
@media screen and (max-width: 767px) {
  .wrap_exploring .new_post .new_post_list li {
    width: calc(50% - 8px);
    margin-bottom: 40px;
  }
}
.wrap_exploring .new_post .new_post_list li:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .new_post .new_post_list li:nth-of-type(4) {
    display: block;
  }
}
.wrap_exploring .new_post .new_post_list li a {
  opacity: 1 !important;
}
.wrap_exploring .new_post .new_post_list li a:hover .img span {
  color: #000;
}
.wrap_exploring .new_post .new_post_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_exploring .new_post .new_post_list li .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.wrap_exploring .new_post .new_post_list li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.wrap_exploring .new_post .new_post_list li .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .new_post .new_post_list li .ttl {
    line-height: 1.5;
  }
}
.wrap_exploring .new_post .new_post_list li .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_exploring .new_post .new_post_list li .data .cat {
  padding: 4px 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #EB4E42;
  background: #FFF;
  margin-right: 13px;
}
.wrap_exploring .new_post .new_post_list li .data .date {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #FFF;
}
.wrap_exploring .new_post .l_btn a {
  border: none;
}
.wrap_exploring .exploring_ttl {
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.wrap_exploring .exploring_ttl img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_ttl img {
    width: 25px;
    margin-right: 10px;
  }
}
.wrap_exploring .exploring_entry {
  max-width: 1240px;
  margin: 0 auto 64px;
}
.wrap_exploring .exploring_entry .entry_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .entry_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.wrap_exploring .exploring_entry .entry_list li {
  width: calc(25% - 15px);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .entry_list li {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.wrap_exploring .exploring_entry .entry_list li:last-of-type {
  margin-right: 0;
}
.wrap_exploring .exploring_entry .entry_list li a {
  opacity: 1 !important;
}
.wrap_exploring .exploring_entry .entry_list li a:hover .img span {
  color: #000;
}
.wrap_exploring .exploring_entry .entry_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_exploring .exploring_entry .entry_list li a .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.wrap_exploring .exploring_entry .entry_list li a .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.wrap_exploring .exploring_entry .entry_list li a .ttl {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .entry_list li a .ttl {
    line-height: 1.5;
  }
}
.wrap_exploring .exploring_entry .entry_list li a .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .entry_list li a .data {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.wrap_exploring .exploring_entry .entry_list li a .data .cat {
  padding: 4px 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #EB4E42;
  background: #FFF;
  margin-right: 13px;
}
.wrap_exploring .exploring_entry .entry_list li a .data .date {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #FFF;
}
.wrap_exploring .exploring_entry .btn_w a {
  border: 1px solid #9B9B9B;
}
.wrap_exploring .exploring_entry .wrap_entry_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px 0;
}
@media screen and (max-width: 980px) {
  .wrap_exploring .exploring_entry .wrap_entry_data {
    display: block;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .keywords,
.wrap_exploring .exploring_entry .wrap_entry_data .pickup {
  width: calc(50% - 20px);
  background: #FFF;
  border-radius: 20px;
  padding: 45px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .keywords,
  .wrap_exploring .exploring_entry .wrap_entry_data .pickup {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .keywords,
  .wrap_exploring .exploring_entry .wrap_entry_data .pickup {
    padding: 20px;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .pickup a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1 !important;
}
@media screen and (max-width: 540px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .pickup a {
    display: block;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .pickup a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_exploring .exploring_entry .wrap_entry_data .pickup a .img {
  width: 180px;
  margin-right: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .pickup a .img {
    margin-right: 16px;
  }
}
@media screen and (max-width: 540px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .pickup a .img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .pickup a .img img {
  border-radius: 8px;
  aspect-ratio: 180/166;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
@media screen and (max-width: 540px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .pickup a .img img {
    aspect-ratio: none;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .pickup a .cnt .txt {
  font-weight: bold;
  color: #FD5F25;
  margin-bottom: 16px;
}
.wrap_exploring .exploring_entry .wrap_entry_data .pickup a .cnt .ttl {
  font-size: 12px;
  color: #FD5F25;
}
.wrap_exploring .exploring_entry .wrap_entry_data .keywords {
  padding: 45px 80px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .keywords {
    padding: 20px;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .keywords .ttl {
  text-align: center;
  color: #FD5C72;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .keywords .ttl {
    margin-bottom: 16px;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .keywords .ttl span {
  font-size: 40px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .keywords .ttl span {
    font-size: 28px;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .keywords .keywords_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_exploring .exploring_entry .wrap_entry_data .keywords .keywords_list li {
  margin: 0 4px 8px;
}
.wrap_exploring .exploring_entry .wrap_entry_data .keywords .keywords_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB4E42;
  color: #FD5C72;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .exploring_entry .wrap_entry_data .keywords .keywords_list li a {
    font-size: 12px;
  }
}
.wrap_exploring .exploring_entry .wrap_entry_data .keywords .keywords_list li a:hover {
  background: #EB4E42;
  color: #FFF;
}
.wrap_exploring .feature_exploring {
  max-width: 1240px;
  margin: 0 auto 64px;
  padding-top: 64px;
  border-top: 1px solid #fff;
}
.wrap_exploring .feature_exploring.nobd {
  border: none;
  padding-top: 0;
}
.wrap_exploring .feature_exploring .other_feature {
  width: 100%;
  background: #FFF;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .feature_exploring .other_feature {
    padding: 20px;
  }
}
.wrap_exploring .feature_exploring .other_feature .ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #FD5C72;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .feature_exploring .other_feature .ttl {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.wrap_exploring .feature_exploring .other_feature .other_feature_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_exploring .feature_exploring .other_feature .other_feature_list li {
  margin: 0 4px 8px;
}
.wrap_exploring .feature_exploring .other_feature .other_feature_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EB4E42;
  min-height: 30px;
  padding: 2px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #EB4E42;
}
@media screen and (max-width: 767px) {
  .wrap_exploring .feature_exploring .other_feature .other_feature_list li a {
    font-size: 12px;
  }
}
.wrap_exploring .feature_exploring .other_feature .other_feature_list li a:hover {
  opacity: 1;
  color: #FFF;
  background: #EB4E42;
}

/*/ SINGLE ////////////////////////////////////////*/
.single_sec {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .single_sec {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .single_sec:has(.item_list) {
    margin-bottom: 30px;
  }
}
.single_sec .sec_ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single_sec .sec_ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.single_sec .sec_ttl span {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .single_sec .sec_ttl span {
    font-size: 30px;
    margin-bottom: 4px;
  }
}
.single_sec .sec_ttl2 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single_sec .sec_ttl2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.product_header {
  margin-top: 92px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .product_header {
    display: block;
    margin-top: -40px;
    margin-bottom: 80px;
  }
}
.product_header .img {
  font-size: 0;
  max-width: 768px;
  margin-right: 85px;
}
@media screen and (max-width: 767px) {
  .product_header .img {
    max-width: none;
    margin: 0 -20px 16px;
  }
}
.product_header .img img {
  aspect-ratio: 3/2;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_header .cnt {
  width: 385px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .product_header .cnt {
    width: 100%;
  }
}
.product_header .cnt .icon {
  margin-bottom: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
  }
}
.product_header .cnt .categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .categories {
    margin-bottom: 16px;
  }
}
.product_header .cnt .categories .type {
  padding: 0 3px;
  font-size: 12px;
  height: 22px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.8;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #000;
}
.product_header .cnt .categories .cat {
  padding: 0 4px;
  font-size: 12px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
}
.product_header .cnt .products_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .products_ttl {
    font-size: 20px;
  }
}
.product_header .cnt .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.product_header .cnt .data p {
  font-size: 14px;
  line-height: 1.5;
  color: #9B9B9B;
}
.product_header .cnt .data .type {
  margin-right: 16px;
}
.product_header .cnt .data .way {
  width: 100%;
}
.product_header .cnt .data .way span::after {
  content: "／";
}
.product_header .cnt .data .way span:last-of-type::after {
  display: none;
}
.product_header .cnt .txt {
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .txt {
    font-size: 14px;
  }
}
.product_header .cnt .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.product_header .cnt .price b {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .price b {
    font-size: 20px;
  }
}
.product_header .cnt .price b span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .price > span {
    font-size: 14px;
  }
}
.product_header .cnt .contact_btn {
  font-size: 0;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .contact_btn {
    margin-top: 28px;
  }
}

.single_entry {
  margin: 0 85px;
}
@media screen and (max-width: 767px) {
  .single_entry {
    margin: 0;
  }
}
.single_entry h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single_entry h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.single_entry h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single_entry h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.single_entry h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .single_entry h4 {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.single_entry h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .single_entry h5 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.single_entry p {
  line-height: 2.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single_entry p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.single_entry ul,
.single_entry ol {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single_entry ul,
  .single_entry ol {
    margin-bottom: 30px;
  }
}
.single_entry a {
  text-decoration: underline;
}
.single_entry img.size-large {
  width: 100%;
}
.single_entry .wp-caption {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .single_entry .wp-caption {
    margin-bottom: 30px;
  }
}
.single_entry .wp-caption .wp-caption-text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single_entry .wp-caption .wp-caption-text {
    font-size: 12px;
  }
}
.single_entry .gy_frame {
  background: #F8F8F8;
  padding: 32px 40px;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single_entry .gy_frame {
    margin-bottom: 30px;
    padding: 16px 24px;
    border-radius: 10px;
  }
}
.single_entry .blogcard {
  margin-bottom: 60px;
}
.single_entry .blogcard.noimg a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.single_entry .blogcard a {
  width: 100%;
  height: 138px;
  border: 1px solid #9B9B9B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 40px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .single_entry .blogcard a {
    padding-left: 12px;
    min-height: 70px;
    height: auto;
  }
}
.single_entry .blogcard a .blogcard_thumbnail {
  width: 200px;
  height: 100%;
  margin-bottom: 0;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single_entry .blogcard a .blogcard_thumbnail {
    width: 100px;
    height: 70px;
  }
}
.single_entry .blogcard a .blogcard_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_entry .blogcard a .blogcard_cnt {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .single_entry .blogcard a .blogcard_cnt {
    margin-right: 16px;
  }
}
.single_entry .blogcard a .blogcard_cnt .blogcard_title {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single_entry .blogcard a .blogcard_cnt .blogcard_title {
    font-size: 12px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
.single_entry .blogcard a .blogcard_cnt .blogcard_link {
  font-size: 12px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single_entry .blogcard a .blogcard_cnt .blogcard_link {
    font-size: 10px;
  }
}

.single_gallery,
.single_drawing {
  overflow: visible;
}
.single_gallery.item1 .gallery-ctrl,
.single_gallery.item1 .drawing-ctrl,
.single_drawing.item1 .gallery-ctrl,
.single_drawing.item1 .drawing-ctrl {
  display: none;
}
@media screen and (min-width: 481px) {
  .single_gallery.item2 .gallery-ctrl,
  .single_gallery.item2 .drawing-ctrl,
  .single_drawing.item2 .gallery-ctrl,
  .single_drawing.item2 .drawing-ctrl {
    display: none;
  }
}
.single_gallery li,
.single_drawing li {
  max-width: 727px;
}
.single_gallery li img,
.single_drawing li img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_gallery li span,
.single_drawing li span {
  display: block;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}
.single_gallery .gallery-pagination,
.single_gallery .drawing-pagination,
.single_drawing .gallery-pagination,
.single_drawing .drawing-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .single_gallery .gallery-pagination,
  .single_gallery .drawing-pagination,
  .single_drawing .gallery-pagination,
  .single_drawing .drawing-pagination {
    margin-top: 24px;
  }
}
.single_gallery .gallery-pagination .swiper-pagination-bullet,
.single_gallery .drawing-pagination .swiper-pagination-bullet,
.single_drawing .gallery-pagination .swiper-pagination-bullet,
.single_drawing .drawing-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 8px !important;
}
@media screen and (max-width: 767px) {
  .single_gallery .gallery-pagination .swiper-pagination-bullet,
  .single_gallery .drawing-pagination .swiper-pagination-bullet,
  .single_drawing .gallery-pagination .swiper-pagination-bullet,
  .single_drawing .drawing-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }
}
.single_gallery .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single_gallery .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single_drawing .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single_drawing .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.gallery-ctrl,
.drawing-ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.gallery-ctrl .gallery-prev,
.gallery-ctrl .gallery-next,
.gallery-ctrl .drawing-prev,
.gallery-ctrl .drawing-next,
.drawing-ctrl .gallery-prev,
.drawing-ctrl .gallery-next,
.drawing-ctrl .drawing-prev,
.drawing-ctrl .drawing-next {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-ctrl .gallery-pagination,
.gallery-ctrl .drawing-pagination,
.drawing-ctrl .gallery-pagination,
.drawing-ctrl .drawing-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 24px;
}
.gallery-ctrl .gallery-pagination .swiper-pagination-bullet,
.gallery-ctrl .drawing-pagination .swiper-pagination-bullet,
.drawing-ctrl .gallery-pagination .swiper-pagination-bullet,
.drawing-ctrl .drawing-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 8px !important;
}
@media screen and (max-width: 767px) {
  .gallery-ctrl .gallery-pagination .swiper-pagination-bullet,
  .gallery-ctrl .drawing-pagination .swiper-pagination-bullet,
  .drawing-ctrl .gallery-pagination .swiper-pagination-bullet,
  .drawing-ctrl .drawing-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }
}
.gallery-ctrl .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gallery-ctrl .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.drawing-ctrl .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.drawing-ctrl .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.spec_sec .spec_list {
  margin: 0 85px;
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .spec_sec .spec_list {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list {
    border-top: none;
  }
}
.spec_sec .spec_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 0;
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list li {
    display: block;
  }
}
.spec_sec .spec_list li .ttl {
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #9B9B9B;
  font-weight: bold;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list li .ttl {
    font-size: 14px;
    width: 100%;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list li .ttl br {
    display: none;
  }
}
.spec_sec .spec_list li .txt {
  width: calc(100% - 130px);
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list li .txt {
    font-size: 14px;
    width: 100%;
  }
}

.estimate_sec .estimate_box {
  background: #F9F8F4;
  padding: 85px;
}
@media screen and (max-width: 767px) {
  .estimate_sec .estimate_box {
    padding: 20px;
  }
}

.product_info_box {
  padding: 90px 85px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .product_info_box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product_info_box {
    padding: 30px 25px;
    display: block;
    margin-bottom: 70px;
  }
}
.product_info_box .img {
  width: 598px;
  margin-right: 78px;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .product_info_box .img {
    width: 50%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .product_info_box .img {
    width: 100%;
    margin: 0 0 16px;
  }
}
.product_info_box .cnt {
  width: 395px;
}
@media screen and (max-width: 1240px) {
  .product_info_box .cnt {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt {
    width: 100%;
    position: relative;
  }
}
.product_info_box .cnt .icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .icon {
    top: 0;
    right: 0;
    width: 30px;
  }
}
.product_info_box .cnt .categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .categories {
    margin-bottom: 15px;
  }
}
.product_info_box .cnt .categories .type {
  padding: 0 3px;
  font-size: 12px;
  height: 22px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.8;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #000;
}
.product_info_box .cnt .categories .cat {
  padding: 0 4px;
  font-size: 12px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  color: #FFF;
  line-height: 1.2;
  border: 1px solid #D8D8D8;
}
.product_info_box .cnt .products_ttl {
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .products_ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.product_info_box .cnt .txt {
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .txt {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.product_info_box .cnt .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .price {
    font-size: 14px;
  }
}
.product_info_box .cnt .price b {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .price b {
    font-size: 20px;
  }
}
.product_info_box .cnt .price b span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .price b span {
    font-size: 14px;
  }
}
.product_info_box .cnt .contact_btn {
  font-size: 0;
  margin-top: 32px;
}
.product_info_box .cnt .contact_btn a {
  border: 1px solid #fff;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px 8px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  color: #FFF;
  max-width: 387px;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .contact_btn a {
    height: 48px;
    padding: 8px 12px 8px 30px;
  }
}
.product_info_box .cnt .contact_btn a:hover {
  background: #000;
  border: 1px solid #000;
}
.product_info_box .cnt .contact_btn a span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .product_info_box .cnt .contact_btn a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product_info_box .cnt .contact_btn a img {
    width: 30px;
  }
}

.case_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1240px;
  margin: 0 auto 132px;
}
@media screen and (max-width: 767px) {
  .case_header {
    display: block;
    margin-bottom: 80px;
    padding: 0;
  }
}
.case_header .img {
  font-size: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1240px) {
  .case_header .img {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .case_header .img {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }
}
.case_header .img img {
  width: 100%;
}
.case_header .cnt {
  width: 350px;
  margin-right: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 80px;
}
@media screen and (max-width: 1240px) {
  .case_header .cnt {
    width: 40%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .case_header .cnt {
    padding-top: 0;
    width: 100%;
  }
}
.case_header .cnt .txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .case_header .cnt .txt {
    font-size: 12px;
  }
}
.case_header .cnt .case_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 80px;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 767px) {
  .case_header .cnt .case_ttl {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.case_header .cnt .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}
.case_header .cnt .data .use_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case_header .cnt .data .use_type {
    margin-bottom: 8px;
  }
}
.case_header .cnt .data .use_type img {
  margin-right: 5px;
}
.case_header .cnt .data .type {
  padding: 0 3px;
  font-size: 12px;
  height: 22px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.8;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #000;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .case_header .cnt .data .type {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 8px;
  }
}
.case_header .cnt .data .adrs1 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .case_header .cnt .data .adrs1 {
    width: auto;
    margin-bottom: 8px;
  }
}
.case_header .cnt .data .adrs1 img {
  margin-right: 3px;
}
.case_header .cnt .visit_stay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .case_header .cnt .visit_stay {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 12px 0;
  }
}
.case_header .cnt .visit_stay li {
  margin-right: 20px;
  font-size: 0;
}
.case_header .cnt .visit_stay li:last-of-type {
  margin-right: 0;
}

.access_box {
  max-width: 1100px;
  margin: 0 auto;
  background: #F8F8F8;
}
.access_box .gmap {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .access_box .gmap {
    height: 446px;
  }
}
.access_box .gmap iframe {
  width: 100%;
  height: 100%;
}
.access_box .access_box_cnt {
  border: 1px solid #D8D8D8;
  border-top: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .access_box .access_box_cnt {
    display: block;
    padding: 20px 24px;
  }
}
.access_box .access_box_cnt .visit_stay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .access_box .access_box_cnt .visit_stay {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 16px;
  }
}
.access_box .access_box_cnt .visit_stay li {
  margin-right: 20px;
  font-size: 0;
}
.access_box .access_box_cnt .visit_stay li:last-of-type {
  margin-right: 0;
}
.access_box .access_box_cnt .data .adrs,
.access_box .access_box_cnt .data .web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .access_box .access_box_cnt .data .adrs,
  .access_box .access_box_cnt .data .web {
    font-size: 12px;
  }
}
.access_box .access_box_cnt .data .adrs img,
.access_box .access_box_cnt .data .web img {
  margin-right: 8px;
}
.access_box .access_box_cnt .data .zip {
  margin-right: 0.4em;
}
.access_box .access_box_cnt .access_contact {
  margin-left: auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .access_box .access_box_cnt .access_contact {
    display: none;
  }
}

/* Rectangle 5010 */
/*/ MAGAZINE ////////////////////////////////////////*/
.wrap_magazine_slide {
  background: #F4F4F4;
  padding-top: 35px;
  padding-bottom: 64px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide {
    padding-top: 60px;
    margin-bottom: 5px;
  }
}
.wrap_magazine_slide .magazine-ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.wrap_magazine_slide .magazine-ctrl .magazine-prev,
.wrap_magazine_slide .magazine-ctrl .magazine-next {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_magazine_slide .magazine-ctrl .magazine-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 24px;
}
.wrap_magazine_slide .magazine-ctrl .magazine-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 8px !important;
}
.wrap_magazine_slide .magazine-ctrl .magazine-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.wrap_magazine_slide .magazine_slide {
  margin-bottom: 32px;
}
.wrap_magazine_slide .magazine_slide li {
  width: 992px;
  height: 409px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .wrap_magazine_slide .magazine_slide li {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li {
    width: calc(100% - 40px);
    height: auto;
  }
}
.wrap_magazine_slide .magazine_slide li.swiper-slide-active a {
  -webkit-box-shadow: 8px 8px 0px #E3E3E3;
          box-shadow: 8px 8px 0px #E3E3E3;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li.swiper-slide-active a .cnt {
    border: 1px solid #000;
  }
}
.wrap_magazine_slide .magazine_slide li.entry a .cnt .ttl {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li.entry a .cnt .ttl {
    font-size: 20px;
    margin-top: 12px;
  }
}
.wrap_magazine_slide .magazine_slide li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  opacity: 1 !important;
}
.wrap_magazine_slide .magazine_slide li > a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_magazine_slide .magazine_slide li > a:hover .cnt .link i {
  background: #FFF;
}
.wrap_magazine_slide .magazine_slide li > a:hover .cnt .link i svg path {
  fill: #000;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a {
    border: none;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.wrap_magazine_slide .magazine_slide li > a .img {
  height: 100%;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .wrap_magazine_slide .magazine_slide li > a .img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .img {
    width: 100%;
    height: auto;
  }
}
.wrap_magazine_slide .magazine_slide li > a .img img {
  aspect-ratio: 3/2;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
@media screen and (max-width: 1180px) {
  .wrap_magazine_slide .magazine_slide li > a .img img {
    width: 100%;
    aspect-ratio: none;
  }
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .img img {
    width: 100%;
    height: auto;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 40px;
  width: calc(100% - 613px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt {
    width: 100%;
    padding: 20px;
    height: 70vw;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .num {
  margin-bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .num {
    margin-bottom: 24px;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .num span {
  font-size: 24px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  border-bottom: 2px solid #000;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .num span {
    font-size: 16px;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .num span b {
  font-size: 32px;
  font-weight: 400;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .num span b {
    font-size: 20px;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .ttl {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .ttl {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .cat {
  background: #000;
  color: #FFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .cat {
    margin-bottom: 0;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .txt {
  font-size: 14px;
  color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .txt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .tags {
  font-size: 12px;
  color: #9B9B9B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .tags {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .tags span {
  margin-right: 12px;
}
.wrap_magazine_slide .magazine_slide li > a .cnt .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 0;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .link i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .link i {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_magazine_slide .magazine_slide li > a .cnt .link i svg {
    width: 8px;
  }
}
.wrap_magazine_slide .magazine_slide li > a .cnt .link i svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrap_caetgory {
  background: #F4F4F4;
  padding: 64px 20px 1px;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory {
    padding: 48px 20px 1px;
  }
}
.wrap_caetgory .category_sec {
  max-width: 1240px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec {
    margin-bottom: 50px;
  }
}
.wrap_caetgory .category_sec .sec_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .sec_ttl {
    font-size: 30px;
    text-align: center;
  }
}
.wrap_caetgory .category_sec .sec_ttl span {
  display: block;
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .sec_ttl span {
    width: 160px;
    margin: 0 auto 16px;
  }
}
.wrap_caetgory .category_sec .category_list li {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li {
    margin-bottom: 20px;
  }
}
.wrap_caetgory .category_sec .category_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  opacity: 1 !important;
}
.wrap_caetgory .category_sec .category_list li a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.wrap_caetgory .category_sec .category_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li a {
    display: block;
    padding: 0 0 16px;
  }
}
.wrap_caetgory .category_sec .category_list li a .img {
  width: 250px;
  font-size: 0;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li a .img {
    width: 100%;
    margin: 0 0 16px;
  }
}
.wrap_caetgory .category_sec .category_list li a .img img {
  -webkit-transition: all 2s;
  transition: all 2s;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li a .img img {
    width: 100%;
  }
}
.wrap_caetgory .category_sec .category_list li a .cnt {
  margin-right: 24px;
}
.wrap_caetgory .category_sec .category_list li a .cnt .ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li a .cnt .ttl {
    text-align: center;
  }
}
.wrap_caetgory .category_sec .category_list li a .cnt .txt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li a .cnt .txt {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.wrap_caetgory .category_sec .category_list li a .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li a .link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
  }
}
.wrap_caetgory .category_sec .category_list li a .link i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li a .link i {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_caetgory .category_sec .category_list li a .link i svg {
    width: 8px;
  }
}

/*/ EXPLORING ////////////////////////////////////////*/
.exploring_archive .exploring_archive_head {
  background: url("../img/magazine/exploring_archive_head_bg.webp") no-repeat center;
  background-size: cover;
  height: 360px;
  margin-bottom: 114px;
}
@media screen and (max-width: 767px) {
  .exploring_archive .exploring_archive_head {
    padding: 20px 10px;
    height: auto;
    margin-bottom: 32px;
  }
}
.exploring_archive .exploring_archive_head .sp_ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .exploring_archive .exploring_archive_head .sp_ttl {
    display: block;
    margin-bottom: 32px;
    font-size: 0;
  }
}
.exploring_archive .exploring_archive_head .archive_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 33px 8px 20px 12px;
  position: relative;
  margin-bottom: 16px;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .exploring_archive .exploring_archive_head .archive_head {
    display: none;
  }
}
.exploring_archive .exploring_archive_head .archive_head .year {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 0.8;
  letter-spacing: -0.03em;
  width: 1.2em;
  word-break: break-all;
  color: #FFF;
  margin-right: 16px;
  border-right: 1px solid #D8D8D8;
  padding-right: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.exploring_archive .exploring_archive_head .archive_head .ttl {
  line-height: 1;
  font-size: 90px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
  padding: 0 32px;
  color: #FFF;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 880px) {
  .exploring_archive .exploring_archive_head .archive_head .ttl {
    font-size: 8.5vw;
  }
}
.exploring_archive .exploring_archive_head .archive_head .date {
  padding-left: 18px;
  border-left: 1px solid #D8D8D8;
}
.exploring_archive .exploring_archive_head .archive_head .date .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 108px;
  height: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 7px;
  background: url("../img/common/date_line.svg") no-repeat center bottom;
}
.exploring_archive .exploring_archive_head .archive_head .date .day,
.exploring_archive .exploring_archive_head .archive_head .date .month {
  font-size: 45px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #FFF;
  line-height: 1;
  width: 1em;
  text-align: center;
}
.exploring_archive .exploring_archive_head .archive_head .date .day {
  margin-top: 0.9em;
  margin-left: 10px;
}
.exploring_archive .exploring_archive_head .archive_head .date .yobi {
  font-size: 13px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
  color: #FFF;
  margin-left: -1.4em;
  margin-top: 7px;
  text-transform: uppercase;
}
.exploring_archive .exploring_archive_head .archive_ttl {
  text-align: center;
  color: #FFF;
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .exploring_archive .exploring_archive_head .archive_ttl {
    font-size: 20px;
  }
}
.exploring_archive .exploring_entry_list {
  max-width: 1280px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .exploring_archive .exploring_entry_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.exploring_archive .exploring_entry_list li {
  width: calc(33.33% - 33px);
  margin-right: 49px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .exploring_archive .exploring_entry_list li {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.exploring_archive .exploring_entry_list li:nth-of-type(3n) {
  margin-right: 0;
}
.exploring_archive .exploring_entry_list li a {
  opacity: 1 !important;
}
.exploring_archive .exploring_entry_list li a:hover .img span {
  color: #000;
}
.exploring_archive .exploring_entry_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.exploring_archive .exploring_entry_list li .img {
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.exploring_archive .exploring_entry_list li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.exploring_archive .exploring_entry_list li .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.exploring_archive .exploring_entry_list li .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.exploring_archive .exploring_entry_list li .data .cat {
  padding: 6px;
  line-height: 1;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #EB4E42;
  background: #FFF;
  margin-right: 13px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
.exploring_archive .exploring_entry_list li .data .date {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #9B9B9B;
}

.magazine_archive_head {
  background: #F8F8F8;
  border-bottom: 1px solid #D8D8D8;
  padding: 35px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .magazine_archive_head {
    padding: 0 0 30px;
    margin-bottom: 20px;
  }
}
.magazine_archive_head.exploring {
  background: url("../img/magazine/exploring_archive_head_bg.jpg") no-repeat;
  background-size: cover;
}
.magazine_archive_head.exploring .wrap .cnt .ttl1 {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.magazine_archive_head.exploring .wrap .cnt .ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 0;
  background: #FFF;
}
.magazine_archive_head.exploring .wrap .cnt .ttl span {
  display: block;
  background: url("../img/magazine/exploring_ttl_bg.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.magazine_archive_head.exploring .wrap .cnt .txt {
  color: #FFF;
}
.magazine_archive_head .wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .magazine_archive_head .wrap {
    display: block;
  }
}
.magazine_archive_head .wrap .img {
  width: 496px;
  font-size: 0;
  margin-right: 160px;
}
@media screen and (max-width: 1180px) {
  .magazine_archive_head .wrap .img {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_archive_head .wrap .img {
    width: 100%;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_archive_head .wrap .cnt {
    padding: 0 20px;
  }
}
.magazine_archive_head .wrap .cnt .ttl1 {
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .magazine_archive_head .wrap .cnt .ttl1 {
    font-size: 12px;
  }
}
.magazine_archive_head .wrap .cnt .ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 343px;
  background: url("../img/magazine/journal_cat_bg.jpg") no-repeat;
  background-size: 100%;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px 4px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .magazine_archive_head .wrap .cnt .ttl {
    font-size: 24px;
    min-height: 38px;
  }
}
.magazine_archive_head .wrap .cnt .ttl span {
  width: auto;
}
.magazine_archive_head .wrap .cnt .txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .magazine_archive_head .wrap .cnt .txt {
    font-size: 14px;
  }
}

.magazine_archive {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .magazine_archive {
    margin-bottom: 80px;
  }
}
.magazine_archive .magazine_entry_list {
  max-width: 1280px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.magazine_entry_list {
  max-width: 1240px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .magazine_entry_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .magazine_entry_list.spcol2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.magazine_entry_list.spcol2 li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .magazine_entry_list.spcol2 li {
    width: calc(50% - 8px);
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_entry_list.spcol2 li .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_entry_list.related_magazine {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.magazine_entry_list.related_magazine li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .magazine_entry_list.related_magazine li {
    width: calc(50% - 8px);
    margin: 0 0 36px;
  }
}
.magazine_entry_list.related_magazine li:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .magazine_entry_list.related_magazine li:nth-of-type(4) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .magazine_entry_list.related_magazine li .date {
    font-size: 12px;
  }
}
.magazine_entry_list li {
  width: calc(33.33% - 33px);
  margin-right: 49px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .magazine_entry_list li {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
    margin-bottom: 30px;
  }
}
.magazine_entry_list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .magazine_entry_list li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.magazine_entry_list li a {
  opacity: 1 !important;
}
.magazine_entry_list li a:hover .img span {
  color: #000;
}
.magazine_entry_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.magazine_entry_list li .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.magazine_entry_list li .img img {
  -webkit-transition: all 2s;
  transition: all 2s;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.magazine_entry_list li .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.magazine_entry_list li .data .post_type {
  padding: 4px 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  background: #000;
  color: #fff;
  background: #000;
  margin-right: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazine_entry_list li .data .date {
  margin-bottom: 0;
}
.magazine_entry_list li .date {
  font-size: 13px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-bottom: 8px;
}
.magazine_entry_list li .ttl {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .magazine_entry_list li .ttl {
    line-height: 1.5;
  }
}

/*/ single magazine /////////////////////////////////*/
.wrap_entry .entry_header {
  background: #F8F8F8;
  border-bottom: 1px solid #000;
  padding: 60px 20px 104px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_header {
    padding: 40px 20px 50px;
    margin-bottom: 30px;
  }
}
.wrap_entry .entry_header .cnt {
  max-width: 1240px;
  margin: 0 auto;
}
.wrap_entry .entry_header .cnt .cat {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 12px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-weight: bold;
  border: 1px solid #D8D8D8;
  color: #EB4E42;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
}
.wrap_entry .entry_header .cnt .cat.tiny-life {
  background: #003AF2;
  color: #FFF;
  border: none;
}
.wrap_entry .entry_header .cnt .cat.purchase-manual {
  background: #FF0028;
  color: #FFF;
  border: none;
}
.wrap_entry .entry_header .cnt .cat.owner-interview {
  background: #FF9E00;
  color: #FFF;
  border: none;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_header .cnt .cat {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.wrap_entry .entry_header .cnt .entry_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_header .cnt .entry_ttl {
    font-size: 30px;
  }
}
.wrap_entry .entry_header .cnt .tags {
  margin-bottom: 16px;
}
.wrap_entry .entry_header .cnt .tags a {
  font-size: 14px;
  margin-right: 16px;
}
.wrap_entry .entry_header .cnt .tags a::before {
  content: "#";
}
.wrap_entry .entry_header .cnt .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_entry .entry_header .cnt .data .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.wrap_entry .entry_header .cnt .data .sns li {
  margin-right: 8px;
  font-size: 0;
}
.wrap_entry .entry_header .cnt .data .date {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.wrap_entry .entry_body {
  max-width: 1140px;
  margin: 0 auto 88px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_entry .entry_body h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.wrap_entry .entry_body h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.wrap_entry .entry_body h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body h4 {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.wrap_entry .entry_body h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body h5 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.wrap_entry .entry_body p {
  line-height: 2.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.wrap_entry .entry_body img.size-large {
  width: 100%;
}
.wrap_entry .entry_body ul,
.wrap_entry .entry_body ol {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body ul,
  .wrap_entry .entry_body ol {
    margin-bottom: 30px;
  }
}
.wrap_entry .entry_body a {
  text-decoration: underline;
}
.wrap_entry .entry_body .wp-caption {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body .wp-caption {
    margin-bottom: 30px;
  }
}
.wrap_entry .entry_body .wp-caption .wp-caption-text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body .wp-caption .wp-caption-text {
    font-size: 12px;
  }
}
.wrap_entry .entry_body .gy_frame {
  background: #F8F8F8;
  padding: 32px 40px;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body .gy_frame {
    margin-bottom: 30px;
    padding: 16px 24px;
    border-radius: 10px;
  }
}
.wrap_entry .entry_body .gy_frame p:last-child {
  margin-bottom: 0;
}
.wrap_entry .entry_body .blogcard {
  margin-bottom: 60px;
}
.wrap_entry .entry_body .blogcard.noimg a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wrap_entry .entry_body .blogcard a {
  width: 100%;
  height: 138px;
  border: 1px solid #9B9B9B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 40px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body .blogcard a {
    padding-left: 12px;
    min-height: 70px;
    height: auto;
  }
}
.wrap_entry .entry_body .blogcard a .blogcard_thumbnail {
  width: 200px;
  height: 100%;
  margin-bottom: 0;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body .blogcard a .blogcard_thumbnail {
    width: 100px;
    height: 70px;
  }
}
.wrap_entry .entry_body .blogcard a .blogcard_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap_entry .entry_body .blogcard a .blogcard_cnt {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body .blogcard a .blogcard_cnt {
    margin-right: 16px;
  }
}
.wrap_entry .entry_body .blogcard a .blogcard_cnt .blogcard_title {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body .blogcard a .blogcard_cnt .blogcard_title {
    font-size: 12px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
.wrap_entry .entry_body .blogcard a .blogcard_cnt .blogcard_link {
  font-size: 12px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_body .blogcard a .blogcard_cnt .blogcard_link {
    font-size: 10px;
  }
}
.wrap_entry .entry_footer {
  margin-bottom: 120px;
}
.wrap_entry .entry_footer .wrap_yadokarieyes {
  background: #F8F8F8;
  padding: 80px 0 60px;
  position: relative;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .wrap_yadokarieyes {
    padding: 32px 0;
    border-radius: 12px;
    margin-bottom: 52px;
  }
}
.wrap_entry .entry_footer .wrap_yadokarieyes .eyes_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 40px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .wrap_yadokarieyes .eyes_ttl {
    font-size: 30px;
    white-space: nowrap;
  }
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes {
  max-width: 650px;
  min-height: 396px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes {
    display: block;
    padding: 0 20px;
    min-height: 0;
  }
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .prof {
  width: 160px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .prof {
    text-align: center;
    margin: 0 auto;
  }
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .prof .img {
  width: 140px;
  font-size: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .prof .img {
    margin: 0 auto 8px;
  }
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .prof .img img {
  border-radius: 50%;
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .prof .txt {
  font-size: 14px;
  line-height: 1.42;
  margin: 0;
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .eyes_comment {
  width: 464px;
  border: 1px solid #000;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .eyes_comment {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    margin-bottom: 24px;
  }
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .eyes_comment::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #000000 transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .eyes_comment::before {
    top: auto;
    bottom: -32px;
    left: 50%;
    border-width: 16px 8px 0 8px;
    border-color: #000000 transparent transparent;
    translate: -50% -100%;
  }
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .eyes_comment::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .eyes_comment::after {
    top: auto;
    bottom: -26px;
    left: 50%;
    border-width: 13.4px 6.7px 0 6.7px;
    border-color: #ffffff transparent transparent;
    translate: -50% -100%;
  }
}
.wrap_entry .entry_footer .wrap_yadokarieyes .yadokarieyes .eyes_comment p:last-child {
  margin-bottom: 0;
}
.wrap_entry .entry_footer .entry_sns {
  max-width: 760px;
  margin: 0 auto 96px;
  border-radius: 20px;
  background: #333333;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_sns {
    width: calc(100% - 40px);
    margin: 0 auto 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 84px 20px 30px;
  }
}
.wrap_entry .entry_footer .entry_sns .ttl {
  font-size: 12px;
  font-family: #fi;
  font-weight: bold;
  color: #ccc;
  margin-right: 92px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_sns .ttl {
    display: none;
  }
}
.wrap_entry .entry_footer .entry_sns .share_article {
  position: relative;
  margin-right: 165px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_sns .share_article {
    margin: 0 0 80px;
  }
}
.wrap_entry .entry_footer .entry_sns .follow_ig {
  position: relative;
}
.wrap_entry .entry_footer .entry_sns .icon {
  font-size: 0;
}
.wrap_entry .entry_footer .entry_sns .fukidashi {
  --background-color: #333; /* 吹き出しの色 */
  --border-width: 0.5px; /*線の太さ */
  --border-color: #fff; /*線の色 */
  --pick-size: 5px; /* 飛び出しのサイズ */
  --pick-radius: 1px; /* 飛び出しの丸め */
  --pick-thin: 1; /* 飛び出しの幅 */
  --pick-left: 50%; /* 飛び出しの位置 */
  position: absolute;
  border-radius: 8px;
  background: #333;
  border: 1px solid #fff;
  width: 240px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_entry .entry_footer .entry_sns .fukidashi::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent var(--background-color) var(--background-color) transparent;
  left: var(--pick-left);
  bottom: calc(var(--pick-size) * -1);
  border-width: var(--pick-size);
  border-radius: 0 0 var(--pick-radius) 0;
  -webkit-transform: scaleX(var(--pick-thin)) rotate(45deg);
          transform: scaleX(var(--pick-thin)) rotate(45deg);
}
.wrap_entry .entry_footer .entry_sns .fukidashi::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent var(--border-color) var(--border-color) transparent;
  bottom: calc((var(--pick-size) + var(--border-width) * 2) * -1);
  left: calc(var(--pick-left) - var(--border-width) * 2);
  border-width: calc(var(--pick-size) + var(--border-width) * 2);
  border-radius: 0px 0px calc(var(--pick-radius) * 1.5) 0px;
  -webkit-transform: scaleX(var(--pick-thin)) rotate(45deg);
          transform: scaleX(var(--pick-thin)) rotate(45deg);
}
.wrap_entry .entry_footer .entry_author {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 42px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_author {
    padding: 0 20px;
    margin-bottom: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.wrap_entry .entry_footer .entry_author .autor_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_author .autor_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.wrap_entry .entry_footer .entry_author .autor_cnt:last-child {
  margin-bottom: 0;
}
.wrap_entry .entry_footer .entry_author .autor_cnt .img {
  width: 108px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_author .autor_cnt .img {
    width: 120px;
    margin: 0 0 16px;
    font-size: 0;
  }
}
.wrap_entry .entry_footer .entry_author .autor_cnt .img img {
  border-radius: 50%;
}
.wrap_entry .entry_footer .entry_author .autor_cnt .cnt {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_author .autor_cnt .cnt {
    padding-top: 0;
  }
}
.wrap_entry .entry_footer .entry_author .autor_cnt .cnt .name {
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_author .autor_cnt .cnt .name {
    font-weight: bold;
    text-align: center;
  }
}
.wrap_entry .entry_footer .entry_author .autor_cnt .cnt .txt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_author .autor_cnt .cnt .txt {
    line-height: 1.8;
  }
}
.wrap_entry .entry_footer .entry_info {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_info {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.wrap_entry .entry_footer .entry_info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_info li {
    padding-top: 16px;
    margin-bottom: 16px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_info li:last-of-type {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
  }
}
.wrap_entry .entry_footer .entry_info li .ttl {
  width: 128px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_info li .ttl {
    width: 74px;
    font-size: 14px;
  }
}
.wrap_entry .entry_footer .entry_info li .txt {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_info li .txt {
    font-size: 14px;
  }
}
.wrap_entry .entry_footer .entry_info li .tags a {
  font-size: 16px;
  line-height: 1.2;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .entry_footer .entry_info li .tags a {
    font-size: 13px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.wrap_entry .entry_footer .entry_info li .tags a::before {
  content: "#";
}
.wrap_entry .relation_entry {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_entry .relation_entry .relation_entry_ttl {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_entry .relation_entry .relation_entry_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/*/ NEWS /////////////////////////////////*/
.news_archive {
  max-width: 1280px;
  margin: 0 auto 150px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news_archive.noitem {
    margin-top: 20px;
  }
}

/*/ TAG /////////////////////////////////*/
.tag_archive {
  max-width: 1280px;
  margin: 0 auto 150px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tag_archive .magazine_entry_list {
  padding: 0;
}

/*/ EVENT /////////////////////////////////*/
.event_archive {
  max-width: 1280px;
  margin: 0 auto 150px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_archive .magazine_entry_list {
  padding: 0;
}
.event_archive .magazine_entry_list li .img {
  position: relative;
}
.event_archive .magazine_entry_list li .img .past_event {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  line-height: 1.4;
  right: 0;
  bottom: 0;
}
.event_archive .magazine_entry_list li .event_date {
  font-weight: bold;
  font-size: 14px;
}
.event_archive .magazine_entry_list li .event_date b {
  font-size: 18px;
}
.event_archive .magazine_entry_list li .event_date span {
  font-size: 12px;
  margin-left: 4px;
}
.event_archive .magazine_entry_list li .ttl {
  font-size: 14px;
  font-weight: 400;
}

/*/ FAQ /////////////////////////////////*/
.page_faq {
  max-width: 1280px;
  margin: 0 auto 150px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_faq {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 767px) {
  .page_faq .page_ttl {
    margin-bottom: 40px;
  }
}
.page_faq .faq_list li {
  border-bottom: 1px solid #D8D8D8;
}
.page_faq .faq_list li .q {
  position: relative;
  padding: 32px 72px;
  font-size: 18px;
  border-top: 1px solid #D8D8D8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_faq .faq_list li .q {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 60px 10px 47px;
  }
}
.page_faq .faq_list li .q.active {
  background: #F8F8F8;
}
.page_faq .faq_list li .q.active i::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.page_faq .faq_list li .q::before {
  content: "Q";
  font-size: 28px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  position: absolute;
  line-height: 1;
  top: 33px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .page_faq .faq_list li .q::before {
    top: 22px;
    left: 10px;
  }
}
.page_faq .faq_list li .q i {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .page_faq .faq_list li .q i {
    width: 24px;
    height: 24px;
    top: 24px;
    right: 10px;
  }
}
.page_faq .faq_list li .q i::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #9B9B9B;
  position: absolute;
  left: 12px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .page_faq .faq_list li .q i::before {
    top: 11px;
    left: 7px;
    width: 10px;
  }
}
.page_faq .faq_list li .q i::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #9B9B9B;
  position: absolute;
  left: 12px;
  top: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page_faq .faq_list li .q i::after {
    top: 11px;
    left: 7px;
    width: 10px;
  }
}
.page_faq .faq_list li .a {
  margin-left: 74px;
  padding: 32px 52px;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_faq .faq_list li .a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 60px 10px 47px;
    margin-left: 0;
  }
}
.page_faq .faq_list li .a::before {
  content: "A";
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #FFF;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  position: absolute;
  top: 28px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page_faq .faq_list li .a::before {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}

.consultation_meeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/common/online_bg.webp") no-repeat;
  background-size: cover;
  min-height: 180px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .consultation_meeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("../img/common/sp_online_bg.webp") no-repeat;
    background-size: cover;
    padding: 40px 20px;
    min-height: 0;
  }
}
.consultation_meeting .cnt {
  margin-right: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consultation_meeting .cnt {
    margin: 0 0 20px;
  }
}
.consultation_meeting .cnt .fukidashi {
  padding: 8px 16px;
  border-radius: 8px;
  background: #000;
  color: #FFF;
  position: absolute;
  top: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .consultation_meeting .cnt .fukidashi {
    font-size: 14px;
    line-height: 1;
  }
}
.consultation_meeting .cnt .fukidashi::after {
  content: "";
  display: block;
  background: url("../img/common/fukidashi_icon.svg") no-repeat;
  width: 18px;
  height: 16px;
  position: absolute;
  left: calc(50% - 9px);
  bottom: -10px;
}
.consultation_meeting .cnt .ttl {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 880px) {
  .consultation_meeting .cnt .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .consultation_meeting .cnt .ttl {
    text-align: center;
    margin-bottom: 16px;
  }
}
.consultation_meeting .cnt .ttl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .consultation_meeting .cnt .ttl br {
    display: block;
  }
}
.consultation_meeting .cnt .ttl span {
  position: relative;
}
.consultation_meeting .cnt .ttl span::before {
  content: "・";
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
@media screen and (max-width: 767px) {
  .consultation_meeting .cnt .ttl span::before {
    font-size: 30px;
  }
}
.consultation_meeting .cnt .txt {
  font-size: 18px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .consultation_meeting .cnt .txt {
    font-size: 14px;
    text-align: center;
  }
}
.consultation_meeting .cnt .txt br {
  display: none;
}
@media screen and (max-width: 767px) {
  .consultation_meeting .cnt .txt br {
    display: block;
  }
}
.consultation_meeting .btn_w a {
  width: 200px;
  height: 60px;
  border: none;
}
@media screen and (max-width: 767px) {
  .consultation_meeting .btn_w a {
    height: 45px;
    width: 183px;
  }
}
.consultation_meeting .btn_w a i {
  width: 25px;
  height: 25px;
}
.consultation_meeting .btn_w a i svg {
  width: 8px;
}

/*/ SEARCH /////////////////////////////////*/
.search_entry_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search_entry_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search_entry_list li {
  width: calc(33.33% - 33px);
  margin-right: 49px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .search_entry_list li {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.search_entry_list li:nth-of-type(3n) {
  margin-right: 0;
}
.search_entry_list li a {
  opacity: 1 !important;
}
.search_entry_list li a:hover .img span {
  color: #000;
}
.search_entry_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.search_entry_list li .img {
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.search_entry_list li .img img {
  -webkit-transition: all 2s;
  transition: all 2s;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.search_entry_list li .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.search_entry_list li .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search_entry_list li .data .cat {
  padding: 4px 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid #D8D8D8;
  color: #EB4E42;
  background: #FFF;
  margin-right: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search_entry_list li .data .cat.tiny-life {
  background: #003AF2;
  color: #FFF;
  border: none;
}
.search_entry_list li .data .cat.purchase-manual {
  background: #FF0028;
  color: #FFF;
  border: none;
}
.search_entry_list li .data .cat.owner-interview {
  background: #FF9E00;
  color: #FFF;
  border: none;
}
.search_entry_list li .data .date {
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.noitem_txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .noitem_txt {
    text-align: left;
  }
}

.noitem_search_box {
  padding: 72px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .noitem_search_box {
    padding: 40px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .noitem_search_box form {
    width: 500px;
    max-width: 100%;
  }
}
.noitem_search_box .search_box {
  margin-bottom: 30px;
  width: 500px;
  height: 60px;
  border-radius: 50px;
  background: #F1F1F1;
  border: 1px solid #D8D8D8;
  padding: 8px 20px 8px 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .noitem_search_box .search_box {
    width: 100%;
    max-width: 500px;
    height: 48px;
    padding: 4px 16px 4px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.noitem_search_box .search_box input {
  width: calc(100% - 42px);
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.noitem_search_box .search_box input::-webkit-input-placeholder {
  font-size: 20px;
}
.noitem_search_box .search_box input::-moz-placeholder {
  font-size: 20px;
}
.noitem_search_box .search_box input:-ms-input-placeholder {
  font-size: 20px;
}
.noitem_search_box .search_box input::-ms-input-placeholder {
  font-size: 20px;
}
.noitem_search_box .search_box input::placeholder {
  font-size: 20px;
}
.noitem_search_box .search_box button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.noitem_search_box .select_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.noitem_search_box .select_type li {
  margin-right: 30px;
}
.noitem_search_box .select_type li:last-of-type {
  margin-right: 0;
}
.noitem_search_box .select_type label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.noitem_search_box .select_type label:has(input:disabled) {
  opacity: 0.4;
}
.noitem_search_box .select_type label:has(input:checked)::before {
  background: #000;
  border: 1px solid #000;
}
.noitem_search_box .select_type label input {
  display: none;
}
.noitem_search_box .select_type label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  margin-top: 1px;
}

.pagination {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 80px;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul li {
  font-size: 20px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .pagination ul li {
    font-size: 16px;
    margin-right: 24px;
  }
}
.pagination ul li:last-of-type {
  margin-right: 0;
}
.pagination ul li.dot {
  color: #D8D8D8;
  line-height: 1;
  letter-spacing: -0.4em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.dot {
    font-size: 13px;
  }
}
.pagination ul li.next a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.pagination ul li.prev a:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.pagination ul li a {
  display: block;
  color: #D8D8D8;
  opacity: 1 !important;
}
.pagination ul li a:hover {
  color: #000;
}

/*/ SUSTAINABILITY ////////////////////////////////////////*/
.page_sustainability .mv {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .mv {
    margin-bottom: 42px;
  }
}
.page_sustainability .mv .img {
  font-size: 0;
}
.page_sustainability .mv .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_sustainability .mv .img img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .page_sustainability .mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 5;
  }
}
.page_sustainability .mv .logo {
  font-size: 0;
  position: absolute;
  right: 100px;
  bottom: 80px;
  z-index: 100;
}
@media screen and (max-width: 1240px) {
  .page_sustainability .mv .logo {
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .mv .logo {
    display: none;
  }
}
.page_sustainability .mv .cnt {
  position: absolute;
  left: 100px;
  bottom: 80px;
  z-index: 100;
}
@media screen and (max-width: 1240px) {
  .page_sustainability .mv .cnt {
    left: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .mv .cnt {
    left: 20px;
  }
}
.page_sustainability .mv .cnt .copy span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FFF;
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 8px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_sustainability .mv .cnt .copy span {
    font-size: 28px;
  }
}
.page_sustainability .mv .cnt .txt {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .page_sustainability .mv .cnt .txt {
    font-size: 16px;
  }
}
.page_sustainability .sustainability_lead {
  max-width: 1280px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_lead {
    display: block;
    padding: 0;
    margin-bottom: 80px;
  }
}
.page_sustainability .sustainability_lead .img {
  font-size: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_lead .img {
    margin: 0 40px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_lead .img .pc {
    display: none;
  }
}
.page_sustainability .sustainability_lead .img .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_lead .img .sp {
    display: block;
  }
}
.page_sustainability .sustainability_lead .cnt {
  margin-left: 100px;
  width: 312px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .page_sustainability .sustainability_lead .cnt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_lead .cnt {
    padding: 0 20px;
    margin: 0;
  }
}
.page_sustainability .sustainability_lead .cnt p {
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_lead .cnt p {
    font-size: 14px;
  }
}
.page_sustainability .sustainability_lead .cnt p:last-of-type {
  margin-bottom: 0;
}
.page_sustainability .sustainability_sec {
  max-width: 1280px;
  margin: 0 auto 225px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec {
    margin-bottom: 85px;
  }
}
.page_sustainability .sustainability_sec .sec_ttl {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sec_ttl {
    font-size: 20px;
  }
}
.page_sustainability .sustainability_sec .lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.page_sustainability .sustainability_sec .lead br {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .lead br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list {
    margin-bottom: 63px;
  }
}
.page_sustainability .sustainability_sec .sustainability_list li {
  border-top: 1px solid #D8D8D8;
  padding-top: 8px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li {
    margin-bottom: 48px;
  }
}
.page_sustainability .sustainability_sec .sustainability_list li .num {
  color: #9B9B9B;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li .num {
    margin-bottom: 20px;
  }
}
.page_sustainability .sustainability_sec .sustainability_list li .num b {
  font-size: 20px;
  margin-right: 6px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li .num b {
    font-size: 14px;
  }
}
.page_sustainability .sustainability_sec .sustainability_list li .num span {
  font-size: 12px;
}
.page_sustainability .sustainability_sec .sustainability_list li .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li .wrap {
    display: block;
  }
}
.page_sustainability .sustainability_sec .sustainability_list li .wrap .img {
  font-size: 0;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li .wrap .img {
    margin: 0 0 16px;
  }
}
.page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .copy {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .copy {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .txt {
  font-size: 14px;
}
.page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .btn_w {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
.page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .btn_w a {
  width: 348px;
  height: 60px;
  font-weight: normal;
  padding: 0 20px 0 26px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .btn_w a {
    font-size: 14px;
    width: 100%;
    max-width: 348px;
    height: 45px;
    padding: 0 20px;
  }
}
.page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .btn_w a i {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .btn_w a i {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_sec .sustainability_list li .wrap .cnt .btn_w a i svg {
    width: 8px;
  }
}
.page_sustainability .sustainability_cnt {
  max-width: 1280px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 133px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_cnt {
    display: block;
    margin-bottom: 80px;
  }
}
.page_sustainability .sustainability_cnt .img {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_cnt .img {
    margin: 0 -20px 40px;
  }
}
.page_sustainability .sustainability_cnt .cnt {
  width: 520px;
  margin-left: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .page_sustainability .sustainability_cnt .cnt {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_cnt .cnt {
    width: 100%;
    margin: 0;
  }
}
.page_sustainability .sustainability_cnt .cnt .copy {
  font-size: 50px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_cnt .cnt .copy {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.page_sustainability .sustainability_cnt .cnt .txt {
  margin-bottom: 40px;
}
.page_sustainability .sustainability_cnt .cnt .txt p {
  font-size: 14px;
  margin-bottom: 20px;
}
.page_sustainability .sustainability_cnt .cnt .btn_w a {
  width: 348px;
  height: 60px;
  font-weight: normal;
  padding: 0 20px 0 26px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_cnt .cnt .btn_w a {
    width: 240px;
    height: 45px;
  }
}
.page_sustainability .sustainability_cnt .cnt .btn_w a i {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_cnt .cnt .btn_w a i {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .sustainability_cnt .cnt .btn_w a i svg {
    width: 8px;
  }
}
.page_sustainability .contact_area {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 111px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area {
    margin-bottom: 80px;
  }
}
.page_sustainability .contact_area > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .page_sustainability .contact_area > div {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area > div {
    display: block;
    padding: 40px 20px;
    height: auto;
  }
}
.page_sustainability .contact_area > div.contact {
  background: #000;
}
.page_sustainability .contact_area > div.contact p {
  color: #FFF;
}
.page_sustainability .contact_area > div.faq {
  border: 1px solid #9B9B9B;
}
.page_sustainability .contact_area > div.faq .btn_w a {
  border: 1px solid #9B9B9B;
}
.page_sustainability .contact_area > div .cnt {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area > div .cnt {
    text-align: center;
    margin: 0;
  }
}
.page_sustainability .contact_area > div .cnt .ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area > div .cnt .ttl {
    font-size: 24px;
  }
}
.page_sustainability .contact_area > div .cnt .txt {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area > div .cnt .txt {
    font-size: 14px;
    margin-bottom: 24px;
    padding: 0 10px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area > div .cnt .txt br {
    display: none;
  }
}
.page_sustainability .contact_area > div .btn_w a {
  width: 244px;
  height: 60px;
  padding: 0 18px 0 26px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area > div .btn_w a {
    width: 240px;
    height: 45px;
  }
}
.page_sustainability .contact_area > div .btn_w a i {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area > div .btn_w a i {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .page_sustainability .contact_area > div .btn_w a i svg {
    width: 8px;
  }
}

/*/ ABOUT ////////////////////////////////////////*/
.page_about {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page_about {
    padding-top: 40px;
  }
}
.page_about .about_ttl {
  padding: 0 80px;
  margin-bottom: 120px;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page_about .about_ttl {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .about_ttl .pc {
    display: none;
  }
}
.page_about .about_ttl .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .page_about .about_ttl .sp {
    display: block;
  }
}
.page_about .about_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 114px;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt {
    display: block;
    margin-bottom: 72px;
  }
}
.page_about .about_cnt .img {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .img {
    margin: 0 -20px;
  }
}
.page_about .about_cnt .cnt {
  width: 520px;
  margin-right: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .page_about .about_cnt .cnt {
    margin-right: 40px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .cnt {
    width: 100%;
    margin: 0 0 64px;
  }
}
.page_about .about_cnt .cnt .copy {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media screen and (max-width: 1240px) {
  .page_about .about_cnt .cnt .copy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .cnt .copy {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.page_about .about_cnt .cnt .txt p {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: -0.02em;
}
.page_about .about_cnt2 {
  margin-bottom: 112px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt2 {
    margin-bottom: 80px;
  }
}
.page_about .about_cnt2 .copy {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 62px;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt2 .copy {
    font-size: 24px;
    width: auto;
    margin-bottom: 32px;
  }
}
.page_about .about_cnt2 .txt {
  max-width: 880px;
  margin: 0 auto;
}
.page_about .about_cnt2 .txt p {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: -0.02em;
}
.page_about .abou_wrap {
  background: url("../img/about/about_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 82px 20px 47px;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap {
    padding: 60px 20px 40px;
  }
}
.page_about .abou_wrap .about_wrap_ttl {
  font-size: 20px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .about_wrap_ttl {
    font-size: 12px;
    margin-bottom: 22px;
  }
}
.page_about .abou_wrap .copy {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .copy {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
.page_about .abou_wrap .abou_wrap_cnt {
  max-width: 1240px;
  margin: 0 auto 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .abou_wrap_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
.page_about .abou_wrap .abou_wrap_cnt li {
  width: calc(33.33% - 18px);
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .abou_wrap_cnt li {
    width: 100%;
    max-width: 400px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .abou_wrap_cnt li:last-of-type {
    margin-bottom: 0;
  }
}
.page_about .abou_wrap .abou_wrap_cnt li .ttl {
  text-align: center;
  font-size: 0;
  margin-bottom: 4px;
  margin-bottom: 30px;
}
.page_about .abou_wrap .abou_wrap_cnt li .ttl span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin-top: 5px;
}
.page_about .abou_wrap .abou_wrap_cnt li .img {
  font-size: 0;
  margin-bottom: 30px;
}
.page_about .abou_wrap .abou_wrap_cnt li .img img {
  border-radius: 10px;
}
.page_about .abou_wrap .abou_wrap_cnt li .cnt {
  padding: 0 22px;
}
.page_about .abou_wrap .abou_wrap_cnt li .cnt p {
  font-size: 12px;
  color: #D8D8D8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .abou_wrap_cnt li .cnt p {
    color: #FFF;
  }
}
.page_about .abou_wrap .abou_wrap_cnt li dl.cnt {
  padding: 0 20px 0 30px;
}
.page_about .abou_wrap .abou_wrap_cnt li dl.cnt dt {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: -0.05em;
  position: relative;
}
.page_about .abou_wrap .abou_wrap_cnt li dl.cnt dt::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: -12px;
  top: 0.8em;
}
.page_about .abou_wrap .abou_wrap_cnt li dl.cnt dd {
  font-size: 12px;
  color: #D8D8D8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .abou_wrap_cnt li dl.cnt dd {
    color: #FFF;
  }
}
.page_about .abou_wrap .about_works {
  background: #FFF;
  border: 1px solid #000;
  height: 97px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .about_works {
    height: 85px;
    padding: 4px 15px 4px 20px;
  }
}
.page_about .abou_wrap .about_works .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .about_works .cnt {
    display: block;
  }
}
.page_about .abou_wrap .about_works .cnt .ttl {
  font-size: 40px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin-right: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .about_works .cnt .ttl {
    font-size: 20px;
  }
}
.page_about .abou_wrap .about_works .cnt .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .about_works .cnt .txt {
    font-size: 14px;
  }
}
.page_about .abou_wrap .about_works .btn {
  margin-left: auto;
}
.page_about .abou_wrap .about_works .btn a {
  background: #000;
  width: 200px;
  height: 60px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px 8px 26px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .about_works .btn a {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 0;
  }
}
.page_about .abou_wrap .about_works .btn a:hover {
  background: #FFF;
  color: #000;
}
.page_about .abou_wrap .about_works .btn a:hover i {
  background: #000;
}
.page_about .abou_wrap .about_works .btn a:hover i svg path {
  fill: #FFF;
}
.page_about .abou_wrap .about_works .btn a i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .about_works .btn a i {
    background: #000;
  }
}
.page_about .abou_wrap .about_works .btn a i svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page_about .abou_wrap .about_works .btn a i svg path {
    fill: #fff;
  }
}

/*/ TERM ////////////////////////////////////////*/
.page_term,
.page_privacypolicy {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_term,
  .page_privacypolicy {
    margin-bottom: 80px;
  }
}
.page_term > p,
.page_privacypolicy > p {
  font-size: 14px;
  margin-bottom: 40px;
}
.page_term .term_cnt,
.page_privacypolicy .term_cnt {
  margin-bottom: 40px;
}
.page_term .term_cnt .ttl,
.page_privacypolicy .term_cnt .ttl {
  font-size: 16px;
  font-weight: bold;
}
.page_term .term_cnt p,
.page_privacypolicy .term_cnt p {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: -0.02em;
}

/* モーダル */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#image-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}

.image-modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.image-modal-content {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  max-height: calc(100vh - 85px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .image-modal-content {
    top: 60px;
    max-height: calc(100vh - 60px);
  }
}

.image-modal-content img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100;
}

.image-modal-close {
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 10000;
}
.image-modal-close::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: rotate(45deg);
}
.image-modal-close::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#image-modal .prev-btn,
#image-modal .next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  font-size: 1.5em;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #image-modal .prev-btn,
  #image-modal .next-btn {
    width: 32px;
    height: 32px;
    padding: 0;
  }
}
#image-modal .prev-btn svg,
#image-modal .next-btn svg {
  width: 16px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #image-modal .prev-btn svg,
  #image-modal .next-btn svg {
    width: 12px;
  }
}

#image-modal .prev-btn {
  left: 10px;
}
@media screen and (max-width: 767px) {
  #image-modal .prev-btn {
    left: 0;
  }
}

#image-modal .next-btn {
  right: 10px;
}
@media screen and (max-width: 767px) {
  #image-modal .next-btn {
    right: 0;
  }
}

/*　TOC　　*/
#toc_container {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  #toc_container {
    margin-bottom: 56px;
  }
}/*# sourceMappingURL=style.css.map */