@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

p {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

body {
  background-color: #aad5f4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  color: #009fc9;
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 60px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #1a0dab;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

.img-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 844px) {
  .img-center {
    height: 62vh;
  }
}
@media (max-width: 400px) {
  .img-center {
    height: 80vh;
  }
}
.img-center img {
  display: block;
}
@media (max-width: 767px) {
  .img-center img {
    font-size: 18px;
  }
}

hr {
  border: none;
}

.container {
  padding: 0;
}

@media (max-width: 575px) {
  .container {
    padding: 0 2%;
  }
}

.cathead01 {
  display: block;
  width: 12vw;
  height: 4vw;
  background: url(../img/cat_head1.png) top center no-repeat;
  background-size: contain;
  margin: 0 auto 0;
}
@media (max-width: 575px) {
  .cathead01 {
    width: 25vw;
    height: 9vw;
  }
}

.cathead02 {
  display: block;
  width: 12vw;
  height: 4vw;
  background: url(../img/cat_head2.png) top center no-repeat;
  background-size: contain;
  margin: 0 auto 0;
}
@media (max-width: 575px) {
  .cathead02 {
    width: 25vw;
    height: 9vw;
  }
}

.bgg {
  background-image: url(../img/bgg.jpg);
  -webkit-animation: bg 10s infinite linear;
          animation: bg 10s infinite linear;
}

@-webkit-keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 360px -360px;
  }
}

@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 360px -360px;
  }
}
.bg01 {
  background-color: #c6ecff;
  padding: 20px 0px 20px;
}

.bg02 {
  background-color: #c6ecff;
  padding: 20px 0px 0px;
}

@media (max-width: 767px) {
  .first-section {
    height: 100vh;
  }
}

h1 img {
  display: block;
  margin: 10vh auto 2vh;
  height: 52vh;
}
@media (max-width: 991px) {
  h1 img {
    height: 41vh;
    margin: 12vh auto;
  }
}
@media (max-width: 767px) {
  h1 img {
    width: 40%;
    margin: 10vh auto 5vh;
    height: auto;
  }
}
@media (max-width: 575px) {
  h1 img {
    width: 65%;
    margin: 8vh auto 4vh;
    height: auto;
  }
}
@media (max-width: 400px) {
  h1 img {
    width: 60%;
    margin: 6vh auto 3vh;
    height: auto;
  }
}

img.linear {
  -webkit-animation: 1s bound-anim linear 16 alternate;
          animation: 1s bound-anim linear 16 alternate;
}

@-webkit-keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.toptext {
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ec9925;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 4px 0 rgba(0, 159, 201, 0.1294117647), -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  display: block;
  margin-top: 7vh;
  height: 8vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .toptext {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .toptext {
    font-size: 19px;
  }
}
@media (max-width: 400px) {
  .toptext {
    font-size: 17px;
  }
}

.next {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999; /* 他の要素よりも上に表示するための値 */
}

.sc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  margin: 12px auto 0px;
  width: 70px;
  z-index: 1;
  max-width: 100%;
  -webkit-animation: 3s rotate-lat linear 4;
          animation: 3s rotate-lat linear 4;
}
@media (max-width: 575px) {
  .sc {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 40px auto 0px;
    width: 33px;
    max-width: 100%;
  }
}
@media (max-height: 400px) {
  .sc {
    width: 30px;
  }
}

