@charset "UTF-8";
/* ===================================
Reset
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input textarea reset
==============================　*/
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}

/* テキスト
==============================　*/
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

/* メディア
==============================　*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

/* ===================================
common
=================================== */
.c-inner_s {
  max-width: 800px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}

.c-inner_l {
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}

.c-btn_g > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  background: #8c7c55;
  border: 1px solid #8c7c55;
  padding: 6px;
  transition: 0.5s;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.c-btn_g > *:hover {
  background: #fff;
  color: #8c7c55;
}

.c-btn_w > * {
  font-size: 16px;
  border: 1px solid #777777 !important;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  transition: 0.5s;
  color: #fff;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.c-btn_w > *:hover {
  background: #fff;
  color: #000000;
}

br.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .c-btn_w > * {
    width: 90%;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
/* ===================================
ヘッダー
=================================== */
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.l-header .c-logo {
  max-width: 160px;
}
.l-header .c-logo img[src*=sp] {
  display: none;
}
.l-header .c-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px 0 0;
}
.l-header .c-link {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.l-header .c-link li + li {
  margin-left: 20px;
}
.l-header .c-link .c-ico {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: 10px;
}
.l-header .c-link a {
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.l-header .c-link a:hover {
  opacity: 0.5;
}

.c-menu_btn {
  display: none;
}

.c-menu_area {
  background: #111;
  padding: 20px;
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.c-menu_area .c-link {
  width: 90%;
  margin: 0 auto;
}
.c-menu_area .c-link li + li {
  margin-top: 10px;
}
.c-menu_area .c-link .c-ico {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: 10px;
}
.c-menu_area .c-link a {
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.c-menu_area .c-link a:hover {
  opacity: 0.5;
}
.c-menu_area .c-btn_g > * {
  width: 90%;
  margin: 20px auto;
}

@media screen and (max-width: 1023px) {
  .l-header .c-right {
    padding: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header .c-link .c-text {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .c-menu_btn {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    margin: 16px 26px 0 0;
  }
  .c-menu_btn:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 0;
    transition: 0.5s;
  }
  .c-menu_btn:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    transition: 0.5s;
  }
  .c-menu_btn.open:before {
    transform: rotate(25deg);
    top: 18px;
  }
  .c-menu_btn.open:after {
    transform: rotate(-25deg);
    top: 18px;
  }
  .l-header .c-right {
    display: none;
  }
  .l-header .c-logo {
    max-width: 190px;
  }
  .l-header .c-logo img {
    display: none;
  }
  .l-header .c-logo img[src*=sp] {
    display: block;
  }
  .l-header .c-btn_g a {
    width: 100px;
    font-size: 12px;
    padding: 4px;
  }
  .l-header .c-link {
    margin-right: 10px;
  }
  .l-header .c-link li + li {
    margin-left: 10px;
  }
  .l-header .c-left .c-gnav {
    display: none;
  }
}
/* ===================================
フッター
=================================== */
/* パンくず
==============================　*/
.c-bread {
  display: flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: auto;
  font-size: 12px;
  color: #aaaaaa;
}
.c-bread li + li {
  margin-left: 23px;
  position: relative;
}
.c-bread li + li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -15px;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.c-pagetop a {
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #777777;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  right: 20px;
  transition: 0.5s;
}
.c-pagetop a:hover {
  opacity: 0.5;
}

/* フッター
==============================　*/
.l-footer {
  padding-top: 180px;
}
.l-footer .c-inner_l {
  position: relative;
}
.l-footer .c-linklist {
  display: flex;
}
.l-footer .c-linklist li + li {
  margin-left: 40px;
}
.l-footer .c-linklist a {
  transition: 0.5s;
}
.l-footer .c-linklist a[target*=blank] {
  position: relative;
}
.l-footer .c-linklist a[target*=blank]:before {
  content: "";
  background: url(../img/common/ico_blank.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 5px;
  right: -16px;
}
.l-footer .c-linklist a:hover {
  opacity: 0.5;
}
.l-footer .c-bottom_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #777777;
  margin-top: 15px;
  padding: 45px 0;
}
.l-footer .c-bottom_area .c-copy {
  font-size: 12px;
  color: #777777;
}

@media screen and (max-width: 1023px) {
  .l-footer .c-linklist li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .c-bottom_area {
    display: block;
  }
  .l-footer .c-bottom_area .c-copy {
    margin-top: 33px;
  }
  .l-footer .c-linklist {
    flex-wrap: wrap;
  }
  .l-footer .c-linklist li {
    width: 100%;
  }
  .l-footer .c-linklist li + li {
    margin: 7px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .l-footer {
    padding-top: 90px;
  }
  .c-pagetop a {
    bottom: 30px;
    font-size: 14px;
    top: auto;
    width: 45px;
    height: 45px;
  }
  .l-footer .c-linklist {
    font-size: 13px;
  }
  .l-footer .c-bottom_area {
    padding: 22px 0;
  }
}
/* ===================================
animation
=================================== */
/*  js fadein
---------------------------------*/
/* text */
.fadein {
  opacity: 0;
  transition: all 1.5s;
}

.fadein.active {
  opacity: 1;
}

/* ===================================
modal
=================================== */
body.bg.fixed {
  overflow: hidden;
}

body.bg.fixed .c-menu_area {
  z-index: 50;
}

.modal_wrap {
  position: relative;
}

.modal {
  display: none;
  margin: 0 auto;
  padding: 0px 20px;
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  max-width: 840px;
  z-index: 100;
}
.modal .c-ttl {
  font-size: 24px !important;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 30px !important;
  padding-top: 35px !important;
}
.modal .c-sub_ttl {
  font-size: 16px;
  margin: 20px 0;
}
.modal ol {
  list-style: decimal;
  padding-left: 20px;
}
.modal table td {
  border: 1px solid #777;
  padding: 10px;
  width: 200px;
  word-break: break-all;
}
.modal table td + td {
  width: calc(100% - 200px);
}
.modal .p-right {
  text-align: right;
  display: block;
}
.modal .c-text {
  line-height: 2.1;
}
.modal .c-text a {
  text-decoration: underline;
  transition: 0.5s;
}
.modal .c-text a:hover {
  opacity: 0.5;
}

.popup1.modal .c-text {
  text-align: center;
}

.c-pop_content {
  border: 1px solid #777777;
  overflow: auto;
  max-height: calc(90vh - 100px);
  padding: 0 50px 100px;
  background: #000;
}

.overlay {
  display: none;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  cursor: pointer;
}

.close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: #000000;
  border-radius: 50%;
  border: 1px solid #888;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close span.js-close {
  padding-top: 20px;
  position: relative;
}
.close span.js-close:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #777;
  position: absolute;
  top: 13px;
  left: 16px;
  transform: rotate(45deg);
}
.close span.js-close:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #777;
  position: absolute;
  top: 13px;
  left: 16px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 600px) {
  .modal .c-ttl {
    font-size: 18px !important;
  }
  .c-pop_content {
    padding: 0 20px 50px;
  }
  .close {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }
  .modal table {
    width: 100%;
  }
  .modal table td {
    width: 40%;
    font-size: 12px;
  }
  .modal table td + td {
    width: 60%;
  }
}