@charset "UTF-8";
/* =======================
VARIABLES
* ======================= */
/* colors */
/* breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/* =======================
 * Functions CLASS
 * ======================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  margin: 0;
}

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

a {
  text-decoration: none;
  color: #000000;
}

p {
  font-size: 14px;
}

ul {
  list-style: none;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/* ホバー可能なデバイスでのみ適用される */
@media (any-hover: hover) {
  .hoverLinkGood:hover {
    color: orangered;
  }
}
/*====================================================================
siteHeader
====================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.6s ease-in-out 0s;
}
.header.is-scrolled {
  background-color: #001F41;
  border-bottom: 1px solid #C3B37D;
}
.header.is-scrolled .header__navMenuItems {
  border-bottom: 0;
}
.header.is-scrolled .header__logo .header__logo__icon {
  width: 50%;
}
.header__container {
  margin: 0 auto;
  padding: 10px 20px 10px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
}
.header__logo {
  width: 100%;
  max-width: 140px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 10px;
  transition: all 0.6s ease-in-out 0s;
  font-size: 0;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
}
.header__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  order: 2;
}
.header__info__tel {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background-image: linear-gradient(to top, #C3B37D, #FFE499);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .header__info__tel:hover {
    opacity: 0.7;
  }
}
.header__info__tel img {
  margin-right: 9px;
  width: 22px;
}
.header__info__contact {
  padding: 0 10px;
  width: 100%;
  max-width: 112px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #C3B37D;
  border: 2px solid;
  border-image: linear-gradient(360deg, #C3B37D 0%, #FFE499 40.38%, #C3B37D 86.54%) 1;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .header__info__contact:hover {
    opacity: 0.7;
  }
}
.header__info__contact img {
  margin-right: 5px;
  width: 12.5px;
}
.header__menuWrapper {
  display: none;
}
.header__navMenuContainer {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  order: 1;
}
.header__navMenuItems {
  padding: 8px 0;
  background-color: #001F41;
  border-bottom: 1px solid #C3B37D;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  list-style: none;
  gap: 0;
  transition: all 0.6s ease-in-out 0s;
}
.header__navMenuItems.m-pcDb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
}
.header__navMenuItem {
  width: 170px;
  position: relative;
  border-right: 1px dashed #C3B37D;
}
.header__navMenuItem:last-child {
  border-right: 0;
}
.header__navMenuItemLink {
  width: 100%;
  min-height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 10px 10px 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #C3B37D;
  text-transform: capitalize;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .header__navMenuItemLink:hover {
    opacity: 0.7;
  }
}
.header__navMenuItemLink {
  text-align: center;
}
.header__navMenuItemLink span {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.header__navMenuItemLink img {
  margin: 0 auto 10px;
  max-width: 22px;
  min-height: 22px;
  object-fit: contain;
}

.mobile-menu {
  display: none;
}

/*====================================================================
Header SP
====================================================================*/
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    background-color: #001F41;
  }
  .header.is-scrolled {
    border-bottom: 1px solid #C3B37D;
  }
  .header.is-scrolled .header__logo .header__logo__icon {
    width: auto;
  }
  .header:after {
    top: -10px;
    left: -20px;
    width: 150px;
    height: 16.25vw;
  }
  .header__container {
    margin: 0 auto;
    padding: 10px 0;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .header__logo {
    max-width: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5px;
    z-index: 1;
  }
  .header__logo p {
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    color: #C1C1C1;
  }
  .header__logo__icon {
    height: auto;
    width: auto;
  }
  .header__block {
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .header__info {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header__info__tel {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
  }
  .header__info__tel img {
    margin-right: 5px;
    width: 15px;
  }
  .header__info__contact {
    margin-top: 10px;
    padding: 0 10px;
    max-width: 100px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #C3B37D;
    border: 1px solid;
  }
  .header__info__contact img {
    margin-right: 5px;
    width: 10px;
  }
  .header__navMenuContainer {
    margin: 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: #001F41;
    transition: all 0.6s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    border-radius: 0;
    overflow: scroll;
  }
  .header__navMenuContainer.m-pcDb {
    display: none;
  }
  .header__navMenuContainer.m-spDb {
    display: none;
  }
  .header__navMenuContainer.is-active {
    left: 0;
  }
  .header__navMenuItems {
    margin-bottom: 20px;
    padding: 10px 0 0;
    width: 100%;
    background-color: #001F41;
    border-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header__navMenuItems.m-pcDb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header__navMenuItem {
    margin: 0 auto 10px;
    width: 100%;
    position: relative;
    border-right: 0;
    border-bottom: 1px dashed #C3B37D;
  }
  .header__navMenuItemLink {
    min-height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 5px 5px 5px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    text-transform: capitalize;
    box-sizing: border-box;
    position: relative;
    transition: all 0.6s ease-in-out 0s;
    text-align: center;
  }
  .header__navMenuItemLink span {
    margin-top: 0;
    font-size: 10px;
  }
  .header__navMenuItemLink img {
    margin: 0 auto 5px;
    max-width: 22px;
    min-height: 0;
  }
  .header__contactBtn {
    margin: 15px auto 0;
    padding: 10px 0 10px;
    width: 300px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
  }
  .header__contactBtn .en--txt {
    font-size: 8px;
  }
  .header__menuWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background-color: transparent;
  }
  .header__menuBars {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    transition: all 0.7s ease;
    cursor: pointer;
  }
  .header__menuBars.bars-clicked .header__menuBar {
    background-color: #C3B37D;
  }
  .header__menuBar {
    margin: 5px auto;
    width: 20px;
    height: 1px;
    display: block;
    background: #C3B37D;
    transition: all 0.7s ease;
  }
  .header__menuBar.top {
    margin-top: 0;
  }
  .header__menuBar.bottom {
    margin: 5px 0 0;
  }
  .header .bars-clicked .top {
    transform: translateY(6px) rotateZ(45deg);
  }
  .header .bars-clicked .middle {
    width: 0;
  }
  .header .bars-clicked .bottom {
    transform: translateY(-6px) rotateZ(-45deg);
  }
}
/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.menu-is-active {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow-x: scroll;
  }
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.m-pcDb {
  display: block;
}

.m-pcDib {
  display: inline-block;
}

.m-pcDin {
  display: inline;
}

.m-pcDf {
  display: flex;
}

.m-pcDt {
  display: table;
}

.m-pcDtc {
  display: table-cell;
}

.m-spDb,
.m-spDib,
.m-spDin,
.m-spDf,
.m-spDt,
.m-spDtc {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-pcDb,
  .m-pcDib,
  .m-pcDin,
  .m-pcDf,
  .m-pcDt,
  .m-pcDtc {
    display: none;
  }
  .m-spDb {
    display: block;
  }
  .m-spDib {
    display: inline-block;
  }
  .m-spDin {
    display: inline;
  }
  .m-spDf {
    display: flex;
  }
  .m-spDt {
    display: table;
  }
  .m-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
General Class Helpers
------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

/*-----------------------------------------------
Container
------------------------------------------------*/
.siteContainer {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .siteContainer {
    padding: 0;
    max-width: 95%;
  }
}

input[type=file] {
  display: none;
}

.custom-file-btn {
  padding: 10px 16px;
  background-color: #2c7cba;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .custom-file-btn {
    border-radius: 0.8vw;
  }
}

.file-name {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .file-name {
    margin-top: 0.8vw;
    font-size: 2.1333333333vw;
  }
}

.adifForm {
  margin: 130px auto 0;
  width: 100%;
}
.adifForm__container {
  max-width: 900px;
}
.adifForm__heading {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 20px;
}
.adifForm__heading h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #8B793B;
}
.adifForm__heading p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #001F41;
}
.adifForm__fields__block {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dadada;
  overflow: hidden;
}
.adifForm__fields__block__heading {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  background-color: #001F41;
  text-align: center;
}
.adifForm__fields__block__subHeading {
  margin: 20px auto 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #001F41;
  text-align: center;
}
.adifForm__fields {
  margin: 0 auto 0;
  padding: 20px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  box-sizing: border-box;
}
.adifForm__field {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.adifForm__field label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}
.adifForm__field__label {
  width: 100%;
  max-width: 160px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #001F41;
}
.adifForm__field__label .u-req {
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #D7000F;
}
.adifForm__field__inputWrapper {
  width: calc(100% - 180px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px 20px;
  position: relative;
}
.adifForm__field__input {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #001F41;
  width: 100%;
  padding: 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out 0s;
  outline: 0;
  resize: none;
  overflow: hidden;
}
.adifForm__field__input#agree-registration-result, .adifForm__field__input#agree-consent, .adifForm__field__input#agree-verify, .adifForm__field__input#drivers-license, .adifForm__field__input#passport, .adifForm__field__input#other-id {
  width: 30px;
  min-height: 30px;
}
.adifForm__field__input:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
.adifForm__field__disc {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #001F41;
  opacity: 0.3;
}
.adifForm__field .error-text {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #D7000F;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
  pointer-events: none;
}
.adifForm__field.has-error input,
.adifForm__field.has-error textarea {
  border-image: linear-gradient(360deg, #D7000F 0%, #D7000F 40.38%, #D7000F 86.54%) 1;
  border-width: 2px;
}
.adifForm__field.has-error .error-text {
  opacity: 1;
  pointer-events: auto;
}
.adifForm__submit {
  margin: 40px auto 40px;
  padding: 10px 30px;
  width: 100%;
  max-width: max-content;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-family: "Noto Serif JP", serif;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #001F41;
  background-image: linear-gradient(to top, #C3B37D, #FFE499);
  box-sizing: border-box;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .adifForm__submit:hover {
    opacity: 0.7;
  }
}
.adifForm__submit {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .adifForm {
    margin: 13.3333333333vw auto 0;
  }
  .adifForm__container {
    max-width: 95%;
  }
  .adifForm__heading {
    margin-bottom: 6.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .adifForm__heading h2 {
    font-size: 4.2666666667vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #8B793B;
  }
  .adifForm__heading p {
    font-size: 2.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #001F41;
  }
  .adifForm__fields__block {
    margin-bottom: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #dadada;
  }
  .adifForm__fields__block__heading {
    min-height: 9.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 3.7333333333vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #fff;
  }
  .adifForm__fields__block__subHeading {
    margin: 5.3333333333vw auto 0;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #001F41;
  }
  .adifForm__fields {
    margin: 0 auto 0;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5.3333333333vw;
  }
  .adifForm__field {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .adifForm__field label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 1.3333333333vw;
  }
  .adifForm__field__label {
    width: 100%;
    max-width: 100%;
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #001F41;
  }
  .adifForm__field__label .u-req {
    font-size: 2.1333333333vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #D7000F;
  }
  .adifForm__field__inputWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.3333333333vw 2.6666666667vw;
  }
  .adifForm__field__input {
    font-size: 2.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #001F41;
    padding: 1.3333333333vw;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    border: 0.2666666667vw solid;
    border-radius: 0.5333333333vw;
  }
  .adifForm__field__input#agree-registration-result, .adifForm__field__input#agree-consent, .adifForm__field__input#agree-verify, .adifForm__field__input#drivers-license, .adifForm__field__input#passport, .adifForm__field__input#other-id {
    width: 4vw;
    min-height: 4vw;
  }
  .adifForm__field__disc {
    font-size: 2.4vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #001F41;
  }
  .adifForm__field .error-text {
    bottom: -2.6666666667vw;
    font-size: 2.1333333333vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #D7000F;
  }
  .adifForm__field.has-error input,
  .adifForm__field.has-error textarea {
    border-image: linear-gradient(360deg, #D7000F 0%, #D7000F 40.38%, #D7000F 86.54%) 1;
    border-width: 0.2666666667vw;
  }
  .adifForm__submit {
    margin: 5.3333333333vw auto 5.3333333333vw;
    padding: 2.6666666667vw 4vw;
    min-height: 5.3333333333vw;
    font-size: 2.6666666667vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #001F41;
  }
}
/*# sourceMappingURL=style.css.map */