@charset "UTF-8";
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,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}

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

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo: */
html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #efe9f1;
  color: #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: articulat-cf, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  zoom: 1;
}

body:after {
  content: "";
  clear: both;
  display: block;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

a:visited, a:link {
  color: #004986;
  text-decoration: underline;
}

a:hover, a:active {
  color: #5a8fba;
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

svg {
  line-height: 1.0em;
  vertical-align: top;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.sp-only,
.sp-only-inline {
  display: none;
}

#pagetop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

.m--block {
  width: calc(100% - 200px);
  min-width: 1100px;
  max-width: 1500px;
  min-height: 100%;
  margin: 0 auto;
  border: #000000 solid 1px;
  box-sizing: border-box;
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #f4f4ef;
}

.m--block.color--black {
  background-color: #000000;
  color: #f4f4ef;
}

.m--block__inner {
  position: relative;
}

.m--block__headline {
  line-height: 1.0em;
  display: block;
  width: 100%;
  text-align: center;
  padding: 95px 0 85px;
  border-bottom: #000000 solid 1px;
}

.m--block__headline.color--black {
  border-bottom: #f4f4ef solid 1px;
}

.m--subheadline {
  font-family: sculpin, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 10px;
  letter-spacing: -.01em;
  line-height: 1.0em;
  position: relative;
}

.m--subheadline:before {
  content: '＞';
  display: block;
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-60%);
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #f4f4ef;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9002;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  display: none;
}

.loader.is--show {
  display: block;
}

.loader__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.loader__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background-color: #db2852;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 1.2s ease-out;
}

.background.is--blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  filter: blur(20px);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: scale(1.1);
}

.background__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.background__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.container {
  display: block;
  position: relative;
  z-index: 1;
  width: calc(100% - 200px);
  min-width: 1100px;
  max-width: 1500px;
  min-height: 100%;
  margin: 0 auto;
  zoom: 1;
  border: none;
  overflow: hidden;
  transform: translateY(0px);
  transition: none;
  border: #000000 solid 1px;
  box-sizing: border-box;
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #f4f4ef;
}

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

.header {
  width: 100%;
  min-width: 1200px;
  display: block;
  position: fixed;
  z-index: 50;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: translateY(0px);
  transition: transform .4s;
}

.header.is--scroll {
  transform: translateY(0px);
}

.header__inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.header {
  min-width: 100%;
  width: 100%;
  height: 80px;
}

.header__inner {
  height: 100%;
  width: calc(100% - 200px);
  min-width: 1100px;
  max-width: 1500px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f4f4ef;
}

.header__title {
  font-family: sculpin, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 10px;
  line-height: 2.0em;
  display: inline-block;
  margin-left: 48px;
}

.header__title a {
  display: block;
  color: #000000;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}

.header__title a:before {
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/common/icon_star_black2.png") center top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__ham {
  width: 80px;
  height: 100%;
  border-left: #000000 solid 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.header__ham a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .2s;
}

.header__ham a:hover {
  background-color: #db2852;
}

.header__ham a:hover span {
  background-color: #f4f4ef;
}

.header__ham a:hover span:nth-child(1) {
  transform: translate(-50%, 0px) rotate(180deg) scaleX(1.2);
}

.header__ham a:hover span:nth-child(2) {
  transform: translate(-50%, 0px) scaleX(0);
}

.header__ham a:hover span:nth-child(3) {
  transform: translate(-50%, 0px) rotate(90deg) scaleX(1.2);
}

.header__ham span {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: translate(-50%, 0px);
  transition: transform .4s;
}

.header__ham span:nth-child(1) {
  transform: translate(-50%, -15px);
}

.header__ham span:nth-child(3) {
  transform: translate(-50%, 15px);
}

.header__ham.is--active span:nth-child(1) {
  transform: translate(-50%, 0px) rotate(45deg);
}

.header__ham.is--active span:nth-child(2) {
  transform: translate(-50%, 0px) scaleX(0);
}

.header__ham.is--active span:nth-child(3) {
  transform: translate(-50%, 0px) rotate(135deg);
}

.navigation {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  zoom: 1;
  display: none;
}

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

.navigation.is--show {
  display: block;
}

.navigation__inner {
  width: 700px;
  height: 100%;
  position: relative;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navigation__head {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  height: 80px;
  position: relative;
  zoom: 1;
}

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

.navigation__head:before {
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/common/icon_star_black2.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navigation__head .head--button {
  width: 80px;
  height: 100%;
  border-left: #000000 solid 1px;
  float: right;
}

.navigation__head .head--button a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all .4s;
}

.navigation__head .head--button a:before, .navigation__head .head--button a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .4s;
}

.navigation__head .head--button a:before {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1.5);
}

.navigation__head .head--button a:after {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
}

.navigation__head .head--button a:hover {
  background-color: #db2852;
}

.navigation__head .head--button a:hover:before {
  background-color: #f4f4ef;
  transform: translate(-50%, 0%) rotate(-180deg) scaleX(0.6);
}

.navigation__head .head--button a:hover:after {
  background-color: #f4f4ef;
  transform: translate(-50%, 0%) rotate(180deg) scaleX(0);
}

.navigation__list {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: calc(100% - 80px);
}

.navigation__list ul {
  display: block;
  width: 100%;
  height: 100%;
}

