@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho+B1:wght@700&display=swap");
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* RESET
================================================================================ */
body {
  background: #fff;
}

#contents,
#mainContents {
  width: 100%;
  background: transparent;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.sp_content div {
  box-sizing: border-box;
}
.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content a {
  cursor: pointer;
  color: #9d8a49;
}
.sp_content a:visited {
  color: #878178;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: #b6a363;
}
.sp_content a:hover img, .sp_content a:active img, .sp_content a:focus img {
  filter: brightness(110%);
}
.sp_content a img {
  display: block;
  transition: all 0.6s;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content .sp_container {
  max-width: 960px;
  margin: 0 auto;
}
.sp_content .alt {
  display: none;
}

/* SETTING
================================================================================ */
.sp_content {
  position: relative;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", YuGothic, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  transition: background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
  .sp_content {
    font-size: 14px;
  }
}

/* HEADER
======================================== */
@media screen and (max-width: 480px) {
  .sp_pickup .sp_news > *:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 481px) {
  .sp_pickup .sp_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp_pickup .sp_news > * {
    flex-basis: calc(50% - 8px);
  }
  .sp_pickup .sp_news > *:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .sp_pickup .sp_news .sp_news-lead {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .sp_pickup .sp_news .sp_news-lead {
    display: block;
  }
}
.sp_pickup .sp_news-content {
  position: relative;
}
.sp_pickup .sp_news-content:before {
  content: "";
  display: block;
  width: 103px;
  padding: 42px 0 0;
  background: url(../images/pickup.png) no-repeat center;
  background-size: 103px 42px;
  position: absolute;
  top: -4px;
  left: -10px;
  transform: rotate(-10deg);
  z-index: 1;
}

.sp_header_prologue {
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.sp_header_prologue p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-bottom: 0.8em;
}
.sp_header_prologue p small {
  color: #827e7a;
}

.sp_header {
  position: relative;
  overflow: hidden;
  font-size: 0.8125em;
}
.sp_header img {
  display: block;
  height: auto;
}
.sp_header .kv {
  position: fixed;
  top: -32vw;
  right: -40vw;
  max-width: inherit;
  width: 140vw;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp_header .logo {
  margin-right: auto;
  width: 45vw;
  max-height: 100%;
  margin-bottom: 5vw;
  max-width: 448px;
}
.sp_header .sp_header_container {
  margin-top: 30vw;
  padding: 0 1.2rem 1.2rem;
}
.sp_header .sp_header_prologue {
  margin-bottom: 3rem;
}
.sp_header .sp_header_prologue br {
  display: none;
}
@media screen and (min-width: 769px) {
  .sp_header {
    font-size: 0.875em;
  }
  .sp_header .sp_header_container {
    margin-top: 0;
    width: 100%;
    padding: 0;
    background: none;
  }
  .sp_header .kv {
    top: -10vw;
    right: 0;
    width: 75vw;
  }
  .sp_header .logo {
    margin-top: 13vw;
    width: 36vw;
    margin-bottom: 5vw;
    margin-left: 3vw;
  }
  .sp_header .sp_pickup {
    margin-left: 3vw;
    margin-bottom: 5vw;
    width: 44vw;
  }
  .sp_header .sp_header_prologue {
    margin-bottom: 0;
    font-size: 1.1vw;
  }
  .sp_header .sp_header_prologue br {
    display: block;
  }
  .sp_header .sp_header_prologue > div {
    position: absolute;
  }
  .sp_header .sp_header_prologue > div:nth-child(1) {
    top: 2vw;
    left: 50vw;
  }
  .sp_header .sp_header_prologue > div:nth-child(2) {
    top: 25vw;
    left: 72vw;
    width: 25vw;
  }
  .sp_header .sp_header_prologue > div:nth-child(2) br {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .sp_header {
    height: 50vw;
  }
  .sp_header .sp_header_container {
    margin-top: 0;
    width: 100%;
    padding: 0;
    background: none;
  }
  .sp_header .kv {
    top: -16vw;
    right: 0;
    width: 75vw;
  }
  .sp_header .logo {
    margin-top: 9vw;
    width: 20vw;
    margin-bottom: 2vw;
    margin-left: 3vw;
  }
  .sp_header .sp_pickup {
    margin-left: 3vw;
    margin-bottom: 2vw;
    width: 35vw;
  }
  .sp_header .sp_header_prologue {
    font-size: 1em;
    margin-bottom: 0;
  }
  .sp_header .sp_header_prologue br {
    display: block;
  }
  .sp_header .sp_header_prologue > div {
    position: absolute;
  }
  .sp_header .sp_header_prologue > div:nth-child(1) {
    top: 2vw;
    left: 44vw;
  }
  .sp_header .sp_header_prologue > div:nth-child(2) {
    top: 25vw;
    left: 72vw;
    width: 25vw;
  }
  .sp_header .sp_header_prologue > div:nth-child(2) br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_content.fixed .sp_header .kv {
    top: -13vw;
  }
}
@media screen and (min-width: 1300px) {
  .sp_content.fixed .sp_header .kv {
    top: -21vw;
  }
}

@media screen and (max-width: 768px) {
  .point--kv .sp_header .kv {
    opacity: 0.4;
  }
}
.point--info .sp_header .kv {
  opacity: 0.2;
}

.body-fixed .sp_header {
  opacity: 0;
}

/* SNS
======================================== */
.sp_content .socialBtn {
  padding: 10px 10px 0;
  margin: 0;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .sp_content .socialBtn {
    padding-left: 3vw;
  }
}
.sp_content .socialBtn ul {
  zoom: 1;
  margin: 0 0 0 auto;
}
.sp_content .socialBtn ul:before, .sp_content .socialBtn ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.sp_content .socialBtn ul:after {
  clear: both;
}
.sp_content .socialBtn li {
  display: block;
  float: left;
  overflow: hidden;
  height: 21px;
  margin-bottom: 10px;
}
.sp_content .socialBtn .ballon {
  position: relative;
  float: right;
  padding: 0 5px;
  display: block;
  border: 1px solid #CCC;
  margin-left: 7px;
  border-radius: 3px;
  color: #333;
  height: 18px;
  line-height: 18px;
  background-color: #FFF;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}
.sp_content .socialBtn .ballon:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #AAA;
}
.sp_content .socialBtn .ballon:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #FFF;
}
.sp_content .socialBtn .ballon a, .sp_content .socialBtn .ballon a:hover, .sp_content .socialBtn .ballon a:visited {
  color: #000;
}
.sp_content .socialBtn .ballon a:hover {
  text-decoration: none;
  text-shadow: none;
}
@media screen and (min-width: 769px) {
  .sp_content .socialBtn {
    padding-bottom: 1vw;
  }
}

/* PARTS
======================================== */
.sp_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 0 1px 3px rgba(153, 153, 153, 0.8);
}
.sp_movie > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sp_spec {
  line-height: 1.2;
  font-size: 0.8571428571em;
}
.sp_spec li {
  display: block;
  padding: 0.2em;
}
.sp_spec li:not(:last-child) {
  border-bottom: 1px solid #9d8a49;
}
.sp_spec .t {
  display: inline-block;
  font-weight: bold;
  width: 6em;
  position: relative;
}
.sp_spec .t:after {
  content: ":";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  text-align: center;
  font-weight: normal;
}
.sp_spec .indent {
  display: block;
  margin-left: 6em;
}
@media screen and (min-width: 769px) {
  .sp_spec {
    font-size: 0.75em;
  }
}

.bnr img {
  display: block;
  width: 100%;
  box-shadow: 0 1px 3px rgba(153, 153, 153, 0.8);
}

.sp_news > * {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.sp_news .sp_news-item {
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.sp_news .sp_news-item a {
  display: block;
  width: 100%;
}
.sp_news .sp_news-img {
  overflow: hidden;
  margin-bottom: 0.6em;
  transition: all 0.4s linear 0.2s;
}
.sp_news .sp_news-img .thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #8f8f8f;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  transition: all 0.4s;
}
.sp_news .sp_news-content {
  margin-bottom: 0.8em;
}
.sp_news .sp_news-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.2em;
  padding-bottom: 0.3em;
}
.sp_news .sp_news-lead {
  color: #333;
  font-size: 0.875em;
  text-align: justify;
  text-justify: inter-character;
}
.sp_news .sp_news-date {
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.875em;
  line-height: 1.4285714286;
  color: #827e7a;
  text-align: right;
  display: block;
  float: right;
}
.sp_news .sp_news-cate {
  float: left;
  display: block;
  color: #9d8a49;
  border: 1px solid #9d8a49;
  padding: 0.2em 0.5em;
  margin: 0 0.2em;
  font-size: 0.75em;
  line-height: 1;
}
.sp_news a:hover .sp_news-img .thumbnail {
  transform: scale(1.1);
}
.sp_news.sp_news--card .sp_news-item {
  background: url("../images/btn_nav_bg.png") no-repeat bottom -55% right -50% #fff;
  color: #292929;
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.17);
  border-radius: 0 0 0.3em 0.3em;
}
.sp_news.sp_news--card .sp_news-item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp_news.sp_news--card .sp_news-item .sp_news-lead {
  color: #292929;
}
.sp_news.sp_news--card .sp_news-item.comingsoon {
  min-height: 210px;
  background-color: #000;
  background: url("../images/comingsoon.jpg") no-repeat center center #000;
  background-size: 100% auto;
}
.sp_news.sp_news--card .sp_news-item.comingsoon p {
  display: none;
}
.sp_news.sp_news--card .sp_news-img {
  border-radius: 0.3em 0.3em 0 0;
  overflow: hidden;
}
.sp_news.sp_news--card .sp_news-title,
.sp_news.sp_news--card .sp_news-lead,
.sp_news.sp_news--card .sp_news-meta {
  padding-left: 10px;
  padding-right: 10px;
}
.sp_news.sp_news--row .sp_news-item {
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.3);
}
.sp_news.sp_news--row .sp_news-item:not(:last-child) {
  margin-bottom: 10px;
}
.sp_news.sp_news--row .sp_news-item > a {
  display: inline-block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.sp_news.sp_news--row .sp_news-item > a .sp_news-title {
  position: relative;
  transition: all 0.4s linear 0.2s;
}
.sp_news.sp_news--row .sp_news-item > a .sp_news-title > * {
  position: relative;
  z-index: 1;
}
.sp_news.sp_news--row .sp_news-item > a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.sp_news.sp_news--row .sp_news-item > a:hover .sp_news-img {
  filter: brightness(110%);
}
.sp_news.sp_news--row .sp_news-img {
  width: 25%;
  float: left;
}
.sp_news.sp_news--row .sp_news-title,
.sp_news.sp_news--row .sp_news-lead,
.sp_news.sp_news--row .sp_news-meta {
  margin-left: 28%;
}
@media screen and (min-width: 769px) {
  .sp_news.sp_news--row .sp_news-item > a {
    padding: 20px;
  }
}

.sp_block-heading {
  position: relative;
  margin: 0 0 1.2rem;
  padding: 0 0 1em;
  text-align: center;
  background: url(../images/bor.png) repeat-x bottom center;
  background-size: auto 10px;
  text-align: center;
}
.sp_block-heading img {
  display: block;
  margin: 0 auto;
}
.sp_block-heading::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  bottom: -10px;
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
}
@media screen and (min-width: 769px) {
  .sp_block-heading {
    margin-bottom: 30px;
  }
}

