@charset "UTF-8";
/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}

body {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: 1.1111111111vw;
  -webkit-text-size-adjust: none;
  margin: 0;
}
@media only screen and (min-width: 1441px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 4.2666666667vw;
  }
}

dt,
dd,
li,
th,
td,
p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  margin: 0px;
  color: #000;
  outline: none;
  padding: 0px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 1.1111111111vw;
}
@media only screen and (min-width: 1441px) {
  input,
  textArea,
  select,
  button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  input,
  textArea,
  select,
  button {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  input,
  textArea,
  select,
  button {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) {
  input,
  textArea,
  select,
  button {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 900px) {
  input,
  textArea,
  select,
  button {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  input,
  textArea,
  select,
  button {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  input,
  textArea,
  select,
  button {
    font-size: 4.2666666667vw;
  }
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

@media only screen and (min-width: 1025px) {
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.5;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.5;
  }
}
/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

picture {
  display: block;
}

/*                leyout
======================================================= */
@media only screen and (min-width: 901px) {
  #wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #wrapper #main_content {
    width: calc(100% - 80px);
    margin-left: 40px;
  }
  #wrapper:before, #wrapper:after {
    background: #ffb700 url(../images/bg.svg) repeat-y 50% 0;
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: fixed;
    top: 0;
  }
  #wrapper:before {
    left: 0;
  }
  #wrapper:after {
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  #wrapper:before, #wrapper:after {
    background: #ffb700 url(../images/bg_sp.jpg) repeat-x 50% 0;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
  }
  #wrapper:before {
    -webkit-animation: bg_left 30s infinite linear;
            animation: bg_left 30s infinite linear;
  }
  #wrapper:after {
    -webkit-animation: bg_left 30s infinite linear;
            animation: bg_left 30s infinite linear;
  }
  @-webkit-keyframes bg_left {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1000px 0;
    }
  }
  @keyframes bg_left {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1000px 0;
    }
  }
  @-webkit-keyframes bg_right {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }
  @keyframes bg_right {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
@media only screen and (max-width: 1240px) {
  .main_width {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .main_width {
    padding: 0 20px;
  }
}
.main_width .main_inner {
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  .main_width .main_inner {
    padding: 5.3333333333vw;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.dela {
  font-family: "Dela Gothic One", sans-serif;
}

@media only screen and (max-width: 900px) {
  br.pc {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  br.sp {
    display: none;
  }
}
body:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  content: "";
  display: block;
}

.menu_open {
  height: 100vh;
  overflow: hidden;
}
.menu_open #header {
  background: none;
}
.menu_open:after {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/*                ヘッダー・
======================================================= */
/*                header
======================================================= */
#header {
  background-color: #fff;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  margin: 0 auto;
  z-index: 1000;
}
#header #header_logo {
  border-right: 1px solid #000;
  padding: 2em 30px 2em 26px;
  width: 32%;
}
@media only screen and (max-width: 900px) {
  #header #header_logo {
    width: auto;
    border: none;
    padding: 0 0 0 16px;
  }
  #header #header_logo img {
    width: auto;
    height: 31px;
  }
  .menu_open #header #header_logo {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #header {
    border-width: 2px;
    position: fixed;
    top: 0;
    left: 0;
    left: auto;
    right: 0;
    height: 50px;
    position: static !important;
  }
  .menu_open #header {
    height: 100%;
    z-index: 1000;
  }
}
#header #gnavi > ul {
  border: none;
}
@media only screen and (max-width: 900px) {
  #header #gnavi {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding-top: 50px;
  }
  #header #gnavi > ul {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
  }
  #header #gnavi > ul > li {
    font-size: 1.25vw;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 1441px) {
  #header #gnavi > ul > li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1200px) {
  #header #gnavi > ul > li {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1100px) {
  #header #gnavi > ul > li {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1024px) {
  #header #gnavi > ul > li {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
  #header #gnavi > ul > li {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 640px) {
  #header #gnavi > ul > li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 400px) {
  #header #gnavi > ul > li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 900px) {
  #header #gnavi > ul > li + li {
    border-top: 1px solid #000;
  }
  #header #gnavi > ul > li a {
    background: none;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding: 1.2em 1.5em;
  }
  #header #gnavi > ul > li a span {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  #header #gnavi > ul > li a span:before {
    background: url(../images/gnavi_arrow.svg) center/100% no-repeat;
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  #header #gnavi > ul > li a span br {
    display: none;
  }
  #header #gnavi > ul > li .hover {
    display: block;
    display: none !important;
    visibility: visible;
    opacity: 1;
    height: auto;
    position: static;
    padding: 0.75em 0 1em 1.75em;
  }
  #header #gnavi > ul > li .hover ul {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  #header #gnavi > ul > li .hover ul > li {
    margin-top: 1em;
    font-size: 3.2vw;
  }
  #header #gnavi > ul > li .hover ul > li a {
    border: none;
    font-weight: bold;
    padding: 0 0 0 1em;
    position: relative;
  }
  #header #gnavi > ul > li .hover ul > li a:before {
    background: url(../images/icon_arrow_sphover.svg) center/100% no-repeat;
    content: "";
    display: block;
    width: 0.4em;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 0.1em));
            transform: translateY(calc(-50% + 0.1em));
  }
  #header #gnavi > ul > li .hover ul > li a:after {
    width: 0.5em;
    height: 0.8em;
    margin-left: 0;
    margin-right: 8px;
  }
  .menu_open #header #gnavi {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.navi {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.navi > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 4px #000;
  border-left: none;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.navi > ul > li {
  width: 20%;
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 1.5;
}
@media only screen and (min-width: 1441px) {
  .navi > ul > li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .navi > ul > li {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  .navi > ul > li {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) {
  .navi > ul > li {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 900px) {
  .navi > ul > li {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  .navi > ul > li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  .navi > ul > li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1300px) {
  .navi > ul > li {
    font-size: 0.9722222222vw;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1441px) {
  .navi > ul > li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1200px) {
  .navi > ul > li {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1100px) {
  .navi > ul > li {
    font-size: 1.2727272727vw;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1024px) {
  .navi > ul > li {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 900px) {
  .navi > ul > li {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 640px) {
  .navi > ul > li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 400px) {
  .navi > ul > li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1200px) {
  .navi > ul > li {
    font-size: 0.9027777778vw;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1441px) {
  .navi > ul > li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .navi > ul > li {
    font-size: 1.0833333333vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1100px) {
  .navi > ul > li {
    font-size: 1.1818181818vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1024px) {
  .navi > ul > li {
    font-size: 1.26953125vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 900px) {
  .navi > ul > li {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 640px) {
  .navi > ul > li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 400px) {
  .navi > ul > li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1100px) {
  .navi > ul > li {
    font-size: 0.7638888889vw;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1441px) {
  .navi > ul > li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1200px) {
  .navi > ul > li {
    font-size: 0.9166666667vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1100px) {
  .navi > ul > li {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1024px) {
  .navi > ul > li {
    font-size: 1.07421875vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 900px) {
  .navi > ul > li {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  .navi > ul > li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 400px) {
  .navi > ul > li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 901px) {
  .navi > ul > li + li {
    border-left: 1px #000 solid;
  }
}
.navi > ul > li > a {
  color: #000;
  display: block;
  position: relative;
}
@media only screen and (min-width: 901px) {
  .navi > ul > li > a {
    padding: 2em 1em;
  }
}
.navi > ul > li > a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url("../images/active_bg.png");
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .navi > ul > li > a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .navi > ul > li > a:hover::before {
    opacity: 1;
  }
}
.navi > ul > li > a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: left;
  letter-spacing: -0.05px;
  z-index: 1;
  width: 100%;
}
.navi > ul > li > a span:after {
  background: url(../images/gnavi_arrow.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
}
@media only screen and (max-width: 900px) {
  .navi > ul > li > a span:after {
    display: none;
  }
}
.navi > ul > li .hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: -4px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: calc(100% + 8px);
  z-index: 0;
}
.navi > ul > li .hover ul {
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 4px #000 solid;
  background-image: url("../images/active_bg.png");
  padding: 20px;
}
.navi > ul > li .hover ul li + li {
  margin-top: 10px;
}
.navi > ul > li .hover ul li a {
  padding: 0.5em 1em;
  height: 56px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border-radius: 28px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.navi > ul > li .hover ul li a:before {
  background-image: url("../images/icon_arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 0.4em;
}
@media only screen and (max-width: 900px) {
  .navi > ul > li .hover ul li a:before {
    background-size: cover !important;
    width: 1.5em;
    height: 1.5em;
  }
}
@media (hover: hover) {
  .navi > ul > li .hover ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .navi > ul > li .hover ul li a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1280) {
  .navi > ul > li .hover {
    right: -0.3125vw;
  }
  .navi > ul > li .hover ul {
    height: 17.5vw;
    padding: 1.5625vw;
  }
  .navi > ul > li .hover ul li + li {
    margin-top: 0.78125vw;
  }
  .navi > ul > li .hover ul li a {
    height: 4.375vw;
    border-radius: 2.1875vw;
    font-size: 1.09375vw;
  }
  .navi > ul > li .hover ul li a:before {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media only screen and (max-height: 300px) {
  .navi {
    display: block;
  }
}

#sp_menu {
  background-color: #000;
  width: 60px;
  height: 50px;
  position: fixed;
  right: 0;
  top: 22px;
  right: 0;
  z-index: 901;
}
@media only screen and (min-width: 901px) {
  #sp_menu {
    display: none !important;
  }
}
.scrolled #sp_menu {
  top: 0;
}
.menu_open #sp_menu {
  top: 0;
}
#sp_menu span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sp_menu span:first-child {
  margin-top: -5px;
}
#sp_menu span:last-child {
  margin-top: 5px;
}
.menu_open #sp_menu span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0;
}
.menu_open #sp_menu span:nth-child(2) {
  left: 100%;
  opacity: 0;
}
.menu_open #sp_menu span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0;
}

#footer {
  background-color: #fff;
  padding: 1.9em 0 5.1em;
}
@media only screen and (max-width: 900px) {
  #footer {
    padding: 1.8em 0;
  }
}
#footer p {
  font-size: 0.9027777778vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 1441px) {
  #footer p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  #footer p {
    font-size: 1.0833333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #footer p {
    font-size: 1.1818181818vw;
  }
}
@media only screen and (max-width: 1024px) {
  #footer p {
    font-size: 1.26953125vw;
  }
}
@media only screen and (max-width: 900px) {
  #footer p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #footer p {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #footer p {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #footer p {
    letter-spacing: -0.002em;
  }
}

.slider {
  opacity: 0;
}
.slider.slick-initialized {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 901px) {
  .pc_none {
    display: none;
  }
}

#main_area {
  overflow: hidden;
  padding: 100px 0 95px;
}
#top #main_area {
  background-color: #ffe800;
  padding: 6.25em 0 0;
}
@media only screen and (max-width: 900px) {
  #top #main_area {
    padding-top: 1.8em;
  }
}
#store #main_area {
  padding: 4.5em 0 6.25em;
}
@media only screen and (max-width: 900px) {
  #store #main_area {
    padding: 2.25em 0 1em;
  }
}

/*                #top
======================================================= */
#top #top_kv img {
  width: 100%;
}
@media only screen and (min-width: 901px) {
  #top #header {
    position: fixed;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #top #header.down {
    position: sticky;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#top #kv_navi {
  overflow: hidden;
  height: 90px;
}
#top #kv_navi > ul > li {
  font-size: 1.25vw;
}
@media only screen and (min-width: 1441px) {
  #top #kv_navi > ul > li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #kv_navi > ul > li {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #kv_navi > ul > li {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #kv_navi > ul > li {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #kv_navi > ul > li {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #kv_navi > ul > li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #kv_navi > ul > li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #kv_navi > ul > li {
    font-size: 1.1111111111vw;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1441px) {
  #top #kv_navi > ul > li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1200px) {
  #top #kv_navi > ul > li {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1100px) {
  #top #kv_navi > ul > li {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1024px) {
  #top #kv_navi > ul > li {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 900px) {
  #top #kv_navi > ul > li {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  #top #kv_navi > ul > li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 400px) {
  #top #kv_navi > ul > li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #kv_navi > ul > li {
    font-size: 0.9722222222vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1441px) {
  #top #kv_navi > ul > li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  #top #kv_navi > ul > li {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1100px) {
  #top #kv_navi > ul > li {
    font-size: 1.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #top #kv_navi > ul > li {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 900px) {
  #top #kv_navi > ul > li {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #top #kv_navi > ul > li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
  #top #kv_navi > ul > li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #kv_navi {
    display: none;
  }
}
#top #intro {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  #top #intro {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 901px) {
  #top #intro .scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 2% 0;
  }
}
@media only screen and (max-width: 900px) {
  #top #intro .scroll {
    width: 800%;
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 901px) {
  #top #intro .scroll img {
    max-width: none;
    height: 100%;
    width: auto;
  }
}
#top #intro .scroll li {
  height: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #top #intro .scroll li {
    height: auto;
  }
}
#top #intro .scroll li + li {
  margin-top: 1%;
}
#top #intro .scroll li:first-child {
  -webkit-animation: scroll-left01 100s infinite linear 0.5s both;
          animation: scroll-left01 100s infinite linear 0.5s both;
}
#top #intro .scroll li:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: scroll-right 100s infinite linear 0.5s both;
          animation: scroll-right 100s infinite linear 0.5s both;
}
@media only screen and (max-width: 900px) {
  #top #intro .scroll li:nth-child(2) {
    display: none;
  }
}
#top #intro .scroll li:last-child {
  -webkit-animation: scroll-left02 100s infinite linear 0.5s both;
          animation: scroll-left02 100s infinite linear 0.5s both;
}
@media only screen and (max-width: 900px) {
  #top #intro .scroll li:last-child {
    display: none;
  }
}
@-webkit-keyframes scroll-left01 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left01 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes scroll-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes scroll-left02 {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}
@keyframes scroll-left02 {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}
#top #intro .lead {
  background-color: #fff;
  max-width: 710px;
  position: relative;
  z-index: 2;
  padding: 5em 4.3em;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #top #intro .lead {
    padding: 1.9em 1.5em;
  }
}
#top #intro h2 {
  border: 3px solid #000;
  display: table;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.7777777778vw;
  text-align: center;
  font-weight: 300;
  margin: 0 auto 0.8em;
}
@media only screen and (min-width: 1441px) {
  #top #intro h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #intro h2 {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #intro h2 {
    font-size: 3.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #intro h2 {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #intro h2 {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #intro h2 {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #intro h2 {
    font-size: 5.8666666667vw;
  }
}
#top #intro h2 strong {
  color: #e51733;
}
#top #intro p {
  font-size: 1.25vw;
  line-height: 1.8;
  font-weight: 700;
  line-break: strict;
}
@media only screen and (min-width: 1441px) {
  #top #intro p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #intro p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #intro p {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #intro p {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #intro p {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #intro p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #intro p {
    font-size: 4vw;
  }
}
#top #intro p + p {
  margin-top: 1em;
}
#top #intro p.sup {
  font-size: 0.9027777778vw;
  font-weight: 500;
}
@media only screen and (min-width: 1441px) {
  #top #intro p.sup {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #intro p.sup {
    font-size: 1.0833333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #intro p.sup {
    font-size: 1.1818181818vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #intro p.sup {
    font-size: 1.26953125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #intro p.sup {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #intro p.sup {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #intro p.sup {
    font-size: 3.2vw;
  }
}
#top #awards #awards_title {
  background: url(../images/awards_title_bg.jpg) no-repeat 50% 5px;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 46px 0 93px;
}
@media only screen and (min-width: 1920px) {
  #top #awards #awards_title {
    background: url(../images/awards_title_bg.jpg) repeat-x 50% 5px;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_title {
    background: #fff;
    padding: 1.8em 0 0;
  }
  #top #awards #awards_title:before {
    background: url(../images/awards_title_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    content: "";
    width: 100%;
    height: 95%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#top #awards #awards_title h2 {
  color: #e51733;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 6.9444444444vw;
  position: relative;
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, 0 6px 0 #000;
  margin-bottom: 0.1em;
}
@media only screen and (min-width: 1441px) {
  #top #awards #awards_title h2 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_title h2 {
    font-size: 8.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_title h2 {
    font-size: 9.0909090909vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_title h2 {
    font-size: 9.765625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_title h2 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #awards_title h2 {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #awards_title h2 {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_title h2 {
    margin-bottom: 0.3em;
  }
}
#top #awards #awards_title h2 span {
  display: block;
  position: relative;
  z-index: 2;
}
#top #awards #awards_title h2:before {
  background: url(../images/awards_title_deco.png) no-repeat 50% 0;
  background-size: contain;
  content: "";
  display: block;
  width: 150%;
  height: 220%;
  position: absolute;
  top: -75%;
  left: 48%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
}
#top #awards #awards_title p {
  position: relative;
  z-index: 2;
  font-size: 1.25vw;
  font-weight: 500;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
}
@media only screen and (min-width: 1441px) {
  #top #awards #awards_title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_title p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_title p {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_title p {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_title p {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #awards_title p {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #awards_title p {
    font-size: 3.7333333333vw;
  }
}
#top #awards #awards_wrap {
  background-color: #fff;
  padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap {
    padding: 1.8em 0 4em;
  }
}
#top #awards #awards_wrap .awards_cont {
  padding: 0 5.125em;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont {
    padding: 1.625em 2.0625em;
  }
}
#top #awards #awards_wrap .awards_cont * {
  position: relative;
  z-index: 2;
}
#top #awards #awards_wrap .awards_cont + .awards_cont {
  margin-top: 7.8125em;
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont + .awards_cont {
    margin-top: 2.3em;
  }
}
@media only screen and (min-width: 901px) {
  #top #awards #awards_wrap .awards_cont:before {
    background: url(../images/bg_bookstore.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3em;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont {
    background: url(../images/bg_bookstore_sp.gif) repeat 0 0;
    border: 2px solid #e51733;
    border-radius: 20px;
  }
}
#top #awards #awards_wrap .awards_cont#reader:before {
  background: url(../images/bg_reader.png) no-repeat 0 0;
  background-size: contain;
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont#reader {
    background: url(../images/bg_reader_sp.gif) repeat 0 0;
    border-color: #ff7300;
  }
}
#top #awards #awards_wrap .awards_cont#reader .awards_list .list_set .set_wrap h4 {
  background-color: #ff9000;
}
#top #awards #awards_wrap .awards_cont#reader .awards_list .list_set .set_wrap .link ul li a {
  border-color: #ff9000;
  color: #ff9000;
}
#top #awards #awards_wrap .awards_cont#reader .awards_list .list_set .set_wrap .link ul li.wide a {
  background-color: #ff9000;
  color: #fff;
}
#top #awards #awards_wrap .awards_cont h3 {
  color: #e51733;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 3.1944444444vw;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont h3 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont h3 {
    font-size: 3.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont h3 {
    font-size: 4.1818181818vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont h3 {
    font-size: 4.4921875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont h3 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont h3 {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont h3 {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont h3 {
    margin-bottom: 0.5em;
  }
}
#top #awards #awards_wrap .awards_cont .awards_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list {
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list {
    display: block;
    margin: 0;
  }
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set {
  width: 33.3333333%;
  padding: 0 25px;
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set {
    width: 100%;
    padding: 0;
  }
  #top #awards #awards_wrap .awards_cont .awards_list .list_set + .list_set {
    margin-top: 1.5em;
  }
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
  background-color: #e51733;
  border-bottom: 2px solid #000;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.0833333333vw;
  text-align: center;
  color: #fff;
  padding: 0.2335em 0;
}
@media only screen and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.7272727273vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.9296875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.5333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 1.8055555556vw;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.1666666667vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.3636363636vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.5390625vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.5333333333vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.1818181818vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.5333333333vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 1.5277777778vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 2.5333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap h4 {
    font-size: 5.0666666667vw;
  }
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .img {
  border-bottom: 1px solid #000;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .img img {
  width: 100%;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info {
  padding: 0.8em 1.2em 1.4em;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5277777778vw;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: -0.3px;
  min-height: 2.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 1.3888888889vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 1.8181818182vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info h5 {
    font-size: 4.2666666667vw;
  }
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link[data-status=invalid] ul li.reading a {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link[data-status=invalid] ul li.reading a:after {
  display: none;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li {
  font-size: 1.0416666667vw;
  font-weight: 700;
  width: 50%;
  text-align: center;
  padding: 0 4px;
}
@media only screen and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li {
    font-size: 1.3636363636vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li {
    font-size: 1.46484375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li {
    font-size: 3.2vw;
  }
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
  border: 2px solid #e51733;
  border-radius: 50px;
  color: #e51733;
  display: block;
  font-size: 1.0416666667vw;
  padding: 0.41em 0;
}
@media only screen and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1.3636363636vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1.46484375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1.0909090909vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 0.6944444444vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 0.9090909091vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 0.9765625vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a {
    font-size: 3.2vw;
  }
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li a:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 110%;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide {
  font-size: 1.25vw;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1441px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide {
    font-size: 4vw;
  }
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide a {
  background-color: #e51733;
  color: #fff;
  padding: 0.328em 0;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .set_wrap .info .link ul li.wide a:after {
  content: "\f105";
  right: 1em;
}
#top #awards #awards_wrap .awards_cont .awards_list .list_set .modal_add {
  display: none;
}
#top #awards #nominate {
  background: url(../images/awards/nominate/bg_nominate.jpg) repeat 0 0;
  border-radius: 20px;
  padding: 3.0625em 5em 4.125em;
  margin-top: 3em;
}
@media only screen and (max-width: 900px) {
  #top #awards #nominate {
    padding: 2em 1.875em 2.75em;
    margin-top: 2.5em;
  }
}
#top #awards #nominate h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.5vw;
  text-align: center;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 1441px) {
  #top #awards #nominate h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #nominate h2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #nominate h2 {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #nominate h2 {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #nominate h2 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #nominate h2 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #nominate h2 {
    font-size: 4.8vw;
  }
}
#top #awards #nominate p {
  font-size: 1.25vw;
  text-align: center;
  margin-bottom: 1.9em;
}
@media only screen and (min-width: 1441px) {
  #top #awards #nominate p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #nominate p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #nominate p {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #nominate p {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #nominate p {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #nominate p {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #nominate p {
    font-size: 3.7333333333vw;
  }
}
#top #awards #nominate #nominate_list {
  display: none;
}
#top #awards #nominate #nominate_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -22px -25px;
}
@media only screen and (max-width: 1100px) {
  #top #awards #nominate #nominate_list ul {
    margin: 0 -10px -30px;
  }
}
#top #awards #nominate #nominate_list ul li {
  width: 20%;
  padding: 0 22px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  #top #awards #nominate #nominate_list ul li {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #nominate #nominate_list ul li {
    width: 50%;
  }
}
#top #awards #nominate #nominate_list ul li span {
  display: block;
  font-size: 0.9722222222vw;
  font-weight: 500;
  text-align: center;
  margin-top: 0.8em;
}
@media only screen and (min-width: 1441px) {
  #top #awards #nominate #nominate_list ul li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #nominate #nominate_list ul li span {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #nominate #nominate_list ul li span {
    font-size: 1.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #nominate #nominate_list ul li span {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #nominate #nominate_list ul li span {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #nominate #nominate_list ul li span {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #nominate #nominate_list ul li span {
    font-size: 3.7333333333vw;
  }
}
#top #awards #nominate button {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 1.5277777778vw;
  position: relative;
  max-width: 760px;
  width: 100%;
  padding: 0.7278em 1em;
  margin: 2em auto 0;
}
@media only screen and (min-width: 1441px) {
  #top #awards #nominate button {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #awards #nominate button {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #awards #nominate button {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #awards #nominate button {
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #awards #nominate button {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #awards #nominate button {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #awards #nominate button {
    font-size: 4vw;
  }
}
#top #awards #nominate button.open {
  margin: 3.8em auto 3em;
}
#top #awards #nominate button.open span.text + span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
@media only screen and (max-width: 900px) {
  #top #awards #nominate button.open {
    margin: 2em auto 0;
  }
}
#top #awards #nominate button span.text + span {
  background-color: #fff;
  border-radius: 2em;
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top #awards #nominate button span.text + span:before, #top #awards #nominate button span.text + span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  border-radius: 50px;
  content: "";
  display: block;
  width: 0.82em;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top #awards #nominate button span.text + span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
