@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

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

/* Mobile */
@media screen and (max-width: 959px) {
  body {
    line-height: 1.6;
  }
  .pc {
    display: none;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  body {
    line-height: 1.7;
  }
  .sp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .hover {
    transition: all 0.2s;
  }
  .hover:hover {
    opacity: 0.5;
  }
}
/*-------------------------- header --------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 img {
  vertical-align: middle;
}
header ul {
  display: flex;
  align-items: center;
}

/* Mobile */
@media screen and (max-width: 959px) {
  header {
    padding: 13px 14px;
    padding: 3.467vw 3.733vw;
  }
  header .header_logo {
    display: inline-block;
    margin-right: 3px;
    margin-right: 0.8vw;
    width: 66px;
    width: 17.6vw;
    height: auto;
  }
  header .header_logo_text {
    width: 136px;
    width: 36.267vw;
    height: auto;
  }
  header ul li {
    width: 40px;
    width: 10.667vw;
  }
  header ul li:last-child {
    margin-left: 7px;
    margin-left: 1.867vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  header {
    max-width: 1360px;
    margin: 0 auto;
    padding: 30px 40px 20px;
  }
  header h1 {
    display: flex;
  }
  header li {
    margin-left: 20px;
  }
  header .header_logo {
    width: 11vw;
    max-width: 143px;
    padding: 10px;
  }
  header .header_logo_text {
    width: 27.344vw;
    max-width: 350px;
  }
}
/*-------------------------- .lead --------------------------*/
.lead_wrap {
  position: relative;
}

.lead {
  width: 100%;
  position: absolute;
  text-align: center;
  color: #FFF;
}
.lead h2 {
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
}
.lead p {
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.slide-container {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-direction: row;
  position: relative;
}
.slide-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.slide-wrapper {
  display: flex;
  flex-direction: row;
}

.slide {
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Mobile */
@media screen and (max-width: 959px) {
  .lead {
    top: 23px;
    top: 6.133vw;
  }
  .lead h2 {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .lead p {
    font-size: 12px;
    font-size: 3.2vw;
    padding-top: 10px;
    padding-top: 2.667vw;
  }
  .slide-container {
    height: 200px;
    height: 53.333vw;
  }
  .slide-wrapper {
    animation: slide-flow 180s infinite linear 0s both;
  }
  .slide {
    width: 710px;
    width: 189.333vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  .lead {
    top: 100px;
  }
  .lead h2 {
    font-size: 63px;
    margin-bottom: 40px;
  }
  .lead p {
    font-size: 28px;
    font-weight: bold;
  }
  .slide-container {
    height: 560px;
  }
  .slide-wrapper {
    animation: slide-flow 180s infinite linear 0s both;
  }
  .slide {
    width: 2000px;
  }
}
/*-------------------------- nav --------------------------*/
/* Mobile */
@media screen and (max-width: 959px) {
  nav {
    padding: 18px 40px 13px;
    padding: 4.8vw 10.667vw 3.467vw;
  }
  nav img:first-child {
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  nav {
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 40px;
  }
  nav ul {
    display: flex;
    justify-content: space-between;
  }
  nav li {
    max-width: 500px;
  }
  nav li:first-child {
    margin-right: 70px;
  }
}
/*-------------------------- .query --------------------------*/
.query h3 {
  font-family: "Noto Serif JP", serif;
  color: #021F6F;
}
.query li {
  display: flex;
  align-items: center;
}

/* Mobile */
@media screen and (max-width: 959px) {
  .query {
    padding-top: 30px;
    padding-bottom: 44px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8vw;
    padding-bottom: 11.733vw;
    padding-left: 8vw;
    padding-right: 8vw;
    background-image: url(img/background_sp.jpg);
    background-size: cover;
    background-position: center;
  }
  .query .query_inner {
    padding-top: 28px;
    padding-bottom: 20px;
    padding-top: 7.467vw;
    padding-bottom: 5.333vw;
    background: linear-gradient(315deg, transparent 30px, rgba(255, 255, 255, 0.8156862745) 0) right, linear-gradient(135deg, transparent 30px, rgba(255, 255, 255, 0.8156862745) 0) left;
    background: linear-gradient(315deg, transparent 8vw, rgba(255, 255, 255, 0.8156862745) 0) right, linear-gradient(135deg, transparent 8vw, rgba(255, 255, 255, 0.8156862745) 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
  }
  .query h3 {
    font-size: 14px;
    font-size: 3.733vw;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 2.667vw;
  }
  .query ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .query li {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 2.667vw;
  }
  .query img {
    width: 23px;
    width: 6.133vw;
  }
  .query span {
    padding-left: 10px;
    padding-left: 2.667vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  .query {
    padding-top: 50px;
    padding-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
    background-image: url(img/background_pc.jpg);
    background-size: cover;
    background-position: center;
  }
  .query .query_inner {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
    background: linear-gradient(315deg, transparent 40px, rgba(255, 255, 255, 0.8156862745) 0) right, linear-gradient(135deg, transparent 40px, rgba(255, 255, 255, 0.8156862745) 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
  }
  .query h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .query li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .query img {
    width: 34px;
  }
  .query span {
    padding-left: 10px;
  }
}
/*-------------------------- .respond --------------------------*/
.respond h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.respond ul:nth-of-type(1) + div + p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

/* Mobile */
@media screen and (max-width: 959px) {
  .respond {
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 2.667vw;
    padding-bottom: 10.667vw;
  }
  .respond h3 {
    font-size: 20px;
    margin-bottom: 24px;
    font-size: 5.333vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }
  .respond ul:nth-of-type(1) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .respond ul:nth-of-type(1) li {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
  }
  .respond ul:nth-of-type(1) li img {
    width: 110px;
    width: 29.333vw;
  }
  .respond ul:nth-of-type(1) li p {
    margin-left: 15px;
    margin-left: 4vw;
  }
  .respond ul:nth-of-type(1) + div {

  }
  .respond ul:nth-of-type(1) + div + p {
    font-size: 12px;
    margin-bottom: 10px;
    font-size: 3.2vw;
    margin-bottom: 2.667vw;
  }
  .respond ul:nth-of-type(2) {
    text-align: center;
  }
  .respond ul:nth-of-type(2) img {
    width: 260px;
    width: 69.333vw;
  }
  .respond ul:nth-of-type(2) img:first-child {
    display: inline-block;
    margin-bottom: 10px;
    margin-bottom: 2.667vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  .respond {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .respond h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .respond ul:nth-of-type(1) {
    display: flex;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .respond ul:nth-of-type(1) li {
    width: 33.3%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .respond ul:nth-of-type(1) li img {
    width: 280px;
  }
  .respond ul:nth-of-type(1) + div + p {
    font-size: 24px;
    margin-bottom: 46px;
  }
  .respond ul:nth-of-type(2) {
    max-width: 840px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .respond ul:nth-of-type(2) li:first-child {
    padding-right: 40px;
  }
}
/*-------------------------- .majorheading --------------------------*/
.majorheading {
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
.majorheading h1 {
  font-weight: bold;
}
.majorheading small {
  font-weight: bold;
}
.majorheading.monpi {
  color: #021F6F;
  background-color: rgba(2, 31, 111, 0.1);
}
.majorheading.gate {
  color: #0B6A37;
  background-color: rgba(11, 106, 55, 0.1);
}
.majorheading.option {
  color: #E09916;
  background-color: rgba(224, 153, 22, 0.1);
}

/* Mobile */
@media screen and (max-width: 959px) {
  .majorheading {
    padding: 20px 0;
    margin-bottom: 20px;
    padding: 5.333vw 0;
    margin-bottom: 5.333vw;
  }
  .majorheading h1 {
    font-size: 26px;
    font-size: 6.933vw;
  }
  .majorheading small {
    font-size: 14px;
    font-size: 3.733vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  .majorheading {
    padding: 50px 0;
    margin-bottom: 60px;
  }
  .majorheading h1 {
    font-size: 33px;
  }
  .majorheading small {
    font-size: 24px;
  }
}
/*-------------------------- .products --------------------------*/
.products.monpi .products_header {
  background-color: #021F6F;
}
.products.monpi h3::before {
  background-color: #021F6F;
}
.products.monpi .products_example_link_button {
  background-color: #021F6F;
}
.products.monpi .details__summary {
  border-top: #021F6F solid 2px;
  background-color: rgba(2, 31, 111, 0.05);
}
.products.monpi .details__summary::before {
  background-color: #021F6F;
}
.products.monpi .products_border {
  border-bottom: solid 5px #021F6F;
}

.products.gate .products_header {
  background-color: #0B6A37;
}
.products.gate h3::before {
  background-color: #0B6A37;
}
.products.gate .products_example_link_button {
  background-color: #0B6A37;
}
.products.gate .details__summary {
  border-top: #0B6A37 solid 2px;
  background-color: rgba(11, 106, 55, 0.05);
}
.products.gate .details__summary::before {
  background-color: #0B6A37;
}
.products.gate .products_border {
  border-bottom: solid 5px #0B6A37;
}

.products.monpi .products_inner_text h2 {
  color: #021F6F;
}
.products.gate .products_inner_text h2 {
  color: #0B6A37;
}
.products .products_inner_image_wrap {
  border: solid 1px;
}
.products .products_header {
  display: block;
  font-weight: bold;
  color: #fff;
}
.products h2 {
  font-weight: bold;
}
.products .products_catch {
  font-weight: bold;
  border-top: #898989 solid 1px;
  border-bottom: #898989 solid 1px;
}
.products h3 {
  position: relative;
  font-weight: bold;
}
.products h3::before {
  content: "";
  position: absolute;
  width: 8px;
}
.products .products_example li {
  width: 100%;
  aspect-ratio: 4/3;
}
.products .products_example li iframe {
  width: 100%;
  height: 100%;
}
.products .products_example_link_button {
  display: block;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.products .products_example_link_button p {
  display: inline-block;
}
.products .details__summary {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s;
}
.products .details__summary::-webkit-details-marker {
  display: none;
}
.products .details__summary::before {
  content: "";
  position: absolute;
}
.products .details__content {
  overflow: hidden;
}
.products .details__product {
  width: 100%;
  border-collapse: collapse;
}
.products .details__product th, .products .details__product td {
  border: 1px solid black;
  text-align: center;
}
.products .details__product.textaline th, .products .details__product.textaline td:nth-of-type(2) {
  text-align: left;
}
.products .details__product th:first-child, .products .details__product td:first-child {
  background-color: #F7F7F7;
}
.products .details__drawing figure .mask {
  line-height: 0; /*行の高さを0にする*/
  display: block;
  overflow: hidden;
  border: solid 1px;
}

/* Mobile */
@media screen and (max-width: 959px) {
  .products {
    padding: 0 20px 40px;
    padding: 0 5.333vw 10.667vw;
  }
  .products .products_inner {
    padding-bottom: 25px;
    padding-bottom: 6.667vw;
  }
  .products .products_header {
    font-size: 16px;
    padding: 5px 10px;
    font-size: 4.267vw;
    padding: 1.333vw 2.667vw;
  }
  .products h2 {
    font-size: 26px;
    padding: 10px 10px;
    font-size: 6.933vw;
    padding: 2.667vw 2.667vw;
  }
  .products .products_catch {
    font-size: 14px;
    padding: 15px 10px;
    font-size: 3.733vw;
    padding: 4vw 2.667vw;
  }
  .products .products_more {
    padding: 15px 10px;
    font-size: 12px;
    padding: 4vw 2.667vw;
    font-size: 3.2vw;
  }
  .products .products_more small {
    font-size: 11px;
    font-size: 2.933vw;
  }
  .products h3 {
    padding-left: 20px;
    font-size: 16px;
    padding-left: 5.333vw;
    font-size: 4.267vw;
  }
  .products h3::before {
    top: 2px;
    top: 0.533vw;
    left: 0;
    height: 90%;
  }
  .products .products_example {
    padding-top: 25px;
    padding-top: 6.667vw;
  }
  .products .products_example li {
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
  .products .products_example_link_button {
    width: 260px;
    font-size: 16px;
    padding: 20px 0px;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 69.333vw;
    font-size: 4.267vw;
    padding: 5.333vw 0px;
    margin-bottom: 8vw;
    border-radius: 2.667vw;
  }
  .products .products_example_link_button img {
    vertical-align: -3px;
    width: 16px;
    vertical-align: -0.8vw;
    width: 4.267vw;
  }
  .products .details__summary {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4.267vw;
  }
  .products .details__summary::before {
    top: 15px;
    left: 7px;
    width: 8px;
    height: 50%;
    top: 4vw;
    left: 1.867vw;
    width: 2.133vw;
  }
  .products .details__product {
    font-size: 11px;
    margin: 26px 0;
    font-size: 2.933vw;
    margin: 6.933vw 0;
    line-height: 1.5;
  }
  .products .details__product th, .products .details__product td {
    padding: 10px 5px;
    padding: 2.667vw 1.333vw;
  }
  .products h4 {
    font-size: 15px;
    padding-bottom: 12px;
    font-size: 4vw;
    padding-bottom: 3.2vw;
  }
  .products .details__drawing {
    padding-bottom: 20px;
    padding-bottom: 5.333vw;
  }
  .products .details__drawing li {
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
  .products .details__drawing figcaption {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
    font-size: 2.933vw;
  }
  .products .details__drawing .glass_icon {
    display: none;
  }
  .plusbutton {
    position: absolute;
    top: 14px;
    right: 5px;
    width: 30px;
    top: 3.733vw;
    right: 1.333vw;
    width: 8vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  .products {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 40px 60px;
  }
  .products .products_inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .products .products_inner_text {
    width: 46%;
    max-width: 590px;
  }
  .products .products_inner_image {
    width: 46%;
    max-width: 600px;
  }
  .products .products_header {
    font-size: 24px;
    padding: 5px 10px;
  }
  .products h2 {
    font-size: 40px;
    padding: 15px 10px;
  }
  .products .products_catch {
    font-size: 20px;
    padding: 25px 10px;
  }
  .products .products_more {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 20px;
  }
  .products .products_more small {
    font-size: 16px;
  }
  .products h3 {
    padding-left: 30px;
    margin-left: 10px;
    font-size: 24px;
  }
  .products h3::before {
    top: 5px;
    left: 0;
    height: 80%;
  }
  .products .products_example {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .products .products_example li {
    width: 48%;
  }
  .products .products_example_link_button {
    width: 400px;
    font-size: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
    margin-top: 36px;
    margin-bottom: 60px;
    border-radius: 15px;
  }
  .products .products_example_link_button img {
    width: 25px;
    vertical-align: -4px;
  }
  .products .details__summary {
    padding-left: 27px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .products .details__summary:hover {
    background-color: #FFF;
  }
  .products .details__summary::before {
    top: 30px;
    left: 10px;
    width: 8px;
    height: 42%;
  }
  .products .details__product {
    font-size: 20px;
    margin: 40px 0 20px;
  }
  .products .details__product th, .products .details__product td {
    padding: 15px;
  }
  .products h4 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .products .details__drawing {
    display: flex;
    padding-bottom: 60px;
  }
  .products .details__drawing li {
    position: relative;
    width: 33.3%;
    margin-right: 30px;
  }
  .products .details__drawing li:last-child {
    margin-right: 0px;
  }
  .products .details__drawing figure {
    position: relative;
  }
  .products .details__drawing figure img {
    will-change: transform;
    cursor: zoom-in;
    transform: scale(1);
    transition: 0.2s ease-in-out;
  }
  .products .details__drawing figure .glass_icon {
    transform-origin: -30% 140%;
  }
  .products .details__drawing figure .mask.mouseinout img {
    transform: scale(1.2);
  }
  .products .details__drawing figure .mask#maintain img {
    transform: scale(1.2);
  }
  .products .details__drawing figcaption {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .products .details__drawing .glass_icon {
    width: 40px;
    height: auto;
    position: absolute;
    top: 11px;
    right: 12px;
    cursor: pointer;
  }
  .plusbutton {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 55px;
    height: auto;
  }
}
/*-------------------------- .option --------------------------*/
.option ul {
  display: flex;
  flex-wrap: wrap;
}
.option li {
  text-align: center;
}
.option figcaption {
  font-weight: bold;
}

/* Mobile */
@media screen and (max-width: 959px) {
  .option ul {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .option li {
    width: 39%;
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
  .option figcaption {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    margin-top: 1.333vw;
    font-size: 3.2vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  .option ul {
    justify-content: center;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px 60px;
    gap: 80px 48px;
  }
  .option li {
    width: 258px;
  }
  .option figcaption {
    font-size: 18px;
    margin-top: 10px;
  }
}
/*-------------------------- footer --------------------------*/
footer {
  text-align: center;
  line-height: 1.4;
}
footer .footer_inner {
  background-color: #F7F7F7;
  font-weight: bold;
}

/* Mobile */
@media screen and (max-width: 959px) {
  footer {
    padding-bottom: 27px;
    padding-bottom: 7.2vw;
  }
  footer .footer_inner {
    padding-top: 18px;
    padding-bottom: 22px;
    padding-top: 4.8vw;
    padding-bottom: 5.867vw;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  footer .footer_inner .footer_inner_lead {
    font-size: 20px;
    font-size: 5.333vw;
  }
  footer .footer_inner .footer_inner_text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  footer .footer_inner ul li {
    margin-top: 10px;
    margin-top: 2.667vw;
  }
  footer .footer_inner ul li img {
    width: 260px;
    width: 69.333vw;
  }
  footer address {
    padding-top: 15px;
    padding-top: 4vw;
  }
  footer address img:first-child {
    width: 89px;
    width: 23.733vw;
  }
  footer address p:nth-of-type(1) {
    font-size: 16px;
    margin-top: 5px;
    font-size: 4.267vw;
    margin-top: 1.333vw;
    font-weight: 500;
  }
  footer address p:nth-of-type(2) {
    font-size: 12px;
    font-size: 3.2vw;
  }
  footer address img:last-child {
    display: inline-block;
    width: 80px;
    margin-top: 22px;
    margin-bottom: 22px;
    width: 21.333vw;
    margin-top: 5.867vw;
    margin-bottom: 5.867vw;
  }
  footer small {
    display: block;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  footer {
    padding-bottom: 132px;
  }
  footer .footer_inner {
    padding-top: 65px;
    padding-bottom: 75px;
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .footer_inner .footer_inner_lead {
    font-size: 40px;
  }
  footer .footer_inner .footer_inner_text {
    margin-top: 10px;
    font-size: 24px;
  }
  footer .footer_inner ul {
    display: flex;
    max-width: 840px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  footer .footer_inner ul li:first-child {
    padding-right: 40px;
  }
  footer address {
    padding-top: 55px;
  }
  footer address img:first-child {
    width: 155px;
  }
  footer address p:nth-of-type(1) {
    font-size: 26px;
    font-weight: 500;
    margin-top: 5px;
  }
  footer address p:nth-of-type(2) {
    font-size: 18px;
  }
  footer address img:last-child {
    display: inline-block;
    width: 127px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  footer small {
    display: block;
    font-size: 20px;
  }
}
/*-------------------------- popup --------------------------*/
#zoomback {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(51, 53, 54, 0.811);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
  cursor: pointer;
}

#zoombackinner {
  width: 65%;
  text-align: right;
}

#closebutton {
  display: inline-block;
  margin-bottom: 10px;
  width: 48px;
}

#zoomimg {
  z-index: 4;
  width: 100%;
  background-color: #fff;
  cursor: auto;
}

@keyframes deka {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.deka {
  animation: deka 0.2s ease-out;
}

/*-------------------------- .pagetop --------------------------*/
.pagetop {
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}

/* Mobile */
@media screen and (max-width: 959px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
  .pagetop img {
    width: 60px;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  .pagetop {
    bottom: 50px;
    right: 50px;
    transition: all 0.2s;
  }
  .pagetop img {
    width: 80px;
  }
  .pagetop:hover {
    filter: brightness(1.2);
  }
}

/*アニメーション*/
.updown {
  will-change: transform;
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

/* Mobile */
@media screen and (max-width: 959px) {
  @-webkit-keyframes updown {
    0% {
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
    }
    100% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
    }
  }

  @keyframes updown {
    0% {
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
    }
    100% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
    }
  }
  .fukidashi {
    width: 100%;
    height: 140px;
    height: 37.333vw;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  @-webkit-keyframes updown {
    0% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    100% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
  }

  @keyframes updown {
    0% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    100% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
  }
  .fukidashi {
    max-width: 1140px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}