@charset "UTF-8";
/* RESPONSIVE BOTH---------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #002438;
}

/* clearfix */
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .hide_pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none;
  }
}

.inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0 10px;
    margin: auto;
  }
}

.contents-inner {
  max-width: 860px;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    padding: 0 0 14vw;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  background-color: #fff;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 1.5vw 0;
  }
}
.header.bg-on {
  background-color: #fff;
}

/*nav----------------- */
.nav {
  max-width: 1024px;
  width: 95%;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nav .social p {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nav .social p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .nav .social a {
    width: 9vw;
    height: 9vw;
    display: block;
    margin-left: 5%;
  }
}
.nav .social img {
  width: 100%;
}
.nav .social a:hover {
  -webkit-filter: none;
          filter: none;
}
.nav .social span {
  margin-right: 1em;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .nav .social span {
    font-size: 12px;
    font-weight: bold;
  }
}
.nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .nav .logo {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 768px) {
  .nav .logo a {
    height: auto;
  }
}
.nav .logo a.sol {
  width: 97px;
}
@media screen and (max-width: 768px) {
  .nav .logo a.sol {
    width: 22vw;
  }
}
.nav .logo a.sponser {
  width: 130px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .nav .logo a.sponser {
    width: 26vw;
  }
}
.nav .logo img {
  width: 100%;
  vertical-align: bottom;
}
.nav .logo span {
  margin: 0 0.25em;
  font-size: 24px;
  color: #fe0102;
}
@media screen and (max-width: 768px) {
  .nav .logo span {
    padding-right: 0.15em;
    padding-bottom: 0.15em;
    font-size: 4vw;
  }
}

.main-area {
  width: 100%;
  margin: 50px auto 0;
  background: url(../img/bg_01.png) bottom center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .main-area {
    margin: 12vw 0 0;
    background: url(../img/bg_01_sp.png) bottom center/contain no-repeat;
  }
}
.main-area .mv {
  position: relative;
  background: url(../img/mv.jpg) center/cover no-repeat;
}
.main-area .mv::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 11.3333%;
  background: url(../img/mv_before.png) center/cover no-repeat;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .main-area .mv {
    background: url(../img/mv_sp.jpg) center/cover no-repeat;
  }
  .main-area .mv::before {
    padding-top: 15.7333%;
    background: url(../img/mv_before_sp.png) center/cover no-repeat;
    bottom: -6vw;
  }
}
.main-area .mv-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 70px 0 160px;
  width: 90vw;
}
@media screen and (max-width: 768px) {
  .main-area .mv-inner {
    padding: 6vw 0 8vw;
  }
}
.main-area .mv-box {
  width: 280px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-area .mv-box {
    width: 36vw;
  }
}
.main-area .mv-img {
  display: table;
  position: relative;
  margin: 0 auto;
}
.main-area .mv-img img {
  width: 430px;
}
@media screen and (max-width: 768px) {
  .main-area .mv-img img {
    width: 80vw;
  }
}
.main-area .mv-img area {
  border: none;
  outline: none;
}
.main-area .mv-img .area-link {
  display: block;
  position: absolute;
  width: 120px;
  height: 38px;
  right: 110px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .main-area .mv-img .area-link {
    width: 22vw;
    height: 7vw;
    right: 21vw;
    bottom: 0.7vw;
  }
}
.main-area .mv-txt {
  margin: 50px 0 0;
  padding: 15px 0;
  letter-spacing: 0.5em;
  font-size: 18px;
  position: relative;
  background: url(../img/bg_btn.png) center/contain no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-area .mv-txt {
    margin: 2vw 0 0;
    padding: 1.5vw 0 2.5vw;
    line-height: 1.3;
    font-size: 3vw;
    background: url(../img/bg_btn_sp.png) center/contain no-repeat;
  }
}
.main-area .mv-txt:before, .main-area .mv-txt:after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 2.0833%;
  background: url(../img/line_top.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main-area .mv-txt:after {
  background: url(../img/line_bottom.png) center/contain no-repeat;
  top: auto;
  bottom: 0;
}
.main-area .btn-oubo {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main-area .btn-oubo {
    margin-top: 1.5vw;
  }
  .main-area .btn-oubo a {
    font-size: 2.8vw;
    padding: 1.2vw 4vw;
  }
}
.main-area .contents-inner {
  padding-bottom: 280px;
}
@media screen and (max-width: 768px) {
  .main-area .contents-inner {
    padding: 0 0 26vw;
  }
}

.contents-inner p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #002438;
  line-height: 2.2;
}
.contents-inner p + p {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .contents-inner p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .contents-inner p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .contents-inner p + p {
    margin-top: 6vw;
  }
}
.contents-inner .txt-xxl {
  font-size: 1.75em;
  font-weight: bold;
}
.contents-inner .txt-xl,
.contents-inner .txt-xl-sp {
  font-size: 1.5em;
}
.contents-inner .txt-color {
  color: #ff37c1;
}
.contents-inner .txt-bold {
  font-weight: bold;
}
.contents-inner .txt-border {
  border-bottom: 1px solid;
  padding-bottom: 6px;
  font-weight: bold;
  line-height: 2.5;
}
.contents-inner .txt-term {
  color: #ff2438;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents-inner .txt-xxl {
    font-size: 4vw;
  }
  .contents-inner .txt-xl {
    font-size: 4vw;
  }
  .contents-inner .txt-xl.gift-king, .contents-inner .txt-xl.txt-oubo {
    font-size: 5vw;
    line-height: 1.5;
  }
  .contents-inner .txt-xl.gift {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .contents-inner .txt-xl-sp {
    font-size: 5vw;
    line-height: 1.5;
  }
  .contents-inner .txt-color {
    font-weight: bold;
  }
  .contents-inner .txt-border {
    padding-bottom: 1.2vw;
    line-height: 2;
  }
  .contents-inner .txt-term {
    font-size: 3.2vw;
  }
  .contents-inner .spacing {
    letter-spacing: -.05em;
  }
}

.contents-ttl {
  margin-bottom: 40px;
  font-size: 26px;
  letter-spacing: .5em;
  text-align: center;
  position: relative;
}
.contents-ttl:first-of-type::before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 112px;
  background: url(../img/deco01.png) center/contain no-repeat;
  position: absolute;
  top: 10px;
  left: 80px;
  z-index: 10;
}
.contents-ttl:first-of-type::after {
  content: "";
  display: inline-block;
  width: 106px;
  height: 124px;
  background: url(../img/deco02.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 110px;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .contents-ttl {
    font-size: 3vw;
  }
  .contents-ttl:first-of-type::before {
    left: 9vw;
  }
  .contents-ttl:first-of-type::after {
    right: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .contents-ttl {
    margin-bottom: 6vw;
    font-size: 5vw;
    letter-spacing: .3em;
  }
  .contents-ttl:first-of-type::before {
    width: 10vw;
    height: 4em;
    top: -26vw;
    left: auto;
    right: 30vw;
  }
  .contents-ttl:first-of-type::after {
    width: 14vw;
    height: 3.6em;
    bottom: 10vw;
    right: 12vw;
  }
}

.inner-box {
  max-width: 800px;
  margin: auto;
  padding: 70px 40px;
  background: #fff5f3;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .inner-box {
    padding: 10vw 4vw 12vw;
    border-radius: 2em;
  }
}

.contents-area {
  margin-top: 80px;
  background: url(../img/bg_02.png) bottom center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .contents-area {
    margin-top: 18vw;
    background: url(../img/bg_01_sp.png) bottom center/contain no-repeat;
  }
}
.contents-area .contents-inner {
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .contents-area .contents-inner {
    padding: 0 0 28vw;
  }
}
.contents-area .inner-box {
  margin: 0 auto 100px;
}
.contents-area .inner-box:last-of-type {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents-area .inner-box {
    margin: 0 auto 12vw;
  }
}
.contents-area .btn-oubo {
  margin: 30px auto;
  text-align: center;
}
.contents-area .btn-oubo a {
  font-size: 25px;
  font-weight: normal;
  padding: 30px 50px;
  border-radius: 4em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contents-area .btn-oubo {
    margin: 6vw auto 3vw;
  }
  .contents-area .btn-oubo a {
    font-size: 3.8vw;
    padding: 1.2em 1.5em;
  }
}

.sub-ttl {
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-ttl {
    margin: 5vw auto;
    padding: 0.5em 0;
    font-size: 3.6vw;
  }
}

.frame-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 20px auto 50px;
}
.frame-area .frame-inner {
  width: 48%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/frame.png) center/contain no-repeat;
  font-size: 15px;
  padding: 50px 20px;
  line-height: 2.9;
  color: #8f4553;
}
.frame-area .frame-inner + .frame-inner {
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .frame-area .frame-inner {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .frame-area {
    display: block;
    margin: 2vw auto 8vw;
  }
  .frame-area .frame-inner {
    width: 100%;
    background: url(../img/frame_sp.png) center/contain no-repeat;
    font-size: 3.2vw;
    padding: 9vw 4vw;
    line-height: 2.6;
  }
  .frame-area .frame-inner + .frame-inner {
    margin-top: 4vw;
    line-height: 1.8;
  }
}

.btn-oubo a {
  display: inline-block;
  padding: 10px 25px;
  letter-spacing: .1em;
  background-color: #ff2fb9;
  border-radius: 1.5em;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.4);
}
.btn-oubo a:hover {
  opacity: .6;
}
.btn-oubo + .contents-inner {
  margin-top: 150px;
}

.cm-area {
  margin: 80px auto 0;
  text-align: center;
  position: relative;
}
.cm-area .cm-ttl {
  color: #e80000;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #e80000;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.cm-area .cm-list {
  max-width: 790px;
  margin: auto;
}
.cm-area .cm-list li + li {
  margin-top: 45px;
}
.cm-area .cm-list li p {
  margin-bottom: 10px;
  text-align: left;
}
.cm-area::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 10.4%;
  background: url(../img/footer_top.png) center/cover no-repeat;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .cm-area {
    margin: 16vw auto 0;
  }
  .cm-area .contents-inner {
    width: 84vw;
    padding: 0 0 26vw;
  }
  .cm-area .cm-ttl {
    font-size: 4.8vw;
    border-bottom: 4px solid #e80000;
    padding-bottom: 2vw;
    margin-bottom: 8vw;
  }
  .cm-area .cm-list {
    width: 80vw;
  }
  .cm-area .cm-list li + li {
    margin-top: 8vw;
  }
  .cm-area .cm-list li p {
    margin-bottom: 1.5vw;
    font-size: 3vw;
  }
  .cm-area::before {
    padding-top: 15.4666%;
    background: url(../img/footer_top_sp.png) center/cover no-repeat;
    bottom: -2vw;
  }
}

.btn-detail {
  margin-top: 100px;
}
.btn-detail a {
  display: inline-block;
  color: #e7141d;
  text-decoration: none;
  border: 3px solid #e7141d;
  border-radius: 2em;
  padding: .4em 2em;
  letter-spacing: .1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-detail a:hover {
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .btn-detail {
    margin-top: 10vw;
  }
  .btn-detail a {
    font-size: 3.4vw;
    padding: .3em 2em;
    border: 2px solid #e7141d;
  }
}

.bnr-sponsor {
  width: 100%;
  max-width: 860px;
  margin: 60px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bnr-sponsor {
    margin: 6vw auto;
  }
}
.bnr-sponsor img {
  width: 100%;
  max-width: 730px;
}

/*footer----------------- */
footer {
  background-color: #fc83cf;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 10vw 0 5vw;
  }
}
footer .inner {
  max-width: 860px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 0 4vw;
  }
}

.footer-logo {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    padding: 6vw 0;
  }
}

.message {
  padding: 40px 0;
  margin: 0 auto 80px;
  line-height: 1.8;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .message {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 0;
    margin-bottom: 8vw;
  }
  .message > img {
    margin-bottom: 4vw;
  }
}
.message dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .message dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .message dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4vw;
  }
}
.message dl dt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .message dl dt {
    width: 20%;
  }
}
.message dl dd {
  font-size: 15px;
  color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .message dl dd {
    width: 80%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message dl dd {
    font-size: 3.4vw;
  }
}
.message dl img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .message dl img {
    width: 40%;
    margin: 4vw 0 2vw;
  }
}
.message:before, .message:after {
  content: "";
  display: block;
  height: 4px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
@media screen and (min-width: 769px) {
  .message:before {
    margin-bottom: 40px;
  }
  .message:after {
    margin-top: 40px;
  }
}

.copyright {
  text-align: center;
}
.copyright .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright .logo img {
  margin: 0 20px;
}
.copyright .logo .logo-sol {
  width: 200px;
}
.copyright .logo .logo-teijin {
  width: 220px;
}
.copyright .logo .logo-dakejanai {
  width: 140px;
}
.copyright__text {
  padding: 70px 0;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1vw;
  }
  .copyright__text {
    padding: 6vw 0 12vw;
    font-size: 2.8vw;
  }
  .copyright .logo img {
    margin: 0 3vw;
  }
  .copyright .logo .logo-sol {
    width: 22vw;
  }
  .copyright .logo .logo-teijin {
    width: 32vw;
  }
  .copyright .logo .logo-dakejanai {
    width: 18vw;
  }
}

.friend {
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .friend {
    margin: 30px auto 100px;
  }
}
.friend__heading {
  font-family: "游ゴシック", YuGothic,"Yu Gothic","メイリオ", sans-serif;
  font-weight: 600;
  font-style: oblique;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .friend__heading {
    font-size: 2.8vw;
  }
}
.friend__snsHeading {
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .friend__snsHeading {
    font-size: 2.8vw;
  }
}
.friend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px auto;
  width: 420px;
}
.friend__list img {
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .friend__list {
    width: 72vw;
    margin: 5vw auto 10vw;
  }
  .friend__list img {
    width: 12vw;
  }
}

.pagetop {
  position: fixed;
  width: 80px;
  height: 80px;
  padding: 18px;
  background-color: #fc83cf;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop svg {
  fill: #FFFFFF;
}
.pagetop:hover {
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 12vw;
    height: 12vw;
    padding: 2.5vw;
  }
}

/*# sourceMappingURL=style.css.map */