@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@400;700&display=swap");
html {
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #FFF;
}

@media screen and (max-width: 740px) {
  html {
    font-size: 15px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  word-break: break-all;
}

body.fixed {
  position: fixed;
}

body a {
  color: #2a90cd;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body iframe {
  vertical-align: top;
}

body .wrap {
  width: 1064px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(42, 144, 205, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(42, 144, 205, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 93px;
  background: #FFD00A;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header + * {
  margin-top: 93px;
}

header .head-logo {
  line-height: 0;
  margin-right: auto;
}

header .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav ul:nth-child(1) li {
  margin-right: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}

header .head-nav ul:nth-child(1) li a {
  color: #000000;
  position: relative;
}

@media screen and (min-width: 1065px) {
  header .head-nav ul:nth-child(1) li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 3px);
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
  }
}

header .head-nav ul:nth-child(1) li a:hover {
  text-decoration: none;
}

header .head-nav ul:nth-child(1) li a:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-nav ul:nth-child(1) li .br-01 {
  display: none;
}

header .head-nav ul:nth-child(1) li.current {
  position: relative;
}

header .head-nav ul:nth-child(1) li.current a:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-nav ul:nth-child(2) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

header .head-nav ul:nth-child(2) li:not(:last-child) {
  margin-right: 8px;
}

header .head-nav ul:nth-child(2) li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 51px;
  width: 140px;
  border: 2px solid #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding: 5px 15px 5px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav ul:nth-child(2) li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  right: 0;
  background: url(../img/common/arrow-btn_black.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav ul:nth-child(2) li a:hover {
  text-decoration: none;
}

header .head-nav ul:nth-child(2) li a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

header .head-nav ul:nth-child(2) li:nth-child(1) a {
  color: #000000;
}

header .head-nav ul:nth-child(2) li:nth-child(1) a:hover {
  background-color: #FFF;
}

header .head-nav ul:nth-child(2) li:nth-child(2) a {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}

header .head-nav ul:nth-child(2) li:nth-child(2) a:after {
  background-image: url(../img/common/arrow-btn_red.svg);
}

header .head-nav ul:nth-child(2) li:nth-child(2) a:hover {
  background-color: #FFD00A;
  color: #000000;
}

header .head-nav ul:nth-child(2) li > span {
  position: absolute;
  left: 50%;
  top: calc(100% + 24px);
  width: 135px;
  height: 39px;
  background: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

header .head-nav ul:nth-child(2) li > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 9px 5.5px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -9px;
}

header .head-nav ul:nth-child(2) li > span span {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background: linear-gradient(transparent 60%, #FFD00A 40%);
}

header .head-nav > a {
  display: none;
}

header .head-menu, header .head-hidden {
  display: none;
}

header.member {
  background-color: #272727;
}

header.member .head-logo img.pc {
  display: block;
}

header.member .head-logo img.tablet-sp {
  display: none;
}

header.member .head-nav ul:nth-child(1) li a {
  color: #fff;
}

header.member .head-nav ul:nth-child(1) li .br-01 {
  display: none;
}

header.member .head-nav ul:nth-child(2) li a {
  width: 150px;
}

header.member .head-nav ul:nth-child(2) li:nth-child(1) a {
  background-color: #FFD00A;
}

header.member .head-nav ul:nth-child(2) li:nth-child(2) a {
  background-color: #fff;
  color: #000000;
}

@media screen and (max-width: 1420px) {
  header .head-logo {
    width: 200px;
  }
  header .head-nav ul:nth-child(1) li {
    margin-right: 20px;
  }
  header .head-nav ul:nth-child(2) li a {
    width: 120px;
  }
  header.member {
    background-color: #272727;
  }
  header.member .head-logo {
    width: auto;
  }
}

@media screen and (max-width: 1300px) {
  header .head-logo {
    width: 180px;
  }
  header .head-nav ul:nth-child(1) li {
    margin-right: 15px;
  }
  header .head-nav ul:nth-child(1) li .br-01 {
    display: inline;
  }
  header .head-nav ul:nth-child(2) li:nth-child(2) a {
    width: 100px;
  }
  header.member .head-logo {
    width: 180px;
  }
  header.member .head-nav ul:nth-child(2) li a {
    width: 150px;
  }
}

@media screen and (max-width: 1064px) {
  header {
    background: #FFF;
    height: 54px;
    padding-left: 0;
    padding-right: 8px;
  }
  header + * {
    margin-top: 54px;
  }
  header > * {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  header .head-logo {
    width: 164px;
  }
  header .head-nav {
    margin-left: 5px;
  }
  header .head-nav ul:nth-child(1) {
    display: none;
  }
  header .head-nav ul:nth-child(2) li:not(:last-child) {
    margin-right: 6px;
  }
  header .head-nav ul:nth-child(2) li a {
    font-size: 10px;
    font-size: 0.625rem;
    width: 72px;
    height: 36px;
    padding: 3px 10px 3px 3px;
  }
  header .head-nav ul:nth-child(2) li a:after {
    width: 10px;
  }
  header .head-nav ul:nth-child(2) li:nth-child(1) a {
    background-color: #FFD00A;
    border-color: #FFD00A;
  }
  header .head-nav ul:nth-child(2) li:nth-child(1) a span span {
    display: none;
  }
  header .head-nav ul:nth-child(2) li:nth-child(2) a {
    width: 72px;
  }
  header .head-nav ul:nth-child(2) li > span {
    display: none;
  }
  header .head-menu {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 50px;
    width: 42px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
  }
  header .head-menu span {
    display: block;
    width: 17px;
    height: 2px;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
    width: 12px;
    margin-left: -4px;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    height: calc(100% - 54px);
    display: block;
    background: #FFF;
    z-index: 2;
    pointer-events: none;
  }
  header .head-hidden .head-nav {
    display: block;
    margin-left: 0;
  }
  header .head-hidden .head-nav ul:nth-child(1) {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    display: block;
    margin-bottom: 60px;
  }
  header .head-hidden .head-nav ul:nth-child(1) li {
    margin-right: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  }
  header .head-hidden .head-nav ul:nth-child(1) li a {
    font-weight: normal;
    display: block;
    padding: 13px 40px 13px 32px;
    background: url(../img/common/arrow-nav.svg) no-repeat right 28px center;
  }
  header .head-hidden .head-nav ul:nth-child(1) li a br {
    display: none;
  }
}

@media screen and (max-width: 1064px) and (max-width: 360px) {
  header .head-hidden .head-nav ul:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1064px) {
  header .head-hidden .head-nav ul:nth-child(2) {
    padding-left: 32px;
    padding-right: 32px;
    display: block;
    margin-bottom: 17px;
  }
  header .head-hidden .head-nav ul:nth-child(2) li {
    width: 100%;
  }
  header .head-hidden .head-nav ul:nth-child(2) li:not(:last-child) {
    margin-bottom: 15px;
  }
  header .head-hidden .head-nav ul:nth-child(2) li a {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 14px;
    font-size: 14px;
    font-size: 0.875rem;
    height: 50px;
  }
  header .head-hidden .head-nav ul:nth-child(2) li a br {
    display: none;
  }
  header .head-hidden .head-nav ul:nth-child(2) li a:after {
    width: 30px;
  }
  header .head-hidden .head-nav ul:nth-child(2) li:nth-child(1) a span {
    display: inline;
  }
  header .head-hidden .head-nav > a {
    display: block;
    text-align: center;
    line-height: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
  header.active .head-menu .middle {
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header.member {
    background-color: #fff;
  }
  header.member .head-logo {
    width: 164px;
  }
  header.member .head-logo img.pc {
    display: none;
  }
  header.member .head-logo img.tablet-sp {
    display: block;
  }
  header.member .head-nav {
    margin-left: 5px;
  }
  header.member .head-nav ul:nth-child(2) li a {
    color: #000000;
    font-size: 10px;
    font-size: 0.625rem;
  }
  header.member .head-nav ul:nth-child(2) li a:after {
    width: 10px;
  }
  header.member .head-nav ul:nth-child(2) li:nth-child(1) a {
    background-color: #FEB12A;
    border-color: #FEB12A;
    width: 80px;
  }
  header.member .head-nav ul:nth-child(2) li:nth-child(2) a {
    background-color: #000000;
    color: #FFF;
    width: 80px;
  }
  header.member .head-menu span {
    background-color: rgba(17, 17, 17, 0.8);
  }
  header.member .head-hidden .head-nav ul:nth-child(1) li a {
    color: #000000;
  }
  header.member .head-hidden .head-nav ul:nth-child(2) li {
    width: 100%;
  }
  header.member .head-hidden .head-nav ul:nth-child(2) li a {
    height: 51px;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  header.member .head-hidden .head-nav ul:nth-child(2) li:nth-child(2) a {
    background-color: #000000;
  }
  header.member .head-hidden .head-nav ul:nth-child(2) li:nth-child(2) a span {
    color: #FFF;
  }
}

/* footer
------------------------------------------------------------*/
footer > * {
  padding-left: 30px;
  padding-right: 30px;
}

footer .foot-main {
  background: #FFF;
  padding-top: 25px;
  padding-bottom: 40px;
}

footer .foot-main .inside {
  width: 1160px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer .foot-main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}

footer .foot-main nav ul {
  margin-right: 20px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

footer .foot-main nav ul li {
  border-top: 1px solid rgba(112, 112, 112, 0.15);
}

footer .foot-main nav ul li:not(.twitter) a {
  display: block;
  padding: 15px 10px;
  line-height: 1.2;
  background: url(../img/common/arrow-foot.svg) no-repeat right 5px center;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-main nav ul li:not(.twitter) a:hover {
  text-align: none;
  background-position: right center;
}

footer .foot-main .twitter {
  padding-top: 30px;
}

footer .foot-main .twitter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

footer .foot-main .twitter a span {
  background: #FFD00A;
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 10px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  margin-right: 35px;
}

footer .foot-main .twitter a span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 12px;
  border-color: transparent transparent transparent #FFD00A;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
}

footer .foot-main .twitter a p {
  line-height: 0;
}

footer .foot-main .right .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

footer .foot-main .right .btns a {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFD00A;
  color: #000000;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-main .right .btns a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

footer .foot-main .right .btns a:hover:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

footer .foot-main .right .btns a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  right: 0;
  background: url(../img/common/arrow-foot.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-main .right .btns a:not(:last-child) {
  margin-right: 20px;
}

footer .foot-main .right .btns a:nth-child(2) {
  background-color: #000000;
  color: #FFF;
}

footer .foot-main .right .btns a:nth-child(2):after {
  background-image: url(../img/common/arrow-foot_white.svg);
}

footer .foot-main .right .twitter {
  display: none;
}

footer .foot-main .right .bnr a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 0;
}

footer .foot-main .right .bnr a img {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

footer .foot-bottom {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .foot-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .foot-bottom ul li {
  margin-right: 20px;
}

footer .foot-bottom ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

footer .foot-bottom ul li a:hover {
  text-decoration: none;
}

footer .foot-bottom .copy {
  margin-left: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  footer .foot-main nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 20px;
  }
  footer .foot-main nav ul {
    margin-right: 20px;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  footer .foot-main nav ul li {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
  }
  footer .foot-main nav ul li:not(.twitter) a {
    display: block;
    padding: 15px 10px;
    line-height: 1.2;
    background: url(../img/common/arrow-foot.svg) no-repeat right center;
    color: #000000;
  }
  footer .foot-main .right {
    max-width: 35%;
  }
  footer .foot-main .right .btns > a:after {
    width: 25px;
  }
  footer .foot-main .right .btns > a:not(:last-child) {
    margin-right: 10px;
  }
  footer .foot-bottom {
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .foot-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-bottom ul li {
    margin-right: 20px;
  }
  footer .foot-bottom ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
  }
  footer .foot-bottom ul li a:hover {
    text-decoration: none;
  }
  footer .foot-bottom .copy {
    margin-left: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 740px) {
  footer .foot-main {
    padding: 0;
  }
  footer .foot-main .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main nav {
    width: 100%;
    margin-right: 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main nav ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  footer .foot-main nav ul li {
    width: 100%;
    margin-top: -1px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .foot-main nav ul li:not(.twitter) a {
    display: block;
    padding: 15px 60px 15px 25px;
    background-color: #FFD00A;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-position: right 40px center;
  }
  footer .foot-main nav ul li:not(.twitter) a:hover {
    background-position: right 30px center;
  }
  footer .foot-main nav ul li.twitter {
    display: none;
  }
  footer .foot-main .twitter {
    padding-top: 30px;
  }
  footer .foot-main .twitter a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .foot-main .twitter a span {
    background: #FFD00A;
    color: #000000;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 10px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    margin-right: 35px;
  }
  footer .foot-main .twitter a span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 12px;
    border-color: transparent transparent transparent #FFD00A;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
  }
  footer .foot-main .twitter a p {
    line-height: 0;
  }
  footer .foot-main .right {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .foot-main .right .btns {
    display: none;
  }
  footer .foot-main .right .twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 20px;
  }
  footer .foot-main .right .bnr a {
    text-align: center;
  }
  footer .foot-bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px;
  }
  footer .foot-bottom ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer .foot-bottom ul li {
    margin-right: 0;
    width: 100%;
  }
  footer .foot-bottom .copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  position: relative;
}

#mainimg.top {
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

#mainimg.top > * {
  position: relative;
}

#mainimg.top .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 465px;
  background: #FFD00A url(../img/top/kv/bg.jpg) no-repeat center/cover;
}

#mainimg.top .item-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/kv/bg.svg) no-repeat center;
}

#mainimg.top .item-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
  line-height: 1.2;
}

#mainimg.top .item-hd > span:nth-child(1) {
  background: #FFF;
  margin-bottom: 25px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  display: none;
}

#mainimg.top .item-hd > span:nth-child(1):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -9px;
}

#mainimg.top .item-hd > span:nth-child(1) span {
  background: linear-gradient(transparent 70%, #FFD00A 70%);
}

#mainimg.top .item-hd > span:nth-child(2) {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 5px;
}

#mainimg.top .item-hd > span:nth-child(3), #mainimg.top .item-hd > span:nth-child(4) {
  font-size: 56px;
  font-size: 3.5rem;
  min-width: 720px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

#mainimg.top .item-hd > span:nth-child(3):before, #mainimg.top .item-hd > span:nth-child(4):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 23px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  z-index: -1;
}

#mainimg.top .item-hd > span:nth-child(5) {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 10px;
}

#mainimg.top .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mainimg.top .item-btn a {
  height: 61px;
  background: linear-gradient(#fdf305 0%, #fdc004 100%);
  color: #000000;
  border: none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
}

#mainimg.top .item-pop {
  display: none;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  #mainimg.top {
    padding-left: 30px;
    padding-right: 30px;
  }
  #mainimg.top .item-bg {
    height: 465px;
  }
  #mainimg.top .item-hd > span:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #mainimg.top .item-hd > span:nth-child(2) {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #mainimg.top .item-hd > span:nth-child(3), #mainimg.top .item-hd > span:nth-child(4) {
    font-size: 58px;
    font-size: 3.625rem;
    min-width: 0;
  }
}

