/* -------------------------------
 * Common
 * -------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
}
html,
body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  margin: 0 auto;
  background-color: #fff;
}
html {
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    background-size: 200%;
    font-weight: 400;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-style: none;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='text'],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type='submit'] {
  text-align: center;
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
}
input[type='search'] {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
::selection {
  color: #999;
  background: #eee;
}
::-moz-selection {
  color: #999;
  background: #eee;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* -------------------------------
 * Layout
 * -------------------------------*/
.l-contents_wrap {
  padding: 100px 0 0;
}
.l-contents_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4vw;
}
.l-contents_inner::after {
  display: table;
  content: '';
  clear: both;
}
.l-contents_inner + .l-contents_inner {
  margin: 4vw auto;
}
.l-contents_inner:last-of-type {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-contents_wrap {
    padding: 60px 0 0;
  }
  .l-contents_inner + .l-contents_inner {
    margin: 6vw auto 0;
  }
}

/* l-header */
.l-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  width: 100%;
  z-index: 1;
  transition: 0.3s;
}
.l-header.scroll-nav {
  background: rgba(255, 255, 255, 0.8);
}
.l-header_logo {
  width: 220px;
  line-height: 0.8;
  transition: 0.5s;
}
.is-index .l-header_logo {
  opacity: 0;
}
.l-header.scroll-nav .l-header_logo {
  opacity: 1;
}
.l-header_list {
  display: flex;
  align-items: center;
}
.l-header_list li {
  margin: 0 2vw 0 0;
  filter: drop-shadow(0px 0px 3px white);
}
.l-header_list li:last-of-type {
  margin: 0;
}
.l-header_list li:nth-of-type(-n + 2) .l-header_link {
  border-bottom: none;
}
.l-header_link {
  display: block;
  font-size: 1.6rem;
  color: #242424;
  padding: 11px 0 10px;
  border-bottom: 1px solid #242424;
  transition: 0.3s;
}
.l-header_link:hover {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
.l-header_link img {
  width: 28px;
  transition: 0.3s;
}
.l-header_link img:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 2vw 4vw;
    background: rgba(255, 255, 255, 0.5);
  }
  .l-header_logo {
    width: 100px;
  }
  .l-header_link {
    font-size: 1.2rem;
    padding: 4px;
  }
  .l-header_link img {
    width: 22px;
  }
}
.l-header-lineup {
  text-align: center;
}
.l-header-lineup_item {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  width: 8vw;
  padding: 0.5vw 0;
  margin: 0 1vw;
}
.l-header-lineup_item a {
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
.l-header-lineup_item a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.l-header-lineup_item img {
  width: 16vw;
}
.l-header-lineup_item span {
  position: absolute;
  top: 5%;
  left: -22%;
}
.l-header-lineup_item span img {
  width: 4vw;
}
.l-header-lineup_item figcaption {
  margin-top: 10px;
}
.l-header-lineup_ttl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-header-lineup {
    overflow: hidden;
  }
  .l-header-lineup_item {
    font-size: 1rem;
    width: 30%;
    padding: 0 0 2vw;
    margin: 0;
  }
  .l-header-lineup_item img {
    width: 14vw;
  }
  .l-header-lineup_item figcaption {
    margin-top: 2px;
    line-height: 1.2;
  }
  .l-header-lineup_item span {
    top: 0%;
    left: 6%;
  }
  .l-header-lineup_item span img {
    width: 9vw;
  }
  .l-header-lineup_ttl {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
}

/* l-breadcrumb */
.l-breadcrumb {
  width: 100%;
  background-color: #fff;
}
.l-breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
}
.l-breadcrumb_list li {
  font-size: 1.2rem;
  color: #666;
}
.l-breadcrumb_list li::before {
  content: ' > ';
}
.l-breadcrumb_list li:first-of-type::before {
  display: none;
}
.l-breadcrumb_list li a {
  display: inline-block;
  padding: 0 10px;
}
.l-breadcrumb_icon {
  width: 1.5rem;
  transition: 0.3s;
}
.l-breadcrumb_icon:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb_list li {
    font-size: 1rem;
  }
  .l-breadcrumb_list li a {
    padding: 0 5px;
  }
  .l-breadcrumb_list li:first-of-type {
    margin-left: -10px;
  }
}

