@charset "utf-8";
@import url(reset.css);

@font-face {
  font-family: "M+PLUS";
  src: url("../webfonts/MPLUS1p-Bold.ttf") format("opentype"), url("../webfonts/MPLUS1p-Light.ttf") format("opentype"), url("../webfonts/MPLUS1p-Medium.ttf") format("opentype"), url("../webfonts/MPLUS1p-Regular.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../webfonts/NotoSansJP-Black.otf") format("opentype"), url("../webfonts/NotoSansJP-Bold.otf") format("opentype"), url("../webfonts/NotoSansJP-Light.otf") format("opentype"), url("../webfonts/NotoSansJP-Medium.otf") format("opentype"), url("../webfonts/NotoSansJP-Regular.otf") format("opentype"), url("../webfonts/NotoSansJP-Thin.otf") format("opentype");
  font-display: swap;
}

body {
  font-family: "M+PLUS", sans-serif;
  font-weight: normal; /* または 400 を使用 */
  font-size: 15px;
}
a {
  text-decoration: none;
  color: #333;
  transition: 0.1s all ease;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
table,
td,
th,
div,
a,
p {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.inner__corp,
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  top: 0;
  position: sticky;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 15px;
  line-height: 1;
  background-color: #ffffff;
  z-index: 999;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 30px;
}
#global-nav .sp__menu {
  display: none;
}
.top__main__logo {
  display: block;
  padding-left: 5%;
  line-height: 0;
  width: 300px;
}
.top__main__logo img {
  width: 217px;
}
#global-nav a.header__btn {
  background: #000000;
  color: #fff;
  border-radius: 6px;
  padding: 6px 30px;
}
/* Fixed */
#top-head.fixed {
  position: sticky;
  padding-top: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  padding: 0 20px;
}
#top-head.fixed #global-nav a.header__btn {
  padding: 3px 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 27px;
  height: 20px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #3b2f54;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
}
.sp__top,
.pc__top {
  font-size: 12px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sp__top {
  margin-bottom: 20px;
}
.pc__top {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.sp__top .arrow,
.pc__top .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.6em;
  height: 0.6em;
  transform: translateX(25%) rotate(-135deg);
  margin-right: 0.8em;
}
.sp__top .arrow::before,
.pc__top .arrow::before,
.sp__top .arrow::after,
.pc__top .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.sp__top .arrow::before,
.pc__top .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.sp__top .arrow::after,
.pc__top .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.header_title {
  display: block;
}
.sub_title {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-family: "Futura-medium";
}

@media screen and (max-width: 640px) {
  .pc__top {
    display: none;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 46px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: calc(-100vh + 46px);
    height: calc(100vh - 46px);
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav .pc__menu {
    display: none;
  }
  #global-nav .sp__menu {
    display: block;
  }
  .sp__menu__inner {
    text-align: left;
    padding: 30px;
  }
  .sp__menu__btn {
    display: inline-block;

    font-size: 27px;
    margin: 0 0 30px;
  }
  .sp__menu__btn.current {
    padding-bottom: 5px;

    background: rgb(255, 238, 0);
    margin: 0 0 10px;
  }
  .sp__menu__btn__inner {
    text-align: left;
    padding: 0 20px;
  }
  .sp__menu__btn__inner__btn {
    display: block;
    font-size: 16px;
    color: #676767;
    margin: 15px 0 0 15px;
  }
  .sp__menu__btn__inner__btn:last-child {
    margin-bottom: 30px;
  }
  .sp__menu__inner__bottom {
    position: absolute;
    width: 100%;
  }
  .sp__menu__inner__bottom ul {
    display: flex;
    justify-content: center;
    position: relative !important;
  }
  .sp__menu__inner__bottom ul li {
    margin: 0 20px;
  }
  .sp__menu__inner__bottom ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 0 !important;
  }
  .sp__menu__btn__contact {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px 0;
    background: #000000;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    width: 50%;
    margin: 0 auto 40px;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  .top__main__logo img {
    width: 150px;
  }
  .sub_title {
    font-size: 12px;
  }
}
@media screen and (min-width: 641px) {
  #global-nav ul {
    right: 15px;
  }
}

/*ーーーーーーーーーー
footer
ーーーーーーーーーーー*/
.footer {
  background: #000000;
  color: #fff;
  margin: 150px 0 0;
  padding: 50px 100px 50px;
  z-index: 999;
}
.footer__logo {
  display: block;
  width: 250px;
}
.footer__logo img {
  width: 100%;
}
.footer ul {
  display: flex;
  margin: 20px 0 0;
}
.footer ul li a {
  color: #ddd;
  font-size: 12px;
  margin: 0 24px 0 0;
}
.footer__wrapper {
  display: flex;
}
.footer__box {
  margin: 60px 60px 0 0;
}
.footer__box a {
  display: block;
}
.footer__box__title {
  font-size: 15px;
  margin: 0 0 20px;
  color: #fff;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1.2em;
}
.footer__box__text {
  font-size: 12px;
  margin: 0 0 12px;
  color: #ddd;
  letter-spacing: -0.01em;
  text-indent: 0em;
}
.footer__copyright {
  font-size: 10px;
  text-align: left;
  margin: 40px 0 0;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .footer {
    padding: 80px 10% 50px;
  }
  .footer ul {
    display: block;
  }
  .footer ul li {
    margin-bottom: 10px;
  }
  .footer__wrapper {
    display: block;
  }
  .footer__copyright {
    margin: 70px 0 0;
  }
}

