@charset "UTF-8";
/***フォントファミリーの設定***/
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
/****カラー変数***/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

/***flexクラスがついていた時***/
.flex {
  display: flex;
}

/***上下左右の中央に配置するとき***/
.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-align {
  text-align: center;
}

/***ヘッダー***/
header {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  background-color: #004298;
}
@media screen and (max-width: 720px) {
  header {
    display: none;
  }
}
header .shop-logo {
  width: 20rem;
  font-size: 2.8rem;
  color: #fff;
  margin-left: 10rem;
}
header #nav .nav-list {
  gap: 0 4.5rem;
}
header #nav .nav-list a {
  color: #fff;
}
header .header-sub-nav {
  height: 100%;
}
header .header-sub-nav .contact-area {
  cursor: pointer;
  width: 20rem;
  height: 100%;
  color: #fff;
  font-size: 2rem;
  background-color: #C9433C;
}
header .header-sub-nav .instagram-area {
  cursor: pointer;
  width: 10rem;
  height: 100%;
  background-color: #fff;
}

/***ファーストビュー***/
#first-view {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  /****videoに黒いオーバーレイをかける***/
}
#first-view video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#first-view .overray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* 黒のオーバーレイ、透明度50% */
}
#first-view .copy-title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 500;
  font-size: 7.2rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 720px) {
  #first-view .copy-title {
    font-size: 2rem;
  }
}
#first-view .copy-title .big-text {
  font-size: 12rem;
}
@media screen and (max-width: 720px) {
  #first-view .copy-title .big-text {
    font-size: 5rem;
  }
}
#first-view .about-link-bannar {
  position: absolute;
  bottom: 2rem;
  right: 0;
  background-color: #EEEEEE;
  height: 4.8rem;
  width: 40rem;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 720px) {
  #first-view .about-link-bannar {
    display: none;
  }
}

/***メインエリア***/
@media screen and (max-width: 720px) {
  main {
    max-width: 100%;
  }
}

.content-nav {
  width: 100rem;
  height: 20rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .content-nav {
    padding: 0 1rem;
    width: 100%;
    flex-direction: column;
  }
}
.content-nav .content-nav-item {
  width: 33.3333333333%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .content-nav .content-nav-item {
    width: 100%;
  }
}
.content-nav .content-nav-item:last-child a::after {
  border-right: 1px solid #7A7A7A;
}
@media screen and (max-width: 720px) {
  .content-nav .content-nav-item:last-child a::after {
    border-right: none;
  }
}
.content-nav a {
  display: inline-block;
  position: absolute;
  height: 70%;
  width: 100%;
  padding-left: 25px;
}
@media screen and (max-width: 720px) {
  .content-nav a {
    width: 100%;
  }
}
.content-nav a::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-left: 1px solid #7A7A7A;
}
.content-nav a .nav-section-en-text {
  font-size: 1.6rem;
  color: #B4B4B4;
}
@media screen and (max-width: 720px) {
  .content-nav a .nav-section-en-text {
    font-size: 1rem;
  }
}
.content-nav a .nav-section-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 3.2rem;
  color: #333;
  margin-top: 16px;
}
@media screen and (max-width: 720px) {
  .content-nav a .nav-section-title .br-none {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .content-nav a .nav-section-title {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

.section {
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .section {
    padding: 0 1rem;
    max-width: 100%;
  }
}
.section .section-title {
  padding-top: 150px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #131834;
}
@media screen and (max-width: 720px) {
  .section .section-title {
    font-size: 2.4rem;
    padding-top: 10rem;
  }
}
.section .section-title::after {
  content: "";
  display: block;
  width: 480px;
  height: 28px;
  background: url(../image/asset/under-title-del.png) no-repeat;
  background-size: contain;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 720px) {
  .section .section-title::after {
    width: 80%;
  }
}
.section .section-discription {
  margin-top: 50px;
  line-height: 2.5;
}

#first-section .first-sec-img-container {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 720px) {
  #first-section .first-sec-img-container {
    margin-top: 3rem;
    height: auto;
  }
}
#first-section .first-sec-img-container img {
  width: 450px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
#first-section .first-sec-img-container .img-position1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 720px) {
  #first-section .first-sec-img-container .img-position1 {
    display: none;
  }
}
#first-section .first-sec-img-container .img-position2 {
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 720px) {
  #first-section .first-sec-img-container .img-position2 {
    position: static;
    top: 0;
  }
}
@media screen and (max-width: 720px) {
  #first-section .section-discription {
    margin-top: 2rem;
    text-align: left;
    font-size: 1.2rem;
  }
}