/* l-footer */
.l-footer {
  background: #262626;
}
.l-footer_contents {
  padding: 20px;
}
.l-footer-lineup_ttl {
  color: #fff;
  text-align: center;
  margin: 10px auto;
}
.l-footer-lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px;
}
.l-footer-lineup li {
  color: #fff;
  margin: 5px 10px;
}
.l-footer-lineup li a {
  font-size: 1.2rem;
}
.l-footer-nav {
  text-align: center;
  margin: 10px;
}
.l-footer-nav li {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px 0 0;
}
.l-footer-nav li:last-of-type {
  margin: 0;
}
.l-footer-copy {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer_contents {
    padding: 10px 0;
  }
  .l-footer-lineup {
    padding: 10px 0;
    border-bottom: 1px solid #393939;
  }
  .l-footer-lineup li {
    margin: 10px;
  }
  .l-footer-lineup li a {
    padding: 5px 0;
  }
  .l-footer-nav {
    margin: 30px auto;
  }
  .l-footer-nav li a {
    padding: 0 5px;
  }
  .l-footer-copy {
    font-size: 1rem;
    margin: 10px 0;
  }
}

/* -------------------------------
 * Component
 * -------------------------------*/
.c-ttl {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.4rem;
  color: #404040;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
}
* + .c-ttl {
  margin-top: 6vw;
}
.c-ttl.is-ig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    text-shadow:
      0.3px 0.3px #404040,
      -0.3px 0.3px #404040,
      -0.3px -0.3px #404040,
      0.3px -0.3px #404040,
      0.3px 0px #404040,
      0px 0.3px #404040,
      -0.3px 0px #404040,
      0px -0.3px #404040;
    font-size: 2.6rem;
    margin: 0 0 30px;
    padding: 20px 0 0;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  * + .c-ttl {
    margin-top: 8vw;
  }
  .c-ttl.is-ig {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.c-button_wrap {
  text-align: center;
  margin: 4vw 0 0;
}
.c-btn {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #000;
  transition: 0.5s;
}
.c-btn:hover {
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btn {
    letter-spacing: 1px;
    text-shadow:
      0.3px 0.3px #fff,
      -0.3px 0.3px #fff,
      -0.3px -0.3px #fff,
      0.3px -0.3px #fff,
      0.3px 0px #fff,
      0px 0.3px #fff,
      -0.3px 0px #fff,
      0px -0.3px #fff;
  }
}

/* modal */
.c-modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.c-modal_wrap.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: 0.5s;
  z-index: 6;
}
.is-open .c-modal_bg {
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.c-modal {
  position: relative;
  opacity: 0;
  transition: 0.5s;
  z-index: 7;
}
.c-modal > img {
  height: 80vh;
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.1));
}
.is-open .c-modal {
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.c-modal_img {
  text-align: center;
}
* + .c-modal_img {
  margin-top: 2vw;
}
.c-modal_img img {
  height: 30vh;
}
.c-modal_img figcaption {
  margin-top: 1vw;
}
.c-modal_close {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 24px;
  height: 24px;
  background: url('../images/common/close_icon.png') center center/cover no-repeat;
  cursor: pointer;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .c-modal_img img {
    width: 80vw;
    height: auto;
  }
  #shop .c-modal {
    width: 100%;
  }
  .c-modal > img {
    width: 60vw;
    height: auto;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1));
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* table */
table {
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto 40px;
}
table th {
  font-weight: 900;
  color: #666;
  vertical-align: middle;
  width: 26%;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  background-color: #f0f0f0;
}
table td {
  line-height: 1.4;
  vertical-align: middle;
  width: 74%;
  padding: 30px;
  border-bottom: 1px solid #fff;
  background-color: #f9f9f9;
}
table td a {
  text-decoration: underline;
}
table td a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  table {
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto 20px;
  }
  table th {
    display: block;
    width: 100%;
    padding: 14px 0;
  }
  table td {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
