/*
Theme Name: PPCグランキューブ
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.1
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.header * {
  font-weight: inherit;
  box-sizing: border-box;
}

.header {
  font-size: 10px;
}


@charset "UTF-8";
.header {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  .header {
  font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
  font-size: 6px;
  }
}


header,
main,
section,
aside,
footer {
  width: 100%;
}

a {
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  color:inherit;
}
a:hover {
  opacity: 0.7;
}

figure img {
  width: 100%;
  height: auto;
}
figure img[src$=".svg"] {
  max-width: 100%;
}

th {
  font-weight: normal;
}

#wrapper {
  overflow: hidden;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.noFind {
  text-align: center;
  width: 100%;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .noFind {
    margin-top: 2em;
  }
}

.scrollbar {
  overflow: hidden scroll;
  padding-right: 1em;
}
.scrollbar::-webkit-scrollbar {
  width: 1em;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}

.flowLink {
  position: relative;
  padding-bottom: 0.4em;
}
@media print, screen and (min-width: 768px) {
  .flowLink::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #005eaf;
    height: 2px;
    width: 100%;
    transform: scale(0);
    transform-origin: left center;
    transition: all ease 0.3s;
  }
}
.flowLink:hover::after {
  transform: scale(1);
}

.maker {
  display: inline;
  background: linear-gradient(transparent 70%, #fdd8d8 0%);
  padding: 0 0.4em;
}

.scrollAnim {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  writing-mode: vertical-rl;
  font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}
.scrollAnim a {
  position: relative;
  display: inline-block;
  padding-right: 0.2em;
  padding-bottom: 9em;
}
.scrollAnim a::before, .scrollAnim a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.3em;
}
.scrollAnim a::before {
  height: 8em;
  background-color: #005eaf;
  bottom: 0;
}
.scrollAnim a::after {
  height: 0em;
  background-color: #fff;
  bottom: 8em;
  animation: scroll_anim 1.6s ease-in-out 0s infinite normal forwards;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #wrapper:not(.preload) * {
    transition: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
a.no-link {
  pointer-events: none !important;
}

@keyframes scroll_anim {
  0% {
    height: 0;
    bottom: 8em;
  }
  70% {
    height: 5em;
  }
  80% {
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.scrollItem,
.scrollListItem {
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.scrollItem.scrollActive,
.scrollListItem.scrollActive {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

.fadein {
  opacity: 0;
}
.fadein.scrollActive {
  opacity: 1;
}

.fadeTop {
  transform: translateY(5em);
}
.fadeTop.scrollActive {
  transform: translate(0);
}

.fadeRight {
  transform: translateX(5em);
}
.fadeRight.scrollActive {
  transform: translate(0);
}

.fadeBottom {
  transform: translateY(-5em);
}
.fadeBottom.scrollActive {
  transform: translate(0);
}

.fadeLeft {
  transform: translateX(-5em);
}
.fadeLeft.scrollActive {
  transform: translate(0);
}

.fadeInLeft,
.fadeInRight {
  position: relative;
}
.fadeInLeft::after,
.fadeInRight::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all ease-in-out 0.6s;
  transform-origin: center right;
}
.fadeInLeft.scrollActive::after,
.fadeInRight.scrollActive::after {
  transform: scaleX(0);
}

.fadeInRight::after {
  transform-origin: center left;
}

.header {
 /* position: fixed;*/
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 1000;
  transition: all ease-in-out 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header.scrolled .header__wrapper {
    height: 7.5em;
  }
  .header.scrolled .header__inner {
    padding-top: 0;
    padding-right: 0;
  }
  .header.scrolled .header__logo {
    width: 20em;
  }
  .header.scrolled .header__link {
    flex-direction: row;
  }
  .header.scrolled .header__link.mail {
    background-color: #F9BE00;
    padding: 0 2.5em;
    gap: 0;
    display: flex;
    height: 100%;
  }
  .header.scrolled .header__links .item {
    height: .5em;
  }
}
.header__wrapper {
  background-color: #fff;
  height: 13em;
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    height: 12em;
  }
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5em;
  margin: auto;
  max-width: 1600px;
  padding: 3em 3em 0 3em;
  height: inherit;
}
@media only screen and (max-width: 767px) {
  .header__inner {
    gap: 0;
    padding: 0;
  }
}
.header__logo {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 3em;
  height: 100%;
  width: 32em;
  z-index: 5;
}

.header__logo h1{
  margin-top:10px;
  margin-bottom:0;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    position: relative;
    display: flex;
    align-items: center;
    left: 0;
    height: 12em;
    width: 100%;
    box-shadow: none;
    padding: 1.5em;
  }
.header__logo h1 img{
   max-height:70px;
	}
}
.header__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .header__link {
    flex-direction: row;
    gap: 1em 2em;
  }
}
.header__link.mail .icon {
  width: 2.5em;
}
.header__link .icon {
  width: 2em;
}
@media only screen and (max-width: 767px) {
  .header__link .icon {
    width: 3.5em;
  }
}
.header__link .label {
  font-size: 1.4em;
  color: #005eaf;
}
@media only screen and (max-width: 767px) {
  .header__link .label {
    font-size: 2.8em;
  }
}
.header__links {
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .header__links {
    height: inherit;
    gap: 0;
  }
}
.header__links .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  height: 5.5em;
  width: 22em;
  background-color: #005eaf;
  border: 2px solid #005eaf;
  color: #fff;
  transition-property: background-color, color, border-color;
}
@media only screen and (max-width: 767px) {
  .header__links .item {
    border: none;
    height: inherit;
    flex-direction: column;
    overflow: hidden;
    width: 12em;
   padding:0 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__links .item:hover {
    background-color: #fff;
    color: #005eaf;
    border-color: #80aed7;
  }
  .header__links .item:hover.organizer .icon .cls-1 {
    fill: #80aed7;
  }
  .header__links .item:hover.visitor .icon .cls-1 {
    fill: #fff;
  }
  .header__links .item:hover .label::after {
    border-top-color: #80aed7;
  }
}
.header__links .item::before {
  content: "";
  position: absolute;
  top: -2.2em;
  left: -2.2em;
  width: 2em;
  height: 2em;
  border: 2em solid transparent;
  border-bottom: 2em solid #80aed7;
  transform: rotate(-45deg);
}
.header__links .item.organizer .icon {
  width: 3.8em;
}
@media only screen and (max-width: 767px) {
  .header__links .item.organizer .icon {
    width: 7em;
  }
}
.header__links .item.organizer .icon .cls-1 {
  fill: #fff;
  transition: all ease-in-out 0.3s;
}
.header__links .item.organizer .icon .cls-2 {
  opacity: 0;
}
.header__links .item.visitor {
  background-color: #fff;
  color: #1ba1b7;
  border: 2px solid #8dd0db;
}
.header__links .item.visitor:hover {
  background-color: #1ba1b7;
  border-color: #1ba1b7;
  color: #fff;
}
.header__links .item.visitor:hover .label::after {
  border-top-color: #fff;
}
.header__links .item.visitor::before {
  border-bottom: 2em solid #8dd0db;
}
.header__links .item.visitor .icon {
  width: 2.8em;
}
@media only screen and (max-width: 767px) {
  .header__links .item.visitor .icon {
    width: 5em;
  }
}
.header__links .item.visitor .icon .cls-1 {
  fill: #8dd0db;
  transition: all ease-in-out 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__links .item.visitor .label::after {
    border-top: 1em solid #8dd0db;
  }
}
.header__links .item .label {
  position: relative;
  padding-right: 2.5em;
  font-size: 1.7em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .header__links .item .label {
    font-size: 2.6em;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header__links .item .label::after {
    content: "";
    position: absolute;
    top: 1em;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.8em;
    height: 0.8em;
    border: 0.8em solid transparent;
    border-top: 0.8em solid #fff;
    transition: all ease-in-out 0.3s;
  }
}
.header .lang-change__switcher[data-stt-disabled] {
  color: #ddd;
}
.header .lang-change__switcher[data-stt-disabled] a {
  color: #ddd;
}
.header .lang-change__switcher[data-stt-disabled] a[data-stt-active] {
  color: #ddd;
}
.header .lang-change__switcher a[data-stt-active] {
  color: #005eaf;
  text-decoration: underline;
}
.header .google-form .gsc-control-cse {
  width: 100%;
  padding: 0;
  background-color: unset;
  border: none;
}
.header .google-form .gsc-control-cse .gsc-search-box {
  margin: 0;
}
.header .google-form .gsc-search-button .gsc-search-button-v2 {
  text-align: center;
  padding: 1em;
  height: 4em;
  width: 4em;
}
@media only screen and (max-width: 767px) {
  .header .google-form .gsc-search-button .gsc-search-button-v2 {
    height: 9em;
    width: 9em;
  }
}
.header .google-form .gsc-clear-button {
  display: none;
}
.header .google-form table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .header .google-form table.gsc-search-box td.gsc-input #gs_tti51 {
    height: 9em;
  }
}
.header .google-form table.gsc-search-box td.gsc-input #gs_tti50 {
  padding: 0;
}
.header .google-form table.gsc-search-box td.gsc-input #gs_tti50 input {
  height: 4em !important;
  padding: 1em !important;
}
@media only screen and (max-width: 767px) {
  .header .google-form input.gsc-input {
    height: 6em !important;
  }
}
.header__guide {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header__guide {
    display: none !important;
  }
}
.header__guide .list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}
.header__guide .item {
  width: 20%;
  background-color: #196eb7;
  border: 1px solid #fff;
}
.header__guide .item:nth-child(even) {
  background-color: #4086c3;
}
.header__guide .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5em;
  gap: 1.5em;
}
.header__guide .item .icon {
  width: 1.7em;
}
.header__guide .item .icon.icon-facility {
  width: 2.6em;
}
.header__guide .item .icon.icon-access {
  width: 2.1em;
}
.header__guide .item .icon.icon-equipment {
  width: 2.5em;
}
.header__guide .item .icon.icon-scene {
  width: 2.5em;
}
.header__guide .item .icon.icon-use {
  width: 2.4em;
}
.header__guide .item .icon.icon-food {
  width: 2.5em;
}
.header__guide .item .icon.icon-faq {
  width: 2.5em;
}
.header__guide .item .label {
  color: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .header .gnav {
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 100vw;
    background-color: #e5eff7;
    padding: 12em 0 20em;
    overflow: hidden scroll;
    transition: all ease-in-out 0.6s;
    transform: translateX(100%);
    z-index: -1;
  }
  .header .gnav.active {
    transform: translateX(0);
  }
}
.header .gnav__list01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
.header .gnav__list01::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background-color: #fff;
}
.header .gnav__list01 .item {
  width: 50%;
  border-bottom: 2px solid #fff;
}
.header .gnav__list01 .item.parent.active a::before {
  transform: rotate(90deg);
  opacity: 0;
}
.header .gnav__list01 .item.parent.active a::after {
  transform: rotate(0);
}
.header .gnav__list01 .item.parent a::before,
.header .gnav__list01 .item.parent a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3em;
  bottom: 0;
  margin: auto;
  background-image: none;
  width: 4em;
  height: 2px;
  background-color: #005eaf;
  transition: all ease-in-out 0.6s;
}
.header .gnav__list01 .item.parent a::after {
  content: "";
  transform: rotate(-90deg);
}
.header .gnav__list01 .item.sub {
  position: relative;
  display: none;
  width: 100%;
}
.header .gnav__list01 .item > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 10em;
  padding-left: 4em;
  color: #000;
  font-weight: bold;
}
.header .gnav__list01 .item > a::after {
  position: absolute;
  content: "";
  background-image: url("./../img/common/icon_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 3em;
  bottom: 0;
  margin: auto;
  height: 2.2em;
  width: 3.8em;
}
.header .gnav__list01 .sublist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 2em 0;
  background-color: #e5eff7;
  z-index: 3;
}
.header .gnav__list01 .sublist .subitem {
  width: 50%;
}
.header .gnav__list01 .sublist .subitem > a {
  display: block;
  padding: 1.2em 3em;
  font-size: 2.4em;
}
.header .gnav__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2em 4em;
  line-height: 1.4;
}
.header .gnav__list02 .item {
  width: 47%;
}
.header .gnav__list02 .item > a {
  display: block;
  padding: 1.8em 0;
  color: #000;
  border-bottom: 2px solid #b3b3b3;
}
.header .gnav__list02 .sublist {
  margin-top: 2em;
}
.header .gnav__list02 .sublist a {
  display: block;
  font-size: 2.4em;
  padding: 1.2em 0;
}
.header .gnav__sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4em 0;
  margin-top: 6em;
  padding: 0 6em;
}
.header .gnav__sub .lang-change {
  width: 45%;
  display: flex;
  justify-content: center;
}
.header .gnav__sub .mypage {
  width: 55%;
  display: flex;
  justify-content: center;
}
.header .gnav__sub .google-form {
  width: 100%;
}
.header .gnav .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3em;
  background-color: #1ba1b7;
  height: 10em;
  width: 38em;
  margin: 4em auto 0;
}
.header .gnav .btn .icon.visitor {
  width: 4.5em;
}
.header .gnav .btn .label {
  color: #fff;
  font-size: 3em;
}
.header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #214098;
  height: 12em;
  width: 12em;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btn.active .bar:first-of-type {
  transform: translateY(1.5em) rotate(30deg);
}
.header__btn.active .bar:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}
.header__btn.active .bar:last-of-type {
  transform: translateY(-1.2em) rotate(-30deg);
  width: 100%;
}
.header__btn.active .menu {
  display: none;
}
.header__btn.active .close {
  display: block;
}
.header__btn .mark {
  position: relative;
  cursor: pointer;
  height: 3em;
  width: 7.5em;
  transition: all 0.6s ease-in-out;
}
.header__btn .bar {
  position: absolute;
  left: 0;
  background-color: #fff;
  height: 0.3em;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.header__btn .bar:first-of-type {
  top: 0;
}
.header__btn .bar:nth-child(2) {
  top: 1.4em;
}
.header__btn .bar:last-of-type {
  bottom: 0;
}
.header__btn .menu,
.header__btn .close {
  font-weight: bold;
  display: inline-block;
  margin-top: 1em;
  color: #fff;
  letter-spacing: 1px;
  font-size: 2.3em;
}
.header__btn .menu {
  display: block;
}
.header__btn .close {
  display: none;
}

.main {
  line-height: 1.6;
  margin-top: 13em;
}
@media only screen and (max-width: 767px) {
  .main {
    margin-top: 12em;
  }
}

.wrapper {
  max-width: 1100px;
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
  }
}

.modaal-wrapper {
  z-index: 10000 !important;
}

.modaal-overlay {
  z-index: 9999 !important;
}

#msta_langArea.msta-default {
  opacity: 0;
}

.modaal-img {
  display: none;
}

.modaal-content-container {
  padding: 10px !important;
}

@media print, screen and (min-width: 768px) {
  .sec-link {
    padding-top: 11em;
    margin-top: -11em;
  }
}

.relative {
  position: relative;
}

.external-link {
  position: absolute;
  top: -13em;
  right: 0;
  left: 0;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .external-link {
    top: -12em;
  }
}

.arrow01 {
  display: inline-block;
  padding-right: 2.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .arrow01 {
    padding-right: 4.5em;
  }
}
.arrow01.white::after {
  background-image: url("./../img/common/icon_arrow_white.svg");
}
.arrow01::after {
  position: absolute;
  content: "";
  background-image: url("./../img/common/icon_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1.1em;
  width: 1.9em;
}
@media only screen and (max-width: 767px) {
  .arrow01::after {
    height: 2.2em;
    width: 3.8em;
  }
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.color-red {
  color: #ff0000;
  font-weight: bold;
}

.title-type01 {
  text-align: center;
  line-height: 1.4;
}
.title-type01 .icon {
  margin: auto;
  width: 4em;
}
@media only screen and (max-width: 767px) {
  .title-type01 .icon {
    width: 5em;
  }
}
.title-type01 .en {
  font-size: 3em;
  letter-spacing: 0.2em;
  font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .title-type01 .en {
    font-size: 3.4em;
  }
}
.title-type01 .ja {
  font-size: 3.4em;
  color: #005eaf;
  margin-top: 1.5em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .title-type01 .ja {
    font-size: 4.8em;
  }
}

.title-type02 {
  text-align: center;
}
.title-type02 span {
  position: relative;
  padding: 0 6em;
  font-size: 3.4em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .title-type02 span {
    font-size: 3.6em;
  }
}
.title-type02 span::before, .title-type02 span::after {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 5em;
  background-color: #999;
}
.title-type02 span::after {
  left: auto;
  right: 0;
}

.title-type03 {
  color: #005eaf;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .title-type03 {
    font-size: 4em;
  }
}
.title-type03.small {
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .title-type03.small {
    font-size: 3.2em;
  }
}

.title-type04 {
  color: #fff;
  background-color: #005eaf;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.6em 2em;
}
@media only screen and (max-width: 767px) {
  .title-type04 {
    font-size: 3.2em;
    padding: 1.4em 2.5em;
  }
}

.title-type05 {
  color: #005eaf;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.6em;
  border-bottom: 2px solid #005eaf;
}
@media only screen and (max-width: 767px) {
  .title-type05 {
    font-size: 3.2em;
    padding-bottom: 2em;
  }
}

.title-type06 {
  color: #005eaf;
  background-color: #d9e7f3;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.4em 2em;
}
@media only screen and (max-width: 767px) {
  .title-type06 {
    font-size: 3em;
    padding: 1em;
  }
}

.title-type07 {
  position: relative;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .title-type07 {
    font-size: 3em;
    padding-left: 3em;
  }
}
.title-type07::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #005eaf;
}

.title-square {
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .title-square {
    font-size: 3em;
    padding-left: 1em;
    text-indent: -0.5em;
  }
}
.title-square::before {
  content: "■";
  color: #005eaf;
  display: inline-block;
  margin-right: 0.25em;
}

.title-circle {
  text-indent: -0.65em;
  padding-left: 1em;
}
.title-circle::before {
  content: "●";
  color: #005eaf;
  display: inline-block;
  margin-right: 0.25em;
  transform: scale(0.8);
}

.btn-type01-content {
  text-align: center;
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .btn-type01-content {
    margin-top: 6em;
  }
}

.btn-type01 {
  display: inline-block;
  position: relative;
  min-width: 22.5em;
  line-height: 5em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  background-color: #005eaf;
  padding: 0 6em 0 4em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-type01 {
    font-size: 2.8em;
    line-height: 8em;
    padding: 0 8em 0 6em;
    min-width: 34em;
  }
}
@media only screen and (max-width: 767px) {
  .btn-type01.line02 {
    line-height: 1.4;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.btn-type01.external {
  padding-right: 7em;
}
@media only screen and (max-width: 767px) {
  .btn-type01.external {
    padding-right: 9em;
  }
}
.btn-type01.external::after {
  background-image: url("./../img/common/icon_external_link.svg");
  height: 1.6em;
  width: 2.4em;
}
@media only screen and (max-width: 767px) {
  .btn-type01.external::after {
    height: 2.5em;
    width: 3.8em;
  }
}
.btn-type01.pdf, .btn-type01.download {
  color: #005eaf;
  background-color: #fff;
  border: 2px solid #005eaf;
}
.btn-type01.pdf::after, .btn-type01.download::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  margin: auto;
  background-image: url("./../img/common/icon_pdf.svg");
  background-size: cover;
  height: 2.4em;
  width: 2em;
}
@media only screen and (max-width: 767px) {
  .btn-type01.pdf::after, .btn-type01.download::after {
    right: 2em;
    height: 4.3em;
    width: 3.6em;
  }
}
.btn-type01.download::after {
  background-image: url("./../img/common/icon_download.svg");
}
.btn-type01::after {
  position: absolute;
  content: "";
  background-image: url("./../img/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  height: 1.1em;
  width: 1.9em;
}
@media only screen and (max-width: 767px) {
  .btn-type01::after {
    height: 2.2em;
    width: 3.8em;
  }
}

.btn-virtual {
  position: relative;
  display: block;
  background-color: #c5bc77;
  color: #fff;
  text-align: center;
  line-height: 5em;
  font-size: 1.8em;
  font-weight: bold;
  padding-left: 1em;
  width: 34em;
}
@media only screen and (max-width: 767px) {
  .btn-virtual {
    padding-left: 2em;
    font-size: 2.8em;
    line-height: 8em;
    width: 50em;
  }
}
.btn-virtual::before {
  position: absolute;
  content: "";
  background-image: url("./../img/common/icon_virtual.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 2em;
  bottom: 0;
  margin: auto;
  height: 2.9em;
  width: 3.4em;
}
@media only screen and (max-width: 767px) {
  .btn-virtual::before {
    left: 2.5em;
    height: 4.2em;
    width: 5em;
  }
}
.btn-virtual::after {
  position: absolute;
  content: "";
  background-image: url("./../img/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  height: 1.1em;
  width: 1.9em;
}
@media only screen and (max-width: 767px) {
  .btn-virtual::after {
    height: 2.2em;
    width: 3.8em;
  }
}

.table-type01 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .table-type01:not(.sp-default) {
    border-bottom: 1px solid #ccc;
  }
}
.table-type01.type02.sp-default .term {
  width: 35%;
}
.table-type01.type02.sp-default .desc {
  width: 65%;
}
@media print, screen and (min-width: 768px) {
  .table-type01.type02 .term {
    width: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  .table-type01.type02 .desc {
    width: 65%;
  }
}
@media print, screen and (min-width: 768px) {
  .table-type01.type03 .term,
  .table-type01.type03 .desc {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .table-type01:not(.sp-default) .term,
  .table-type01:not(.sp-default) .desc {
    border: none;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .table-type01:not(.sp-default) .term {
    font-size: 3em;
    padding: 1em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .table-type01:not(.sp-default) .desc {
    padding: 3em 0 4em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .table-type01.sp-default .term,
  .table-type01.sp-default .desc {
    padding: 2.5em 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .table-type01.sp-default .term:first-child, .table-type01.sp-default .term:nth-child(2),
  .table-type01.sp-default .desc:first-child,
  .table-type01.sp-default .desc:nth-child(2) {
    border-top: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .table-type01.sp-default .term:first-child,
  .table-type01.sp-default .desc:first-child {
    border-color: #fff;
  }
}
.table-type01 .term,
.table-type01 .desc {
  padding: 2.5em;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .table-type01 .term:first-child, .table-type01 .term:nth-child(2),
  .table-type01 .desc:first-child,
  .table-type01 .desc:nth-child(2) {
    border-top: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 768px) {
  .table-type01 .term:first-child,
  .table-type01 .desc:first-child {
    border-color: #fff;
  }
}
.table-type01 .term {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9e7f3;
  font-size: 1.7em;
  font-weight: bold;
  color: #005eaf;
  border-color: #fff;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .table-type01 .term {
    font-size: 3em;
  }
}
.table-type01 .desc {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .table-type02 {
    overflow: scroll hidden;
  }
}
.table-type02.type02 table thead th {
  width: 25%;
}
.table-type02.type03 table tbody tr:first-of-type td {
  border-top: 1px solid #ccc;
}
.table-type02 table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table-type02 table {
    width: 140%;
  }
}
.table-type02 table th {
  width: 33%;
  font-weight: bold;
  color: #005eaf;
  background-color: #d9e7f3;
  border-top: 1px solid #fff;
}
.table-type02 table th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-type02 table th,
.table-type02 table td {
  text-align: center;
  padding: 1.5em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .table-type02 table th,
  .table-type02 table td {
    padding: 2.2em;
  }
}
.table-type02 table tbody td {
  border-bottom: 1px solid #ccc;
  padding: 1.8em 2em;
}
@media only screen and (max-width: 767px) {
  .table-type02 table tbody td {
    padding: 2.6em 3em;
  }
}

@media only screen and (max-width: 767px) {
  .table-type03 {
    overflow: scroll hidden;
  }
}
.table-type03 table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table-type03 table {
    width: 140%;
  }
}
.table-type03 table th,
.table-type03 table td {
  text-align: center;
  padding: 1.5em 1em;
  vertical-align: middle;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .table-type03 table th,
  .table-type03 table td {
    padding: 2.2em 1.6em;
  }
}
.table-type03 table tr:first-child th,
.table-type03 table tr:first-child td {
  border-top-width: 1px;
}
.table-type03 table tr:last-child th,
.table-type03 table tr:last-child td {
  border-bottom-width: 1px;
}
.table-type03 table th {
  font-weight: bold;
  color: #005eaf;
  background-color: #d9e7f3;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
.table-type03 table td {
  border-top: 0.5px solid #ccc;
  border-bottom: 0.5px solid #ccc;
  padding: 1.8em 1em;
}
@media only screen and (max-width: 767px) {
  .table-type03 table td {
    padding: 2.6em 1.6em;
  }
}

.link-pdf,
.link-doc,
.link-excel {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.link-pdf::after,
.link-doc::after,
.link-excel::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.6em;
  margin-left: 1em;
  background-image: url("./../img/common/icon_pdf.svg");
  background-size: cover;
  height: 2.4em;
  width: 2em;
}
@media only screen and (max-width: 767px) {
  .link-pdf::after,
  .link-doc::after,
  .link-excel::after {
    top: 1.2em;
    height: 4.3em;
    width: 3.6em;
    margin-left: 2em;
  }
}

.link-doc::after {
  background-image: url("./../img/common/icon_doc.svg");
}

.link-excel::after {
  background-image: url("./../img/common/icon_excel.svg");
}

.attention-text {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .attention-text {
    font-size: 2.6em;
    padding-left: 2.6em;
  }
}
.attention-text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.list-type01 {
  counter-reset: item;
}
.list-type01 > li {
  position: relative;
  padding-left: 2em;
}
.list-type01 > li:nth-child(n+10) {
  padding-left: 3em;
}
@media only screen and (max-width: 767px) {
  .list-type01 > li:nth-child(n+10) {
    padding-left: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .list-type01 > li {
    padding-left: 3.5em;
  }
}
.list-type01 > li::before {
  content: counters(item, ".") ". ";
  counter-incement: item;
  position: absolute;
  top: 0;
  left: 0;
}

.list-type02 {
  counter-reset: number 0;
}
.list-type02 > li {
  position: relative;
  padding-left: 2.6em;
}
@media only screen and (max-width: 767px) {
  .list-type02 > li {
    padding-left: 5em;
  }
}
.list-type02 > li::before {
  counter-incement: number 1;
  content: "(" counter(number) ")";
  position: absolute;
  top: 0;
  left: 0;
}

.list-type03 > li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-type04 > li {
  position: relative;
  padding-left: 1.6em;
}
@media only screen and (max-width: 767px) {
  .list-type04 > li {
    padding-left: 2.8em;
  }
}
.list-type04 > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list-type05 > li:not(:first-child) {
  margin-top: 0.5em;
}

.nav-type01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4em;
  gap: 4em 3em;
}
@media only screen and (max-width: 767px) {
  .nav-type01 {
    justify-content: space-between;
    gap: 5em 0;
    margin-top: 5em;
  }
}
@media print, screen and (min-width: 768px) {
  .nav-type01.column04 {
    gap: 4em 2em;
  }
  .nav-type01.column04 .nav-type01__item {
    width: calc(25% - 1.5em);
  }
}
.nav-type01__item {
  width: calc(33.3333% - 2em);
}
@media only screen and (max-width: 767px) {
  .nav-type01__item {
    width: 48%;
  }
}
.nav-type01 figure {
  height: 20em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-type01 figure {
    height: 24em;
  }
}
.nav-type01 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.nav-type01 .label {
  font-weight: bold;
  font-size: 2em;
  color: #005eaf;
  margin-top: 1em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .nav-type01 .label {
    font-size: 2.8em;
    margin-top: 1.5em;
  }
}

.banner-type01 {
  position: relative;
  display: flex;
  background-color: #005eaf;
  margin: auto;
  min-height: 13em;
  width: 50em;
  padding: 2px;
}
@media only screen and (max-width: 767px) {
  .banner-type01 {
    width: 62em;
  }
}
.banner-type01::after {
  position: absolute;
  content: "";
  background-image: url("./../img/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  height: 1.1em;
  width: 1.9em;
}
@media only screen and (max-width: 767px) {
  .banner-type01::after {
    right: 2em;
    height: 2.2em;
    width: 3.8em;
  }
}
.banner-type01 .img {
  width: 40%;
  min-height: 100%;
}
.banner-type01 .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.banner-type01 .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 3.4em;
  width: 60%;
  line-height: 1.4;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .banner-type01 .label {
    font-size: 4.2em;
  }
}

.news-item a {
  display: block;
  padding: 2.5em 0;
  border-bottom: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .news-item a {
    padding: 4em 0;
  }
}
.news-item__info {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media only screen and (max-width: 767px) {
  .news-item__info {
    gap: 2em;
  }
}
.news-item__info .time {
  font-size: 1.8em;
  font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  margin-top: 0.2em;
  color: #005eaf;
}
@media only screen and (max-width: 767px) {
  .news-item__info .time {
    font-size: 3em;
    margin-top: 0.4em;
  }
}
.news-item__info .cat {
  line-height: 1;
  padding: 0.4em 2em;
  color: #005eaf;
  border: 2px solid #005eaf;
  font-size: 1.4em;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .news-item__info .cat {
    padding: 0.8em 3em;
    font-size: 2.4em;
  }
}
.news-item__info .cat.imp {
  color: #fff;
  border-color: #e65050;
  background-color: #e65050;
}
.news-item__info .cat.new {
  color: #e65050;
  border-color: #e65050;
}
.news-item__info .cat.event, .news-item__info .cat.event-visitor {
  color: #f0aa64;
  border-color: #f0aa64;
}
.news-item__info .cat.info, .news-item__info .cat.info-visitor {
  color: #58b691;
  border-color: #58b691;
}
.news-item .headline {
  font-size: 1.7em;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
  .news-item .headline {
    font-size: 2.8em;
    margin-top: 1.5em;
  }
}

.pagination {
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 6em;
  }
}
.pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
@media only screen and (max-width: 767px) {
  .pagination .wp-pagenavi {
    gap: 2em;
  }
}
.pagination .wp-pagenavi > * {
  background-color: #f2f2f2;
  text-align: center;
  line-height: 5em;
  height: 5em;
  width: 5em;
  font-weight: bold;
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .pagination .wp-pagenavi > * {
    font-size: 3.2em;
    height: 7em;
    line-height: 7em;
    width: 7em;
  }
}
.pagination .wp-pagenavi .current {
  background-color: #005eaf;
  color: #fff;
}
.pagination .wp-pagenavi .previouspostslink::after {
  transform: scale(-1, -1);
}
.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink {
  position: relative;
  background-color: #d9e7f3;
}
.pagination .wp-pagenavi .previouspostslink::after,
.pagination .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("./../img/common/icon_arrow_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.1em;
  width: 1.9em;
}
@media only screen and (max-width: 767px) {
  .pagination .wp-pagenavi .previouspostslink::after,
  .pagination .wp-pagenavi .nextpostslink::after {
    height: 2.2em;
    width: 3.8em;
  }
}

.induction {
  margin-top: 10em;
}
.induction__list {
  display: flex;
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  .induction__list {
    display: block;
  }
}
.induction__item {
  position: relative;
  background-image: url("./../img/organizer/common/induction_img01.png");
  background-size: cover;
  background-position: center;
  padding: 3em 0;
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .induction__item {
    display: block;
    padding: 4em 0;
    width: 100%;
  }
}
.induction__item.reserve .induction__content {
  margin-left: auto;
}
.induction__item.mail {
  background-image: url("./../img/organizer/common/induction_img02.png");
}
.induction__item.mail::after {
  background-color: rgba(29, 128, 158, 0.8);
}
.induction__item.tel {
  background-image: url("./../img/organizer/common/induction_img03.png");
}
@media print, screen and (min-width: 768px) {
  .induction__item.tel {
    pointer-events: none;
  }
}
.induction__item.tel::after {
  background-color: rgba(193, 97, 10, 0.8);
}
.induction__item.tel .induction__content::after {
  display: none;
}
.induction__item.tel .induction__content .title .number {
  font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
  font-size: 5.2em;
  letter-spacing: 0.25em;
  line-height: 1;
  display: block;
  position: relative;
  top: 1em;
}
.induction__item::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 94, 175, 0.8);
}
.induction__content {
  position: relative;
  width: 55em;
  z-index: 4;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .induction__content {
    width: 100%;
  }
}
.induction__content::after {
  position: absolute;
  content: "";
  background-image: url("./../img/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 2em;
  right: 6em;
  bottom: 0;
  margin: auto;
  height: 1.1em;
  width: 1.9em;
}
@media only screen and (max-width: 767px) {
  .induction__content::after {
    height: 2.2em;
    width: 3.8em;
  }
}
.induction__content .icon {
  margin: auto;
  width: 8em;
}
.induction__content .title {
  font-size: 4em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .induction__content .title {
    margin-top: 1em;
  }
}
.induction__content .sub {
  padding: 0.2em;
  border: 2px solid #fff;
  border-radius: 5em;
  width: 33em;
  margin: 1.5em auto 0;
}
@media only screen and (max-width: 767px) {
  .induction__content .sub {
    padding: 0.4em 0 0.6em;
    width: 50em;
    margin-top: 1em;
  }
}
.induction__content .text {
  font-size: 0.9em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .induction__content .text {
    margin-top: 3em;
  }
}
.induction__content .note {
  font-size: 0.9em;
  margin-top: 2.5em;
}


/*0415*/


.footer {
  font-size: 10px;
  padding: 6em 0 1em;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 8em 0;
  }
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*max-width: 1200px;*/

}
@media only screen and (max-width: 1250px) {
  .footer .wrapper {
    display: block;
	  width:95%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .wrapper {
    display: block;
	  width:90%;
  }
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .footer__link {
    display: block;
  }
}
.footer__link .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7fafd;
  border: 1px solid #005eaf;
  color: #005eaf;
  height: 5em;
  width: 25%;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .footer__link .btn {
    padding-right: 2em;
    font-size: 1.5em;
    width: 100%;
    height: 2.5em;
    margin: 2em auto 0;
  }
}
.footer__link .btn::after {
  position: absolute;
  content: "";
  background-image: url("../img/common/icon_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  height: 1.1em;
  width: 1.9em;
}
@media only screen and (max-width: 767px) {
  .footer__link .btn::after {
    transform: scale(50%);
	    right: 0.1em;
  }
}
.footer__link .btn.lp-footer-faq {
  padding-right: 2em;
}
.footer__link .btn.website {
  color: white;
  background-color: rgb(30, 94, 175);
}
.footer__link .btn.website::after {
  background-image: url("../img/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__link .btn.short-movie {
  color: #333;
  background-color: #F9BE00;
  padding-left: 1.5em;
}
.footer__link .btn.short-movie::before {
  content: "";
  display: block;
  width: 2.7em;
  height: 3.2em;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_short_movie_blue.svg?1");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .footer__link .btn.short-movie::before {
    left: 0.5em;
    transform: scale(50%);
	   top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__link .btn.short-movie::before {
    left: 1em;
    transform: scale(50%);
	   top: 0;
  }
}
.footer__link .btn.short-movie::after {
  background-image: url("../img/common/icon_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__logo {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin: auto;
    width: 100%;
  }
}
.footer__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3em;
}
@media only screen and (max-width: 767px) {
  .footer__sns {
    justify-content: center;
    gap: 4em;
    margin-top: 4em;
  }
}
.footer__sns .text {
  font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
  color: #999999;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footer__sns .text {
    font-size: 2.6em;
  }
}
.footer__sns .list {
  display: flex;
  align-items: center;
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .footer__sns .list {
    gap: 3em;
  }
}
.footer__sns .list .item {
  width: 3em;
}
@media only screen and (max-width: 767px) {
  .footer__sns .list .item {
    width: 5em;
  }
}
.footer__sns .list .item.x {
  width: 2.3em;
}
@media only screen and (max-width: 767px) {
  .footer__sns .list .item.x {
    width: 3.8em;
  }
}
.footer__sns .list .item.instagram {
  width: 2.6em;
}
@media only screen and (max-width: 767px) {
  .footer__sns .list .item.instagram {
    width: 4.2em;
  }
}
.footer__copy {
  font-size: 2em;
  font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 3em;
	margin-bottom:0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1.5em;
    text-align: center;
    margin-top: 4em;
  }
}


@media only screen and (max-width: 767px) {

	.has-small-font-size {
	    font-size: 1rem!important;
	}
}
.toplogo{
	    position: absolute;
    z-index: 99999;
    top: 10px;
    left: 20px;
}

