@charset "UTF-8";
/* Reset
-------------------------------------------------- */
html {
  font-family: sans-serif;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, footer, header, small, nav, section, figure, figcaption, main {
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: baseline;
  list-style: none;
  background-color: transparent;
  outline: none;
  overflow: hidden;
}

audio, canvas, video {
  display: inline-block;
}

ul, ol {
  list-style-type: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 1;
  vertical-align: baseline;
  outline: none;
}

a img {
  border: none;
  outline: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

dt, dd, li,
th, td,
input, textarea {
  text-align: left;
  vertical-align: top;
}

button {
  border: none;
}

input, textarea, button {
  margin: 0;
  padding: 0;
}

input {
  border: 1px solid #dad7d3;
  height: 24px;
  padding: 2px 5px;
}

textarea {
  border: 1px solid #dad7d3;
  height: 78px;
  resize: none;
}

button, label {
  background-color: transparent;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

small {
  font-size: 0.86em;
}

:focus {
  outline: none;
}

/* Base
-------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

table {
  width: 100%;
}

input, textarea, button, select {
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  font-size: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
}

/* Config
-------------------------------------------------- */
body {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  opacity: 0;
}

body.is-blight {
  opacity: 1;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

p {
  line-height: 1.428;
}

dt, dd, li,
th, td,
input,
textarea,
button {
  line-height: 1.5;
}

@font-face {
  font-family: aq-icon;
  font-style: normal;
  font-weight: 400;
  src: url(/-/media/aquaring/resource/fonts/aq-icon-woff2.woff2) format("woff2"), url(/-/media/aquaring/resource/fonts/aq-icon-woff.woff) format("woff"), url(/-/media/aquaring/resource/fonts/aq-icon-ttf.ttf) format("truetype");
}

/* setting 
-------------------------------------------------- */
.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.visible-pc {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .visible-pc {
    display: none;
  }
}

/* animation
-------------------------------------------------- */
.move-left {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

.move-right {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.move-up {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.move-down {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.move-left.is-finished,
.move-right.is-finished {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.move-up.is-finished,
.move-down.is-finished {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fade-in {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.fade-in.is-finished {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .move-right {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

.delay-1s {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay-2s {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay-3s {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay-4s {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay-5s {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay-6s {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay-7s {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.delay-8s {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.delay-9s {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay1s {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.delay1-1s {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.delay1-2s {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay1-3s {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.delay1-4s {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.delay1-5s {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay1-6s {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.delay1-7s {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.delay1-8s {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.delay1-9s {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.delay2s {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.delay2-1s {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.delay2-2s {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.delay2-3s {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.delay2-4s {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.delay2-5s {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

/* contents
-------------------------------------------------- */
.content {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.txt {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}

@media only screen and (max-width: 768px) {
  .txt {
    font-size: 13px;
    line-height: 27px;
  }
}

#document {
  width: 100%;
  height: 100%;
  position: relative;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

/* header
-------------------------------------------------- */
.box-header {
  width: 100%;
  height: 100%;
  background-image: url(/greeting-2019/images/bg-header.png);
}

.box-header__content {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1370px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 160px 0 220px;
}

@media only screen and (max-width: 768px) {
  .box-header__content {
    width: 100%;
    height: 100%;
    padding: 80px 20px 240px;
  }
}

.box-santa {
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.box-santa.box-santa01 .img {
  width: 180px;
  -webkit-transform: translate(100vw, 60px);
  -ms-transform: translate(100vw, 60px);
  transform: translate(100vw, 60px);
  -webkit-transition: all 8s ease;
  -o-transition: all 8s ease;
  transition: all 8s ease;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.box-santa.box-santa01 .img img {
  width: 100%;
}

.box-santa.box-santa01 .img.is-finished {
  -webkit-transform: translate(-180px, 50vh);
  -ms-transform: translate(-180px, 50vh);
  transform: translate(-180px, 50vh);
  -webkit-transition: all 8s ease;
  -o-transition: all 8s ease;
  transition: all 8s ease;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.box-santa.box-santa02 .img {
  width: 180px;
  -webkit-transform: scaleX(-1) translate(180px, -60%);
  -ms-transform: scaleX(-1) translate(180px, -60%);
  transform: scaleX(-1) translate(180px, -60%);
  -webkit-transition: all 8s ease;
  -o-transition: all 8s ease;
  transition: all 8s ease;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.box-santa.box-santa02 .img img {
  width: 100%;
}

.box-santa.box-santa02 .img.is-finished {
  -webkit-transform: scaleX(-1) translate(calc( -100vw - 180px), -60%);
  -ms-transform: scaleX(-1) translate(calc( -100vw - 180px), -60%);
  transform: scaleX(-1) translate(calc( -100vw - 180px), -60%);
  -webkit-transition: all 8s ease;
  -o-transition: all 8s ease;
  transition: all 8s ease;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.box-maintitle {
  max-width: 900px;
  width: calc( 100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.box-maintitle h2 {
  display: block;
  text-align: center;
}

.box-maintitle h2 img {
  width: 100%;
}

.box-subtitle {
  max-width: 520px;
  margin: 0 auto;
}

.box-subtitle img {
  display: block;
  margin: 100px auto 0;
}

.box-subtitle h3 {
  text-align: center;
  text-align-last: justify;
  font-size: 24px;
  margin-top: 50px;
}

.box-subtitle p {
  font-size: 15px;
  margin-top: 30px;
  color: #000;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .box-subtitle img {
    margin-top: 30px;
  }
  .box-subtitle h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .box-maintitle {
    margin: 0 20px;
  }
  .box-subtitle img {
    width: 80px;
  }
  .box-subtitle .txt {
    margin-top: 10px;
  }
}

.box-mainvisual {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  z-index: 2;
}

.box-mainvisual__illust {
  max-width: 1380px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
}

.box-mainvisual__tree {
  position: absolute;
  right: 5%;
  bottom: 80px;
}

.box-mainvisual__tree img {
  max-width: 100%;
  vertical-align: bottom;
}

.box-mainvisual__snowman {
  position: absolute;
  bottom: 68px;
  right: 20%;
}

.box-mainvisual__snowman img {
  max-width: 100%;
}

.box-mainvisual__house {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.box-mainvisual__house img {
  max-width: 100%;
}

.box-mainvisual__tree-small {
  position: absolute;
  bottom: 68px;
  right: 0px;
}

.box-mainvisual__tree-small img {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .box-mainvisual__tree {
    width: 120px;
  }
  .box-mainvisual__snowman {
    width: 50px;
    right: 120px;
  }
  .box-mainvisual__house {
    width: 100px;
    bottom: 50px;
  }
  .box-mainvisual__tree-small {
    width: 30px;
  }
}

.logo {
  padding-top: 32px;
  padding-left: 115px;
}

.logo img {
  width: 149px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .logo {
    padding: 30px 0 0 20px;
    margin-left: -3px;
  }
  .logo img {
    width: 90px;
  }
}

/* box-event
-------------------------------------------------- */
.hdg3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .hdg3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
}

.box-event__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 180px 20px 0px;
  background: url(/greeting-2019/images/bg-event.png);
}

.box-event {
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding-bottom: 160px;
}

.box-event__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
}

.box-event__content__inner {
  width: 70%;
  max-width: 850px;
  position: relative;
  border: 2px dashed #fff;
}

.box-event__content__inner.float-l {
  margin-left: 50px;
}

.box-event__content__inner.float-r {
  margin-right: 50px;
}

.box-event__img {
  width: 75%;
  position: absolute;
  top: 120px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.box-event__img.move-left {
  -webkit-transform: translate(-55%, -50%);
  -ms-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
}

.box-event__img.move-left.is-finished {
  top: 120px;
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.box-event__img.move-right {
  -webkit-transform: translate(55%, -50%);
  -ms-transform: translate(55%, -50%);
  transform: translate(55%, -50%);
}

.box-event__img.move-right.is-finished {
  top: 120px;
  -webkit-transform: translate(60%, -50%);
  -ms-transform: translate(60%, -50%);
  transform: translate(60%, -50%);
}

.box-event__img img {
  display: block;
  width: 100%;
}

.box-event__img-l {
  right: calc( -100% + 150px);
}

.box-event__img-r {
  left: calc( -100% + 150px);
}

.box-event__txt {
  width: 80%;
  max-width: 650px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.box-event__txt-l {
  padding: 90px  180px 80px 30px;
  margin: auto auto auto 0;
}

.box-event__txt-r {
  padding: 90px  30px 80px 180px;
  margin: auto 0 auto auto;
  text-align: left;
}

.box-event__txt__icon {
  width: 98px;
  height: auto;
  position: absolute;
  top: -50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.box-event__txt__icon-l {
  left: -50px;
}

.box-event__txt__icon-r {
  right: -50px;
}

.box-event__txt__btn {
  text-decoration: none;
  margin-top: 20px;
  line-height: 46px;
  padding: 10px 50px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 25px 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-event__txt__btn .txt {
  position: relative;
  width: 100%;
}

.box-event__txt__btn .txt:before {
  position: absolute;
  content: "\e908";
  top: 50%;
  left: -20px;
  margin-top: -1px;
  color: #5c87a6;
  font-size: 14px;
  font-family: aq-icon;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.box-event__txt__btn:hover {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-event__txt__btn:hover .txt {
  color: #128a77;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-event__txt__btn:hover .txt:before {
  color: #128a77;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-event__illust {
  max-width: 1480px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
}

.box-event__illust__item {
  position: absolute;
  z-index: 2;
}

.box-event__illust__item .img img {
  width: 100%;
}

.box-event.box-event01 .box-event__illust__item.item-01 {
  top: 0;
  right: 0;
}

.box-event.box-event01 .box-event__illust__item.item-02 {
  top: 100px;
  left: 0;
}

.box-event.box-event01 .box-event__illust__item.item-03 {
  bottom: 0;
  right: 0;
}

.box-event.box-event02 .box-event__illust__item.item-01 {
  bottom: 0;
  right: 0;
}

.box-event.box-event02 .box-event__illust__item.item-02 {
  top: 150px;
  left: 0;
}

.box-event.box-event02 .box-event__illust__item.item-03 {
  bottom: 50px;
  right: 0;
}

.box-event.box-event03 .box-event__illust__item.item-01 {
  bottom: 0;
  left: -50px;
}

.box-event.box-event03 .box-event__illust__item.item-02 {
  bottom: 0px;
  right: 0;
}

.box-event.box-event04 {
  padding-bottom: 100px;
}

.box-event.box-event04 .box-event__illust__item.item-01 {
  bottom: 0;
  left: -30px;
}

@media only screen and (max-width: 768px) {
  .box-event.box-event01 .box-event__illust__item.item-01 {
    width: 50px;
    bottom: 0;
    right: 0;
  }
  .box-event.box-event01 .box-event__illust__item.item-02 {
    width: 50px;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .box-event.box-event01 .box-event__illust__item.item-03 {
    width: 50px;
    bottom: 0;
    right: 0;
  }
  .box-event.box-event02 .box-event__illust__item.item-01 {
    width: 50px;
    top: auto;
    bottom: 0;
    right: 10px;
  }
  .box-event.box-event02 .box-event__illust__item.item-02 {
    width: 50px;
    top: 0;
    left: 0;
  }
  .box-event.box-event02 .box-event__illust__item.item-03 {
    width: 50px;
    bottom: 50px;
    right: 0;
  }
  .box-event.box-event03 .box-event__illust__item.item-01 {
    width: 50px;
    bottom: 0;
    left: 0;
  }
  .box-event.box-event03 .box-event__illust__item.item-02 {
    width: 50px;
    bottom: -80px;
    right: 0;
  }
  .box-event.box-event04 .box-event__illust__item.item-01 {
    width: 50px;
    bottom: 0;
    left: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .box-event__wrap {
    padding: 80px 20px 0;
  }
  .box-event {
    padding-bottom: 90px;
  }
  .box-event__content {
    width: 100%;
    padding: 10px 0 0;
  }
  .box-event__content__inner {
    float: none;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
  .box-event__content__inner.float-l {
    margin: 0 auto;
  }
  .box-event__content__inner.float-r {
    margin: 0 auto;
  }
  .box-event__txt {
    width: 100%;
    padding: 75% 20px 50px;
    text-align: center;
  }
  .box-event__txt__icon {
    width: 50px;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .box-event__txt .txt {
    text-align: left;
  }
  .box-event__txt-l {
    margin: auto;
  }
  .box-event__txt-r {
    margin: auto;
  }
  .box-event__img {
    width: calc( 100% - 40px);
    height: auto;
    top: 50px;
    left: 20px;
  }
  .box-event__img.move-left {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  .box-event__img.move-left.is-finished {
    top: auto;
    top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .box-event__img.move-right {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  .box-event__img.move-right.is-finished {
    top: auto;
    top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .box-event__img img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .box-event__wrap {
    padding: 80px 20px 0;
  }
  .box-event__content {
    width: 100%;
    padding: 10px 0 0;
  }
  .box-event__content__inner {
    float: none;
  }
  .box-event__txt {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 568px) {
  .box-event__txt {
    width: 100%;
    padding: 85% 20px 50px;
    text-align: center;
  }
}

/* box-greeting
-------------------------------------------------- */
.box-greeting__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px 110px;
  background: url(/greeting-2019/images/bg-event.png);
}

.box-greeting__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
}

.box-greeting__txt {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background-image: url(/greeting-2019/images/bg-greeting-pc.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 12% 0 10%;
}

.box-greeting__txt.move-up {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.box-greeting__txt .txt {
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
}

.box-greeting__txt-hdg {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.box-greeting__txt-hdg .strong {
  font-size: 24px;
}

.box-greeting__txt.is-finished {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: center;
}

.box-greeting__illust {
  padding: 60px 0px 0px;
}

.box-greeting__illust__item {
  margin: 0 auto;
}

.box-greeting__illust__item .img {
  text-align: center;
}

.box-greeting__illust__item .img img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .box-greeting__content {
    padding: 0 20px;
  }
  .box-greeting__background-hdg {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .box-greeting {
    margin-top: 0;
  }
  .box-greeting__content {
    width: 100%;
    padding: 0;
  }
  .box-greeting__background-hdg {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .box-greeting__txt .txt {
    padding: 0px 50px 0px;
    font-size: 13px;
    line-height: 22px;
  }
  .box-greeting__txt-hdg .strong {
    font-size: 16px;
  }
  .box-greeting__illust {
    padding: 20px 0 0px;
  }
  .box-greeting__illust__item {
    margin: 0 auto;
  }
  .box-greeting__illust__item .img {
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
  }
  .box-greeting__illust__item .img img {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .box-greeting {
    margin-top: 0;
  }
  .box-greeting__txt {
    background-image: url(/greeting-2019/images/bg-greeting-sp.png);
    max-width: 460px;
    padding: 38% 0 38%;
  }
  .box-greeting__txt .txt {
    padding: 0px 45px 0px;
    font-size: 13px;
    line-height: 22px;
  }
  .box-greeting__txt-hdg .strong {
    font-size: 16px;
  }
  .box-greeting__illust {
    padding: 20px 0 0px;
  }
  .box-greeting__illust__item {
    margin: 0 auto;
  }
  .box-greeting__illust__item .img {
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
  }
  .box-greeting__illust__item .img img {
    width: 100%;
  }
}

/* footer
-------------------------------------------------- */
footer .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  footer .inner {
    max-width: 100%;
    padding: 0 15px;
  }
}

footer .footer-info {
  padding: 130px 0 75px;
  -webkit-font-smoothing: antialiased;
  background-image: url(/greeting-2019/images/bg-footer.png);
}

@media only screen and (max-width: 768px) {
  footer .footer-info {
    padding: 35px 0;
  }
}

footer .footer-nav {
  margin-bottom: 160px;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  footer .footer-nav {
    margin-bottom: 20px;
  }
}

footer .footer-nav .footer-nav-list {
  display: inline-block;
  width: 28%;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .footer-nav-list {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .footer-nav-list li {
    display: inline-block;
    width: 50%;
    margin-top: 22px;
  }
}

footer .footer-nav .footer-nav-list li + li {
  margin-top: 22px;
}

footer .footer-nav .footer-nav-list a {
  position: relative;
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .04rem;
}

footer .footer-nav .footer-nav-list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (min-width: 769px) {
  footer .footer-nav .footer-nav-list a:hover:before {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .footer-nav-list a {
    font-size: .75rem;
  }
}

footer .footer-nav .office {
  display: inline-block;
  width: 72%;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .office {
    width: 100%;
  }
}

footer .footer-nav .office li {
  display: inline-block;
  width: 33.33333%;
  padding: 0 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .office li {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}

footer .footer-nav .office .hdg {
  margin-bottom: 5px;
  color: #fff;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .04rem;
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .office .hdg {
    margin-bottom: 0;
    font-size: .6875rem;
  }
}

footer .footer-nav .office .tel {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: .04rem;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  footer .footer-nav .office .tel {
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .office .tel {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

footer .footer-nav .office .txt {
  color: #fff;
  font-size: .8125rem;
  letter-spacing: .04rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .office .txt {
    font-size: .6875rem;
    line-height: 1.6;
  }
}

footer .footer-nav .pagetop {
  top: 0;
  right: 20px;
  display: block;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 21px;
  cursor: pointer;
}

footer .footer-nav .pagetop, footer .footer-nav .pagetop:after {
  position: absolute;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

footer .footer-nav .pagetop:after {
  content: "\e903";
  top: 50%;
  left: 50%;
  margin-top: -1px;
  color: #5c87a6;
  font-size: 1rem;
  font-family: aq-icon;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  footer .footer-nav .pagetop {
    position: relative;
    right: 0;
    margin-left: auto;
    width: 35px;
    height: 35px;
  }
  footer .footer-nav .pagetop:after {
    font-size: .875rem;
  }
}

@media only screen and (min-width: 769px) {
  footer .footer-nav .pagetop:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media only screen and (min-width: 1024px) {
  footer .wrap-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

footer .footer-policy-nav {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  footer .footer-policy-nav {
    margin-bottom: 20px;
  }
}

footer .footer-policy-nav li {
  display: inline-block;
  opacity: .7;
}

footer .footer-policy-nav li + li {
  margin-left: 35px;
}

@media only screen and (max-width: 768px) {
  footer .footer-policy-nav li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

footer .footer-policy-nav li a {
  position: relative;
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}

footer .footer-policy-nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (min-width: 769px) {
  footer .footer-policy-nav li a:hover:before {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-policy-nav li a {
    font-size: .75rem;
  }
}

footer .footer-policy-nav li.gs:before {
  content: "\e908";
  margin-right: 5px;
  color: #fff;
  font-family: aq-icon;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  footer .footer-policy-nav li {
    display: block;
  }
}

footer .copyright {
  text-align: right;
  opacity: .7;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  footer .copyright {
    padding: 10px 0 0;
    text-align: left;
  }
}

footer .copyright small {
  color: #fff;
  font-size: .875rem;
  letter-spacing: .04rem;
}

@media only screen and (max-width: 768px) {
  footer .copyright small {
    font-size: .625rem;
  }
}
