@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Noto+Serif+JP:wght@200&family=Zen+Antique&display=swap");
dfn {
  font-style: normal;
}

/*!
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;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    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;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

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

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

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

.sp_content {
  position: relative;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content #pickup img {
  max-width: 100%;
  height: 100%;
}
.sp_content a {
  cursor: pointer;
  color: #ff124d;
}
.sp_content a:visited {
  color: #908b99;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: #ff4573;
}
.sp_content a:hover img, .sp_content a:active img, .sp_content a:focus img {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.sp_content a img {
  display: block;
  transition: all 0.6s;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content .sp_container {
  max-width: 1200px;
  margin: 0 auto;
}
.sp_content .alt {
  display: none;
}
.sp_content .copy {
  font-size: 0.875em;
  color: #8f8f8f;
  font-family: "Cardo", "Zen Antique", serif;
  font-weight: 400;
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .sp_content {
    font-size: 16px;
  }
}

/* Background
================================================================================ */
.sp_content {
  transition: background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-repeat: no-repeat;
  background-color: #f5f4f3;
  background-attachment: fixed;
  background-image: url(../images/bg_sakura.png);
  background-position: top right;
  background-size: 100% auto;
}

/* HEADER
======================================== */
.sp_header {
  position: relative;
  transition: background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp_header h1 img {
  width: 100%;
}

/* SNS
======================================== */
.sp_header .share__list {
  z-index: 1;
  position: absolute;
  right: 10px;
  bottom: -5px;
  margin-bottom: 0;
}
.sp_header .share__list .share__item:nth-of-type(n+2) {
  padding-left: 8px;
}
.sp_header .share__list .icon-bg-circle {
  width: 30px;
  height: 30px;
}
.sp_header .share__list .icon-hatebu {
  width: 16px;
  height: 16px;
}
.sp_header .share__list .icon-twitter {
  fill: #fff;
  width: 15px;
  height: 15px;
}
.sp_header .share__list .icon-facebook-square {
  position: relative;
  top: -1px;
  left: -1px;
}
.sp_header .share__list .icon-facebook-square,
.sp_header .share__list .icon-line {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.sp_header .share__list .icon-facebook-square .icon-facebook-square__f {
  fill: #fff;
}
.sp_header .share__list .icon-line .icon-line__cloud {
  fill: #fff;
}
.sp_header .share__list .icon-line .icon-line__line {
  fill: #3fb900;
}
@media screen and (min-width: 768px) {
  .sp_header .share__list {
    bottom: -20px;
  }
  .sp_header .share__list .icon-bg-circle {
    width: 42px;
    height: 42px;
  }
  .sp_header .share__list .icon-hatebu {
    width: 24px;
    height: 24px;
  }
  .sp_header .share__list .icon-facebook-square,
.sp_header .share__list .icon-line {
    width: 28px;
    height: 28px;
  }
  .sp_header .share__list .icon-facebook-square {
    top: -2px;
    left: -3px;
  }
  .sp_header .share__list .icon-twitter {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 1360px) {
  .sp_header .share__list {
    right: 20px;
    bottom: 20px;
  }
  .sp_header .share__list .share__item:nth-of-type(n+2) {
    padding-left: 12px;
  }
}

/* PARTS
======================================== */
.cap {
  font-size: 0.975em;
  line-height: 1.5;
  padding: 0.5em 0.1em;
  font-family: "Noto Serif JP", serif;
}

a .cap {
  position: relative;
  transition: all 0.2s linear 0.2s;
}
a .cap > * {
  position: relative;
  z-index: 1;
}
a .cap::before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #ff124d;
  transition: all 0.2s linear 0.2s;
}
a:hover .cap {
  color: #000;
}
a:hover .cap::before {
  width: 100%;
}

.img169 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
  background: url(../images/dummy.jpg) no-repeat top center;
}
.img169 > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp_movie {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sp_movie > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .grid-1-2 > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .grid-1-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .grid-1-2 > * {
    flex: 1 1 calc(50% - 15px);
  }
  .grid-1-2 > *:nth-child(2n-1) {
    margin-right: 30px;
  }
  .grid-1-2 > *:nth-child(n+3) {
    margin-top: 36px;
  }
}

.pickup-grid figure {
  position: relative;
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.17);
}
@media screen and (max-width: 767px) {
  .pickup-grid > * {
    display: block;
  }
  .pickup-grid > * v.notlast {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .pickup-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pickup-grid > *:nth-child(1) {
    flex: 1 1 100%;
  }
  .pickup-grid > *:nth-child(n+2) {
    flex: 0 0 calc(50% - 15px);
  }
  .pickup-grid > *:nth-child(2n) {
    margin-right: 30px;
  }
  .pickup-grid > *:nth-child(n+2) {
    margin-top: 20px;
  }
}

.sp_block-heading {
  position: relative;
  font-family: "Cardo", "Zen Antique", serif;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
  margin-bottom: 1.5rem;
}
.sp_block-heading span {
  color: #ff124d;
}
.sp_block-heading .s {
  font-size: 0.7em;
}
@media screen and (min-width: 481px) {
  .sp_block-heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sp_block-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1360px) {
  .sp_block-heading {
    font-size: 40px;
  }
}
.sp_block-heading::before {
  content: "";
  display: block;
  width: 10em;
  border-bottom: solid 0.05em #000;
  position: absolute;
  bottom: 0.2em;
  left: 0;
}
.sp_block-heading::after {
  content: "";
  display: block;
  width: 4em;
  border-bottom: solid 0.2em #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #character {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #character .sp_block-heading {
    margin-left: 1.5rem;
  }
}

.sp_block .sp_block-heading {
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .sp_block_l {
    padding: 1.5rem 1.5rem 6rem;
  }
}
@media screen and (max-width: 480px) {
  .sp_block_l .sp_block-heading {
    font-size: 2.2857142857em;
  }
}

.sp_news > * {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.sp_news > *:nth-child(n+7) {
  display: none;
}
.sp_news a {
  display: block;
  width: 100%;
  color: #000;
}
.sp_news a:visited {
  color: #908b99;
}
.sp_news a:hover {
  color: #ff124d;
}
.sp_news a:hover .sp_news-img .thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sp_news-item {
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.sp_news-img {
  overflow: hidden;
  margin-bottom: 0.6em;
}
.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-content {
  margin-bottom: 0.8em;
}
.sp_news-title {
  font-family: "Zen Antique", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  margin-bottom: 0.2em;
  padding-bottom: 0.3em;
}
.sp_news-lead {
  color: #000;
  font-size: 0.875em;
  text-align: justify;
  text-justify: inter-character;
}
.sp_news-date {
  font-size: 0.875em;
  line-height: 1.4285714286;
  color: #986b81;
  text-align: right;
  display: block;
  float: right;
}
.sp_news-cate {
  float: left;
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 0 0.5em;
  margin: 0 0.2em;
  font-size: 0.75em;
  line-height: 1.6666666667;
}
.sp_news--card {
  display: flex;
  flex-wrap: wrap;
}
.sp_news--card .sp_news-item {
  color: #292929;
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.17);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5em;
  overflow: hidden;
}
.sp_news--card .sp_news-item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp_news--card .sp_news-item .sp_news-lead {
  color: #292929;
}
.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--card .sp_news-item.comingsoon p {
  display: none;
}
.sp_news--card .sp_news-title,
.sp_news--card .sp_news-lead,
.sp_news--card .sp_news-meta {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .sp_news--card > * {
    flex: 0 1 calc(50% - 6px);
  }
  .sp_news--card > *:not(:nth-child(2n)) {
    margin-right: 12px;
  }
  .sp_news--card > *:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sp_news--card > * {
    flex: 0 1 calc(33.333% - 13.3333333333px);
  }
  .sp_news--card > *:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .sp_news--card > *:nth-child(n+4) {
    margin-top: 24px;
  }
}

.sp_related .sp_news-cate {
  border-color: #8f8f8f;
  color: #8f8f8f;
}

.bnr_buy a img {
  border: 6px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .bnr_buy {
    border-width: 4px;
  }
  .bnr_buy.for-sp_s {
    margin-top: 1.5rem;
  }
}

.sp_spec {
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 0.8571428571em;
}
.sp_spec dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sp_spec dt,
.sp_spec dd {
  margin-bottom: 0.4em;
}
.sp_spec dt {
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  font-weight: bold;
  flex-basis: 5em;
  position: relative;
  padding: 0.1em 0.4em;
}
.sp_spec dt.title--l {
  flex-basis: 100%;
  text-align: center;
}
.sp_spec dt.title--l:after {
  position: relative;
  right: auto;
  margin-left: 0.2em;
}
.sp_spec dt.title--l + dd {
  flex-basis: 100%;
  margin-bottom: 0.6em;
}
.sp_spec dd {
  flex-basis: calc(100% - 6em);
}
@media screen and (min-width: 768px) {
  .sp_spec {
    font-size: 0.875em;
  }
}

.bnr_official {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ff124d;
  color: #ff124d;
  font-size: 16px;
  padding: 0.8em 0 0.8em 0.8em;
  font-family: "Noto Serif JP", serif;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.bnr_official figure {
  flex-basis: 2.6em;
  margin: 0;
}
.bnr_official p {
  flex-grow: 1;
  text-align: left;
  padding-left: 0.5em;
}
@media screen and (min-width: 481px) {
  .bnr_official {
    font-size: 18px;
    padding: 1em 2em;
    max-width: 440px;
  }
  .bnr_official figure {
    flex-basis: 25%;
  }
  .bnr_official p {
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .bnr_official {
    font-size: 28px;
    max-width: 670px;
  }
}
.bnr_official:hover {
  background-color: rgba(51, 51, 51, 0.4);
}

.link_block {
  display: block;
  text-align: center;
}
.link_block > * {
  display: block;
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.17);
}
.link_block > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.link_block img {
  margin-left: auto;
  margin-right: auto;
}

.booking-box {
  background: url(../images/booking-bg.png) no-repeat right top rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 1em;
}
.booking-box h3 {
  position: relative;
  text-align: center;
  font-family: "Zen Antique", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding: 0 0 0.2em;
  margin: 0 0 1em;
  font-size: 1.125;
  color: #fff;
  border-bottom: solid 1px #fff;
  letter-spacing: 0.1em;
}
.booking-box h3::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: -12px;
}
.booking-box .box-body {
  display: flex;
  justify-content: space-between;
}
.booking-box .box-body img {
  display: block;
}
.booking-box .box-body figure {
  margin: 0;
}
.booking-box .box-body > figure {
  flex: 0 1 40%;
}
.booking-box .box-body > div {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booking-box .box-body > div a {
  border-radius: 10px;
}
.booking-box .box-body > div a:hover {
  background: rgba(255, 18, 77, 0.8);
}
.booking-box .box-body > div a:hover img {
  opacity: 0.75;
}

.sp_body-content main > * {
  padding: 1.5rem;
}
.sp_body-content aside > * {
  margin: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sp_body-content {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 0 0 40px;
  }
  .sp_body-content main {
    flex: 0 1 auto;
  }
  .sp_body-content main > * {
    padding: 20px 40px 40px;
  }
  .sp_body-content main > *.pv {
    padding-top: 40px;
  }
  .sp_body-content aside {
    flex: 0 0 340px;
  }
  .sp_body-content aside > * {
    margin: 40px 20px;
  }
}

.bgc_r {
  background-color: #e48d9c;
}

.bgc_g {
  background-color: #a3ca92;
}

.bgc_b {
  background-color: #81d2d3;
}

.c1 {
  color: #ff683a;
}

.c2 {
  color: #ffcf40;
}

.c3 {
  color: #ff124d;
}

.fs-m {
  font-size: 1.125em;
}

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

@media screen and (max-width: 767px) {
  .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: 768px) {
  .for-sp, .for-sp_d {
    display: none;
  }
}
.align-center {
  text-align: center;
}

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

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

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

.block-center {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .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;
  }
}
@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;
  }
}