@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@media screen and (max-width: 749px) {
  .only_pc {
    display: none !important; } }

.only_sp {
  display: none !important; }
  @media screen and (max-width: 749px) {
    .only_sp {
      display: block !important; } }

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

#contents {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: #00000e; }
  #contents a img {
    transition: all  0.5s  ease; }
  #contents a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70); }

#top {
  background: url("../img/bg_top.png") no-repeat top center;
  background-size: cover; }
  @media all and (min-width: 750px) and (max-width: 1310px) {
    #top {
      background-size: cover; } }
  @media screen and (max-width: 749px) {
    #top {
      background: none #0e24bc; } }
  #top .top_image {
    padding-top: 1.5vw;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto 60px; }
    @media all and (min-width: 750px) and (max-width: 1310px) {
      #top .top_image {
        width: 100%;
        padding-top: 4.5vw;
        margin: 0 auto 30px; } }
    @media screen and (max-width: 749px) {
      #top .top_image {
        width: 100%;
        padding-top: 8.5vw;
        margin: 0 auto 8vw; } }

#contents_wrap {
  margin: 0 auto; }
  @media all and (min-width: 750px) and (max-width: 1310px) {
    #contents_wrap {
      width: 100%; } }
  @media screen and (max-width: 749px) {
    #contents_wrap {
      width: 100%; } }

.blk_a {
  margin: 0 auto 55px;
  text-align: center; }
  @media all and (min-width: 750px) and (max-width: 1310px) {
    .blk_a {
      width: 96%; } }
  @media screen and (max-width: 749px) {
    .blk_a {
      width: 100%;
      margin: 0 auto 7.33vw; } }

.blk_b {
  margin: 0 auto 55px;
  text-align: center; }
  @media all and (min-width: 750px) and (max-width: 1310px) {
    .blk_b {
      width: 88.55vw; } }
  @media screen and (max-width: 749px) {
    .blk_b {
      width: 85.88%;
      margin: 0 auto 7.33vw; } }

.video_area {
  width: 900px;
  margin: 0 auto 55px;
  padding-bottom: 73px;
  background: url("../img/video_bg.png") center; }
  @media all and (min-width: 750px) and (max-width: 1310px) {
    .video_area {
      width: 85.88%; } }
  @media screen and (max-width: 749px) {
    .video_area {
      width: 85.88%;
      padding-bottom: 10.81vw; } }
  .video_area .title {
    margin: 0 auto 20px;
    text-align: center; }
    @media all and (min-width: 750px) and (max-width: 1310px) {
      .video_area .title {
        width: 54.45%; } }
    @media screen and (max-width: 749px) {
      .video_area .title {
        width: 54.45%; } }

.youtube_wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  font-size: 0;
  z-index: 3; }
  @media all and (min-width: 750px) and (max-width: 1310px) {
    .youtube_wrap {
      width: 87.41%; } }
  @media screen and (max-width: 749px) {
    .youtube_wrap {
      max-width: 87.41%; } }
  .youtube_wrap .vframe {
    position: absolute;
    width: 760px;
    top: -23px;
    left: -20px;
    z-index: 2; }
    @media all and (min-width: 750px) and (max-width: 1310px) {
      .youtube_wrap .vframe {
        width: 106%;
        top: -6%;
        left: -3%; } }
    @media screen and (max-width: 749px) {
      .youtube_wrap .vframe {
        width: 106%;
        top: -6%;
        left: -3%; } }
  .youtube_wrap iframe {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    z-index: 3; }

.after_bg {
  background: url("../img/bg_btm.png") no-repeat top center;
  background-size: cover; }
  @media screen and (max-width: 749px) {
    .after_bg {
      background-size: cover; } }

#order_area {
  background-color: #fff;
  padding: 30px 0 80px; }
  @media screen and (max-width: 749px) {
    #order_area {
      padding: 20px 0 40px; } }
  #order_area .logo {
    text-align: center;
    margin: 0 auto 30px; }
    @media screen and (max-width: 749px) {
      #order_area .logo {
        margin: 0 auto 20px;
        width: 11.7%; } }

#ecBtnArea {
  width: 1000px;
  margin: 0 auto; }
  @media all and (min-width: 750px) and (max-width: 1310px) {
    #ecBtnArea {
      width: 88%; } }
  @media screen and (max-width: 749px) {
    #ecBtnArea {
      margin: 10px auto 0;
      width: 88%; } }
  #ecBtnArea p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 40px; }
  #ecBtnArea ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row; }
    #ecBtnArea ul::before {
      content: "";
      display: block;
      width: 25%;
      order: 1; }
    #ecBtnArea ul li {
      display: inline-block;
      display: flex;
      width: 24.5%;
      list-style: none;
      vertical-align: bottom; }
      @media screen and (max-width: 749px) {
        #ecBtnArea ul li {
          width: 50%; } }
      #ecBtnArea ul li a {
        display: flex;
        align-items: center;
        min-height: 86px;
        padding: 0.5rem 1rem;
        border-radius: 1rem;
        border: 3px solid #fff;
        background: #ffb11b;
        text-align: center;
        vertical-align: center;
        text-decoration: none;
        box-sizing: border-box; }
        @media screen and (max-width: 749px) {
          #ecBtnArea ul li a {
            min-height: 10.5vw;
            border: 2px solid #fff;
            border-radius: 2vw; } }
        #ecBtnArea ul li a img {
          width: 80%;
          display: block;
          margin: 0 auto; }
        #ecBtnArea ul li a:hover {
          opacity: 0.7;
          transform: translateY(0px);
          -webkit-transition: all 1s;
          transition: all 1s; }

.copyAmazon {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 1em 0 1em 0.5em !important;
  font-size: 65% !important;
  font-weight: normal !important;
  text-align: left !important; }