.navigation__list li {
  display: block;
  width: 100%;
  height: calc(100% / 12);
  border-top: #000000 solid 1px;
}

.navigation__list li.is--current a {
  background-color: #f4f4ef;
}

.navigation__list li.is--current a:before {
  color: #db2852 !important;
}

.navigation__list li.is--current a path {
  fill: #db2852;
}

.navigation__list li:nth-child(1) a:before {
  content: '01';
}

.navigation__list li:nth-child(2) a:before {
  content: '02';
}

.navigation__list li:nth-child(3) a:before {
  content: '03';
}

.navigation__list li:nth-child(4) a:before {
  content: '04';
}

.navigation__list li:nth-child(5) a:before {
  content: '05';
}

.navigation__list li:nth-child(6) a:before {
  content: '06';
}

.navigation__list li:nth-child(7) a:before {
  content: '07';
}

.navigation__list li:nth-child(8) a:before {
  content: '08';
}

.navigation__list li:nth-child(9) a:before {
  content: '09';
}

.navigation__list li:nth-child(10) a:before {
  content: '10';
}

.navigation__list li:nth-child(11) a:before {
  content: '11';
}

.navigation__list li:nth-child(12) a:before {
  content: '12';
}

.navigation__list a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  background-color: #db2852;
  transition: all .4s;
}

.navigation__list a:before {
  display: block;
  position: absolute;
  left: 25px;
  top: 14%;
  z-index: 1;
  font-family: sculpin, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 15px;
  line-height: 1.0em;
  color: #000000;
  transition: all .4s;
}

.navigation__list a svg {
  height: 36px;
  width: auto;
}

.navigation__list a path {
  fill: #f4f4ef;
  transition: all .4s;
}

.navigation__list a:hover {
  background-color: #f4f4ef;
}

.navigation__list a:hover:before {
  color: #db2852 !important;
}

.navigation__list a:hover path {
  fill: #db2852;
}

.navigation__list span {
  display: block;
  margin-left: 90px;
}

.fixed--twitter,
.fixed--lang {
  width: 180px;
  position: fixed;
  right: 0px;
  z-index: 60;
  transform: translateX(180px);
  transition: transform .4s;
}

.fixed--twitter.is--scroll,
.fixed--lang.is--scroll {
  transform: translateX(0);
}

.fixed--twitter a,
.fixed--lang a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  background-color: #f4f4ef;
  color: #000000;
  border: #000000 solid 1px;
  text-decoration: none;
  position: relative;
}

.fixed--twitter a:before,
.fixed--lang a:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 30px;
  top: 0;
}

.fixed--twitter a:hover .fixed--twitter__text,
.fixed--twitter a:hover .fixed--lang__text,
.fixed--lang a:hover .fixed--twitter__text,
.fixed--lang a:hover .fixed--lang__text {
  background-color: #db2852;
  color: #ffffff;
}

.fixed--twitter__icon,
.fixed--lang__icon {
  display: block;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  width: 30px;
  line-height: 1.0em;
  text-align: center;
}

.fixed--twitter__text,
.fixed--lang__text {
  display: block;
  font-family: sculpin, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 17px;
  letter-spacing: -.02em;
  line-height: 30px;
  white-space: nowrap;
  text-indent: 10px;
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
  transition: all .2s;
}

.fixed--twitter {
  bottom: 20px;
}

.fixed--lang {
  bottom: 70px;
}

.header__lang {
  width: 250px;
  height: 100vh;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 60;
  background-color: #db2852;
  display: none;
}

.header__lang.is--show {
  display: block;
}

.header__lang__head {
  margin: 0 20px;
  text-align: right;
  font-family: dashiell-fine, serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 30px;
  letter-spacing: .015em;
  line-height: 1.0em;
  padding-top: 40px;
  margin-bottom: 50px;
}

.header__lang__head a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-left: 35px;
  transition: all .2s;
}

.header__lang__head a:hover {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.header__lang__head .head--icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: #ffffff solid 1px;
  box-sizing: border-box;
  transition: all .2s;
}

.header__lang__head span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header__lang__head span:before, .header__lang__head span:after {
  content: '';
  display: block;
  width: 23px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transition: all .2s;
}

.header__lang__head span:before {
  transform: translateY(-50%) rotate(-26deg);
}

.header__lang__head span:after {
  transform: translateY(-50%) rotate(26deg);
}

.header__lang__list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
  margin: 0 20px;
}

.header__lang__list li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 20px;
}

.header__lang__list li:last-of-type {
  margin-bottom: 0;
}

.header__lang__list a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  transition: all .2s;
}

.header__lang__list a:hover {
  color: #ffffff;
}

.header__lang__list a:hover span:after {
  transform: scaleX(1);
}

.header__lang__list span {
  display: block;
  position: relative;
  font-size: 23px;
  line-height: 1.5em;
}

.header__lang__list span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform: scaleX(0);
  transition: all .2s;
}

