@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

:root {
  --brand-color: #be1313;
  --back-color: #f1f3f5;
  --active: #19d6a6;
}


html {
  font-size: 62.5%;
}

body {
  background: #f5f5f5;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","YuGothic","Yu Gothic","游ゴシック","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
}
@media (max-width:575px){
  body {
    font-size: 1.3rem;
  }
}

a:link,
a:visited {
  text-decoration: none;
  color: #4a4a4a;
}
@media (min-width:576px){
  a:hover {
    text-decoration: none;
    color: #13c4a5;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width:575px){
  a:active {
    text-decoration: none;
    color: #13c4a5;
  }
}

a.disabled {
  pointer-events: none;
  color: #999;
  display: block;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

/* common */
section {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
}
section + section {
  padding-top: 0;
}
.inner {
  padding: 60px;
}
@media (max-width:575px) {
  .inner {
    padding: 15px;
  }
}
h2 {
  text-align: center;
}
h3 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  text-align: center;
}
@media (max-width: 575px){
  h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 575px){
  h4 {
    font-size: 1.5rem;
  }
}
hr {
  margin: 15px 0;
  border-top: 5px solid rgba(0,0,0,0.15);
}
@media (max-width: 575px){
hr {
  margin: 10px 0;
  border-top: 3px solid rgba(0,0,0,0.15);
  }
}
.bg-gray {
  background: #f9f9f9;
}

/* button */
.btn-item {
  display: block;
  width: 70vw;
  height: 50px;
  max-width: 716.8px; /* 100vw = 1024px */
  line-height: 50px;
  margin: 0 auto;
  border-radius: 2px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  box-shadow: 0 0 24px rgba(0,0,0,0.2);
}
@media (max-width:767px) {
  .btn-item {
    font-size: 1.6rem;
  }
}
@media (max-width:575px) {
  .btn-item {
    font-size: 1.3rem;
    line-height: 1.6rem;
    height: auto;
    padding: 10px;
  }
}

.row > div a.btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.btn-item + .btn-item {
  margin-top: 1em;
}
.btn-item:link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-item:hover {
  opacity: 0.8;
}
.btn-item:active,
.btn-item:visited {
  color: #FFDE9C;
}

/* button custom */
.btn-item_campaign,
.btn-item_getpb {
  background-color: #E96BD1;
  background-image: -webkit-linear-gradient(0deg,rgba(228,58,21,1.00) 0%,rgba(228,118,21,1.00) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(228,58,21,1.00) 0%,rgba(228,118,21,1.00) 100%);
  background-image: -o-linear-gradient(0deg,rgba(228,58,21,1.00) 0%,rgba(228,118,21,1.00) 100%);
  background-image: linear-gradient(90deg,rgba(228,58,21,1.00) 0%,rgba(228,118,21,1.00) 100%);
}
.btn-item_account {
  background-color: #E96BD1;
  background-image: -webkit-linear-gradient(0deg,rgba(233,107,209,1.00) 0%,rgba(45,177,228,1.00) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(233,107,209,1.00) 0%,rgba(45,177,228,1.00) 100%);
  background-image: -o-linear-gradient(0deg,rgba(233,107,209,1.00) 0%,rgba(45,177,228,1.00) 100%);
  background-image: linear-gradient(90deg,rgba(233,107,209,1.00) 0%,rgba(45,177,228,1.00) 100%);
}
.btn-item_top {
  position:relative;
  z-index:1;
  background-color: #E96BD1;
  background-image: -webkit-linear-gradient(0deg,rgba(233,107,209,1.00) 0%,rgba(45,177,228,1.00) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(233,107,209,1.00) 0%,rgba(45,177,228,1.00) 100%);
  background-image: -o-linear-gradient(0deg,rgba(233,107,209,1.00) 0%,rgba(45,177,228,1.00) 100%);
  background-image: linear-gradient(90deg,rgba(233,107,209,1.00) 0%,rgba(45,177,228,1.00) 100%);
}
.btn-item_top::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  padding: 3px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}
.btn-item_top:link {
  color: #107ABE;
}

/* header */
header {
  position: fixed;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 97;
}

header .inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

@media (max-width:1024px){
  header .inner {
    padding: 10px 15px;
  }
}

@media (max-width:575px){
  header .inner {
    padding: 10px;
  }
}

.logo {
  width: 160px;
  height: auto;
}

@media (max-width: 575px){
  .logo {
    width: 140px;
    height: auto;
  }
}


/* Global nav */
.menu-trigger {
  position: absolute;
  top: 21px;
  right: 0px;
  width: 30px;
  height: 18px;
  z-index: 99;
}

@media (max-width:1024px){
  .menu-trigger {
    right: 15px;
  }
}

.menu-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  transition: all 0.3s ease;
}

.menu-line_center{
  top: 8px;
}

.menu-line_bottom{
  bottom: 0;
}

