@charset "UTF-8";


/* --------------------------------------------------
  Reset
-------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.2;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

fieldset {
  border: none;
}

input,
textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

/* --------------------------------------------------
  Init
-------------------------------------------------- */
img {
  border: none;
  vertical-align: bottom;
}

picture {
  display: block;
}

object {
  vertical-align: middle;
  outline: none;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

small {
  font-size: 100%;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

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

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

code,
pre {
  font-family: monospace;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

.group:after {
  display: block;
  content: "";
  clear: both;
}

a img,
.hover a {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  background: rgba(255, 255, 255, 0.01);
}

.ico-svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 0;
  vertical-align: middle;
}
.ico-svg.ico-prev, .ico-svg.ico-next {
  width: 65px;
  height: 15px;
}

/* --------------------------------------------------
  Layout
-------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  color: #094DA4;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", Roboto, "Droid Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  /* letter-spacing: 0.1em; */
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
a:link,
a:visited {
  color: #094DA4;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/* --------------------------------------------------
  Container
-------------------------------------------------- */
.l-page {
  position: relative;
}

.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
}

@media only screen and (max-width: 767px) {
  .l-container {
    max-width: initial;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }
}
/* --------------------------------------------------
  Modules
-------------------------------------------------- */
.en {
  font-family: "Raleway", sans-serif;
}

.br-mode-pc {
  display: inline;
}

.br-mode-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .br-mode-pc {
    display: none;
  }
  .br-mode-sp {
    display: inline;
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 50px;
  padding: 0 1em;
  line-height: 50px;
  appearance: none;
  transition: background-color 0.1s ease;
  font-family: "Noto Sans JP", Roboto, "Droid Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFF;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
  word-break: break-word;
  cursor: pointer;
}

.btn-a {
  color: #FFF !important;
  background-color: #094DA4;
}

.btn-a:hover {
  background-color: #003772;
}

.btn-b {
  color: #094DA4;
  background-color: #FFF;
}

.btn-b:hover {
  background-color: #e5e5e5;
}

@media only screen and (max-width: 767px) {
  .btn {
    min-width: initial;
  }
}
@keyframes kvFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes kvFadeInUp {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 30);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
/* --------------------------------------------------
  Header
-------------------------------------------------- */
.l-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header nav {
  display: flex;
  align-items: flex-end;
  padding: 4rem;
  line-height: 1;
}
.header nav .header-sitename {
  margin-right: 2rem;
}
.header nav .header-sitename a {
  display: flex;
  width: 8rem;
  height: 4.5rem;
  padding: 1rem;
}
.header nav .header-sitename a img {
  width: 100%;
  height: auto;
}
.header nav .header-navigation {
  display: flex;
  flex-wrap: wrap;
}
.header nav .header-navigation li {
  margin-right: 1rem;
}
.header nav .header-navigation li a {
  display: block;
  position: relative;
  padding: 0 1rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.04em;
}
.header nav .header-navigation li a span {
  display: block;
  position: relative;
  padding: 0.75rem 1.5rem 0.75rem 0;
}
.header nav .header-navigation li a span:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../svg/ico_arrow_bottom_01.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.header nav .header-navigation li a span:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #094DA4;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header nav .header-navigation li a:hover span:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header nav .header-hamburger {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header nav .header-navigation li {
    margin-right: 0.5rem;
  }
  .header nav .header-navigation li a {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 920px) {
  .header nav .header-navigation li {
    margin-right: 0.5rem;
  }
  .header nav .header-navigation li a {
    padding: 0 0.5rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header nav {
    justify-content: space-between;
    padding: 1.6rem 1.5rem 1.2rem;
    height: 5rem;
  }
  .header nav .header-sitename {
    margin: 0;
  }
  .header nav .header-sitename a {
    width: 5rem;
    height: 2.1rem;
    padding: 0;
  }
  .header nav .header-navigation {
    display: none;
  }
  .header nav .header-hamburger {
    position: relative;
    display: inline-flex;
    width: 2.6rem;
    height: 2.1rem;
    appearance: none;
    transition: all 0.4s ease;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
  }
  .header nav .header-hamburger-bar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #094DA4;
  }
  .header nav .header-hamburger-bar:first-child {
    top: 0;
  }
  .header nav .header-hamburger-bar:nth-child(2) {
    top: 50%;
  }
  .header nav .header-hamburger-bar:last-child {
    top: 100%;
  }
  .page-home .header nav {
    background-color: #E6E6E6;
  }
}
/* --------------------------------------------------
  Drawer Menu
-------------------------------------------------- */
.l-drawer {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #094DA4;
  z-index: 40;
}
.l-drawer .drawer-wrapper {
  width: 100%;
  height: 100%;
}
.l-drawer .drawer-inner {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  padding: 7rem 10.1333333333%;
  color: #FFF;
  z-index: 2;
}
.l-drawer .drawer-inner a {
  color: #FFF;
  text-decoration: none;
}
.l-drawer .drawer-sitename {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 5rem;
  height: 2.1rem;
}
.l-drawer .drawer-sitename img {
  width: 100%;
  height: auto;
}
.l-drawer .drawer-nav .list-menu {
  margin-bottom: 3rem;
}
.l-drawer .drawer-nav .list-menu li {
  font-family: "Raleway", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.l-drawer .drawer-nav .list-menu li a {
  display: block;
  padding: 1.5rem 0;
}
.l-drawer .drawer-nav .list-menu li span {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.l-drawer .drawer-nav .list-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-drawer .drawer-nav .list-sns li {
  width: 2.4rem;
  margin-right: 3rem;
}
.l-drawer .drawer-nav .list-sns li img {
  width: 100%;
  height: auto;
}
.l-drawer .close-button {
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0;
  appearance: none;
  border: none;
  background: none;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}
.l-drawer .close-button-bar {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-drawer .close-button-bar:before, .l-drawer .close-button-bar:after {
  display: block;
  position: absolute;
  content: "";
  width: 3rem;
  height: 1px;
  background: #FFF;
}
.l-drawer .close-button-bar:before {
  top: 6px;
  right: 0;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.l-drawer .close-button-bar:after {
  top: 14px;
  right: 0;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

/* --------------------------------------------------
  Contents
-------------------------------------------------- */
.l-main {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .l-main {
    line-height: 1.75;
  }
}
.kv {
  overflow: hidden;
  position: relative;
  background-color: #E6E6E6;
}
.kv .kv-inner {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  z-index: 1;
}
.kv .kv-inner .kv-image {
  position: relative;
  height: 0;
  padding-top: 80%;
}
.kv .kv-inner .kv-image .kv-image-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 55.2666666667%;
}
.kv .kv-inner .kv-image .kv-image-01 img {
  opacity: 0;
  width: 100%;
  height: auto;
  animation: kvFadeIn ease 2s 1s forwards;
}
.kv .kv-inner .kv-image .kv-image-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48.2%;
}
.kv .kv-inner .kv-image .kv-image-02 img {
  opacity: 0;
  width: 100%;
  height: auto;
  animation: kvFadeIn ease 2s 1.5s forwards;
}
.kv .kv-inner .kv-title {
  position: absolute;
  top: 160px;
  left: 12.6666666667%;
  z-index: 2;
}
.kv .kv-inner .kv-title img {
  width: 100%;
  height: auto;
  opacity: 0;
  animation: kvFadeInUp ease 2s 3s forwards;
}
.kv .kv-inner .kv-detail {
  position: absolute;
  bottom: 34.1666666667%;
  right: 9.1333333333%;
  z-index: 2;
}
.kv .kv-inner .kv-detail-sub-title img {
  width: 100%;
  height: auto;
  opacity: 0;
  animation: kvFadeInUp ease 2s 4s forwards;
}
.kv .kv-inner .kv-detail-lead {
  opacity: 0;
  margin-top: 3rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4705882353;
  letter-spacing: 0.1em;
  animation: kvFadeInUp ease 2s 4s forwards;
}
.kv:after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 0;
  border-color: transparent #094DA4 transparent transparent;
  border-style: solid;
  border-width: 250px 100vw 0 0;
  z-index: 1;
}

@media only screen and (max-width: 1366px) {
  .kv .kv-inner .kv-image {
    padding-top: 65.8857979502%;
  }
  .kv .kv-inner .kv-image .kv-image-01 {
    width: 44%;
  }
  .kv .kv-inner .kv-image .kv-image-02 {
    width: 35%;
  }
  .kv .kv-inner .kv-title {
    top: 130px;
    width: 40rem;
  }
  .kv .kv-inner .kv-detail {
    right: 12%;
    bottom: 25%;
  }
  .kv:after {
    border-width: 15vh 100vw 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .kv .kv-inner .kv-image {
    padding-top: 60.9375%;
  }
  .kv .kv-inner .kv-image .kv-image-01 {
    width: 42%;
  }
  .kv .kv-inner .kv-image .kv-image-02 {
    width: 31%;
  }
  .kv .kv-inner .kv-title {
    top: 120px;
    width: 36rem;
  }
}
@media only screen and (max-width: 1200px) {
  .kv .kv-inner .kv-image {
    padding-top: 59.1666666667%;
  }
  .kv .kv-inner .kv-image .kv-image-01 {
    width: 38%;
  }
  .kv .kv-inner .kv-image .kv-image-02 {
    width: 28%;
  }
  .kv .kv-inner .kv-title {
    width: 33rem;
  }
  .kv .kv-inner .kv-detail {
    right: 9%;
  }
}
@media only screen and (max-width: 1080px) {
  .kv .kv-inner .kv-image {
    padding-top: 59.2592592593%;
  }
  .kv .kv-inner .kv-image .kv-image-01 {
    width: 36%;
  }
  .kv .kv-inner .kv-image .kv-image-02 {
    width: 26%;
  }
  .kv .kv-inner .kv-title {
    width: 31rem;
  }
  .kv .kv-inner .kv-detail {
    right: 4%;
  }
  .kv .kv-inner .kv-detail .kv-detail-sub-title {
    width: 70%;
  }
}
@media only screen and (max-width: 920px) {
  .kv .kv-inner .kv-image {
    padding-top: 60.8695652174%;
  }
  .kv .kv-inner .kv-image .kv-image-01 {
    width: 30%;
  }
  .kv .kv-inner .kv-image .kv-image-02 {
    width: 25%;
  }
  .kv .kv-inner .kv-title {
    left: 6%;
    width: 27rem;
  }
  .kv .kv-inner .kv-detail {
    right: 2%;
  }
  .kv .kv-inner .kv-detail .kv-detail-sub-title {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .kv .kv-inner {
    max-width: initial;
  }
  .kv .kv-inner .kv-image {
    min-height: 69rem;
  }
  .kv .kv-inner .kv-image .kv-image-01 {
    right: 50%;
    width: 31rem;
    margin-right: -15.5rem;
  }
  .kv .kv-inner .kv-image .kv-image-02 {
    width: 20rem;
    bottom: initial;
    top: 28rem;
    left: 50%;
    margin-left: -10rem;
  }
  .kv .kv-inner .kv-title {
    top: 130px;
    width: 20rem;
    left: 50%;
    margin-left: -10rem;
  }
  .kv .kv-inner .kv-detail {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 1rem 2.7rem 9rem;
    background-color: #E6E6E6;
  }
  .kv .kv-inner .kv-detail .kv-detail-sub-title {
    width: 100%;
  }
  .kv .kv-inner .kv-detail .kv-detail-sub-title img {
    width: 100%;
    max-width: 28rem;
    height: auto;
  }
  .kv .kv-inner .kv-detail .kv-detail-lead {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    letter-spacing: 0.03em;
  }
  .kv:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 0;
    border-color: transparent #094DA4 transparent transparent;
    border-style: solid;
    border-width: 65px 100vw 0 0;
    z-index: 1;
  }
}
.about {
  min-height: 500px;
  padding: 7rem 0;
  color: #FFF;
  background-color: #094DA4;
}
.about .l-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1380px;
  z-index: 2;
}
.about .about-caption {
  position: absolute;
  top: 0;
  left: 3.0769230769%;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  writing-mode: vertical-lr;
}
.about .about-title {
  width: 42.3076923077%;
  padding-left: 7.6923076923%;
  filter: blur(50px);
  transition: 1s;
}
.about .about-title img {
  max-width: 35rem;
  height: auto;
}
.about .about-title.is-show {
  filter: blur(0px);
}
.about .about-content {
  width: 54.6153846154%;
  padding-top: 7rem;
}
.about .about-content .about-content-lead {
  filter: blur(50px);
  transition: 1s;
}
.about .about-content .about-content-lead img {
  max-width: 65.6rem;
  height: auto;
}
.about .about-content .about-content-lead.is-show {
  filter: blur(0px);
}

@media only screen and (max-width: 767px) {
  .about {
    min-height: initial;
    padding: 4rem 0;
  }
  .about .l-container {
    display: block;
  }
  .about .about-caption {
    position: static;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    writing-mode: horizontal-tb;
  }
  .about .about-title {
    margin-bottom: 3.5rem;
    width: 100%;
    padding-left: 0;
  }
  .about .about-title img {
    max-width: 21rem;
    height: auto;
  }
  .about .about-content {
    width: 100%;
    padding-top: 0;
  }
  .about .about-content .about-content-lead img {
    max-width: 29rem;
    height: auto;
  }
}
.exhibition {
  overflow: hidden;
  position: relative;
  padding: 37rem 0 10rem;
}
.exhibition:before {
  position: absolute;
  content: "";
  top: 0;
  height: 0;
  border-color: transparent transparent transparent #094DA4;
  border-style: solid;
  border-width: 0 0 250px 100vw;
  z-index: 1;
}
.exhibition .exhibition-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 9rem;
}
.exhibition .exhibition-heading .exhibition-heading-title {
  width: 40%;
  font-family: "Raleway", sans-serif;
  font-size: 7rem;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.exhibition .exhibition-heading .exhibition-heading-title span {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}
.exhibition .exhibition-heading .exhibition-heading-lead {
  width: 55.4545454545%;
}
.exhibition .exhibition-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -11rem;
}
.exhibition .exhibition-detail .exhibition-detail-thumb {
  width: 51.5151515152%;
}
.exhibition .exhibition-detail .exhibition-detail-thumb img {
  width: 100%;
  height: auto;
}
.exhibition .exhibition-detail .exhibition-detail-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 48.4848484848%;
  padding: 7rem 8.3333333333%;
  color: #FFF;
  background-color: #094DA4;
}
.exhibition .exhibition-detail .exhibition-detail-content-title {
  margin-bottom: 2rem;
}
.exhibition .exhibition-detail .exhibition-detail-content-title img {
  width: 100%;
  max-width: 37rem;
  height: auto;
}
.exhibition .exhibition-detail .exhibition-detail-content-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8125;
  letter-spacing: 0;
}
.exhibition .exhibition-detail .exhibition-detail-content-lead dt,
.exhibition .exhibition-detail .exhibition-detail-content-lead dd {
  margin-bottom: 0.5rem;
}
.exhibition .exhibition-detail .exhibition-detail-content-lead dt {
  position: relative;
  width: 5em;
  padding-right: 0.75em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.exhibition .exhibition-detail .exhibition-detail-content-lead dt:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}
