@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/*===================================================================
reset*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;
}

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

ol, ul {
  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;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../images/bglogo.png) repeat-y center top 20%;
  background-size: contain;
}

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

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

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

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

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

.visible-sp {
  display: none;
}

header {
  position: absolute;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 9999;
}

header img {
  width: 70px;
  margin: 0 auto;
}

body.ja .en {
  display: none;
}

body.ja .ja {
  display: block;
}

body.en .ja {
  display: none;
}

body.en .en {
  display: block;
}

.en {
  word-wrap: break-word;
}

.inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner-800 {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  line-height: 1.8;
}

section {
  margin-top: 80px;
}

section p {
  font-size: 16px;
}

/************************************************************
switch language
************************************************************/
.switch-language {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: center;
  z-index: 100;
}

.switch-language h4 {
  text-align: center;
  font-size: 14px;
  margin: 5px 0;
  color: #fff;
  font-weight: normal;
  font-family: 'Letter Gothic W01 Bold Slanted';
}

.switch-language a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-family: 'Letter Gothic W01 Bold';
  line-height: 1em;
  overflow: hidden;
}

.switch-language a span {
  display: inline-block;
  border: #fff solid 2px;
  padding: 6px 12px;
}

.switch-language a span.btn-ja {
  border-radius: 3px 0 0 3px;
}

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

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

.instagram-media {
  min-width: 100% !important;
}

/************************************************************
hero
************************************************************/
.hero {
  position: relative;
  background-image: url(../images/mv.jpg);
  background-size: cover;
  background-position: center;
  height: 30vh;
  min-height: 300px;
  margin-top: 0;
}

.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(65%, rgba(52, 52, 52, 0)), to(rgba(80, 80, 80, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(52, 52, 52, 0) 65%, rgba(80, 80, 80, 0.8) 100%);
}

.hero .title-box {
  width: 64%;
  max-width: 400px;
  position: absolute;
  bottom: 2%;
  right: 4%;
  line-height: 1.3;
  color: #fff;
  font-size: 70px;
  z-index: 9999;
  text-align: center;
}

.hero .title-box a {
  color: #fff;
}

.hero .title-box .main-title {
  margin-top: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 60px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 15px 50px;
  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;
}

.hero .title-box .sub-title {
  display: inline-block;
  padding: 8px 20px;
  margin: 0 auto;
  background: #0081ff;
  border-radius: 8px;
  font-size: 20px;
}

.yt {
  max-width: 1040px;
  margin: 110px auto 0;
}

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

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

/************************************************************
greeting
************************************************************/
.greeting .big {
  margin: 30px 0;
  font-size: 48px;
  font-weight: bold;
  color: #314296;
  text-align: center;
}

.greeting p {
  margin-top: 15px;
}

.greeting .logo-nitto {
  display: inline-block;
  width: 200px;
  padding: 10px 10px 0;
}

.greeting .txt a {
  color: #314296;
  font-weight: bold;
}

.greeting .period {
  text-align: center;
  font-weight: bold;
}

.greeting .en .period {
  text-align: left;
}

.btn {
  width: 245px;
  margin: 40px auto 0;
}

.btn a {
  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: #fff;
  border-radius: 2em;
  font-size: 30px;
  color: #314296;
  padding: 12px 40px;
  text-decoration: none;
  word-break: keep-all;
  font-weight: bold;
}

/************************************************************
thanks
************************************************************/
.thanks {
  background: #314296;
  padding: 30px;
  text-align: center;
}

.thanks p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

/************************************************************
result
************************************************************/
.result {
  padding: 80px 0;
  background: #314296;
  color: #fff;
}

.result_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

.result_txt {
  text-align: center;
}

.result .greeting {
  margin-top: 0;
}

.award {
  margin: 0 0 60px;
}

