/*
 * font setting
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
html,body {
  min-height: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #31353a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

a {
  transition: .15s;
}

a:hover {
  transition: .3s;
}

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */
.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */
.flex-equal>* {
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/*
 * product area
 */
.mainvisual-area {
  height: 700px;
}

.mv-slider {
  flex: 66.666%;
}
.slick-slide {
	outline: none;
}

.mv-title {
  display: grid;
  grid-template-columns: 57.5% 1fr;
  grid-template-rows: 36% 1fr;
  gap: 8px; gap: 2.133vw;
  padding: 8px; padding: 2.133vw;
  height: 175px; height: 46.666vw;
  background: #f3f3f3 url(../img/wall.jpg);
  background-size: 800px;
}
.mv-title-content {
  position: relative;
  background: #120301 url(../img/mokume.jpg);
  background-size: 800px;
}
.mv-title-content::before {
  content: "";
  display: block;
  width: 8px; width: 2.133vw;
  height: 8px; height: 2.133vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 8px; top: 2.133vw;
  right: 8px; right: 2.133vw;
}
.mv-title-content.r::before {
  background-image: url(../img/r.svg);
}
.mv-title-content.tm::before {
  background-image: url(../img/tm.svg);
}
.mv-title-content-logo {
  position: absolute;
  margin: 0
}

.mv-title-content-01 {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}
.mv-title-content-01-logo {
  width: 82px; width: 21.866vw;
  max-width: 172px;
  left: 14px; left: 3.733vw;
  bottom: 32px; bottom: 8.533vw;
}
.sns-links {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 1px 4px; padding: 0.266vw 1.066vw;
  position: absolute;
  right: 14px; right: 3.733vw;
  bottom: 36px; bottom: 9.6vw;
}
.sns-links li {
  width: 34px; width: 9.066vw;
}
.sns-links li a {
  display: block;
}
.sns-links li a:hover {
  opacity: 0.75;
}

.mv-title-content-02-logo {
  width: 56px; width: 14.933vw;
  max-width: 114px;
  left: 18px; left: 4.8vw;
  bottom: 10px; bottom: 2.666vw;
}

.mv-title-content-03-logo {
  width: 36px; width: 9.6vw;
  max-width: 62px;
  right: 8px; right: 2.133vw;
  bottom: 8px; bottom: 2.133vw;
}

@media (min-width: 960px)
{
  .mv-title {
    width: 33.333%;
    grid-template-columns: 51.0% 1fr;
    grid-template-rows: 56% 1fr;
    gap: 5px; gap: 0.625vw;
    padding: 5px; padding: 0.625vw;
    height: auto;
  }
  .mv-title-content::before {
    width: 16px; width: 2.0833vw;
    height: 16px; height: 2.0833vw;
    width: 10px; width: 1.25vw;
    height: 10px; height: 1.25vw;
    top: 4px; top: 0.5208vw;
    right: 6px; right: 0.7291vw;
  }

  .mv-title-content-01 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .mv-title-content-01-logo {
    width: 112px; width: 14.5833vw;
    max-width: 280px;
    max-width: none;
    left: 10px; left: 1.3541vw;
    bottom: 26px; bottom: 3.4375vw;
  }

  .sns-links {
    padding: 0 16px; padding: 0 0.833vw;
    right: 40px; right: 2.0833vw;
    bottom: 78px; bottom: 4.0625vw;
  }
  .sns-links li {
    width: 72px; width: 3.75vw;
  }
  
  .mv-title-content-02-logo {
    width: 74px; width: 9.6875vw;
    max-width: 186px;
    max-width: none;
    left: 18px; left: 2.2916vw;
    bottom: 22px; bottom: 2.9166vw;
  }
  
  .mv-title-content-03-logo {
    width: 36px; width: 4.6875vw;
    max-width: 90px;
    max-width: none;
    right: 12px; right: 1.5625vw;
    bottom: 12px; bottom: 1.5625vw;
  }
}



.mv-oswald {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 30px;
}

.mv-lead {
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.mv-btn {
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  height: 60px;
  color: #31353a;
  background: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  box-shadow: 0px 5px 10px rgba(78, 78, 78, 0.42);
}

.mv-btn:hover {
  color: #fff;
  background: #31353a;
  text-decoration: none;
}

@media (max-width: 1400px) {
  .mv-oswald {
    font-size: 3rem;
  }
}

@media (max-width: 1200px) {
  .mv-lead {
    font-size: 1.25rem;
  }
  .mv-oswald {
    font-size: 2.5rem;
  }
}

@media (max-width: 1000px) {
  .mv-oswald {
    font-size: 2rem;
  }
}

@media (max-width: 960px) {
  .mainvisual-area {
    height: auto;
    display: block !important;
  }

  .mv-oswald {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .mv-slider {
    flex: 100%;
  }

  /*.mv-title {
    flex: 100%;
    display: flex;
  }*/

  .mv-lead {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .mv-btn {
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {
.mv-btn:hover {
  color: #31353a;
  background: #fff;
  text-decoration: none;
}
}

/*
 * slider area
 */
.mv-slider {
  max-width: 66.666%;
}

.mv-slider img {
  height: 700px;
  width: auto;
}

.slick-prev {
  left: 25px !important;
  z-index: 9 !important;
}

.slick-prev:before {
  content: "" !important;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slick-next {
  right: 25px !important;
}

.slick-next:before {
  content: "" !important;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mv-slider {
  display: none;
}

.mv-slider.slick-initialized {
  display: block;
}

@media (max-width: 960px) {
  .mv-slider {
    max-width: 100%;
  }

  .mv-slider img {
    height: auto;
    width: 100%;
  }
  .mv-slider .slick-arrow {
    display: none!important;
  }
}

@media (max-width: 799px) {
  .mainvisual-area {
    padding-top: 70px;
  }

  .mv-slider {
    max-width: 100%;
  }

  .mv-slider img {
    height: auto;
    width: 100%;
  }
}

/*
 * product area
 */
.flex-product-area {
  flex-wrap: wrap;
  display: flex;
}

.flex-product-box,
.flex-product-box .product-link {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 9.6vw 2.133vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-feature-settings: "palt";
  height: 216px; height: 57.6vw;
}
.flex-product-box.linked {
  padding: 0;
}
.flex-product-box {
  width: 50%;
  flex-basis: 50%;
}
.flex-product-box .product-link {
  width: 100%;
}
.product-link::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 16px;
  height: 16px;
  right: 10px;
  bottom: 10px;
}
.product-link::after {
  content: "";
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 16px;
  bottom: 15px;
  width: 6px;
  height: 6px;
}
.product-link:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.flex-product-box p {
  font-size: 11px; font-size: 2.933vw;
  line-height: 1.5;
  max-width: 450px;
  margin: 0;
}
.flex-product-box small {
  font-size: 0.6em;
}
.flex-product-box .product-title {
  font-size: 24px; font-size: 6.4vw;
  font-weight: 100;
  letter-spacing: 0.025em;
}
.flex-product-box .product-logo img {
  width: 100%;
  height: auto;
}
.flex-product-box .product-caption {
  letter-spacing: 0.025em;
  text-align: center;
}
.flex-product-box .product-notes {
  display: block;
  margin-top: 0.25em;
}

#product-01 .product-logo {
  width: 90px; width: 24vw;
  max-width: 214px;
  margin-top: 0.533vw;
}
#product-02,
#product-03 {
  justify-content: center;
}
#product-02 .product-logo,
#product-03 .product-logo {
  width: 100%;
}
#product-04 {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/product-04-bg.png);
  background-size: min(35.2vw, 320px);
}
#product-04 .product-logo {
  /*width: 118px; width: 31.466vw;*/
  width: 100px; width: 26.6667vw;
  max-width: 240px;
}
#product-05 .product-logo {
  width: 110px; width: 29.333vw;
  max-width: 261px;
}
#product-06 .product-logo {
  width: 96px; width: 25.6vw;
  max-width: 227px;
}


