@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
html {
  font-size: 62.5%;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.3em;
  line-height: 1.5;
  letter-spacing: 0;
  color: #44c4ee;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body ::-webkit-scrollbar {
  width: 8px;
}

@media screen and (min-width: 992px) {
  body ::-webkit-scrollbar {
    width: 20px;
  }
}

body ::-webkit-scrollbar-thumb {
  border: 1px solid #ffffff;
  background: #44c4ee;
  border-radius: 80px;
}

@media screen and (min-width: 992px) {
  body ::-webkit-scrollbar-thumb {
    border: 2px solid #ffffff;
  }
}

a {
  text-decoration: none;
  outline: none;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.sp_only {
  display: block;
}

@media screen and (min-width: 481px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}

@media screen and (min-width: 481px) {
  .pc_only {
    display: block;
  }
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  width: 100%;
  max-width: 100%;
  display: block;
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.mainvisual {
  position: relative;
}

.mainvisual__fade {
  width: 100%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
}

@media screen and (min-width: 960px) {
  .mainvisual__fade {
    bottom: 10%;
  }
}

.mainvisual__logo {
  max-width: 318px;
  width: 100%;
  margin: auto;
  bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .mainvisual__logo {
    max-width: 850px;
    bottom: 20px;
  }
}

.mainvisual__release {
  max-width: 295px;
  width: 100%;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .mainvisual__release {
    max-width: 707px;
  }
}

.animate__fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out forwards;
  animation: fadeIn 1s ease-in-out forwards;
}

.animate__fadeInUp {
  opacity: 0;
  -webkit-animation: fadeInUp .8s ease-in-out .3s forwards;
  animation: fadeInUp .8s ease-in-out .3s forwards;
}

.fade01, .fade02 {
  opacity: 0;
}

.subvisual {
  padding-top: 45px;
}

@media screen and (min-width: 960px) {
  .subvisual {
    padding-top: 130px;
  }
}

.subvisual__content {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
}

@media screen and (min-width: 960px) {
  .subvisual__content {
    height: 800px;
  }
}

.photo1 {
  background-image: url("../img/crib-photo1.jpg");
}

.photo2 {
  background-image: url("../img/crib_photo2.jpg");
}

.pagevisual {
  position: relative;
  z-index: 0;
  margin: 0;
  padding-top: calc(6rem + 6.4rem);
  padding-bottom: 6.4rem;
  background-image: url("../img/mainvisual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {
  .pagevisual {
    padding-top: calc(6rem + 9.6rem);
    padding-bottom: 9.6rem;
  }
}

.pagevisual::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.pagevisual__container {
  max-width: 355px;
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 481px) {
  .pagevisual__container {
    max-width: 550px;
  }
}

@media screen and (min-width: 960px) {
  .pagevisual__container {
    padding-top: 154px;
    max-width: 1239px;
  }
}

.pagevisual__text-main {
  font-size: 3.2rem;
}

@media screen and (min-width: 960px) {
  .pagevisual__text-main {
    font-size: 4rem;
  }
}

.pagevisual__text-main:after {
  display: block;
  max-width: 20rem;
  margin: 1.6rem 0rem;
  border-bottom: 3px solid #616161;
  background: #616161;
  content: "";
}

.pagevisual__text-sub {
  color: #616161;
}

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

.page-heading .page-heading__balloon {
  position: relative;
  display: inline-block;
}

.page-heading .page-heading__text-sub {
  display: inline-block;
  width: 388px;
  padding: 15px 0;
  background: #fff;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: .16em;
  border: 1px solid #000;
  border-radius: 13px;
  position: relative;
  z-index: 15;
}

@media screen and (min-width: 960px) {
  .page-heading .page-heading__text-sub {
    font-size: 3.6rem;
    line-height: 1.18;
  }
}

.page-heading .page-heading__text-main::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 17px;
  height: 32px;
  border: 17px solid transparent;
  border-top: 16px solid #fff;
  border-bottom: 16px solid transparent;
  left: 50%;
  bottom: -31px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.page-heading .page-heading__clone {
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: absolute;
  left: 3px;
  top: 4px;
  z-index: 13;
}

.page-heading .page-heading__clone:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 17px;
  height: 32px;
  border: 17px solid transparent;
  border-top: 16px solid #000;
  border-bottom: 16px solid transparent;
  left: 50%;
  bottom: -31px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.page-heading__text-sub {
  font-size: 2.0rem;
  line-height: 1.2;
  letter-spacing: .08em;
}

@media screen and (min-width: 960px) {
  .page-heading__text-sub {
    font-size: 1.5rem;
  }
}

.page-heading-sub__content {
  margin: 0;
  padding: 0;
}

.page-heading-sub__content--left {
  text-align: left;
}

.page-heading-sub__content--center {
  text-align: center;
}

.page-heading-sub__content--right {
  text-align: right;
}

.page-heading-sub__text {
  position: relative;
  font-size: 2.4rem;
}

.page-heading-sub__text:before {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 1.6em;
  margin-right: .8rem;
  border-radius: 3px;
  background: #44c4ee;
  content: "";
}

.page-heading-sub__message {
  margin: 0 auto;
  padding-top: 1.6rem;
  color: #5e5e5e;
  font-weight: 400;
  font-size: 1.6rem;
}

.footer {
  background: #44c4ee;
}

.footer__container {
  max-width: 380px;
  margin: auto;
  height: 194px;
}

@media screen and (min-width: 481px) {
  .footer__container {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .footer__container {
    max-width: 1239px;
    height: 270px;
  }
}

.footer__comment {
  padding-top: 50px;
}

@media screen and (min-width: 960px) {
  .footer__comment {
    padding-top: 86px;
  }
}

.footer__comment img {
  width: 94px;
  height: 100%;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .footer__comment img {
    width: 164px;
  }
}

.footer__copy {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  padding: 30px 0;
}

@media screen and (min-width: 960px) {
  .footer__copy {
    padding-top: 45px;
    margin-bottom: 52px;
    font-size: 1.5rem;
  }
}

.photo-modal {
display: none;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1002;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-animation-duration: var(--photo-modal-duration);
animation-duration: var(--photo-modal-duration);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.photo-modal[data-open="true"] {
-webkit-animation-name: modal-photo-open;
animation-name: modal-photo-open;
}
.photo-modal[data-open="false"] {
-webkit-animation-name: modal-photo-close;
animation-name: modal-photo-close;
}
.photo-modal__container {
max-width: 800px;
max-height: 80%;
margin: auto;
overflow: auto;
}
.photo-modal__image img {
display: block;
max-width: 100%;
margin: 0 auto;
}



.photo-modal .photo-modal__button, .photo-modal .photo-modal__button--close, .photo-modal .photo-modal__button--prev, .photo-modal .photo-modal__button--next, .photo-modal .button-detail__button, .photo-modal .button-detail__button--back, .photo-modal .button-detail__button--prev, .photo-modal .button-detail__button--next {
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.photo-modal .photo-modal__button:hover, .photo-modal .photo-modal__button--close:hover, .photo-modal .photo-modal__button--prev:hover, .photo-modal .photo-modal__button--next:hover, .photo-modal .button-detail__button:hover, .photo-modal .button-detail__button--back:hover, .photo-modal .button-detail__button--prev:hover, .photo-modal .button-detail__button--next:hover, .photo-modal .photo-modal__button:focus, .photo-modal .photo-modal__button--close:focus, .photo-modal .photo-modal__button--prev:focus, .photo-modal .photo-modal__button--next:focus, .photo-modal .button-detail__button:focus, .photo-modal .button-detail__button--back:focus, .photo-modal .button-detail__button--prev:focus, .photo-modal .button-detail__button--next:focus {
  color: #f2f2f2;
  outline: none;
}

.photo-modal .photo-modal__button::before, .photo-modal .photo-modal__button--close::before, .photo-modal .photo-modal__button--prev::before, .photo-modal .photo-modal__button--next::before, .photo-modal .button-detail__button::before, .photo-modal .button-detail__button--back::before, .photo-modal .button-detail__button--prev::before, .photo-modal .button-detail__button--next::before {
  font-size: 2.5rem;
}

.photo-modal__button--close {
  top: 0;
  right: 0;
}

.photo-modal__button--close::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cd";
}

.photo-modal__button--prev {
  top: 50%;
  left: 0;
}

.photo-modal__button--prev::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
}

.photo-modal__button--next {
  top: 50%;
  right: 0;
}

.photo-modal__button--next::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
}

.photo-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.85);
}