#top #privilege {
  background: url(../images/bg_privilege.jpg) no-repeat center top;
  background-size: 140% auto;
  padding: 4.6875em 0 7.5em;
}
@media only screen and (min-width: 1920px) {
  #top #privilege {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege {
    padding: 2.875em 0 3.75em;
  }
}
#top #privilege h2 {
  color: #ff7300;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 6.9444444444vw;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, 0 5px 0 #000;
  position: relative;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1441px) {
  #top #privilege h2 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #privilege h2 {
    font-size: 8.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #privilege h2 {
    font-size: 9.0909090909vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #privilege h2 {
    font-size: 9.765625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege h2 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #privilege h2 {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #privilege h2 {
    font-size: 13.3333333333vw;
  }
}
#top #privilege h2 > span {
  position: relative;
  z-index: 2;
}
#top #privilege h2 > span span {
  color: #fff;
  display: block;
  font-size: 4.8611111111vw;
}
@media only screen and (min-width: 1441px) {
  #top #privilege h2 > span span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #privilege h2 > span span {
    font-size: 5.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #privilege h2 > span span {
    font-size: 6.3636363636vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #privilege h2 > span span {
    font-size: 6.8359375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege h2 > span span {
    font-size: 4.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #privilege h2 > span span {
    font-size: 9.3333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #privilege h2 > span span {
    font-size: 9.3333333333vw;
  }
}
#top #privilege h2:before {
  background: url(../images/bg_privilege_title.png) no-repeat 50% 0;
  background-size: contain;
  content: "";
  display: block;
  width: 120%;
  height: 125%;
  position: absolute;
  top: -30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  #top #privilege h2:before {
    width: 100%;
    height: 115%;
    -webkit-transform: translate(-48%, 5%);
            transform: translate(-48%, 5%);
  }
}
#top #privilege #privileg_cont {
  background-color: #fff;
  padding: 3.75em 7.125em;
}
@media only screen and (max-width: 1024px) {
  #top #privilege #privileg_cont {
    padding: 3.75em 5em;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont {
    padding: 1.875em 1.5625em;
  }
}
#top #privilege #privileg_cont > p {
  font-size: 1.6666666667vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.8em;
}
@media only screen and (min-width: 1441px) {
  #top #privilege #privileg_cont > p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #privilege #privileg_cont > p {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #privilege #privileg_cont > p {
    font-size: 2.1818181818vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #privilege #privileg_cont > p {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont > p {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #privilege #privileg_cont > p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #privilege #privileg_cont > p {
    font-size: 4vw;
  }
}
#top #privilege #privileg_cont img {
  margin: 0 auto 2.5em;
}
#top #privilege #privileg_cont .shop_link {
  background: #efefef url(../images/awards/nominate/bg_nominate.jpg) repeat 0 0;
  border-radius: 20px;
  padding: 3.125em 3.125em 4.125em;
  margin-top: 2.5em;
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont .shop_link {
    padding: 1.875em 1.375em;
  }
}
@media only screen and (min-width: 901px) {
  #top #privilege #privileg_cont .shop_link dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 780px;
    margin: 0 auto;
  }
}
#top #privilege #privileg_cont .shop_link dl dt {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.5vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 1441px) {
  #top #privilege #privileg_cont .shop_link dl dt {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #privilege #privileg_cont .shop_link dl dt {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #privilege #privileg_cont .shop_link dl dt {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #privilege #privileg_cont .shop_link dl dt {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont .shop_link dl dt {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #privilege #privileg_cont .shop_link dl dt {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #privilege #privileg_cont .shop_link dl dt {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont .shop_link dl dt {
    text-align: center;
    margin-bottom: 0.4em;
  }
}
@media only screen and (min-width: 901px) {
  #top #privilege #privileg_cont .shop_link dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 290px;
    margin-left: 2.9em;
  }
}
#top #privilege #privileg_cont .shop_link dl dd .select_btn {
  background-color: #e51733;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#top #privilege #privileg_cont .shop_link dl dd .select_btn select {
  cursor: pointer;
  font-size: 1.25vw;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 1em 1em;
  text-indent: -9999px;
}
@media only screen and (min-width: 1441px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn select {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn select {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn select {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn select {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn select {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn select {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn select {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn select {
    padding: 0.8em 1em;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn {
    max-width: 100%;
    margin: 0 auto;
  }
}
#top #privilege #privileg_cont .shop_link dl dd .select_btn:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#top #privilege #privileg_cont .shop_link dl dd .select_btn::before {
  background-color: #e51733;
  font-size: 1.25vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  white-space: nowrap;
  display: inline-block;
  content: "選択してください";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 1em 0 0.5em;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.01em;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn::before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn::before {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn::before {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn::before {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn::before {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn::before {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #privilege #privileg_cont .shop_link dl dd .select_btn::before {
    font-size: 4vw;
  }
}
#top .cautions > dl > dt {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1.25vw;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 1441px) {
  #top .cautions > dl > dt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .cautions > dl > dt {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .cautions > dl > dt {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .cautions > dl > dt {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .cautions > dl > dt {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .cautions > dl > dt {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .cautions > dl > dt {
    font-size: 4.8vw;
  }
}
#top .cautions > dl > dd + dt {
  margin-top: 2em;
}
#top .cautions > dl > dd span {
  display: block;
  font-size: 0.8333333333vw;
  font-weight: 500;
  margin-top: 0.3em;
}
@media only screen and (min-width: 1441px) {
  #top .cautions > dl > dd span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .cautions > dl > dd span {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .cautions > dl > dd span {
    font-size: 1.0909090909vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .cautions > dl > dd span {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .cautions > dl > dd span {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .cautions > dl > dd span {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .cautions > dl > dd span {
    font-size: 3.2vw;
  }
}
#top .cautions > dl > dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8333333333vw;
  font-weight: 500;
}
@media only screen and (min-width: 1441px) {
  #top .cautions > dl > dd ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .cautions > dl > dd ul li {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .cautions > dl > dd ul li {
    font-size: 1.0909090909vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .cautions > dl > dd ul li {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .cautions > dl > dd ul li {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .cautions > dl > dd ul li {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .cautions > dl > dd ul li {
    font-size: 3.2vw;
  }
}
#top .cautions > dl > dd ul li + li {
  margin-top: 0.3em;
}
#top .cautions > dl > dd ul.asterisk li:before {
  content: "※";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#top .cautions > dl > dd ul.dot {
  margin-left: 1.5em;
}
#top .cautions > dl > dd ul.dot li {
  display: list-item;
  list-style: disc;
}
@media only screen and (min-width: 901px) {
  #top .cautions > dl > dd dl .dl_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top .cautions > dl > dd dl .dl_set + .dl_set {
  border-top: 1px dashed #000;
  padding-top: 1em;
  margin-top: 1em;
}
@media only screen and (min-width: 901px) {
  #top .cautions > dl > dd dl .dl_set dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 131px;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #top .cautions > dl > dd dl .dl_set dt {
    margin-bottom: 0.9em;
  }
}
#top .cautions > dl > dd dl .dl_set dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#top .cautions > dl > dd dl dt {
  font-size: 0.8333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 1441px) {
  #top .cautions > dl > dd dl dt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .cautions > dl > dd dl dt {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .cautions > dl > dd dl dt {
    font-size: 1.0909090909vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .cautions > dl > dd dl dt {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .cautions > dl > dd dl dt {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .cautions > dl > dd dl dt {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .cautions > dl > dd dl dt {
    font-size: 3.2vw;
  }
}
#top .cautions > dl > dd dl dd {
  font-size: 0.8333333333vw;
}
@media only screen and (min-width: 1441px) {
  #top .cautions > dl > dd dl dd {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .cautions > dl > dd dl dd {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .cautions > dl > dd dl dd {
    font-size: 1.0909090909vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .cautions > dl > dd dl dd {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .cautions > dl > dd dl dd {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .cautions > dl > dd dl dd {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .cautions > dl > dd dl dd {
    font-size: 3.2vw;
  }
}
#top .cautions > dl > dd dl dd * {
  font-weight: 500;
}
#top .cautions > dl > dd dl dd * + p.title {
  margin-top: 1.5em;
}
#top .cautions > dl > dd dl dd * + p,
#top .cautions > dl > dd dl dd * + ul,
#top .cautions > dl > dd dl dd * + a,
#top .cautions > dl > dd dl dd * + img {
  margin-top: 0.5em;
}
#top .cautions > dl > dd dl dd p.title {
  color: #e51733;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#top .cautions > dl > dd dl dd p a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
#top .cautions > dl > dd dl dd a.yomikuji_entry_button {
  background-color: #e51733;
  border-radius: 50px;
  color: #fff;
  display: table;
  font-size: 1.1111111111vw;
  font-weight: 700;
  position: relative;
  padding: 0.75em 2.55em 0.75em 1.5em;
}
@media only screen and (min-width: 1441px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    width: 50%;
    text-align: center;
    margin: 0.5em auto;
  }
}
@media only screen and (max-width: 640px) {
  #top .cautions > dl > dd dl dd a.yomikuji_entry_button {
    width: 100%;
  }
}
#top .cautions > dl > dd dl dd a.yomikuji_entry_button:after {
  background: url(../images/icon_blank.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top #present {
  background: url(../images/bg_present.jpg) repeat-y center top;
  background-size: cover;
  position: relative;
  padding: 7.5em 0 12em;
}
@media only screen and (max-width: 900px) {
  #top #present {
    padding: 10vw 0 3.75em;
  }
}
@media only screen and (max-width: 768px) {
  #top #present {
    padding: 12vw 0 3.75em;
  }
}
@media only screen and (max-width: 640px) {
  #top #present {
    padding: 16vw 0 3.75em;
  }
}
#top #present:after {
  background: url(../images/bg_present_title.png) no-repeat center top;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1920px) {
  #top #present:after {
    background: url(../images/bg_present_title.png) repeat-x center top;
  }
}
@media only screen and (max-width: 900px) {
  #top #present:after {
    background-size: 900px auto;
  }
}
@media only screen and (max-width: 640px) {
  #top #present:after {
    background: url(../images/bg_present_title_sp.jpg) no-repeat center top;
    background-size: contain;
  }
}
#top #present #present_title {
  position: relative;
  z-index: 2;
  margin-bottom: 6em;
}
@media only screen and (max-width: 900px) {
  #top #present #present_title {
    margin-bottom: 25vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present #present_title {
    margin-bottom: 7em;
  }
}
#top #present #present_title h2 {
  color: #ffe800;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 6.9444444444vw;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, 0 5px 0 #000;
  position: relative;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1441px) {
  #top #present #present_title h2 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present #present_title h2 {
    font-size: 8.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present #present_title h2 {
    font-size: 9.0909090909vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present #present_title h2 {
    font-size: 9.765625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present #present_title h2 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present #present_title h2 {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present #present_title h2 {
    font-size: 13.3333333333vw;
  }
}
#top #present #present_title h2 > span {
  position: relative;
  z-index: 2;
}
#top #present #present_title h2 > span span {
  color: #fff;
  display: block;
  font-size: 4.8611111111vw;
}
@media only screen and (min-width: 1441px) {
  #top #present #present_title h2 > span span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present #present_title h2 > span span {
    font-size: 5.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present #present_title h2 > span span {
    font-size: 6.3636363636vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present #present_title h2 > span span {
    font-size: 6.8359375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present #present_title h2 > span span {
    font-size: 4.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present #present_title h2 > span span {
    font-size: 9.3333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present #present_title h2 > span span {
    font-size: 9.3333333333vw;
  }
}
#top #present #present_title h2:before {
  background: url(../images/bg_present_title_deco.png) no-repeat 50% 0;
  background-size: contain;
  content: "";
  display: block;
  width: 120%;
  height: 125%;
  position: absolute;
  top: -30%;
  left: 48%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #top #present #present_title h2:before {
    background: url(../images/bg_present_title_deco_sp.png) no-repeat 50% 0;
    background-size: contain;
    width: 100%;
    height: 110%;
    top: 0;
    -webkit-transform: translate(-50%, 5%);
            transform: translate(-50%, 5%);
  }
}
#top #present .present_cont {
  position: relative;
  z-index: 3;
}
#top #present .present_cont + .present_cont {
  margin-top: 5.375em;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont + .present_cont {
    margin-top: 2.5em;
  }
}
#top #present .present_cont.coming_soon dl {
  text-align: center;
}
#top #present .present_cont.coming_soon dl dt {
  color: #e51733;
  font-size: 2.5vw;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont.coming_soon dl dt {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont.coming_soon dl dt {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont.coming_soon dl dt {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont.coming_soon dl dt {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont.coming_soon dl dt {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont.coming_soon dl dt {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont.coming_soon dl dt {
    font-size: 5.8666666667vw;
  }
}
#top #present .present_cont.coming_soon dl dd {
  font-size: 1.25vw;
  font-weight: 500;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont.coming_soon dl dd {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont.coming_soon dl dd {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont.coming_soon dl dd {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont.coming_soon dl dd {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont.coming_soon dl dd {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont.coming_soon dl dd {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont.coming_soon dl dd {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont.coming_soon dl dd {
    letter-spacing: -0.002em;
  }
}
#top #present .present_cont#present01 .cont_wrap .cont_in .cont_title {
  display: table;
  position: relative;
}
#top #present .present_cont#present01 .cont_wrap .cont_in .cont_title img {
  position: absolute;
  z-index: 1;
}
#top #present .present_cont#present01 .cont_wrap .cont_in .cont_title img.badge {
  top: 0;
  left: 0;
  -webkit-transform: translate(-21%, -37%);
          transform: translate(-21%, -37%);
  width: 27.23%;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title img.badge {
    -webkit-transform: translate(-58%, 17%);
            transform: translate(-58%, 17%);
    width: 36.35%;
  }
}
#top #present .present_cont#present01 .cont_wrap .cont_in .cont_title img.baloon {
  top: 0;
  right: 0;
  -webkit-transform: translate(12%, -35%);
          transform: translate(12%, -35%);
  width: 24.363%;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title img.baloon {
    -webkit-transform: translate(65%, 55%) rotate(5deg);
            transform: translate(65%, 55%) rotate(5deg);
    width: 32.53%;
  }
}
#top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
  color: #e51733;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 5vw;
  line-height: 1;
  text-align: center;
  text-shadow: 4px 4px 0 #fff, -4px 4px 0 #fff, -4px -4px 0 #fff, 4px -4px 0 #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.5454545455vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 7.03125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5.4666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 10.9333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 10.9333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1441px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1100px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5.859375vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 10.9333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    font-size: 10.9333333333vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 {
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
  }
}
#top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 80%, #fff 0%);
  display: table;
  line-height: 1.2;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #fff));
    background: linear-gradient(transparent 90%, #fff 0%);
    line-height: 1;
  }
}
#top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
  display: table;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 70%, #fff 0%);
  line-height: 1.1;
  margin: 0 auto -0.05em;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
    font-size: 4.1666666667vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff));
    background: linear-gradient(transparent 60%, #fff 0%);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) and (min-width: 1441px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1200px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1100px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
    font-size: 5.4545454545vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1024px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
    font-size: 5.859375vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 640px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 400px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span small {
    font-size: 6.6666666667vw;
  }
}
#top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
  display: inline-block;
  font-size: 5vw;
  margin: 0 auto -0.1em;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
    font-size: 6.5454545455vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
    font-size: 7.03125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
    font-size: 8.5333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
    font-size: 8.5333333333vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present01 .cont_wrap .cont_in .cont_title h4 span span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff));
    background: linear-gradient(transparent 60%, #fff 0%);
    line-height: 1;
    display: table;
    margin: 0 auto 0.1em;
  }
}
#top #present .present_cont#present02 .cont_wrap {
  background: #fff url(../images/bg_present_cont02.gif) repeat 0 0;
}
#top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
  color: #e51733;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 5vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.5454545455vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 7.03125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 4.8611111111vw;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1441px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1200px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1100px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.3636363636vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1024px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.8359375vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 900px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 400px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1441px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1100px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 5.859375vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 900px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 {
    font-size: 6.6666666667vw;
  }
}
#top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #ffe800));
  background: linear-gradient(transparent 65%, #ffe800 0%);
  display: table;
  line-height: 1.2;
  margin: 0 auto;
}
#top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span span {
  display: inline-block;
  font-size: 2.7777777778vw;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span span {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span span {
    font-size: 3.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span span {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span span {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span span {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont#present02 .cont_wrap .cont_in .cont_title h4 > span span {
    font-size: 3.7333333333vw;
  }
}
#top #present .present_cont .cont_wrap {
  background: #ffe800 url(../images/bg_present_cont01.gif) repeat 0 0;
  border-radius: 20px;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap {
    padding: 5px;
  }
}
#top #present .present_cont .cont_wrap h3 {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  display: table;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.5vw;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  padding: 0.35em 1.22em;
  margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 2.3611111111vw;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 2.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 3.0909090909vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 3.3203125vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 900px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 400px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 2.2222222222vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 2.9090909091vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 900px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
  #top #present .present_cont .cont_wrap h3 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap h3 {
    width: 14em;
  }
}
#top #present .present_cont .cont_wrap .cont_in {
  border: 4px solid #e51733;
  border-radius: 20px;
  padding: 4.75em 6.25em 4.375em;
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in {
    padding: 4.75em 3.75em 4.375em;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in {
    padding: 4.75em 3.125em 4.375em;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in {
    border: 2px solid #e51733;
    padding: 2.5em 1.25em 2.1875em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .cont_title {
  margin: 0 auto 1.9em;
}
#top #present .present_cont .cont_wrap .cont_in .period {
  background-color: #e51733;
  border-radius: 50px;
  color: #fff;
  display: table;
  padding: 0.563em 2.3em;
  margin: 0 auto 2em;
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .period {
    padding: 0.563em 1.5em;
    width: 100%;
  }
}
#top #present .present_cont .cont_wrap .cont_in .period dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6666666667vw;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 2.1818181818vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 400px) and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 400px) and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 400px) and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 2.1818181818vw;
  }
}
@media only screen and (max-width: 400px) and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 400px) and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 1.7333333333vw;
  }
}
@media only screen and (max-width: 400px) and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 400px) and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl {
    font-size: 3.4666666667vw;
  }
}
#top #present .present_cont .cont_wrap .cont_in .period dl * {
  letter-spacing: -0.0001em;
}
#top #present .present_cont .cont_wrap .cont_in .period dl dt {
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#top #present .present_cont .cont_wrap .cont_in .period dl dd {
  font-weight: 500;
  margin-left: 0.9em;
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .period dl dd br.sp {
    display: block;
  }
}
#top #present .present_cont .cont_wrap .cont_in .lead {
  margin-bottom: 1em;
}
#top #present .present_cont .cont_wrap .cont_in .lead p {
  font-size: 1.25vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .lead p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .lead p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .lead p {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .lead p {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .lead p {
    font-size: 1.7333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .lead p {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .lead p {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .lead p br.sp {
    display: block;
  }
}
#top #present .present_cont .cont_wrap .cont_in .card {
  max-width: 600px;
  margin: 0 auto 3.8em;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .card {
    margin: 0 auto 1.8em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .card p {
  color: #e51733;
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: -0.002em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .card p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .card p {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .card p {
    font-size: 2.1818181818vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .card p {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .card p {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .card p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .card p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .card p br.sp {
    display: block;
  }
}
#top #present .present_cont .cont_wrap .cont_in .fortune_slip {
  background-color: #fff;
  border: 4px solid #e51733;
  border-radius: 20px;
  padding: 2.5em 3.75em;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip {
    padding: 1.5em 1.25em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .fortune_slip h5 {
  color: #e51733;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.5vw;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration: underline 2px normal #e51733;
          text-decoration: underline 2px normal #e51733;
  text-underline-offset: 0.2em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip h5 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip h5 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip h5 {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip h5 {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip h5 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip h5 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip h5 {
    font-size: 4.8vw;
  }
}
#top #present .present_cont .cont_wrap .cont_in .fortune_slip p {
  font-size: 1.25vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p {
    font-size: 1.7333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p {
    font-size: 3.4666666667vw;
  }
}
#top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes {
  font-size: 1.3888888889vw;
  color: #e51733;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes {
    font-size: 1.8181818182vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip p.notes br {
    display: none;
  }
}
#top #present .present_cont .cont_wrap .cont_in .fortune_slip dl {
  margin: 1.5em 0;
}
@media only screen and (min-width: 901px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip dl dt {
    margin-bottom: 1.4em;
  }
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip dl dt img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 901px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip dl dd {
    margin-left: 1.5em;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .fortune_slip dl dd img {
    width: 100%;
  }
}
#top #present .present_cont .cont_wrap .cont_in .img_list {
  margin-bottom: 2em;
}
#top #present .present_cont .cont_wrap .cont_in .img_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .img_list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -3px -6px;
  }
}
#top #present .present_cont .cont_wrap .cont_in .img_list ul li {
  padding: 0 5px;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .img_list ul li {
    width: 33.3333333%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
}
#top #present .present_cont .cont_wrap .cont_in .img_list ul li img {
  width: 100%;
}
#top #present .present_cont .cont_wrap .cont_in .post_link a {
  background-color: #e51733;
  border-radius: 50px;
  color: #fff;
  display: table;
  font-size: 1.25vw;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
  padding: 1em 2.55em 1em 1.5em;
  margin: 2em auto 0;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .post_link a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .post_link a {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .post_link a {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .post_link a {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_link a {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .post_link a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .post_link a {
    font-size: 3.7333333333vw;
  }
}
#top #present .present_cont .cont_wrap .cont_in .post_link a:after {
  background: url(../images/icon_blank.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top #present .present_cont .cont_wrap .cont_in .post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5em -11px -42px;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list {
    margin: 3em -11px -2em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .post_list .post_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
  padding: 0 11px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set {
    width: 50%;
    margin-bottom: 2em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0.8125em 1.25em 1.5625em;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap {
    border-radius: 10px;
    padding: 0.625em 0.625em 1.25em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 901px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title {
    margin-bottom: 0.8em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .img {
  width: 34.4827586207%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -15%;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .img {
    width: 70%;
    margin: -5vw auto 1em;
  }
}
@media only screen and (min-width: 901px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 1.3em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title p {
  font-size: 1.1111111111vw;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.001em;
  margin: 0;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title p {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title p {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title p {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title p {
    font-size: 1.7333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title p {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap .img_title .title p {
    font-size: 3.4666666667vw;
  }
}
#top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
  background-color: #e51733;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 1.1111111111vw;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0.85em 0;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
    font-size: 1.4666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a {
    padding-right: 1em;
  }
}
#top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap a:after {
  background: url(../images/icon_blank.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap p {
  font-size: 0.9027777778vw;
  font-weight: 500;
  text-align: center;
  margin-top: 0.8em;
}
@media only screen and (min-width: 1441px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap p {
    font-size: 1.0833333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap p {
    font-size: 1.1818181818vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap p {
    font-size: 1.26953125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap p {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #present .present_cont .cont_wrap .cont_in .post_list .post_set .set_wrap p {
    font-size: 3.2vw;
  }
}
#top #present .present_cont .cont_wrap .cont_in .cautions {
  margin-top: 3.75em;
}
@media only screen and (max-width: 900px) {
  #top #present .present_cont .cont_wrap .cont_in .cautions {
    margin-top: 1.875em;
  }
}
#top .link_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 901px) {
  #top .link_btn_wrap.sp {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #top .link_btn_wrap {
    width: 100%;
  }
  #top .link_btn_wrap.pc {
    display: none;
  }
  #top .link_btn_wrap .link_btn {
    width: 100%;
  }
}
#top .link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  background: #000;
  border-radius: 36px;
  padding: 0 36px;
}
#top .link_btn > span {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0.1em;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-right: 24px;
}
#top .link_btn > span::before {
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow24px.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
#top .link_btn.contact_btn > span {
  padding-right: 0;
  padding-left: 24px;
}
#top .link_btn.contact_btn > span::before {
  right: auto;
  top: 55%;
  left: -6px;
  background: url(../images/icon_mail.svg) no-repeat center;
}
@media (hover: hover) {
  #top .link_btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #top .link_btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media only screen and (max-width: 1280) {
  #top .link_btn {
    height: 5.625vw;
    border-radius: 2.8125vw;
    padding: 0 2.8125vw;
  }
  #top .link_btn > span {
    font-size: 1.40625vw;
    font-weight: 700;
    padding-right: 1.875vw;
  }
  #top .link_btn > span::before {
    right: -0.3125vw;
    width: 1.875vw;
    height: 1.875vw;
  }
  #top .link_btn.contact_btn > span {
    padding-right: 0;
    padding-left: 1.875vw;
  }
  #top .link_btn.contact_btn > span::before {
    right: auto;
    top: 55%;
    left: -0.46875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .link_btn {
    height: 14.9333333333vw;
    border-radius: 7.4666666667vw;
    padding: 0 4vw;
  }
  #top .link_btn > span {
    font-size: 3.4666666667vw;
    font-weight: 600;
    padding-right: 6.4vw;
  }
  #top .link_btn > span::before {
    right: -1.6vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  #top .link_btn.contact_btn {
    padding: 0 1.3333333333vw;
  }
  #top .link_btn.contact_btn > span {
    padding-right: 0;
    padding-left: 6.4vw;
  }
  #top .link_btn.contact_btn > span::before {
    right: auto;
    top: 55%;
    left: -0.625vw;
  }
}
#top #about {
  background-color: #fff;
  padding: 7.5em 0 5.9375em;
}
@media only screen and (max-width: 900px) {
  #top #about {
    padding: 3.75em 0 2.5em;
  }
}
#top #about h2 {
  color: #fff;
  font-size: 4.8611111111vw;
  text-align: center;
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000;
}
@media only screen and (min-width: 1441px) {
  #top #about h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #about h2 {
    font-size: 5.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #about h2 {
    font-size: 6.3636363636vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #about h2 {
    font-size: 6.8359375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about h2 {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #about h2 {
    font-size: 9.0666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #about h2 {
    font-size: 9.0666666667vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about h2 {
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
}
#top #about #slider {
  margin: 28px auto 0;
}
@media only screen and (max-width: 1280) {
  #top #about #slider {
    margin: 2.1875vw auto 0;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider {
    margin: 2.6666666667vw auto -3.4666666667vw;
  }
}
#top #about #slider .slide_set {
  padding: 32px 0;
  position: relative;
}
#top #about #slider .slide_set + .slide_set {
  border-top: dotted 2px #000;
}
@media only screen and (max-width: 1280) {
  #top #about #slider .slide_set + .slide_set {
    border-top: dotted 0.15625vw #000;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set + .slide_set {
    padding: 6.9333333333vw 0;
    border-top: dotted 0.5333333333vw #000;
  }
}
#top #about #slider .slide_set .slide_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1280) {
  #top #about #slider .slide_set .slide_head {
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .slide_head {
    margin-bottom: 4.2666666667vw;
  }
}
#top #about #slider .slide_set h3 {
  color: #000;
  line-height: 1em;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.7777777778vw;
}
@media only screen and (min-width: 1441px) {
  #top #about #slider .slide_set h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #about #slider .slide_set h3 {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #about #slider .slide_set h3 {
    font-size: 3.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #about #slider .slide_set h3 {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set h3 {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #about #slider .slide_set h3 {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #about #slider .slide_set h3 {
    font-size: 5.3333333333vw;
  }
}
#top #about #slider .slide_set .slick-arrow {
  position: absolute;
  top: -59px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url("../images/slick-arrow.svg") center/20px no-repeat #000;
  overflow: hidden;
  text-indent: -99999px;
}
@media only screen and (max-width: 1280) {
  #top #about #slider .slide_set .slick-arrow {
    top: -4.609375vw;
    width: 3.4375vw;
    height: 3.4375vw;
    background: url("../images/slick-arrow.svg") center/1.5625vw no-repeat #000;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .slick-arrow {
    top: -12.8vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background: url("../images/slick-arrow.svg") center/5.3333333333vw no-repeat #000;
  }
}
@media (hover: hover) {
  #top #about #slider .slide_set .slick-arrow {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #top #about #slider .slide_set .slick-arrow:hover {
    opacity: 0.5;
  }
}
#top #about #slider .slide_set .slick-arrow.slick-prev {
  right: 362px;
}
@media only screen and (max-width: 1280) {
  #top #about #slider .slide_set .slick-arrow.slick-prev {
    right: 28.28125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .slick-arrow.slick-prev {
    right: 11.7333333333vw;
  }
}
#top #about #slider .slide_set .slick-arrow.slick-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 314px;
}
@media only screen and (max-width: 1280) {
  #top #about #slider .slide_set .slick-arrow.slick-next {
    right: 24.53125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .slick-arrow.slick-next {
    right: 0;
  }
}
#top #about #slider .slide_set .past_slider {
  position: relative;
  padding-right: 50px;
  margin: 0 -8px;
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .past_slider {
    margin: 0 -8px 1em;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .past_slider {
    margin: 0 -4px 1em;
  }
}
#top #about #slider .slide_set .past_slider:before {
  background-color: #fff;
  content: "";
  position: absolute;
  top: -5px;
  right: 100%;
  width: 100%;
  height: calc(100% + 10px);
  z-index: 2;
}
#top #about #slider .slide_set .past_slider .slick-list {
  position: relative;
  z-index: 1;
}
#top #about #slider .slide_set .past_slider .item {
  padding: 0 8px;
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .past_slider .item {
    padding: 0 4px;
  }
}
#top #about #slider .slide_set .past_slider .item > span {
  position: relative;
}
#top #about #slider .slide_set .past_slider .item > span::before {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  content: "";
  top: 0;
  left: 0;
  border: solid 4px #000;
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .past_slider .item > span::before {
    border: solid 1.0666666667vw #000;
  }
}
@media only screen and (max-width: 1280) {
  #top #about #slider .slide_set .past_slider .item > span::before {
    width: calc(100% - 0.625vw);
    height: calc(100% - 0.625vw);
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .past_slider .item > span::before {
    width: calc(100% - 2.1333333333vw);
    height: calc(100% - 2.1333333333vw);
  }
}
#top #about #slider .slide_set .past_slider .item img {
  width: auto;
  height: 240px;
}
@media only screen and (max-width: 1280) {
  #top #about #slider .slide_set .past_slider .item img {
    height: 18.75vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .past_slider .item img {
    height: 42.6666666667vw;
  }
}
#top #about #slider .slide_set .slide_link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  width: 292px;
  background: #000;
  border-radius: 22px;
  padding: 0 10px;
}
#top #about #slider .slide_set .slide_link_btn > span {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0.1em;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding-right: 18px;
}
#top #about #slider .slide_set .slide_link_btn > span::before {
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow24px.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1280) {
  #top #about #slider .slide_set .slide_link_btn {
    height: 3.4375vw;
    width: 22.8125vw;
    border-radius: 1.71875vw;
    padding: 0 1.71875vw;
  }
  #top #about #slider .slide_set .slide_link_btn > span {
    font-size: 1.09375vw;
    font-weight: 700;
    padding-right: 1.40625vw;
  }
  #top #about #slider .slide_set .slide_link_btn > span::before {
    right: -0.9375vw;
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about #slider .slide_set .slide_link_btn {
    width: 100%;
    height: 11.7333333333vw;
    border-radius: 5.8666666667vw;
    padding: 0 4vw;
  }
  #top #about #slider .slide_set .slide_link_btn > span {
    font-size: 3.2vw;
    font-weight: 600;
    padding-right: 6.4vw;
    letter-spacing: -0.05em;
  }
  #top #about #slider .slide_set .slide_link_btn > span::before {
    right: -1.6vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#top #about .contact {
  border: 4px #000 solid;
  border-radius: 20px;
  padding: 2.625em 4.875em 3.125em;
  margin-top: 4.8em;
}
@media only screen and (max-width: 900px) {
  #top #about .contact {
    padding: 2em 1.5em;
  }
}
#top #about .contact h2 {
  color: #000;
  font-size: 2.5vw;
  text-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 1441px) {
  #top #about .contact h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #about .contact h2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #about .contact h2 {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #about .contact h2 {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about .contact h2 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #about .contact h2 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #about .contact h2 {
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 901px) {
  #top #about .contact .contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top #about .contact .contact_wrap .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 17em;
  }
  #top #about .contact .contact_wrap .info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 2em;
  }
}
@media only screen and (max-width: 900px) {
  #top #about .contact .contact_wrap .title {
    text-align: center;
    margin-bottom: 1em;
  }
}
#top #about .contact .contact_wrap .title p {
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: -0.002em;
}
@media only screen and (min-width: 1441px) {
  #top #about .contact .contact_wrap .title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #about .contact .contact_wrap .title p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #about .contact .contact_wrap .title p {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #about .contact .contact_wrap .title p {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about .contact .contact_wrap .title p {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #about .contact .contact_wrap .title p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #about .contact .contact_wrap .title p {
    font-size: 4vw;
  }
}
#top #about .contact .contact_wrap .title a {
  font-size: 1.1111111111vw;
  display: table;
  font-weight: 500;
  margin-top: 0.8em;
}
@media only screen and (min-width: 1441px) {
  #top #about .contact .contact_wrap .title a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #about .contact .contact_wrap .title a {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #about .contact .contact_wrap .title a {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #about .contact .contact_wrap .title a {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about .contact .contact_wrap .title a {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #about .contact .contact_wrap .title a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #about .contact .contact_wrap .title a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about .contact .contact_wrap .title a {
    margin: 0.3em auto 0;
  }
}
#top #about .contact .contact_wrap .info ul {
  margin-left: 1.5em;
}
@media only screen and (max-width: 900px) {
  #top #about .contact .contact_wrap .info ul {
    margin-left: 1em;
  }
}
#top #about .contact .contact_wrap .info ul li {
  list-style: disc;
  display: list-item;
  font-size: 0.9027777778vw;
  font-weight: 500;
  letter-spacing: -0.002em;
}
@media only screen and (min-width: 1441px) {
  #top #about .contact .contact_wrap .info ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #about .contact .contact_wrap .info ul li {
    font-size: 1.0833333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #about .contact .contact_wrap .info ul li {
    font-size: 1.1818181818vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #about .contact .contact_wrap .info ul li {
    font-size: 1.26953125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #about .contact .contact_wrap .info ul li {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #about .contact .contact_wrap .info ul li {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #about .contact .contact_wrap .info ul li {
    font-size: 3.2vw;
  }
}
#top #about .contact .contact_wrap .info ul li + li {
  margin-top: 0.3em;
}
#top #share {
  background-color: #ffe800;
  padding: 2em 0;
}
@media only screen and (min-width: 901px) {
  #top #share dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top #share dl dd {
    margin-left: 1.9em;
  }
}
#top #share dl dt {
  font-size: 2.5vw;
}
@media only screen and (min-width: 1441px) {
  #top #share dl dt {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #top #share dl dt {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top #share dl dt {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top #share dl dt {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #share dl dt {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top #share dl dt {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top #share dl dt {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 900px) {
  #top #share dl dt {
    text-align: center;
    margin-bottom: 1em;
  }
}
#top #share dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #top #share dl dd ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  #top #share dl dd ul li {
    width: 20%;
  }
  #top #share dl dd ul li img {
    width: 100%;
  }
}
#top #share dl dd ul li + li {
  margin-left: 1em;
}
#top .modal_open {
  overflow: hidden;
  height: 100%;
}
#top .modal {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  padding: 80px 30px;
}
@media only screen and (max-width: 900px) {
  #top .modal {
    padding: 5em 30px;
  }
}
@media only screen and (max-width: 640px) {
  #top .modal {
    padding: 1.8em 22px;
  }
}
#top .modal .modal_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fff url(../images/modal/modal_bg.jpg) repeat left top;
  border-radius: 20px;
  border: 4px #000 solid;
  max-width: 1080px;
  overflow: hidden;
  position: relative;
  padding: 80px;
}
@media only screen and (max-width: 900px) {
  #top .modal .modal_wrap {
    border-radius: 10px;
    padding: 3.875em 1.25em 2.5em;
  }
}
#top .modal .modal_wrap .modal_cont {
  max-width: 800px;
  margin: 0 auto;
}
#top .modal .modal_wrap .modal_close {
  cursor: pointer;
}
#top .modal .modal_wrap .modal_close.btn {
  text-align: right;
  position: absolute;
  right: 36px;
  top: 39px;
  z-index: 2;
  width: 32px;
  height: 32px;
}
#top .modal .modal_wrap .modal_close.btn img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #top .modal .modal_wrap .modal_close.btn {
    right: 1.5em;
    top: 1em;
    width: 1.8em;
    height: 1.8em;
  }
}
#top .modal .modal_wrap .modal_content .modal_kv img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#top .modal .modal_wrap .modal_content .modal_close {
  background-color: #000;
  border: 4px #000 solid;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 212px;
  height: 46px;
  margin: 40px auto 0;
}
#top .modal .modal_wrap .modal_content .modal_close:after {
  background: url(../images/modal/modal_close.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  #top .modal .modal_wrap .modal_content .modal_close {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #top .modal .modal_wrap .modal_content .modal_close:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 640px) {
  #top .modal .modal_wrap .modal_content .modal_close {
    max-width: 250px;
    margin: 24px auto 0;
  }
}
#top .modal .modal_wrap .modal_content .modal_close p {
  font-weight: 600;
}
#top .modal #modal_info h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.5vw;
  text-align: center;
  margin: 1.8em 0 1em;
}
@media only screen and (min-width: 1441px) {
  #top .modal #modal_info h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .modal #modal_info h2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .modal #modal_info h2 {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .modal #modal_info h2 {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .modal #modal_info h2 {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .modal #modal_info h2 {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .modal #modal_info h2 {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (min-width: 901px) {
  #top .modal #modal_info #info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top .modal #modal_info #info_wrap .img {
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #top .modal #modal_info #info_wrap .info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 3em;
  }
}
@media only screen and (max-width: 900px) {
  #top .modal #modal_info #info_wrap .img {
    margin-bottom: 1.8em;
  }
  #top .modal #modal_info #info_wrap .img img {
    width: 54.5454545455%;
    margin: 0 auto;
  }
}
#top .modal #modal_info #info_wrap .info .title_wrap {
  margin-bottom: 1.3em;
}
#top .modal #modal_info #info_wrap .info .title_wrap h3 {
  font-size: 2.2222222222vw;
  font-weight: 700;
}
@media only screen and (min-width: 1441px) {
  #top .modal #modal_info #info_wrap .info .title_wrap h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .modal #modal_info #info_wrap .info .title_wrap h3 {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .modal #modal_info #info_wrap .info .title_wrap h3 {
    font-size: 2.9090909091vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .modal #modal_info #info_wrap .info .title_wrap h3 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .modal #modal_info #info_wrap .info .title_wrap h3 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .modal #modal_info #info_wrap .info .title_wrap h3 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .modal #modal_info #info_wrap .info .title_wrap h3 {
    font-size: 4.8vw;
  }
}
#top .modal #modal_info #info_wrap .info .title_wrap p.author {
  font-size: 1.5277777778vw;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.2em;
}
@media only screen and (min-width: 1441px) {
  #top .modal #modal_info #info_wrap .info .title_wrap p.author {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .modal #modal_info #info_wrap .info .title_wrap p.author {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .modal #modal_info #info_wrap .info .title_wrap p.author {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .modal #modal_info #info_wrap .info .title_wrap p.author {
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .modal #modal_info #info_wrap .info .title_wrap p.author {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .modal #modal_info #info_wrap .info .title_wrap p.author {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .modal #modal_info #info_wrap .info .title_wrap p.author {
    font-size: 4.2666666667vw;
  }
}
#top .modal #modal_info #info_wrap .info p {
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (min-width: 1441px) {
  #top .modal #modal_info #info_wrap .info p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .modal #modal_info #info_wrap .info p {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .modal #modal_info #info_wrap .info p {
    font-size: 1.3636363636vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .modal #modal_info #info_wrap .info p {
    font-size: 1.46484375vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .modal #modal_info #info_wrap .info p {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .modal #modal_info #info_wrap .info p {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .modal #modal_info #info_wrap .info p {
    font-size: 3.7333333333vw;
  }
}
#top .modal #modal_info #info_wrap .info p + p {
  margin-top: 1.5em;
}
#top .modal #modal_info #info_wrap .info .btn_wrap {
  margin-top: 2em;
}
@media only screen and (max-width: 900px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap {
    border-bottom: 1px solid #000;
    padding-bottom: 1.5em;
  }
}
@media only screen and (min-width: 901px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px;
  }
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li {
    width: 50%;
    padding: 0 6px;
  }
}
#top .modal #modal_info #info_wrap .info .btn_wrap ul li {
  font-size: 1.25vw;
  font-weight: 700;
}
@media only screen and (min-width: 1441px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 400px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 900px) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li + li {
    margin-top: 1em;
  }
}
#top .modal #modal_info #info_wrap .info .btn_wrap ul li a {
  background-color: #000;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  padding: 0.667em 1em;
}
#top .modal #modal_info #info_wrap .info .btn_wrap ul li a[data-status=invalid] {
  cursor: not-allowed;
  opacity: 0.2;
  pointer-events: none;
}
#top .modal #modal_info #info_wrap .info .btn_wrap ul li a[data-status=invalid]:after {
  display: none;
}
#top .modal #modal_info #info_wrap .info .btn_wrap ul li a:after {
  background: url(../images/icon_btn_arrow.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  #top .modal #modal_info #info_wrap .info .btn_wrap ul li a:hover {
    opacity: 0.5;
  }
}

