﻿/* CSS Document */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #FFF;
  color: #222;
}

.flexBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.flexBox.boxset4 div {
  flex: 0 0 calc(50% - 10px);
}

.YouTube > div {
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.YouTube iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.center {
  text-align: center;
}

.big {
  font-size: 1.2em;
}

h1, h2, h3, h4, .mp1, time, .button {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}

h1, h2, h3, h4 {
  letter-spacing: 0em;
  margin: 0px;
}

header h1 {
  margin: 10px auto 0;
  font-size: clamp(28px, 8vw, 96px);
  line-height: 1.2em;
}
header .h1 p {
  font-size: clamp(18px, 5.5vw, 48px);
  margin-top: 20px;
}

h2, .mp1.cost {
  text-align: center;
  font-size: clamp(18px, 6.5vw, 48px);
}

h3 {
  font-size: clamp(24px, 5vw, 36px);
  margin: 20px auto 0;
  text-align: center;
  color: #e60012;
}
h3 img {
  width: 80%;
  margin: auto;
  max-width: 300px;
}

h4 {
  font-size: clamp(24px, 7vw, 30px);
  margin: 20px auto 0;
}

.taitoOnlineCrane > p {
  font-size: clamp(16px, 3vw, 24px);
  margin: 20px auto 0;
}

.newPrize h4 {
  font-size: clamp(14px, 3vw, 20px);
}

p {
  margin: 20px 0 0;
  line-height: 1.4em;
}

.sat {
  color: #039be5;
}

.san {
  color: #e51c3b;
}

.caution {
  margin: 20px auto 0;
  font-size: 0.8em;
}
.caution p {
  margin: 5px auto 0;
}

.red {
  color: #dd0000;
}

@media only screen and (min-width: 560px) {
  h2, .mp1.cost {
    text-align: center;
    font-size: clamp(32px, 4.8vw, 48px);
  }
  .entrance h2 {
    font-size: clamp(18px, 4vw, 48px);
  }
  .sponly {
    display: none;
  }
}
header {
  width: 100%;
  height: auto;
  position: relative;
}
header .grid {
  width: calc(100% - 40px);
  max-width: 1440px;
  display: grid;
  grid-template-columns: 2fr 2fr 2.5fr;
  place-items: center;
  margin: 20px auto 0;
  position: relative;
}
header .ff14 {
  grid-column-start: 1;
  grid-column-end: 2;
  height: auto;
  position: relative;
}
header .taitoOnlineCrane {
  grid-column-start: 3;
  grid-column-end: 4;
  height: auto;
  position: relative;
  margin: auto 0px auto auto;
}
header .grid > p.red {
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0.8em;
}
header .h1 {
  width: calc(100% - 40px);
  max-width: 1280px;
  height: 0;
  margin: 20px auto 0;
  padding: calc(100% - 20px) 0 0;
  background-image: url("../images/prize/ffxivfes_2021_top.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  z-index: 10;
  letter-spacing: 0;
  border-radius: 25px;
  color: #FFF;
  text-shadow: 1px 0 10px #000, -1px 0 10px #000;
}
header .h1 div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
header .h1 .mp1 {
  flex: 0 0 100%;
}
header p.point {
  display: grid;
  place-items: center;
  width: clamp(90px, 24vw, 200px);
  height: clamp(90px, 24vw, 200px);
  padding-top: 8px;
  margin-top: 0px;
  background-color: #f50057;
  border-radius: 200px;
  transform: rotate(0deg);
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: clamp(16px, 4.2vw, 36px);
  text-shadow: none;
}

@media only screen and (min-width: 560px) {
  header p.point {
    transform: rotateZ(15deg);
    top: 5%;
    right: 5%;
  }
}
@media only screen and (min-width: 960px) {
  header .grid {
    grid-template-columns: 2fr 4fr 4fr;
  }
  header .grid > p.red {
    font-size: 1em;
  }
  header .h1 {
    margin: 50px auto 0;
    padding: 0;
    padding-top: clamp(0px, 56.25%, 720px);
  }
  header p.point {
    width: clamp(90px, 17vw, 200px);
    height: clamp(90px, 17vw, 200px);
    font-size: clamp(16px, 3vw, 36px);
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  header .grid {
    grid-template-columns: 2fr 6fr 4fr;
  }
}
main {
  letter-spacing: 0.1em;
}

.entrance, .newPrize, section.taitoOnlineCrane, .summary {
  width: calc(100% - 40px);
  margin: 100px auto 0;
}

.time {
  margin: 30px auto 0;
  font-size: clamp(16px, 5.5vw, 42px);
  text-align: center;
}
.time p {
  margin: auto;
  line-height: 2em;
  letter-spacing: 0em;
}
.time span {
  font-size: 1.6em;
}
.time span.sat, .time span.san {
  font-size: 1em;
}
.time small {
  display: block;
  margin-top: 20px;
  font-size: 0.5em;
  line-height: 1.6em;
  text-align: left;
}

@media only screen and (min-width: 560px) {
  .time .sponly {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .time {
    font-size: clamp(16px, 3.5vw, 42px);
  }
  .time small {
    text-align: center;
  }
  .time .sponly {
    display: none;
  }
}
.mp1.cost {
  letter-spacing: 0em;
}
.mp1.cost span {
  font-size: 0.6em;
}

section.entrance .whatIs {
  max-width: 680px;
  margin: 100px auto 0;
}
section.entrance .caution {
  margin-top: 30px;
}

section.newPrize .prize_icon {
  display: block;
  width: 42px;
  margin: 0 auto 10px;
}
section.newPrize .flexBox {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1320px;
  margin: auto;
}
section.newPrize .flexBox div {
  margin-top: 40px;
}
section.newPrize .flexBox h4 {
  text-align: center;
}
section.newPrize .flexBox img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 560px) {
  section.newPrize .prize_icon {
    display: block;
    width: 60px;
    margin: 0 auto 20px;
  }
  section.newPrize .flexBox {
    justify-content: center;
    align-items: stretch;
  }
  section.newPrize .flexBox div {
    max-width: 295px;
    padding: 10px;
  }
}
section.taitoOnlineCrane {
  max-width: 1000px;
}
section.taitoOnlineCrane h2 img:first-of-type {
  display: block;
  width: 56px;
  margin: 0 auto;
}
section.taitoOnlineCrane h2 img:last-of-type {
  display: block;
  width: 210px;
  margin: 0 auto 20px;
}
section.taitoOnlineCrane .img {
  margin: 20px auto;
}

@media only screen and (min-width: 560px) {
  section.taitoOnlineCrane h2 img:first-of-type {
    width: 80px;
  }
  section.taitoOnlineCrane h2 img:last-of-type {
    width: 300px;
  }
}
.summary {
  max-width: 680px;
}
.summary h4 {
  text-align: center;
  letter-spacing: 0;
}
.summary table {
  margin: 0px auto 0;
}
.summary th, .summary td {
  display: block;
  padding: 0 10px;
  text-align: left;
}
.summary th {
  margin: 40px auto 0;
  font-weight: 900;
}

@media only screen and (min-width: 560px) {
  .summary table {
    font-size: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .summary table {
    border-collapse: separate;
    border-spacing: 0px 20px;
    margin-top: 20px;
  }
  .summary th, .summary td {
    display: table-cell;
  }
  .summary th {
    width: 120px;
    vertical-align: top;
  }
  .summary td p:first-of-type, .summary td .caution {
    margin-top: 0;
  }
}
/*----------footer------------ */
footer {
  width: 100%;
  height: auto;
  display: block;
  margin: 100px 0 0;
  padding: 0px 0 0;
  background-color: #343739;
  align-self: flex-end;
  color: #FFFFFF;
}

.copy {
  font-family: Arial, Helvetica, "sans-serif";
  padding: 40px 20px;
  margin: 100px auto 0;
  font-size: 0.6em;
  text-align: center;
  border-top: solid 1px #555;
}

:root {
  --animate-delay:0.2s;
}

.shutter {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 9999;
  animation: byebyeShutter 2.3s forwards;
}
.shutter .bub35th {
  width: calc(80% - 40px);
  max-width: 480px;
  margin: auto;
  padding-bottom: 40px;
}

@keyframes byebyeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.button {
  border: none;
  background: none;
  text-decoration: none;
}
.button a {
  display: block;
  width: clamp(320px, 100%, 680px);
  box-sizing: border-box;
  margin: 50px auto 0;
  padding: 15px 10px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 0px transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: clamp(14px, 3.8vw, 26px);
  text-align: center;
  text-decoration: none;
  transition: 0.8s ease all;
}
.button a.onlineCrane {
  color: #e60012;
  border: solid 4px #e60012;
}
.button a.funFes {
  color: #f50057;
  border: solid 4px #f50057;
}
.button a svg {
  display: inline-block;
  width: 100px;
  margin-top: -7px;
  padding-right: 5px;
}
.button a svg .cls-1 {
  transition: 0.8s ease all;
}
.button a:hover {
  background-color: #f50057;
  color: #FFF;
}
.button a:hover.onlineCrane {
  background-color: #e60012;
  border: solid 4px #e60012;
}
.button a:hover.funFes {
  background-color: #f50057;
  border: solid 4px #f50057;
}
.button a:hover svg {
  color: #FFF;
}
.button a:hover svg .cls-1 {
  fill: white;
}
.button a.disable {
  pointer-events: none;
  background-color: #ccc;
  border: solid 4px #ccc;
  color: #FFF;
}

@media only screen and (min-width: 560px) {
  .button a svg {
    width: 140px;
    margin-top: -8px;
    padding-right: 10px;
  }
}/*# sourceMappingURL=fanfes_online_crane.css.map */