.sp_info {
  position: relative;
  padding: 1em;
  border-color: rgba(157, 138, 73, 0.4);
  border-style: solid;
  border-width: 1px 0;
  background: rgba(255, 255, 255, 0.3);
  background-attachment: fixed;
}
.sp_info .sp_movie_container:not(:last-child),
.sp_info .sp_info_container:not(:last-child) {
  margin-bottom: 1em;
}
.sp_info .sp_movie_container > *,
.sp_info .sp_info_container > * {
  display: block;
}
.sp_info .sp_movie_container > *:not(:last-child),
.sp_info .sp_info_container > *:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 481px) {
  .sp_info .sp_info_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp_info .sp_info_container > a {
    flex-basis: calc(50% - 6px);
  }
  .sp_info .sp_info_container > ul {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sp_info .sp_info_container > a {
    flex-basis: 100%;
  }
}

.sp_related .sp_block-heading::after {
  background-image: url(../images/news_l.png), url(../images/news_r.png);
  background-size: auto 67.8px, auto 48px;
  height: 67.8px;
}
@media screen and (min-width: 769px) {
  .sp_related .sp_block-heading::after {
    background-size: auto;
    height: 113px;
  }
}

@media screen and (min-width: 769px) {
  .sp_body_container {
    border-color: rgba(157, 138, 73, 0.4);
    border-style: solid;
    border-width: 1px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .sp_body_container .sp_info {
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
    border-width: 0 1px 0 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.4);
  }
  .sp_body_container .sp_body--main {
    flex-basis: calc(100% - 320px);
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.sp_body {
  position: relative;
}
.sp_body .bg {
  position: absolute;
  opacity: 1;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.sp_body .sp_body--main {
  position: relative;
  background: url(../images/paper_alp.png) repeat center;
  background-attachment: fixed;
  padding: 1.2rem;
}
.sp_body .sp_body--main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .sp_body {
    background: url(../images/paper_alp.png) repeat center;
    background-attachment: fixed;
    padding: 0;
  }
  .sp_body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sp_body .sp_body--main {
    position: static;
    background: none;
    padding: 50px;
  }
  .sp_body .sp_body--main:before {
    content: none;
  }
}

.sp_content.body-fixed .sp_body--main .bg {
  opacity: 1;
  position: fixed;
  top: 20px;
  bottom: 1%;
}
.sp_content.body-fixed .sp_body--main.middle .bg {
  top: 50%;
}
.sp_content.body-fixed .sp_body--main.foot .bg {
  position: absolute;
  top: auto;
  bottom: 80px;
}

.sp_content .bgc_r {
  background-color: #4d3035;
}
.sp_content .bgc_g {
  background-color: #0c140b;
}
.sp_content .bgc_b {
  background-color: #061a2c;
}
.sp_content .copy {
  font-size: 0.8125em;
  color: #8f8f8f;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-align: center;
  padding: 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .sp_content .copy {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .for-sp_s {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .for-sp_d {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .for-sp, .for-sp_d {
    display: none;
  }
}
.fs-m {
  font-size: 1.125em;
}

.fs-d {
  font-size: 1em;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .fs-m--umd {
    font-size: 1.1428571429em;
  }
  .fs-d--umd {
    font-size: 1em;
  }
  .align-center--umd {
    text-align: center;
  }
  .align-left--umd {
    text-align: left;
  }
  .align-right--umd {
    text-align: right;
  }
  .align-middle--umd {
    vertical-align: middle;
  }
  .d-block--umd {
    display: block;
  }
  .d-inline-block--umd {
    display: inline-block;
  }
  .d-inline--umd {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .fs-m--xs {
    font-size: 1.1428571429em;
  }
  .fs-d--xs {
    font-size: 1em;
  }
  .align-center--xs {
    text-align: center;
  }
  .align-left--xs {
    text-align: left;
  }
  .align-right--xs {
    text-align: right;
  }
  .align-middle--xs {
    vertical-align: middle;
  }
  .d-block--xs {
    display: block;
  }
  .d-inline-block--xs {
    display: inline-block;
  }
  .d-inline--xs {
    display: inline;
  }
}