@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: left;
  overflow-x: hidden;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}

.smart_on {
  display: none;
}

.smart_off {
  display: block;
}

@media screen and (max-width: 460px) {
  .smart_on {
    display: block;
  }
  .smart_off {
    display: none;
  }
  a.to_top {
    z-index: 100;
  }
  dd {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .show_ip5 {
    display: block;
  }
}
/* For IE 6/7 */
/*========= header =========*/
.header__menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 36px;
  right: 36px;
  width: 50px;
  height: 57px;
  color: #000;
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  z-index: 9999;
  transition: all 0.2s;
}
.header__menu:before, .header__menu:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #000;
  position: absolute;
  right: 0;
}
.header__menu:before {
  top: 17px;
}
.header__menu:after {
  top: 32px;
}

.header__menuText {
  position: absolute;
  top: 14px;
  right: 66px;
  font-weight: 600;
}
.header__menuText.is_close {
  visibility: hidden;
  opacity: 0;
}

.header__menu.is-open:before, .header__menu.is-open:after {
  background-color: #021d38;
}
.header__menu.is-open:before {
  transform: translateY(8px) rotate(-45deg);
}
.header__menu.is-open:after {
  transform: translateY(-8px) rotate(45deg);
}
.header__menu.is-open .header__menuText.is_close {
  color: #163451;
  visibility: visible;
  opacity: 1;
}
.header__menu.is-open .header__menuText.is_menu {
  visibility: hidden;
  opacity: 0;
}

.header_gnav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  background-color: #fff;
  color: #163451;
  transition: all 0.2s;
}
.header_gnav.is-open {
  opacity: 1;
  visibility: visible;
}

.header_gnavInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header_gnavList {
  display: flex;
  flex-direction: column;
}

.header_gnavItem {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}
.header_gnavItem:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 2px;
  background-color: #163451;
  margin-bottom: 6px;
  margin-right: 30px;
}
.header_gnavItem a {
  display: inline-block;
  color: #163451;
  font-size: 22px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.3em;
}
.header_gnavItem a:hover {
  opacity: 0.8;
  transition: all 0.4s;
}

.header_gnav.is-open .header_gnavLogo {
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  /*opacity: 1;*/
  transition: all 0.8s;
}
.header_gnav .header_gnavItem {
  opacity: 0;
}
.header_gnav.is-open .header_gnavItem {
  opacity: 1;
}
.header_gnav.is-open .header_gnavItem:nth-child(1) {
  transition: opacity 0.6s linear 0s;
}
.header_gnav.is-open .header_gnavItem:nth-child(2) {
  transition: opacity 0.6s linear 0.1s;
}
.header_gnav.is-open .header_gnavItem:nth-child(3) {
  transition: opacity 0.6s linear 0.2s;
}
.header_gnav.is-open .header_gnavItem:nth-child(4) {
  transition: opacity 0.6s linear 0.3s;
}
.header_gnav.is-open .header_gnavItem:nth-child(5) {
  transition: opacity 0.6s linear 0.4s;
}
.header_gnav.is-open .header_gnavItem:nth-child(6) {
  transition: opacity 0.6s linear 0.5s;
}

@keyframes effect01 {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: 461px) {
  .header {
    width: 100%;
    position: absolute;
    z-index: 10;
  }
  .header__logo {
    width: 244px;
    position: relative;
    top: 26px;
    left: 26px;
  }
  .header_gnav {
    width: 50vw;
    margin-left: 50%;
  }
  .header__menuText {
    top: 44px;
    right: 2px;
    font-size: 17px;
  }
}
@media screen and (max-width: 460px) {
  .header {
    height: 70px;
    position: absolute;
  }
  .header__logo {
    position: relative;
    top: 6px;
    left: 26px;
  }
  .header__logo img {
    zoom: 0.4;
  }
  .header__menu {
    width: 25px;
    right: 27px;
    height: auto;
    padding-top: 16px;
    top: 22px;
  }
  .header__menuText {
    top: 20px;
    right: -1px;
    font-size: 10px;
  }
  .header__menu:before, .header__menu:after {
    width: 25px;
    height: 3px;
  }
  .header__menu:before {
    top: 0;
  }
  .header__menu:after {
    top: 11px;
  }
  .header__menu.is-open:after {
    transform: translateY(-3px) rotate(45deg);
  }
  .header_gnavItem a {
    font-size: 20px;
  }
}
/*========= container =========*/
#ts-wrapper {
  font-size: 16px;
}

#container {
  margin: 0 auto;
}

