@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;800;900&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*clear fix*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: #FFF;
  color: #EB3B79;
  font-family: 'Noto Sans JP', 'arial', 'Roboto', 'Open Sans', 'Hiragino Sans', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3',  -apple-system, blinkMacSystemFont, sans-serif;;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body.is-noScroll {
  overflow-y: hidden;
}

html {
  font-size: 62.5%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  color: #DEB2C4;
}

a {
  text-decoration: none;
  color: #195072;
}
a:hover {
  color: #07151e;
  text-decoration: underline;
}
a img {
  transition: 0.2s all ease;
}
a img:hover {
  opacity: 1;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
  color: #EB3B79;
  font-weight: 700;
  line-height: inherit;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  max-width: 100%;
  color: #EB3B79;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  word-break: break-word;
}

th,
td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #eaeaea !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #eaeaea !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eaeaea !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #eaeaea !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #eaeaea !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #eaeaea !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #eaeaea !important;
}

.l-header {
  width: 100%;
}
.l-header .l-header__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  background: #FF8C97;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .l-header .l-header__headline {
    font-size: 1.3rem;
  }
}

.l-main {
  position: relative;
}
.l-content {
  padding: 0 2rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-content {
    width: 768px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .l-content {
    width: 992px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .l-content {
    width: 85%;
  }
}

.l-aside {
  padding: 4rem 0;
}

.l-aside__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: #DD5F92;
  font-family: "futura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2.6rem;
  text-align: center;
}

.l-aside__desc {
  margin-bottom: 2.4rem;
  color: #EB3B79;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}

.l-aside__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  margin: auto;
  padding: 1.4rem 1rem;
  background: #FFF;
  border-radius: 50rem;
  color: #DD5F92;
  border: 1px solid #DD5F92;
  font-weight: 700;
  font-size: 1.4rem;
}
.l-aside__btn:hover {
  color: #FFF;
  background: #ffa6ae;
}

/* ============
* .l-footer
============== */
.l-footer {
  position: relative;
  z-index: 3;
  padding: 4rem 0;
  background: #FF8C97;
}
.l-footer__menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .l-footer__menu {
    width: 35rem;
    margin: 0 auto 4rem;
  }
}
.l-footer__menu li a {
  display: flex;
  align-items: center;
  color: #FFF;
}
.l-footer__menu li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 0.5rem;
  border-left: 0.6rem solid #FFF;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
}
.l-footer__menu li a:hover {
  opacity: 0.8;
}

.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 1rem;
  text-align: center;
  transform: scale(0.8);
  color: #FFF;
}
.l-footer__copy a {
  color: #FFF;
}
.l-footer__copy a:hover {
  color: #FFF;
  opacity: 0.8;
}

/* ==============
// button
================= */
.c-btn {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 52px;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  border-radius: 50px;
  background: #FF8C97;
  color: #FFF;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  transition: all 250ms ease;
  filter: saturate(120%);
}
@media screen and (min-width: 992px) {
  .c-btn {
    height: 52px;
    font-size: 1.8rem;
  }
}
.c-btn:hover, .c-btn:focus {
  color: #FFF;
  cursor: pointer;
  background: #ff9ba5;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.c-btn:hover:hover, .c-btn:hover:focus, .c-btn:focus:hover, .c-btn:focus:focus {
  text-decoration: none;
}
.c-btn:hover:before, .c-btn:focus:before {
  opacity: 1;
}

.c-btn-outline {
  background: transparent;
  border: 1px solid #EB3B79;
  color: #EB3B79;
  border-radius: 50px;
}
.c-btn-outline:hover, .c-btn-outline:focus {
  color: #FFF;
  background: #FF8C97;
  border: 1px solid #FF8C97;
}
.c-btn-outline:before {
  content: none;
}