.menu-line_top.active{
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-line_center.active{
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.menu-line_bottom.active{
  bottom: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}



.gNavi {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 98;
}

.gNavi-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

ul.gNavi-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.gNavi-menu-item {
  margin-top: 30px;
}

@media (max-width:575px){
  li.gNavi-menu-item {
    margin-top: 20px;
  }
}

li.gNavi-menu-item a {
  display: block;
  padding: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: all 0.2s linear;
}

li.gNavi-menu-item a span {
  color: #2cb691;
  transition: all 0.2s linear;
}

li.gNavi-menu-item a:hover span {
  color: var(--blue);
}

li.gNavi-menu-item a small {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

@media (max-width:575px){
  li.gNavi-menu-item a {
    padding: 10px;
    font-size: 1.8rem;
  }
  li.gNavi-menu-item a small {
    font-size: 1.2rem;
  }
}

@media (min-width:576px){
  li.gNavi-menu-item a:hover {
    color: var(--brand-color);
  }
}

@media (max-width:575px){
  li.gNavi-menu-item a:active {
    color: var(--brand-color);
  }
}


main {
  padding-top: 60px;
}

/* headline */
@media (max-width: 575px){
  .headline {
    padding-bottom: 0;
  }
}
.headline h2 {
  margin-bottom: 0;
}
.headline h2 img {
  border-bottom: 2px solid #ebebf5;
}
.headline_txt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.8em;
}
@media (max-width:768px) {
  .headline_txt {

    text-align: left;
    font-size: 1.5rem;
  }
}
@media (max-width:575px) {
  .headline_txt {
    font-size: 1.3rem;
    
  }
}

/* term */
.term {
  padding: 20px 0;
  margin: 0;
  background-color: #FEF445;
}
.term .inner {
  padding-bottom: 0;
}
.term h3 {
  font-size: 1.6rem;
  margin: 0 0 20px;
}
.term .underline {
  border-bottom: 5px solid #000000;
}
.term p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width:575px) {
  .term h3 {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
  .term .underline {
    border-bottom: 3px solid #000000;
  }
  .term p {
    font-size: 1.3rem;
  }
}

/* present : summary and detail */
.present_summary_sub {
  margin: 0 0 60px;
}
.present_summary h3,
.present_detail h3 {
  background-image: -webkit-linear-gradient(0deg,rgba(233,107,209,0.20) 0%,rgba(45,177,228,0.20) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(233,107,209,0.20) 0%,rgba(45,177,228,0.20) 100%);
  background-image: -o-linear-gradient(0deg,rgba(233,107,209,0.20) 0%,rgba(45,177,228,0.20) 100%);
  background-image: linear-gradient(90deg,rgba(233,107,209,0.20) 0%,rgba(45,177,228,0.20) 100%);
  color: #000000;
  padding: 10px 0;
  margin: 0 0 20px;
  font-size: 2.2rem;
}
.present_summary h4,
.present_detail h4 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.present_summary h4 strong,
.present_detail h4 strong {
  font-size: 2.6rem;
  font-weight: 900;
}
.present_summary p,
.present_detail p {
  margin: 0 0 20px;
  font-size: 1.3rem;
  text-align: center;
}
.present2_img {
  margin: 0 0 30px;
}
.btn-item_detail {
  background-color: #E40001;
}
.present_summary .more {
  position: relative;
  z-index: 1;
  background-color: #E96BD1;
  background-image: -webkit-linear-gradient(0deg,rgba(228,58,21,1.00) 0%,rgba(228,118,21,1.00) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(228,58,21,1.00) 0%,rgba(228,118,21,1.00) 100%);
  background-image: -o-linear-gradient(0deg,rgba(228,58,21,1.00) 0%,rgba(228,118,21,1.00) 100%);
  background-image: linear-gradient(90deg,rgba(228,58,21,1.00) 0%,rgba(228,118,21,1.00) 100%);
  padding: 15px;
  margin-top: 30px;
  font-size: 1.5rem;
}
.present_summary .more::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  padding: 3px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}
.present2_img figure figcaption {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width:575px){
  .present_summary h3,
  .present_detail h3 {
    font-size: 1.6rem;
  }
  .present_summary h4,
  .present_detail h4 {
    font-size: 1.4rem;
  }
  .present_summary h4 strong,
  .present_detail h4 strong {
    font-size: 1.4rem;
    
  }
  /*
  .present_summary br,
  .present_detail br {
    display: none;
  }
  */
  .present_summary .more,
  .present_detail .more {
    padding: 15px;
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .present_summary .present_summary_sub {
    margin: 0 0 30px;
  }
  .present2_img figure figcaption {
    font-size: 1rem;
  }
}

/* menu */
.menu {
  text-align: center;
}
.btn-item_pagemenu {
  width: 90%;
  height: auto;
  max-width: auto;
  font-size: 1.5rem;
  line-height: 1.2em;
  background-color: #E96BD1;
  color: #FFFFFF;
  padding: 10px;
}
.btn-item_pagemenu i {
  display: block;
}
@media (max-width:575px){
  .menu br {
    display: none;
  }
  .btn-item_pagemenu {
    margin: 0 0 20px;
  }
}

/* chart */
.chart {
  background-image: -webkit-linear-gradient(0deg,rgba(233,107,209,0.20) 0%,rgba(45,177,228,0.20) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(233,107,209,0.20) 0%,rgba(45,177,228,0.20) 100%);
  background-image: -o-linear-gradient(0deg,rgba(233,107,209,0.20) 0%,rgba(45,177,228,0.20) 100%);
  background-image: linear-gradient(90deg,rgba(233,107,209,0.20) 0%,rgba(45,177,228,0.20) 100%);
  margin: 30px 0 50px;
  padding: 20px 0;
}
@media (max-width:575px){
  .chart {
    margin: 30px 0;
  }
}
.chart h4 {
  font-size: 2rem;
}
ul.info-chart {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
ul.info-chart li {
  text-align: center;
}
ul.info-chart li:nth-child(odd){
  color: #222;
  font-size: 300%;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 3.2em;
  padding: 10px;
}
@media (max-width:575px){
  ul.info-chart li:nth-child(odd){
  color: #222;
  font-size: 200%;
  padding: 5px;
  width: 2.6em;
  }
}
ul.info-chart li:nth-child(even){
  color: #E5529F;
  align-self: center;
  font-size: 200%;
}
@media (max-width:575px){
  ul.info-chart li:nth-child(even){
    font-size: 150%;
  }
}
ul.info-chart li h5 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width:768px){
  ul.info-chart li h5 {
    font-size: 1.3rem;
  }
}
ul.info-chart li p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width:768px){
  ul.info-chart li p {
    margin-top: 10px;
    font-size: 1.0rem;
  }
}
.relation {
  margin-bottom: 30px;
}

.relation a:hover img {
  opacity: 0.8;
}

/* How to */
.howto ul,
.howto dl {
  margin-bottom: 0;
  text-align: left;
}
.howto dl:not(:last-child) {
  padding-bottom: 60px;
}
@media (max-width:575px){
  .howto dl:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
  }
}
.howto dl dt {
  padding-left: 0.8em;
  border-left: 3px solid #000;
  font-size: 1.8rem;
  color: #24243f;
}
@media (max-width:575px){
  .howto dl dt {
    padding-left: 0;
    font-size: 1.5rem;
    border-left: none;
  }
}
.howto dl dd {
  margin: 0;
  padding-top: 15px;
  padding-left: 0;
  font-size: 1.5rem;
}
@media (max-width:575px){
  .howto dl dd {
    padding-top: 10px;
    font-size: 1.3rem;
  }
}
.howto dl dd span {
  position: relative;
  display: block;
  padding-left: 1.3em;
}
.howto dl dd span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.subname {
  font-size: 70%;
}
.ex_img_pc,
.ex_img_sp {
  border: 1px solid #E6E6E6;
}
@media (max-width: 575px){
  .ex_img_pc {
    display: none;
  }
  .ex_img_sp {
    display: inline;
  }
}
@media (min-width: 576px){
  .ex_img_pc {
    display: inline;
  }
  .ex_img_sp {
    display: none;
  }
}