@media (min-width: 768px)
{
  .flex-product-box {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
  .flex-product-box,
  .flex-product-box .product-link {
    padding: 60px 20px; padding: min(4.6875vw, 60px) min(1.5625vw, 20px);
    height: 450px; height: min(35.15625vw, 450px);
  }
  .flex-product-box p {
    font-size: 24px; font-size: min(1.875vw, 24px);
  }
  .flex-product-box .product-title {
    font-size: 56px; font-size: min(4.375vw, 56px);
    line-height: 1;
  }
  .flex-product-box .product-caption {
    letter-spacing: 0.05em;
  }
  .flex-product-box .product-notes {
    margin-top: 0.3em;
  }

  #product-01 .product-logo {
    width: 214px; width: 16.71875vw;
    margin-top: 16px; margin-top: min(1.25vw, 16px);
  }
  #product-04 {
    background-size: min(25vw, 320px);
  }
  #product-04 .product-logo {
    /*width: 286px; width: 22.34375vw;*/
    width: 240px; width: 18.75vw;
  }
  #product-05 .product-logo {
    width: 261px; width: 20.390625vw;
  }
  #product-06 .product-logo {
    width: 227px; width: 17.734375vw;
  }


/*
.flex-product-box,
.flex-product-box .product-link {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 9.6vw 2.133vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-feature-settings: "palt";
  height: 216px; height: 57.6vw;
}
.flex-product-box.linked {
  padding: 0;
}
.flex-product-box {
  width: 50%;
  flex-basis: 50%;
}
.flex-product-box .product-link {
  width: 100%;
}
.product-link::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 16px;
  height: 16px;
  right: 10px;
  bottom: 10px;
}
.product-link::after {
  content: "";
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 16px;
  bottom: 15px;
  width: 6px;
  height: 6px;
}
.product-link:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.flex-product-box p {
  font-size: 11px; font-size: 2.933vw;
  line-height: 1.5;
  max-width: 450px;
  margin: 0;
}
.flex-product-box small {
  font-size: 0.6em;
}
.flex-product-box .product-title {
  font-size: 24px; font-size: 6.4vw;
  font-weight: 100;
  letter-spacing: 0.025em;
}
.flex-product-box .product-logo img {
  width: 100%;
  height: auto;
  max-width: 450px;
}
.flex-product-box .product-caption {
  letter-spacing: 0.025em;
  text-align: center;
}
.flex-product-box .product-notes {
  display: block;
  margin-top: 0.25em;
}

#product-01 .product-logo {
  width: 90px; width: 24vw;
  max-width: 214px;
  margin-top: 0.533vw;
}
#product-04 {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/product-04-bg.png);
  background-size: min(35.2vw, 320px);
}
#product-04 .product-logo {
  width: 118px; width: 31.466vw;
  max-width: 286px;
}
#product-05 .product-logo {
  width: 110px; width: 29.333vw;
  max-width: 261px;
}
#product-06 .product-logo {
  width: 96px; width: 25.6vw;
  max-width: 227px;
}*/

}

