@charset "UTF-8";

* {
    box-sizing: border-box;
}
  
  /* PC */
@media only screen and (min-width: 768px) {
  html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
  
  body {
      font-family: '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.5;
  }
  p {
    font-size: 13.5px;
  }
  img {
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
  }
  ul {
    list-style-type: none;
  }
  a:hover, button:hover, label:hover, a .slide-up:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  a:link, a:visited {
    text-decoration: none;
    color: #06c;
  }
  .sp-only {
    display: none;
  }
  article {
    background-color: #fff!important;
  }

  #top .inner,
  .registration-area > .inner,
  .logo .inner,
  .presentation .inner {
    position: relative;
    width: 980px;
    margin: auto;
  }

  /* ----------------------------------------------------
    header
  ---------------------------------------------------- */
  header {
    background-color: #ffe000;
    height: 40px;
    text-align: right;

  }
  #top .inner{
    width: 1125px;
    padding-top: 10px;
  }

  /* Registration
    ========================================================================== */
  .registration-area {
    background-color: #ffe000;
    width: 100%;
  }
  .registration-area > .inner {
    display: flex;
    align-items: center;
  }
  .registration-area > .inner h1 {
    line-height: 0;
  }
  .registration-form {
    position: relative;
    left: -90px;
    width: 387px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    border-radius: 12px;
    border: solid 4px #e4e4e4;
    background-color: #fff;
    z-index: 999;
  }
  /* ----------------------------------------------------
    registration-area
  ---------------------------------------------------- */
  .registration-area {
    text-align: center;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Meiryo', 'MS PGothic', sans-serif;
    padding-bottom: 10px;
  }
  #register-form > h2 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    background: linear-gradient(transparent 50%, #ffe100 50%);
  }
  #register-user-form .mod-text-input, #register-user-form .mod-text-input-single {
    margin: 15px 0 5px!important;
  }
  input::placeholder {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Meiryo', 'MS PGothic', sans-serif;
    color: #acacac;
  }
  #register-user-form .mod-text-input input, #register-user-form .mod-text-input-single input {
    margin: 0!important;
    height: 42px!important;
  }
  #register-user-form span.email-comment {
    display: block;
    font-size: 10px;
    text-align: left;
    line-height: 1;
    font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  }
  #register-user-form #register-user-button {
    width: 315px!important;
    height: 63px!important;
    margin: 25px auto 0!important;
  }
  #register-user-form #register-user-button {
    padding-bottom: 5px;
    background: linear-gradient(to bottom, #2ca1e4, #1c91d4);
    opacity: initial!important;
    border: none;
    font-size: 18px!important;
    line-height: 1.3;
    font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  }
  #register-user-form #register-user-button:hover {
    opacity: 0.8!important;
  }
  #register-user-form #register-user-button span {
    font-size: 12px;
  }

  input {
    padding-left: .6em;
    font-size: 14px;
    border: 2px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
  }
  input[type=checkbox] {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
  }
  .box-col input {
    display: none;
  }
  .box-col input[type="radio"]:checked + .left,.box-col input[type="radio"]:checked + .right {
    background-color: #E4E4E4;
    font-weight: bold;
    color: #000;
  }
  .box-col label {
    text-align: center;
    background-color: #fff;
    font-size: 13px;
    display: block;
  }
  .consent {
    font-size: 14px;
    text-align: center;
  }
  #login-form, #register-form {
    width: 360px!important;
    height: 490px!important;
    padding: 40px 20px 20px!important;
    box-sizing: border-box!important;
  }
  #register-user-form input {
    height: 32px!important;
  }
  #register-user-form .mod-selectbox-item {
    height: 32px!important;
  }
  #register-user-form .box-col {
    height: 32px!important;
  }
  #register-user-form .box-col .left,
  #register-user-form .box-col .right {
    line-height: 24px!important;
  }
  .registration-area a {
    display: inline-block;
    margin-top: 7px;
    font-size: 12px;
  }
  .registration-area a p {
    font-size: 13px;
    color: #0060b2;
  }
  /* .regist_form .mod-text-input > input,
  #register-user-form .mod-selectbox>select,
  #register-user-form .box-col .left,
  #register-user-form .box-col .right {
    border: none!important;
  } */
  .outer-radius {
    margin: 0!important;
  }
  #register-social-register-area h2 {
    margin: 22px 0 10px;
  }
  #social-register-area {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #social-register-area .social-register-button {
    width: 48%;
    height: 36px!important;
    margin-bottom: 10px!important;
    flex-grow: inherit!important;
    margin-right: 0!important;
  }
  #social-register-area .social-register-button:last-child {
    margin-right: 0 !important;
  }
  #social-register-area .social-register-button.google:before {
    left: 6%!important;
  }
  #social-register-area .social-register-button.yahoo:before {
    left: 4%!important;
  }
  #social-register-area .social-register-button.line:before {
    left: 5.5%!important;
  }
  #social-register-area .social-register-button.facebook:before {
    left: 5%!important;
  }
  #social-register-area .social-register-button p.sns-name {
    font-size: 12px;
  }
  #register-user-form .register-comment {
    font-size: 10px!important;
    font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  }

  .logo .inner {
    margin: 20px auto;
    text-align: center;
  }
  .logo .inner h2 {
    font-size: 25px;
    text-align: center;
    margin: 35px 0px;
  }

  /* ----------------------------------------------------
    presentation
  ---------------------------------------------------- */
  .presentation {
    background:linear-gradient(-45deg, #fffad5 0%, #fffad5 50%, #fdf7cc 50%, #fdf7cc 100%);
  }
  .presentation .inner {
    padding: 40px 0;
    
  }
  .presentation .inner h2 {
    font-size: 25px;
    text-align: center;
    transform: translateX(18px);
  }
  .presentation .inner h2 .fs-small{
    font-size:18px;
    text-align: center;
    color: #fe6041
  }
  .presentation .inner h2 .fs-large{
    font-size: 30px;
    text-align: center;
  }

  .presentation ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 590px;
    padding: 42px 0;
    box-sizing: border-box;
  }
  .presentation ul li {
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    border: solid 4px #e4e4e4;
    display: table;
    padding: 10px;
    margin: 20px;
    text-align: center;
    padding-top: 25px;
    position: relative;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.1);
  }
  .presentation .inner ul li .circle_number{
    width: 50px;
    height: 50px;
    padding-top: 13px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    font-weight: 600;
    transform: translate(-50%, -50%);
    border-style: none;
    background: linear-gradient(to bottom, #ffe24d, #ffb603);
    color:#ffffff;
    &::before {
    position: absolute;
    z-index: -1;  
    left: 0;
    bottom: 50%;  
    width: 100%;  
    height: 1px;
    }
  }
  .presentation ul li .text {
    vertical-align: middle;
    width: 270px;
    line-height: 1.7em;
    padding-bottom: 20px;
  }
  .presentation ul li img {
    width: 270px;
    padding: 20px 0px;
  }
  .presentation .sub-title {
    height: 52px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .presentation .sub-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .presentation .sub-title-text .sub-title-highlight{
    color:#fe6041
  }
  .presentation .text .highlight{
    background-color:#ffea7f;
    font-weight:bold;
  }
  /* ----------------------------------------------------
    entry_btn
  ---------------------------------------------------- */
  .entry_btn {
    margin:20px 0px;
  }

  /* ----------------------------------------------------
    slide-up
  ---------------------------------------------------- */
  .slide-up {
    display: flex;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: inset 0 0 1px rgba(5, 0, 1, .4);
    background: linear-gradient(to bottom, #2ca1e4, #1c91d4);
    align-items: center;
    justify-content: flex-end;
    padding: 15px 15px 12px;
    width: 490px;
    margin: 0 auto;
  }
  .slide-up p {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding-left: 40px;
    line-height: 1.5;
  }
  .slide-up p span {
    display: block;
    font-size: 14px;
  }
  .slide-up img {
    width: 40px;
    height: 40px;
  }

  /* ----------------------------------------------------
    footer
  ---------------------------------------------------- */
  .footer .inner {
    width: 895px;
    margin :0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .inner .block:nth-child(2) {
    display: flex;
    align-items: center;
  }
  .footer p {
    display: inline;
    font-size: 10px;
    color: #000;
    vertical-align: middle;
  }
  .footer p:first-child {
    margin-right: 6px;
  }
}
/* tablet */


/* sp */
@media only screen and (max-width: 767px) {
    html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

  body {
    width: 100%;
    font-family: '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.4;
  }
  ul {
    list-style-type: none;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  a:link, a:visited {
    text-decoration: none;
    color: #06c;
  }
  .pc-only {
    display: none;
  }
  article {
    background-color: #fff!important;
  }
  header .inner,
  .logo .inner,
  .footer .inner {
    position: relative;
    margin: 0 5%;
  }

  /* ----------------------------------------------------
    header
  ---------------------------------------------------- */
  header {
    text-align: right;
    background-color: #ffe100;
  }

  header .inner{
    margin: 0;
    font-size: calc(1px + 3vw);
    padding: 3vw;
    background-color: #ffe100;
  }
  /* ----------------------------------------------------
    registration-area
  ---------------------------------------------------- */
  .registration-area {
    text-align: center;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Meiryo', 'MS PGothic', sans-serif;
  }
  #register-form > h2 {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 23px;
    text-align: center;
    line-height: 1;
    background: linear-gradient(transparent 50%, #ffe100 50%);
  }
  #register-user-form .mod-text-input, #register-user-form .mod-text-input-single {
    margin: 22px 0 10px!important;
  }
  input::placeholder {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Meiryo', 'MS PGothic', sans-serif;
    color: #acacac;
  }
  #register-user-form .mod-text-input input, #register-user-form .mod-text-input-single input {
    margin: 0!important;
    height: 42px!important;
    box-shadow:none!important;
  }
  #register-user-form span.email-comment {
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  }
  #register-user-form #register-user-button {
    width: 100%!important;
    height: 70px!important;
    margin: 20px auto 0!important;
  }
  #register-user-form #register-user-button {
    padding-bottom: 5px;
    background: linear-gradient(to bottom, #2ca1e4, #1c91d4);
    opacity: initial!important;
    border: none;
    font-size: 21px!important;
    line-height: 1.4;
    font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  }
  #register-user-form #register-user-button span {
    font-size: 13px;
  }

  input {
    padding-left: .6em;
    font-size: 14px;
    border: 2px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
  }
  input[type=checkbox] {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
  }
  .box-col input {
    display: none;
  }
  .box-col input[type="radio"]:checked + .left,.box-col input[type="radio"]:checked + .right {
    background-color: #E4E4E4;
    font-weight: bold;
    color: #000;
  }
  .box-col label {
    text-align: center;
    background-color: #fff;
    font-size: 13px;
    display: block;
  }
  .consent {
    font-size: 14px;
    text-align: center;
  }
  #login-form, #register-form {
    width: initial!important;
    height: initial!important;
    padding: 8% 4% 7% 4%!important;
    border: solid 2px #dcdcdc;
    box-sizing: border-box!important;
  }
  #register-user-form input {
    height: 32px!important;
  }
  #register-user-form .mod-selectbox-item {
    height: 32px!important;
  }
  #register-user-form .box-col {
    height: 32px!important;
  }
  #register-user-form .box-col .left,
  #register-user-form .box-col .right {
    line-height: 24px!important;
  }
  .registration-area a {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
  }
  .registration-area a p {
    font-size: 13px;
    color: #0060b2;
  }
  /* .regist_form .mod-text-input > input,
  #register-user-form .mod-selectbox>select,
  #register-user-form .box-col .left,
  #register-user-form .box-col .right {
    border: none!important;
  } */
  .outer-radius {
    display: inherit!important;
    margin: 0!important;
    padding: 4% 4% 7%!important;
    background-color: #f1f1f1!important;
    border-radius: initial!important;
  }
  #register-social-register-area h2 {
    margin: 25px 0 12px;
    font-size: 16px;
  }
  #register-social-register-area h2::before, #register-social-register-area h2::after {
    height: 2px!important;
  }
  #social-register-area {
    margin: 0 auto 10px!important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #social-register-area .social-register-button {
    height: 13vw!important;
    margin: 0 0 10px 0 !important;
    display: flex;
    align-items: center;
    width: 49%;
    flex-grow: inherit!important;
  }
  #social-register-area .social-register-button:last-child {
    margin-right: 0 !important;
  }
  #social-register-area .social-register-button.google:before {
    width: 5vw!important;
    height: 100%!important;
    top: 29% !important;
    left: 7%!important;
  }
  #social-register-area .social-register-button.yahoo:before {
    width: 5vw!important;
    height: 100%!important;
    top: 37% !important;
    left: 7%!important;
  }
  #social-register-area .social-register-button.line:before {
    width: 5vw!important;
    height: 100%!important;
    top: 29% !important;
    left: 7%!important;
  }
  #social-register-area .social-register-button.facebook:before {
    width: 5vw!important;
    height: 100%!important;
    top: 29% !important;
    left: 7%!important;
  }
  #social-register-area .social-register-button p.sns-name {
    width: 100%;
    padding-left: 2vw;
    font-size: 3vw;
  }

  #register-user-form .register-comment {
    font-size: 10px!important;
    font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  }

  @media screen and (max-width: 320px) {
    #register-form > h2 {
      font-size: 19px;
    }
    #register-user-form span.email-comment {
      font-size: 10px;
    }
    #register-user-form #register-user-button {
      font-size: 18px!important;
    }
    #register-user-form #register-user-button span {
      font-size: 12px;
    }
  }
  .logo .inner h2 {
    font-size: 6vw;
    text-align: center;
    margin: 8vw 0vw 6vw;
  }
  /* ----------------------------------------------------
    presentation
  ---------------------------------------------------- */
  .presentation {
    background:linear-gradient(-82deg, #fdf7cc 50%, #fffad5 50%);
  }
  .presentation .inner {
    padding: 20px 13px 15px;
  }
  .presentation ul {
    margin: 40px  23px 23px 30px;
  }
  .presentation ul li {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15vw;
    text-align: center;
    position: relative;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.1);
  }
  .presentation .inner ul li .circle_number{
    width: 13vw;
    height: 13vw;
    padding-top: 2.5vw;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    font-weight: 600;
    transform:translate(-50%, -50%);
    border-style: none;
    background: linear-gradient(to bottom, #ffe24d, #ffb603);
    color:#ffffff;
    font-size: 7vw;
    &::before {
    position: absolute;
    z-index: -1;  
    left: 0;
    bottom: 50%;  
    width: 100%;  
    height: 1px;
    }
  }
  .presentation ul li .text {
    font-size: 4.2vw;
    height: auto;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    padding: 4vw 0vw;
  }
  .presentation .sub-title {
    height: 10vw;
    margin: 10vw 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .presentation .sub-title-text {
    font-size: 5.5vw;
    font-weight: bold;
  }
  .presentation .inner h2 {
    font-size: 7vw;
    text-align: center;
    padding-bottom: 2.2vw;
  }
  .presentation .inner h2 .fs-small{
    font-size:5.5vw;
    color: #fe6041
  }
  .presentation .inner h2 .fs-large{
    font-size: 10vw;
  }
  .presentation .sub-title .sub-title-highlight{
    color:#fe6041
  }
  .presentation .text .highlight{
    background-color:#ffea7f;
    font-weight: bold;
  }

  /* ----------------------------------------------------
    slide-up
  ---------------------------------------------------- */
  .slide-up {
    display: flex;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: inset 0 0 1px rgba(5, 0, 1, .4);
    background: linear-gradient(to bottom, #2ca1e4, #1c91d4);
    align-items: center;
    justify-content: flex-end;
    padding: 15px 10px;
    margin: 35px 20px;
  }
  .slide-up p {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding-left: 12%;
    line-height: 1.5;
  }
  .slide-up p span {
    display: block;
    font-size: 14px;
  }
  .slide-up img {
    width: 12%;
    height: auto;
  }
  .nielsen {
    padding-top: 15px;
  }

  /* ----------------------------------------------------
    footer
  ---------------------------------------------------- */
  .footer p {
    font-size: 10px;
    text-align: center;
    padding: 20px 0;
  }
  .footer .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }
  .footer .link p {
    width: auto;
    padding: 0;
    font-size: 10px;
  }
}
