@charset "UTF-8";
/*===================================================================
reset*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Sans:wght@700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, figure, aside, header, footer, main, nav, label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  vertical-align: top;
}

/* fonts
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* base
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3e4649;
}

em, strong {
  font-weight: bold;
}

a {
  color: #000;
}

.is-sp {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block !important;
  }
}

.hidden-pc {
  display: block !important;
}

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

.cRed {
  color: #ec2c2c;
}

.ti1e {
  padding-left: 1em;
  text-indent: -1em;
}

.fade-in-bottom {
  opacity: 0;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-bottom.fade-in-bottom.lazyloaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/************************************************************
switch language
*********************************************************** */
.switch-language {
  position: absolute;
  top: 5px;
  right: 15px;
  text-align: center;
  font-family: letter-gothic-std, monospace;
  font-weight: bold;
  font-style: italic;
  color: #999999;
}

.switch-language h4 {
  text-align: center;
  font-size: 11px;
}

.switch-language-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switch-language span {
  padding: 6px 12px;
  border: #999 solid 2px;
  font-size: 12px;
  line-height: 1;
}

.switch-language .btn-ja {
  border-radius: 3px 0 0 3px;
  margin-right: 5px;
}

.switch-language .btn-en {
  border-radius: 0 3px 3px 0;
}

.switch-language .select {
  background: #999;
  color: #fff;
}

body.ja .en {
  display: none;
}

body.ja .ja {
  display: block;
}

body.ja span.ja {
  display: inline;
}

body.en .ja {
  display: none;
}

body.en .en {
  display: block;
}

body.en span.en {
  display: inline;
}