.footer {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer__inner {
  width: 100%;
  padding-top: 260px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

.footer__inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #db2852;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.footer__block {
  width: 1100px;
  margin: 0 auto;
}

.footer__logo {
  width: 915px;
  border-bottom: #000000 solid 1px;
  padding-bottom: 45px;
  margin-bottom: 25px;
}

.footer__logo ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.footer__logo li {
  margin-right: 40px;
}

.footer__logo li:last-of-type {
  margin-right: 0;
}

.footer__logo a {
  display: block;
  transition: all .2s;
}

.footer__logo a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.footer__caption {
  width: 915px;
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 13px;
  letter-spacing: .2em;
  margin-bottom: 5px;
}

.footer__link {
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.footer__link li {
  margin-right: 30px;
}

.footer__link li:last-of-type {
  margin-right: 0;
}

.footer__link a {
  text-decoration: none;
  color: #000000;
}

.footer__rights {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.footer__rights .rights--en {
  font-family: dashiell-fine, serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: .04em;
  margin-right: 30px;
}

.footer__rights .rights--copy {
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 10px;
}

.footer__sub {
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 40px;
  z-index: 1;
  transform: translateX(365px);
  width: 100vw;
  padding-top: 115px;
}

.footer__sub__inner {
  width: 405px;
  position: relative;
}

.footer__sub__share {
  width: 100%;
  margin-bottom: 70px;
}

.footer__sub__share .share--headline {
  text-align: center;
  color: #ffffff;
  font-family: dashiell-fine, serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 19px;
  letter-spacing: 1.11em;
  line-height: 1.0em;
  margin-bottom: 50px;
  margin-left: 1.11em;
}

.footer__sub__share .share--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.footer__sub__share .share--list li {
  margin: 0 15px;
}

.footer__sub__share .share--list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 70px;
  height: 70px;
  border: #ffffff solid 1px;
  box-sizing: border-box;
  border-radius: 70px;
  transition: all .2s;
}

.footer__sub__share .share--list a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.footer__sub__icon {
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 65px;
}

.footer__sub__date {
  text-align: center;
  color: #ffffff;
  font-family: dashiell-fine, serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 19px;
  letter-spacing: .655em;
}

.footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.footer__bg p {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer__bg .bg--pink1 {
  display: block;
  height: 180px;
  width: calc(50% - 475px);
  background-color: #db2852;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.footer__bg .bg--patturn1 {
  display: block;
  width: calc(100% - 140px);
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url("../img/common/bg_pattern1.png") 100% top repeat;
  background-size: auto 180px;
}

.footer {
  width: calc(100% - 200px);
  min-width: 1100px;
  max-width: 1500px;
  margin: 0 auto;
  border: #000000 solid 1px;
  border-top: none;
  box-sizing: border-box;
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #f4f4ef;
}

.footer__inner {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer__inner:after {
  display: none;
}

.footer__rights {
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  display: block;
  text-align: center;
  font-size: 11px;
  letter-spacing: .15em;
  line-height: 1.0em;
  padding: 30px 0 90px;
}

.footer__desc {
  width: 100%;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #000000 solid 1px;
}

.footer__desc__caption {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  height: 100px;
  border-right: #000000 solid 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: normal;
}

.footer__desc__caption p {
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin: 0 40px;
  font-size: 12px;
  letter-spacing: .045em;
  line-height: 1.66em;
}

.footer__desc__caption a {
  color: #000000;
  transition: all .2s;
  text-decoration: none;
}

.footer__desc__caption a:hover {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.footer__desc__logo {
  -ms-flex-preferred-size: calc(100% - 360px);
      flex-basis: calc(100% - 360px);
  height: 100px;
}

.footer__desc__logo ul {
  width: 90%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
}

.footer__desc__logo a {
  display: block;
  transition: all .2s;
}

.footer__desc__logo a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  overflow: auto;
  display: none;
}

#modal.bg--color {
  background-color: rgba(239, 233, 241, 0.8);
}

#modal.bg--beige {
  background-color: rgba(243, 243, 238, 0.9);
}

.modal__inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal__block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;
}

.modal__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.modal__close {
  text-align: center;
}

.modal__close a {
  display: block;
  line-height: 1.0em;
  padding: 35px 0;
  transition: all .2s;
}

.modal__close a:hover {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.modal__movie {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: none;
}

.modal__movie .modal__button--close {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  top: -89px;
}

.modal__movie .modal__button--close a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: #000000 solid 1px;
  box-sizing: border-box;
  overflow: hidden;
}

.modal__movie .modal__button--close a:before, .modal__movie .modal__button--close a:after {
  content: '';
  display: block;
  width: 150%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .2s;
}

.modal__movie .modal__button--close a:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__movie .modal__button--close a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__movie .modal__button--close a:hover:before, .modal__movie .modal__button--close a:hover:after {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.3);
}

.modal__movie__inner {
  position: relative;
  zoom: 1;
}

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

.modal__movie__details__frame {
  line-height: 1.0em;
  width: 100%;
}

.modal__movie__details__frame iframe {
  width: 100%;
  height: 608px;
}

.modal__comment {
  width: 800px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: #f3f3ee;
  border: #000000 solid 1px;
  box-sizing: border-box;
  display: none;
}

.modal__comment__head {
  text-align: center;
  line-height: 1.0em;
  padding: 100px 0 85px;
  border-bottom: #000000 solid 1px;
}

.modal__comment__name,
.modal__comment__text {
  border-bottom: #000000 solid 1px;
  padding: 20px 0 35px;
}

.modal__comment__name .comment--subheadline,
.modal__comment__text .comment--subheadline {
  font-family: sculpin, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 12px;
  letter-spacing: -.01em;
  line-height: 1.0em;
  position: relative;
  margin-left: 35px;
}

.modal__comment__name .comment--subheadline:before,
.modal__comment__text .comment--subheadline:before {
  content: '＞';
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-60%);
}

.modal__comment__name .comment--name,
.modal__comment__text .comment--name {
  margin-left: 115px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 30px;
  line-height: 1.0em;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleX(1.1);
  letter-spacing: -.02em;
}

.modal__comment__name .comment--name span,
.modal__comment__text .comment--name span {
  letter-spacing: -.1em;
}

.modal__comment__name .comment--text,
.modal__comment__text .comment--text {
  margin-left: 115px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 15px;
  line-height: 1.93em;
  letter-spacing: -.02em;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleX(1.05);
}

.modal__comment__name .comment--subheadline {
  margin-bottom: 5px;
}

.modal__comment__text {
  padding-bottom: 50px;
}

.modal__comment__text .comment--subheadline {
  margin-bottom: 20px;
}

.color--black .loader__bar {
  background-color: #23afa5;
}

.color--black .m--block {
  width: 100%;
  border-color: #f4f4ef;
  background-color: #000000;
  color: #f4f4ef;
}

.color--black .m--block__headline {
  border-bottom-color: #f4f4ef;
}

.color--black .header__inner {
  border-right-color: #f4f4ef;
  border-left-color: #f4f4ef;
  border-bottom-color: #f4f4ef;
  background-color: #000000;
}

.color--black .header__title a {
  color: #f4f4ef;
}

.color--black .header__title a:before {
  background-image: url("../img/common/icon_star_gray2.png");
  background-size: 100% 100%;
}

.color--black .header__ham {
  border-left-color: #f4f4ef;
}

.color--black .header__ham a:hover {
  background-color: #23afa5;
}

.color--black .header__ham a:hover span {
  background-color: #000000;
}

.color--black .header__ham span {
  background-color: #f4f4ef;
}

.color--black .navigation__inner {
  border-left-color: #000000;
}

.color--black .navigation__head {
  background-color: #000000;
  border-bottom: #f4f4ef solid 1px;
  border-left: #f4f4ef solid 1px;
}

.color--black .navigation__head:before {
  background-image: url("../img/common/icon_star_gray2.png");
  background-size: 100% 100%;
}

.color--black .navigation__head .head--button {
  border-left-color: #f4f4ef;
}

.color--black .navigation__head .head--button a:before, .color--black .navigation__head .head--button a:after {
  background-color: #f4f4ef;
}

.color--black .navigation__head .head--button a:hover {
  background-color: #23afa5;
}

.color--black .navigation__head .head--button a:hover:before, .color--black .navigation__head .head--button a:hover:after {
  background-color: #000000;
}

.color--black .navigation__list li {
  border-top-color: #000000;
}

.color--black .navigation__list li:first-of-type {
  border-top: none;
}

.color--black .navigation__list li.is--current a {
  background-color: #000000;
}

.color--black .navigation__list li.is--current a:before {
  color: #23afa5 !important;
}

.color--black .navigation__list li.is--current a path {
  fill: #23afa5;
}

.color--black .navigation__list a {
  background-color: #23afa5;
}

.color--black .navigation__list a:before {
  color: #000000;
}

.color--black .navigation__list a path {
  fill: #000000;
}

.color--black .navigation__list a:hover {
  background-color: #000000;
}

.color--black .navigation__list a:hover:before {
  color: #23afa5 !important;
}

.color--black .navigation__list a:hover path {
  fill: #23afa5;
}

.color--black .background {
  background-color: #000000;
}

.color--black .background__image {
  display: none;
}

.color--black .container {
  border-color: #f4f4ef;
  background-color: #000000;
  color: #f4f4ef;
}

.color--black .footer {
  border-color: #f4f4ef;
  background-color: #000000;
  color: #f4f4ef;
}

.color--black .footer__desc {
  border-bottom-color: #f4f4ef;
}

.color--black .footer__desc__caption {
  border-right-color: #f4f4ef;
}

.color--black .footer__desc__caption a {
  color: #f4f4ef;
}

.color--black .footer__desc__link {
  border-right-color: #f4f4ef;
}