/*ーーーーーーーーーー
box関連
ーーーーーーーーーーー*/
.wrapper {
  width: 90%; /*幅も指定できる*/
  max-width: 1200px;
  margin: 0 auto 0px;
  padding: 50px 0 0;
}
.u-h1 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #000000;
  line-height: 1.4em;
}
.u-h2 {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  width: 100%;
  margin: 0 0 30px;
  line-height: 1.4em;
}
.u-h2-black {
  text-align: center;
  font-weight: bold;
  margin: 0 0 25px;
  font-size: 24px;
  line-height: 1.4em;
}
.u-h2-white {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 25px;
  font-size: 32px;
  line-height: 1.4em;
}
.u-h2-white-border {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 25px;
  font-size: 32px;
  line-height: 1.4em;
}
.u-h2-white-border span {
  display: inline-block;
  padding: 0 10px 15px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.4em;
}
.u-h2 span {
  display: inline-block;
  padding: 0 0 0px;
  /*border-bottom: 1px solid #000000;*/
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.4em;
}
.u-h3 {
  display: block;
  font-size: 23px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #000000;
  line-height: 1.4em;
}
.u-h3-noborder {
  display: block;
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 5px;
  line-height: 1.4em;
}
.u-h4 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  line-height: 1.3em;
}
p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 1em;
}
.l-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 12px -16px -24px;
}
.l-grid > .l-grid_item {
  margin-bottom: 32px;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
.l-grid > .l-grid_item-2 {
  width: 16.666666666%;
}
.l-grid > .l-grid_item-4 {
  width: 28.3333333333%;
}
.l-grid > .l-grid_item-3 {
  width: 25%;
}
.l-grid > .l-grid_item-6 {
  width: 50%;
}
.l-grid > .l-grid_item-10 {
  width: 83.3333333333%;
}
.l-grid.u-justify-content {
  justify-content: center;
}
@media (max-width: 960px) {
  .l-grid > .l-grid_item-2 {
    width: 33.33333333333333%;
  }
  .l-grid > .l-grid_item-3 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .l-grid > .l-grid_item-4,
  .l-grid > .l-grid_item-6,
  .l-grid > .l-grid_item-10 {
    width: 100%;
  }
  .l-grid > .l-grid_item-2,
  .l-grid > .l-grid_item-3 {
    width: 50%;
  }
}
@media (min-width: 641px) {
  .l-grid-reverse {
    flex-direction: row-reverse;
  }
}

/* #margin-top */
.u-mt-x10 {
  margin-top: 10px !important;
}
.u-mt-x20 {
  margin-top: 20px !important;
}
.u-mt-x30 {
  margin-top: 30px !important;
}
.u-mt-x40 {
  margin-top: 40px !important;
}
.u-mt-x50 {
  margin-top: 50px !important;
}
.u-mt-x60 {
  margin-top: 60px !important;
}
.u-mt-x70 {
  margin-top: 70px !important;
}
.u-mt-x80 {
  margin-top: 80px !important;
}
.u-mt-x90 {
  margin-top: 90px !important;
}
.u-mt-x100 {
  margin-top: 100px !important;
}
.u-mt-x110 {
  margin-top: 110px !important;
}
.u-mt-x120 {
  margin-top: 120px !important;
}
/* #font */
.u-font-small {
  font-size: 12px !important;
}
.u-font-medium {
  font-size: 16px !important;
}
.u-font-large {
  font-size: 20px !important;
}
.u-font-xlarge {
  font-size: 24px !important;
}
/* #align */
.u-align-center {
  text-align: center !important;
}
.u-align-right {
  text-align: right !important;
}
.u-align-left {
  text-align: left !important;
}
/* #font-weight */
.u-font-weight-bold {
  font-weight: bold;
}

/* #bgcolor */
.u-bgcolor-black {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.u-bgcolor-gray {
  background-color: #efefef;
  padding-top: 10px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.u-bgcolor-gray-border {
  padding-top: 10px;
  padding-bottom: 60px;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
}
/* btn */
.u-btn-black {
  position: relative;
  background: #000000;
  color: #fff;
  border-radius: 8px;
  padding: 15px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
}
.u-btn-white {
  position: relative;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 15px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
}
.u-btn-gray {
  position: relative;
  background: #dfdfdf;
  color: #000000;
  border-radius: 8px;
  padding: 15px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  box-shadow: 2px 2px #818181;
}
.u-btn-black.btn-arrow-right,
.u-btn-black.btn-triangle-bottom {
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1.3;
}
.u-btn-black.btn-arrow-right {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.btn-triangle-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
}
.u-btn-gray::after {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.btn-arrow-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.u-link-underline {
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}
.u-link-underline.btn-arrow-right::after {
  right: 0;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
@media (max-width: 640px) {
  .wrap_scroll_table {
    overflow-x: auto;
    display: block;
    padding-bottom: 10px;
  }
  .wrap_scroll_table table th,
  .wrap_scroll_table table td {
    white-space: nowrap;
  }
}
/* #box スライドアニメーション */
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
@media (max-width: 640px) {
  .u-display-lg {
    display: none;
  }
}
@media (min-width: 641px) {
  .u-display-lg {
    display: block;
  }
}
.u-box-border {
  border: 3px solid #dfdfdf;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
.u-box-border_image {
  text-align: center;
}
.u-box-border_image img {
  width: 90%;
  height: auto;
}
.u-box-border_text {
  margin-top: 10px;
  text-align: center;
}
.u-box-border_text p {
  margin-bottom: 0;
}
.list-column-image {
  margin: -20px -20px 10px -20px;
}
.list-column-image img {
  border-radius: 16px 16px 0 0;
}
.clomn-area h2 {
  font-size: 28px;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #000000;
  line-height: 1.5;
  margin-top: 80px;
}
.clomn-area h3 {
  display: block;
  font-size: 23px;
  font-weight: bold;
  width: 100%;
  margin: 60px 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #000000;
  line-height: 1.4em;
}
.pagetop.fixed {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 50px;
  bottom: 100px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop.fixed .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
.u-border-bottom-white {
  border-bottom: 1px solid #ffffff;
}


/* update */
.l-grid-nomal {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  margin: 12px -16px -24px;
}
.l-grid-nomal > .l-grid_item {
  margin-bottom: 32px;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media (max-width: 640px) {
	.l-grid-nomal {
	  display: block;
	}
}


.sales-detail__pdf-wrap {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  gap: 20px;
}
.sales-detail__pdf-btn {
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: rgb(250, 250, 250);
  text-align: center;
}
.sales-detail__member-btn {
  border: 1px solid #000000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 640px) {
  .sales-detail__pdf-wrap {
    position: relative;
    top: inherit;
    left: inherit;
    display: inline-flex;
    gap: 20px;
    flex-direction: column;
  }
}