#second-section .container {
  margin-top: 100px;
}
@media screen and (max-width: 720px) {
  #second-section .container {
    margin-top: 5rem;
  }
}
#second-section .second-sec-contents {
  display: flex;
  margin-bottom: 240px;
}
@media screen and (max-width: 720px) {
  #second-section .second-sec-contents {
    display: block;
    margin-bottom: 10rem;
  }
}
#second-section .second-sec-contents img {
  width: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 720px) {
  #second-section .second-sec-contents img {
    width: 100%;
  }
}
#second-section .second-sec-contents .appeal-text-content {
  margin-left: 48px;
  margin-top: 64px;
}
@media screen and (max-width: 720px) {
  #second-section .second-sec-contents .appeal-text-content {
    margin-left: 0;
    margin-top: 2rem;
  }
}
#second-section .second-sec-contents .appeal-text-content .appeal-title {
  font-size: 32px;
}
@media screen and (max-width: 720px) {
  #second-section .second-sec-contents .appeal-text-content .appeal-title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
#second-section .second-sec-contents .appeal-text-content .appeal-discription {
  font-size: 18px;
  margin-top: 32px;
}
@media screen and (max-width: 720px) {
  #second-section .second-sec-contents .appeal-text-content .appeal-discription {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
#second-section .second-sec-contents .appeal-text-content .detail-btn {
  display: inline-block;
  font-size: 16px;
  margin-top: 80px;
  padding: 15px 20px;
  border: 1px solid #7A7A7A;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 720px) {
  #second-section .second-sec-contents .appeal-text-content .detail-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.2rem 1.8rem;
    margin-top: 4rem;
  }
}
#second-section .second-sec-contents .appeal-text-content .detail-btn:visited {
  color: #131834;
}
#second-section .second-content {
  flex-direction: row-reverse;
}
#second-section .second-content .appeal-text-content {
  margin-left: 0;
  margin-right: 48px;
}
@media screen and (max-width: 720px) {
  #second-section .second-content .appeal-text-content {
    margin-right: 0;
  }
}

#third-section {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #20314D;
  color: #fff;
}
@media screen and (max-width: 720px) {
  #third-section {
    padding: 10rem 0;
  }
}
#third-section .upper-cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 720px) {
  #third-section .upper-cont {
    flex-direction: column;
  }
}
#third-section .upper-cont .text-cont .sub-title {
  color: #C5C5C5;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 720px) {
  #third-section .upper-cont .text-cont .sub-title {
    font-size: 1.6rem;
  }
}
#third-section .upper-cont .text-cont .about-tenmonkan {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 720px) {
  #third-section .upper-cont .text-cont .about-tenmonkan {
    font-size: 3rem;
  }
}
#third-section .upper-cont .text-cont .about-tenmonkan-text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  #third-section .upper-cont .text-cont .about-tenmonkan-text {
    margin-bottom: 3rem;
  }
}
#third-section .upper-cont img {
  width: 413px;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
#third-section .under-cont {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 720px) {
  #third-section .under-cont {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
}
#third-section .under-cont .text-cont {
  width: 320px;
  background-color: #fff;
  color: #1A3B56;
  padding: 33px;
}
#third-section .under-cont .text-cont .title {
  font-size: 24px;
  font-weight: 700;
}
#third-section .under-cont .text-cont .text {
  font-size: 36px;
}
#third-section .under-cont .text-cont .text span {
  font-size: 56px;
  font-weight: 700;
}
#third-section .under-cont .text-cont aside {
  color: #9e9d9d;
  font-size: 10px;
}
#third-section .under-cont img {
  aspect-ratio: 1.41/1;
  width: 320px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 720px) {
  #third-section .under-cont img {
    width: 100%;
    margin-top: 2rem;
  }
}
#third-section .googlemap-link {
  display: flex;
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 25px;
  text-align: right;
}
#third-section .googlemap-link::after {
  content: "";
  display: inline-block;
  width: 50px; /* adjust for your desired line length */
  height: 1px; /* adjust for your desired line thickness */
  background: #fff; /* adjust for your desired line color */
  margin-left: 10px;
  vertical-align: middle;
}
#third-section .googlemap-link:visited {
  color: #fff;
}

