@charset "UTF-8";
/* common */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
html {
  font-size: calc(100vw / 750 * 28);
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: calc(100vw / 768 * 8);
  }
}

@media print, screen and (min-width: 960px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767.999px) {
  body {
    font-size: 1rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

ul, ol {
  margin: 0 0;
  list-style: none;
}

dl {
  margin: 0 0;
}

dl dd {
  margin-left: 0;
}

p {
  margin-top: 0;
}

figure {
  margin: 0;
}

/* header */
.header {
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 767.999px) {
  .header {
    position: fixed;
    background-color: rgba(40, 53, 83, 0);
    z-index: 2;
    height: 3.57143rem;
    transition: background-color .5s ease 0s;
  }
  .header.opacity {
    background-color: rgba(40, 53, 83, 0.9);
  }
}

.header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 128.0rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media print, screen and (min-width: 768px) {
  .header .container {
    top: 2rem;
  }
}

@media screen and (max-width: 767.999px) {
  .header .container {
    padding-top: 0.53571rem;
    padding-bottom: 0.53571rem;
    padding-left: 0.82143rem;
    padding-right: 0.96429rem;
  }
}

.header .logo img {
  max-width: 11.2rem;
}

@media screen and (max-width: 767.999px) {
  .header .logo img {
    max-width: 6.85714rem;
    padding-top: 0.46429rem;
  }
}

.header .btn-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-image: url(../img/sp/ico_menu@2x.png);
  background-size: auto 2.57143rem;
  background-position: center center;
  font-size: 0.71429rem;
  line-height: 1;
  color: transparent;
  cursor: pointer;
  z-index: 4;
  width: 2.85714rem;
  height: 2.85714rem;
}

.header .btn-menu.open {
  background-image: none;
}

.main-visual h1 {
  display: none;
}

.main-visual figcaption {
  display: none;
}

/* navigation */
.nav-global {
  background-color: #283553;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.nav-global.opacity {
  background-color: rgba(40, 53, 83, 0.95);
}

@media print, screen and (min-width: 768px) {
  .nav-global .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767.999px) {
  .nav-global {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(40, 53, 83, 0.9);
    z-index: -1;
    opacity: 0;
    transition: all .5s ease 0s;
  }
  .nav-global.open {
    z-index: 3;
    opacity: 1;
  }
  .nav-global .container {
    padding-left: 1.78571rem;
    padding-right: 1.78571rem;
  }
  .nav-global .menu-head {
    border-bottom: 1px solid;
    color: #fceaa1;
    height: 3.75rem;
    position: relative;
  }
  .nav-global .btn-menu {
    font-family: 'Roboto Condenced', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-image: url(../img/sp/ico_menu_close@2x.png);
    background-position: center center;
    background-size: auto 2.67857rem;
    font-size: 0.71429rem;
    line-height: 1;
    color: transparent;
    cursor: pointer;
    z-index: 4;
    height: 2.85714rem;
    width: 2.85714rem;
    position: absolute;
    right: 0.89286rem;
    top: 0.53571rem;
  }
}

.list-nav-global {
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  .list-nav-global {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
  }
  .list-nav-global li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/ico_arrow_down@2x.png);
    background-repeat: no-repeat;
    background-position: 50% 78%;
    background-size: 1.6rem auto;
  }
  .list-nav-global a {
    padding-top: 1.1rem;
    padding-bottom: 3.0rem;
    display: block;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767.999px) {
  .list-nav-global {
    text-align: center;
    font-size: 1.35714rem;
    font-weight: 700;
    color: #fceaa1;
  }
  .list-nav-global li {
    border-bottom: 1px solid;
  }
  .list-nav-global a {
    display: block;
    padding: 1.42857rem 0;
    text-shadow: 1px 1.73205px 5px rgba(17, 17, 17, 0.35);
    background-image: linear-gradient(to top, #fbe48a, #ffffff 50%, #fbe48a 52%, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* main */
.main {
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: 50% 0;
  padding-bottom: 12.4rem;
  padding-top: 8rem;
}

@media screen and (max-width: 767.999px) {
  .main {
    padding-top: 2.14286rem;
    padding-bottom: 4.42857rem;
  }
}

.ttl-section {
  text-align: center;
  color: #aa8d4b;
}

.aword {
  margin-bottom: 9rem;
}

@media print, screen and (min-width: 768px) {
  .aword {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 767.999px) {
  .aword {
    margin-bottom: 4.42857rem;
  }
}

@media print, screen and (min-width: 768px) {
  .comment-aword {
    text-align: center;
  }
}

.comment-aword a {
  text-decoration: underline;
}

.comment-aword a:hover {
  color: #495f9a;
}

.list-aword {
  font-size: 2rem;
  margin-top: 6rem;
}

@media print, screen and (min-width: 768px) {
  .list-aword {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767.999px) {
  .list-aword {
    font-size: 1.14286rem;
    margin-top: 2.14286rem;
  }
}

@media print, screen and (min-width: 768px) {
  .list-aword .row {
    display: table-row;
  }
  .list-aword .row:not(:last-child) dt {
    padding-bottom: .4em;
  }
}

@media screen and (max-width: 767.999px) {
  .list-aword .row {
    display: block;
  }
  .list-aword .row:not(:last-child) {
    padding-bottom: 1em;
  }
}

.list-aword dt {
  color: #aa8d4b;
}

.list-aword dt::before {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url(../img/ico_trophy@2x.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .list-aword dt {
    display: table-cell;
  }
  .list-aword dt::before {
    margin-right: .8em;
  }
}

@media screen and (max-width: 767.999px) {
  .list-aword dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.3;
    margin-bottom: .3em;
  }
  .list-aword dt::before {
    margin-right: .3em;
  }
}

.list-aword dd {
  margin-left: 3rem;
}
.list-aword dd a{
  color: #2d38a6;
}
.list-aword dd a:hover{
  color: #4f92ff;
}

@media print, screen and (min-width: 768px) {
  .list-aword dd {
    display: table-cell;
    padding-left: 2em;
  }
}

@media screen and (max-width: 767.999px) {
  .list-aword dd {
    margin-left: 1.42857rem;
  }
}

.list-aword a:hover {
  color: #495f9a;
  text-decoration: underline;
}

.sec-examination {
  padding: 3rem;
  background-color: #fff;
  box-shadow: 5px 7px 15px rgba(17, 17, 17, 0.1);
}

@media screen and (max-width: 767.999px) {
  .sec-examination {
    padding: 1.07143rem;
  }
}

.sec-examination .ttl-section {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767.999px) {
  .sec-examination .ttl-section {
    margin-bottom: 1.07143rem;
  }
}

@media print, screen and (min-width: 768px) {
  .examination-how {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767.999px) {
  .examination-how {
    margin-bottom: 2.14286rem;
  }
}

.examination-how .ttl-how {
  background-color: #283553;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0;
}

.examination-how .ttl-how::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .examination-how .ttl-how {
    display: -ms-flexbox;
    display: flex;
    width: 18.6rem;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .examination-how .ttl-how span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .examination-how .ttl-how::after {
    width: 2rem;
    height: 100%;
    left: 100%;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%20272%22%3E%3Cpolygon%20points%3D%220%20272%200%200%2020%20136%200%20272%22%20fill%3D%22%23283553%22%2F%3E%3C%2Fsvg%3E");
    background-size: 102% auto;
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 767.999px) {
  .examination-how .ttl-how {
    font-size: 1rem;
    padding-top: 0.92857rem;
    margin-bottom: 2.14286rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .examination-how .ttl-how::after {
    width: 100%;
    height: 1.07143rem;
    left: 0;
    top: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20590%2030%22%3E%3Cpolygon%20points%3D%22295%2030%200%200%20590%200%20295%2030%22%20fill%3D%22%23283553%22%2F%3E%3C%2Fsvg%3E");
    background-size: 101% auto;
    background-position: 50% 100%;
  }
}

.examination-how ol {
  counter-reset: my-counter;
}

@media print, screen and (min-width: 768px) {
  .examination-how ol {
    padding-left: 4em;
  }
}

@media screen and (max-width: 767.999px) {
  .examination-how ol {
    padding-left: 1.5em;
  }
}

.examination-how ol > li {
  position: relative;
}

.examination-how ol > li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #283553;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

@media print, screen and (min-width: 768px) {
  .examination-how ol > li::before {
    margin-left: -3.2rem;
    margin-bottom: -2.4rem;
    height: 2.3rem;
    width: 2.3rem;
  }
}

@media screen and (max-width: 767.999px) {
  .examination-how ol > li::before {
    margin-left: -1.5rem;
    margin-bottom: -1.32143rem;
    height: 1.10714rem;
    width: 1.10714rem;
  }
}

.examination-how ol > li ul {
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

.examination-how ol > li ul > li::before {
  content: '・';
}

.examination-judge .list-judge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.examination-judge .item-judge {
  width: 23%;
  margin-bottom: 6.2rem;
}

@media screen and (max-width: 767.999px) {
  .examination-judge .item-judge {
    width: 47%;
    margin-bottom: 2.07143rem;
  }
}

.examination-comment .ttl-comment {
  color: #aa8d4b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.examination-comment .ttl-comment::before {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url(../img/ico_trophy@2x.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .examination-comment .ttl-comment::before {
    margin-right: .4em;
  }
}

@media screen and (max-width: 767.999px) {
  .examination-comment .ttl-comment::before {
    margin-right: .2em;
  }
}

.examination-comment .row:not(:last-child) {
  margin-bottom: 6.2rem;
}

@media screen and (max-width: 767.999px) {
  .examination-comment .row:not(:last-child) {
    margin-bottom: 2.21429rem;
  }
}

.examination-comment .shop-name {
  background-color: #eeeeee;
  padding: .8em 1em;
}

.examination-comment .txt-comment {
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .examination-comment .txt-comment {
    font-size: 1.3rem;
  }
}

.theme-2018 {
  box-shadow: 5px 7px 15px rgba(17, 17, 17, 0.1);
}

@media print, screen and (min-width: 768px) {
  .theme-2018 {
    padding: 5rem 10.5rem;
    margin-top: 12.2rem;
  }
}

@media screen and (max-width: 767.999px) {
  .theme-2018 {
    padding: 1.78571rem 1.78571rem;
    margin-top: 4.35714rem;
  }
}

.theme-2018 .ttl-section {
  text-align: inherit;
  color: #333;
}

@media print, screen and (min-width: 768px) {
  .theme-2018 .ttl-section {
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 767.999px) {
  .theme-2018 .ttl-section {
    font-size: 1.14286rem;
    line-height: 1.4;
    margin-bottom: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .theme-2018 p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.999px) {
  .theme-2018 p {
    margin-bottom: 1.57143rem;
  }
}

@media print, screen and (min-width: 768px) {
  .theme-2018 .col-txt {
    width: 37.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .theme-2018 .col-pic {
    width: 32rem;
  }
}

.theme-2018 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767.999px) {
  .theme-2018 .row {
    display: block;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767.999px) {
  .container {
    padding-left: 1.78571rem;
    padding-right: 1.78571rem;
  }
}

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

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

/* footer */
.footer {
  background-color: #283553;
  color: #fff;
  border-top: 0.4rem solid rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 768px) {
  .footer .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media print, screen and (min-width: 960px) {
  .aword-history {
    padding-top: 8.2rem;
  }
}

@media screen and (max-width: 767.999px) {
  .aword-history {
    padding-top: 2.71429rem;
    padding-bottom: 2.14286rem;
  }
}

.aword-history .ttl-history {
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767.999px) {
  .aword-history .ttl-history {
    margin-bottom: 2.14286rem;
  }
}

.aword-history > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 960px) {
  .aword-history > .row {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767.999px) {
  .aword-history > .row {
    display: block;
  }
}

.aword-history .list-history {
  width: calc( 100% / 5);
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 767.999px) {
  .aword-history .list-history {
    background-color: #384580;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .aword-history .list-history:nth-child(even) {
    background-color: #495f9a;
  }
}

.aword-history .list-history .row {
  display: block;
}

@media screen and (max-width: 767.999px) {
  .aword-history .list-history .row {
    display: none;
  }
  .aword-history .list-history .row.open {
    display: block;
  }
}

.aword-history .list-history dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  opacity: .5;
  margin-bottom: .6rem;
}

@media screen and (max-width: 767.999px) {
  .aword-history .list-history dt {
    font-size: 1.28571rem;
    margin-bottom: 0;
    padding: 1.28571rem 0;
    cursor: pointer;
    background-image: url(../img/sp/ico_open@2x.png);
    background-repeat: no-repeat;
    background-position: right 0.82143rem top 50%;
    background-size: 1.07143rem;
  }
  .aword-history .list-history dt.open {
    background-image: url(../img/sp/ico_close@2x.png);
  }
}

.aword-history .list-history dd {
  line-height: 2.1;
  font-size: 1.2rem;
}

@media screen and (max-width: 767.999px) {
  .aword-history .list-history dd {
    font-size: 1.14286rem;
    line-height: 1;
    background-color: #283553;
  }
  .aword-history .list-history dd:not(:last-child) {
    border-bottom: 1px solid;
  }
}

@media screen and (max-width: 767.999px) {
  .aword-history .list-history a {
    display: block;
    padding: 1.71429rem 0;
  }
}

.link-sns-share {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.9rem;
}

@media screen and (max-width: 767.999px) {
  .link-sns-share {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.14286rem;
  }
}

.link-sns-share li:not(:first-child) {
  margin-left: 1.5rem;
}

@media screen and (max-width: 767.999px) {
  .link-sns-share li:not(:first-child) {
    margin-left: 2.14286rem;
  }
}

.link-sns-share img {
  max-width: 5rem;
}

@media screen and (max-width: 767.999px) {
  .link-sns-share img {
    max-width: 3.57143rem;
  }
}

.copyright {
  border-top: 1px solid;
  text-align: center;
  padding: 1.8rem 0;
}

@media screen and (max-width: 767.999px) {
  .copyright {
    padding-top: 2.39286rem;
    padding-bottom: 1.92857rem;
  }
}

.copyright p {
  margin-bottom: 0;
}

.copyright img {
  max-width: 14.45rem;
}

@media screen and (max-width: 767.999px) {
  .copyright img {
    max-width: 9.14286rem;
  }
}

.pagetop {
  text-align: right;
  position: fixed;
  bottom: 18.8rem;
  right: 0;
  width: 11rem;
  z-index: 1;
  padding: 0 3rem 0 0;
  display: none;
}

@media screen and (max-width: 767.999px) {
  .pagetop {
    bottom: 0.35714rem;
    padding-right: 0.35714rem;
    width: 5.35714rem;
  }
}

.pagetop a {
  width: 10.4rem;
  height: 10.4rem;
  line-height: 10.4rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 767.999px) {
  .pagetop a {
    line-height: 3.71429rem;
    width: 4.42857rem;
    height: 4.42857rem;
  }
}

/*20200305修正*/
.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.list-aword {
  font-size: 1.8rem;
  margin-top: 6rem;
}

@media print, screen and (max-width: 1200px) {
.container {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
}

}

@media print, screen and (min-width: 768px) {
  .aword {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 767.999px){
.container {
    max-width: 100%;
}

.list-aword {
  font-size: 1.1rem;
}
}