@media (min-width: 960px)
{
  .product-link::before {
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 10px;
  
  }
  .product-link::after {
    right: 20px;
    bottom: 18px;
    width: 8px;
    height: 8px;
  }
}

/*
.flex-box {
  display: flex;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
}

.business-title {
  font-size: 1rem;
}

.business-num {
  font-size: 4rem;
  line-height: 0.8;
  font-weight: 100;
  letter-spacing: 5px;
  transform: skewX(-10deg);
}

@media (max-width: 1320px) {
  .pnum-lead {
    font-size: 0.9rem;
  }
  .p-3p {
    padding: 3rem 1.5rem !important;
  }

  .p-lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}*/

@media (max-width: 768px) {
  .flex-product-box {
    width: 50%;
    flex: 50%;
  }

  /*
  .p-text {
    padding: 0 15px;
  }
  .pnum-lead {
    font-size: .75rem;
    line-height: 1rem;
  }

  .p-3p {
    padding: 1rem 0.5rem !important;
  }

  .business-box {
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
  }

  .business-title {
    font-size: .75rem;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: auto;
    margin-bottom: 18px;
    margin-right: 10px;
  }

  .business-num {
    font-size: 2rem;
    line-height: 0.8;
    font-weight: 100;
    letter-spacing: 0px;
    transform: skewX(-10deg);
  }

  .p-title {
    font-size: 2rem;
    font-weight: 100;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .p-title:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 18px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }

  .p-lead {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    text-align: center;
  }
  */
}

/*@media (max-width: 500px) {
  .flex-product-box {
    min-height: 200px;
  }
}*/

/*
 * about area
 */
.about-area {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 165px 0;
}

.about-title {
  margin: 0 0 65px;
  padding: 0 15px;
  font-weight: 100;
  font-size: 2.125rem;
}

.about-title span {
  font-size: .75rem;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 20px;
}

.gaiyou_table_area {
  display: flex;
  gap: 40px;
}

.top_table_res {
  margin: 30px 0 50px;
  margin-right: -15px;
  margin-left: -15px;
}

table.gaiyou_table {
  width: 467px;
  margin: 0 auto;
}

th.sec-title {
  letter-spacing: 2px;
  width: 140px;
  vertical-align: top;
  line-height: 2;
  font-size: 12px;
  color: #00a99d;
  font-weight: 500;
  border-bottom: 1px solid #00a99d;
  padding: 0 10px;
  padding-bottom: 5px;
}

.gaiyou_table td {
  letter-spacing: 2px;
  width: 80%;
  line-height: 2;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
  padding-bottom: 5px;
}

.firft_td {
  padding-top: 10px !important;
}

.gaiyou_table tr {
  margin-bottom: 40px;
  display: flex;
}