/* recommend */
.recommend {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(0deg,rgba(233,107,209,0.30) 0%,rgba(45,177,228,0.30) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(233,107,209,0.30) 0%,rgba(45,177,228,0.30) 100%);
  background-image: -o-linear-gradient(0deg,rgba(233,107,209,0.30) 0%,rgba(45,177,228,0.30) 100%);
  background-image: linear-gradient(90deg,rgba(233,107,209,0.30) 0%,rgba(45,177,228,0.30) 100%);
  margin: 0 0 30px;
  padding: 30px;
}
.recommend::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}
.recommend h4 {
  font-size: 2rem;
}
.pickup_img {
  padding: 0 0 20px 0;
}
@media (min-width: 768px){
  .pickup_img {
    min-height: 290px;
  }
}
@media (max-width: 575px){
  .pickup_img {
  padding: 0 0 15px 0;
  }
}
.recommend figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.recommend figure img {
  height: auto;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #ddd;
}
.recommend figcaption {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
@media (min-width: 576px){
  a:hover > figure img {
    transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
  }
  a:hover > figure figcaption {
    opacity: 1;
  }
}
@media (max-width: 575px){
  a:active > figure img {
    opacity: 0.8;
  }
}

/* notice */
.notice h4 {
  margin: 0 0 30px;
}
.notice ul li {
  font-size: 1.4rem;
  color: #24243f;
}
@media (max-width:575px){
  .notice ul li {
    font-size: 1.3rem;
  }
}
.notice ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width:575px){
  .notice ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* footer */
footer {
  width: 100%;
  padding: 30px;
  background-color: #D00000;
  text-align: center;
  color: #FFFFFF;
}
footer p,
footer address {
  font-size: 1.2rem;
}
@media (max-width:767px){
  footer p {
    text-align: left;
  }
}

/* Page scroll */
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  line-height: 0;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
#page-top a {
  display: block;
  text-decoration: none;
  padding: 15px 30px;
  background: #fff;
  color: #222;
  opacity: 0.7;
  transition: 0.3s ease;
}
#page-top a:hover {
  opacity: 1;
}