.award-title {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.award-title:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FEE9A0), color-stop(45%, #B67B03), color-stop(70%, #DAAF08), color-stop(85%, #DAAF08), color-stop(90%, #B67B03));
  background: linear-gradient(0deg, #FEE9A0 0%, #B67B03 45%, #DAAF08 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.award-title p {
  padding: 0 10px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 28px;
  font-family: serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
  background: #314296;
}

.award-title span {
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#FEE9A0), color-stop(45%, #B67B03), color-stop(70%, #DAAF08), color-stop(85%, #DAAF08), color-stop(90%, #B67B03));
  background: linear-gradient(0deg, #FEE9A0 0%, #B67B03 45%, #DAAF08 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
}

.award-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.award-itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.award-itemWrap .award-item {
  width: 50%;
}

.award-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-top: 120px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.award-item.-mks {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.award-item.-mks .award-title {
  width: 100%;
  margin-bottom: 60px;
}

.award-item.-mks .award-title p {
  font-size: 38px;
}

.award-item.-mks .award-instagram {
  width: 60%;
}

.award-item.-mks .award-comment {
  width: 35%;
  margin-left: 5%;
}

.award-item.-multi {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.award-item.-multi .award-title {
  width: 100%;
}

.award-item.-multi .award-block {
  width: 50%;
  padding: 30px;
}

.award-instagram {
  opacity: 0;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.award-comment {
  opacity: 0;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.award-comment p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 2;
}

.is-inview .award-title,
.is-inview .award-instagram,
.is-inview .award-comment {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/************************************************************
insta
************************************************************/
.insta {
  padding: 80px 0;
  background: #314296;
}

.insta .btn a i {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(../images/icn-insta.svg) no-repeat center;
  background-size: contain;
}

.igfeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.igfeed_item {
  position: relative;
  width: 16.66%;
  padding: 5px;
}

.igfeed_item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.igfeed_item img, .igfeed_item video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.igfeed_item video {
  width: 100%;
}

/************************************************************
ending
************************************************************/
.ending {
  position: relative;
  background-image: url(../images/bg_end.jpg);
  background-size: cover;
  background-position: center;
  height: 30vh;
  min-height: 350px;
  margin-top: 0;
}

/************************************************************
footer
************************************************************/
footer {
  background: #fff;
  padding: 15px;
  text-align: center;
}

footer .copyright {
  color: #314296;
}

footer .copyright a {
  color: #314296;
}

/* -------------------------------------------
max-width: 768px
------------------------------------------- */
@media (max-width: 768px) {
  .align-left {
    text-align: left;
  }
  .visible-sp {
    display: block;
  }
  section {
    margin-top: 50px;
  }
  section p {
    font-size: 14px;
  }
  .switch-language h4 {
    font-size: 10px;
  }
  .switch-language a {
    font-size: 10px;
  }
  .greeting .big {
    line-height: 1.5;
    font-size: 30px;
  }
  .greeting p {
    margin-top: 8px;
  }
  .greeting .slogan {
    font-weight: bold;
  }
  .hero {
    height: 300px;
  }
  .hero .title-box {
    font-size: 40px;
  }
  .hero .title-box .main-title {
    font-size: 45px;
  }
  .hero .title-box .sub-title {
    font-size: 14px;
  }
  .result {
    padding: 40px 0;
  }
  .result_ttl {
    font-size: 24px;
  }
  .award-box {
    display: block;
    margin-bottom: 20px;
  }
  .award-itemWrap {
    display: block;
  }
  .award-itemWrap .award-item {
    width: 100%;
  }
  .award-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 60px;
    padding: 0;
  }
  .award-item.-mks {
    display: block;
  }
  .award-item.-mks .award-title {
    margin-bottom: 30px;
  }
  .award-item.-mks .award-title p {
    font-size: 28px;
  }
  .award-item.-mks .award-instagram {
    width: 100%;
  }
  .award-item.-mks .award-comment {
    width: 100%;
    margin-left: 0;
  }
  .award-item.-multi {
    display: block;
  }
  .award-item.-multi .award-block {
    width: 100%;
    padding: 0;
  }
  .award-title {
    margin-bottom: 30px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .award-instagram {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .award-comment {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .award-comment p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
  }
  .insta {
    padding: 40px 0;
  }
  .insta .inner {
    padding: 0;
  }
  .btn {
    margin-top: 20px;
  }
  .btn a {
    font-size: 24px;
  }
  .igfeed_item {
    width: 33.3%;
  }
  footer {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */