@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700;900&display=swap");
@import url(fontawesome-all.min.css);
/*----------------------------------------------------
  SCSS
----------------------------------------------------*/
/* カラー設定 */
/*  reset
----------------------------------------------------*/
@import url(fix.css);
* {
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@​media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s;
    transition-duration: 0.001s;
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 0.625rem;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: transparent;
  color: #2c2c2c;
  font-family: "Noto Sans JP", メイリオ, Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro,sans-serif";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
}

a, a:link {
  color: #f40;
  text-decoration: none;
}

ul, ol, li, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

p, p > span {
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

picture {
  display: block;
}

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

section#container-fluid {
  position: relative;
}

.cnt {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

a {
  word-break: break-all;
  outline: 0;
  transition: all 100ms linear;
}

a {
  color: #f40;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1px;
}

@media screen and (max-width: 320px) {
  a, p, li, dt, dd, th, td, address {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  * span {
    font-size: inherit;
  }
}
form {
  display: block;
  width: 100%;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=password], input[type=tel] {
  padding: 1rem 0.5rem;
  line-height: 2.5em;
  height: 2.5em;
}
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=date] {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 0 6px 10px 0;
  min-height: 30px;
}

input[type=tel] {
  width: 70%;
  min-width: 12em;
}

select {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: inherit 0.5rem;
  min-height: 30px;
  font-size: 1.4rem;
}

textarea {
  border: solid 2px #ccc;
  border-radius: 3px;
  padding: 1rem;
  min-height: 12em;
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

input[type=submit] {
  border: solid #ddd 1px;
  border-radius: 5px;
  padding: 0 1em;
  height: 2.2em;
  line-height: 2.2em;
  font-size: 1.6rem;
}

/*  common
----------------------------------------------------*/
.bk {
  color: #000;
}

.red {
  color: #e60012;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}

.container {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.container .row {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .container .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

header, main, footer {
  margin: 0 auto;
}

main {
  min-height: 100%;
  height: 100%;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
main * p, main * a, main * li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  main * p, main * a, main * li {
    font-size: 16px;
  }
}
main * p span, main * a span, main * li span {
  font-size: inherit;
}

.cnt, [class^=cnt] {
  display: block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .cnt, [class^=cnt] {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.bnr {
  display: block;
  width: 100%;
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bnr:hover img {
    filter: brightness(1.3) saturate(200%);
  }
}

.wFit {
  width: calc(100% + 40px);
  margin: 0 -20px 0 -20px;
}
@media screen and (min-width: 768px) {
  .wFit {
    width: calc(100% + 60px);
    margin: 0 -30px 0 -30px;
  }
}

a.underlink {
  text-decoration: underline;
}
a.underlink:active {
  text-decoration: none;
  filter: brightness(2.5) saturate(200%);
}
@media screen and (min-width: 1024px) {
  a.underlink:hover {
    text-decoration: none;
    filter: brightness(2.5) saturate(200%);
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 60px;
  border-top: solid 1px #ccc;
}
table tr th, table tr td {
  width: 100%;
  display: block;
  border: solid 1px #ccc;
  border-top: none;
  border-collapse: collapse;
  padding: 10px 8px;
  font-size: 1.4rem;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  table tr th, table tr td {
    width: auto;
    display: table-cell;
    font-size: 1.4rem;
  }
}
table tr th p, table tr th a, table tr td p, table tr td a {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  table tr th p, table tr th a, table tr td p, table tr td a {
    font-size: 1.4rem;
  }
}
table tr th {
  background-color: #f0f0f0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  table tr th {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  table tr:nth-child(even) th, table tr:nth-child(even) td {
    background-color: #f0f0f0;
  }
}

/*-- header --*/
header {
  background-color: #110300;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  header {
    /*  background-position: center top;
        background-size:100% auto;
        background-attachment:fixed; */
  }
}
header > div:first-of-type {
  background-color: #110300;
  width: 100%;
  position: relative;
  z-index: 2;
}
header > div:first-of-type img {
  margin: 0 auto;
  max-width: 900px;
}
header .container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
header .starlight {
  background-image: url(../images/header_starlight_bg.svg);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  header .starlight {
    background-position: center top;
    background-size: 100% 100%;
    background-attachment: fixed;
  }
}
header .row {
  padding: 2em 0;
}
header .row ul.headerImage {
  position: relative;
  margin-bottom: 1em;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
header .row ul.headerImage li:nth-child(1) {
  width: 100%;
}
header .row ul.headerImage li:nth-child(2) {
  width: 100%;
}
header .row ul.headerImage li:nth-child(3) {
  width: 100%;
  z-index: 2;
}
header .row ul.headerImage li:nth-child(4), header .row ul.headerImage li:nth-child(5) {
  width: calc(100% + 40px);
  margin: -30px -20px 0;
  position: relative;
  z-index: 1;
}
header .row ul.headerImage li:nth-child(5) {
  margin: -20px -20px -10px;
}
header .row ul.headerFx {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 2em;
}
header .row ul.headerFx li {
  width: 32%;
}

header.short {
  background-image: none;
}

footer {
  width: 100%;
  visibility: visible !important;
  display: block;
  background-color: #040050;
  padding: 2em 0 0;
  height: 80px;
}
footer p.tokusho a {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  line-height: 1em;
  margin: 0 auto 10px;
}
footer p.copy {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  line-height: 2em;
  margin: 15px 0 0;
}

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: 0.5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px;
}
#pagetopBtn a {
  background-color: #00638F;
  color: #fff;
  font-size: 10px;
  font-family: "Dosis";
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  display: block;
}
#pagetopBtn::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

@media screen and (min-width: 768px) {
  #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 20px;
    right: 25px;
  }
  #pagetopBtn a {
    color: #fff;
    font-size: 13px;
    font-family: "Dosis";
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    display: block;
  }
  #pagetopBtn:hover {
    text-decoration: none;
  }
  #pagetopBtn::after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 18px;
    top: -70px;
  }
}
@keyframes btnPulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}
section[id^=sec] .container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
section[id^=sec] .container .row {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  section[id^=sec] .container .row {
    max-width: 800px;
  }
}

.orderLink {
  padding: 1em;
  /* .linkbtn{
    display: block;
    margin:30px auto;
    a{
      display: block;
      width:95%;
      max-width:820px;
      margin: 0 auto;
      position: relative;
      >img{
        filter: drop-shadow(0 3px 3px #333);
        position: relative;
      }
    }
    a:active img{
      filter: drop-shadow(0 1px 2px #333) saturate(200%);
      top:1px;
      left:1px;
    }
    @include mq-md {
      a:hover img{
        filter: drop-shadow(0 1px 2px #333) saturate(200%);
        top:1px;
        left:1px;
      }
    }
  } */
}
.orderLink .linkbtn {
  margin-top: 2em;
}
.orderLink .linkbtn a {
  display: block;
  max-width: 92%;
  border-radius: 1rem;
  padding: 0 1em;
  margin: 0 auto;
  line-height: 3em;
  height: 3em;
  background: #fc5500;
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: -1em;
  text-align: center;
  position: relative;
  box-shadow: 4px 4px 1px rgba(55, 55, 55, 0.2);
}
@media screen and (min-width: 768px) {
  .orderLink .linkbtn a {
    font-size: 42px;
  }
}
.orderLink .linkbtn a:hover {
  background: #ffb996;
  opacity: 1;
  box-shadow: 1px 1px 1px rgba(55, 55, 55, 0.4);
  transition: 0.1s;
}
.orderLink .linkbtn a::before {
  content: "";
  width: 100%;
  border-radius: 1rem;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: btnPulse 1.2s ease infinite;
  background: rgba(252, 85, 0, 0.5);
  z-index: -1;
}
.orderLink .linkbtn a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 1.1em;
  position: absolute;
  right: 0.5em;
  bottom: 50%;
  transform: translate(0, 50%);
}
.orderLink .linkbtn a span {
  position: relative;
  z-index: 9;
}

.priceCnt {
  width: 100%;
  display: block;
  border: solid #fc5500 6px;
  background-color: #fff;
}
.priceCnt h2 {
  background-color: #fc5500;
  text-align: center;
  height: 40px;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .priceCnt h2 {
    height: 70px;
  }
}
.priceCnt dl {
  background-color: #fffbda;
  padding: 0;
}
.priceCnt dl dt, .priceCnt dl dd {
  display: block;
  margin: 0 auto;
  position: relative;
}
.priceCnt dl dt {
  position: relative;
}
.priceCnt dl dt img {
  margin-top: -1px;
}
.priceCnt dl dd {
  padding: 0.6em 1em;
}
.priceCnt dl dd .linkbtn {
  margin-bottom: 1em;
}
.priceCnt dl dd .linkbtn a {
  color: #fff;
  background: linear-gradient(0deg, #00aaf5 0%, #00638F 50%);
  filter: drop-shadow(1px 1px 1px #777);
  border-radius: 0.5em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2.8em;
  height: 2.8em;
  display: block;
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .priceCnt dl dd .linkbtn a {
    margin-top: 5px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .priceCnt dl dd .linkbtn a {
    margin-top: 5px;
    font-size: 36px;
  }
}
.priceCnt dl dd .linkbtn a:active {
  filter: drop-shadow(0 1px 1px #333) saturate(200%);
  top: 1px;
  left: 1px;
}
@media screen and (min-width: 1024px) {
  .priceCnt dl dd .linkbtn a:hover {
    filter: drop-shadow(0 1px 1px #333) saturate(200%);
    top: 1px;
    left: 1px;
  }
}

#sec01 {
  background-color: #110300;
  min-height: 20vh;
}/*# sourceMappingURL=style.css.map */