@charset "UTF-8";
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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
em,
i {
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
img {
  height: auto;
  width: 100%;
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Times New Roman", Times, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
.android body {
  font-family: kings-caslon-display, yu-mincho-pr6, serif;
}
.blackberry body {
  font-family: kings-caslon-display, yu-mincho-pr6, serif;
}
.android .and {
  font-family: mrs-eaves-xl-serif, yu-mincho-pr6, serif;
}
.blackberry .and {
  font-family: mrs-eaves-xl-serif, yu-mincho-pr6, serif;
}
a {
  display: inline-block;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000;
  opacity: 1;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.78, 0.18, 0.34, 0.98);
}
a:visited {
  color: #000;
}
a:active,
a:focus {
  outline: none;
}
.text_center {
  text-align: center;
}
.bold {
  font-weight: 700;
}
.wrapper {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  background: #fff;
  margin: 0 auto;
  max-width: 1040px;
  padding: 46px 0 50px;
  position: relative;
  width: 100%;
  z-index: 99;
}
.content_head {
  align-items: center;
  display: flex;
  padding: 55px 0 60px;
}
.content_head .head_logo {
  margin-right: 36px;
  width: 180px;
}
.content_head .head_title {
  flex: 1;
  font-size: 150%;
  font-weight: 500;
  line-height: 1;
  padding-top: 5px;
}
.loading {
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header_links .sns {
  align-items: center;
  display: inline-flex;
}
.header_links .sns li {
  width: 14px;
}
.header_links .sns li + li {
  margin-left: 12px;
}
.header_links .sns li a {
  display: block;
  line-height: 1;
}
.header_links .lan {
  align-items: center;
  display: inline-flex;
}
.header_links .lan li {
  font-size: 9pt;
}
.header_links .lan li + li::before {
  content: "/";
  margin: 0 4.5pt;
}
.header_nav {
  background: #fff;
  position: fixed;
  z-index: 100;
}
.header_nav .nav_btn {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.header_nav .nav_btn::after {
  background: url(../img/2023-06/header_nav_open.svg) center center/100% auto no-repeat;
  content: "";
  height: 15px;
  margin-top: 5px;
  width: 32px;
}
.header_nav .nav_list {
  background: #000;
  display: none;
  position: absolute;
  top: 100%;
}
.header_nav .nav_list li {
  border-bottom: 1px solid #d7d7d7;
}
.header_nav .nav_list li:last-child {
  border-bottom: 0;
}
.header_nav .nav_list li a {
  align-items: center;
  background: #ebebeb;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  height: 42px;
  padding: 0 14px;
  transition: opacity 0.3s ease;
}
.header_nav .nav_list li.active a {
  pointer-events: none;
}
.header_nav:not(.is_open) .nav_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header_nav.is_open.is_touch .nav_btn::after {
  background-image: url(../img/2023-06/header_nav_close.svg);
  background-size: auto 100%;
}
@media screen and (min-width: 531px), print {
  .header_nav {
    left: 15px;
    top: 15px;
  }
  .header_nav .nav_list {
    left: 0;
    width: 190px;
  }
  .header_nav .nav_overlay {
    display: none;
  }
}
@media not screen, screen and (min-width: 601px) {
  .vsp600 {
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  .header {
    border-bottom: 1px solid #000;
    height: 45px;
  }
  .header_links {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 20px;
    top: 14px;
  }
  .header_links .lan {
    margin-left: 15px;
  }
  .header_links .shop {
    font-size: 9pt;
    margin-left: 20px;
  }
}
@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    display: none;
  }
}
@media screen and (min-width: 961px), print {
  .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content_head {
    width: 100%;
  }
  .content_main {
    width: 71.15%;
  }
  .content_side {
    width: 24.04%;
  }
}
@media screen and (max-width: 1040px) {
  .content {
    padding: 46px 23px 50px;
  }
}
@media screen and (max-width: 960px) {
  .vpc960 {
    display: none;
  }
  .content_main {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .vpc600 {
    display: none;
  }
  .content {
    font-size: 3.6782vw;
    padding: 9.7701vw 5.2vw 11.4943vw;
  }
  .content_head {
    padding: 4.5977vw 0 9.1954vw;
  }
  .content_head .head_logo {
    margin-right: 4.1379vw;
    width: 34.2529vw;
  }
  .content_head .head_title {
    font-size: 4.5977vw;
    padding-top: 0.9195vw;
  }
  .content_main {
    margin-bottom: 16.092vw;
  }
  .header {
    background: rgb(255 255 255 / 0.75);
    height: 9.7701vw;
  }
  .header_links {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 5.2vw;
  }
  .header_links .sns {
    display: none;
  }
  .header_links .sns,
  .header_links .lan span {
    display: none;
  }
  .header_links .shop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .header_nav {
    right: 0;
    top: 0;
  }
  .header_nav .nav_btn {
    font-size: 2.6667vw;
    height: 16vw;
    position: relative;
    width: 16vw;
    z-index: 2;
  }
  .header_nav .nav_btn::after {
    height: 5.3333vw;
    margin-top: 1.3333vw;
    width: 8.5333vw;
  }
  .header_nav .nav_list {
    right: 0;
    width: 50.6667vw;
    z-index: 2;
  }
  .header_nav .nav_list li a {
    font-size: 3.4667vw;
    height: 11.2vw;
    padding: 0 3.7333vw;
  }
  .header_nav .nav_overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .header_nav.is_open .nav_btn::after {
    background-image: url(../img/2023-06/header_nav_close.svg);
    background-size: auto 100%;
  }
  .header_nav.is_open.is_touch .nav_overlay {
    display: block;
  }
}
@media (hover: none) {
  a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  a:active {
    opacity: 0.6;
    transition: 0.4s cubic-bezier(0.78, 0.18, 0.34, 0.98);
  }
  .header_nav .nav_list li a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .header_nav .nav_list li a:active {
    opacity: 0.65;
  }
  .header_nav:not(.is_open) .nav_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .header_nav:not(.is_open) .nav_btn:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: 0.4s cubic-bezier(0.78, 0.18, 0.34, 0.98);
  }
  .header_nav .nav_list li a:hover {
    opacity: 0.65;
  }
  .header_nav:not(.is_open) .nav_btn:hover {
    opacity: 0.65;
  }
}