@media screen and (min-width: 461px) {
  #container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  #ts-wrapper {
    font-size: 14px;
    overflow: hidden;
  }
  #container.is-menuOpen {
    opacity: 0;
    visibility: hidden;
  }
}
/*========= scrollDown =========*/
.scrollDown {
  color: #1a1a1a;
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  text-decoration: none;
  font-size: 12px;
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  bottom: 12%;
}
.scrollDown span {
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  animation: scrollDownBtn 1.5s infinite;
  box-sizing: border-box;
}
@media screen and (max-width: 460px) {
  .scrollDown span {
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-left: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    margin-top: 10px;
  }
}
@media screen and (min-width: 461px) {
  .scrollDown span {
    width: 1.2vw;
    height: 1.2vw;
    margin-left: 1.1vw;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 1vw;
  }
}

@media screen and (min-width: 461px) {
  .scrollDown {
    color: #fff;
    font-size: 0.8vw;
    top: 90%;
  }
}
@keyframes scrollDownBtn {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .scrollDown {
    opacity: 1;
  }
}
/*========= mv =========*/
.mv {
  height: 100vh;
}

.mv__lead_eng {
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 180%;
}

.message__heading__lead {
  color: #021d38;
  padding: 0;
  font-size: 6vmin;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.2em;
}
.message__heading__lead .eng {
  margin-top: 20px;
  font-size: 3vmin;
  line-height: 140%;
  letter-spacing: 2px;
}