@media screen and (min-width: 741px) and (max-width: 1064px) and (max-width: 850px) {
  #mainimg.top .item-hd > span:nth-child(3), #mainimg.top .item-hd > span:nth-child(4) {
    font-size: 7vw;
  }
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  #mainimg.top .item-hd > span:nth-child(5) {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 740px) {
  #mainimg.top {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.top .item-bg {
    height: 345px;
  }
  #mainimg.top .item-bg:after {
    background-size: 522px auto;
  }
  #mainimg.top .item-hd {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #mainimg.top .item-hd > span:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #mainimg.top .item-hd > span:nth-child(2) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #mainimg.top .item-hd > span:nth-child(3), #mainimg.top .item-hd > span:nth-child(4) {
    font-size: 28px;
    font-size: 1.75rem;
    min-width: 0px;
    margin-bottom: 7px;
    letter-spacing: 0em;
  }
  #mainimg.top .item-hd > span:nth-child(3):before, #mainimg.top .item-hd > span:nth-child(4):before {
    height: 12px;
    bottom: -3px;
  }
  #mainimg.top .item-hd > span:nth-child(5) {
    padding-top: 5px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.top .item-btn a {
    width: 244px;
    height: 42px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#mainimg.next {
  height: 250px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mainimg.next.faq {
  height: 240px;
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border-bottom: solid 3px #FFD00A;
}

#mainimg.next.campaign_1 {
  height: 600px;
}