.exhibition .exhibition-detail .exhibition-detail-content-lead dd {
  width: calc(100% - 5.5em);
}
.exhibition .exhibition-detail .exhibition-detail-content-lead dd strong {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
}

@media only screen and (max-width: 1366px) {
  .exhibition:before {
    border-width: 0 0 15vh 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition {
    padding: 10rem 0 3.5rem;
  }
  .exhibition:before {
    border-width: 0 0 65px 100vw;
  }
  .exhibition .exhibition-heading {
    margin-bottom: 3.8rem;
  }
  .exhibition .exhibition-heading .exhibition-heading-title {
    width: 100%;
    margin-bottom: 2.5rem;
    font-size: 3.8rem;
  }
  .exhibition .exhibition-heading .exhibition-heading-title span {
    margin-top: 0.5rem;
    letter-spacing: 0.12em;
  }
  .exhibition .exhibition-heading .exhibition-heading-lead {
    width: 100%;
  }
  .exhibition .exhibition-detail {
    margin: 0 -1.4rem;
  }
  .exhibition .exhibition-detail .exhibition-detail-thumb {
    width: 100%;
  }
  .exhibition .exhibition-detail .exhibition-detail-content {
    width: 100%;
    padding: 2.8rem 1.8rem;
  }
  .exhibition .exhibition-detail .exhibition-detail-content-title img {
    width: 100%;
    max-width: 30rem;
    height: auto;
  }
  .exhibition .exhibition-detail .exhibition-detail-content-lead dd strong {
    font-size: 2.8rem;
  }
}
.products {
  padding: 10rem 0;
}
.products .products-title {
  margin-bottom: 10rem;
  font-family: "Raleway", sans-serif;
  font-size: 7rem;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.products .products-title span {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}
.products .products-container {
  position: relative;
  padding-bottom: 5.3rem;
}
.products .products-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  background-color: #094DA4;
  z-index: -1;
}
.products .products-items {
  position: relative;
  color: #FFF;
  margin-bottom: 0;
}
.products .products-items a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.products .products-items-unit {
  max-width: 34rem;
  padding: 0 3rem;
}
.products .products-items-unit .thumb {
  margin-bottom: 2rem;
  clip-path: inset(0px round 0px 20px 0px 20px);
  transition: clip-path 0.5s ease;
}
.products .products-items-unit .thumb img {
  width: 100%;
  height: auto;
}
.products .products-items-unit:hover .thumb {
  clip-path: inset(10px round 20px);
}
.products .products-items-unit .number {
  display: inline-flex;
  margin-bottom: 1rem;
  padding-bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  border-bottom: 1px solid #FFF;
  line-height: 1;
}
.products .products-items-unit .item-name {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.products .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
.products .slick-dots li {
  margin: 0;
}
.products .slick-dots li button:before {
  opacity: 1;
  content: "";
  color: initial;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 10px;
}
.products .slick-dots li.slick-active button:before {
  background-color: #FFF;
}
.products .products-prev,
.products .products-next {
  overflow: hidden;
  position: absolute;
  bottom: 5rem;
  width: 32px;
  height: 28px;
  cursor: pointer;
  text-indent: 10em;
  transition: background ease 0.3s;
}
.products .products-prev {
  left: 50%;
  margin-left: -110px;
  background: url(../svg/ico_prev_02.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.products .products-prev:hover {
  background: url(../svg/ico_prev_02_hover.svg) no-repeat 0 0;
}
.products .products-next {
  right: 50%;
  margin-right: -110px;
  background: url(../svg/ico_next_02.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.products .products-next:hover {
  background: url(../svg/ico_next_02_hover.svg) no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .products {
    padding: 3.5rem 0;
  }
  .products .products-title {
    width: 100%;
    margin-bottom: 2.5rem;
    font-size: 3.8rem;
  }
  .products .products-title span {
    margin-top: 0.5rem;
    letter-spacing: 0.12em;
  }
  .products .products-container {
    padding-bottom: 0;
  }
  .products .products-container:after {
    height: calc(100% - 100px);
  }
  .products .products-items {
    padding-bottom: 3.5rem;
  }
  .products .products-items-unit {
    max-width: initial;
    padding: 0 2.2rem;
  }
  .products .products-items-unit .thumb {
    margin: 0 -0.5rem 1rem;
  }
  .products .products-items-unit .number {
    padding-bottom: 5px;
  }
  .products .products-items-unit .item-name {
    letter-spacing: 0.02em;
  }
  .products .slick-dots {
    margin-top: 3.5rem;
  }
  .products .products-prev,
.products .products-next {
    bottom: 2.8rem;
    width: 40px;
    height: 35px;
  }
  .products .products-prev {
    margin-left: -130px;
  }
  .products .products-next {
    margin-right: -130px;
  }
}
.special {
  padding: 10rem 0;
}
.special .special-title {
  margin-bottom: 6rem;
  font-family: "Raleway", sans-serif;
  font-size: 7rem;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.special .special-title span {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}
.special .special-lead {
  margin-bottom: 8rem;
}
.special .special-movie-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  z-index: 1;
}
.special .special-movie-overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  transition: all ease 0.8s;
  background-color: #a9c1cf;
}
.special .special-movie-overlay img {
  width: 100%;
  height: auto;
}
.special .special-movie-overlay.is-pause {
  visibility: visible;
  opacity: 1;
}
.special .special-movie-play {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  transition: all ease 0.8s;
}
.special .special-movie-play.is-pause {
  visibility: visible;
  opacity: 1;
}
.special .special-movie-play img {
  transition: all ease 0.3s;
}
.special .special-movie-play:hover img {
  transform: scale(1.2);
}
.special .special-movie .youtube-player,
.special .special-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .special {
    padding: 3.5rem 0;
  }
  .special .special-title {
    margin-bottom: 2.5rem;
    font-size: 3.8rem;
  }
  .special .special-title span {
    margin-top: 0.5rem;
    letter-spacing: 0.12em;
  }
  .special .special-lead {
    margin-bottom: 5rem;
  }
  .special .special-movie {
    margin: 0 -0.6rem;
  }
  .special .special-movie-play img {
    width: 70px;
    height: auto;
  }
}
.sns {
  padding: 50px 0 57px;
}
.sns .l-container {
  max-width: 1040px;
  padding: 0 2rem;
}
.sns .sns-title {
  margin-bottom: 3rem;
  text-align: center;
}
.sns .sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.sns .sns-list li {
  width: 48%;
  max-width: 480px;
}
.sns .sns-list li a {
  width: 100%;
  height: 10rem;
  line-height: 10rem;
}
.sns .sns-list li a img {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .sns {
    padding: 30px 0;
  }
  .sns .l-container {
    max-width: initial;
    padding: 0 3.7rem;
  }
  .sns .sns-title {
    margin-bottom: 1rem;
  }
  .sns .sns-title img {
    width: auto;
    height: 16px;
  }
  .sns .sns-list li {
    width: 100%;
    margin-bottom: 1rem;
    max-width: initial;
  }
  .sns .sns-list li a {
    width: 100%;
    height: 8rem;
    line-height: 8rem;
  }
  .sns .sns-list li:last-child {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------
  Footer
-------------------------------------------------- */
.footer .footer-corporate {
  padding: 57px 0 30px;
  color: #FFF;
  background-color: #094DA4;
  text-align: center;
}
.footer .footer-corporate .l-container {
  max-width: 1040px;
  padding: 0 2rem;
}
.footer .footer-corporate .footer-corporate-title {
  margin-bottom: 3rem;
}
.footer .footer-corporate .footer-corporate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
  list-style: none;
}
.footer .footer-corporate .footer-corporate-list li {
  width: 100%;
  max-width: 480px;
}
.footer .footer-corporate .footer-corporate-list li a {
  width: 100%;
  height: 10rem;
  line-height: 10rem;
}
.footer .footer-corporate .footer-corporate-copyright {
  font-size: 1.2rem;
}
.footer .footer-pagetop {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 75px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-corporate {
    padding: 30px 0 70px;
  }
  .footer .footer-corporate .l-container {
    max-width: initial;
    padding: 0 3.7rem;
  }
  .footer .footer-corporate .footer-corporate-title {
    margin-bottom: 1.5rem;
  }
  .footer .footer-corporate .footer-corporate-title img {
    width: auto;
    height: 16px;
  }
  .footer .footer-corporate .footer-corporate-list {
    margin-bottom: 3rem;
  }
  .footer .footer-corporate .footer-corporate-list li {
    max-width: initial;
  }
  .footer .footer-corporate .footer-corporate-list li a {
    height: 8rem;
    line-height: 8rem;
  }
  .footer .footer-corporate .footer-corporate-copyright {
    margin: 0 -2.2rem;
    text-align: left;
  }
  .footer .footer-pagetop {
    bottom: 20px;
    right: 20px;
  }
}
/* --------------------------------------------------
  Products
-------------------------------------------------- */
.page-product {
  padding-top: 17rem;
}

.product-heading {
  padding: 0 0 5rem;
}
.product-heading .l-container {
  max-width: 1380px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-heading-content {
  width: 20%;
  padding-top: 3rem;
}
.product-heading-content-number {
  display: inline-flex;
  padding-bottom: 5px;
  margin-bottom: 3rem;
  font-family: "Raleway", sans-serif;
  font-size: 2.4rem;
  border-bottom: 1px solid #094DA4;
  line-height: 1;
  letter-spacing: 0.04rem;
}
.product-heading-content-title {
  margin-bottom: 1rem;
  font-size: 3.6rem;
  line-height: 1.2222222222;
  letter-spacing: 0.06rem;
}
.product-heading-content-produced {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06rem;
}
.product-heading-image {
  position: relative;
  width: 78.4615384615%;
}
.product-heading-image img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.product-heading-image:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #BDD0E5;
}
.product-heading-image.is-show img {
  animation: fadeIn cubic-bezier(0.43, 0.05, 0.17, 1) 2s forwards;
}
.product-heading-image.is-show:before {
  animation: slideInOut cubic-bezier(0.43, 0.05, 0.17, 1) 2s forwards;
}

@keyframes slideInOut {
  0% {
    opacity: 1;
    width: 0%;
  }
  80% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .page-product {
    padding-top: 7rem;
  }
  .product-heading .l-container {
    padding: 0 2.7rem;
  }
  .product-heading-content {
    width: 100%;
    padding-top: 0;
    margin-bottom: 2.5rem;
  }
  .product-heading-content-number {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .product-heading-content-title {
    font-size: 2.6rem;
  }
  .product-heading-content-produced {
    font-size: 1.6rem;
  }
  .product-heading-image {
    width: calc(100% + 5.4rem);
    margin: 0 -2.7rem;
  }
}
.product-overview {
  padding: 5rem 0 10rem;
}
.product-overview .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 980px;
}
.product-overview-title {
  width: 10%;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  writing-mode: vertical-lr;
}
.product-overview-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin-bottom: -4rem;
}
.product-overview-list dt,
.product-overview-list dd {
  margin-bottom: 4rem;
}
.product-overview-list dt {
  width: 23.4567901235%;
  font-size: 1.8rem;
  font-weight: bold;
}
.product-overview-list dt.toi, .product-overview-list dt.kai {
  padding-top: 1.3rem;
}
.product-overview-list dt .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-overview-list dt .wrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #094DA4;
  z-index: -1;
}
.product-overview-list dt .wrap .white {
  display: inline-flex;
  padding: 0 0.5rem;
  background-color: #FFF;
}
.product-overview-list dt .wrap .white:first-of-type {
  padding-left: 0;
}
.product-overview-list dt .wrap img {
  position: relative;
  top: -5px;
  width: 24px;
  height: auto;
}
.product-overview-list dd {
  width: 72.8395061728%;
}

@media only screen and (max-width: 767px) {
  .product-overview {
    padding: 0 0 5rem;
  }
  .product-overview .l-container {
    padding: 0 2.7rem;
  }
  .product-overview-title {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
  }
  .product-overview-list {
    width: 100%;
    margin-bottom: -4rem;
  }
  .product-overview-list dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 1.5rem;
  }
  .product-overview-list dt .wrap {
    max-width: 19rem;
  }
  .product-overview-list dd {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.product-thumbnails {
  padding: 11rem 0;
  background-color: #094DA4;
}
.product-thumbnails .l-container {
  max-width: 1280px;
}
.product-thumbnails-list {
  display: flex;
  flex-wrap: wrap;
}
.product-thumbnails-list li {
  position: relative;
  width: 31.6666666667%;
  margin: 0 2.5% 0 0;
}
.product-thumbnails-list li:nth-child(3n) {
  margin-right: 0;
}
.product-thumbnails-list li img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.product-thumbnails-list li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #BDD0E5;
}
.product-thumbnails-list li.is-show img {
  animation: fadeIn cubic-bezier(0.43, 0.05, 0.17, 1) 2s forwards;
}
.product-thumbnails-list li.is-show:before {
  animation: slideInOut cubic-bezier(0.43, 0.05, 0.17, 1) 2s forwards;
}

@media only screen and (max-width: 767px) {
  .product-thumbnails {
    padding: 7rem 0;
  }
  .product-thumbnails .l-container {
    padding: 0 3.5rem;
  }
  .product-thumbnails-list {
    margin-bottom: -2rem;
  }
  .product-thumbnails-list li {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.product-spec {
  padding: 10rem 0 5rem;
}
.product-spec .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 980px;
}
.product-spec-title {
  width: 10%;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  writing-mode: vertical-lr;
}
.product-spec-content {
  width: 90%;
  font-size: 2rem;
  line-height: 1.4;
}
.product-spec-content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.product-spec-content-list dt {
  width: 4em;
  font-weight: bold;
}
.product-spec-content-list dd {
  width: calc(100% - 5em);
}
@media only screen and (max-width: 767px) {
  .product-spec {
    padding: 5rem 0 2.5rem;
  }
  .product-spec .l-container {
    padding: 0 2.7rem;
  }
  .product-spec-title {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
  }
  .product-spec-content {
    width: 100%;
    font-size: 1.6rem;
  }
  .product-spec-content-list {
    margin-bottom: 1.5rem;
  }
}
.product-author {
  padding: 5rem 0 5rem;
}
.product-author .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 980px;
}
.product-author-title {
  width: 10%;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  writing-mode: vertical-lr;
}
.product-author-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}
.product-author-content-thumb {
  width: 22.2222222222%;
}
.product-author-content-thumb img {
  width: 100%;
  height: auto;
}
.product-author-content-sub {
  width: 100%;
}
.product-author-content-sub .name {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.product-author-content-sub .notes {
  margin-top: 1em;
  font-size: 1.4rem;
}
.product-author-content-thumb + .product-author-content-sub {
  width: 69.1358024691%;
}
.product-author-content-thumb + .product-author-content-sub .name {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #094DA4;
}

@media only screen and (max-width: 767px) {
  .product-author {
    padding: 2.5rem 0 5rem;
  }
  .product-author .l-container {
    padding: 0 2.7rem;
  }
  .product-author-title {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
  }
  .product-author-content {
    width: 100%;
  }
  .product-author-content-thumb {
    margin-bottom: 2rem;
    width: 100%;
  }
  .product-author-content-thumb img {
    max-width: 135px;
  }
  .product-author-content-sub {
    width: 100%;
  }
  .product-author-content-thumb + .product-author-content-sub {
    width: 100%;
  }
  .product-author-content-thumb + .product-author-content-sub .name {
    margin-bottom: 1rem;
  }
}
.product-others {
  padding: 5rem 0 5rem;
}
.product-others .l-container {
  max-width: 980px;
}
.product-others-title {
  margin-bottom: 3rem;
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
}
.product-others-items {
  display: flex;
  flex-wrap: wrap;
}
.product-others-items-unit {
  margin: 0 4.5rem 5.5rem 0;
  width: 30%;
}
.product-others-items-unit:nth-child(3n) {
  margin-right: 0;
}
.product-others-items-unit a {
  display: block;
  text-decoration: none;
}
.product-others-items-unit a:hover .thumb {
  clip-path: inset(10px round 20px);
}
.product-others-items-unit .thumb {
  margin-bottom: 2rem;
  clip-path: inset(0px round 0px 20px 0px 20px);
  transition: clip-path 0.5s ease;
}
.product-others-items-unit .thumb img {
  width: 100%;
  height: auto;
}
.product-others-items-unit .number {
  display: inline-flex;
  margin-bottom: 1rem;
  padding-bottom: 5px;
  font-size: 2rem;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  border-bottom: 1px solid #094DA4;
}
.product-others-items-unit .item-name {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .product-others {
    padding: 2.5rem 0;
  }
  .product-others .l-container {
    padding: 0 2.7rem;
  }
  .product-others-title {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
  .product-others-items {
    margin: 0 -0.6em;
  }
  .product-others-items-unit {
    margin: 0 2rem 3rem 0;
    width: 47.0588235294%;
  }
  .product-others-items-unit:nth-child(3n) {
    margin-right: 2rem;
  }
  .product-others-items-unit:nth-child(even) {
    margin-right: 0;
  }
  .product-others-items-unit .thumb {
    margin-bottom: 0.5rem;
  }
  .product-others-items-unit .number {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .product-others-items-unit .item-name {
    font-size: 1.4rem;
  }
}
.product-navigation {
  margin-bottom: 1rem;
}
.product-navigation-list {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #094DA4;
  border-bottom: 1px solid #094DA4;
}
.product-navigation-list li {
  width: 21.3333333333%;
}
.product-navigation-list li:first-child {
  border-right: 1px solid #094DA4;
}
.product-navigation-list li:last-child {
  border-left: 1px solid #094DA4;
}
.product-navigation-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  line-height: 12rem;
  transition: all ease 0.3s;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.product-navigation-list li a:hover {
  color: #FFF;
  background-color: #094DA4;
}
.product-navigation-list li a .ico-prev {
  margin-right: 1.7rem;
}
.product-navigation-list li a .ico-next {
  margin-left: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .product-navigation {
    margin-bottom: 3.5rem;
  }
  .product-navigation-list li {
    width: 40%;
  }
  .product-navigation-list li a {
    height: 6rem;
    line-height: 6rem;
    font-size: 1.6rem;
  }
  .product-navigation-list li a .ico-prev {
    margin-right: 1.5rem;
    width: 42px;
    height: 10px;
  }
  .product-navigation-list li a .ico-next {
    margin-left: 1.5rem;
    width: 42px;
    height: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */
