@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
/*
.swiper-pagination{
	position: relative;
	padding-top: 10px;
	.swiper-pagination-bullet-active{
		background-color: #000;
	}
}
*/
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
/* 記事エディタ内の調整:end */
.editArea, .wp-block-post-content {
  display: block;
  line-height: 1.8;
  margin: clamp(30px, 5%, 60px) 0; }
  .editArea .youtube, .wp-block-post-content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1em; }
    .editArea .youtube iframe, .wp-block-post-content .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .editArea .wp-block-heading, .wp-block-post-content .wp-block-heading {
    margin-bottom: clamp(30px, 5%, 60px); }
  .editArea .wp-block-table, .wp-block-post-content .wp-block-table {
    margin-bottom: clamp(25px, 3%, 50px); }
    .editArea .wp-block-table._mb10px, .wp-block-post-content .wp-block-table._mb10px {
      margin-bottom: 10px; }
  .editArea .w100 figure, .editArea .w100 img, .wp-block-post-content .w100 figure, .wp-block-post-content .w100 img {
    width: 100%;
    height: auto; }
  .editArea img, .wp-block-post-content img {
    max-width: 100%;
    height: auto; }
    .editArea img.aligncenter, .wp-block-post-content img.aligncenter {
      display: block;
      margin: 0 auto 10px auto; }
    .editArea img.alignright, .wp-block-post-content img.alignright {
      float: right;
      margin: 0 10px 10px 0; }
    .editArea img.alignleft, .wp-block-post-content img.alignleft {
      float: left;
      margin: 0 10px 10px 0; }
    .editArea img.size-large, .wp-block-post-content img.size-large {
      max-width: 724px; }
    .editArea img.size-medium, .wp-block-post-content img.size-medium {
      max-width: 212px; }
  .editArea p, .wp-block-post-content p {
    display: block;
    clear: both;
    margin-bottom: 2em; }
    .editArea p.pdf a, .wp-block-post-content p.pdf a {
      background: url("../images/icon_pdf.png") no-repeat;
      background-size: 12px;
      background-position: center left;
      padding: 0 0 0 17px; }
  .editArea h2, .wp-block-post-content h2 {
    display: block;
    width: fit-content;
    margin: 0 auto 2em;
    padding: 0 15px 0.5em;
    border-bottom: #0058b9 3px solid;
    font-size: 30px;
    font-weight: bold; }
    @media (max-width: 640px) {
      .editArea h2, .wp-block-post-content h2 {
        font-size: 23px; } }
  .editArea h3, .wp-block-post-content h3 {
    border-left: #0058b9 10px solid;
    border-bottom: #0058b9 1px solid;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 5px 10px 15px;
    margin-bottom: 1.5em; }
    @media (max-width: 640px) {
      .editArea h3, .wp-block-post-content h3 {
        font-size: 20px;
        padding: 7px 0x 7px 10px; } }
  .editArea h4, .wp-block-post-content h4 {
    border-left: #0058b9 10px solid;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 5px 10px 15px;
    margin-bottom: 1.5em; }
    @media (max-width: 640px) {
      .editArea h4, .wp-block-post-content h4 {
        font-size: 18px;
        padding: 7px 0x 7px 10px; } }
  .editArea table, .wp-block-post-content table {
    border: #999 1px solid;
    background: #fff; }
    .editArea table tr td, .wp-block-post-content table tr td {
      padding: 15px;
      border: #999 1px solid; }
      .editArea table tr td:first-of-type, .wp-block-post-content table tr td:first-of-type {
        background: #efefef; }
  .editArea .tbl_style1 table, .wp-block-post-content .tbl_style1 table {
    border: #999 1px solid; }
    .editArea .tbl_style1 table tr th, .wp-block-post-content .tbl_style1 table tr th {
      background: #efefef;
      padding: 15px;
      width: fit-content;
      border: #999 1px solid;
      font-size: 0.9rem; }
    .editArea .tbl_style1 table tr td, .wp-block-post-content .tbl_style1 table tr td {
      background: #fff;
      border: #999 1px solid;
      font-size: 0.9rem; }
      .editArea .tbl_style1 table tr td:first-of-type, .wp-block-post-content .tbl_style1 table tr td:first-of-type {
        background: #fff; }
    @media (max-width: 640px) {
      .editArea .tbl_style1 table, .wp-block-post-content .tbl_style1 table {
        border-bottom: none; }
        .editArea .tbl_style1 table tr th, .wp-block-post-content .tbl_style1 table tr th {
          display: block;
          width: 100%;
          border: none;
          border-bottom: #999 1px solid; }
        .editArea .tbl_style1 table tr td, .wp-block-post-content .tbl_style1 table tr td {
          display: block;
          width: 100%;
          border: none;
          border-bottom: #999 1px solid; } }
  @media (max-width: 640px) {
    .editArea .tbl_style1, .wp-block-post-content .tbl_style1 {
      border-bottom: none; }
      .editArea .tbl_style1 tr th, .wp-block-post-content .tbl_style1 tr th {
        display: block;
        width: 100%;
        border: none;
        border-bottom: #999 1px solid; }
      .editArea .tbl_style1 tr td, .wp-block-post-content .tbl_style1 tr td {
        display: block;
        width: 100%;
        border: none;
        border-bottom: #999 1px solid; } }
  .editArea .tbl_style2 table, .wp-block-post-content .tbl_style2 table {
    border: #999 1px solid; }
    .editArea .tbl_style2 table tr th, .wp-block-post-content .tbl_style2 table tr th {
      background: #efefef;
      padding: 5px;
      width: fit-content;
      border: #999 1px solid;
      font-size: 0.9rem; }
    .editArea .tbl_style2 table tr td, .wp-block-post-content .tbl_style2 table tr td {
      background: #fff;
      border: #999 1px solid;
      padding: 5px;
      font-size: 0.9rem; }
      .editArea .tbl_style2 table tr td:first-of-type, .wp-block-post-content .tbl_style2 table tr td:first-of-type {
        background: #fff; }
    @media (max-width: 640px) {
      .editArea .tbl_style2 table tr th, .editArea .tbl_style2 table tr td, .wp-block-post-content .tbl_style2 table tr th, .wp-block-post-content .tbl_style2 table tr td {
        font-size: 14px; } }
  .editArea .table_scroll table, .wp-block-post-content .table_scroll table {
    border: #999 1px solid;
    width: fit-content;
    min-width: 100%; }
    .editArea .table_scroll table tr th, .wp-block-post-content .table_scroll table tr th {
      background: #efefef;
      padding: 7px 10px;
      width: fit-content;
      text-align: center;
      border: #999 1px solid;
      font-size: 0.9rem; }
    .editArea .table_scroll table tr td, .wp-block-post-content .table_scroll table tr td {
      background: #fff;
      border: #999 1px solid;
      padding: 7px 10px;
      font-size: 0.9rem; }
      .editArea .table_scroll table tr td:first-of-type, .wp-block-post-content .table_scroll table tr td:first-of-type {
        background: #fff; }
      .editArea .table_scroll table tr td p.no-wrap, .wp-block-post-content .table_scroll table tr td p.no-wrap {
        display: block;
        white-space: nowrap;
        margin: 0;
        font-size: 0.9rem; }
  @media (max-width: 640px) {
    .editArea .table_scroll, .wp-block-post-content .table_scroll {
      width: 100%;
      overflow-x: auto;
      position: relative; }
      .editArea .table_scroll:before, .wp-block-post-content .table_scroll:before {
        display: block;
        content: "▼横にスクロールします";
        font-size: 12px;
        margin-bottom: 5px;
        position: sticky;
        left: 0; }
      .editArea .table_scroll table, .wp-block-post-content .table_scroll table {
        width: fit-content; }
        .editArea .table_scroll table th, .editArea .table_scroll table td, .wp-block-post-content .table_scroll table th, .wp-block-post-content .table_scroll table td {
          padding: 3px 6px;
          font-size: 90%;
          line-height: 1.3;
          word-break: keep-all;
          white-space: nowrap; }
      .editArea .table_scroll._w800 table, .wp-block-post-content .table_scroll._w800 table {
        width: 800px; } }
  .editArea .table_scroll._bold table th, .editArea .table_scroll._bold table td, .wp-block-post-content .table_scroll._bold table th, .wp-block-post-content .table_scroll._bold table td {
    font-weight: bold; }
  .editArea ol, .editArea ul, .wp-block-post-content ol, .wp-block-post-content ul {
    margin-bottom: 3em; }
  .editArea a.telnumber, .wp-block-post-content a.telnumber {
    text-decoration: none;
    white-space: nowrap; }
    @media (max-width: 640px) {
      .editArea a.telnumber, .wp-block-post-content a.telnumber {
        text-decoration: underline; } }
  .editArea .wp-block-columns .wp-block-column figure, .wp-block-post-content .wp-block-columns .wp-block-column figure {
    margin: 0 1rem 1rem; }
  .editArea .wp-block-image, .wp-block-post-content .wp-block-image {
    margin-bottom: 1.5rem; }
    .editArea .wp-block-image.aligncenter, .wp-block-post-content .wp-block-image.aligncenter {
      margin-left: auto;
      margin-right: auto; }
    .editArea .wp-block-image.w100, .wp-block-post-content .wp-block-image.w100 {
      width: calc(100% - 2rem); }
      .editArea .wp-block-image.w100 figure, .editArea .wp-block-image.w100 img, .wp-block-post-content .wp-block-image.w100 figure, .wp-block-post-content .wp-block-image.w100 img {
        width: 100%;
        height: auto; }
  @media (max-width: 640px) {
    .editArea .wp-block-columns.mb-3, .wp-block-post-content .wp-block-columns.mb-3 {
      margin-bottom: 0 !important; } }
  .editArea .wp-block-columns.is-layout-flex, .wp-block-post-content .wp-block-columns.is-layout-flex {
    gap: 0; }
  @media (max-width: 640px) {
    .editArea .wp-block-media-text > .wp-block-media-text__content, .wp-block-post-content .wp-block-media-text > .wp-block-media-text__content {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0.5em; } }
  .editArea .stock_txt, .wp-block-post-content .stock_txt {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem; }
  .editArea._products .table_scroll table td.has-text-align-right, .wp-block-post-content._products .table_scroll table td.has-text-align-right {
    font-weight: bold; }
  .editArea .products_sub_cate_wrap, .wp-block-post-content .products_sub_cate_wrap {
    margin-bottom: clamp(20px, 8%, 100px); }
    .editArea .products_sub_cate_wrap ul.products_sub_cate, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate {
      display: flex;
      flex-wrap: wrap;
      list-style-type: none;
      padding: 0;
      justify-content: center;
      align-items: center; }
      .editArea .products_sub_cate_wrap ul.products_sub_cate li, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate li {
        width: 23%;
        margin: 1%; }
        .editArea .products_sub_cate_wrap ul.products_sub_cate li.off, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate li.off {
          opacity: 0.4; }
        .editArea .products_sub_cate_wrap ul.products_sub_cate li.active, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate li.active {
          opacity: 1; }
      @media (max-width: 768px) {
        .editArea .products_sub_cate_wrap ul.products_sub_cate, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate {
          justify-content: flex-start; }
          .editArea .products_sub_cate_wrap ul.products_sub_cate li, .wp-block-post-content .products_sub_cate_wrap ul.products_sub_cate li {
            width: 46%;
            margin: 2%; } }
  .editArea .subcate, .wp-block-post-content .subcate {
    display: none; }
    .editArea .subcate.show, .wp-block-post-content .subcate.show {
      display: block; }

.commingsoon {
  display: block;
  padding: clamp(20px, 5%, 60px) 20px;
  text-align: center; }

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  color: #333;
  width: 100vw;
  overflow-x: hidden;
  background: #000; }

.main {
  background: #fff;
  width: 100vw;
  overflow-x: hidden; }

p, b {
  line-height: 1.8;
  font-size: clamp(15px, 1.1vw, 18px); }

a {
  color: #333; }
  a:hover {
    color: #444; }

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

.only-sp {
  display: none !important; }
  @media (max-width: 640px) {
    .only-sp {
      display: block !important; } }

.w100 img {
  width: 100%;
  height: auto; }

img.w100 {
  width: 100%;
  height: auto; }

.fs-small {
  font-size: 12px; }

.max1366 {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1366px) {
    .max1366 {
      margin-left: 15px;
      margin-right: 15px; } }

.max1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1000px) {
    .max1000.mx_15px {
      margin-left: 15px;
      margin-right: 15px; } }

.max800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 800px) {
    .max800.mx_15px {
      margin-left: 15px;
      margin-right: 15px; } }

.title {
  display: block;
  font-size: clamp(25px, 4vw, 35px);
  font-weight: bold;
  margin-bottom: 2em; }
  .title span {
    display: block;
    font-size: 60%; }
  .title._sub {
    font-size: clamp(20px, 3vw, 25px); }

.mb {
  margin-bottom: clamp(50px, 10%, 100px); }

.py {
  padding-top: clamp(50px, 10%, 100px);
  padding-bottom: clamp(50px, 10%, 100px); }

.crumb {
  display: block;
  padding: 15px; }
  .crumb._gray {
    background: #e7e7e7; }
  .crumb ol {
    width: 1366px;
    margin: 0 auto;
    list-style-type: none; }
    .crumb ol li {
      display: inline-block;
      font-size: 11px; }
      .crumb ol li:not(:last-of-type):after {
        content: ">";
        margin: 0 5px 0 7px; }
      .crumb ol li.active {
        font-weight: bold; }
  @media (max-width: 640px) {
    .crumb {
      width: 100%; }
      .crumb ol {
        display: none; } }

.fadein1 {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  cursor: pointer; }
  .fadein1:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    top: 0;
    left: -120%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-30deg); }
  .fadein1:hover:before {
    animation: shine 0.7s; }

@keyframes shine {
  100% {
    left: 125%;
    /*画面の見えていない左から右へ移動する終了地点*/ } }
.fs-0 {
  font-size: 0; }

.t01 {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  letter-spacing: 0.03em; }
  @media (max-width: 640px) {
    .t01 {
      font-size: 38px;
      padding-left: 15px;
      padding-right: 15px; } }
  .t01 span {
    display: block;
    font-family: "Noto Sans", sans-serif;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    padding-top: 10px; }
  .t01._line {
    position: relative;
    padding-top: 20px; }
    .t01._line:before {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      content: "";
      background: #000;
      top: 0;
      left: 0; }
  .t01._white {
    color: #fff; }
  .t01._ja {
    font-size: 28px;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold; }
    @media (max-width: 640px) {
      .t01._ja {
        font-size: 24px; } }

.btn {
  display: block;
  width: fit-content;
  padding: 0; }
  .btn a, .btn span {
    display: block;
    border: #000 1px solid;
    background: #fff;
    padding: 8px 55px 8px 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative; }
    .btn a:after, .btn span:after {
      display: block;
      background: url("../images/arrow1_bk.png") no-repeat;
      width: 35px;
      height: 10px;
      background-size: 35px;
      background-position: center center;
      position: absolute;
      top: calc(50% - 8px);
      right: 10px;
      content: "";
      transition: all linear 0.3s; }
    .btn a:hover:after, .btn span:hover:after {
      right: 5px; }
    @media (max-width: 430px) {
      .btn a, .btn span {
        padding: 5px 35px 5px 15px; }
        .btn a:after, .btn span:after {
          width: 25px;
          height: 8px;
          right: 5px;
          background-size: 25px;
          top: calc(50% - 5px); } }
  .btn.back {
    margin-left: auto;
    margin-right: auto; }
    .btn.back a, .btn.back span {
      padding: 10px 30px 10px 60px; }
      .btn.back a:after, .btn.back span:after {
        right: auto;
        left: 10px;
        transform: scale(-1, 1); }
      .btn.back a:hover:after, .btn.back span:hover:after {
        left: 5px; }
    .btn.back span {
      display: none; }
      .btn.back span.on {
        display: block; }
  .btn._type1 a {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: #fff 1px solid; }
    .btn._type1 a:after {
      background: url("../images/arrow1.png") no-repeat;
      background-size: 35px;
      background-position: center center; }
    @media (max-width: 430px) {
      .btn._type1 a:after {
        background-size: 25px; } }

@media (max-width: 640px) {
  .only_pc {
    display: none; } }

.only_sp {
  display: none; }
  @media (max-width: 640px) {
    .only_sp {
      display: block; } }

.only_sp-s {
  display: none; }
  @media (max-width: 430px) {
    .only_sp-s {
      display: block; } }

.footer {
  display: block;
  background: #000;
  padding: clamp(30px, 5%, 50px) 15px;
  text-align: center; }
  .footer .ft_logo {
    display: block;
    width: clamp(200px, 50%, 300px);
    margin: 0 auto 30px; }
  .footer .ft_link {
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer .ft_link .ft_txt {
      display: flex;
      border-right: #fff 1px solid;
      margin-right: 10px; }
      .footer .ft_link .ft_txt a {
        display: block;
        margin: 0 10px; }
        .footer .ft_link .ft_txt a img {
          width: 100px; }
    .footer .ft_link .ft_sns {
      display: flex; }
      .footer .ft_link .ft_sns a {
        display: block;
        margin: 0 10px; }
        .footer .ft_link .ft_sns a img {
          width: 30px; }
    @media (max-width: 430px) {
      .footer .ft_link .ft_txt {
        margin-right: 7px; }
        .footer .ft_link .ft_txt a {
          margin: 0 7px; }
          .footer .ft_link .ft_txt a img {
            width: 80px; }
      .footer .ft_link .ft_sns a {
        margin: 0 7px; }
        .footer .ft_link .ft_sns a img {
          width: 25px; } }
  .footer p {
    font-size: 15px; }
  .footer a {
    text-decoration: none; }
  .footer .left {
    display: block;
    width: 40%; }
    .footer .left .logo {
      margin-bottom: 10px; }
      .footer .left .logo img {
        max-width: 200px; }
  .footer .right {
    width: 60%;
    text-align: right; }
    .footer .right a {
      margin: 0 10px; }
  @media (max-width: 860px) {
    .footer {
      flex-wrap: wrap;
      flex-direction: column-reverse; }
      .footer .left {
        width: 100%;
        text-align: center; }
      .footer .right {
        width: 100%;
        text-align: center;
        padding: 15px 0; }
        .footer .right p {
          font-size: 14px; } }
      @media (max-width: 860px) and (max-width: 640px) {
        .footer .right p {
          line-height: 2; }
          .footer .right p span {
            display: none; } }

address {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 13px; }

.pagetop {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: clamp(40px, 10%, 60px);
  z-index: 10; }

#mv, .header {
  display: block;
  position: relative;
  background: #fff; }
  #mv .video, .header .video {
    position: relative;
    font-size: 0;
    height: 100vh; }
    #mv .video video, .header .video video {
      width: 100%;
      object-fit: cover; }
    #mv .video:after, .header .video:after {
      display: block;
      width: 100vw;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
  #mv .box_wrap, .header .box_wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #mv .box_wrap .logoarea, .header .box_wrap .logoarea {
      max-width: 1366px;
      margin: 0 auto;
      padding-top: 15px;
      display: flex;
      height: 70px;
      padding: 0 15px;
      justify-content: space-between; }
      #mv .box_wrap .logoarea h1, #mv .box_wrap .logoarea .h_logo, .header .box_wrap .logoarea h1, .header .box_wrap .logoarea .h_logo {
        max-width: 400px;
        width: 50%;
        margin-bottom: 0; }
      #mv .box_wrap .logoarea .links, .header .box_wrap .logoarea .links {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 50%; }
        #mv .box_wrap .logoarea .links .link_co, .header .box_wrap .logoarea .links .link_co {
          width: 60%;
          max-width: 130px;
          margin-right: 15px; }
        #mv .box_wrap .logoarea .links .link_mail, .header .box_wrap .logoarea .links .link_mail {
          width: 50px;
          margin-right: 10px;
          padding: 0 15px 5px 0;
          border-right: #fff 1px solid; }
          #mv .box_wrap .logoarea .links .link_mail img, .header .box_wrap .logoarea .links .link_mail img {
            width: 100%;
            height: auto; }
        #mv .box_wrap .logoarea .links ul, .header .box_wrap .logoarea .links ul {
          list-style-type: none;
          padding-left: 0;
          margin-bottom: 0;
          display: flex;
          align-items: center; }
          #mv .box_wrap .logoarea .links ul li, .header .box_wrap .logoarea .links ul li {
            width: 30px;
            margin: 5px; }
      #mv .box_wrap .logoarea .sp_menu, .header .box_wrap .logoarea .sp_menu {
        display: none; }
      @media (max-width: 768px) {
        #mv .box_wrap .logoarea, .header .box_wrap .logoarea {
          height: 50px;
          padding: 5px 5px 0 5px; }
          #mv .box_wrap .logoarea h1, #mv .box_wrap .logoarea .h_logo, .header .box_wrap .logoarea h1, .header .box_wrap .logoarea .h_logo {
            width: 250px; }
          #mv .box_wrap .logoarea .links .link_co, .header .box_wrap .logoarea .links .link_co {
            max-width: 80px;
            padding-right: 5px;
            margin-right: 5px; }
          #mv .box_wrap .logoarea .links .link_mail, .header .box_wrap .logoarea .links .link_mail {
            width: 35px;
            margin-right: 5px;
            padding: 0 10px 2px 0; }
          #mv .box_wrap .logoarea .links ul li, .header .box_wrap .logoarea .links ul li {
            width: 20px;
            margin: 3px; } }
      @media (max-width: 640px) {
        #mv .box_wrap .logoarea, .header .box_wrap .logoarea {
          height: 45px;
          width: 100vw; }
          #mv .box_wrap .logoarea h1, #mv .box_wrap .logoarea .h_logo, .header .box_wrap .logoarea h1, .header .box_wrap .logoarea .h_logo {
            position: absolute;
            width: 200px;
            width: 200px; }
          #mv .box_wrap .logoarea .links, .header .box_wrap .logoarea .links {
            width: 100px; }
            #mv .box_wrap .logoarea .links .link_co, #mv .box_wrap .logoarea .links .link_mail, .header .box_wrap .logoarea .links .link_co, .header .box_wrap .logoarea .links .link_mail {
              display: none; }
            #mv .box_wrap .logoarea .links ul, .header .box_wrap .logoarea .links ul {
              position: absolute;
              top: 10px;
              right: 40px; }
              #mv .box_wrap .logoarea .links ul li, .header .box_wrap .logoarea .links ul li {
                width: 25px;
                margin: 0 7px; }
          #mv .box_wrap .logoarea .sp_menu, .header .box_wrap .logoarea .sp_menu {
            display: block;
            position: relative;
            z-index: 10;
            margin: -10px 0 0 0; }
            #mv .box_wrap .logoarea .sp_menu .menubtn div, .header .box_wrap .logoarea .sp_menu .menubtn div {
              background: #fff; } }
    #mv .box_wrap .box, .header .box_wrap .box {
      width: calc(100% - 40px);
      margin-left: 20px;
      height: calc(100% - 110px);
      border: #fff 1px solid;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; }
      @media (max-width: 768px) {
        #mv .box_wrap .box, .header .box_wrap .box {
          height: calc(100% - 80px); } }
      #mv .box_wrap .box .max1366, .header .box_wrap .box .max1366 {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100%; }
        #mv .box_wrap .box .max1366:before, .header .box_wrap .box .max1366:before {
          display: block;
          background: url("../images/index/mv_img1.png") no-repeat;
          width: 16%;
          min-width: 150px;
          height: 100%;
          content: "";
          position: absolute;
          background-position: bottom center;
          bottom: 0;
          left: 30px;
          background-size: 100%; }
        #mv .box_wrap .box .max1366:after, .header .box_wrap .box .max1366:after {
          display: block;
          background: url("../images/index/mv_img1.png") no-repeat;
          width: 16%;
          min-width: 150px;
          height: 100%;
          transform: scaleX(-1) scaleY(-1);
          content: "";
          position: absolute;
          background-position: bottom center;
          top: 0;
          right: 30px;
          background-size: 100%; }
        #mv .box_wrap .box .max1366 .catch, .header .box_wrap .box .max1366 .catch {
          display: block;
          width: 100%;
          height: 100%;
          margin: 0 auto;
          padding: clamp(40px, 8%, 200px);
          position: relative; }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
          #mv .box_wrap .box .max1366 .catch .cir, .header .box_wrap .box .max1366 .catch .cir {
            animation: rotation 25s linear infinite;
            display: block;
            width: 500px;
            position: absolute;
            top: calc(50% - 250px);
            left: calc(50% - 250px); }
            @media (max-width: 768px) {
              #mv .box_wrap .box .max1366 .catch .cir, .header .box_wrap .box .max1366 .catch .cir {
                width: 300px;
                top: calc(50% - 150px);
                left: calc(50% - 150px); } }
          #mv .box_wrap .box .max1366 .catch .c1, .header .box_wrap .box .max1366 .catch .c1 {
            left: 50%;
            top: 50%;
            width: 50%;
            position: absolute;
            transform: translate(-50%, -53%); }
            @media (max-width: 768px) {
              #mv .box_wrap .box .max1366 .catch .c1, .header .box_wrap .box .max1366 .catch .c1 {
                width: 80%; } }
            @media (max-width: 640px) {
              #mv .box_wrap .box .max1366 .catch .c1, .header .box_wrap .box .max1366 .catch .c1 {
                width: 100%; } }
          #mv .box_wrap .box .max1366 .catch .c2, .header .box_wrap .box .max1366 .catch .c2 {
            display: block;
            width: 40%;
            max-width: 450px;
            position: absolute;
            left: 50%;
            bottom: 15px;
            transform: translate(-50%, 0); }
            @media (max-width: 768px) {
              #mv .box_wrap .box .max1366 .catch .c2, .header .box_wrap .box .max1366 .catch .c2 {
                width: 60%; } }
            @media (max-width: 640px) {
              #mv .box_wrap .box .max1366 .catch .c2, .header .box_wrap .box .max1366 .catch .c2 {
                width: 80%; } }
    #mv .box_wrap._sub, .header .box_wrap._sub {
      position: relative; }
      #mv .box_wrap._sub .h_logo, .header .box_wrap._sub .h_logo {
        margin-top: 5px; }
      #mv .box_wrap._sub .logoarea .links .link_mail, .header .box_wrap._sub .logoarea .links .link_mail {
        border-right: #000 1px solid; }
      @media (max-width: 640px) {
        #mv .box_wrap._sub .logoarea .sp_menu, .header .box_wrap._sub .logoarea .sp_menu {
          margin-top: -15px; } }
      #mv .box_wrap._sub .sp_menu .menubtn, .header .box_wrap._sub .sp_menu .menubtn {
        margin: 5px 0 0 0; }
        #mv .box_wrap._sub .sp_menu .menubtn div, .header .box_wrap._sub .sp_menu .menubtn div {
          background: #000; }

.sp_menu_box {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 60px 40px 20px 40px;
  border-bottom-left-radius: 40px; }
  .sp_menu_box a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 15px; }

.menubtn {
  display: none;
  position: absolute;
  width: 45px;
  top: 15px;
  right: 0;
  padding: 8px;
  border-radius: 5px;
  height: 45px;
  z-index: 3; }
  @media (max-width: 1280px) {
    .menubtn {
      display: block; } }
  .menubtn div {
    display: block;
    content: "";
    font-size: 0;
    background: #000;
    border-radius: 10px;
    width: 100%;
    height: 3px;
    margin-bottom: 10px;
    transition: all linear 0.2s; }
    .menubtn div:last-of-type {
      margin-bottom: 0; }
  .menubtn.on div:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: left top;
    margin: 3px 0 0 5px; }
  .menubtn.on div:nth-of-type(2) {
    display: none; }
  .menubtn.on div:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: right top;
    margin: -3px 0 0 -5px; }
  @media (max-width: 640px) {
    .menubtn {
      width: 35px;
      height: 35px;
      top: 11px;
      right: 0;
      padding: 7px;
      border-radius: 3px; }
      .menubtn div {
        height: 2px;
        margin-bottom: 7px; }
      .menubtn.on div:nth-of-type(1) {
        transform: rotate(45deg);
        transform-origin: left top;
        margin: 2px 0 0 4px; }
      .menubtn.on div:nth-of-type(3) {
        transform: rotate(-45deg);
        transform-origin: right top;
        margin: -2px 0 0 -3px; } }