#mainimg.next.no-img {
  height: auto;
  padding-top: 100px;
}

#mainimg.next.no-img .item-hd {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  padding-bottom: 17px;
}

#mainimg.next.program {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 472px;
  position: relative;
}

#mainimg.next.program:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

#mainimg.next.program .item-inside {
  width: 1160px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.next.program .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

#mainimg.next.program .column2 .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 40px;
}

#mainimg.next.program .column2 .item-text .hd-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 50px;
  margin-top: -30px;
}

#mainimg.next.program .column2 .item-text .hd-block .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#mainimg.next.program .column2 .item-text .hd-block .item-img {
  width: 136px;
}

#mainimg.next.program .column2 .item-text .hd-block .title {
  margin-bottom: 20px;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
}

#mainimg.next.program .column2 .item-text .hd-block .title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

#mainimg.next.program .column2 .item-text .hd-block .sub {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

#mainimg.next.program .column2 .item-img {
  width: 586px;
}

#mainimg.next.program .column2 .item-img.sp {
  display: none;
}

#mainimg.next.program .column2 .item-img img {
  box-shadow: 0px 0px 60px -20px rgba(255, 208, 10, 0.8);
}

#mainimg.next.program .column2 .mainimg-bottom .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(112, 112, 112, 0.15);
  margin-bottom: 10px;
}

#mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

#mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl .title span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}

#mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day {
  width: 140px;
  text-align: right;
}

#mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day .tag span {
  height: 15px;
  color: #000000;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFD00A;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  width: 60px;
}

#mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day .day {
  color: #FFD00A;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

#mainimg.next.program .column2 .mainimg-bottom .text-block .text {
  font-size: 16px;
  font-size: 1rem;
}

#mainimg.next.program .column2 .mainimg-bottom .text-block .copyright {
  padding-top: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: rgba(0, 0, 0, 0.5);
}

#mainimg.next.program .mainimg-bottom {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
}

#mainimg.next.program .mainimg-bottom .inside {
  width: 1064px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  #mainimg.next.program {
    height: auto;
  }
  #mainimg.next.program .column2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #mainimg.next.program .column2 .item-text {
    margin-right: 40px;
  }
  #mainimg.next.program .column2 .item-text .hd-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
  }
  #mainimg.next.program .column2 .item-text .hd-block .item-title {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  #mainimg.next.program .column2 .item-text .hd-block .item-img {
    width: 100px;
  }
  #mainimg.next.program .column2 .item-text .hd-block .title {
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
  }
  #mainimg.next.program .column2 .item-text .hd-block .title span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  #mainimg.next.program .column2 .item-text .hd-block .sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #mainimg.next.program .column2 .item-img {
    width: 450px;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(112, 112, 112, 0.15);
    margin-bottom: 10px;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl .title span {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day {
    width: 140px;
    text-align: right;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day .tag {
    display: -moz-inline-box;
    display: inline-block;
    color: #000000;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFD00A;
    margin-bottom: 10px;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day .day {
    color: #FFD00A;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  #mainimg.next.program .column2 .mainimg-bottom .text-block .text {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.next.program .column2 .mainimg-bottom .text-block .copyright {
    padding-top: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 740px) {
  #mainimg.next.program {
    height: auto;
    padding-bottom: 15px;
  }
  #mainimg.next.program:before {
    display: none;
  }
  #mainimg.next.program .item-bg {
    height: 320px;
  }
  #mainimg.next.program .column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  #mainimg.next.program .column2 .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0px;
  }
  #mainimg.next.program .column2 .item-text .hd-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
    margin-top: 0px;
  }
  #mainimg.next.program .column2 .item-text .hd-block .item-title {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  #mainimg.next.program .column2 .item-text .hd-block .item-img {
    width: 100px;
    position: relative;
    z-index: 3;
    margin-right: -20px;
    margin-top: -10px;
  }
  #mainimg.next.program .column2 .item-text .hd-block .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
  }
  #mainimg.next.program .column2 .item-text .hd-block .title span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 15px;
    position: relative;
  }
  #mainimg.next.program .column2 .item-text .hd-block .title span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    width: 0;
    height: 1px;
    background-color: #fff;
    width: calc(100vw - 60px);
    bottom: 0;
    left: 0px;
  }
  #mainimg.next.program .column2 .item-text .hd-block .sub {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    width: calc(100vw - 60px);
  }
  #mainimg.next.program .column2 .item-img {
    width: 100%;
    margin-bottom: 10px;
  }
  #mainimg.next.program .column2 .item-img.pc {
    display: none;
  }
  #mainimg.next.program .column2 .item-img.sp {
    display: block;
  }
  #mainimg.next.program .column2 .item-img img {
    box-shadow: 0px 0px 0px 0px rgba(255, 208, 10, 0);
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl .title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .title-channerl .title span {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day {
    width: 140px;
    text-align: right;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day .tag span {
    width: 56px;
    text-align: center;
  }
  #mainimg.next.program .column2 .mainimg-bottom .title-block .tag-day .day {
    color: #FFD00A;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  #mainimg.next.program .column2 .mainimg-bottom .text-block .text {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.next.program .column2 .mainimg-bottom .text-block .copyright {
    padding-top: 5px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

#mainimg.next.price .item-hd:not(:last-child) {
  margin-bottom: 10px;
}

#mainimg.next.price .text {
  text-align: center;
}

#mainimg.next.register {
  text-align: center;
  margin-bottom: 0px;
  height: auto;
  margin-top: 150px;
}

#mainimg.next.register .logo {
  margin-bottom: 13px;
  line-height: 0;
}

#mainimg.next.register .logo img {
  height: 28px;
  width: auto;
}

#mainimg.next.register .title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.3;
}

#mainimg.next.register .text {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (max-width: 740px) {
  #mainimg.next.register .text {
    font-size: 16px;
    font-size: 1rem;
  }
}

#mainimg.next.register .confirm-text {
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}

#mainimg.next.register .confirm-text .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 30px;
}

#mainimg.next.register .confirm-text .text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
  #mainimg.next.register .confirm-text .title {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  #mainimg.next.register .confirm-text .text {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0px;
  }
}

#mainimg.next.register .plan-change .title {
  margin-bottom: 30px;
}

#mainimg.next.register .plan-change .orange-box {
  border: solid 3px #EA541C;
  padding: 10px 35px;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 50px;
}

#mainimg.next.register .plan-change .orange-box a {
  text-decoration: underline;
  color: #000000;
}

@media screen and (max-width: 740px) {
  #mainimg.next.register .plan-change .title {
    margin-bottom: 20px;
  }
  #mainimg.next.register .plan-change .orange-box {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}

#mainimg.next.member .item-bg {
  background-image: url(../img/next/bg-kv_member.jpg);
}

#mainimg.next .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFD00A url(../img/next/bg-kv.jpg) no-repeat center/cover;
}

#mainimg.next .item-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/next/bg-kv.svg) no-repeat center 50px;
}

#mainimg.next .item-inside {
  position: relative;
  width: 1064px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.next .item-hd {
  text-align: center;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.4;
}

#mainimg.next .item-hd:not(:last-child) {
  margin-bottom: 35px;
}

#mainimg.next .item-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mainimg.next .item-anchor > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 270px;
  height: 80px;
  background: #000000;
  color: #FFF;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainimg.next .item-anchor > a:after {
  content: "";
  width: 22px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(../img/next/arrow-btn_anchor.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainimg.next .item-anchor > a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#mainimg.next .item-anchor > a:hover:after {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

#mainimg.next .item-anchor > a:not(:last-child) {
  margin-right: 140px;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  #mainimg.next {
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainimg.next .item-hd {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 741px) and (max-width: 1064px) and (max-width: 950px) {
  #mainimg.next .item-hd {
    font-size: 4vw;
  }
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  #mainimg.next .item-anchor > a:not(:last-child) {
    margin-right: 60px;
  }
}

@media screen and (max-width: 740px) {
  #mainimg.next {
    height: 190px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mainimg.next.faq {
    height: 72px;
    margin-bottom: 50px;
  }
  #mainimg.next.faq .item-head {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #mainimg.next.campaign_1 {
    height: 300px;
  }
  #mainimg.next.campaign_1 .item-bg:after {
    display: none;
  }
  #mainimg.next.no-img {
    height: auto;
    padding-top: 45px;
  }
  #mainimg.next.no-img .item-hd {
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 10px;
  }
  #mainimg.next.price {
    height: 250px;
  }
  #mainimg.next.price .item-hd {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: left;
  }
  #mainimg.next.price .text {
    text-align: left;
    line-height: 1.5;
  }
  #mainimg.next .item-bg {
    background-image: url(../img/next/bg-kv_sp.jpg);
  }
  #mainimg.next .item-bg:after {
    background-image: url(../img/next/bg-kv_sp.svg);
    background-position: center top;
  }
  #mainimg.next .item-hd {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 740px) and (max-width: 360px) {
  #mainimg.next .item-hd {
    font-size: 6vw;
  }
}

@media screen and (max-width: 740px) {
  #mainimg.next .item-hd:not(:last-child) {
    margin-bottom: 15px;
  }
  #mainimg.next .item-anchor > a {
    width: 115px;
    height: 35px;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0em;
  }
  #mainimg.next .item-anchor > a:after {
    width: 8px;
    height: 6px;
    background-size: contain;
    margin-left: 5px;
  }
  #mainimg.next .item-anchor > a:not(:last-child) {
    margin-right: 60px;
  }
}

@media screen and (max-width: 740px) and (max-width: 360px) {
  #mainimg.next .item-anchor > a:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 740px) {
  #mainimg.next.register {
    margin-top: 75px;
  }
  #mainimg.next.register .logo {
    margin-bottom: 13px;
  }
  #mainimg.next.register .logo img {
    height: 17px;
    width: auto;
  }
  #mainimg.next.register .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}

.channel-popup {
  width: 445px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 12px 0 black;
  -moz-box-shadow: 0 0 12px 0 black;
  -ms-box-shadow: 0 0 12px 0 black;
  -o-box-shadow: 0 0 12px 0 black;
  box-shadow: 0 0 12px 0 black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.channel-popup .mfp-close {
  left: initial;
  right: 0;
  top: -30px;
  color: #FFF;
}

.channel-popup .item-left {
  width: 50%;
}

.channel-popup .item-left time {
  color: #FFD00A;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  margin-bottom: 5px;
}

.channel-popup .item-left time > * {
  display: block;
}

.channel-popup .item-left time .year {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

.channel-popup .item-left time .date {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
}

.channel-popup .item-left time .date span:nth-child(1) {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}

.channel-popup .item-left time .date span:nth-of-type(2) {
  font-size: 18px;
  font-size: 1.125rem;
}

.channel-popup .item-left .time {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.channel-popup .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.channel-popup .item-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.channel-popup .item-title p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 740px) {
  .channel-popup {
    width: 310px;
  }
  .channel-popup .item-left time .year {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .channel-popup .item-left time .date {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .channel-popup .item-left time .date span:nth-child(1) {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .channel-popup .item-left time .date span:nth-of-type(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .channel-popup .item-left .time {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .channel-popup .item-title h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .channel-popup .item-title p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/* main
------------------------------------------------------------*/
.slider-channel {
  background: url(../img/top/kv/img-channel.svg) no-repeat center top;
  padding-top: 5px;
  padding-bottom: 28px;
  margin-bottom: 15px;
}

.slider-channel .slick-list {
  overflow: visible;
}

.slider-channel .slick-slide {
  margin-left: 17px;
  margin-right: 17px;
  line-height: 0;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.slider-channel .slick-slide img {
  max-width: 99%;
  height: auto;
  display: inline;
}

.slider-channel .slick-arrow {
  width: 13px;
  height: 23px;
  z-index: 3;
  margin-top: -15px;
}

.slider-channel .slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center;
}

.slider-channel .slick-prev {
  left: 50%;
  margin-left: -244px;
}

.slider-channel .slick-prev:before {
  background-image: url(../img/top/kv/arrow-prev.svg);
}

.slider-channel .slick-next {
  right: 50%;
  margin-right: -244px;
}

.slider-channel .slick-next:before {
  background-image: url(../img/top/kv/arrow-next.svg);
}

main {
  display: block;
}

main .content {
  width: 1064px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w690 {
  width: 690px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w790 {
  width: 790px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w875 {
  width: 875px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w960 {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w1050 {
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content.w1155 {
  width: 1155px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .fukidashi-title {
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  margin-bottom: 30px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  line-height: 1.2;
}

main .fukidashi-title span {
  background: linear-gradient(transparent 70%, #FFD00A 70%);
}

main .fukidashi-title.sml {
  width: 210px;
  padding-left: 10px;
  padding-right: 10px;
}

main .fukidashi-title.w150 {
  width: 150px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
}

main .fukidashi-title.lg {
  width: 530px;
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: bold;
  padding: 25px 50px 35px;
  margin-bottom: 20px;
}

main .fukidashi-title.lg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}

main .fukidashi-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -9px;
}

main > section {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

main .campain-block {
  padding-top: 50px;
  padding-bottom: 40px;
}

main .campain-block .content {
  width: 960px;
}

main .campain-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .campain-list .item-item {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #FFD00A;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

main .campain-list .item-item > * {
  max-width: 100%;
}

main .campain-list .item-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-left: -2px;
  margin-right: -2px;
  padding-top: 10px;
}

main .campain-list .item-hd {
  background: #FFD00A;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 2px 2px 4px;
}

main .campain-list .item-content {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 0;
}

main .title-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .title-block:not(:last-child) {
  margin-bottom: 90px;
}

main .title-block > * {
  position: relative;
  z-index: 2;
}

main .title-block .item-en {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 145px;
  font-size: 9.0625rem;
  font-weight: bold;
  line-height: 0.8;
}

main .title-block .item-sub {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  margin-bottom: 20px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  line-height: 1.2;
}

main .title-block .item-sub span {
  background: linear-gradient(transparent 70%, #FFD00A 70%);
}

main .title-block .item-sub:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -9px;
}

main .title-block .item-hd {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

main .title-block .item-hd small {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}

main .title-block .item-text {
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}

main .title-block .item-text2 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}

main .title-block .item-text2.mb {
  margin-bottom: 30px;
}

main .title-block .item-text2 small {
  font-size: 28px;
  font-size: 1.75rem;
}

main .title-block.small {
  margin-bottom: 125px;
}

main .title-block.small .item-en {
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: bold;
  line-height: 0.6;
}

main .title-block.small .item-hd.support-icon span {
  padding-left: 60px;
  padding-right: 60px;
  background: url(../img/next/member/icon-support@2x.png) no-repeat left center;
  background-size: 41px auto;
}

main #popup {
  display: none;
}

#campain {
  width: 1211px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  position: relative;
}

#campain .mfp-close {
  left: initial;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background: url(../img/common/campain/btn-close.svg) no-repeat center;
  font-size: 0;
}

#campain .item-title {
  background: url(../img/common/campain/bg.jpg) no-repeat center/cover;
  padding: 20px 90px;
}

#campain .item-title > div {
  width: 716px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#campain .item-title > div p:not(.text-sup) {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#campain .item-title > div h2 {
  font-size: 57px;
  font-size: 3.5625rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
}

#campain .item-title > div h2 > span {
  background: linear-gradient(transparent 80%, #FFD00A 80%);
}

#campain .item-title > div h2 > span span {
  font-size: 73px;
  font-size: 4.5625rem;
}

#campain .item-title > div .text-sup {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

#campain .item-content {
  background: url(../img/common/campain/bg.svg) no-repeat center;
  padding: 40px;
}

#campain .item-condition {
  width: 812px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

#campain .item-condition dl {
  border: 3px solid #FFD00A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #FFF;
}

#campain .item-condition dl:not(:last-child) {
  margin-bottom: 18px;
}

#campain .item-condition dl dt {
  width: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFD00A;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#campain .item-condition dl dd {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px;
}

#campain .item-condition dl dd.text {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

#campain .item-condition dl dd.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

#campain .item-condition dl dd.price .price {
  text-align: center;
  line-height: 1.4;
}

#campain .item-condition dl dd.price .price h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

#campain .item-condition dl dd.price .price p {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
}

#campain .item-condition dl dd.price .price p:not(:last-child) {
  margin-bottom: 10px;
}

#campain .item-condition dl dd.price .price p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #707070;
}

#campain .item-condition dl dd.price .price p span {
  font-size: 22px;
  font-size: 1.375rem;
}

#campain .item-condition dl dd.price .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

#campain .item-condition dl dd.price .price-campain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 30px;
}

#campain .item-condition dl dd.price .price-campain span {
  color: #EB5505;
  font-size: 80px;
  font-size: 5rem;
  margin-left: 5px;
  margin-right: 5px;
}

#campain .item-condition dl dd.price .term {
  position: relative;
  background: #EB5505;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 104px;
  height: 104px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color-rendering: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
  color: #FFF;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.4;
}

#campain .item-condition dl dd.price .term:after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 3px solid #EB5505;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#campain .item-condition dl dd.price .sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 5px;
}

#campain .item-condition > p {
  font-size: 10px;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.6);
}

#campain .item-btn {
  width: 1012px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#campain .item-btn > a {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 110px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#campain .item-btn > a > span:not(:last-child) {
  margin-bottom: 5px;
}

#campain .item-btn > a:not(:last-child) {
  margin-right: 50px;
}

#campain .item-btn > a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#campain .item-btn > a:nth-child(1) {
  background-color: #FFD00A;
}

#campain .item-btn > a:nth-child(1) span:nth-child(1) {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

#campain .item-btn > a:nth-child(1) span:nth-child(2) {
  color: #000000;
}

#campain .item-btn > a:nth-child(2) {
  background-color: #000000;
}

#campain .item-btn > a:nth-child(2) span:nth-child(2) {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  /* main
------------------------------------------------------------*/
  main .content.w875 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main > section {
    padding-left: 40px;
    padding-right: 40px;
  }
  main .title-block .item-en {
    font-size: 110px;
    font-size: 6.875rem;
    font-weight: bold;
  }
  #campain .item-content {
    padding: 40px 20px;
  }
  #campain .item-condition dl dt {
    width: 160px;
    padding: 20px 10px;
  }
  #campain .item-condition dl dd.price .price h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
  #campain .item-condition dl dd.price .price p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #campain .item-condition dl dd.price .price p span {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  #campain .item-condition dl dd.price .arrow {
    margin-left: 10px;
    margin-right: 10px;
  }
  #campain .item-condition dl dd.price .price-campain {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    margin-right: 20px;
  }
  #campain .item-condition dl dd.price .price-campain span {
    font-size: 70px;
    font-size: 4.375rem;
  }
  #campain .item-condition dl dd.price .term {
    width: 90px;
    height: 90px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  #campain .item-condition > p {
    font-size: 10px;
    font-size: 0.625rem;
    color: rgba(0, 0, 0, 0.6);
  }
  #campain .item-btn {
    width: 1012px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #campain .item-btn > a {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 110px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.5;
    padding: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #campain .item-btn > a > span:not(:last-child) {
    margin-bottom: 5px;
  }
  #campain .item-btn > a:not(:last-child) {
    margin-right: 50px;
  }
  #campain .item-btn > a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  #campain .item-btn > a:nth-child(1) {
    background-color: #FFD00A;
  }
  #campain .item-btn > a:nth-child(1) span:nth-child(1) {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  #campain .item-btn > a:nth-child(1) span:nth-child(2) {
    color: #000000;
  }
  #campain .item-btn > a:nth-child(2) {
    background-color: #000000;
  }
  #campain .item-btn > a:nth-child(2) span:nth-child(2) {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
}

/*sp*/
@media screen and (max-width: 740px) {
  /* main
------------------------------------------------------------*/
  .slider-channel {
    background-size: 300px auto;
    padding-top: 4px;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
  .slider-channel .slick-slide {
    width: 289px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .slider-channel .slick-arrow {
    width: 7px;
    height: 14px;
    margin-top: -10px;
  }
  .slider-channel .slick-arrow:before {
    background-size: contain;
  }
  .slider-channel .slick-prev {
    margin-left: -158px;
  }
  .slider-channel .slick-next {
    margin-right: -158px;
  }
  main .content.w690 {
    width: 690px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .content.w790 {
    width: 790px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .content.w875 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .content.w960 {
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .content.w1050 {
    width: 1050px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .content.w1155 {
    width: 1155px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main > section {
    padding-left: 30px;
    padding-right: 30px;
  }
  main .fukidashi-title.w150 {
    width: 116px;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
  }
  main .fukidashi-title.lg {
    width: 225px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 18px 20px;
    margin-bottom: 20px;
  }
  main .fukidashi-title.lg:after {
    bottom: -10px;
  }
  main .campain-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main .campain-block h2 {
    margin-bottom: 17px;
  }
  main .campain-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .campain-list .item-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .campain-list .item-item:nth-child(1) .item-content a {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  main .campain-list .item-item:nth-child(3) .item-content a {
    margin-bottom: -5px;
  }
  main .campain-list .item-plus {
    margin-left: -0;
    margin-right: -0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  main .campain-list .item-content a {
    display: block;
    text-align: center;
  }
  main .title-block:not(:last-child) {
    margin-bottom: 50px;
  }
  main .title-block .item-en {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1;
  }
  main .title-block .item-hd {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main .title-block .item-hd small {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
  main .title-block .item-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  main .title-block .item-text2 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
  }
  main .title-block .item-text2.mb {
    margin-bottom: 30px;
  }
  main .title-block .item-text2 small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main .title-block.small {
    margin-bottom: 55px;
  }
  main .title-block.small .item-en {
    font-size: 58px;
    font-size: 3.625rem;
    font-weight: bold;
  }
  main .title-block.small .item-hd.support-icon span {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-size: 30px auto;
  }
  #campain .mfp-close {
    width: 50px;
    height: 50px;
    background-size: 25px auto;
  }
  #campain .item-title {
    padding: 50px 0 25px;
  }
  #campain .item-title > div {
    padding: 10px 25px 5px;
    width: 375px;
  }
  #campain .item-title > div p:not(.text-sup) {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #campain .item-title > div h2 {
    font-size: 31px;
    font-size: 1.9375rem;
    margin-bottom: 10px;
  }
  #campain .item-title > div h2 > span span {
    font-size: 40px;
    font-size: 2.5rem;
  }
  #campain .item-title > div .text-sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #campain .item-content {
    background-image: url(../img/common/campain/bg-sp.svg);
    padding: 30px;
  }
  #campain .item-condition {
    margin-bottom: 20px;
    width: 320px;
  }
  #campain .item-condition dl {
    border-width: 1px;
  }
  #campain .item-condition dl:not(:last-child) {
    margin-bottom: 20px;
  }
  #campain .item-condition dl dt {
    width: 80px;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px;
  }
  #campain .item-condition dl dd.text {
    text-align: left;
    font-size: 10px;
    font-size: 0.625rem;
  }
  #campain .item-condition dl dd.price {
    position: relative;
    letter-spacing: 0em;
    padding-left: 5px;
    padding-right: 5px;
  }
  #campain .item-condition dl dd.price .price h3 {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #campain .item-condition dl dd.price .price p {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #campain .item-condition dl dd.price .price p:not(:last-child) {
    margin-bottom: 5px;
  }
  #campain .item-condition dl dd.price .price p span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #campain .item-condition dl dd.price .arrow {
    margin-left: -5px;
    margin-right: 2px;
    width: 18px;
    padding-top: 10px;
  }
  #campain .item-condition dl dd.price .price-campain {
    padding-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 10px;
  }
  #campain .item-condition dl dd.price .price-campain span {
    font-size: 34px;
    font-size: 2.125rem;
    margin-left: 2px;
    margin-right: 2px;
  }
  #campain .item-condition dl dd.price .term {
    position: absolute;
    right: -10px;
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #campain .item-condition dl dd.price .term:after {
    border-width: 1px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
  }
  #campain .item-condition dl dd.price .sup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 20px;
  }
  #campain .item-condition > p {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #campain .item-btn {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #campain .item-btn > a {
    width: 310px;
    max-width: 100%;
    height: 72px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
  }
  #campain .item-btn > a > span:not(:last-child) {
    margin-bottom: 5px;
  }
  #campain .item-btn > a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #campain .item-btn > a:nth-child(1) span:nth-child(1) {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #campain .item-btn > a:nth-child(2) span:nth-child(2) {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 740px) and (max-width: 360px) {
  #campain .item-title > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campain .item-title > div h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #campain .item-title > div h2 > span span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  #campain .item-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #campain .item-condition dl {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #campain .item-condition dl:not(:last-child) {
    margin-bottom: 10px;
  }
  #campain .item-condition dl dt {
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px;
  }
  #campain .item-btn > a {
    height: 60px;
  }
  #campain .item-btn > a:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 740px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFD00A;
  border: none;
  color: #000000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
}

.btn.p-lr35 {
  padding-left: 35px;
  padding-right: 35px;
}

.btn:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.l-text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn:disabled {
  pointer-events: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.mdl {
  height: 60px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 740px) {
  .btn.mdl {
    font-size: 17px;
    font-size: 1.0625rem;
    height: 50px;
  }
}

.btn.sml {
  height: 35px;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn.download {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  padding: 5px 70px 5px 15px;
  color: #FFF;
  background: url(../img/next/member/arrow-btn@2x.png) no-repeat right 20px center;
  background-color: #000000;
  background-size: 8px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.download:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 27px;
  height: 34px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
  background: url(../img/next/member/pdf@2x.png) no-repeat center center;
  background-size: 27px auto;
}

.btn.download:hover {
  background-position: right 15px center;
}

.btn.download.icon-movie {
  background-image: url(../img/next/member/arrow-btn-black@2x.png);
  background-size: 8px auto;
  background-color: #FEB12A;
  color: #000000;
}

.btn.download.icon-movie:before {
  background: url(../img/next/member/popup@2x.png) no-repeat center center;
  background-size: 27px auto;
}

@media screen and (max-width: 740px) {
  .btn.download {
    height: 31px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    background-size: 5px auto;
    background-position: right 10px center;
  }
  .btn.download:before {
    width: 18px;
    right: 25px;
    background-size: 18px auto;
  }
  .btn.download.icon-movie {
    background-size: 5px auto;
    background-position: right 10px center;
  }
  .btn.download.icon-movie:before {
    width: 20px;
    background-size: 20px auto;
  }
}

.btn.support-btn {
  height: 185px;
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 30px 20px 30px 190px;
  color: #000000;
  background: url(../img/next/member/arrow-b@2x.png) no-repeat center bottom 20px;
  background-color: #FEB12A;
  background-size: 37px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.support-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 161px;
  height: 120px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/next/member/btn-icon1@2x.png) no-repeat center center;
  background-size: 161px auto;
}

.btn.support-btn:hover {
  background-position: center bottom 15px;
}

.btn.support-btn.icon-plan:before {
  text-align: center;
  background: url(../img/next/member/btn-icon2@2x.png) no-repeat center center;
  background-size: 103px auto;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  .btn.support-btn {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 20px 20px 120px;
    height: 150px;
  }
  .btn.support-btn:before {
    background-size: 100px auto;
    width: 100px;
  }
  .btn.support-btn.icon-plan:before {
    background-size: 70px auto;
  }
}

@media screen and (max-width: 740px) {
  .btn.support-btn {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 172px;
    padding: 103px 20px 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-size: 10px auto;
  }
  .btn.support-btn:before {
    width: 130px;
    height: 55px;
    left: 50%;
    margin-left: -65px;
    top: 25px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-size: 80px auto;
    background-position: center bottom 10px;
  }
  .btn.support-btn:before:hover {
    background-position: center bottom 5px;
  }
  .btn.support-btn.icon-plan:before {
    background-size: 45px auto;
  }
}

.btn.square {
  width: 224px;
  height: 68px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 21px;
  font-size: 1.3125rem;
}

.btn.square.sml {
  width: 275px;
  height: 52px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 740px) {
  .btn.square.sml {
    width: 200px;
    height: 35px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.btn.square.sml2 {
  width: 250px;
  height: 48px;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn.square.white {
  background-color: #fff;
  color: #000000;
}

.btn.square.white.arrow {
  background: url(../img/next/program/arrow@2x.jpg) no-repeat right 20px center;
  background-color: #fff;
  background-size: 6px auto;
}

.btn.square.white.pdf {
  background: url(../img/next/program/icon-pdf@2x.jpg) no-repeat right 20px center;
  background-color: #fff;
  background-size: 21px auto;
}

.btn.square.orange {
  background-color: #EA541C;
  color: #FFF;
}

.btn.square.chenge {
  width: 465px;
  height: 112px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  padding: 20px 110px 20px 175px;
  position: relative;
  background: url(../img/next/member/arrow2@2x.png) no-repeat right 50px center;
  background-size: 12px auto;
  background-color: #FEB12A;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
}

.btn.square.chenge:before {
  content: "";
  display: block;
  position: absolute;
  left: 70px;
  top: 50%;
  width: 77px;
  height: 71px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/next/member/arrow1@2x.png) no-repeat center center;
  background-size: 77px auto;
}

.btn.square.chenge:hover {
  background-position: right 45px center;
}

@media screen and (max-width: 740px) {
  .btn.square.chenge {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 260px;
    height: 67px;
    padding: 10px 50px 10px 55px;
    background-position: right 20px center;
    background-size: 10px auto;
  }
  .btn.square.chenge:hover {
    background-position: right 15px center;
  }
  .btn.square.chenge:before {
    width: 40px;
    background-size: 40px auto;
    left: 25px;
  }
}

@media screen and (max-width: 740px) {
  .btn.square {
    font-size: 16px;
    font-size: 1rem;
    width: 165px;
    height: 45px;
  }
}

.btn.lg {
  height: 80px;
  font-size: 35px;
  font-size: 2.1875rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

@media screen and (max-width: 740px) {
  .btn.lg {
    height: 48px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.btn.lg2 {
  height: 82px;
  font-size: 29px;
  font-size: 1.8125rem;
  padding-left: 85px;
  padding-right: 85px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  border-radius: 34px;
}

@media screen and (max-width: 740px) {
  .btn.lg2 {
    height: 35px;
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.btn.lg3 {
  height: 90px;
  font-size: 29px;
  font-size: 1.8125rem;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  border-radius: 34px;
}

@media screen and (max-width: 740px) {
  .btn.lg3 {
    height: 37px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn.lg4 {
  height: 76px;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}

@media screen and (max-width: 740px) {
  .btn.lg4 {
    height: 52px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.btn.lg5 {
  background: url(../img/next/member/arrow-btn-block2@2x.png) no-repeat right 40px center;
  background-color: #FEB12A;
  background-size: 12px auto;
  height: 106px;
  width: 407px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border-radius: 58px;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.lg5:hover {
  background-position: right 35px center;
}

@media screen and (max-width: 740px) {
  .btn.lg5 {
    height: 55px;
    width: 315px;
    font-size: 16px;
    font-size: 1rem;
    background-size: 8px auto;
  }
}

.btn.black {
  background-color: #000000;
  color: #FFF;
}

.btn.w450 {
  width: 450px;
}

@media screen and (max-width: 740px) {
  .btn.w450 {
    width: 100%;
  }
}

.btn.w470 {
  width: 470px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block.s-mb {
  margin-bottom: 7px;
}

.btn-block.s-mb > * {
  margin-bottom: 0;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 20px);
}

.btn-block > *.w10p {
  width: calc(10% - 20px);
}

.btn-block > *.w15p {
  width: calc(15% - 20px);
}

.btn-block > *.w20p {
  width: calc(20% - 20px);
}

.btn-block > *.w25p {
  width: calc(25% - 20px);
}

.btn-block > *.w30p {
  width: calc(30% - 20px);
}

.btn-block > *.w35p {
  width: calc(35% - 20px);
}

.btn-block > *.w40p {
  width: calc(40% - 20px);
}

.btn-block > *.w45p {
  width: calc(45% - 20px);
}

.btn-block > *.w50p {
  width: calc(50% - 20px);
}

.btn-block > *.w55p {
  width: calc(55% - 20px);
}

.btn-block > *.w60p {
  width: calc(60% - 20px);
}

.btn-block > *.w65p {
  width: calc(65% - 20px);
}

.btn-block > *.w70p {
  width: calc(70% - 20px);
}

.btn-block > *.w75p {
  width: calc(75% - 20px);
}

.btn-block > *.w80p {
  width: calc(80% - 20px);
}

.btn-block > *.w85p {
  width: calc(85% - 20px);
}

.btn-block > *.w90p {
  width: calc(90% - 20px);
}

.btn-block > *.w95p {
  width: calc(95% - 20px);
}

.btn-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 740px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.link.gray {
  color: rgba(0, 0, 0, 0.56);
}

.link.black {
  color: #000000;
  text-decoration: none;
}

.link:after {
  content: "";
  width: 5px;
  height: 9px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link.svg);
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
}

.link.fs28:after {
  margin-left: 15px;
  width: 9px;
  height: 17px;
  background-image: url(../img/common/arrow-link_r28.svg);
}

@media screen and (max-width: 740px) {
  .link.fs28 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .link.fs28:after {
    margin-left: 7px;
    background-size: 5px auto;
  }
}

.link.red {
  color: #EB5505;
}

.link.red:after {
  background-image: url(../img/common/arrow-link_red.svg);
}

.link:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.link-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block > * {
  margin: 0 10px 15px;
}

.link-block > *.w5p {
  width: calc(5% - 20px);
}

.link-block > *.w10p {
  width: calc(10% - 20px);
}

.link-block > *.w15p {
  width: calc(15% - 20px);
}

.link-block > *.w20p {
  width: calc(20% - 20px);
}

.link-block > *.w25p {
  width: calc(25% - 20px);
}

.link-block > *.w30p {
  width: calc(30% - 20px);
}

.link-block > *.w35p {
  width: calc(35% - 20px);
}

.link-block > *.w40p {
  width: calc(40% - 20px);
}

.link-block > *.w45p {
  width: calc(45% - 20px);
}

.link-block > *.w50p {
  width: calc(50% - 20px);
}

.link-block > *.w55p {
  width: calc(55% - 20px);
}

.link-block > *.w60p {
  width: calc(60% - 20px);
}

.link-block > *.w65p {
  width: calc(65% - 20px);
}

.link-block > *.w70p {
  width: calc(70% - 20px);
}

.link-block > *.w75p {
  width: calc(75% - 20px);
}

.link-block > *.w80p {
  width: calc(80% - 20px);
}

.link-block > *.w85p {
  width: calc(85% - 20px);
}

.link-block > *.w90p {
  width: calc(90% - 20px);
}

.link-block > *.w95p {
  width: calc(95% - 20px);
}

.link-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 740px) {
  .link-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

.link_pdf {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 23px;
  position: relative;
}

.link_pdf:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 21px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: url(../img/next/faq/pdf@2x.png) no-repeat center center;
  background-size: 21px auto;
}

.link_pdf.movie {
  padding-right: 35px;
}

.link_pdf.movie:after {
  margin-top: 4px;
  width: 29px;
  height: 26px;
  background: url(../img/next/faq/popup@2x.png) no-repeat center center;
  background-size: 28px auto;
}

/* link */
/* cat */
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #2a90cd;
  color: #2a90cd;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat:hover {
  text-decoration: none;
  background-color: #2a90cd;
  color: #FFF;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -5px -10px 0;
}

.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cat-list.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-list > * {
  margin: 0 5px 10px 0;
}

.cat-list > *.w5p {
  width: calc(5% - 20px);
}

.cat-list > *.w10p {
  width: calc(10% - 20px);
}

.cat-list > *.w15p {
  width: calc(15% - 20px);
}

.cat-list > *.w20p {
  width: calc(20% - 20px);
}

.cat-list > *.w25p {
  width: calc(25% - 20px);
}

.cat-list > *.w30p {
  width: calc(30% - 20px);
}

.cat-list > *.w35p {
  width: calc(35% - 20px);
}

.cat-list > *.w40p {
  width: calc(40% - 20px);
}

.cat-list > *.w45p {
  width: calc(45% - 20px);
}

.cat-list > *.w50p {
  width: calc(50% - 20px);
}

.cat-list > *.w55p {
  width: calc(55% - 20px);
}

.cat-list > *.w60p {
  width: calc(60% - 20px);
}

.cat-list > *.w65p {
  width: calc(65% - 20px);
}

.cat-list > *.w70p {
  width: calc(70% - 20px);
}

.cat-list > *.w75p {
  width: calc(75% - 20px);
}

.cat-list > *.w80p {
  width: calc(80% - 20px);
}

.cat-list > *.w85p {
  width: calc(85% - 20px);
}

.cat-list > *.w90p {
  width: calc(90% - 20px);
}

.cat-list > *.w95p {
  width: calc(95% - 20px);
}

.cat-list > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 740px) {
  .cat-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* form */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #696969;
  background: #FFF;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #767676;
}

input {
  /* &[type="checkbox"]{
			display: none;
			&:checked + .checkbox{
				&:after{
					@include hidden(visible);
					@include rotate(45deg,center,center);
				}
			}
		} */
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 62px;
  line-height: 62px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #696969;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #767676;
}

@media screen and (max-width: 740px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
    height: 32px;
  }
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + .radio:after, input[type="checkbox"]:checked + .checkbox:after, input[type="radio"]:checked + .radio:after, input[type="radio"]:checked + .checkbox:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label {
  /* &.checkbox{
			padding-left: 30px;
			min-height: 20px;
			cursor: pointer;
			margin: 0;
			@include ib;
			font-weight: normal;
			position: relative;
			line-height: 1.5;
			&.single{
				width: 20px;
				padding-left: 0;
			}
			&:before{
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				@include ib;
				width: 21px;
				height: 21px;
				background-color: $f;			
				border: 1px solid $border6;
				margin-top: 2px;
			}
			&:after{
				content: '';
				position: absolute;
				top: 4px;
				left: 8px;
				display: block;
				width: 5px;
				height: 10px;
				border-right: 2px solid $black;
				border-bottom: 2px solid $black;
				@include rotate(60deg,center,center);
				z-index: 1;
				@include hidden;
				margin-top: 2px;
			}
		} */
}

label.checkbox, label.radio {
  padding-left: 37px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

label.checkbox small, label.radio small {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: normal;
}

@media screen and (max-width: 740px) {
  label.checkbox small, label.radio small {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: normal;
  }
}

label.checkbox.single, label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before, label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #696969;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-top: 2px;
}

label.checkbox:after, label.radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 17px;
  height: 17px;
  background: linear-gradient(#acabab 0%, #656565 74.88%, #191919 100%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}

@media screen and (max-width: 740px) {
  label.checkbox, label.radio {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 30px;
  }
  label.checkbox:before, label.radio:before {
    width: 17px;
    height: 17px;
    margin-top: -2px;
  }
  label.checkbox:after, label.radio:after {
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-top: -2px;
  }
}

label.select {
  position: relative;
  display: block;
  max-width: 100%;
}

label.select:after {
  content: "";
  width: 21px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-select.svg);
  position: absolute;
  right: 20px;
  top: 18px;
  pointer-events: none;
}

@media screen and (max-width: 740px) {
  label.select:after {
    width: 11px;
    height: 6px;
    background-size: contain;
    top: 16px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 100%;
  padding: 0 60px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: normal;
  position: relative;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 740px) {
  select {
    font-size: 12px;
    font-size: 0.75rem;
    height: 39px;
    line-height: 39px;
  }
}

select:disabled {
  filter: alpha(opacity=70);
  opacity: 0.7;
  pointer-events: none;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-bottom: -30px;
}

.check-radios > * {
  margin: 0 35px 30px 0;
}

.check-radios.column-02 > * {
  width: calc(50% - 35px);
}

@media screen and (max-width: 740px) {
  .check-radios {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .check-radios > * {
    margin: 0 15px 15px 0;
  }
  .check-radios.column-02 > * {
    width: calc(50% - 15px);
  }
}

/* form */
/* table */
table {
  width: 100%;
}

table th, table td {
  padding: 0px 10px;
  border: 1px solid rgba(112, 112, 112, 0.15);
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  height: 39px;
}

table thead th {
  background-color: rgba(112, 112, 112, 0.15);
  color: #FFF;
}

@media screen and (max-width: 740px) {
  table th, table td {
    padding: 0px 3px;
    font-size: 12px;
    font-size: 0.75rem;
    height: 39px;
  }
  table thead th {
    background-color: rgba(112, 112, 112, 0.15);
    color: #FFF;
  }
}

@media screen and (max-width: 740px) {
  table.sp-column {
    display: block;
    border: 1px solid rgba(112, 112, 112, 0.15);
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}

/* table */
/* text */
.heading, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  .heading:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 35px;
  }
}

.heading-lv01 {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}

.heading-lv01 span {
  background: linear-gradient(transparent 70%, #FFD00A 70%);
}

.heading-lv01 span.white {
  background: linear-gradient(transparent 70%, #FFF 70%);
}

.heading-lv01 small {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}

.heading-lv01 + .sub {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: -20px;
  line-height: 1.6;
}

.heading-lv01 + .sub:not(:last-child) {
  margin-bottom: 30px;
}

.heading-lv01.smb:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .heading-lv01.smb:not(:last-child) {
    margin-bottom: 15px;
  }
}

.heading-lv01.fs50 {
  font-size: 45px;
  font-size: 2.8125rem;
}

.heading-lv01.fs55 {
  font-size: 55px;
  font-size: 3.4375rem;
}

.heading-lv01.fs55 small {
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 740px) {
  .heading-lv01.fs55 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .heading-lv01.fs55 small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  .heading-lv01 + .sub {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 740px) {
  .heading-lv01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .heading-lv01.fs50 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .heading-lv01 small {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .heading-lv01 + .sub {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    margin-top: -15px;
  }
}

.heading-lv02 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  width: calc(100% - 50px);
  margin: 0 auto 52px;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 45px;
  border-bottom: solid 1px #171717;
}

@media screen and (max-width: 740px) {
  .heading-lv02 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
}

.heading-lv03 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 10px;
  border-bottom: solid 1px #171717;
}

.heading-lv04 {
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: bold;
  color: #FD6612;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 10px;
}

.heading-lv04 span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #000000;
  display: block;
  padding-bottom: 10px;
}

.heading-lv04.yellow {
  color: #FDB606;
}

.heading-lv04.yellow span {
  color: #000000;
}

@media screen and (max-width: 740px) {
  .heading-lv04 {
    font-size: 29px;
    font-size: 1.8125rem;
    font-weight: bold;
  }
  .heading-lv04 span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}

.heading-lv05 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #171717;
}

@media screen and (max-width: 740px) {
  .heading-lv05 {
    padding-left: 0px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}

.heading-lv06 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .heading-lv06 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    padding-bottom: 15px;
  }
}

.heading-lv07 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 50px;
  text-align: center;
}

.heading-lv07.sml {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  padding-bottom: 40px;
}

.heading-lv07.sml span {
  font-size: 17px;
  font-size: 1.0625rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

@media screen and (max-width: 740px) {
  .heading-lv07 {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
  }
  .heading-lv07.sml {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.6;
  }
  .heading-lv07.sml span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-sup {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 740px) {
  .text-sup {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.text-yellow {
  color: #FFD00A;
}

.text-red {
  color: #EB5505;
}

.text-blue {
  color: #2a90cd;
}

.text-bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 740px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 740px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 740px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 740px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 740px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 740px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 740px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 740px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 740px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 740px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 740px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 740px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 740px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 740px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 740px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 740px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 740px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 740px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 740px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 740px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 740px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 740px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 740px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 740px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 740px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 740px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 740px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 740px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 740px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 740px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 740px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 740px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 740px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 740px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 740px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 740px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 740px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 740px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 740px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 740px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 740px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 740px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 740px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 740px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 740px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 740px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 740px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 740px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 740px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 740px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 740px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 740px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 740px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 740px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 740px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 740px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 740px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 740px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 740px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 740px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 740px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 740px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 740px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 740px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 740px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 740px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 740px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 740px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 740px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 740px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 740px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 740px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 740px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 740px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 740px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 740px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 740px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 740px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 740px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 740px) {
  br.sp {
    display: inline;
  }
}

br.tablet-sp {
  display: none;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  br.tablet-sp {
    display: inline;
  }
}

@media screen and (max-width: 740px) {
  br.tablet-sp {
    display: inline;
  }
}

@media screen and (max-width: 740px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 741px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 741px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 740px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
}

.post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #767676;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.03);
  clear: both;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.post h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}

.post h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.post h5.mb0 {
  margin-bottom: 0;
}

.post h5.mt0 {
  margin-top: 0 !important;
}

.post h5:not(:first-child) {
  margin-top: 35px;
}

@media screen and (max-width: 740px) {
  .post h5 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .post h5:not(:first-child) {
    margin-top: 15px;
  }
}

.post .sup {
  display: block;
  padding-top: 5px;
  color: rgba(0, 0, 0, 0.5);
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}

.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #767676;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 15px;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid rgba(112, 112, 112, 0.15);
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.75rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post a {
  color: #EA541C;
}

@media screen and (max-width: 740px) {
  .post {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