/* ==============
// breadcrumbs
================= */
.l-breadCrumbs {
  display: flex;
  margin-left: 20px;
  margin-right: auto;
}
.l-breadCrumbs .list {
  padding: 5px 0;
  font-size: 0;
}
.l-breadCrumbs .item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
  vertical-align: middle;
}
.l-breadCrumbs .item::before {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 12px;
  color: #FFF;
}
.l-breadCrumbs .item:last-child::before {
  content: none;
}
.l-breadCrumbs a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.l-breadCrumbs .anchor {
  display: block;
  padding: 5px 10px 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
.l-breadCrumbs .anchor[href] {
  font-weight: normal;
  color: #FFF;
}

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
/* ==============
// utility
================= */
.u-xs3-hidden {
  display: none;
}
@media screen and (min-width: 361px) {
  .u-xs3-hidden {
    display: block;
  }
}

.u-xs2-hidden {
  display: none;
}
@media screen and (min-width: 376px) {
  .u-xs2-hidden {
    display: block;
  }
}

.u-xs-hidden {
  display: none;
}
@media screen and (min-width: 415px) {
  .u-xs-hidden {
    display: block;
  }
}

.u-sm-hidden {
  display: none;
}
@media screen and (min-width: 577px) {
  .u-sm-hidden {
    display: block;
  }
}

.u-md-hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-md-hidden {
    display: block;
  }
}

.u-lg-hidden {
  display: none;
}
@media screen and (min-width: 993px) {
  .u-lg-hidden {
    display: block;
  }
}

.u-xl-hidden {
  display: none;
}
@media screen and (min-width: 1) {
  .u-xl-hidden {
    display: block;
  }
}

.u-xs3-visible {
  display: block;
}
@media screen and (min-width: 361px) {
  .u-xs3-visible {
    display: none;
  }
}

.u-xs2-visible {
  display: block;
}
@media screen and (min-width: 376px) {
  .u-xs2-visible {
    display: none;
  }
}

.u-xs-visible {
  display: block;
}
@media screen and (min-width: 415px) {
  .u-xs-visible {
    display: none;
  }
}

.u-sm-visible {
  display: block;
}
@media screen and (min-width: 577px) {
  .u-sm-visible {
    display: none;
  }
}

.u-md-visible {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-md-visible {
    display: none;
  }
}

.u-lg-visible {
  display: block;
}
@media screen and (min-width: 993px) {
  .u-lg-visible {
    display: none;
  }
}

.u-xl-visible {
  display: block;
}
@media screen and (min-width: 993px) {
  .u-xl-visible {
    display: none;
  }
}

.u-m5 {
  margin: 5px;
}

.u-m6 {
  margin: 6px;
}

.u-m7 {
  margin: 7px;
}

.u-m8 {
  margin: 8px;
}

.u-m9 {
  margin: 9px;
}

.u-m10 {
  margin: 10px;
}

.u-m11 {
  margin: 11px;
}

.u-m12 {
  margin: 12px;
}

.u-m13 {
  margin: 13px;
}

.u-m14 {
  margin: 14px;
}

.u-m15 {
  margin: 15px;
}

.u-m16 {
  margin: 16px;
}

.u-m17 {
  margin: 17px;
}

.u-m18 {
  margin: 18px;
}

.u-m19 {
  margin: 19px;
}

.u-m20 {
  margin: 20px;
}

.u-m21 {
  margin: 21px;
}

.u-m22 {
  margin: 22px;
}

.u-m23 {
  margin: 23px;
}

.u-m24 {
  margin: 24px;
}

.u-m25 {
  margin: 25px;
}

.u-m26 {
  margin: 26px;
}

.u-m27 {
  margin: 27px;
}

.u-m28 {
  margin: 28px;
}

.u-m29 {
  margin: 29px;
}

.u-m30 {
  margin: 30px;
}

.u-m31 {
  margin: 31px;
}

.u-m32 {
  margin: 32px;
}

.u-m33 {
  margin: 33px;
}

.u-m34 {
  margin: 34px;
}

.u-m35 {
  margin: 35px;
}

.u-m36 {
  margin: 36px;
}

.u-m37 {
  margin: 37px;
}

.u-m38 {
  margin: 38px;
}

.u-m39 {
  margin: 39px;
}

