@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/font/NotoSansCJKjp-Regular.woff") format("woff"), url("../../assets/font/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/font/NotoSansCJKjp-Medium.woff") format("woff"), url("../../assets/font/NotoSansCJKjp-Medium.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/font/NotoSansCJKjp-Bold.woff") format("woff"), url("../../assets/font/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../../assets/font/NotoSansCJKjp-Black.woff") format("woff"), url("../../assets/font/NotoSansCJKjp-Black.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/font/NotoSansCJKjp-Thin.woff") format("woff"), url("../../assets/font/NotoSansCJKjp-Thin.eot") format("eot");
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  flex-direction: column;
}
body.overhidden {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: baseline;
  height: auto;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s !important;
}
a:hover {
  opacity: 0.8 !important;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  transition: 0.3s;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: 0.3s;
  opacity: 1;
}
button:hover {
  opacity: 0.8;
}

.wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

ul,
ol {
  list-style: none;
}

.page-2021 header {
  background-color: #ffd200;
  box-shadow: none;
}
.page-2021 header .header-inner .header-nav .list a[target=_blank]::after {
  background-image: url("/common/images/icon-blank2.svg");
}
.page-2021 header .header-inner .header-nav .list .list-item .child {
  background-color: #ffd200;
}
.page-2021 main {
  padding-top: 0;
}

header {
  height: 78px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
header .header-inner {
  padding: 0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0 10px;
  }
}
header .header-inner .header-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
header .header-inner .header-logo:hover {
  opacity: 0.8;
  text-decoration: none;
}
header .header-inner .header-logo:hover .site-name {
  color: #000000;
}
header .header-inner .header-logo .logo-img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
header .header-inner .header-logo .site-name {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -0.99px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  margin-top: 0;
  margin-bottom: 0;
}
header .header-inner .header-logo .site-name span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1.26px;
  transform: translateX(1.26px);
}
header .header-inner .header-logo2:hover {
  color: #000;
}
header .header-inner .header-logo2:hover .site-name {
  color: #000;
}
header .header-inner .header-logo2 .site-name {
  font-family: good-times, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 830px) {
  header .header-inner .header-nav {
    display: none;
  }
}
header .header-inner .header-nav .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
header .header-inner .header-nav .list .list-item {
  margin-right: 50px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 1279px) {
  header .header-inner .header-nav .list .list-item {
    margin-right: 25px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1060px) {
  header .header-inner .header-nav .list .list-item {
    margin-right: 20px;
    font-size: 1rem;
  }
}
header .header-inner .header-nav .list .list-item.parent {
  cursor: pointer;
  position: relative;
}
header .header-inner .header-nav .list .list-item.parent:hover span::before {
  transform: rotate(90deg);
}
header .header-inner .header-nav .list .list-item.parent span {
  line-height: 2rem;
  font-weight: 500;
}
header .header-inner .header-nav .list .list-item.parent span::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #373741;
  transform-origin: center;
  transition: 0.3s;
}
header .header-inner .header-nav .list .list-item.parent:hover .child {
  display: block;
}
header .header-inner .header-nav .list .list-item .child {
  position: absolute;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #fff;
  width: 200px;
  padding-left: 19px;
  display: none;
  text-align: left;
}
header .header-inner .header-nav .list .list-item .child li a {
  line-height: 26px;
}
header .header-inner .header-nav .list .list-item:last-of-type {
  margin-right: 0;
}
header .header-inner .header-nav .list .list-item a {
  line-height: 2rem;
  font-weight: 500;
  transition: 0.3s;
}
header .header-inner .header-nav .list .list-item a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #000000;
}
header .header-inner .hamburger {
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 830px) {
  header .header-inner .hamburger {
    display: block;
  }
}
header .header-inner .hamburger.active div:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: translate(0, 10.5px) rotate(-45deg);
}
header .header-inner .hamburger.active div:nth-of-type(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
header .header-inner .hamburger.active div:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: translate(0, -14.5px) rotate(45deg);
}
header .header-inner .hamburger div {
  width: 100%;
  height: 5px;
  background-color: #000000;
  border-radius: 3px;
  transition: 0.3s;
  position: absolute;
  opacity: 1;
}
header .header-inner .hamburger div:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .header-inner .hamburger div:nth-of-type(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .header-inner .hamburger div:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.mnav {
  position: fixed;
  top: 78px;
  bottom: 0;
  right: 0;
  width: 230px;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: 0.3s;
  padding: 0 20px;
}
.mnav.active {
  transform: none;
  z-index: 90;
}
.mnav .list {
  text-align: left;
  margin-top: 30px;
}
.mnav .child {
  margin-left: 14px;
}
.mnav .list-item {
  margin-bottom: 30px;
}
.mnav .list-item a {
  font-size: 1.4rem;
  font-weight: 500;
}

.mnav-mask {
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 89;
  transition: 0.3s;
}
.mnav-mask.active {
  opacity: 0.5;
  visibility: visible;
}

main {
  padding-top: 85px;
}
main.header-black {
  padding-top: 60px;
}

.bottom-area {
  margin-top: 150px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bottom-area {
    margin-top: 80px;
  }
}
.bottom-area .inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom-area .inner {
    padding: 0 10px;
  }
}
.bottom-area .area01 {
  width: 100%;
  padding: 25px 10px 29px;
  background-image: url("/common/images/bg-bottom-area.jpg");
  position: relative;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bottom-area .area01 {
    background-image: url("/common/images/bg-bottom-area-2x.jpg");
  }
}
@media screen and (max-width: 767px) {
  .bottom-area .area01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 10px 29px;
  }
}
.bottom-area .area01 .area01-box {
  width: 60.15625vw;
  max-width: 770px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bottom-area .area01 .area01-box {
    width: 356px;
    max-width: 100%;
  }
}
.bottom-area .area01 .area01-box .txt {
  width: 43.75vw;
  max-width: 560px;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 21px 23px;
  font-size: 2.734375vw;
  line-height: 3.359375vw;
  font-weight: bold;
  margin: 0 auto 20px;
}
@media (min-width: 1280px) {
  .bottom-area .area01 .area01-box .txt {
    font-size: 3.5rem;
    line-height: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .bottom-area .area01 .area01-box .txt {
    width: 100%;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.bottom-area .area01 .btn:hover {
  background-color: #009fb6;
  color: #373741;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .bottom-area .area01 .btn {
    position: initial;
  }
}
.bottom-area .area02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bottom-area .area02 {
    flex-direction: column;
  }
}
.bottom-area .area02 .site-name {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  width: 124px;
  line-height: 1;
  letter-spacing: -0.76px;
  display: inline-block;
  margin-right: 64px;
}
.bottom-area .area02 .site-name:hover {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .bottom-area .area02 .site-name {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bottom-area .area02 .site-name span {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 3px;
  display: block;
  transform: translateX(2px);
}
.bottom-area .area02 .sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 57px;
}
@media screen and (max-width: 767px) {
  .bottom-area .area02 .sns {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bottom-area .area02 .sns > a {
  display: block;
}
.bottom-area .area02 .sns > a img {
  vertical-align: bottom;
}
.bottom-area .area02 .sns > a:first-of-type {
  margin-right: 15px;
}
.bottom-area .area02 .mail-magazine {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bottom-area .area02 .mail-magazine {
    flex-direction: column;
  }
}
.bottom-area .area02 .mail-magazine .txt {
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: -0.25px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .bottom-area .area02 .mail-magazine .txt {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bottom-area .btn {
  border: none;
  border-radius: 0;
  padding: 0;
}
.bottom-area .btn:hover {
  background-color: #2a2a2a;
  color: #ffffff;
  opacity: 0.8;
}
.bottom-area .gorilla {
  position: absolute;
  right: 77px;
  top: -97px;
  z-index: 2;
  width: 26.796875vw;
  height: auto;
  max-width: 343px;
}
@media screen and (max-width: 767px) {
  .bottom-area .gorilla {
    display: none;
  }
}

.bottom-area02 .inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom-area02 .inner {
    padding: 0 10px;
  }
}
.bottom-area02 .site-name {
  text-align: center;
}
.bottom-area02 .site-name a {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.99px;
  color: #000000;
  margin: 0 auto 37px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
.bottom-area02 .site-name a:hover {
  color: #000000;
  opacity: 0.8;
}
.bottom-area02 .site-name a span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.5px;
  display: block;
}

.bottom-area03 {
  max-width: 1280px;
  margin: 50px auto 43px;
  padding: 0 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bottom-area03 {
    margin: 100px auto 43px;
  }
}
.bottom-area03 .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bottom-area03 .inner {
    flex-direction: column;
  }
}
.bottom-area03 .inner .left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bottom-area03 .inner .left {
    flex-direction: column;
    align-items: center;
  }
}
.bottom-area03 .inner .left .title {
  font-family: good-times, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  margin-right: 30px;
  padding-top: 6px;
}
.bottom-area03 .inner .left .title:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .bottom-area03 .inner .left .title {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bottom-area03 .inner .left .title span {
  display: block;
  font-size: 11px;
  line-height: 13px;
}
.bottom-area03 .inner .left .sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.bottom-area03 .inner .left .sns a:first-of-type {
  margin-right: 15px;
}
.bottom-area03 .inner .right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bottom-area03 .inner .right {
    flex-direction: column;
  }
}
.bottom-area03 .inner .right .txt {
  font-size: 12px;
  line-height: 17px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .bottom-area03 .inner .right .txt {
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

footer {
  background-color: #2d2d2d;
  z-index: 12;
}
footer .footer-inner {
  color: #373741;
  padding: 38px 32px;
  text-align: center;
}
footer small {
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #ffffff;
}

.btn {
  background-color: #373741;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  display: block;
  max-width: 100%;
}
.btn.btn01 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 auto;
  width: 218px;
  padding: 13.5px 0;
}
.btn.btn02 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 auto;
  width: 294px;
  padding: 19px 0;
}
.btn.btn03 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 auto;
  width: 294px;
  padding: 19px 0;
  background-color: #009fb6;
  color: #000000;
}
.btn.btn04 {
  font-size: 1.2rem;
  line-height: 4rem;
  margin: 0 auto;
  width: 96px;
  height: 40px;
  font-weight: normal;
  border-radius: 0;
  padding: 0;
}
.btn.btn04:hover {
  color: #fff;
}
.btn.btn05 {
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0 auto;
  padding: 10px 0;
  width: 66px;
  height: 40px;
  font-weight: normal;
  border-radius: 4px;
}
.btn.btn06 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 auto;
  padding: 19px 10px;
  width: 346px;
  font-weight: bold;
  border-radius: 0;
}

.tag-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tag-area .tag {
  padding: 0 8.75px;
  font-size: 1rem;
  line-height: 2.23rem;
  text-align: center;
  font-weight: bold;
  margin-right: 8.5px;
  opacity: 0.92;
  border-radius: 4px;
  margin-bottom: 10px;
}
.tag-area .tag.tag-category {
  color: #ffffff;
  background-color: #607d8b;
}
.tag-area .tag.tag-full-soon {
  color: #ffffff;
  background-color: #607d8b;
}
.tag-area .tag.tag-transrate {
  color: #000000;
  background-color: #f7f256;
}
.tag-area .tag.tag-lunch {
  color: #ffffff;
  background-color: #ff9800;
}

.sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .sm {
    display: block;
  }
}

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

.breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 13px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  color: #373741;
  font-size: 1.1rem;
}
.breadcrumb ul li a {
  color: #333333;
  font-size: 1.1rem;
}
.breadcrumb ul li a:hover {
  color: #000000;
  opacity: 0.8;
}
.breadcrumb ul li:not(:last-of-type)::after {
  content: "＞";
  margin-left: 10px;
  margin-right: 10px;
}

.text-center {
  text-align: center;
}

.notice {
  border: solid 1px;
  padding: 10px 0;
}

.time {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 0.3em;
  background-color: #f2f2f2;
}

.timehalf {
  font-size: 0.7em;
  font-weight: normal;
}

.space2 {
  padding: 15px 0;
}

.pad1 {
  padding: 1em;
}

.spname {
  font-weight: bold;
  font-size: 2em;
}

.sphalf {
  font-size: 50%;
  font-weight: normal;
}

.spbio {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.03em;
  font-size: 1.2em;
}

header .header-inner .header-nav .list .register_list-item {
  color: #fff;
  padding: 10px 8px 8px;
  border: 1.5px solid #ffffff;
  border-radius: 7px;
  font-weight: bold;
  transition: all 0.2s;
  background: linear-gradient(to right, #b1b3b4 0%, #ffffff 50%, #b1b3b4 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
}

header .header-inner .header-nav .list .list-item .register_button {
  color: #333;
  white-space: normal;
}

header .header-inner .header-nav .list .list-item .register_button:after {
  background: transparent;
}

header .header-inner .header-nav .list .list-item .register_button:hover {
  color: #333;
  opacity: 0.85;
}