@media screen and (min-width: 1000px) {
  .mv {
    font-size: 13px;
    background: url(image/mv_pc.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right 0 top 0;
    position: relative;
  }
  .message {
    padding: 400px 45px 200px;
    font-size: min(1.1vw, 18px);
    line-height: 2.2em;
    font-weight: 400;
    letter-spacing: 0.2em;
    position: relative;
  }
  .message__heading__wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 0 45px;
  }
  .message__heading__wrap.is-ready {
    position: absolute;
    top: 100px;
    left: 0;
    transform: none;
  }
  .message__heading {
    width: auto;
    font-size: 25px;
  }
  .message__heading__lead {
    margin: 0;
    font-size: min(2.8vw, 66px);
  }
  .message__heading__lead .eng {
    font-size: 1.8vmin;
    line-height: 160%;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 461px) {
  .w1190 {
    max-width: 1190px;
    margin: 0 auto;
  }
  .w1366 {
    max-width: 1366px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .mv {
    position: relative;
    z-index: -1;
  }
  .mv__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(image/mv_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .message {
    padding: 250px 45px 100px;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.2em;
    position: relative;
  }
  .message__heading__wrap {
    position: fixed;
    top: 50vh;
    left: 0;
    padding: 0 0 0 45px;
  }
  .message__heading__wrap.is-ready {
    position: absolute;
    top: 50px;
    left: 0;
    transform: none;
    z-index: 2;
  }
  .message__heading__lead {
    padding: 0;
    font-size: min(5.5vw, 30px);
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.2em;
  }
  .message__heading__lead .eng {
    margin-top: 20px;
    font-size: min(3vw, 15px);
    line-height: 140%;
    letter-spacing: 2px;
  }
  .message__heading__lead span {
    display: inline-block;
    background: #fff;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
/*========= section =========*/
.content__wrap {
  background: #fff;
}

.secarea {
  opacity: 0;
}
@media screen and (min-width: 461px) {
  .secarea {
    padding-bottom: 280px;
  }
  .secarea.secAward {
    padding-bottom: 0;
  }
}
.secarea.active {
  opacity: 1;
  transition: 1s ease-in-out;
}

.section-text {
  text-align: left;
  margin: 0 auto;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
  font-weight: 400;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.section-text p {
  line-height: 2.2;
}

.section-title {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 24px;
  margin-bottom: -5px;
}

.section-title-luby {
  letter-spacing: 0.15em;
  font-size: 3.2vw;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 460px) {
  .sec {
    padding: 0 0;
  }
}
@media screen and (min-width: 461px) {
  .section-text-design-all {
    display: flex;
    justify-content: space-between;
  }
  .section-title {
    padding-bottom: 20px;
    margin-bottom: -2.2vw;
    font-size: min(3.5vw, 60px);
    letter-spacing: 0.1em;
  }
  .section-title-luby {
    letter-spacing: 0.8vw;
    font-size: min(1.3vw, 18px);
  }
  .min_641_design_text_01 {
    margin-top: -0.9vw;
  }
  .min_641_design_text_02 {
    width: 80%;
  }
  .section-text-design {
    display: flex;
    flex-direction: row-reverse;
  }
  .section-text {
    font-size: clamp(12px, 1.1vw, 18px);
    letter-spacing: 0.1em;
  }
}
/*========= secBrand =========*/
@media screen and (max-width: 460px) {
  .secBrand .flx {
    flex-wrap: wrap;
  }
}
.secBrand .flx li {
  list-style: none;
}
@media screen and (max-width: 460px) {
  .secBrand .flx li {
    width: 100%;
  }
  .secBrand .flx li:nth-child(1) {
    order: 2;
  }
  .secBrand .flx li:nth-child(2) {
    order: 1;
  }
  .secBrand .flx li:nth-child(3) {
    order: 3;
  }
}
@media screen and (min-width: 461px) {
  .secBrand .flx li {
    width: 33.3333333333%;
  }
}
.secBrand .secBrand__title {
  margin-bottom: 60px;
  text-align: center;
}
.secBrand .original-brands {
  border-radius: 50px;
  border: 1px solid #021d38;
  padding: 12px 0;
  margin: 0 80px;
  margin-bottom: 40px;
  letter-spacing: 0.26em;
  font-size: 3.4vw;
}

.section-img-right {
  margin-bottom: 30px;
  padding-top: 80px;
}

.section-img-left {
  margin-right: 30px;
  margin-bottom: 30px;
  padding-top: 80px;
}

.section-bgc {
  background-color: #e9e5e7;
}

.quality_big_pc {
  display: none;
}

.quality_small_01 {
  display: none;
}

.quality_small_02 {
  display: none;
}

.photo_small_01 {
  display: none;
}

.photo_small_02 {
  display: none;
}

.photo_big_pc {
  display: none;
}

@media screen and (min-width: 461px) {
  .secBrand .secBrand__title img {
    zoom: 0.5;
  }
  .secBrand .original-brands {
    font-size: 1em;
    max-width: 420px;
    margin: 0 auto;
    padding: 16px 0;
  }
}
@media screen and (max-width: 460px) {
  .secBrand {
    padding: 0px 15px 20px;
    margin: 0 -15px;
  }
  .secBrand__title img {
    zoom: 0.5;
  }
}
/*========= secQuality =========*/
@media screen and (min-width: 461px) {
  .quality_big_sp {
    display: none;
  }
  .quality_big_pc {
    flex-direction: row-reverse;
    display: block;
    z-index: 5;
  }
  .quality_small_01 {
    display: block;
    position: absolute;
    margin-left: 6vw;
    padding-top: 0;
    margin-bottom: 0;
    border-radius: 50px;
    top: -120px;
  }
  .quality_small_01 img {
    border-radius: 40px;
  }
  .quality_small_02 {
    display: block;
    position: relative;
    margin-left: 80px;
    margin-top: 18vw;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .quality_small_02 img {
    border-radius: 40px;
  }
  .quality_img {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
  }
  .section-img-left {
    z-index: 5;
  }
  .section-bgc {
    background-color: #fff;
  }
  .cs_all {
    display: flex;
    margin-bottom: 80px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 460px) {
  .section-img-right.quality_big_sp {
    margin-left: 8%;
  }
}
@media screen and (max-width: 999px) {
  .quality_small_01 {
    width: 300px;
  }
  .photo_small_01 {
    width: 300px;
  }
}
@media screen and (min-width: 1000px) {
  .quality_small_01 {
    width: 415px;
  }
  .photo_small_01 {
    width: 415px;
  }
}
/*========= secPhotograph =========*/
@media screen and (min-width: 461px) {
  .photo_img {
    position: relative;
    margin-bottom: 60px;
  }
  .photo_small_01 {
    display: block;
    position: absolute;
    padding-top: 0;
    margin-bottom: 0;
    top: -150px;
    right: 0;
    margin-right: 5vw;
  }
  .photo_small_01 img {
    border-radius: 40px;
  }
  .photo_small_02 {
    display: block;
    position: relative;
    margin-left: 80px;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    top: 16vw;
  }
  .photo_small_02 img {
    border-radius: 40px;
  }
  .photo_big_sp {
    display: none;
  }
  .photo_big_pc {
    display: block;
    z-index: 5;
  }
  .photo_img {
    display: flex;
    justify-content: space-between;
  }
}
/*========= secDelivery =========*/
@media screen and (min-width: 461px) {
  .delivery_all {
    display: flex;
    margin-top: 80px;
  }
  .section-img-right-delivery {
    margin-top: -80px;
    margin-right: 30px;
  }
  .section-img-left-cs {
    margin-right: 30px;
  }
  .cs_all {
    display: flex;
    margin-top: 80px;
  }
  .section-img-right {
    margin-left: 0;
  }
  .section-img-left {
    padding-top: 0;
  }
  .section-title-luby {
    margin-top: 0.8vw;
  }
}
/*========= secAward =========*/
.secAward {
  overflow: hidden;
  background-image: url(image/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 29%;
  padding-top: 100px;
}

.secAward__bgc {
  background: rgba(2, 29, 56, 0.9);
  z-index: 10;
  padding-top: 100px;
}

.Award_history {
  border-radius: 50px;
  padding: 12px 0;
  margin: 0 80px;
  margin-bottom: 40px;
  letter-spacing: 0.26em;
  font-size: 3.4vw;
  text-align: center;
  background-color: #fff;
}

.awardList {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 40px;
}

.awardList__unit {
  width: calc((100% - 12px) / 2);
  padding: 30px 20px 40px;
  box-sizing: border-box;
}

.awardList__title {
  position: relative;
  padding: 10px;
  color: #c3a03e;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  font-weight: 600;
}

.awardList__cont {
  overflow: hidden;
  color: #fff;
  margin: 40px 50px 0;
  letter-spacing: 3.5px;
  display: inline-block;
  transform: scale(0.98, 1);
}

.awardList__contTitle {
  float: left;
  clear: both;
}

.awardList__contItem {
  padding: 0 0 10px 80px;
}

.secAward__note {
  text-align: right;
  letter-spacing: 0.2em;
  color: #fff;
  padding-bottom: 200px;
  margin-right: 30px;
}

@media screen and (min-width: 461px) {
  .awardList__unit:nth-of-type(2n) {
    margin-left: 12px;
  }
  .awardList__unit:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .Award_history {
    font-size: 1em;
    max-width: 420px;
    margin: 0 auto;
    padding: 16px 0;
  }
  .awardList {
    display: block;
  }
  .awardList__contTitle {
    width: 140px;
  }
  .awardList__contItem {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
  }
  .awardList__mar0auto {
    margin: 0 auto;
  }
  .award_br {
    line-height: 0.8vw;
  }
  .awardList__unit {
    margin: 0 auto;
    width: auto;
    width: 640px;
    padding: 30px 0 40px;
  }
  .awardList__unit:nth-of-type(2n) {
    margin: 0 auto;
  }
  .secAward {
    padding-top: 0;
  }
  .awardList__cont {
    margin: 40px auto;
    font-size: clamp(12px, 1.1vw, 18px);
    line-height: 1.74em;
  }
  .awardList__contItem {
    padding: 0 0 20px 0px;
  }
  .awardList__title {
    margin-bottom: 40px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 460px) {
  .secAward {
    padding: 0px 0px;
    margin: 0 auto;
  }
  .awardList {
    display: block;
    margin: 40px 30px 30px;
  }
  .awardList__unit {
    width: auto;
    padding: 20px 0 30px;
  }
  .awardList__title {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .awardList__cont {
    font-size: 13px;
    margin: 10px 0 0;
    letter-spacing: 0.15em;
  }
}
/*========= footer =========*/
.footer-btn {
  flex: 1;
}
.footer-btn__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: 0 auto 30px;
}
.footer-btn a {
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  padding: 8px 0;
}

.copyright {
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
  padding: 20px 0;
}

@media screen and (min-width: 461px) {
  .footer-btn__wrap {
    width: 600px;
    gap: 50px;
    margin-bottom: 50px;
  }
  .footer-btn a {
    padding: 20px 0;
  }
  .copyright {
    font-size: 12px;
    padding: 30px 0;
  }
}
/*========= loading =========*/
.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.loading .loading__inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 460px) {
  .loading .loading__inner img {
    width: 60%;
    margin: 0 auto;
  }
}
.loading .loading__logo {
  position: relative;
  z-index: 100;
  display: inline-block;
  overflow: hidden;
  margin: auto;
  text-align: center;
}

/*========= スライダー =========*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  margin-bottom: 50px;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 50vw;
}

.scroll-infinity__item > img {
  width: 100%;
}

.scroll-infinity__wrap ul li {
  margin-right: 6px;
}

@media screen and (min-width: 461px) {
  .scroll-infinity__item {
    width: 20vw;
  }
  .scroll-infinity__list {
    margin-bottom: 60px;
  }
}