@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  margin: 0;
}
body.noscroll {
  overflow: hidden;
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.9;
}

main {
  display: block;
  background-color: transparent;
}

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.object_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object_contain {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.inner--lg {
  max-width: 1240px;
}

.sp {
  display: none !important;
}

.title__en {
  color: #C04E1C;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.09em;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  display: inline-block;
  padding-left: 2px;
  margin-bottom: 22px;
}
.title__en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #C04E1C;
}

.title__ja {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.text-red {
  color: #C04E1C;
}

/* 1140px
--------------------------------------------- */
@media only screen and (max-width: 1140px) {
  body {
    font-size: 1.5rem;
  }
}
/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .title__en {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .title__en::after {
    right: -72px;
    width: 52px;
  }
  .title__ja {
    font-size: 1.8rem;
  }
}
/* 374px
--------------------------------------------- */
/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  width: 100%;
  position: relative;
  display: block;
}

.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 999;
  width: 0;
  height: 100vh;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #F5EBE8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.header__nav::-webkit-scrollbar {
  display: none;
}

.header__nav.open {
  opacity: 1;
  width: 670px;
  z-index: 999;
  -webkit-box-shadow: -15px 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: -15px 0 30px rgba(0, 0, 0, 0.15);
}

.header__nav-title {
  width: 100%;
  max-width: 343px;
  margin: 0 auto 35px;
}

.header__nav-text {
  color: #313131;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.12em;
}
.header__nav-text + .header__nav-text {
  margin-top: 26px;
}

.header__nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 38px auto;
  width: 100%;
}

.header__nav-item {
  margin: 0 auto 30px;
  width: 100%;
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-item a {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Source Sans Pro", sans-serif;
}

.header__nav-logo {
  width: 112px;
  margin-bottom: 35px;
}

.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__sns a {
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30px;
          flex: 0 1 30px;
}
.header__sns a:nth-child(2) {
  margin: 0 30px;
}

.burger-btn {
  position: fixed;
  top: 0px;
  left: auto;
  right: 50px;
  display: block;
  border: none;
  cursor: pointer;
  z-index: 999;
  padding: 36px 30px;
  background-color: transparent;
}

.bar {
  margin: 0 auto;
  display: block;
  height: 2px;
  width: 65px;
  border-radius: 0px;
  background-color: #C04E1C;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.11, 0.8, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.11, 0.8, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.11, 0.8, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.11, 0.8, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.11, 0.8, 0.44, 1);
}

.bar-top,
.bar-mid {
  margin-bottom: 14px;
}

/* ハンバーガーメニューが開いたとき */
.burger-btn.cross .bar-top {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
  -webkit-transform: translateY(16px) rotate(135deg);
          transform: translateY(16px) rotate(135deg);
}

.burger-btn.cross .bar-mid {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
  -webkit-transform: translateX(-9px) scaleX(0);
          transform: translateX(-9px) scaleX(0);
}

.burger-btn.cross .bar-bottom {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
  -webkit-transform: translateY(-16px) rotate(-135deg);
          transform: translateY(-16px) rotate(-135deg);
}

/* 1439px
--------------------------------------------- */
@media only screen and (max-width: 1439px) {
  .header__nav-title {
    max-width: 280px;
    margin: 140px auto 35px;
  }
}
/* 1140px
--------------------------------------------- */
@media only screen and (max-width: 1140px) {
  .burger-btn {
    right: 10px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .header__nav.open {
    width: calc(100% - 25px);
  }
  .header__nav-title {
    max-width: 220px;
    margin: 20px auto 20px;
  }
  .header__nav-text {
    color: #353535;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .header__nav-text + .header__nav-text {
    margin-top: 16px;
  }
  .header__nav-list {
    margin: 25px auto;
  }
  .header__nav-item {
    margin: 0 auto 20px;
  }
  .header__nav-item a {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .header__nav-logo {
    width: 94px;
    margin-bottom: 22px;
  }
  .header__sns a {
    width: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26px;
            flex: 0 1 26px;
  }
  .burger-btn {
    padding: 22px 7px;
  }
  .bar {
    height: 1.5px;
    width: 37px;
  }
  .bar-top,
.bar-mid {
    margin-bottom: 10px;
  }
  /* ハンバーガーメニューが開いたとき */
  .burger-btn.cross .bar-top {
    -webkit-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg);
  }
  .burger-btn.cross .bar-bottom {
    -webkit-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg);
  }
}
/* 374px
--------------------------------------------- */
@media only screen and (max-width: 374px) {
  .header__nav-item a {
    font-size: 1.5rem;
  }
}
/* 359px
--------------------------------------------- */
@media only screen and (max-width: 359px) {
  .header__nav-title {
    max-width: 200px;
    margin: 60px auto 20px;
  }
}
/*------------------------------------------------------------------------------
  fixed-figure
------------------------------------------------------------------------------*/
.fixed-figure {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.fixed-figure__child {
  position: absolute;
}
.fixed-figure__child.--top-left {
  top: 0;
  left: 0;
  width: 175px;
}
.fixed-figure__child.--top-right {
  top: 0;
  right: 0;
  width: 234px;
}
.fixed-figure__child.--bottom-left {
  bottom: 0;
  left: 0;
  width: 416px;
}
.fixed-figure__child.--bottom-right {
  bottom: 215px;
  right: 0;
  width: 142px;
}

/* 1920px
--------------------------------------------- */
@media only screen and (min-width: 1920px) {
  .fixed-figure__child.--top-left {
    width: 236.25px;
  }
  .fixed-figure__child.--top-right {
    width: 315.9px;
  }
  .fixed-figure__child.--bottom-left {
    width: 561.6px;
  }
  .fixed-figure__child.--bottom-right {
    bottom: 180px;
    width: 191.7px;
  }
}
/* 1439px
--------------------------------------------- */
@media only screen and (max-width: 1439px) {
  .fixed-figure__child.--top-left {
    width: 11.5vw;
  }
  .fixed-figure__child.--top-right {
    width: 15.5vw;
  }
  .fixed-figure__child.--bottom-left {
    width: 27.5vw;
  }
  .fixed-figure__child.--bottom-right {
    bottom: 160px;
    width: 8.5vw;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .fixed-figure__child.--top-left {
    width: 17vw;
    display: none;
  }
  .fixed-figure__child.--top-right {
    top: 0px;
    width: 31vw;
  }
  .fixed-figure__child.--bottom-left {
    width: 20vw;
    left: -10px;
  }
  .fixed-figure__child.--bottom-right {
    bottom: 150px;
    width: 14.1vw;
    display: none;
  }
}
/*------------------------------------------------------------------------------
  fixed-btn
------------------------------------------------------------------------------*/
.fixed-btn {
  position: fixed;
  bottom: -23px;
  right: 23px;
  display: block;
  width: 100%;
  max-width: 147px;
  z-index: 99;
}
.fixed-btn img {
  border-radius: 50%;
  -webkit-box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.2);
}

/* 1140px
--------------------------------------------- */
@media only screen and (max-width: 1140px) {
  .fixed-btn {
    bottom: -20px;
    max-width: 110px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .fixed-btn {
    right: 10px;
    bottom: -15px;
    max-width: 98px;
  }
  .fixed-btn img {
    -webkit-box-shadow: 0px -5px 26px rgba(0, 0, 0, 0.15);
            box-shadow: 0px -5px 26px rgba(0, 0, 0, 0.15);
  }
}
/*------------------------------------------------------------------------------
  modal
------------------------------------------------------------------------------*/
.modal {
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 980px;
  width: 100%;
  max-height: calc(100vh - 100px);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  padding: 20px 10px;
  border-radius: 2px;
}

.modal__content-inner {
  padding: 40px 65px 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

.modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.modal__close-btn::before, .modal__close-btn::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #333;
  width: 35px;
  height: 1px;
}
.modal__close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__overview {
  margin-bottom: 60px;
}

.modal__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  border-left: 3px solid #C04E1C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 0 11px 19px;
  margin-bottom: 25px;
}

.modal__text {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.modal-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-media:not(:last-child) {
  margin-bottom: 50px;
}

.modal-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.4%;
          flex: 0 1 36.4%;
  margin-right: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.modal-media__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}

.modal-media__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #C04E1C;
  margin-bottom: 13px;
}

.modal-media__name-ja {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 20px;
}

.modal-media__name-en {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 1px;
}

.modal-media__info {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .modal__content {
    width: calc(100% - 40px);
    max-height: calc(100vh - 60px);
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .modal__content-inner {
    padding: 30px 25px 20px 15px;
    max-height: calc(100vh - 210px);
  }
  .modal__close-btn {
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .modal__close-btn::before, .modal__close-btn::after {
    width: 25px;
  }
  .modal__overview {
    margin-bottom: 40px;
  }
  .modal__title {
    font-size: 1.7rem;
    border-left: 2px solid #C04E1C;
    padding: 7px 0 7px 15px;
    margin-bottom: 14px;
  }
  .modal__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .modal-media {
    display: block;
  }
  .modal-media:not(:last-child) {
    margin-bottom: 45px;
  }
  .modal-media__img {
    margin-right: 0;
    width: 100%;
  }
  .modal-media__detail {
    margin-top: 20px;
  }
  .modal-media__name {
    margin-bottom: 10px;
  }
  .modal-media__name-ja {
    font-size: 1.6rem;
    margin-right: 16px;
  }
  .modal-media__name-en {
    font-size: 1.2rem;
  }
  .modal-media__info {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #363636;
  padding: 105px 0 35px;
}
.footer .inner {
  max-width: 1380px;
}

.footer__logo {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 37px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}

.footer__info {
  max-width: 300px;
}

.footer__external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.footer__external-link a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 30px;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__sns a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30px;
          flex: 0 1 30px;
  width: 30px;
}
.footer__sns a:not(:last-child) {
  margin-right: 35px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%;
  margin-bottom: 40px;
}
.footer__nav li:nth-child(3n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.footer__nav li a {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Source Sans Pro", sans-serif;
}

.footer__copyright {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.25em;
  line-height: 1;
  text-align: center;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 25px;
  }
  .footer__logo {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .footer__info {
    max-width: 350px;
    margin-bottom: 35px;
  }
  .footer__external-link {
    margin-bottom: 0;
  }
  .footer__external-link a {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .footer__sns a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24px;
            flex: 0 1 24px;
    width: 24px;
  }
  .footer__sns a:not(:last-child) {
    margin-right: 27px;
  }
  .footer__nav {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 25px;
  }
  .footer__nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
    margin-bottom: 17px;
  }
  .footer__nav li:nth-child(3n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .footer__nav li a {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .footer__copyright {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/
.mv {
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 140px;
}

.mv__inner {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mv__content {
  width: 36vw;
  height: 100%;
  min-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.mv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv__logo {
  width: 176px;
  border-right: 1px solid #333;
  padding: 79px 62px 0 0;
}

.mv__company {
  width: 264px;
  padding: 52px 0 4px 33px;
}

.mv__main {
  width: 100%;
  max-width: 610px;
  margin: auto;
  padding: 20px 0 80px;
}

.mv__scroll {
  position: absolute;
  bottom: 58px;
  left: 5px;
  padding-left: 11px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  z-index: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Source Sans Pro", sans-serif;
  z-index: 1;
}

.mv__scroll::after {
  content: "";
  position: absolute;
  bottom: -95px;
  left: 0;
  width: 1px;
  height: 150px;
  background: #333;
  -webkit-animation: move 1.7s cubic-bezier(1, 0.2, 0.4, 1) infinite;
          animation: move 1.7s cubic-bezier(1, 0.2, 0.4, 1) infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.mv__lead {
  position: absolute;
  top: 144px;
  right: 121px;
  width: 100%;
  max-width: 426px;
  z-index: 2;
}

.mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
}
.mv__bg img {
  -o-object-position: 60% center;
     object-position: 60% center;
}

.mv__figure {
  position: absolute;
  max-width: 600px;
  z-index: 1;
}
.mv__figure.--left-upper {
  top: 0;
  left: 0;
  width: 100%;
  width: 19.3vw;
  max-width: 320px;
}
.mv__figure.--center-upper {
  top: 0;
  left: 46.8vw;
  width: 100%;
  width: 14.37vw;
  max-width: 210px;
}
.mv__figure.--center-bottom {
  bottom: 15px;
  right: 46.8vw;
  width: 21.2vw;
  max-width: 306px;
}

/* 1920px
--------------------------------------------- */
@media only screen and (min-width: 1920px) {
  .mv__main {
    max-width: 700px;
  }
}
/* 1439px
--------------------------------------------- */
@media only screen and (max-width: 1439px) {
  .mv__content {
    width: 28vw;
  }
  .mv__logo {
    padding: 59px 42px 0 0;
  }
  .mv__company {
    width: 244px;
    padding: 37px 0 4px 33px;
  }
  .mv__main {
    max-width: 460px;
    padding: 20px 0 80px;
  }
  .mv__scroll {
    bottom: 35px;
    padding-left: 11px;
    font-size: 1.5rem;
  }
  .mv__figure.--center-bottom {
    width: 13.5vw;
    max-width: 250px;
  }
}
/* 1140px
--------------------------------------------- */
@media only screen and (max-width: 1140px) {
  .mv {
    max-height: 780px;
  }
  .mv__content {
    width: 43vw;
    min-width: 0;
  }
  .mv__logo {
    width: 130px;
    padding: 47px 28px 0 0;
  }
  .mv__company {
    width: 170px;
    padding: 35px 0 4px 20px;
  }
  .mv__main {
    width: 36vw;
    max-width: 370px;
    padding: 20px 0 50px;
  }
  .mv__lead {
    top: 130px;
    right: 80px;
    width: 31vw;
    max-width: 320px;
  }
}
/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .mv {
    max-height: 620px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .mv {
    height: 100vh;
    max-height: 100%;
    height: auto;
    margin-bottom: 90px;
    background-color: #fff;
  }
  .mv__inner {
    width: 100%;
    z-index: 2;
    background-color: transparent;
  }
  .mv__content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    z-index: 3;
  }
  .mv__logo,
.mv__company {
    display: none;
  }
  .mv__main {
    width: 72vw;
    max-width: 370px;
    padding: 103px 0 33px;
  }
  .mv__lead {
    position: relative;
    top: auto;
    right: auto;
    width: 68vw;
    max-width: 220px;
    margin: 0 13vw 0 auto;
    z-index: 2;
  }
  .mv__scroll {
    display: none;
  }
  .mv__bg {
    position: relative;
    width: 100%;
    height: 90.4vw;
    margin-top: -120px;
    z-index: 0;
  }
  .mv__bg img {
    -o-object-position: 75% center;
       object-position: 75% center;
  }
  .mv__figure.--left-upper {
    width: 21vw;
    top: -5px;
    left: -5px;
    opacity: 0.8;
  }
  .mv__figure.--center-upper {
    top: 0px;
    left: auto;
    right: 7px;
    width: 38vw;
    opacity: 0.8;
    max-width: 210px;
  }
  .mv__figure.--center-bottom {
    bottom: -40px;
    right: 6vw;
    width: 37.9vw;
    max-width: 306px;
  }
}
.mv__company-sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 171px;
  background-color: #fff;
  padding: 11px 12px 2px 12px;
  border-radius: 0 20px 0 0;
}

/* 480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {
  .mv__lead {
    margin: 0 20px 0 auto;
  }
}
/* 389px
--------------------------------------------- */
@media only screen and (max-width: 389px) {
  .mv__main {
    width: 70vw;
    padding: 80px 0 30px;
  }
  .mv__bg {
    height: 89vw;
    margin-top: -130px;
  }
  .mv__figure.--center-upper {
    top: 7px;
    width: 30vw;
  }
}
/*------------------------------------------------------------------------------
  about
------------------------------------------------------------------------------*/
.about {
  margin-bottom: 150px;
}

.about__content {
  margin: 0 auto;
  max-width: 775px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5EBE8;
  display: block;
  position: relative;
  z-index: 1;
  padding: 265px 20px 75px;
  text-align: center;
  border-radius: 40rem 40rem 0 0;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
  position: relative;
}
.about__content::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 2px;
  width: 364px;
  height: 318px;
  background-image: url(../img/arch.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  display: block;
  mix-blend-mode: multiply;
}

.about__title {
  color: #C04E1C;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 65px;
}

.about__title--sm {
  font-size: 3.4rem;
}

.about__text {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.about__text:first-of-type {
  margin-bottom: 35px;
}

.about__btn {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 60px;
  text-align: center;
  max-width: 320px;
  height: 60px;
  background-color: #C04E1C;
  display: block;
  margin: 55px auto 0;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
}
.about__btn span {
  position: relative;
}
.about__btn span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -20px;
  background-image: url(../img/external-link.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  z-index: 9;
}
.about__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  border: 0px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.06s ease;
  transition: all 0.06s ease;
}
.about__btn:hover {
  opacity: 0.95;
}
.about__btn:hover::before {
  border-width: 1px;
}

/* 1140px
--------------------------------------------- */
@media only screen and (max-width: 1140px) {
  .about__title {
    font-size: 3.2rem;
    margin-bottom: 55px;
  }
  .about__title--sm {
    font-size: 2.6rem;
  }
  .about__text {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  .about__text:first-of-type {
    margin-bottom: 30px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .about {
    margin-bottom: 70px;
  }
  .about .inner {
    padding: 0 15px;
  }
  .about__content {
    padding: 135px 17px 38px;
    max-width: 410px;
  }
  .about__content::before {
    top: -15px;
    right: -19px;
    width: 193px;
    height: 206px;
    background-image: url(../img/arch_sp.png);
  }
  .about__title {
    font-size: 2.2rem;
    margin-bottom: 37px;
  }
  .about__title--sm {
    font-size: 1.6rem;
  }
  .about__text {
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
  .about__text:first-of-type {
    margin-bottom: 27px;
  }
  .about__btn {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 54px;
    max-width: 275px;
    height: 54px;
    margin: 35px auto 0;
  }
  .about__btn span::after {
    right: -17px;
    width: 14px;
    height: 14px;
  }
  .about__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    border: 0px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.06s ease;
    transition: all 0.06s ease;
  }
  .about__btn:hover {
    opacity: 0.95;
  }
  .about__btn:hover::before {
    border-width: 1px;
  }
}
/* 389px
--------------------------------------------- */
@media only screen and (max-width: 389px) {
  .about__content::before {
    top: -20px;
    right: -22px;
  }
}
/* 374px
--------------------------------------------- */
@media only screen and (max-width: 374px) {
  .about__content::before {
    top: -6px;
    right: -13px;
    width: 150px;
    height: 160px;
  }
}
/* 359px
--------------------------------------------- */
@media only screen and (max-width: 359px) {
  .about__content {
    padding: 135px 17px 38px;
  }
  .about__content::before {
    top: -13px;
    right: -17px;
    width: 153px;
    height: 166px;
  }
}
/*------------------------------------------------------------------------------
  point
------------------------------------------------------------------------------*/
.point {
  margin-bottom: 130px;
}
.point .inner {
  max-width: 1175px;
}

.point-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point-media:not(:last-child) {
  margin-bottom: 130px;
}

.point-media__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44.4%;
          flex: 0 1 44.4%;
  width: 100%;
}

.point-media__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C04E1C;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  margin-bottom: 35px;
  padding-left: 2px;
  position: relative;
}
.point-media__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -74px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #C04E1C;
}

.point-media__heading-text {
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  padding-top: 2px;
  margin-right: 10px;
}

.point-media__heading-number {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}

.point-media__title {
  font-size: 2.4rem;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}

.point-media__text {
  line-height: 1.85;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.point-media__text:not(:last-of-type) {
  margin-bottom: 28px;
}

.point-media__detail {
  margin-top: 40px;
}

.point-media__label {
  color: #C04E1C;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  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;
  width: 91px;
  height: 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #C04E1C;
}

.point-media__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.point-media__store-name {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.point-media__store-name .--sm {
  color: #4f4f4f;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  display: inline-block;
}
.point-media__store-name li:first-child {
  margin-bottom: 9px;
}

.point-media__store-notes {
  font-size: 1.2rem;
  color: #4f4f4f;
  letter-spacing: 0.06em;
}

.point-media__store-img {
  width: 100%;
  max-width: 143px;
  margin-left: 12px;
}

.point-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.87%;
          flex: 0 1 46.87%;
  max-width: 532px;
}

.point-media.--odd .point-media__contents {
  padding-left: 17px;
  margin-right: 20px;
}

.point-media.--even .point-media__contents {
  padding-right: 17px;
  margin-left: 20px;
}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .point-media:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .point-media__title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .point-media__title br {
    display: none;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .point {
    margin-bottom: 60px;
  }
  .point-media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 460px;
  }
  .point-media:not(:last-child) {
    margin-bottom: 65px;
  }
  .point-media__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: contents;
    background-color: #ddd;
  }
  .point-media__heading {
    margin-bottom: 22px;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .point-media__heading::after {
    right: -70px;
    width: 54px;
  }
  .point-media__heading-text {
    font-size: 1.5rem;
    padding-top: 2px;
    margin-right: 8px;
  }
  .point-media__heading-number {
    font-size: 2rem;
  }
  .point-media__title {
    font-size: 1.8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  .point-media__text {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .point-media__text:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .point-media__detail {
    margin-top: 23px;
  }
  .point-media__label {
    font-size: 1.2rem;
    width: 80px;
    height: 29px;
    margin-bottom: 7px;
  }
  .point-media__store {
    display: block;
  }
  .point-media__store-name {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  .point-media__store-name .--sm {
    color: #4f4f4f;
    font-size: 1.2rem;
  }
  .point-media__store-name li:first-child {
    margin-bottom: 7px;
  }
  .point-media__store-notes {
    font-size: 1.2rem;
  }
  .point-media__store-img {
    max-width: 95%;
    margin: 10px 0 0;
  }
  .point-media__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .point-media.--odd .point-media__contents {
    padding-left: 0;
    margin-right: 0;
  }
  .point-media.--odd .point-media__title,
.point-media.--odd .point-media__text {
    padding-right: 10px;
  }
  .point-media.--even .point-media__contents {
    padding-right: 0;
    margin-left: 0;
  }
  .point-media.--even .point-media__heading,
.point-media.--even .point-media__title,
.point-media.--even .point-media__text {
    padding-left: 10px;
  }
}
/*------------------------------------------------------------------------------
  artist
------------------------------------------------------------------------------*/
.artist {
  background-color: #F5EBE8;
  padding: 130px 0;
  margin-bottom: 130px;
}

.artist__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 55px auto 0;
}

.card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #F5EBE8;
  border-right: 1px solid #F5EBE8;
}
.card:hover {
  opacity: 1;
}

.card__link {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 25px 25px;
  display: block;
  position: relative;
}
.card__link:hover {
  opacity: 1;
}
.card__link:hover::before {
  border: 9px solid #EAC6BA;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.card__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
}

.card__img {
  max-width: 320px;
  margin: 0 auto 19px;
  display: block;
}
.card__img img {
  display: block;
  margin: 0 auto;
}

.card__name-ja {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-right: 14px;
}

.card__name-en {
  color: #4f4f4f;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
}

.card__link-text {
  display: none;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .artist {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .artist__content {
    margin: 30px auto 0;
  }
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .card__link {
    padding: 20px 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card__link::before {
    content: none;
  }
  .card__img {
    margin: 0 auto 14px;
  }
  .card__name-ja {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    margin-bottom: 4px;
  }
  .card__name-en {
    font-size: 1.2rem;
    padding-left: 1px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: auto;
  }
  .card__link-text {
    color: #CE9583;
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    text-align: right;
    margin-top: 13px;
    position: relative;
    padding-right: 30px;
  }
  .card__link-text::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 24px;
    height: 5px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
/*------------------------------------------------------------------------------
  outline
------------------------------------------------------------------------------*/
.outline {
  margin-bottom: 130px;
}
.outline .inner {
  max-width: 940px;
}

.outline__content {
  margin: 70px auto 0;
}

.outline__sub-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}

.outline__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #F5EBE8;
}
.outline__detail dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #F5EBE8;
  padding: 35px 0 35px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.outline__detail dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  line-height: 1.6;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #F5EBE8;
  padding: 35px 25px 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.outline__detail dd .--sm {
  font-size: 1.4rem;
}

.outline__detail-notes {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 9px;
}

.outline__map iframe {
  width: 100%;
  height: 390px;
}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .outline__detail dt {
    font-size: 1.5rem;
  }
  .outline__detail-notes br {
    display: none;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .outline {
    margin-bottom: 60px;
  }
  .outline__content {
    margin: 30px auto 0;
  }
  .outline__sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  .outline__detail dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    font-size: 1.4rem;
    color: #C04E1C;
    border-bottom: none;
    padding: 20px 15px 0 5px;
  }
  .outline__detail dd {
    font-size: 1.3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    line-height: 1.6;
    border-bottom: 1px solid #F5EBE8;
    padding: 13px 15px 20px 5px;
  }
  .outline__detail dd .--sm {
    font-size: 1.2rem;
  }
  .outline__detail-notes {
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 7px;
  }
  .outline__map {
    margin-top: 6px;
  }
  .outline__map iframe {
    height: 320px;
  }
}
/*------------------------------------------------------------------------------
  event
------------------------------------------------------------------------------*/
.event {
  padding: 68px 0 130px;
  background-color: #F4F1ED;
}

.event__title-figure {
  margin: 0 auto 10px;
  max-width: 87px;
}

.event__title {
  text-align: center;
}
.event__title .title__en {
  margin-bottom: 13px;
}
.event__title .title__en::after {
  content: none;
}
.event__title .title__ja {
  position: relative;
  padding-bottom: 25px;
}
.event__title .title__ja::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #C04E1C;
}

.event__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 115px auto -130px;
}

.event-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45.45%;
          flex: 0 1 45.45%;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #C04E1C;
  padding: 28px 28px 50px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 110px;
}
.event-card.--comingSoon::before {
  content: "Coming Soon...";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #C04E1C;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: center;
}

.event-card__number {
  width: 108px;
  display: block;
  position: absolute;
  top: -51px;
  left: 34px;
}

.event-card__img {
  width: 100%;
  height: 287px;
  margin-bottom: 35px;
  display: block;
  cursor: pointer;
}
.event-card__img img {
  border-radius: 3px;
}

.event-card__title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.event-card__text {
  font-size: 1.5rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.event-card__detail {
  font-weight: bold;
  margin: 16px 0 7px;
}
.event-card__detail li .--line-through {
  text-decoration: line-through;
}

.event-card__link {
  color: #C04E1C;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.event-card__link a,
.event-card__link span {
  color: #C04E1C;
  text-decoration: underline;
  cursor: pointer;
}

/* 1140px
--------------------------------------------- */
@media only screen and (max-width: 1140px) {
  .event-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  .event-card__number {
    width: 90px;
    top: -42px;
  }
  .event-card__title {
    font-size: 1.8rem;
  }
  .event-card__text {
    font-size: 1.4rem;
  }
  .event-card__link {
    font-size: 1.3rem;
  }
}
/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .event-card {
    padding: 24px 20px 40px 26px;
  }
  .event-card__img {
    height: 29vw;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .event {
    padding: 50px 0 70px;
  }
  .event__title-figure {
    margin: 0 auto 7px;
    max-width: 60px;
  }
  .event__title .title__en {
    margin-bottom: 7px;
  }
  .event__title .title__ja {
    padding-bottom: 17px;
  }
  .event__title .title__ja::before {
    width: 40px;
  }
  .event__content {
    display: block;
    margin: 60px auto -70px;
  }
  .event-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 auto 70px;
    padding: 20px 18px 25px 14px;
    border-width: 4px;
  }
  .event-card.--comingSoon {
    min-height: 170px;
  }
  .event-card.--comingSoon::before {
    font-size: 1.8rem;
  }
  .event-card__number {
    width: 64px;
    top: -28px;
    left: 18px;
  }
  .event-card__img {
    height: 52vw;
    margin-bottom: 15px;
  }
  .event-card__title {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .event-card__text {
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .event-card__detail {
    margin: 12px 0 75x;
  }
  .event-card__link {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
/* 359px
--------------------------------------------- */
@media only screen and (max-width: 359px) {
  .event-card__title {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
  .event-card__text {
    font-size: 1.2rem;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/*# sourceMappingURL=style.css.map */