.btn {
  padding: 35px 0;
}

@media screen and (min-width: 960px) {
  .btn {
    padding: 50px 0;
  }
}

@media screen and (min-width: 960px) {
  .btn.sub {
    padding: 60px 0;
  }
  .btn.sub a {
    max-width: 1120px;
    padding: 40px 0;
  }
}

.button-guide {
  display: block;
  max-width: 321px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#FA709A), to(#FEE140));
  background: -webkit-linear-gradient(left, #FA709A, #FEE140);
  background: linear-gradient(to right, #FA709A, #FEE140);
  -webkit-box-shadow: 0 3px #FA709A;
          box-shadow: 0 3px #FA709A;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (min-width: 481px) {
  .button-guide {
    max-width: 580px;
    padding: 30px 0;
  }
}

@media screen and (min-width: 960px) {
  .button-guide {
    padding: 35px 0;
    max-width: 520px;
    font-size: 2.8rem;
  }
}

.button-guide:hover, .button-guide:focus {
  background: #ffffff;
  color: #F886A1;
  border: 2px solid #F886A1;
}

.blue {
  display: block;
  max-width: 328px;
  height: 51px;
  padding: 17px 0;
  font-size: 1.2rem;
  width: 100%;
  font-weight: 800;
  background: #44c4ee;
  -webkit-box-shadow: 0 5px #FFAA71;
          box-shadow: 0 5px #FFAA71;
  border-radius: 22px;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .blue {
    font-size: 2rem;
    padding: 10px 0;
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .blue {
    max-width: 1180px;
    height: 172px;
    padding: 58px 0;
    font-size: 4.1rem;
  }
}

.blue::before {
  content: '→';
  font-size: 2.1rem;
  position: absolute;
  top: 25px;
  right: 13px;
}

@media screen and (min-width: 481px) {
  .blue::before {
    font-size: 3rem;
    top: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .blue::before {
    font-size: 7.3rem;
    top: 95px;
    right: 44px;
  }
}

.blue:hover, .blue:focus {
  background: #FFD650;
  color: #ffffff;
  border: none;
}

.button-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 60rem;
  margin: 0 auto;
}

.button-detail .photo-modal__button, .button-detail .photo-modal__button--close, .button-detail .photo-modal__button--prev, .button-detail .photo-modal__button--next, .button-detail .button-detail__button, .button-detail .button-detail__button--back, .button-detail .button-detail__button--prev, .button-detail .button-detail__button--next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem;
  border-radius: 0.4rem;
  background: #eeeeee;
  color: #616161;
}

.button-detail .photo-modal__button:hover, .button-detail .photo-modal__button--close:hover, .button-detail .photo-modal__button--prev:hover, .button-detail .photo-modal__button--next:hover, .button-detail .button-detail__button:hover, .button-detail .button-detail__button--back:hover, .button-detail .button-detail__button--prev:hover, .button-detail .button-detail__button--next:hover, .button-detail .photo-modal__button:focus, .button-detail .photo-modal__button--close:focus, .button-detail .photo-modal__button--prev:focus, .button-detail .photo-modal__button--next:focus, .button-detail .button-detail__button:focus, .button-detail .button-detail__button--back:focus, .button-detail .button-detail__button--prev:focus, .button-detail .button-detail__button--next:focus {
  background: #44c4ee;
  color: #ffffff;
}

.button-detail__button--back {
  width: 100%;
}

.button-detail__button--back:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e896";
  margin-right: 0.8rem;
}

.button-detail__button--prev {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .button-detail__button--prev {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}

.button-detail__button--prev:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
  margin-right: 0.8rem;
}

.button-detail__button--next {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .button-detail__button--next {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}

.button-detail__button--next:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
  margin-left: 0.8rem;
}

.pagination__list,
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagination__list-item,
.pagination .page-numbers > li {
  margin: 0.3rem;
}

.pagination .pagination__link,
.pagination .page-numbers > li > a, .pagination .pagination__link--prev,
.pagination .page-numbers > li > a--prev,
.pagination .page-numbers > li > a.prev, .pagination .pagination__link--next,
.pagination .page-numbers > li > a--next,
.pagination .page-numbers > li > a.next {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.pagination__link,
.pagination .page-numbers > li > a {
  background-color: #eeeeee;
  color: #616161;
}

.pagination__link:hover, .pagination__link:focus,
.pagination .page-numbers > li > a:hover,
.pagination .page-numbers > li > a:focus {
  background-color: #44c4ee;
  color: #ffffff;
}

.pagination__link--prev, .pagination__link.prev,
.pagination .page-numbers > li > a--prev,
.pagination .page-numbers > li > a.prev {
  min-width: 12rem;
  background-color: #eeeeee;
  color: #616161;
}

.pagination__link--prev:before, .pagination__link.prev:before,
.pagination .page-numbers > li > a--prev:before,
.pagination .page-numbers > li > a.prev:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.pagination__link--prev:hover, .pagination__link--prev:focus, .pagination__link.prev:hover, .pagination__link.prev:focus,
.pagination .page-numbers > li > a--prev:hover,
.pagination .page-numbers > li > a--prev:focus,
.pagination .page-numbers > li > a.prev:hover,
.pagination .page-numbers > li > a.prev:focus {
  background-color: #44c4ee;
  color: #ffffff;
}

.pagination__link--prev:hover:before, .pagination__link--prev:focus:before, .pagination__link.prev:hover:before, .pagination__link.prev:focus:before,
.pagination .page-numbers > li > a--prev:hover:before,
.pagination .page-numbers > li > a--prev:focus:before,
.pagination .page-numbers > li > a.prev:hover:before,
.pagination .page-numbers > li > a.prev:focus:before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.pagination__link--next, .pagination__link.next,
.pagination .page-numbers > li > a--next,
.pagination .page-numbers > li > a.next {
  min-width: 12rem;
  background-color: #eeeeee;
  color: #616161;
}

.pagination__link--next:after, .pagination__link.next:after,
.pagination .page-numbers > li > a--next:after,
.pagination .page-numbers > li > a.next:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
  display: inline-block;
  margin-left: 0.6rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.pagination__link--next:hover, .pagination__link--next:focus, .pagination__link.next:hover, .pagination__link.next:focus,
.pagination .page-numbers > li > a--next:hover,
.pagination .page-numbers > li > a--next:focus,
.pagination .page-numbers > li > a.next:hover,
.pagination .page-numbers > li > a.next:focus {
  background-color: #44c4ee;
  color: #ffffff;
}

.pagination__link--next:hover:after, .pagination__link--next:focus:after, .pagination__link.next:hover:after, .pagination__link.next:focus:after,
.pagination .page-numbers > li > a--next:hover:after,
.pagination .page-numbers > li > a--next:focus:after,
.pagination .page-numbers > li > a.next:hover:after,
.pagination .page-numbers > li > a.next:focus:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.pagination .pagination__text,
.pagination .page-numbers > li > span, .pagination .pagination__text--current,
.pagination .page-numbers > li > span--current,
.pagination .page-numbers > li > span.current, .pagination .pagination__text--dots,
.pagination .page-numbers > li > span--dots,
.pagination .page-numbers > li > span.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.pagination__text,
.pagination .page-numbers > li > span {
  background-color: #eeeeee;
  color: #616161;
}

.pagination__text--current, .pagination__text.current,
.pagination .page-numbers > li > span--current,
.pagination .page-numbers > li > span.current {
  background-color: #44c4ee;
  color: #ffffff;
}

.pagination__text--dots, .pagination__text.dots,
.pagination .page-numbers > li > span--dots,
.pagination .page-numbers > li > span.dots {
  background-color: #eeeeee;
  color: #616161;
}

.table-overview {
  width: 100%;
  line-height: 1.8;
  text-align: left;
}

.table-overview tr th {
  width: 16rem;
  padding: .8rem;
  vertical-align: top;
}

.table-overview tr td {
  width: calc(100% - 16rem);
  padding: .8rem 1.6rem;
  vertical-align: top;
}

/*
 * Animate css
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
.news {
  background-image: url(../img/news-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -19px;
  position: relative;
}

@media screen and (min-width: 481px) {
  .news {
    background-color: #ffd650;
    margin-top: 0;
    background-image: none;
  }
}

.news__container {
  max-width: 280px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 240px;
}

@media screen and (min-width: 481px) {
  .news__container {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .news__container {
    padding-top: 47px;
    padding-bottom: 58px;
    max-width: 900px;
  }
}

@media screen and (min-width: 1119px) {
  .news__container {
    max-width: 1180px;
    min-width: 900px;
  }
}

.news__container::after {
  content: '';
  background-image: url(../img/sd_hana.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 206px;
  height: 194px;
  position: absolute;
  bottom: 0;
  right: 2.5%;
}

@media screen and (min-width: 1120px){
.news__container::after {
    display: none;
}
}

@media screen and (min-width: 960px) {
  .news__container::after {
    width: 298px;
    height: 302px;
  }
}

.news__container .page-heading {
  text-align: center;
  max-width: 68px;
}

@media screen and (min-width: 960px) {
  .news__container .page-heading {
    max-width: 188px;
    width: 100%;
  }
}

.news__list {
  padding: 10px;
  padding-right: 0;
  margin: 0;
  margin-top: 10px;
  height: 143px;
  background: #ffffff;
  border: solid 3px #44c4ee;
  border-radius: 8px;
  overflow-y: scroll;
}

@media screen and (min-width: 481px) {
  .news__list {
    padding: 15px;
  }
}

@media screen and (min-width: 960px) {
  .news__list {
    padding: 15px 60px;
    margin-top: 20px;
    height: 178px;
  }
}

.news__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-top: 1px solid #44c4ee;
}

@media screen and (min-width: 481px) {
  .news__list-item {
    padding: 15px 0;
  }
}

@media screen and (min-width: 960px) {
  .news__list-item {
    padding: 20px 0;
  }
}

.news__list-item:first-child {
  border-top: none;
}

.news__list-item__date {
  font-weight: 800;
  font-size: .8rem;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media screen and (min-width: 481px) {
  .news__list-item__date {
    font-size: 1.2rem;
    -webkit-align-self: end;
        -ms-flex-item-align: end;
                -ms-grid-row-align: end;
            align-self: end;
  }
}

@media screen and (min-width: 960px) {
  .news__list-item__date {
    margin-left: 10px;
    font-size: 1.6rem;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}

.news__list-item__title {
  color: #616161;
  font-weight: bold;
  font-size: .9rem;
  margin-left: 10px;
}

@media screen and (min-width: 481px) {
  .news__list-item__title {
    margin-left: 20px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .news__list-item__title {
    font-size: 1.8rem;
  }
}

.news__list-item__title a {
  text-decoration: underline;
  color: #44c4ee;
}

.news__topic {
  margin-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


@media screen and (min-width: 960px) {
  .news__topic {
    margin-top: 76px;
	justify-content: space-between !important;
  }
}


@media screen and (min-width: 560px) {
  .news__topic {
    justify-content: center;
  }
}

@media screen and (min-width: 480px) {
  .news__topic {
    justify-content: center;
  }
}



.news__topic__item {
  margin-top: 30px;
}

.news__topic__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 481px) {
  .news__topic__item {
    margin-top: 20px;
  }
  .news__topic__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .news__topic__item {
    margin-top: 0;
  }
}

.news__topic__item img {
  max-width: 280px;
}

.introduction {
  background-image: url(../img/introduction-bg.png);
  background-repeat: repeat;
  background-color: #fffbdb;
  position: relative;
  z-index: 0;
}

.introduction__container {
  max-width: 355px;
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
}

@media screen and (min-width: 481px) {
  .introduction__container {
    max-width: 550px;
  }
}

@media screen and (min-width: 960px) {
  .introduction__container {
    padding-top: 154px;
    max-width: 1239px;
  }
}

.introduction__container .page-heading {
  text-align: center;
  max-width: 177px;
}

@media screen and (min-width: 960px) {
  .introduction__container .page-heading {
    max-width: 480px;
    width: 100%;
  }
}

.introduction__container .page-heading::before {
  content: '';
  display: inline-block;
  background: url(../img/introduction.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 50%;
  width: 100%;
  height: 100%;	
  position: absolute;
  top: 25px;
  left: 20px;
}

@media screen and (min-width: 960px) {
  .introduction__container .page-heading::before {
    max-width: 480px;
    height: 94px;
    top: 121px;
    left: 20px;
  }
}

.introduction__box {
  border: 2px solid #FFAA71;
  border-radius: 5px;
  padding: 10px;
  background: #ffffff;
}

@media screen and (min-width: 960px) {
  .introduction__box {
    padding: 60px;
  }
}

.introduction__title {
  padding-top: 34px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .0011em;
  line-height: 1.18;
  max-width: 790px;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .introduction__title {
    font-size: 5.5rem;
  }
}

@media screen and (min-width: 481px) {
	.introduction__title {
    font-size: 3.1rem;
	padding-top: 1.5em;
  }
}

.introduction__title span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #bbbbbb;
  line-height: 2.8;
  vertical-align: top;
}

.introduction__list {
  position: relative;
}

@media screen and (min-width: 960px) {
  .introduction__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.introduction__list img {
  padding-top: 50px;
  margin: 30px;
  max-width: 220px;
  width: 45%;
  position: relative;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .introduction__list img {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 100%;
  }
}

.introduction__list::before {
  content: '';
  display: inline-block;
  background: url(../img/intro_a.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 240px;
  width: 55%;
  height: 55%;
  position: absolute;
  bottom: 30px;
  right: 0px;
}

@media screen and (min-width: 960px) {
  .introduction__list::before {
    height: 500px;
    bottom: 110px;
    right: 0;
  }
}

.introduction__text {
  font-size: 1rem;
  line-height: 1.47;
  width: 100%;
  padding-top: 0;
}

@media screen and (min-width: 960px) {
  .introduction__text {
    padding-top: 70px;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 481px) {
  .introduction__text {
    padding-top: 70px;
    font-size: 1.8rem;
  }
}

.introduction__text span {
  font-weight: 800;
}

.introduction__text.black {
  max-width: 756px;
  padding-top: 50px;
  color: #616161;
}

.introduction__item {
  padding-top: 15px;
  padding-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .introduction__item {
    padding-top: 35px;
    padding-bottom: 66px;
  }
}

.introduction__item img {
  margin: auto;
}

.introduction__sd {
  padding-top: 30px;
}

@media screen and (min-width: 960px) {
  .introduction__sd {
    padding-top: 129px;
  }
}

.introduction__sd img {
  margin: auto;
}

.game {
  background-color: #ffd650;
  margin-top: -35px;
  padding-bottom: 55px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .game {
    background-image: url(../img/gametitle-bg.png);
    margin-top: -70px;
    padding-bottom: 110px;
    background-size: contain;
  }
}

.game__container {
  max-width: 355px;
  margin: 0 auto;
  padding-top: 35px;
}

@media screen and (min-width: 481px) {
  .game__container {
    max-width: 550px;
  }
}

@media screen and (min-width: 960px) {
  .game__container {
    padding-top: 154px;
    max-width: 1239px;
  }
}

.game__bottom-bg {
  margin-top: -2px;
}

.gametitle__heading .page-heading {
  margin: auto;
  max-width: 200px;
  padding-top: 20px;
}

@media screen and (min-width: 960px) {
  .gametitle__heading .page-heading {
    max-width: 397px;
    width: 100%;
    padding-top: 0;
  }
}

.gametitle__list {
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 0px;

}

@media screen and (min-width: 960px) {
  .gametitle__list {
    padding-top: 57px;
	display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.gametitle__list img {
  margin: auto;
}

.game__top-bg {
  margin-top: -20px;
}


@media screen and (min-width: 960px) {
  .game_link {
    margin-top: 0;
  }
}

.game_link {
    width: 314px;
    display: flex!important;
    justify-content: center!important;
    margin: 25px 15px;
	flex-grow: 1;
    opacity: 1;
}

.game_link img{
	box-shadow: 0px 5px 0px #FFAA71;
    border-radius: 5px;
}


.contents__heading .page-heading {
  margin: auto;
  padding-top: 87px;
  max-width: 200px;
}

@media screen and (min-width: 960px) {
  .contents__heading .page-heading {
    padding-top: 185px;
    max-width: 365px;
    width: 100%;
  }
}

.contents__list {
  padding-top: 29px;
}

@media screen and (min-width: 960px) {
  .contents__list {
    padding-top: 50px;
  }
}

.contents__list img {
  margin: auto;
}

.contents__list__item {
  padding-top: 60px;
}

.contents__list__item:first-child {
  padding-top: 0;
}

@media screen and (min-width: 960px) {
  .contents__list__item {
    padding-top: 50px;
  }
}

.contents__list__item.con-sd {
  position: relative;
}

.contents__list__item.con-sd::before {
  content: url(../img/contents_sd04.png);
  width: 239px;
  height: 219px;
  position: absolute;
  left: 50px;
  bottom: 42px;
}

@media screen and (min-width: 481px) {
  .contents__list__item.con-sd::before {
    display: none;
  }
}

.contents__list__item.con-sd.sd05::before {
  content: url(../img/contents_sd05.png);
  bottom: 22px;
}

.contents__cd-list {
  padding-top: 23px;
}

@media screen and (min-width: 960px) {
  .contents__cd-list {
    padding-top: 30px;
  }
}

.contents__cd-list__item {
  padding-top: 22px;
}

@media screen and (min-width: 960px) {
  .contents__cd-list__item {
    padding-top: 60px;
  }
}

.contents__cd-list__item img {
  margin: auto;
}

.shopbonus {
  background-image: url(../img/introduction-bg.png);
  background-repeat: repeat;
  background-color: #fffbdb;
  margin-top: -20px;
  z-index: -10;
}

@media screen and (min-width: 481px) {
  .shopbonus {
    background-image: url(../img/introduction-bg.png);
	background-repeat: repeat;
  }
}

@media screen and (min-width: 960px) {
  .shopbonus {
    margin-top: -20px;
  }
}

.shopbonus__container {
  max-width: 280px;
  margin: 0 auto;
  padding-top: 40px;
  padding-top: 90px;
  padding-bottom: 48px;
  max-width: 360px;
}

@media screen and (min-width: 481px) {
  .shopbonus__container {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .shopbonus__container {
    padding-top: 47px;
    padding-bottom: 58px;
    max-width: 1180px;
  }
}

@media screen and (min-width: 960px) {
  .shopbonus__container {
    padding-bottom: 210px;
    padding-top: 146px;
  }
}

.shopbonus__heading .page-heading__main {
  margin: auto;
  max-width: 277px;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .shopbonus__heading .page-heading__main {
    max-width: 436px;
  }
}

.shopbonus__heading .page-heading__sub {
  position: relative;
  margin: auto;
  max-width: 277px;
  width: 100%;
  padding: 6px 70px;
  margin-top: 53px;
  background: #44c4ee;
  color: #ffffff;
  font-size: 1.9rem;
}

.shopbonus__heading .page-heading__sub::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #44c4ee transparent transparent transparent;
  border-width: 13px 11px 0 11px;
}

@media screen and (min-width: 960px) {
  .shopbonus__heading .page-heading__sub::after {
    bottom: -20px;
    border-width: 20px 17px 0 17px;
  }
}

@media screen and (min-width: 960px) {
  .shopbonus__heading .page-heading__sub {
    padding: 10px 110px;
    max-width: 436px;
    font-size: 3rem;
  }
}

.shopbonus__list {
  padding-top: 25px;
  padding-bottom: 59px;
}

@media screen and (min-width: 960px) {
  .shopbonus__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 52px;
  }
}

.shopbonus__list__item {
  border: 2px solid #FFAA71;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px #FFAA71;
          box-shadow: 0 5px #FFAA71;
  background: #ffffff;
  max-width: 580px;
  padding: 27px 20px;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .shopbonus__list__item {
    padding: 42px 29px;
    margin-top: 0;
  }
  .shopbonus__list__item:last-child {
    margin-top: 45px;
  }
}

.shopbonus__list__item.img02 {
  max-width: 1180px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .shopbonus__list__item.img02 img {
    width: 50%;
  }
}

.shopbonus__list__item__title {
  font-size: 2.8rem;
  line-height: 1;
  color: #616161;
  border-bottom: 1px solid #616161;
  padding-bottom: 20px;
}

.shopbonus__list__item__title span {
  font-size: 2.1rem;
}

.shopbonus__list__item img {
  max-width: 318px;
  width: 100%;
  padding-top: 20px;
}

@media screen and (min-width: 481px) {
  .shopbonus__list__item img {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .shopbonus__list__item img {
    max-width: 520px;
  }
}

@media screen and (min-width: 960px) {
  .shopbonus__list__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.movie {
  background-color: #ffd650;
  margin-top: -1px;
}

.movie__top-bg {
  margin-top: -20px;
}

.movie__container {
  max-width: 355px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 100px;
}

@media screen and (min-width: 481px) {
  .movie__container {
    max-width: 550px;
  }
}

@media screen and (min-width: 960px) {
  .movie__container {
    padding-top: 154px;
    max-width: 1239px;
  }
}

@media screen and (min-width: 481px) {
  .movie__container {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .movie__container {
    max-width: 1239px;
    padding-bottom: 300px;
  }
}

.movie__heading .page-heading {
  margin: auto;
  max-width: 165px;
  width: 100%;
  padding-top: 104px;
}

@media screen and (min-width: 960px) {
  .movie__heading .page-heading {
    max-width: 235px;
    padding-top: 0;
  }
}

.movie__list {
  padding-top: 40px;
}

@media screen and (min-width: 960px) {
  .movie__list {
    padding-top: 54px;
  }
}

.movie__list__item {
  border: 2px solid #FFAA71;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px #ffaa71;
  box-shadow: 0 5px #ffaa71;
  background: #ffffff;
  max-width: 360px;
  width: 100%;
  padding: 51px 30px;
}

@media screen and (min-width: 481px) {
  .movie__list__item {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .movie__list__item {
    max-width: 1239px;
    padding: 115px 100px;
  }
}

.products__heading .page-heading {
  margin: auto;
  max-width: 250px;
  width: 100%;
  padding-top: 20px;
}

@media screen and (min-width: 960px) {
  .products__heading .page-heading {
    max-width: 380px;
    padding-top: 20px;
  }
}

.products__list {
  margin-top: 54px;
  border: 2px solid #FFAA71;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px #ffaa71;
  box-shadow: 0 5px #ffaa71;
  background: #ffffff;
  max-width: 360px;
  width: 100%;
  padding: 45px 20px;
}

@media screen and (min-width: 481px) {
  .products__list {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .products__list {
    max-width: 1239px;
    padding: 82px 45px;
  }
}

@media screen and (min-width: 960px) {
  .products__list__item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 960px) {
  .products__list__item-img img {
    max-width: 544px;
    width: 50%;
  }
}

.products__list__item-img img:last-child {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .products__list__item-img img:last-child {
    margin-top: 0;
  }
}

.products__box {
  padding-bottom: 13px;
}

@media screen and (min-width: 960px) {
  .products__box {
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.products__list-item {
  max-width: 321px;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .products__list-item {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .products__list-item {
    max-width: 544px;
  }
}

.products__list-item h5 {
  margin-top: 44px;
  margin-bottom: 14px;
}

@media screen and (min-width: 960px) {
  .products__list-item h5 {
    margin-top: 0;
    margin-bottom: 18px;
  }
}

.products__list-item .staff {
  padding-top: 0;
}

.products__list-item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  color: #616161;
  font-weight: 600;
  padding-top: 15px;
}

@media screen and (min-width: 481px) {
  .products__list-item__text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .products__list-item__text {
    font-size: 1.6rem;
  }
}

.products__list-item__text:first-child {
  padding-top: 0;
}

.products__list-item__text p {
  margin-left: 25px;
}

@media screen and (min-width: 481px) {
  .products__list-item__text p {
    margin-left: 35px;
  }
}

@media screen and (min-width: 960px) {
  .products__list-item__text p {
    margin-left: 50px;
  }
}

.products__list-item__text p span {
  font-weight: 400;
}

.products__list-item__text .title {
  margin-left: 0;
  background: #44c4ee;
  color: #ffffff;
  border-radius: 30px;
  font-size: 1.2rem;
  max-width: 105px;
  width: 100%;
  height: 17px;
  text-align: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media screen and (min-width: 481px) {
  .products__list-item__text .title {
    max-width: 120px;
    font-size: 1.5rem;
    height: 20px;
  }
}

@media screen and (min-width: 960px) {
  .products__list-item__text .title {
    max-width: 139px;
    height: 23px;
    font-size: 1.7rem;
  }
}

.info__container {
  max-width: 280px;
  margin: 0 auto;
  padding-top: 40px;
  max-width: 335px;
}

@media screen and (min-width: 481px) {
  .info__container {
    max-width: 580px;
  }
}

@media screen and (min-width: 960px) {
  .info__container {
    padding-top: 47px;
    padding-bottom: 58px;
    max-width: 1180px;
  }
}

.info__container .btn {
  position: relative;
  padding-top: 16px;
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .info__container .btn {
    padding-top: 60px;
  }
}

.info__bottom-bg {
  position: relative;
  height: 60px;
}

@media screen and (min-width: 481px) {
  .info__bottom-bg {
    height: 100px;
  }
}

@media screen and (min-width: 960px) {
  .info__bottom-bg {
    height: 200px;
  }
}

.info__bottom-bg::before {
  content: '';
  display: inline-block;
  background: url(../img/info-bottom-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: -100px;
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .info__bottom-bg::before {
    bottom: -130px;
  }
}

.info__bg {
  position: relative;
  z-index: -2;
  background: url("../img/goods_bg.png")no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  max-height: 800px;
}

.info__bg img{
	overflow: hidden;
	max-height: 800px;
}

.info__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 960px) {
  .info__title {
    display: block;
  }
}

.info__title h3 {
  padding-top: 34px;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: .0011em;
  line-height: 1.18;
  width: 224px;
}

@media screen and (min-width: 481px) {
  .info__title h3 {
    font-size: 3rem;
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .info__title h3 {
    font-size: 5.5rem;
  }
}

.info__title span {
  font-size: .7rem;
  font-weight: 500;
  color: #bbbbbb;
  line-height: 2.8;
  vertical-align: top;
}

@media screen and (min-width: 960px) {
  .info__title span {
    font-size: 1.2rem;
  }
}

.info__title img {
  max-width: 118px;
  width: 100%;
  position: absolute;
  right: -5px;
  top: 25px;
}

@media screen and (min-width: 481px) {
  .info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.info__list img {
  max-width: 180px;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .info__list img {
    max-width: 421px;
  }
}

.info__text {
  font-size: .7rem;
  line-height: 1.47;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
}

@media screen and (min-width: 481px) {
  .info__text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .info__text {
    font-size: 2.3rem;
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.info__text span {
  font-weight: 800;
}

.info__text.black {
  font-size: 1rem;
  max-width: 759px;
  padding-top: 16px;
  color: #616161;
}

@media screen and (min-width: 481px) {
  .info__text.black {
    max-width: 420px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .info__text.black {
    padding-top: 50px;
    max-width: 759px;
    font-size: 2.3rem;
  }
}

/* 追加分　*/

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadein_c {
  opacity : 0;
  transition : all 1s;
}
  
.fadein_c.active{
  opacity : 1;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.element2 {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.fuwafuwa {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite ;
}


.element3 {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 0.5s;
}
/* フェードイン時に入るクラス */
.detekuru {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  }

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0.5em;
  bottom: -50px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

ul {
  list-style: none;
}

.center{
	margin: 0 auto;
}


#tweet:hover {
    background: #1388a9;
}

#tweet {
    width: 75px;
    height: 75px;
    margin: 0px auto 20px;
    background: white;
    opacity: 0.9;
    filter: drop-shadow(0px 0px 8px #1a4653);
    border-radius: 50%;
    text-align: center;
	margin-top: 10em;
}

#tweet a {
    display: block;
    width: 75px;
    height: 75px;
    font-size: 35px;
    text-align: center;
    text-decoration: none;
    margin-left: 3px;
    color: #1388a9;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.tweetbox{
   width: 100%;
   margin: 0 auto;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa-twitter:before {
    content: "\f099";
}

/*modal*/
.overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 995
}

.btn_area {
width: 80%;
max-width: 700px;
min-width: 300px;
height: auto;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2
}

@media screen and (min-width: 481px) {
.btn_area {
width: 70%;
min-width: 300px;
max-width: 700px;
height: auto;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2
}}
/*# sourceMappingURL=style.css.map */