a.disabled {
  background-color: #b3b3b3 !important;
  opacity: 0.8;
  pointer-events: none;
}

#modal {
  overflow: hidden;
  height: 0;
}
.modal_open #modal {
  height: 100%;
  overflow-y: auto;
}

#store #store_title {
  text-align: center;
}
#store #store_title p {
  font-size: 1.25vw;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1441px) {
  #store #store_title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #store #store_title p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #store #store_title p {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #store #store_title p {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #store #store_title p {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #store #store_title p {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #store #store_title p {
    font-size: 3.7333333333vw;
  }
}
#store #store_title h1 {
  color: #fff;
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 4.8611111111vw;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 1441px) {
  #store #store_title h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  #store #store_title h1 {
    font-size: 5.8333333333vw;
  }
}
@media only screen and (max-width: 1100px) {
  #store #store_title h1 {
    font-size: 6.3636363636vw;
  }
}
@media only screen and (max-width: 1024px) {
  #store #store_title h1 {
    font-size: 6.8359375vw;
  }
}
@media only screen and (max-width: 900px) {
  #store #store_title h1 {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #store #store_title h1 {
    font-size: 8.5333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #store #store_title h1 {
    font-size: 8.5333333333vw;
  }
}
#store #store_list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#store #store_list .store_cont {
  border-radius: 20px;
  overflow: hidden;
}
#store #store_list .store_cont + .store_cont {
  margin-top: 2.5em;
}
@media only screen and (max-width: 900px) {
  #store #store_list .store_cont {
    border-radius: 10px;
  }
}
#store #store_list .store_cont h2 {
  background-color: #e51733;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.5vw;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 0.2225em 0;
}
@media only screen and (min-width: 1441px) {
  #store #store_list .store_cont h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #store #store_list .store_cont h2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  #store #store_list .store_cont h2 {
    font-size: 3.2727272727vw;
  }
}
@media only screen and (max-width: 1024px) {
  #store #store_list .store_cont h2 {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 900px) {
  #store #store_list .store_cont h2 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #store #store_list .store_cont h2 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 400px) {
  #store #store_list .store_cont h2 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 900px) {
  #store #store_list .store_cont h2 {
    padding: 0.5em 0;
  }
}
#store #store_list .store_cont ul {
  background: url(../images/awards/nominate/bg_nominate.jpg) repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.875em 2.5em;
  margin: 0 -10px -20px;
}
@media only screen and (max-width: 900px) {
  #store #store_list .store_cont ul {
    padding: 1.5em 1.25em;
  }
}
#store #store_list .store_cont ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25vw;
  font-weight: 500;
  width: 33.3333333%;
  padding: 0 10px;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1441px) {
  #store #store_list .store_cont ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #store #store_list .store_cont ul li {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  #store #store_list .store_cont ul li {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 1024px) {
  #store #store_list .store_cont ul li {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 900px) {
  #store #store_list .store_cont ul li {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #store #store_list .store_cont ul li {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 400px) {
  #store #store_list .store_cont ul li {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 1280) {
  #store #store_list .store_cont ul li {
    font-size: 1.25vw;
    padding: 0 0.78125vw;
  }
}
@media only screen and (max-width: 900px) {
  #store #store_list .store_cont ul li {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw;
  }
}
#store #store_list .store_cont ul li:before {
  background-color: #e51733;
  border-radius: 50%;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1280) {
  #store #store_list .store_cont ul li:before {
    width: 0.78125vw;
    height: 0.78125vw;
    margin-right: 0.625vw;
  }
}
@media only screen and (max-width: 900px) {
  #store #store_list .store_cont ul li:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}