.u-m40 {
  margin: 40px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt6 {
  margin-top: 6px;
}

.u-mt7 {
  margin-top: 7px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt9 {
  margin-top: 9px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt11 {
  margin-top: 11px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt13 {
  margin-top: 13px;
}

.u-mt14 {
  margin-top: 14px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt17 {
  margin-top: 17px;
}

.u-mt18 {
  margin-top: 18px;
}

.u-mt19 {
  margin-top: 19px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt21 {
  margin-top: 21px;
}

.u-mt22 {
  margin-top: 22px;
}

.u-mt23 {
  margin-top: 23px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt26 {
  margin-top: 26px;
}

.u-mt27 {
  margin-top: 27px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt29 {
  margin-top: 29px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt31 {
  margin-top: 31px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt33 {
  margin-top: 33px;
}

.u-mt34 {
  margin-top: 34px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt37 {
  margin-top: 37px;
}

.u-mt38 {
  margin-top: 38px;
}

.u-mt39 {
  margin-top: 39px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr6 {
  margin-right: 6px;
}

.u-mr7 {
  margin-right: 7px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr9 {
  margin-right: 9px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr11 {
  margin-right: 11px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr13 {
  margin-right: 13px;
}

.u-mr14 {
  margin-right: 14px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr17 {
  margin-right: 17px;
}

.u-mr18 {
  margin-right: 18px;
}

.u-mr19 {
  margin-right: 19px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr21 {
  margin-right: 21px;
}

.u-mr22 {
  margin-right: 22px;
}

.u-mr23 {
  margin-right: 23px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr26 {
  margin-right: 26px;
}

.u-mr27 {
  margin-right: 27px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr29 {
  margin-right: 29px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr31 {
  margin-right: 31px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr33 {
  margin-right: 33px;
}

.u-mr34 {
  margin-right: 34px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr37 {
  margin-right: 37px;
}

.u-mr38 {
  margin-right: 38px;
}

.u-mr39 {
  margin-right: 39px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb7 {
  margin-bottom: 7px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb9 {
  margin-bottom: 9px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb11 {
  margin-bottom: 11px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb13 {
  margin-bottom: 13px;
}

.u-mb14 {
  margin-bottom: 14px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb17 {
  margin-bottom: 17px;
}

.u-mb18 {
  margin-bottom: 18px;
}

.u-mb19 {
  margin-bottom: 19px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb21 {
  margin-bottom: 21px;
}

.u-mb22 {
  margin-bottom: 22px;
}

.u-mb23 {
  margin-bottom: 23px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb26 {
  margin-bottom: 26px;
}

.u-mb27 {
  margin-bottom: 27px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb29 {
  margin-bottom: 29px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb31 {
  margin-bottom: 31px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb33 {
  margin-bottom: 33px;
}

.u-mb34 {
  margin-bottom: 34px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb37 {
  margin-bottom: 37px;
}

.u-mb38 {
  margin-bottom: 38px;
}

.u-mb39 {
  margin-bottom: 39px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml6 {
  margin-left: 6px;
}

.u-ml7 {
  margin-left: 7px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml9 {
  margin-left: 9px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml11 {
  margin-left: 11px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml13 {
  margin-left: 13px;
}

.u-ml14 {
  margin-left: 14px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml17 {
  margin-left: 17px;
}

.u-ml18 {
  margin-left: 18px;
}

.u-ml19 {
  margin-left: 19px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml21 {
  margin-left: 21px;
}

.u-ml22 {
  margin-left: 22px;
}

.u-ml23 {
  margin-left: 23px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml26 {
  margin-left: 26px;
}

.u-ml27 {
  margin-left: 27px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml29 {
  margin-left: 29px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml31 {
  margin-left: 31px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml33 {
  margin-left: 33px;
}

.u-ml34 {
  margin-left: 34px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml37 {
  margin-left: 37px;
}

.u-ml38 {
  margin-left: 38px;
}

.u-ml39 {
  margin-left: 39px;
}

.u-ml40 {
  margin-left: 40px;
}

.c-sec {
  padding: 4.5rem 0;
}
@media screen and (min-width: 1440px) {
  .c-sec {
    padding: 5.5rem 0 7.5rem;
  }
}

.c-sec__title {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-sec__title {
    font-size: 2rem;
  }
}
.c-sec__title.c-sec__title--recommend {
  color: #EB3B79;
}
.c-sec__title.c-sec__title--new {
  color: #EB3B79;
}
.c-sec__title.c-sec__title--movie {
  color: #fff;
}
.c-sec__title img {
  display: block;
}
.c-sec__title .title-sup {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .c-sec__title .title-sup {
    width: 7vw;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-sec__title .title {
    width: 10vw;
    margin-bottom: 2rem;
  }
}

.c-bg-marker {
  background: linear-gradient(transparent 60%, #FF8C97 60%);
}

.c-bg-gray {
  background: #f5f2eb;
}

.c-bg-thema {
  background: #f2f9ff;
}

.c-aside {
  padding: 4rem 0;
}
@media screen and (min-width: 992px) {
  .c-aside {
    padding: 7rem 0;
  }
}

.c-hero {
  margin: 6rem 0 0;
}
@media screen and (min-width: 992px) {
  .c-hero {
    margin: 0;
  }
}
.c-hero.c-hero--lower {
  height: 300px;
}
.c-hero .c-hero__title {
  font-weight: 700;
  color: #fff;
}

.c-table-caption {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .c-table-caption {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.c-sns-link {
  position: relative;
  color: #fff;
  background: #2c2c2c;
}
.c-sns-link:hover {
  background: #393939;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.c-sns-link svg {
  display: block;
  fill: #fff;
}
.c-sns-link svg.fb {
  width: 10px;
  height: 19px;
}
.c-sns-link svg.tw {
  width: 18px;
  height: 15px;
}

.c-anchor {
  position: relative;
  top: 0;
}
@media screen and (min-width: 992px) {
  .c-anchor {
    top: 0;
  }
}

.c-pagetop {
  margin: 2rem auto 0;
}
.c-pagetop a {
  display: block;
  padding: 1rem;
  color: #195072;
  font-size: 1.1rem;
  text-align: center;
}

.c-error-box {
  margin: auto;
  padding: 2rem;
  background: #fff;
  border-radius: 1.4rem;
}
@media screen and (min-width: 992px) {
  .c-error-box {
    padding: 4rem;
    width: 500px;
  }
}

.c-error-box__desc {
  margin-bottom: 2rem;
  color: #EB3B79;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .c-error-box__desc {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}

.c-error-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  margin: auto;
  padding: 1.4rem;
  background: #fff;
  border: 2px solid #FF8C97;
  border-radius: 50rem;
  text-align: center;
  color: #FF8C97;
  font-weight: 700;
}
.c-error-box__btn:hover {
  background: #FF8C97;
  color: #fff;
}

.secNew {
  background: #fff5f6;
  background-size: cover;
}
.secRecommend {
  padding: 4.5rem 0 3.5rem;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .secRecommend {
    padding: 5.5rem 0;
  }
}

.secMovie {
  background: #FF8C97 url("../img/common/movie_bg.png") no-repeat top;
  background-size: 100%;
}

.box {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .box {
    margin: 0 0 4rem;
  }
}
.box:last-child {
  margin-bottom: 0;
}
.box a:hover {
  opacity: 0.9;
}
.box a:focus {
  color: #FF8C97;
}
.box a p:hover {
  opacity: 0.9;
}
.box a p:focus {
  color: #FF8C97;
}

.box__thumb {
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}

.box__inner {
  padding: 1rem 0;
}
.box__cv {
  padding: 0;
  border-radius: 0 0 1.5rem 1.5rem;
}
.box__cv .sup {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #a2a2a2;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .box__cv .sup {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.box__cv .sup:before, .box__cv .sup:after {
  content: "";
  width: calc(50% - 3rem);
  height: 0.1rem;
  background: #f5e8ed;
}
.box__cv .sup span {
  display: block;
  width: 6rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .box__cv .sup span {
    margin-left: -0.5rem;
  }
}
.box__cv .desc {
  color: #5b5b5b;
  font-size: 1.2rem;
  text-align: center;
}
.box__cv a {
  display: block;
  padding: 1rem 0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .box__cv a {
    padding: 0.5rem 0;
  }
}
.box__cv .shop-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box__cv .shop {
  font-size: 1.2rem;
  color: #222;
}
@media screen and (min-width: 768px) {
  .box__cv .shop {
    font-size: 1.7rem;
  }
}
.box__cv .shop .shop-name {
  margin-right: 0.5rem;
  color: #DD5F92;
}
.box__cv .shop .shop-area {
  display: inline-block;
  padding: 0.2rem 0.4rem 0.3rem;
  border: 1px solid #EB3B79;
  border-radius: 0.3rem;
  color: #DD5F92;
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .box__cv .shop .shop-area {
    padding: 0.3rem 0.4rem 0.4rem;
    font-size: 1.2rem;
  }
}
.box__cv .shop .slash {
  font-size: 1rem;
  position: relative;
  top: -1px;
}
.box__cv .cast-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box__cv .cast {
  font-size: 1.4rem;
  color: #DD5F92;
}
@media screen and (min-width: 768px) {
  .box__cv .cast {
    font-size: 2rem;
  }
}
.box__cv .sns {
  margin-left: 2rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 992px) {
  .box__cv .sns {
    padding: 0.25rem 0;
  }
}
.box__cv .sns:after {
  display: block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/common/icon_tw.svg") no-repeat center;
  background-size: 2.2rem;
  border-radius: 10rem;
}
.box__cv .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  background: #FF8C97;
  border-radius: 0.7rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}

.newBox {
  padding: 3rem 0 0;
}
.newBox .box {
  padding: 1.5rem 1.5rem 2.5rem;
  background: #fdfcfc;
  border-radius: 1.5rem;
  box-shadow: 0 4px 30px #faecf2;
}
@media screen and (min-width: 768px) {
  .newBox .box {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .newBox .box:nth-child(-n+3) {
    margin-bottom: 3rem;
  }
}
.newBox .box__heading {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .newBox .box__heading {
    flex-direction: column;
    align-items: flex-start;
    width: 20rem;
    padding: 1.5rem 3rem;
    border-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .newBox .box__heading {
    flex-direction: row;
    width: 30rem;
  }
}
.newBox .box__heading time {
  display: block;
  color: #DEB2C4;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.125rem;
  padding-left: 0.4rem;
}
@media screen and (min-width: 768px) {
  .newBox .box__heading time {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    font-size: 2rem;
    font-weight: 400;
  }
}
.newBox .box__heading span {
  display: block;
  margin-left: 0.75rem;
  padding: 0.35rem 0.5rem;
  background: #222;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newBox .box__heading span {
    height: 3rem;
    padding: 0.75rem 1.5rem;
    font-size: 1.4rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .newBox .box__heading span {
    margin-left: 2rem;
  }
}
.newBox .box__heading span.new-movie {
  background: #EB3B79;
}
.newBox .box__heading span.new-movie::before {
  content: "動画配信";
}
@media screen and (min-width: 768px) {
  .newBox .box__content {
    width: calc(100% - 20rem);
  }
}
@media screen and (min-width: 992px) {
  .newBox .box__content {
    width: calc(100% - 30rem);
  }
}
.newBox .box__inner {
  border-radius: 1.5rem 1.5rem 0 0;
}
.newBox .box__inner .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .newBox .box__inner .title {
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 992px) {
  .newBox .box__cv {
    padding: 0;
  }
}
.newBox .box__cv .sup {
  color: #DEB2C4;
}
.newBox .box__cv .shop-name {
  color: #EB3B79;
}
.newBox .box__cv .shop-area {
  padding: 0.2rem 0.4rem 0.3rem;
  border: 1px solid #EB3B79;
  border-radius: 0.3rem;
  color: #EB3B79;
}
@media screen and (min-width: 768px) {
  .newBox .box__cv .shop-area {
    padding: 0.3rem 0.4rem 0.4rem;
  }
}
.newBox .box__cv .cast {
  color: #EB3B79;
}

.secRecommend__conetnt {
  overflow: auto;
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .secRecommend__conetnt {
    width: 96%;
    margin: auto;
  }
}
.secRecommend__conetnt .list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-right: 10rem;
  padding: 0 1.6rem;
}
@media screen and (min-width: 768px) {
  .secRecommend__conetnt .list {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-right: 0;
    padding: 0;
  }
}
.secRecommend__conetnt .list .box {
  width: 30rem;
  margin-right: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .secRecommend__conetnt .list .box {
    margin-bottom: 2rem;
    width: calc(33.3333333333% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  .secRecommend__conetnt .list .box {
    width: calc(20% - 2rem);
  }
}
@media screen and (min-width: 768px) {
  .secRecommend__conetnt .list .box:last-child {
    margin-right: 0;
  }
}
.secRecommend__conetnt .list .box .box__inner {
  padding: 1.5rem 0;
}
.secRecommend__conetnt .list .box .box__thumb {
  box-shadow: 0 4px 8px #faecf2;
  border-radius: 1.5rem;
}
.secRecommend__conetnt .list .box .box__thumb img {
  width: 100%;
  border-radius: 1.5rem;
}
.secRecommend__conetnt .list .box .title {
  line-height: 1.3;
  font-weight: 700;
  font-size: 1.4rem;
}
.secRecommend__conetnt .list .box .shop-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #EB3B79;
}
.secRecommend__conetnt .list .box .shop-name:hover {
  opacity: 0.6;
}
.secRecommend__conetnt .list .box .cast {
  color: #EB3B79;
  font-size: 1.5rem;
  font-weight: 600;
}
.secRecommend__conetnt .list .box .cast:hover {
  color: #2196f3;
}
.secRecommend__conetnt .list .box .box__cv a {
  padding: 0.7rem 0;
}
.secRecommend__conetnt .list .box .box__cv .sup {
  margin-bottom: 0;
  color: #DEB2C4;
}
.secRecommend__conetnt .box__shopGroup .item--2 {
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .secRecommend__conetnt .box__shopGroup .item--2 {
    border-left: 1px solid #000000;
    border-top: 0;
  }
}

.movieBox {
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .movieBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .movieBox::before {
    content: "";
    display: block;
    width: calc(33.3333333333% - 2.8rem);
    height: 0;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .movieBox::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 2.8rem);
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .movieBox .box {
    flex-direction: column;
    width: calc(33.3333333333% - 2.8rem);
  }
}
.movieBox .box__thumb {
  border-radius: 1.5rem;
}
.movieBox .box__thumb img {
  width: 100%;
}
.movieBox .box__inner {
  padding: 1.5rem 0;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .movieBox .box__inner {
    padding: 2rem 0 1.5rem;
  }
}
.movieBox .box__inner .title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .movieBox .box__inner .title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .movieBox .box__inner .title {
    font-size: 1.4rem;
  }
}
.movieBox .box__cv {
  padding: 0;
  background: transparent;
}
.movieBox .box__cv .sup {
  color: #fff;
}
.movieBox .box__cv .shop {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .movieBox .box__cv .shop {
    font-size: 1.4rem;
  }
}
.movieBox .box__cv .shop.notfound {
  color: #737373;
  pointer-events: none;
}
.movieBox .box__cv .shop.notfound:hover {
  cursor: auto;
}
.movieBox .box__cv .shop-name {
  color: #fff;
}
.movieBox .box__cv .shop-area {
  color: #fff;
  border: 1px solid #fff;
}
.movieBox .box__cv .cast {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .movieBox .box__cv .cast {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .movieBox .box__cv .cast {
    font-size: 1.6rem;
  }
}
.movieBox .box__cv .cast.notfound {
  color: #737373;
  pointer-events: none;
}
.movieBox .box__cv .cast.notfound:hover {
  cursor: auto;
}
@media screen and (min-width: 768px) {
  .movieBox .box__cv .btn-more {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .movieBox .box__cv .btn-more {
    width: 20rem;
  }
}

/* IE10 & IE11  */
/* IE10 & IE11  */
/* Edge のみ適用される *//*# sourceMappingURL=style.css.map */