@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
html {
  font-size: 62.5%;
  min-height: 100vh;
}

body {
  background: #003E8C;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.portraitnone {
  display: block;
}
@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.width {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.content {
  margin-top: 80px;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 80px;
}
.header .area_header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 40px;
  background: #003E8C;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media all and (max-width: 896px) {
  .header .area_header {
    padding: 10px 15px;
  }
}
.header .ttl_header {
  position: absolute;
  width: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
  .header .ttl_header {
    width: 80px;
    left: 70px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.header .link_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media all and (max-width: 896px) {
  .header .link_header {
    gap: 10px;
  }
}
.header .link_header .link_amazon {
  width: 120px;
}
@media all and (max-width: 896px) {
  .header .link_header .link_amazon {
    width: 80px;
  }
}
.header .link_header .link_instagram {
  width: 32px;
}
@media all and (max-width: 896px) {
  .header .link_header .link_instagram {
    width: 25px;
  }
}
.header .menu-trigger {
  width: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header .menu-trigger.active .block_menu > span {
  width: 70%;
  height: 5px;
}
.header .menu-trigger.active .block_menu > span:nth-of-type(1) {
  -webkit-transform: translate(0, 12px) rotate(45deg);
          transform: translate(0, 12px) rotate(45deg);
}
.header .menu-trigger.active .block_menu > span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-trigger.active .block_menu > span:nth-of-type(3) {
  -webkit-transform: translate(0, -13px) rotate(-45deg);
          transform: translate(0, -13px) rotate(-45deg);
}
.header .block_menu {
  width: 40px;
  height: 30px;
  position: relative;
}
.header .block_menu > span {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .block_menu > span:nth-of-type(1) {
  top: 0;
}
.header .block_menu > span:nth-of-type(2) {
  top: 13px;
}
.header .block_menu > span:nth-of-type(3) {
  bottom: 0;
}
.header .navigation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 300px 0 100px;
  background: url("../images/bg_navigation.jpg") center center/cover no-repeat;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  position: absolute;
  top: 80px;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .header .navigation {
    padding: 100px 0;
  }
}
.header .navigation.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header .navigation .area_navigation {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 0 auto;
}
.header .navigation .list_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media all and (max-width: 896px) {
  .header .navigation .list_navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.header .navigation .list_navigation > li {
  width: calc((100% - 100px) / 3);
}
@media all and (max-width: 896px) {
  .header .navigation .list_navigation > li {
    width: 100%;
  }
}

.notfound {
  padding: 100px 0;
  text-align: center;
}
.notfound h1 {
  font-size: 3rem;
}
.notfound .area_notfound {
  margin-top: 50px;
}

.footer {
  position: sticky;
  top: 100vh;
  z-index: 800;
}
.footer .area_footer {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 60px;
  width: 100%;
  background: #003E8C;
}
.footer .link_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px 40px;
}
@media all and (max-width: 896px) {
  .footer .link_footer {
    gap: 20px 30px;
  }
}
@media all and (max-width: 896px) {
  .footer .link_zima {
    width: 100px;
  }
}
@media all and (max-width: 896px) {
  .footer .link_instagram {
    width: 25px;
  }
}
.footer .logo_hakutsuru {
  margin: 40px auto 0;
}
@media all and (max-width: 896px) {
  .footer .logo_hakutsuru {
    width: 130px;
  }
}
.footer .link_other {
  margin-top: 30px;
  margin-left: -2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 40px;
}
@media all and (max-width: 896px) {
  .footer .link_other {
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .note_footer {
  font-size: 1.4rem;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .footer .note_footer {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .footer .note_footer {
    text-align: left;
  }
}
.footer .txt_copyright {
  font-size: 1.4rem;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .footer .txt_copyright {
    font-size: 1.2rem;
  }
}
.footer #pagetop {
  cursor: pointer;
  width: 74px;
  height: 74px;
  position: absolute;
  right: 40px;
  top: -74px;
}
@media all and (max-width: 896px) {
  .footer #pagetop {
    width: 45px;
    height: 45px;
    top: -45px;
    right: 20px;
  }
}

.comingsoon {
  text-align: center;
  height: 100svh;
  overflow-y: scroll;
  background: #003E8C;
  position: relative;
}
.comingsoon .area_comingsoon {
  padding: 30vh 0 5vh;
}
@media all and (max-width: 1367px) {
  .comingsoon .area_comingsoon {
    padding-top: 25vh;
  }
}
@media all and (max-width: 896px) {
  .comingsoon .area_comingsoon {
    padding-top: 20vh;
  }
}
.comingsoon .ttl_zima {
  max-width: 240px;
  margin: 0 auto;
  padding-left: 10px;
}
@media all and (max-width: 896px) {
  .comingsoon .ttl_zima {
    max-width: 160px;
    padding-left: 6px;
  }
}
.comingsoon .txt_comingsoon {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .comingsoon .txt_comingsoon {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.comingsoon .txt_again {
  max-width: 340px;
  margin: 30px auto 0;
  padding-left: 10px;
}
@media all and (max-width: 896px) {
  .comingsoon .txt_again {
    max-width: 220px;
    margin-top: 20px;
    padding-left: 6px;
  }
}
@media all and (max-width: 896px) {
  .comingsoon .area_footer {
    padding: 20px 0 40px;
  }
}

input[type=submit], input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}