.sc_text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sc_text {
    margin-top: 0px;
    margin-bottom: 100px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .sc_text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@-webkit-keyframes rotate-lat {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate-lat {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
h2 {
  text-align: center;
  position: relative;
  line-height: 28px;
  margin-top: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 575px) {
  h2 {
    margin-top: 15px;
  }
}
h2 .h2sub {
  color: #ffc25d;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  h2 .h2sub {
    font-size: 15px;
  }
}

.h2text {
  color: #009fc9;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
}
.h2text::before {
  content: "";
  display: inline-block;
  background: url(../img/listhand.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.h2text::after {
  content: "";
  display: inline-block;
  background: url(../img/listhand.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
@media (max-width: 575px) {
  .h2text {
    font-size: 30px;
  }
  .h2text::before {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 8px;
    top: -2px;
  }
  .h2text::after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 8px;
    top: -2px;
  }
}

.ashiato {
  width: 92%;
  margin: 33px auto 0px;
}
@media (max-width: 575px) {
  .ashiato {
    width: 100%;
  }
}

.pt20 {
  padding-top: 20px;
}

.inner {
  width: 100%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.inner img {
  vertical-align: middle;
  border-style: none;
}

.icon {
  margin: 50px auto 18px;
  max-width: 94px;
}
@media (max-width: 575px) {
  .icon {
    margin: -26px auto 15px;
    width: 76px;
  }
}

.detail {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .detail {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .detail {
    font-size: 18px;
  }
}
.detail .detail_text {
  padding: 0 10px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #ffd588 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), #ffd588 7px, transparent 7px), linear-gradient(to bottom, #c6ecff calc(100% - 14px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 7px, #ffd588 7px, #ffd588 calc(100% - 7px), transparent calc(100% - 7px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.btn-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .btn-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-2col .btn {
  width: 48%;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #009fc9;
  background: #ffffff;
  border: 1px solid #009fc9;
  border-radius: 100vh;
}
@media (max-width: 575px) {
  .btn-2col .btn {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.goods_ .StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ {
    margin-top: 50px;
  }
}
.goods_ .StyleF_Frame_ .cart_btn_ {
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  padding: 5px 6px 6px 6px;
  border-radius: 20px;
}
.goods_ .StyleF_Frame_ .cart_btn_.order_ {
  border: none;
  background: #5aace5 url(../img/arrow-white.png) no-repeat 94% center;
  background-size: 9px auto;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(36, 80, 114, 0.18);
          box-shadow: 2px 2px 3px 0px rgba(36, 80, 114, 0.18);
}
.goods_ .StyleF_Frame_ .cart_btn_.reservation_ {
  color: #fff;
  border: none;
  background: #f7aa5c url(../img/arrow-white.png) no-repeat 94% center;
  background-size: 9px auto;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(65, 55, 26, 0.18);
          box-shadow: 2px 2px 3px 0px rgba(65, 55, 26, 0.18);
}
.goods_ .StyleF_Frame_ .cart_btn_.sold_out_ {
  color: #fff;
  border: none;
  background: #bababa;
  background-size: 9px auto;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(168, 168, 168, 0.18);
          box-shadow: 2px 2px 3px 0px rgba(168, 168, 168, 0.18);
}
.goods_ .StyleF_Frame_ .cart_btn_.closed_ {
  color: #fff;
  border: none;
  background: #9b9b9b;
  background-size: 9px auto;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(144, 144, 144, 0.18);
          box-shadow: 2px 2px 3px 0px rgba(144, 144, 144, 0.18);
}
.goods_ .StyleF_Frame_ .StyleF_Item_ {
  width: 340px;
  max-width: calc(33% - 30px);
  text-align: left;
  margin: 0 15px 48px 15px;
  padding: 20px 20px 32px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 2px solid #82b5d1;
  -webkit-box-shadow: 0 2px 10px rgba(140, 196, 235, 0.46);
  box-shadow: 0 2px 10px rgba(140, 196, 235, 0.46);
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    max-width: calc(50% - 12px);
    -webkit-box-shadow: 0 2px 5px rgba(140, 196, 235, 0.46);
    box-shadow: 0 2px 5px rgba(140, 196, 235, 0.46);
    padding: 10px 10px 20px 10px;
    margin: 6px 6px 6px 6px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .img_ {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .img_ img {
  width: 100%;
  height: auto;
  position: absolute;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .name_ {
  font-weight: 500;
  font-size: 20px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 1.4;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .name_ {
    font-size: 14px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .price_ {
  font-size: 18px;
  color: #595959;
  line-height: 1;
  margin-top: 16px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .pre_sales_ {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .rdt_ {
  display: none;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .comment_ {
  display: none;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .btn_cart_ {
  display: block;
  margin: 24px 0 0 0;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a {
  color: #009fc9;
  text-decoration: none;
}

.button-move {
  display: block;
  width: 92%;
  max-width: 480px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border: 2px solid #fff;
  background: url(../img/arrow-white.png) no-repeat #009fc9 right 18px center;
  background-size: 16px;
  border-radius: 54px;
  -webkit-box-shadow: 0 2px 10px rgba(61, 151, 192, 0.2);
          box-shadow: 0 2px 10px rgba(61, 151, 192, 0.2);
  padding: 20px 20px;
  margin: 64px auto 35px auto;
}
@media (max-width: 575px) {
  .button-move {
    font-size: 16px;
    padding: 12px 0;
    margin: 32px auto 0 auto;
    line-height: 24px;
  }
}
.button-move:hover {
  color: #fff;
  opacity: 0.5;
}

footer {
  width: 100%;
  text-align: center;
  height: 45px;
  font-size: 1em;
  color: #fff;
  background-color: #009fc9;
}
footer .link-pageup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 20px;
  bottom: 20px;
  font-size: 40px;
  color: #000000;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup img {
  width: 77px;
  height: auto;
  margin-bottom: -5px;
}
@media (max-width: 991px) {
  footer .link-pageup img {
    width: 60px;
    margin-bottom: 0px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
}
footer .logo-movic {
  background-color: #009fc9;
}
footer .logo-movic img {
  width: 100%;
  max-width: 210px;
  margin: 40px;
}
@media (max-width: 575px) {
  footer .logo-movic img {
    max-width: 160px;
    margin: 30px;
  }
}

header .img-logo {
  display: block;
  width: 30vw;
  max-width: 80px;
  margin: 10px 46px;
}
@media (max-width: 991px) {
  header .img-logo {
    max-width: 56px;
    margin: 4px 12px;
  }
}

@media (max-width: 991px) {
  .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .js-no_scroll nav.navbar {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60vh;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .navInner {
    width: 100%;
    height: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

nav.navbar {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 4;
  background: rgba(0, 159, 201, 0.8);
  padding: 0;
  -webkit-box-shadow: 0px 1px 14px -3px #9fa7b7;
          box-shadow: 0px 1px 14px -3px #9fa7b7;
}
@media (max-width: 991px) {
  nav.navbar {
    background: rgba(0, 159, 201, 0.8);
  }
}
nav.navbar button.navbar-toggler {
  color: #FFF;
  position: absolute;
  right: 16px;
  top: 12px;
  padding: 0;
}
nav.navbar button.navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 38px;
  height: 38px;
}
nav.navbar button.navbar-toggler .navbar-toggler-icon .icon-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
nav.navbar button.navbar-toggler .navbar-toggler-icon .icon-bar:nth-of-type(1) {
  top: 0;
}
nav.navbar button.navbar-toggler .navbar-toggler-icon .icon-bar:nth-of-type(2) {
  top: 8px;
}
nav.navbar button.navbar-toggler .navbar-toggler-icon .icon-bar:nth-of-type(3) {
  top: 16px;
}
nav.navbar button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon .icon-bar {
  position: absolute;
  left: 3px;
  width: 32px;
  height: 2px;
  background-color: #FFF;
}
nav.navbar button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon .icon-bar:nth-of-type(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.navbar button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon .icon-bar:nth-of-type(2) {
  opacity: 0;
}
nav.navbar button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon .icon-bar:nth-of-type(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.navbar button.navbar-toggler .navbar-toggler-text {
  position: absolute;
  left: -1px;
  right: 0;
  top: 24px;
  bottom: 4px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  margin: auto;
}
nav.navbar button.navbar-toggler[aria-expanded=true] .navbar-toggler-text {
  font-size: 0;
  right: 7px;
}
nav.navbar button.navbar-toggler[aria-expanded=true] .navbar-toggler-text::before {
  content: "CLOSE";
  font-size: 14px;
}
nav.navbar .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 20px 0 auto;
}
@media (max-width: 991px) {
  nav.navbar .navbar-nav {
    margin: 0 0 0 0;
  }
}
nav.navbar .nav-item {
  padding: 0 36px;
  margin: 0;
}
@media (max-width: 991px) {
  nav.navbar .nav-item {
    padding: 0 12px;
    margin: 0px 15px;
    border-bottom: 3px dotted rgba(255, 255, 255, 0.4784313725);
  }
}
@media (max-width: 991px) {
  nav.navbar .nav-item:not(:last-child) {
    border-bottom: 3px dotted rgba(255, 255, 255, 0.4784313725);
    margin: 0px 15px;
  }
}
nav.navbar .nav-item .nav-link {
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1rem;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
}
@media (max-width: 991px) {
  nav.navbar .nav-item .nav-link {
    font-size: 16px;
    padding: 24px 0;
  }
}

@media (min-width: 991px) {
  li + li {
    border-left: 1px solid #FFF;
  }
}
.aimg a::before {
  content: "";
  display: inline-block;
  width: 28px; /* 画像の幅に合わせて調整 */
  height: 28px;
  background: url("../img/list1.png") no-repeat;
  background-size: cover; /* 画像を調整してリンクの左側に表示 */
  margin-right: 10px;
}

.bimg a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/list2.png") no-repeat;
  background-size: cover; /* 画像を調整してリンクの左側に表示 */
  margin-right: 12px;
}

.cimg a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/list3.png") no-repeat;
  background-size: cover; /* 画像を調整してリンクの左側に表示 */
  margin-right: 12px;
}