.gaiyou_table tr:last-child {
  margin-bottom: 0px;
}

.about-link {
  color: #31353a;
  text-decoration: underline;
}

.about-link:hover {
  color: #00a99d;
  text-decoration: underline;
}

@media (max-width: 959px) {
  .about-area {
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 0 60px 0;
    text-align: center;
  }

  .about-title {
    margin: 0 0 30px;
    padding: 0 15px;
    font-weight: 100;
    font-size: 2.125rem;
  }

  .about-title span {
    font-size: .75rem;
    font-weight: 400;
    vertical-align: middle;
    margin-left: auto;
    display: block;
  }

  .gaiyou_table_area {
    display: block;
    padding: 0 15px;
  }

  .gaiyou_table td {
    width: 100%;
    letter-spacing: 1px;
  }

  th.sec-title {
    width: 200px;
    letter-spacing: 1px;
  }

  .gaiyou_table tr:last-child {
    margin-bottom: 40px;
  }

  table.gaiyou_table {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
/*@media (min-width: 800px) and (max-width: 959px) {
  .about-area {
    padding-top: 60px;
  }
}*/

/*
 * footer erea
 */
footer {
  background: #31353a;
  color: #fff;
  margin-top: 20px;
}

.footer-row {
  width: 1000px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 30px 0;
}

/*.contact-title {
  margin: 0 15px 45px;
  font-weight: 100;
  font-size: 2.125rem;
  letter-spacing: 2px;
}
.contact-title span {
  font-size: .75rem;
  font-weight: 400;
  display: block;
}*/

.contact-btn {
  max-width: 500px;
  width: 100%;
  height: 76px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 28px;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 50px;
  letter-spacing: 2px;
  /*
  font-size: 18px;
  font-weight: 300;
  */
  font-weight: 100;
  font-size: 2.125rem;
}
.contact-btn span {
  font-size: .75rem;
  font-weight: 400;
  display: block;
}

.contact-btn:hover {
  border: 2px solid #fff;
  color: #31353a;
  background: #fff;
  text-decoration: none;
}

.fas-contact {
  margin-right: 15px;
}

.copy {
  color: #b3b3b3;
  margin-bottom: 0;
  font-size: 12px; font-size: min(3.2vw, 15px);
  line-height: 1.5;
}

@media (max-width: 960px) {
  .footer-row {
    width: 100%;
    padding: min(4vw, 20px);
  }
}

/*
 * color&arrow setting
 */
.bg-bluegreen {
  background-color: #00a99d;
}
.product-link.bg-bluegreen::after {
  border-color: #00a99d;
}

.bg-magenta {
  background-color: #d4145a;
}
.product-link.bg-magenta::after {
  border-color: #d4145a;
}

.bg-green {
  background-color: #009218;
}
.product-link.bg-green::after {
  border-color: #009218;
}

.bg-yellow {
  background-color: #ffbf00;
}
.product-link.bg-yellow::after {
  border-color: #ffbf00;
}

.bg-orange {
  background-color: #f15a24;
}
.product-link.bg-orange::after {
  border-color: #f15a24;
}

.bg-blue {
  background-color: #0071bc;
}
.product-link.bg-blue::after {
  border-color: #0071bc;
}

.bg-purple {
  background-color: #93278f;
}
.product-link.bg-purple::after {
  border-color: #93278f;
}

.bg-mg:before {
  content: "";
  background-image: url(../../assets/img/product01.png);
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  background-size: cover;
  filter: blur(2px);
}

.bg-yg:before {
  content: "";
  background-image: url(../../assets/img/product03.png);
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  background-size: cover;
  filter: blur(2px);
}

.bg-bg:before {
  content: "";
  background-image: url(../../assets/img/product02.png);
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  background-size: cover;
  filter: blur(2px);
}

@media (min-width: 768px)
{
  .flex-product-area .flex-product-box:nth-of-type(1) {
    order: 1;
  }
  .flex-product-area .flex-product-box:nth-of-type(2) {
    order: 2;
  }
  .flex-product-area .flex-product-box:nth-of-type(3) {
    order: 4;
  }
  .flex-product-area .flex-product-box:nth-of-type(4) {
    order: 5;
  }
  .flex-product-area .flex-product-box:nth-of-type(5) {
    order: 3;
  }
  .flex-product-area .flex-product-box:nth-of-type(6) {
    order: 6;
  }
}
/*.bg-magenta::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  right: 10px;
  bottom: 10px;
}

.bg-magenta::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d4145a;
  border-right: 2px solid #d4145a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*/

/*.bg-yellow::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  right: 10px;
  bottom: 10px;
}

.bg-yellow::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffbf00;
  border-right: 2px solid #ffbf00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*/

/*.bg-blue::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  right: 10px;
  bottom: 10px;
}

.bg-blue::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0071bc;
  border-right: 2px solid #0071bc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*/

@media (max-width: 960px) {
  /*.bg-magenta::before {
    width: 16px;
    height: 16px;
    right: 10px;
    bottom: 10px;
  }*/

  /*.bg-magenta::after {
    right: 16px;
    bottom: 15px;
    width: 6px;
    height: 6px;
  }

  .bg-yellow::before {
    width: 16px;
    height: 16px;
    right: 10px;
    bottom: 10px;
  }

  .bg-yellow::after {
    right: 16px;
    bottom: 15px;
    width: 6px;
    height: 6px;
  }

  .bg-blue::before {
    width: 16px;
    height: 16px;
    right: 10px;
    bottom: 10px;
  }

  .bg-blue::after {
    right: 16px;
    bottom: 15px;
    width: 6px;
    height: 6px;
  }*/
}

#header {
  text-align: center;
}

#header h1 {
  padding-top: 15px;
}

