@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #004ea2;
  --color-red: #c50923;
  --color-gray: #818f9a;
  --color-border-gray: #dddddd;
  --color-border-grad: linear-gradient(to right,#004ea2,#c50923);
  --color-in-text: #2a465c;
  --color-footer-bg: linear-gradient(to bottom,#ffffff,#f2ecf1,#d9e5f1);
  --color-menu-bg: linear-gradient(45deg,#f9e7e8,#d6e3f0);
  --color-movie-bg: linear-gradient(to right,#ebf1f8,#fbeded);
  --color-character-bg: linear-gradient(to top,#ebf1f8,#faf8f9,#ffffff);
  --font-w-light: 300;
  --font-w-regular: 400;
  --font-w-medium: 500;
  --font-w-semibold: 600;
  --font-w-bold: 700;
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --font-jp: "Zen Old Mincho","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-en: "Cormorant", "Zen Old Mincho", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--font-jp);
  color: var(--color-gray);
  font-weight: var(--font-w-regular);
}
@media only screen and (min-width:961px) {
  body .is-pc {
    display: block;
  }
  body .is-sp {
    display: none;
  }
}
@media only screen and (max-width:960px) {
  body .is-pc {
    display: none;
  }
  body .is-sp {
    display: block;
  }
}

.--santa header {
  position: relative;
  background: url(../img/pc/bg_main.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.--santa header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  border: 30px solid;
  -o-border-image: linear-gradient(to left top, #c9e3fd, #ffe1e3) 1;
     border-image: -webkit-gradient(linear, right bottom, left top, from(#c9e3fd), to(#ffe1e3)) 1;
     border-image: linear-gradient(to left top, #c9e3fd, #ffe1e3) 1;
}
@media only screen and (max-width:960px) {
  .--santa header::after {
    border: 15px solid;
    -o-border-image: linear-gradient(to left top, #c9e3fd, #ffe1e3) 1;
       border-image: -webkit-gradient(linear, right bottom, left top, from(#c9e3fd), to(#ffe1e3)) 1;
       border-image: linear-gradient(to left top, #c9e3fd, #ffe1e3) 1;
  }
}
.--santa .contents .lead_txt {
  font-size: 22px;
  line-height: 1.8;
}
@media only screen and (max-width:960px) {
  .--santa .contents .lead_txt {
    font-size: 14px;
  }
}
.--santa .contents .lead_txt strong {
  vertical-align: baseline;
  font-size: 110%;
  color: var(--color-blue);
}
.--santa .contents .lead_txt strong.--big {
  font-size: 120%;
  color: var(--color-red);
}
.--santa .maker_wrap {
  border: 5px solid var(--color-border-gray);
  background: var(--color-menu-bg);
}
@media only screen and (min-width: 751px) {
  .--santa .maker_wrap {
    border: 5px solid var(--color-border-gray);
    background: var(--color-menu-bg);
  }
}
.--santa .maker_wrap .make_area {
  position: relative;
  background: unset;
  background: var(--color-character-bg);
}
.--santa .maker_wrap .make_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/santa/assets/img/bg_texture.png) repeat left top/contain;
}
.--santa .maker_wrap .make_area::after {
  content: unset;
}
.--santa .maker_wrap .make_area .btn_area .complete:after {
  background: #6aa3dc;
}
.--santa .maker_wrap .make_area .dl_btn:after {
  background: #6aa3dc;
}
.--santa .maker_wrap .confirm_btn .confirm_btn_list li:nth-of-type(2):after {
  background: #6aa3dc;
}
.--santa .maker_wrap .select_area {
  background: #C9E3FD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(201, 227, 253)), to(rgb(255, 225, 227)));
  background: linear-gradient(90deg, rgb(201, 227, 253) 0%, rgb(255, 225, 227) 100%);
}
.--santa .maker_wrap .select_area .type_list li:not(.current_type):after {
  background: #6aa3dc;
}
.--santa .maker_wrap .select_area .next_btn:after {
  background: #6aa3dc;
}

/***************
footer
***************/
.l-footer {
  width: 100%;
  padding: 90px 0 120px;
  position: relative;
  background: var(--color-footer-bg);
  text-align: left;
}

.--in .l-footer {
  width: 100%;
}

@media screen and (max-width: 899px) {
  .l-footer {
    width: 100%;
    padding: 57px 0;
  }
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 6.5px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: footerLine 60s linear infinite;
          animation: footerLine 60s linear infinite;
}

@-webkit-keyframes footerLine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1543px;
  }
}

@keyframes footerLine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1543px;
  }
}
.l-footer__pagetop {
  width: 48px;
  position: absolute;
  right: 40px;
  top: -30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  cursor: pointer;
}

.l-footer__pagetop img {
  -webkit-transition: -webkit-transform 0.7s var(--ease-main);
  transition: -webkit-transform 0.7s var(--ease-main);
  transition: transform 0.7s var(--ease-main);
  transition: transform 0.7s var(--ease-main), -webkit-transform 0.7s var(--ease-main);
}

@media screen and (min-width: 900px) {
  .l-footer__pagetop:hover img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop {
    width: 36px;
    position: absolute;
    right: 20px;
    top: -20px;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 83.3%;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 78.6%;
  }
}
.l-footer__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}

.l-footer__share-title {
  margin-right: 28px;
  font-family: var(--font-en);
  font-size: 22px;
  color: var(--color-blue);
}

@media screen and (max-width: 899px) {
  .l-footer__share-title {
    margin-right: 20px;
    font-size: 16px;
  }
}
.l-footer__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__share-list-item {
  width: 26px;
  margin-right: 14px;
}

@media screen and (min-width: 900px) {
  .l-footer__share-list-item:hover svg {
    fill: var(--color-red);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__share-list-item {
    width: 25px;
    margin-right: 19px;
  }
}
.l-footer__share-list-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-blue);
  -webkit-transition: fill 0.7s var(--ease-main);
  transition: fill 0.7s var(--ease-main);
}

.l-footer__link {
  margin-bottom: 23px;
}

@media screen and (max-width: 899px) {
  .l-footer__link {
    margin-bottom: 19px;
  }
}
.l-footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__link-list-item {
  font-size: 14px;
  letter-spacing: 0.02em;
  padding-right: 36px;
  position: relative;
}

@media screen and (max-width: 899px) {
  .l-footer__link-list-item {
    padding-right: 32px;
    font-size: 12px;
  }
}
.l-footer__link-list-item:last-of-type::before {
  display: none;
}

.l-footer__link-list-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--color-gray);
}

@media screen and (max-width: 899px) {
  .l-footer__link-list-item::before {
    right: 16px;
    background-color: var(--color-blue);
  }
}
.l-footer__link-list-item .p-in-text {
  display: block;
  color: var(--color-blue);
  -webkit-transition: color 0.7s var(--ease-main);
  transition: color 0.7s var(--ease-main);
  text-decoration: none;
}

@media screen and (min-width: 900px) {
  .l-footer__link-list-item .p-in-text:hover {
    color: var(--color-red);
  }
}
.l-footer__caution {
  margin-bottom: 8px;
  font-size: 12px;
}

@media screen and (max-width: 899px) {
  .l-footer__caution {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.5;
  }
}
.l-footer__copy {
  font-size: 12px;
  line-height: 1.3;
}

@media screen and (max-width: 899px) {
  .l-footer__copy {
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
}
.l-footer__bnr {
  width: 240px;
}

@media screen and (max-width: 899px) {
  .l-footer__bnr {
    width: 100%;
    margin-bottom: 60px;
  }
}
.l-footer__bnr-list-item {
  -webkit-transition: -webkit-transform 0.8s var(--ease-main);
  transition: -webkit-transform 0.8s var(--ease-main);
  transition: transform 0.8s var(--ease-main);
  transition: transform 0.8s var(--ease-main), -webkit-transform 0.8s var(--ease-main);
}

@media screen and (min-width: 900px) {
  .l-footer__bnr-list-item:hover {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
.l-footer__bnr-list-item + .l-footer__bnr-list-item {
  margin-top: 10px;
}

@media screen and (max-width: 899px) {
  .l-footer__bnr-list-item + .l-footer__bnr-list-item {
    margin-top: 13px;
  }
}
.l-footer__kirishima {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 899px) {
  .l-footer__kirishima {
    margin-bottom: 3rem;
  }
}
.l-footer__kirishima_link {
  display: inline-block;
  color: var(--color-blue);
}

@media only screen and (min-width: 900px) {
  .l-footer__kirishima_link:hover .l-footer__kirishima_img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  .l-footer__kirishima_link:hover .l-footer__kirishima_name {
    color: var(--color-red);
  }
}
.l-footer__kirishima_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.l-footer__kirishima_img {
  width: 60px;
  margin-right: 20px;
  -webkit-transition: -webkit-transform 0.8s var(--ease-main);
  transition: -webkit-transform 0.8s var(--ease-main);
  transition: transform 0.8s var(--ease-main);
  transition: transform 0.8s var(--ease-main), -webkit-transform 0.8s var(--ease-main);
}

@media only screen and (max-width: 899px) {
  .l-footer__kirishima_img {
    width: 5.2rem;
    margin-right: 1.6rem;
  }
}