/* header
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.head {
  position: relative;
  padding: 20px 15px;
}

@media (min-width: 769px) {
  .head {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.head_logo {
  width: 55px;
}

/* footer
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.foot {
  border-top: 1px solid #ccc;
  text-align: center;
}

.foot_copy {
  padding: 10px 0;
  font-size: 10px;
  color: #8e8e8e;
}

.sect {
  padding: 0 15px;
}

.maincopy {
  display: inline-block;
  text-align: left;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
}

@media (min-width: 769px) {
  .maincopy {
    font-size: 60px;
  }
}

.maincopy img {
  display: inline-block;
  width: 208px;
  margin-right: 5px;
}

@media (min-width: 769px) {
  .maincopy img {
    width: 400px;
    margin-right: 15px;
  }
}

.maincopyWrap {
  text-align: center;
}

.mv {
  margin-top: 30px;
}

.lead {
  width: 80%;
  max-width: 580px;
  margin: 30px auto 0;
}

.lead_txt {
  margin-top: 5px;
  font-size: 13px;
  font-family: a-otf-ryumin-pr6n, serif;
}

@media (min-width: 769px) {
  .lead_txt {
    font-size: 16px;
  }
}

.lead a {
  text-decoration: underline;
  font-weight: bold;
}

.yt {
  margin-top: 25px;
}

.yt_content {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .yt_content {
    max-width: 800px;
    margin: 20px auto 0;
  }
}

.yt_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo {
  background: #eeeeee;
  padding: 50px 15px;
}

@media (min-width: 769px) {
  .promo {
    padding: 90px 15px;
  }
}

.n1 {
  margin-top: 30px;
  padding: 50px 15px;
  background: #333;
  color: #fffbeb;
}

@media (min-width: 769px) {
  .n1 {
    margin-top: 90px;
    padding: 90px 30px;
  }
}

.n1_logo {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .n1_logo {
    max-width: 700px;
  }
}

.n1_lead {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .n1_lead {
    max-width: 800px;
    margin: 60px auto 0;
  }
}

.n1_lead_txt {
  font-size: 14px;
  margin-top: 5px;
}

@media (min-width: 769px) {
  .n1_lead_txt {
    margin-top: 10px;
    font-size: 18px;
  }
}

.n1_lead_txt a {
  text-decoration: underline;
  font-weight: bold;
  color: #fffbeb;
}

.n1_term {
  font-size: 15px;
  margin: 15px 0;
  padding: 5px 10px;
  border: 1px solid #fff;
  text-align: center;
}

@media (min-width: 769px) {
  .n1_term {
    font-size: 20px;
    max-width: 600px;
    margin: 45px auto;
  }
}

.n1_term span {
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .n1_term span {
    font-size: 28px;
  }
}

.n1_member {
  width: 80%;
  margin: 20px auto 0;
  background: #fff;
}

@media (min-width: 769px) {
  .n1_member {
    max-width: 460px;
  }
}

.n1_member.en {
  width: 100%;
}

@media (min-width: 769px) {
  .n1_member.en {
    max-width: 600px;
  }
}

.n1_mov {
  margin: 40px 0 0;
}

@media (min-width: 769px) {
  .n1_mov {
    max-width: 800px;
    margin: 40px auto;
  }
}

.n1_mov_ttl {
  margin-bottom: 5px;
  text-align: center;
  font-family: corporate-logo-ver2, sans-serif;
  color: #e3c269;
  font-size: 20px;
}

@media (min-width: 769px) {
  .n1_mov_ttl {
    font-size: 30px;
  }
}

.n1_mov_mov {
  position: relative;
}

.n1_mov_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.n1_lot {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .n1_lot {
    max-width: 800px;
    margin: 30px auto 0;
  }
}

.n1_lot_ttl {
  text-align: center;
  font-family: corporate-logo-ver2, sans-serif;
  color: #e3c269;
  font-size: 20px;
}

@media (min-width: 769px) {
  .n1_lot_ttl {
    font-size: 30px;
  }
}

.n1_lot_txt {
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #fff;
}

@media (min-width: 769px) {
  .n1_lot_txt {
    text-align: center;
  }
}

.n1_result {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .n1_result {
    margin-top: 120px;
  }
}

.n1_result_mov {
  position: relative;
  padding-top: 56.25%;
}

.n1_result_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.n1_result_btn {
  position: relative;
  width: 240px;
  margin: 0 auto 30px;
  padding: 5px 30px;
  border: 2px solid #e3c269;
  border-radius: 10px;
  color: #e3c269;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  font-family: corporate-logo-ver2, sans-serif;
  cursor: pointer;
}

@media (min-width: 769px) {
  .n1_result_btn {
    width: 400px;
    margin-bottom: 50px;
    font-size: 40px;
  }
}

.n1_result_btn:after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -10px;
  width: 40px;
  height: 40px;
  background: url(../images/icn_click.png) no-repeat center;
  background-size: cover;
}

@media (min-width: 769px) {
  .n1_result_btn:after {
    width: 60px;
    height: 60px;
  }
}

.n1_result_contentInr {
  margin-top: 40px;
  padding: 3% 10%;
  background: url(../images/bg_result.png) no-repeat center;
  background-size: contain;
}

.n1_result_content {
  display: none;
}

@media (min-width: 769px) {
  .n1_result_content {
    max-width: 800px;
    margin: 0 auto;
  }
}

.n1_result_content.is-open .n1_result_ttl,
.n1_result_content.is-open .n1_result_img,
.n1_result_content.is-open .n1_result_txt,
.n1_result_content.is-open .n1_result_list dt,
.n1_result_content.is-open .n1_result_list dd {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.n1_result_list {
  margin-bottom: 30px;
  text-align: center;
}

.n1_result_list dt {
  font-weight: bold;
  font-size: 20px;
  color: #e3c269;
  font-family: corporate-logo-ver2, sans-serif;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

@media (min-width: 769px) {
  .n1_result_list dt {
    font-size: 36px;
  }
}

.n1_result_list dd {
  font-size: 16px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

@media (min-width: 769px) {
  .n1_result_list dd {
    font-size: 32px;
  }
}

.n1_result_listTxt {
  font-weight: bold;
}

@media (min-width: 769px) {
  .n1_result_listTxt {
    font-size: 18px;
  }
}

.n1_result_ttl {
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  font-family: corporate-logo-ver2, sans-serif;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.n1_result_ttl.-ttl {
  left: -10%;
  color: #e3c269;
}

.n1_result_ttl.-name {
  right: -15%;
  margin-top: -2%;
}

.n1_result_img {
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.n1_result_txt {
  margin: 5px auto 0;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.n1_vote {
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
}

.n1_vote a {
  display: block;
  font-size: 20px;
  padding: 5px 10px;
  color: #e3c269;
  border: 1px solid #e3c269;
}

@media (min-width: 769px) {
  .n1_vote a {
    margin-bottom: 45px;
    font-size: 28px;
  }
}

.en .n1_term span {
  display: block;
}

.mynitto {
  padding: 0 15px 15px 15px;
}

@media (min-width: 769px) {
  .mynitto {
    padding: 0px 30px 90px;
  }
}

.mynitto_mv {
  position: relative;
}

.mynitto_mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.mynitto_mv_ttl {
  padding-bottom: 20px;
}

.mynitto_mv_ttl_box {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 769px) {
  .mynitto_mv_ttl_box {
    max-width: 450px;
  }
}

.mynitto_mv_ttl_box p {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  font-size: 35px;
  padding: 0 30px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
  background-image: url(../images/award_left.png), url(../images/award_right.png);
  background-repeat: no-repeat,repeat;
  background-position: left,right;
  background-size: contain,contain;
  background-repeat: no-repeat,no-repeat;
  line-height: 1.5;
  display: inline-block;
}

@media (min-width: 769px) {
  .mynitto_mv_ttl_box p {
    font-size: 60px;
    padding: 0 50px;
  }
}

.mynitto_lead {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .mynitto_lead {
    max-width: 800px;
    margin: 40px auto 0;
  }
}

.mynitto_lead_txt {
  margin-top: 40px;
  text-align: left;
}

@media (min-width: 769px) {
  .mynitto_lead_txt {
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
  }
}

.mynitto_term {
  margin: 0 auto 20px;
  padding: 5px 10px;
  border: 1px solid #333;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  max-width: 90%;
}

@media (min-width: 769px) {
  .mynitto_term {
    max-width: 400px;
    margin: 30px auto;
    font-size: 14px;
  }
}

.mynitto_term span {
  font-weight: bold;
}

.mynitto_igArea {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .mynitto_igArea {
    margin-top: 60px;
  }
}

.mynitto_igArea_ttl {
  width: 50%;
  max-width: 300px;
  margin: 0 auto 15px;
  text-align: center;
}

.mynitto_igArea_ttl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  padding: 10px 15px;
  border-radius: 20px;
  background: #0081ff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.mynitto_igArea_ttl img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.mynitto_result {
  width: 100%;
  margin: 30px auto 0;
  padding: 0;
}

@media (min-width: 769px) {
  .mynitto_result {
    width: 50%;
    margin: 80px auto 0;
    padding: 0 10px;
  }
}

.mynitto_result_ttl {
  text-align: center;
  padding: 20px 0;
}

.mynitto_result_ttl p {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  padding: 0 15px 0 30px;
  font-size: 20px;
  background-image: url(../images/trophy.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  line-height: 1.2;
  display: inline-block;
}

@media (min-width: 769px) {
  .mynitto_result_ttl p {
    padding-left: 50px;
    font-size: 26px;
  }
}

.mynitto_result_body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mynitto_result_box {
  margin-top: 15px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.mynitto_result_box .instagram-media {
  margin: 0 auto !important;
}

.mynitto_result_box_txt {
  padding: 20px 15px;
}

@media (min-width: 769px) {
  .mynitto_result_box_txt {
    padding: 30px;
  }
}

.mynitto_result_box_txt .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  text-align: center;
}

.mynitto_result_box_txt .name span {
  font-size: 12px;
}

.en .n1_term {
  line-height: 1.3;
}

.en .mynitto_term span {
  display: block;
}

.igfeed_item {
  width: 50%;
  padding: 5px;
}

@media (min-width: 769px) {
  .igfeed_item {
    width: 25%;
    padding: 10px;
  }
}
/*# sourceMappingURL=style.css.map */