.panel ul {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.header-btn {
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  height: 123px;
  width: 220px;
  font-size: 1rem;
  vertical-align: middle;
  background: #31353a;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
}

.header-btn:hover {
  color: #fff;
  background: #00a99d;
  text-decoration: none;
}

.logo-nomal.none {
  display: none
}

.logo-active {
  display: none;
}

.logo-active.block {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .inner {
    width: 1024px;
  }
}

@media only screen and (min-width: 800px) {
  a#menu {
    display: none;
  }

  .panel {
    display: block !important;
  }

  #mainnav li {
    display: inline-block;
    padding: 0px 25px;
    font-size: 1rem;
  }

  #mainnav li a {
    color: #31353a;
  }

  #mainnav li a:hover {
    color: #00a99d;
    text-decoration: none;
  }

  #mainnav li a span {
    font-size: .75rem;
    color: #b3b3b3;
    margin-left: 10px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 640px) {
  .innerS {
    width: 94%;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 799px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }

  #headerWrap {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    transition: .5s;
  }

  #header h1 {
    padding-top: 3px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 185px;
    z-index: 999;
  }

  #header h1 img {
    margin-top: 3px;
    max-height: 45px;
    width: auto !important;
  }

  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  #menuBtn {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #31353a;
    transition: .2s;
  }

  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #31353a;
    transition: .3s;
  }

  #menuBtn:before {
    margin-top: -7px;
  }

  #menuBtn:after {
    margin-top: 5px;
  }

  a#menu .close {
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }

  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff;
  }

  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #fff;
  }

  .close {
    opacity: 1;
  }

  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .is-active {
    background: #31353a !important;
    transition: .5s;
  }

  #menuWrap {
    margin-bottom: 0;
    height: 70px;
  }

  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }

  #mainnav ul {
    border-bottom: 1px solid #202326;
    background: #31353a;
    text-align: left;
    list-style: none;
    height: 100vh; height: 100dvh;
    padding: 0;
  }

  #mainnav li:first-child a {
    border-top: 1px solid #202326;
  }

  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 30px;
    border-bottom: 1px solid #202326;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
  }

  #mainnav li a:hover {
    text-decoration: none;
    background: #202426;
  }

  #mainnav li a span {
    font-size: .75rem;
    color: #737373;
    margin-left: 10px;
  }

  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media only screen and (max-width: 1000px) {
  .header-btn {
    display: none;
  }
}

/*
 * brekpoint setting
 */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}




@media (min-width: 960px) {
	.mainvisual-area {
		height: 700px; height: 43vw;
	}
	.slick-list,
	.slick-track,
	.slick-slide {
		height: 100%;
	}
	.slick-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}



#top-maincopy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw;
}
.top-grid-img {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.top-grid-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  #top-maincopy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}




#content-wrapper {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh; min-height: 100svh;
}
#about-area {
  flex-grow: 2;
}





.page-title {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 40px 0; padding: min(80px, 10.6666vw) 0; padding: clamp(40px, 10.6666vw, 80px) 0;;
}
.page-title-en {
  display: block;
  font-size: 24px; font-size: min(36px, 6.4vw); font-size: clamp(24px, 6.4vw, 36px);
  font-weight: 700;
}
.page-title-ja {
  display: block;
  font-size: 14px; font-size: min(14px, 2.666vw); font-size: clamp(10px, 2.666vw, 14px);
  font-weight: 400;
  margin-top: 0.5em;
}