.layer {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }
  @media (max-width: 768px) {
    .layer {
      top: 60px;
      height: 100vh; } }
  .layer.on {
    display: block; }

body.side-open .sp_menu_box {
  display: block;
  margin-right: -5px; }
body.side-open ._sub .menubtn div {
  background: #fff !important; }

.title_area {
  display: block;
  background: url("../images/bg_titlearea.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: clamp(30px, 5%, 60px) 10px; }
  .title_area h1 {
    display: block;
    margin: 0;
    font-size: clamp(22px, 5vw, 40px);
    text-align: center;
    font-weight: bold;
    color: #fff; }

.index .news {
  display: flex;
  width: 100%; }
  .index .news .news_t {
    display: block;
    width: 30%;
    background: black;
    padding: 35px 15px 15px 0;
    border-bottom-right-radius: 30px; }
    .index .news .news_t .wrap {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      height: 100%;
      border: rgba(255, 255, 255, 0.5) 1px solid;
      border-left: 0;
      border-bottom-right-radius: 30px;
      padding: 20px 20px 20px 40px; }
      .index .news .news_t .wrap .inner {
        padding-right: 20px; }
        .index .news .news_t .wrap .inner .title {
          margin-bottom: 20px;
          color: #fff; }
          .index .news .news_t .wrap .inner .title span {
            margin-bottom: 10px; }
            .index .news .news_t .wrap .inner .title span img {
              max-width: 100px; }
      .index .news .news_t .wrap a {
        color: #fff; }
  .index .news .news_box {
    width: 70%;
    border-top: #000 20px solid;
    padding: 30px 20px 0 30px; }
  .index .news .btn {
    display: none; }
  @media (max-width: 768px) {
    .index .news {
      display: block; }
      .index .news .news_t {
        display: block;
        background: none;
        width: fit-content;
        margin: 25px auto 15px;
        padding: 0;
        border-bottom-right-radius: 0; }
        .index .news .news_t .wrap {
          display: block;
          border-bottom-right-radius: 0;
          padding: 0; }
          .index .news .news_t .wrap .inner {
            padding-right: 0;
            border: none; }
            .index .news .news_t .wrap .inner .title {
              margin-bottom: 0;
              color: #000; }
              .index .news .news_t .wrap .inner .title:after {
                display: block;
                content: "NEWS";
                font-family: "Oswald", sans-serif;
                font-size: 15px;
                text-align: center;
                color: #CCC;
                margin-top: 5px; }
              .index .news .news_t .wrap .inner .title span {
                display: none; }
            .index .news .news_t .wrap .inner a {
              display: none; }
      .index .news .news_box {
        width: 100%;
        border-top: none;
        padding: 0 15px; }
      .index .news .btn {
        display: block;
        margin: 0 auto; } }
.index .suzuki {
  display: block;
  position: relative; }
  .index .suzuki .suzuki_logo {
    display: none; }
  .index .suzuki .bg img {
    width: 100%;
    height: auto; }
  .index .suzuki .box {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    padding: clamp(5px, 2%, 30px); }
    .index .suzuki .box ul {
      padding-left: 0;
      margin: 0; }
      .index .suzuki .box ul li {
        list-style-type: none;
        font-size: clamp(25px, 3.5vw, 38px);
        padding: 15px;
        line-height: 1.2; }
        .index .suzuki .box ul li:not(:last-of-type) {
          border-bottom: #fff 1px solid; }
        .index .suzuki .box ul li strong {
          display: block;
          color: #fff;
          font-family: "Oswald", sans-serif; }
        .index .suzuki .box ul li b {
          display: block;
          color: #fff;
          font-size: 60%; }
  @media (max-width: 768px) {
    .index .suzuki .suzuki_logo {
      display: block;
      text-align: center;
      margin-bottom: 15px; }
      .index .suzuki .suzuki_logo img {
        max-width: 350px; }
    .index .suzuki .box {
      position: relative;
      background: black; }
      .index .suzuki .box ul li {
        display: flex;
        align-items: center;
        padding: 10px; }
        .index .suzuki .box ul li:not(:last-of-type) {
          border-bottom: rgba(255, 255, 255, 0.5) 1px solid; }
        .index .suzuki .box ul li:last-of-type {
          padding-bottom: 0; }
        .index .suzuki .box ul li strong {
          margin-right: 10px; } }
.index .area01 {
  display: block;
  background: url("../images/index/img05.png") no-repeat #428cca;
  background-size: 100%;
  background-position: bottom left;
  padding: clamp(40px, 5%, 80px) 0 40vw; }
  .index .area01 .wrap {
    display: flex;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
    .index .area01 .wrap .photos {
      width: 50%;
      margin-right: -10%;
      z-index: 1;
      position: relative; }
      .index .area01 .wrap .photos .pic2 {
        width: 28%;
        position: absolute;
        right: 23%;
        bottom: 12%; }
      .index .area01 .wrap .photos .pic3 {
        width: 35%;
        position: absolute;
        left: 20px;
        bottom: 0; }
    .index .area01 .wrap .txt {
      width: 60%; }
      .index .area01 .wrap .txt .t {
        margin: 30px 0 30px 20%; }
        .index .area01 .wrap .txt .t span {
          color: rgba(255, 255, 255, 0.5);
          font-family: "Oswald", sans-serif;
          font-size: 18px; }
        .index .area01 .wrap .txt .t h3 {
          font-weight: bold;
          color: #fff;
          font-size: clamp(25px, 3vw, 35px); }
      .index .area01 .wrap .txt .box {
        display: block;
        background: #fff;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 40px 20px 40px 20%;
        position: relative; }
        .index .area01 .wrap .txt .box h4 {
          display: block;
          font-weight: bold;
          width: fit-content;
          border-bottom: #000 2px solid;
          padding-bottom: 0.3em;
          margin-bottom: 2em; }
        .index .area01 .wrap .txt .box ul {
          list-style-type: none;
          padding-left: 3em; }
          .index .area01 .wrap .txt .box ul li {
            display: flex;
            align-items: center;
            margin-bottom: 20px; }
            .index .area01 .wrap .txt .box ul li span {
              display: block;
              color: #0058b9;
              font-family: "Oswald", sans-serif;
              border-bottom: #0058b9 1px solid;
              padding: 0 0 5px 10px;
              width: 80px;
              font-weight: bold;
              font-size: 22px;
              margin-right: 15px; }
            .index .area01 .wrap .txt .box ul li b {
              display: block;
              font-weight: bold;
              font-size: 23px; }
        .index .area01 .wrap .txt .box .more {
          display: block;
          position: absolute;
          bottom: -20px;
          right: 0; }
          .index .area01 .wrap .txt .box .more a {
            display: flex;
            align-items: center;
            background: #000;
            width: fit-content;
            padding: 15px 30px;
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold; }
            .index .area01 .wrap .txt .box .more a:after {
              display: block;
              content: "";
              background: url("../images/arrow1.png") no-repeat;
              width: 40px;
              height: 11px;
              background-size: 40px;
              margin-left: 10px; }
    @media (max-width: 768px) {
      .index .area01 .wrap {
        display: block; }
        .index .area01 .wrap .photos {
          width: 100%;
          margin-right: 0; }
          .index .area01 .wrap .photos .pic1 {
            width: 70%; }
          .index .area01 .wrap .photos .pic2 {
            width: 28%;
            left: 63%;
            top: 10%;
            right: auto;
            bottom: auto; }
          .index .area01 .wrap .photos .pic3 {
            width: 25%;
            position: absolute;
            left: 72.5%;
            bottom: 0; }
        .index .area01 .wrap .txt {
          width: calc(100% - 20px);
          margin-left: 20px; }
          .index .area01 .wrap .txt .t {
            margin: 30px 20px 30px 0;
            text-align: center; }
          .index .area01 .wrap .txt .box {
            padding: 30px 20px; }
            .index .area01 .wrap .txt .box h4 {
              margin-left: 20px; } }
    @media (max-width: 640px) {
      .index .area01 .wrap .txt .box ul {
        padding-left: 2em; }
        .index .area01 .wrap .txt .box ul li {
          margin-bottom: 15px; }
          .index .area01 .wrap .txt .box ul li span {
            padding: 0 0 5px 5px;
            width: 70px;
            font-size: 20px;
            margin-right: 10px; }
          .index .area01 .wrap .txt .box ul li b {
            font-size: 20px; }
      .index .area01 .wrap .txt .box .more a {
        display: flex;
        align-items: center;
        background: #000;
        width: fit-content;
        padding: 8px 20px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold; }
        .index .area01 .wrap .txt .box .more a:after {
          display: block;
          content: "";
          background: url("../images/arrow1.png") no-repeat;
          width: 40px;
          height: 11px;
          background-size: 40px;
          margin-left: 10px; } }
  .index .area01 .bottom {
    display: block;
    padding: clamp(40px, 10%, 100px) 0; }
    .index .area01 .bottom strong {
      display: block;
      text-align: center;
      font-size: clamp(18px, 4.5vw, 33px);
      line-height: 2;
      color: #fff;
      font-weight: bold; }
.index .area02 {
  display: block;
  background: url("../images/index/bg01.png") no-repeat;
  background-size: cover;
  padding: 30px 0; }
  .index .area02 .max1366 {
    position: relative;
    padding: 20px; }
    .index .area02 .max1366 .bg {
      display: block;
      position: relative; }
    .index .area02 .max1366 h3 {
      display: block;
      font-size: clamp(22px, 4.3vw, 63px);
      font-weight: bold;
      color: #fff;
      margin-bottom: 0.5em; }
    .index .area02 .max1366 strong {
      display: block;
      font-size: clamp(14px, 2vw, 30px);
      font-weight: bold;
      color: #fff;
      margin-bottom: 0.5em; }
    .index .area02 .max1366 .block1 {
      display: block;
      width: 65%;
      position: absolute;
      top: 30px;
      right: 20px;
      text-align: end; }
      .index .area02 .max1366 .block1 .btn {
        background: url("../images/index/txt_jimny.png") no-repeat;
        background-size: calc(100% - 200px);
        background-position: center left;
        margin: 0 0 0 auto;
        padding: 20px 0 10px 35%; }
    .index .area02 .max1366 .block2 {
      display: block;
      width: 45%;
      position: absolute;
      bottom: 30px;
      left: 20px; }
      .index .area02 .max1366 .block2 .btn {
        background: url("../images/index/txt_every.png") no-repeat;
        background-size: calc(100% - 200px);
        background-position: center left;
        padding: 20px 0 0 45%; }
  @media (max-width: 640px) {
    .index .area02 .max1366 {
      padding: 0; }
      .index .area02 .max1366 .bg {
        display: none; }
      .index .area02 .max1366 .block1 {
        width: 100%;
        position: relative;
        background: url("../images/index/img06_1.png") no-repeat;
        background-size: 40%;
        padding-left: 10%;
        background-position: left top;
        top: auto;
        right: auto;
        padding-bottom: 30px; }
        .index .area02 .max1366 .block1 .btn {
          padding: 0 0 0 45%; }
      .index .area02 .max1366 .block2 {
        display: block;
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        background: url("../images/index/img06_2.png") no-repeat;
        background-size: 40%;
        padding-right: 10%;
        background-position: right bottom; }
        .index .area02 .max1366 .block2 .btn {
          padding: 0 0 0 45%; }
      .index .area02 .max1366 .btn a {
        font-size: 13px;
        padding-left: 10px; } }
  @media (max-width: 430px) {
    .index .area02 .max1366 .block1 {
      background-size: 50%;
      background-position: left top; }
      .index .area02 .max1366 .block1 .btn {
        padding-left: 0;
        background: none; }
    .index .area02 .max1366 .block2 {
      background-size: 45%;
      background-position: right top; }
      .index .area02 .max1366 .block2 .btn {
        padding-left: 0;
        background: none; } }
.index .area03 {
  margin-bottom: clamp(40px, 10%, 150px); }
  .index .area03 a {
    display: block;
    position: relative;
    text-decoration: none; }
    .index .area03 a .photo img {
      width: 100%;
      height: auto;
      border-top-left-radius: 70px;
      border-bottom-right-radius: 70px; }
    .index .area03 a .block1 {
      position: absolute;
      top: 0;
      right: 0;
      background: #fff;
      padding: 20px;
      border-bottom-left-radius: 50px;
      text-align: center; }
      .index .area03 a .block1 img {
        width: 25vw;
        max-width: 400px; }
      .index .area03 a .block1 b {
        display: block;
        font-size: clamp(16px, 1.5vw, 20px);
        text-decoration: none; }
    .index .area03 a .block2 {
      position: absolute;
      bottom: -50px;
      left: 3vw;
      background: #fff;
      padding: 20px;
      border-radius: 30px;
      text-align: center;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
      .index .area03 a .block2 img {
        width: 20vw;
        max-width: 350px; }
      .index .area03 a .block2 b {
        display: block;
        font-size: clamp(20px, 2vw, 32px);
        line-height: 1.3;
        font-weight: 900;
        margin-bottom: 10px;
        text-decoration: none; }
    @media (max-width: 640px) {
      .index .area03 a {
        padding-top: 100px; }
        .index .area03 a .photo img {
          border-top-left-radius: 10vw;
          border-bottom-right-radius: 10vw; }
        .index .area03 a .block1 {
          padding: 0;
          width: 100%;
          text-align: center; }
          .index .area03 a .block1 img {
            width: 200px; }
          .index .area03 a .block1 b {
            font-size: clamp(16px, 1.5vw, 20px); }
        .index .area03 a .block2 {
          position: relative;
          bottom: auto;
          width: 200px;
          padding: 15px;
          text-align: center;
          margin-top: -30px; }
          .index .area03 a .block2 img {
            width: 130px; } }
    @media (max-width: 430px) {
      .index .area03 a .block1 {
        padding: 0;
        width: 100%;
        text-align: center; }
        .index .area03 a .block1 img {
          width: 200px; }
        .index .area03 a .block1 b {
          font-size: clamp(16px, 1.5vw, 20px); }
      .index .area03 a .block2 {
        width: 150px;
        padding: 10px 5px;
        margin-top: -60px;
        border-radius: 10px; }
        .index .area03 a .block2 img {
          width: 100px; }
        .index .area03 a .block2 b {
          font-size: 14px; } }
  .index .area03._reverse a .block1 {
    top: 0;
    right: auto;
    left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    text-align: center; }
    .index .area03._reverse a .block1 img {
      width: 90%;
      margin-bottom: 10px; }
      @media (max-width: 430px) {
        .index .area03._reverse a .block1 img {
          width: 70%; } }
    .index .area03._reverse a .block1 b {
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      letter-spacing: 0.3em;
      font-size: clamp(15px, 1.4vw, 18px); }
  @media (max-width: 640px) {
    .index .area03._reverse a .photo {
      margin-top: clamp(10px, 10%, 34px); } }
  @media (max-width: 430px) {
    .index .area03._reverse a .photo {
      margin-top: 0; } }
.index .area04 {
  display: block;
  position: relative; }
  .index .area04 .photo img {
    width: 100%;
    height: auto; }
  .index .area04 .text {
    display: block;
    position: absolute;
    top: 10%;
    left: 10%; }
    @media (max-width: 640px) {
      .index .area04 .text {
        top: 20px;
        left: 20px; } }
    .index .area04 .text h2 {
      display: block;
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-size: clamp(20px, 8vw, 100px);
      margin: 0; }
    .index .area04 .text strong {
      display: block;
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-size: clamp(16px, 5vw, 60px);
      margin: 0; }
.index .area05 {
  display: block; }
  .index .area05 h3 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: clamp(20px, 5vw, 55px);
    position: relative; }
    .index .area05 h3:before {
      display: block;
      color: rgba(0, 0, 0, 0.1);
      content: attr(title);
      position: absolute;
      top: -3.2vw;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      font-size: 200%;
      font-weight: normal;
      font-family: "Great Vibes", cursive; }
      @media (max-width: 640px) {
        .index .area05 h3:before {
          font-size: 250%;
          top: -6vw; } }
  .index .area05 .area05_wrap {
    display: flex;
    align-items: flex-end; }
    .index .area05 .area05_wrap .text {
      width: 60%;
      background: rgba(255, 255, 255, 0.5);
      padding: 5% 5% 0 10%;
      position: relative;
      z-index: 1;
      margin-right: -10%;
      margin-bottom: 5%; }
      .index .area05 .area05_wrap .text p {
        display: block;
        font-size: clamp(14px, 1.7vw, 22px);
        font-weight: bold;
        margin-bottom: 1.5em; }
    .index .area05 .area05_wrap .photo {
      width: 50%; }
    @media (max-width: 640px) {
      .index .area05 .area05_wrap {
        flex-wrap: wrap; }
        .index .area05 .area05_wrap .text {
          padding: 5% 0 0;
          width: 100%;
          margin: 0; }
          .index .area05 .area05_wrap .text p {
            text-align: center; }
        .index .area05 .area05_wrap .photo {
          width: 100%; } }

ul.product_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none; }
  ul.product_bnr li {
    width: 48%;
    margin-bottom: 30px; }
    ul.product_bnr li a img {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      transition: all linear 0.3s; }
    ul.product_bnr li a:hover img {
      transform: scale(1.03, 1.03);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
    ul.product_bnr li p {
      display: block;
      font-size: 0.95em;
      margin-top: 15px; }
    @media (max-width: 640px) {
      ul.product_bnr li {
        width: 100%; }
        ul.product_bnr li p {
          margin-top: 10px; } }
  ul.product_bnr.type2 li {
    width: 16%; }
    @media (max-width: 768px) {
      ul.product_bnr.type2 li {
        width: 31.333%;
        margin: 1%; } }
    @media (max-width: 640px) {
      ul.product_bnr.type2 li {
        width: 48%;
        margin: 1%; } }

.newslist ul {
  padding-left: 0;
  width: 100%; }
  .newslist ul li {
    display: flex;
    padding: 15px 0;
    border-bottom: #000 1px dotted; }
    .newslist ul li .date {
      width: 60px;
      font-size: 12px;
      margin-right: 20px; }
    .newslist ul li .cate {
      width: 100px; }
      .newslist ul li .cate a {
        display: block;
        width: fit-content;
        background: #000;
        padding: 5px 10px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        line-height: 1.2; }
    .newslist ul li p {
      width: calc(100% - 160px);
      margin-bottom: 0; }
      .newslist ul li p a {
        text-decoration: none; }
    @media (max-width: 640px) {
      .newslist ul li {
        flex-wrap: wrap; }
        .newslist ul li p {
          width: 100%;
          margin-top: 10px; } }

.newsdetail h1 {
  display: block;
  font-size: clamp(20px, 4vw, 26px);
  border-bottom: #000 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px; }
.newsdetail .cate_wrap {
  display: block;
  margin-bottom: 10px; }
  .newsdetail .cate_wrap .cate a {
    display: inline-block;
    background: #000;
    font-size: 12px;
    color: #fff;
    margin: 0 5px 5px 0;
    text-decoration: none;
    padding: 3px 10px; }
.newsdetail .date {
  display: block;
  font-size: 13px;
  text-align: right; }
.newsdetail .editArea {
  padding-bottom: clamp(30px, 5%, 60px);
  border-bottom: #000 1px solid; }

.area_about {
  display: flex;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative; }
  .area_about .photos {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    max-width: 600px;
    margin-left: auto;
    margin-right: 10%; }
    .area_about .photos.show-sp {
      display: none; }
    .area_about .photos li {
      list-style-type: none;
      width: 31%; }
      .area_about .photos li img {
        background: #fff;
        padding: 7px;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3); }
      @media (max-width: 640px) {
        .area_about .photos li img {
          padding: 4px;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); } }
  .area_about .right {
    width: 60%;
    margin-left: -10%;
    position: relative;
    z-index: 1; }
    .area_about .right .box {
      display: block;
      background: rgba(255, 255, 255, 0.7);
      padding: 30px;
      width: 90%; }
      .area_about .right .box .t01 {
        margin-left: 0;
        border-bottom: #000 1px solid;
        padding-bottom: 10px;
        margin-bottom: 30px; }
        .area_about .right .box .t01 span {
          margin-left: 0;
          font-weight: bold;
          font-size: 16px;
          margin-top: 0; }
      .area_about .right .box p {
        font-size: 0.9em; }
    .area_about .right .btn {
      margin: 10px 12% 5% auto; }
  .area_about .left {
    width: 60%;
    margin-right: -10%;
    padding-top: 90px; }
  @media (max-width: 1366px) {
    .area_about .right .box {
      width: 100%; }
    .area_about .right .photos {
      margin-right: 20px; }
    .area_about .left {
      width: 65%;
      margin-right: -15%;
      padding-top: 90px; } }
  @media (max-width: 1280px) {
    .area_about .left {
      width: 70%;
      margin-right: -20%; } }
  @media (max-width: 1080px) {
    .area_about .left {
      width: 75%;
      margin-right: -25%; } }
  @media (max-width: 980px) {
    .area_about {
      display: block; }
      .area_about .photos.show-pc {
        display: none; }
      .area_about .photos.show-sp {
        display: flex;
        margin-left: 15px;
        margin-right: auto;
        margin-top: -35px; }
      .area_about .right {
        width: 80%;
        margin-left: 0; }
        .area_about .right .box {
          width: 90%; }
        .area_about .right .btn {
          margin: -10px auto 0 10px; }
      .area_about .left {
        width: 80%;
        margin: -200px 0 0 auto;
        padding-top: 0; } }
  @media (max-width: 640px) {
    .area_about .right {
      width: 100%; }
      .area_about .right .box {
        width: 100%;
        padding: 15px; }
      .area_about .right .btn {
        margin: 0 0 15px auto; }
    .area_about .left {
      width: 100%;
      margin: 0 0 0 auto; }
    .area_about .photos.show-sp {
      margin-top: 15px;
      width: calc(100% - 20px);
      margin: 10px; } }

.kasou_content {
  padding-top: 100px; }
  @media (max-width: 1280px) {
    .kasou_content {
      padding-top: 50px; } }
  @media (max-width: 640px) {
    .kasou_content {
      padding-top: 0; } }
  .kasou_content._gray {
    background: #e7e7e7;
    padding-bottom: 100px; }
    @media (max-width: 1280px) {
      .kasou_content._gray {
        padding-bottom: 50px; } }

#contact table.form_tbl01 {
  width: 100%;
  border-collapse: collapse;
  border: none; }
  #contact table.form_tbl01 th, #contact table.form_tbl01 td {
    padding: 15px;
    border: none;
    font-size: 16px;
    background: #fff; }
    #contact table.form_tbl01 th p, #contact table.form_tbl01 td p {
      margin: 0; }
  #contact table.form_tbl01 th {
    width: 200px;
    vertical-align: top; }
  #contact table.form_tbl01 span.must {
    display: inline-block;
    background: #C30000;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
    line-height: 1;
    border-radius: 3px;
    margin-left: 10px; }
  #contact table.form_tbl01 textarea {
    min-height: 150px; }
  @media (max-width: 640px) {
    #contact table.form_tbl01 th {
      display: block;
      width: 100%;
      border-bottom: none;
      padding: 15px 0 15px;
      font-size: 15px; }
    #contact table.form_tbl01 td {
      display: block;
      width: 100%;
      padding: 0 0 20px;
      font-size: 15px; } }
#contact .btn_area {
  display: block;
  width: auto; }
  #contact .btn_area p {
    margin-bottom: 0; }
  #contact .btn_area input[type="submit"] {
    display: block;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 30px;
    text-align: center;
    margin: 15px auto;
    border: none;
    min-width: 200px;
    transition: all linear 0.3s; }
    #contact .btn_area input[type="submit"]:hover {
      border-radius: 50px; }
  #contact .btn_area .wpcf7-spinner {
    display: block;
    margin: 0 auto; }

#company table {
  width: fit-content;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    #company table {
      min-width: auto; } }
  @media (max-width: 640px) {
    #company table {
      width: 100%; }
      #company table td {
        display: block;
        width: 100%;
        border: none;
        padding: 7px; }
      #company table tr:not(:last-of-type) td:last-of-type {
        border-bottom: #999 1px dotted; } }
@media (max-width: 640px) {
  #company .max300 img {
    max-width: 300px;
    display: block;
    margin: 0 auto 30px; } }

.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px; }
  @media (max-width: 430px) {
    .wpcf7-form .wpcf7-list-item {
      display: block; } }
  .wpcf7-form .wpcf7-list-item label {
    display: flex;
    align-items: center; }
    .wpcf7-form .wpcf7-list-item label input[type="radio"] {
      width: 1.3em;
      height: 1.3em;
      display: inline-block;
      margin-right: 3px; }
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.9em; }
  .wpcf7-form .wpcf7-not-valid-tip:before {
    content: "※"; }
.wpcf7-form .wpcf7-response-output {
  display: block;
  background: #F9E8E8;
  border: #dc3232 1px solid !important;
  border-radius: 10px;
  padding: 15px;
  color: #dc3232;
  margin: 0 0 35px 0 !important;
  padding: 15px 10px !important;
  font-size: clamp(14px, 1vw, 16px) !important; }
  @media (max-width: 640px) {
    .wpcf7-form .wpcf7-response-output {
      margin-bottom: 15px !important; } }
.wpcf7-form .sent_msg {
  display: none; }
.wpcf7-form.sent .hide_sent {
  display: none; }
.wpcf7-form.sent .sent_msg {
  display: block;
  text-align: center; }
  .wpcf7-form.sent .sent_msg h4 {
    display: block;
    font-weight: bold;
    font-size: clamp(18px, 2vw, 22px);
    margin-bottom: 1em;
    border-left: none; }

/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: clamp(30px, 8%, 80px);
  margin-bottom: clamp(30px, 8%, 80px); }
  .wp-pagenavi .pages {
    display: none; }

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  color: #999;
  background-color: #FFF;
  padding: clamp(4px, 5%, 7px) clamp(8px, 10%, 14px);
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none; }

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC; }

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #0058b9;
  border-color: #0058b9;
  font-weight: bold; }

@media (max-width: 640px) {
  .has-medium-font-size {
    font-size: 16px !important; } }

.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.7) !important; }
.wp-lightbox-overlay .wp-block-image img {
  width: calc(100% - 10px) !important;
  min-width: calc(100% - 10px) !important; }
.wp-lightbox-overlay .close-button {
  fill: #fff !important; }