#four-section .container {
  margin-top: 100px;
}
@media screen and (max-width: 720px) {
  #four-section .container {
    margin-top: 3rem;
  }
}
#four-section .container .detail-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 10px auto;
}
#four-section .container .detail-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#four-section .container .comparison-img {
  margin-top: 3rem;
}
#four-section .container .comparison-img p {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin: 5rem 0 2rem 0;
}
@media screen and (max-width: 720px) {
  #four-section .container .comparison-img p {
    font-size: 2rem;
  }
}
#four-section .container .comparison-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#four-section .btn-cont {
  width: 100%;
  text-align: center;
}
#four-section .contact-btn {
  position: relative;
  display: inline-block;
  color: #20314D;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 48px;
  margin-top: 50px;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #20314D;
}
#four-section .contact-btn::before { /* くの字の表示設定 */
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px; /* くの字を山なりに見た時、左側の長さ */
  height: 10px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #FB1F1F; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #FB1F1F; /* くの字を山なりに見た時、右側の太さと色 */
  transition: 0.3s;
  transform: rotate(45deg); /* くの字の向き */
}
#four-section .contact-btn:hover::before {
  right: 20px;
}

#five-section .video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 720px) {
  #five-section .video-container {
    margin-top: 5rem;
    flex-direction: column;
    align-items: center;
  }
}
#five-section .video-container video {
  flex: 0 0 auto;
  width: 326px;
  height: 248px;
  margin-top: 10px;
}
@media screen and (max-width: 720px) {
  #five-section .video-container .vi-none {
    display: none;
  }
}

#footer-section {
  width: 100%;
  color: #fff;
  background-color: #152D54;
  padding: 50px;
  margin-top: 150px;
}
@media screen and (max-width: 720px) {
  #footer-section {
    padding: 5rem 2rem;
  }
}
#footer-section .section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 720px) {
  #footer-section .section {
    display: block;
  }
}
#footer-section .contact-us {
  font-size: 80px;
  font-weight: 700;
}
@media screen and (max-width: 720px) {
  #footer-section .contact-us {
    font-size: 5rem;
  }
}
#footer-section .btn-cont {
  margin-top: 5rem;
}
@media screen and (max-width: 720px) {
  #footer-section .btn-cont {
    text-align: center;
  }
}
#footer-section .contact-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 48px;
  border-radius: 100px;
  background-color: #152D54;
  border: 2px solid #fff;
}
#footer-section .contact-btn::before { /* くの字の表示設定 */
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px; /* くの字を山なりに見た時、左側の長さ */
  height: 10px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #FB1F1F; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #FB1F1F; /* くの字を山なりに見た時、右側の太さと色 */
  transition: 0.3s;
  transform: rotate(45deg); /* くの字の向き */
}
#footer-section .contact-btn:hover::before {
  right: 20px;
}
#footer-section .footer-container {
  width: 30%;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 720px) {
  #footer-section .footer-container {
    width: 100%;
    margin-top: 7rem;
    text-align: left;
  }
}
#footer-section .contact-info {
  margin-bottom: 20px;
}
#footer-section .contact-info p {
  margin: 0 0 16px;
}
#footer-section .contact-info .footer-email {
  color: #fff;
}
#footer-section .copyright {
  margin-top: 20px;
  color: #dbdbdb;
}

/******コンタクト?*******/
.contact-wrap {
  width: 80%;
  max-width: 800px;
  margin: 100px auto;
  background-color: #fff;
  padding: 20px;
}
.contact-wrap .massage-text {
  text-align: center;
  line-height: 2.4;
  font-weight: bold;
}
.contact-wrap .btn-div {
  text-align: center;
  margin-top: 30px;
}
.contact-wrap .btn-div .top-btn {
  transition: 0.3s;
  padding: 1rem 3rem;
  border: 1px solid #004298;
  background-color: #fff;
  color: #333;
}
.contact-wrap .btn-div .top-btn:hover {
  background-color: #004298;
  color: #fff;
}

.contact-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

form {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

button[type=submit] {
  width: 100%;
  background-color: #3498db;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button[type=submit]:hover {
  background-color: #2980b9;
}

@media screen and (max-width: 767px) {
  .contact-wrap {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */