@charset "UTF-8";
/*font*/
@font-face {
  font-family: 'GJ_b';
  src: url("/landing/font/GenJyuuGothic-Bold.eot");
  src: url("/landing/font/GenJyuuGothic-Bold.eot?iefix") format("eot"), url("/landing/font/GenJyuuGothic-Bold.woff2") format("woff2"), url("/landing/font/GenJyuuGothic-Bold.woff") format("woff"), url("/landing/font/GenJyuuGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'GJ_m';
  src: url("/landing/font/GenJyuuGothic-Medium.eot");
  src: url("/landing/font/GenJyuuGothic-Medium.eot?iefix") format("eot"), url("/landing/font/GenJyuuGothic-Medium.woff2") format("woff2"), url("/landing/font/GenJyuuGothic-Medium.woff") format("woff"), url("/landing/font/GenJyuuGothic-Medium.ttf") format("truetype");
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: inherit;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  font-family: 'GJ_m', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg {
  -webkit-backface-visibility: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: -30px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF !important;
  border: 1px solid #fff !important;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  opacity: 1;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding: 0 3.3vw;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .mfp-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -60px;
    font-size: 50px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s linear;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s linear;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.pc-visible {
  display: none;
}

/*-------------
header
---------------*/
.share {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 35px;
}

.header {
  position: relative;
  margin-bottom: 30px;
}
.header_logo {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -52px;
}
.header_logo img {
  width: 105px;
}
.header_ttl {
  width: 78.7vw;
  position: absolute;
  bottom: -2vw;
  left: 10.6vw;
}
.header_lead {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.84;
  margin-bottom: 75px;
  transform: rotate(0.05deg);
}

/*-------------
main
---------------*/
.style_ttl {
  text-align: center;
  background-size: 71px 71px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 40px;
  margin-bottom: 20px;
}
.style_ttl > * {
  display: block;
  transform: rotate(0.05deg);
}
.style_ttl small {
  font-size: 1rem;
  margin-bottom: 2px;
}
.style_ttl strong {
  font-size: 1.8rem;
  letter-spacing: .1rem;
}
.style_lead {
  font-size: 1.2rem;
  transform: rotate(0.05deg);
  text-align: center;
  margin: 0 5.3vw 25px;
  line-height: 1.67;
}

.style1 .style_ttl {
  background-image: url("../images/badge1.png");
}
.style2 .style_ttl {
  background-image: url("../images/badge2.png");
}
.style3 .style_ttl {
  background-image: url("../images/badge3.png");
}

.colBox {
  display: flex;
  margin-bottom: 80px;
}
.colBox:last-child {
  padding-bottom: 20px;
}
.colBox_block {
  width: 50%;
  position: relative;
}
.colBox_block:before {
  content: "";
  width: 76px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: 76px 37px;
  position: absolute;
  top: -25px;
  z-index: 1;
}
.colBox_block:first-child::before {
  background-image: url("../images/tag_branshes.png");
  left: 1px;
}
.colBox_block:last-child::before {
  background-image: url("../images/tag_radchap.png");
  right: 1px;
}
.colBox_block li:first-child {
  margin-bottom: 42px;
}

.coord_img {
  margin-bottom: 6px;
  position: relative;
}
.coord_img a {
  display: block;
}
.coord_img a:before {
  content: "";
  width: 10.5vw;
  height: 10.5vw;
  background: url("../images/scale_2x.png") no-repeat;
  background-size: 10.5vw 10.5vw;
  position: absolute;
  right: 1vw;
  bottom: 0;
}
.coord_lead {
  transform: rotate(0.05deg);
  margin: 0 3.3vw 12px;
  line-height: 1.6;
  text-align: center;
}
.coord_btn {
  text-align: center;
}
.coord_btn a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: #eee;
  border: 1px solid #000;
  padding: 4px 12px;
  font-family: GJ_b;
  transform: rotate(0.05deg);
}
.coord_subttl {
  text-align: center;
  margin: 0 3.3vw;
  position: relative;
}
.coord_subttl span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  font-weight: normal;
  font-family: GJ_b;
  transform: rotate(0.05deg);
}
.coord_subttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.coord_subttl:after {
  content: "";
  width: 100%;
  height: 5px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .style1 .style_ttl {
    background-image: url("../images/badge1_2x.png");
  }
  .style2 .style_ttl {
    background-image: url("../images/badge2_2x.png");
  }
  .style3 .style_ttl {
    background-image: url("../images/badge3_2x.png");
  }

  .colBox_block:first-child::before {
    background-image: url(../images/tag_branshes_2x.png);
    background-size: 76px 37px;
  }

  .colBox_block:last-child::before {
    background-image: url(../images/tag_radchap_2x.png);
    background-size: 76px 37px;
  }
}
.itemBox {
  padding-bottom: 50px;
}
.itemBox section:first-child {
  padding-bottom: 40px;
}

.item {
  display: flex;
  margin: 0 3.3vw;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.item li {
  width: calc(100% / 3);
  padding: 0 2%;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
}
.item li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.item li a.disable {
  pointer-events: none;
}
.item_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.item_ttl img {
  width: 100px;
}
.item_name {
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
  transform: rotate(0.05deg);
}

.coupon:before {
  content: "";
  width: 31px;
  height: 31px;
  background: url("../images/badge_coupon.png") no-repeat;
  background-size: 31px 31px;
  position: absolute;
  right: -2px;
  top: -6px;
}

/*-------------
popup
---------------*/
.styling {
  background: #fff;
  padding: 30px 6.7vw;
  position: relative;
}
.styling_close {
  text-align: center;
}
.styling_close_btn {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 70px;
  cursor: pointer;
}
.styling_close_btn small {
  font-size: 1.4rem;
  padding-right: 10px;
  line-height: 1;
  vertical-align: middle;
  transform: rotate(0.05deg);
}
.styling_close_btn strong {
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  transform: rotate(0.05deg);
}

.stylingBox {
  margin-bottom: 30px;
}
.stylingBox figure {
  margin: 0 6.7vw 20px;
}
.stylingBox figcaption {
  padding-top: 8px;
  transform: rotate(0.05deg);
}
.stylingBox_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stylingBox_item li {
  width: 37.3vw;
  margin-bottom: 15px;
}
.stylingBox_item li a {
  display: block;
  color: #000;
}
.stylingBox_item li a.disable {
  text-decoration: none;
  pointer-events: none;
}
.stylingBox_item_img {
  width: 100%;
  max-width: 240px;
}
.stylingBox_item_txt {
  transform: rotate(0.05deg);
}

.coupon_btn {
  text-align: center;
  margin-top: 50px;
}
.coupon_btn a {
  display: inline-block;
  color: #fff;
  font-family: GJ_b;
  transform: rotate(0.05deg);
  background: url("../images/coupon.png") no-repeat 10px center #b181b5;
  background-size: 35px 35px;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 15px 35px 15px 55px;
}
.coupon_btn a:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 15px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.coupon_btn a:after {
  content: "";
  width: 3px;
  height: 3px;
  border-top: 2px solid #b181b5;
  border-right: 2px solid #b181b5;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
}

/*-------------
footer
---------------*/
.footer {
  border-top: 1px solid #000;
  padding: 25px 0 10px;
  text-align: center;
}
.footer_logo {
  margin-bottom: 15px;
}
.footer_logo a {
  display: inline-block;
  padding: 0 15px;
}
.footer_logo img {
  height: 15px;
  width: auto;
}
.footer_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.footer_sns img {
  width: 20px;
}
.footer_sns a {
  display: inline-block;
  padding: 20px;
}
.footer_copyright {
  font-size: 1rem;
  letter-spacing: .1rem;
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 1;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 20000;
  display: none;
}
.modal-share {
  display: none;
  width: 100%;
  background: #fff;
  position: fixed;
  box-sizing: border-box;
  padding: 30px 15px;
  top: 0;
  left: 0;
  z-index: 30000;
}
.modal-share-contents {
  position: relative;
  border: 1px solid #000;
  padding: 35px 20px 32px;
}
.modal-share-close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-share-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 40px;
}
.modal-share-item {
  margin: 0 auto 20px;
  max-width: 250px;
}
.modal-share-item:last-child {
  margin: 0 auto;
}
.modal-share-item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.0rem;
  border-radius: 5px;
  padding: 13px 0 12px;
  text-decoration: none;
}
.modal-share-item a.share-tweet {
  background: #5ea9dd;
}
.modal-share-item a.share-facebook {
  background: #3a5699;
}
.modal-share-item a.share-line {
  background: #03c302;
}

/*-------------
animation
---------------*/
.ball {
  width: 18%;
  position: absolute;
  left: 3vw;
  bottom: 1vw;
  transform: translate3d(0, 0, 0) scale(1) rotate(-20deg);
  animation: ball 1.5s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate;
}

@keyframes ball {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(-20deg);
  }
  100% {
    transform: translate3d(3px, -3px, -10px) scale(0.98) rotate(0);
  }
}
@keyframes ball_pc {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(-35deg);
  }
  100% {
    transform: translate3d(15px, -12px, -30px) scale(0.95) rotate(-15deg);
  }
}
.cloud1 {
  width: 18%;
  position: absolute;
  right: 6vw;
  top: 39%;
  animation: cloud 1.5s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate;
}

.cloud2 {
  width: 12%;
  position: absolute;
  left: 8vw;
  top: 50%;
  animation: cloud 2.5s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate 1s;
}

@keyframes cloud {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -3px, 0);
  }
}
@keyframes cloud_pc {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -8px, 0);
  }
}
.rabbit {
  width: 12.5%;
  position: absolute;
  left: 3vw;
  bottom: 5px;
  animation: rabbit 2s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19) alternate;
}

@keyframes rabbit {
  0% {
    transform: translate3d(0, 0, 0);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes rabbit_pc {
  0% {
    transform: translate3d(0, 0, 0);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -8px, 0);
  }
}
.hane {
  width: 100%;
  position: absolute;
  left: 0;
  top: 13%;
}

.heart1 {
  width: 6.5%;
  position: absolute;
  left: 8vw;
  top: 13%;
  opacity: 0;
  animation: heart1 2.5s linear infinite;
}

.heart2 {
  width: 8.2%;
  position: absolute;
  right: 22%;
  top: 38%;
  opacity: 0;
  animation: heart2 2.5s linear infinite 1s;
}

@keyframes heart1 {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  20% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translate3d(-2px, -3px, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(-3px, -6px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-4px, -10px, 0);
  }
}
@keyframes heart2 {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  20% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translate3d(2px, -3px, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(3px, -6px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(4px, -10px, 0);
  }
}
@keyframes heart1_pc {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  20% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translate3d(-2px, -5px, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(-4px, -10px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-6px, -15px, 0);
  }
}
@keyframes heart2_pc {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  20% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translate3d(2px, -5px, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(4px, -10px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(6px, -15px, 0);
  }
}
.bell1 {
  width: 10%;
  position: absolute;
  right: 17%;
  top: 10%;
  transform-origin: 5% 40%;
  transform: rotate(0);
  animation: bell1 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate;
}

.bell2 {
  width: 10%;
  position: absolute;
  right: 14%;
  top: 38%;
  transform-origin: 5% 40%;
  transform: rotate(45deg);
  animation: bell2 1.2s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate 0.8s;
}

.bell3 {
  width: 10%;
  position: absolute;
  left: 34%;
  top: 29%;
  transform-origin: 0 40%;
  transform: scale(-1, 1) rotate(16deg);
  animation: bell3 1.2s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate 0.5s;
}

@keyframes bell1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes bell2 {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes bell3 {
  0% {
    transform: scale(-1, 1) rotate(16deg);
  }
  100% {
    transform: scale(-1, 1) rotate(25deg);
  }
}
.kirakira1 {
  width: 3%;
  position: absolute;
  left: 11%;
  top: 48%;
  opacity: 0;
  animation: opacity 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate;
}

.kirakira2 {
  width: 2%;
  position: absolute;
  left: 11%;
  top: 66%;
  transform: rotate(8deg);
  opacity: 0;
  animation: opacity 1s infinite cubic-bezier(0.39, 0.575, 0.565, 1) alternate 0.4s;
}

.kirakira3 {
  width: 2%;
  position: absolute;
  left: 33%;
  top: 53%;
  transform: rotate(5deg);
  opacity: 0;
  animation: opacity 0.8s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate 0.8s;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.star1 {
  width: 11.4%;
  position: absolute;
  left: 17%;
  top: 73%;
  transform: translate3d(-10px, -10px, -10px);
  opacity: 0;
  animation: star1 3s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.star2 {
  width: 4.5%;
  position: absolute;
  right: 21%;
  top: 38%;
  transform: rotate(0);
  animation: star2 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate;
}

@keyframes star1 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, -10px, -10px);
  }
  10% {
    opacity: 1;
    transform: translate3d(-10px, -10px, -10px);
  }
  50% {
    opacity: 0;
    transform: translate3d(10px, 10px, 10px);
  }
  100% {
    opacity: 0;
    transform: translate3d(10px, 10px, 10px);
  }
}
@keyframes star2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(15deg);
  }
}
.kirakira4 {
  width: 3%;
  position: absolute;
  right: 28%;
  top: 47%;
  opacity: 0;
  transform: rotate(13deg);
  animation: opacity 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate;
}

.kirakira5 {
  width: 2%;
  position: absolute;
  right: 14%;
  top: 60%;
  transform: rotate(22deg);
  opacity: 0;
  animation: opacity 1s infinite cubic-bezier(0.39, 0.575, 0.565, 1) alternate 0.4s;
}

.kirakira6 {
  width: 2%;
  position: absolute;
  right: 35%;
  top: 64%;
  transform: rotate(26deg);
  opacity: 0;
  animation: opacity 0.8s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate 0.8s;
}

.cat {
  width: 20%;
  position: absolute;
  right: 18%;
  bottom: 2%;
}

.clock2 {
  width: 24%;
  position: absolute;
  left: 8%;
  top: 13%;
}

.cat2 {
  width: 31%;
  position: absolute;
  left: 9%;
  bottom: 4%;
}

.snow1 {
  width: 4%;
  position: absolute;
  left: 12%;
  top: 10%;
  transform: rotate(0);
  animation: snow 3s linear infinite;
}
.snow1 img {
  animation: role 3s linear infinite;
}

.snow2 {
  width: 4%;
  position: absolute;
  right: 14%;
  top: 38%;
  opacity: 1;
  transform: rotate(0);
  animation: snow 2.5s linear infinite 1.5s;
}
.snow2 img {
  animation: role 3s linear infinite;
}

@keyframes snow {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes role {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes snow_pc {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(80px);
    opacity: 0;
  }
}
.bell4 {
  width: 6.5%;
  position: absolute;
  left: 8%;
  top: 39%;
  transform: rotate(-10deg);
  transform-origin: center top;
  animation: bell4 1.2s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate 0.5s;
}

@keyframes bell4 {
  0% {
    　　transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@media only screen and (min-width: 768px) {
  .pc-visible {
    display: block;
  }

  .sp-visible {
    display: none;
  }

  /*-------------
  header
  ---------------*/
  .share {
    display: none !important;
  }

  .header {
    margin-bottom: 60px;
  }
  .header picture img {
    width: 100%;
  }
  .header_logo {
    margin-left: -93px;
  }
  .header_logo img {
    width: 187px;
  }
  .header_ttl {
    width: 100%;
    bottom: -15px;
    left: 0;
    margin-left: 0;
    text-align: center;
  }
  .header_ttl img {
    width: 50%;
  }
  .header_lead {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  .header_ttl img {
    width: 584px;
  }
}
@media only screen and (min-width: 768px) {
  /*-------------
  main
  ---------------*/
  .inner {
    max-width: 1260px;
    margin: 0 auto;
  }

  .style_ttl {
    background-size: 143px 143px;
    padding-top: 80px;
    margin-bottom: 30px;
  }
  .style_ttl small {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .style_ttl strong {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: .2rem;
  }
  .style_lead {
    font-size: 1.4rem;
    max-width: 780px;
    margin: 0 auto 85px;
  }

  .colBox {
    margin-bottom: 160px;
  }
  .colBox:last-child {
    padding-bottom: 50px;
  }
  .colBox_block:before {
    width: 160px;
    height: 78px;
    background-size: 160px 78px !important;
    top: -70px;
  }
  .colBox_block:first-child:before {
    left: 25px;
  }
  .colBox_block:last-child:before {
    right: 58px;
  }
  .colBox_block li:first-child {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 930px) {
  .colBox_block:before {
    width: 204px;
    height: 100px;
    background-size: 204px 100px !important;
  }
}
@media only screen and (min-width: 768px) {
  .coord_img {
    margin-bottom: 10px;
  }
  .coord_img a:before {
    width: 74px;
    height: 74px;
    background-size: 74px 74px;
    right: auto;
    left: 79.4%;
    bottom: 0;
  }
  .coord_lead {
    font-size: 1.6rem;
    margin: 0 20px 15px;
  }
  .coord_btn a {
    font-size: 1.2rem;
    padding: 6px 30px;
    transition: .3s;
  }
  .coord_btn a:hover {
    color: #fff;
    background: #000;
  }
  .coord_subttl {
    margin: 0 12.7%;
  }
  .coord_subttl span {
    font-size: 1.6rem;
    padding: 0 30px;
  }
  .coord_subttl:after {
    height: 7px;
    margin-top: -3px;
  }

  .itemBox {
    max-width: 1650px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .itemBox section:first-child {
    padding-bottom: 60px;
  }

  .item {
    justify-content: flex-start;
    margin: 0;
  }
  .item_ttl {
    margin-bottom: 85px;
  }
  .item_ttl img {
    width: 203px;
  }
  .item li {
    width: 22.5%;
    margin: 0 calc(10% / 8) 80px !important;
    padding: 0;
  }
  .item li a:hover .item_name:before {
    opacity: 1;
  }
  .item_name {
    font-size: 1.4rem;
    margin-top: 10px;
    position: relative;
  }
  .item_name:before {
    content: "";
    width: 50%;
    height: 70%;
    background: rgba(177, 129, 181, 0.15);
    position: absolute;
    left: 25%;
    top: 15%;
    border-radius: 50%;
    box-shadow: 0 0 8px 5px rgba(177, 129, 181, 0.15);
    opacity: 0;
    transition: 0.3s cubic-bezier(0.16, 0.47, 0.8, 0.53);
  }

  .coupon:before {
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
    top: -20px;
    right: -5px;
    z-index: 1;
  }

  /*-------------
  styling
  ---------------*/
  .styling {
    max-width: 1000px;
    margin: 70px auto;
    padding: 60px 55px;
  }

  .stylingBox {
    display: flex;
    justify-content: space-between;
  }
  .stylingBox figure {
    margin: 0;
    width: 56.8%;
  }
  .stylingBox figcaption {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .stylingBox_item {
    width: 38.6%;
    display: block;
  }
  .stylingBox_item li {
    width: 100%;
  }
  .stylingBox_item li a {
    display: flex;
    align-items: center;
  }
  .stylingBox_item_img {
    width: 120px;
  }
  .stylingBox_item_txt {
    width: calc(100% - 120px);
    font-size: 1.4rem;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 1.7;
  }

  .styling_close_btn small {
    font-size: 2rem;
  }
  .styling_close_btn strong {
    font-size: 1.4rem;
  }

  .coupon_btn a {
    font-size: 2rem;
    background-size: 70px 70px;
    border-radius: 10px;
    padding: 25px 60px 25px 90px;
    background-position: 15px center;
    transition: .3s;
  }
  .coupon_btn a:before {
    width: 22px;
    height: 22px;
    right: 18px;
    margin-top: -11px;
  }
  .coupon_btn a:after {
    width: 6px;
    height: 6px;
    right: 26px;
    margin-top: -4px;
  }
  .coupon_btn a:hover {
    background-color: #906994;
  }

  /*-------------
  footer
  ---------------*/
  .footer {
    padding: 40px 0 10px;
  }
  .footer_logo {
    margin-bottom: 35px;
  }
  .footer_logo a {
    padding: 0 35px;
  }
  .footer_logo img {
    width: 134px;
    height: auto;
  }
  .footer_copyright {
    font-size: 1.2rem;
  }
  .footer_sns a {
    padding: 25px;
  }
  .footer_sns img {
    width: 22px;
  }

  /*-------------
  animation
  ---------------*/
  .ball {
    width: 15.5%;
    left: 10.3%;
    bottom: 30px;
    transform: translate3d(0, 0, 0) scale(1) rotate(-35deg);
    animation: ball_pc 1.5s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate;
  }

  .cloud1 {
    width: 17.2%;
    right: 15%;
    animation: cloud_pc 1.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate;
  }

  .cloud2 {
    width: 8.8%;
    left: 15.2%;
    top: 48%;
    animation: cloud_pc 2.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate 1s;
  }

  .rabbit {
    width: 11.3%;
    left: 7%;
    bottom: 14px;
    animation: rabbit_pc 2s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19) alternate;
  }

  .heart1 {
    width: 7.2%;
    left: 13%;
    top: 25%;
    animation: heart1_pc 2.5s linear infinite;
  }

  .heart2 {
    width: 8.9%;
    right: 22%;
    top: 36%;
    animation: heart2_pc 2.5s linear infinite 1s;
  }

  .bell1 {
    width: 8%;
    right: 24%;
    top: 17%;
  }

  .bell2 {
    width: 8%;
    right: 19%;
    top: 41%;
  }

  .bell3 {
    width: 8%;
    left: 33%;
    top: 32%;
  }

  .kirakira1 {
    width: 2.8%;
    left: 11.5%;
    top: 52%;
  }

  .kirakira2 {
    width: 2%;
    left: 12%;
    top: 73%;
    transform: rotate(-3deg);
  }

  .kirakira3 {
    width: 1.5%;
    left: 32%;
    top: 60%;
  }

  .star1 {
    width: 9.9%;
    left: 17%;
    top: 73%;
  }

  .star2 {
    width: 3.2%;
    right: 22%;
    top: 44%;
  }

  .kirakira4 {
    width: 2.8%;
    right: 29%;
    top: 52%;
  }

  .kirakira5 {
    width: 1.5%;
    right: 13%;
    top: 66%;
  }

  .kirakira6 {
    width: 1.5%;
    right: 36%;
    top: 70%;
  }

  .cat {
    width: 21%;
  }

  .clock2 {
    width: 24.2%;
    position: absolute;
    left: 8.5%;
    top: 12.5%;
  }

  .snow1 {
    animation: snow_pc 3s linear infinite;
  }

  .snow2 {
    animation: snow_pc 3.5s linear infinite 1.5s;
  }
}

/*# sourceMappingURL=style.css.map */