.color--black .footer__desc__link a {
  color: #f4f4ef;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw
  @include spimg(width, 346)
  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    background-color: #efe9f1;
    color: #000000;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 24px;
    line-height: 6.4vw;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only,
  .pc-only-inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline-block;
  }
  #pagetop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
  }
  .m--block {
    width: 89.333%;
    min-width: auto;
    max-width: auto;
    min-height: 100%;
    margin: 0 auto;
    border: #000000 solid 1px;
    border: #000000 solid 0.26667vw;
    box-sizing: border-box;
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    background-color: #f4f4ef;
  }
  .m--block.color--black {
    background-color: #000000;
    color: #f4f4ef;
  }
  .m--block__inner {
    position: relative;
  }
  .m--block__headline {
    line-height: 1.0em;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 43px;
    padding-top: 11.46667vw;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .m--block__headline.color--black {
    border-bottom: #f4f4ef solid 1px;
    border-bottom: #f4f4ef solid 0.26667vw;
  }
  .m--block__headline img {
    height: 28.5px;
    height: 7.6vw;
    width: auto;
  }
  .m--subheadline {
    font-family: sculpin, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .025em;
    line-height: 1.0em;
    position: relative;
  }
  .m--subheadline:before {
    content: '＞';
    display: block;
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    letter-spacing: 0;
    position: absolute;
    left: -13px;
    left: -3.46667vw;
    top: 50%;
    transform: translateY(-60%);
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #f4f4ef;
  }
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9002;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    display: none;
  }
  .loader.is--show {
    display: block;
  }
  .loader__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .loader__bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    height: 2.66667vw;
    background-color: #db2852;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .background {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all 1.2s ease-out;
    background-color: #000000;
  }
  .background__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .background__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    zoom: 1;
    transform: translateY(0px);
    transition: none;
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin: 0 auto;
    border: 1px solid #000000;
    border: 0.26667vw solid #000000;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    background-color: #f4f4ef;
  }
  .container:after {
    content: "";
    clear: both;
    display: block;
  }
  .header {
    width: 100%;
    min-width: 100%;
    display: block;
    position: fixed;
    z-index: 50;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateY(0px);
    transition: transform .4s;
  }
  .header.is--scroll {
    transform: translateY(0);
  }
  .header__inner {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .header {
    min-width: 100%;
    width: 100%;
    height: 40px;
    height: 10.66667vw;
    background-color: #f4f4ef;
  }
  .header__inner {
    height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #000000;
    border: 0.26667vw solid #000000;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .header__title {
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    line-height: 2.0em;
    display: block;
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
  .header__title a {
    display: block;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding-left: 0;
    width: 100%;
    height: 100%;
  }
  .header__title a:before {
    content: '';
    display: block;
    width: 12.5px;
    width: 3.33333vw;
    height: 9.5px;
    height: 2.53333vw;
    background: url("../img/common/icon_star_black2.png") center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header__title span {
    display: none;
  }
  .header__ham {
    width: 40px;
    width: 10.66667vw;
    height: 100%;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header__ham a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .2s;
  }
  .header__ham a:hover {
    background-color: #f4f4ef;
  }
  .header__ham a:hover span {
    background-color: #000000;
  }
  .header__ham a:hover span:nth-child(1) {
    transform: translate(-50%, -7px) rotate(0deg) scaleX(1);
    transform: translate(-50%, -1.86667vw) rotate(0deg) scaleX(1);
  }
  .header__ham a:hover span:nth-child(2) {
    transform: translate(-50%, 0px) scaleX(1);
  }
  .header__ham a:hover span:nth-child(3) {
    transform: translate(-50%, 7px) rotate(0deg) scaleX(1);
    transform: translate(-50%, 1.86667vw) rotate(0deg) scaleX(1);
  }
  .header__ham span {
    display: block;
    width: 25px;
    width: 6.66667vw;
    height: 1px;
    height: 0.26667vw;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: translate(-50%, 0px);
    transition: transform .4s;
  }
  .header__ham span:nth-child(1) {
    transform: translate(-50%, -7px);
    transform: translate(-50%, -1.86667vw);
  }
  .header__ham span:nth-child(3) {
    transform: translate(-50%, 7px);
    transform: translate(-50%, 1.86667vw);
  }
  .header__ham.is--active span:nth-child(1) {
    transform: translate(-50%, 0px) rotate(45deg);
  }
  .header__ham.is--active span:nth-child(2) {
    transform: translate(-50%, 0px) scaleX(0);
  }
  .header__ham.is--active span:nth-child(3) {
    transform: translate(-50%, 0px) rotate(135deg);
  }
  .navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    zoom: 1;
    display: none;
  }
  .navigation:after {
    content: "";
    clear: both;
    display: block;
  }
  .navigation.is--show {
    display: block;
  }
  .navigation__inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f4f4ef;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation__head {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    height: 40px;
    height: 10.66667vw;
    position: relative;
    zoom: 1;
  }
  .navigation__head:after {
    content: "";
    clear: both;
    display: block;
  }
  .navigation__head:before {
    content: '';
    display: block;
    width: 12.5px;
    width: 3.33333vw;
    height: 9.5px;
    height: 2.53333vw;
    background: url("../img/common/icon_star_black2.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .navigation__head .head--button {
    width: 40px;
    width: 10.66667vw;
    height: 100%;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
    float: right;
  }
  .navigation__head .head--button a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: none;
  }
  .navigation__head .head--button a:before, .navigation__head .head--button a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    height: 0.26667vw;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: none;
  }
  .navigation__head .head--button a:before {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1.5);
  }
  .navigation__head .head--button a:after {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
  }
  .navigation__head .head--button a:hover {
    background-color: #f4f4ef;
  }
  .navigation__head .head--button a:hover:before {
    background-color: #000000;
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1.5);
  }
  .navigation__head .head--button a:hover:after {
    background-color: #000000;
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
  }
  .navigation__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: calc(100% - 40px);
    height: calc(100% - 10.66667vw);
  }
  .navigation__list ul {
    display: block;
    width: 100%;
    height: 100%;
  }
  .navigation__list li {
    display: block;
    width: 100%;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
  }
  .navigation__list a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
    background-color: #db2852;
    transition: all .4s;
  }
  .navigation__list a:before {
    display: block;
    position: absolute;
    left: 12.5px;
    left: 3.33333vw;
    top: 13%;
    z-index: 1;
    font-family: dashiell-fine, serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.0em;
    color: #000000;
    transition: all .4s;
  }
  .navigation__list a svg {
    height: 21px;
    height: 5.6vw;
    width: auto;
  }
  .navigation__list a path {
    fill: #f4f4ef;
    transition: all .4s;
  }
  .navigation__list a:hover {
    background-color: #db2852;
  }
  .navigation__list a:hover:before {
    color: #000000 !important;
  }
  .navigation__list a:hover path {
    fill: #f4f4ef;
  }
  .navigation__list span {
    display: block;
    margin-left: 45px;
    margin-left: 12vw;
  }
  .fixed--twitter,
  .fixed--lang {
    width: 150px;
    width: 40vw;
    position: fixed;
    right: 0px;
    right: 0vw;
    z-index: 60;
    transform: translateX(150px);
    transform: translateX(40vw);
    transition: transform .4s;
  }
  .fixed--twitter.is--scroll,
  .fixed--lang.is--scroll {
    transform: translateX(0);
  }
  .fixed--twitter a,
  .fixed--lang a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 22.5px;
    height: 6vw;
    background-color: #f4f4ef;
    color: #000000;
    border: #000000 solid 1px;
    border: #000000 solid 0.26667vw;
    border-right: none;
    text-decoration: none;
    position: relative;
  }
  .fixed--twitter a:before,
  .fixed--lang a:before {
    content: '';
    display: block;
    width: 1px;
    width: 0.26667vw;
    height: 100%;
    background-color: #000000;
    position: absolute;
    left: 22.5px;
    left: 6vw;
    top: 0;
  }
  .fixed--twitter a:hover .fixed--twitter__text,
  .fixed--twitter a:hover .fixed--lang__text,
  .fixed--lang a:hover .fixed--twitter__text,
  .fixed--lang a:hover .fixed--lang__text {
    background-color: #f4f4ef;
    color: #000000;
  }
  .fixed--twitter__icon,
  .fixed--lang__icon {
    display: block;
    width: 22.5px;
    width: 6vw;
    -ms-flex-preferred-size: 22.5px;
        flex-basis: 22.5px;
    -ms-flex-preferred-size: 6vw;
        flex-basis: 6vw;
    line-height: 1.0em;
    text-align: center;
  }
  .fixed--twitter__icon img,
  .fixed--lang__icon img {
    width: 15px;
    width: 4vw;
    height: auto;
  }
  .fixed--twitter__text,
  .fixed--lang__text {
    display: block;
    font-family: dashiell-fine, serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: -.02em;
    line-height: 22.5px;
    line-height: 6vw;
    white-space: nowrap;
    text-indent: 10px;
    -ms-flex-preferred-size: calc(100% - 22.5px);
        flex-basis: calc(100% - 22.5px);
    -ms-flex-preferred-size: calc(100% - 6vw);
        flex-basis: calc(100% - 6vw);
    transition: none;
  }
  .fixed--twitter {
    bottom: 10px;
    bottom: 2.66667vw;
  }
  .fixed--lang {
    bottom: 45px;
    bottom: 12vw;
  }
  .header__lang {
    width: 150px;
    width: 40vw;
    height: 100vh;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 60;
    background-color: #db2852;
    display: none;
  }
  .header__lang.is--show {
    display: block;
  }
  .header__lang__head {
    margin: 0 13px;
    margin: 0 3.46667vw;
    text-align: right;
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: .015em;
    line-height: 1.0em;
    padding-top: 20px;
    padding-top: 5.33333vw;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .header__lang__head a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-left: 18px;
    padding-left: 4.8vw;
    transition: none;
  }
  .header__lang__head a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .header__lang__head .head--icon {
    display: block;
    width: 11px;
    width: 2.93333vw;
    height: 11px;
    height: 2.93333vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: #ffffff solid 1px;
    border: #ffffff solid 0.26667vw;
    box-sizing: border-box;
    transition: none;
  }
  .header__lang__head span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .header__lang__head span:before, .header__lang__head span:after {
    content: '';
    display: block;
    width: 23px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transition: all .2s;
  }
  .header__lang__head span:before {
    transform: translateY(-50%) rotate(-26deg);
  }
  .header__lang__head span:after {
    transform: translateY(-50%) rotate(26deg);
  }
  .header__lang__list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: right;
    margin: 0 13px;
    margin: 0 3.46667vw;
  }
  .header__lang__list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 13px;
    margin-bottom: 3.46667vw;
  }
  .header__lang__list li:last-of-type {
    margin-bottom: 0;
  }
  .header__lang__list a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    transition: none;
  }
  .header__lang__list a:hover {
    color: #ffffff;
  }
  .header__lang__list a:hover span:after {
    display: none;
  }
  .header__lang__list span {
    display: block;
    position: relative;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.5em;
  }
  .header__lang__list span:after {
    display: none;
  }
  .footer {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .footer__inner {
    width: 100%;
    padding-top: 120px;
    padding-top: 32vw;
    padding-bottom: 0px;
    padding-bottom: 0vw;
    position: relative;
    z-index: 1;
  }
  .footer__inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    height: 2.66667vw;
    background-color: #db2852;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .footer__block {
    width: 100%;
    margin: 0 auto;
  }
  .footer__logo {
    width: 100%;
    border-bottom: none;
    padding-top: 35px;
    padding-top: 9.33333vw;
    padding-bottom: 35px;
    padding-bottom: 9.33333vw;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .footer__logo ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .footer__logo li {
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
  }
  .footer__logo li:last-of-type {
    margin-right: 15px;
    margin-right: 4vw;
  }
  .footer__logo a {
    display: block;
    transition: none;
  }
  .footer__logo a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .footer__logo .logo--sunrise {
    margin-bottom: 17px;
    margin-bottom: 4.53333vw;
  }
  .footer__logo .logo--sunrise img {
    width: 99px;
    width: 26.4vw;
    height: auto;
  }
  .footer__logo .logo--fc img {
    width: 93px;
    width: 24.8vw;
    height: auto;
  }
  .footer__logo .logo--info {
    margin-bottom: 17px;
    margin-bottom: 4.53333vw;
  }
  .footer__logo .logo--info img {
    width: 156px;
    width: 41.6vw;
    height: auto;
  }
  .footer__logo .logo--navi img {
    width: 30px;
    width: 8vw;
    height: auto;
  }
  .footer__caption {
    width: 100%;
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .1em;
    margin-bottom: 0px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 1.5em;
    padding-top: 35px;
    padding-top: 9.33333vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    margin-bottom: 0;
  }
  .footer__link {
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    margin-bottom: 0px;
    margin-bottom: 0vw;
    background-color: #000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: -1px;
    margin-top: -0.26667vw;
  }
  .footer__link li {
    margin-left: 17.5px;
    margin-left: 4.66667vw;
    margin-right: 17.5px;
    margin-right: 4.66667vw;
  }
  .footer__link li:last-of-type {
    margin-right: 17.5px;
    margin-right: 4.66667vw;
  }
  .footer__link a {
    text-decoration: none;
    color: #ffffff;
  }
  .footer__rights {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #000000;
    color: #ffffff;
    margin-top: -1px;
    margin-top: -0.26667vw;
    padding-bottom: 5px;
    padding-bottom: 1.33333vw;
  }
  .footer__rights .rights--en {
    display: none;
  }
  .footer__rights .rights--copy {
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    margin-left: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    line-height: 1.0em;
    padding-top: 20px;
    padding-top: 5.33333vw;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .footer__sub {
    height: 100%;
    background-color: #000000;
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    transform: translateX(0px);
    width: 100vw;
    padding-top: 40px;
    padding-top: 10.66667vw;
    padding-bottom: 47px;
    padding-bottom: 12.53333vw;
  }
  .footer__sub__inner {
    width: 100%;
    position: relative;
  }
  .footer__sub__share {
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .footer__sub__share .share--headline {
    text-align: center;
    color: #ffffff;
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 1.11em;
    line-height: 1.0em;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    margin-left: 1.11em;
  }
  .footer__sub__share .share--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer__sub__share .share--list li {
    margin: 0 12px;
    margin: 0 3.2vw;
    line-height: 1.0em;
  }
  .footer__sub__share .share--list a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: none;
    width: 48px;
    width: 12.8vw;
    height: 48px;
    height: 12.8vw;
    border: 1px solid #ffffff;
    border: 0.26667vw solid #ffffff;
    border-radius: 96px;
  }
  .footer__sub__share .share--list a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .footer__sub__share .share--list .share--list__tw img {
    width: 20px;
    width: 5.33333vw;
    height: auto;
  }
  .footer__sub__share .share--list .share--list__fb img {
    width: 11px;
    width: 2.93333vw;
    height: auto;
  }
  .footer__sub__share .share--list .share--list__ln img {
    width: 21.5px;
    width: 5.73333vw;
    height: auto;
  }
  .footer__sub__icon,
  .footer__sub__date {
    display: none;
  }
  .footer__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .footer__bg p {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .footer__bg .bg--pink1 {
    display: block;
    height: 120px;
    height: 32vw;
    width: 18.66%;
    background-color: #db2852;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .footer__bg .bg--patturn1 {
    display: block;
    width: 81.34%;
    height: 63px;
    height: 16.8vw;
    position: absolute;
    left: 0;
    top: 57px;
    top: 15.2vw;
    z-index: 2;
    background: url("../img/common/bg_pattern1.png") 100% top repeat;
    background-size: auto 90px;
    background-size: auto 24vw;
  }
  .footer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #000000;
    border: 0.26667vw solid #000000;
    border-top: none;
    box-sizing: border-box;
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    background-color: #f4f4ef;
  }
  .footer__inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer__inner:after {
    display: none;
  }
  .footer__rights {
    font-family: articulat-cf, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    display: block;
    text-align: center;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .15em;
    line-height: 1.0em;
    padding: 25px 0 55px;
    padding: 6.66667vw 0 14.66667vw;
    background: none;
    color: #000000;
  }
  .footer__desc {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .footer__desc__caption {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
    border-right: none;
    display: block;
    -ms-flex-align: center;
        align-items: center;
    white-space: normal;
    width: 100%;
    padding-bottom: 20px;
    padding-bottom: 5.33333vw;
    padding-top: 30px;
    padding-top: 8vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .footer__desc__caption p {
    font-family: articulat-cf, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    margin: 0;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .12em;
    line-height: 1.77em;
    text-align: center;
  }
  .footer__desc__caption a {
    color: #000000;
    transition: none;
  }
  .footer__desc__caption a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .footer__desc__logo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
    padding: 25px 0 30px;
    padding: 6.66667vw 0 8vw;
  }
  .footer__desc__logo ul {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer__desc__logo li {
    margin: 0 8px;
    margin: 0 2.13333vw;
  }
  .footer__desc__logo li.logo--sunrise {
    width: 73px;
    width: 19.46667vw;
  }
  .footer__desc__logo li.logo--info {
    width: 101px;
    width: 26.93333vw;
  }
  .footer__desc__logo li.logo--fc {
    width: 75px;
    width: 20vw;
  }
  .footer__desc__logo li.logo--navi {
    width: 18px;
    width: 4.8vw;
  }
  .footer__desc__logo img {
    width: 100%;
    height: auto;
  }
  .footer__desc__logo a {
    display: block;
    transition: none;
  }
  .footer__desc__logo a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    overflow: auto;
    display: none;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__close {
    text-align: center;
  }
  .modal__close a {
    display: block;
    line-height: 1.0em;
    padding: 20px 0;
    padding: 5.33333vw 0;
    transition: none;
  }
  .modal__close a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .modal__close img {
    width: auto;
    height: 13px;
    height: 3.46667vw;
  }
  .modal__movie {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
  }
  .modal__movie .modal__button--close {
    width: 40px;
    width: 10.66667vw;
    height: 40px;
    height: 10.66667vw;
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    top: -39px;
    top: -10.4vw;
  }
  .modal__movie .modal__button--close a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: #000000 solid 1px;
    border: #000000 solid 0.26667vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .modal__movie .modal__button--close a:before, .modal__movie .modal__button--close a:after {
    content: '';
    display: block;
    width: 150%;
    height: 1px;
    height: 0.26667vw;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: none;
  }
  .modal__movie .modal__button--close a:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__movie .modal__button--close a:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__movie .modal__button--close a:hover:before {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  }
  .modal__movie .modal__button--close a:hover:after {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  }
  .modal__movie__inner {
    position: relative;
    zoom: 1;
  }
  .modal__movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__movie__details__frame {
    line-height: 1.0em;
    width: 100%;
  }
  .modal__movie__details__frame iframe {
    width: 100%;
    height: 205px;
    height: 54.66667vw;
  }
  .modal__comment {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #f3f3ee;
    border: #000000 solid 1px;
    border: #000000 solid 0.26667vw;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
  }
  .modal__comment__head {
    text-align: center;
    line-height: 1.0em;
    padding: 68px 0 55px;
    padding: 18.13333vw 0 14.66667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .modal__comment__head img {
    height: 27px;
    height: 7.2vw;
    width: auto;
  }
  .modal__comment__name,
  .modal__comment__text {
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    padding: 15px 0 30px;
    padding: 4vw 0 8vw;
  }
  .modal__comment__name .comment--subheadline,
  .modal__comment__text .comment--subheadline {
    font-family: sculpin, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: -.01em;
    line-height: 1.0em;
    position: relative;
    margin-left: 22.5px;
    margin-left: 6vw;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.85);
  }
  .modal__comment__name .comment--subheadline:before,
  .modal__comment__text .comment--subheadline:before {
    content: '＞';
    display: block;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    letter-spacing: 0;
    position: absolute;
    left: -13px;
    left: -3.46667vw;
    top: 50%;
    transform: translateY(-60%);
  }
  .modal__comment__name .comment--name,
  .modal__comment__text .comment--name {
    margin-left: 0px;
    margin-left: 0vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 16.5px;
    font-size: 4.4vw;
    line-height: 1.0em;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scaleX(1.1);
    letter-spacing: -.02em;
    text-align: center;
  }
  .modal__comment__name .comment--name span,
  .modal__comment__text .comment--name span {
    letter-spacing: -.1em;
  }
  .modal__comment__name .comment--text,
  .modal__comment__text .comment--text {
    width: 86%;
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.79em;
    letter-spacing: -.03em;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleX(1);
    text-align: justify;
  }
  .modal__comment__name .comment--subheadline {
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .modal__comment__text {
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
  }
  .modal__comment__text .comment--subheadline {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .color--black .header__ham a:hover {
    background-color: #000000;
  }
  .color--black .header__ham a:hover span {
    background-color: #f4f4ef;
  }
  .color--black .header__ham span {
    background-color: #f4f4ef;
  }
  .color--black .navigation__inner {
    border-left-color: #000000;
  }
  .color--black .navigation__head {
    background-color: #000000;
    border-bottom: #f4f4ef solid 1px;
    border-bottom: #f4f4ef solid 0.26667vw;
    border-left: none;
  }
  .color--black .navigation__head .head--button a:hover {
    background-color: #000000;
  }
  .color--black .navigation__head .head--button a:hover:before, .color--black .navigation__head .head--button a:hover:after {
    background-color: #f4f4ef;
  }
  .color--black .navigation__list a:hover {
    background-color: #23afa5;
  }
  .color--black .navigation__list a:hover:before {
    color: #000000 !important;
  }
  .color--black .navigation__list a:hover path {
    fill: #000000;
  }
  .color--black .footer__desc__logo {
    border-top: #f4f4ef solid 1px;
    border-top: #f4f4ef solid 0.26667vw;
  }
  .color--black .footer__rights {
    color: #f4f4ef;
  }
}
