@charset "UTF-8";
* {
  letter-spacing: 0.05rem;
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a img {
  /* IE10以下で出る枠線対策 */
  border-style: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

.out {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*  header  */
header {
  background-color: #fff;
  box-shadow: 0px -5px 12px #000;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 820px) {
  header {
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  header {
    transition: all 0.5s;
    transform: translateY(0);
  }
}
header .header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 20px;
  height: 80px;
}
@media screen and (max-width: 820px) {
  header .header__inner {
    height: 60px;
    justify-content: center;
  }
}
header .header__inner .logo a {
  font-size: 0;
  display: block;
}
@media screen and (max-width: 820px) {
  header .header__inner .logo a img {
    height: 40px;
  }
}
header .header__inner #global-nav ul {
  align-items: center;
  display: flex;
}
header .header__inner #global-nav ul li a {
  display: block;
  padding: 27px 0;
}
header .header__inner #global-nav ul li + li {
  margin-left: 20px;
}

#gNav {
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  #gNav {
    background: #fff;
    display: none;
    left: 50%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    transform: translate(-50%, 0);
    top: 60px;
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  #gNav {
    top: 51px;
  }
}
@media screen and (max-width: 1024px) {
  #gNav ul {
    padding: 0 20px;
  }
}
#gNav ul li {
  border-bottom: 1px solid #ccc;
}
#gNav ul li:first-of-type {
  border-top: 1px solid #ccc;
}
#gNav ul li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #gNav ul li a {
    color: #333;
    padding: 10px;
    font-size: 13px;
  }
}
#gNav ul li a span {
  font-size: 16px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #gNav ul li a span {
    font-size: 20px;
  }
}
@media print {
  #gNav {
    display: none;
  }
}
#gNav .iyArea .linkFlex {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 520px) {
  #gNav .iyArea .linkFlex {
    margin-bottom: 25px;
  }
}
#gNav .iyArea .linkFlex a {
  margin: 0 25px;
}
@media screen and (max-width: 520px) {
  #gNav .iyArea .linkFlex a {
    margin: 0 20px;
  }
}

.headerNav {
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .headerNav {
    background-color: transparent;
  }
}
.headerNav .headerNavList {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .headerNav .headerNavList {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .headerNav .headerNavList .headerNavList__link {
    display: block;
    padding: 10px;
    position: relative;
    width: 100%;
  }
}

.hunsMenu {
  position: relative;
}
.hunsMenu .icon-animation {
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  background-color: #188e58;
  text-align: center;
  top: -30px;
  border-radius: 0 0 0 100%;
}
.hunsMenu .icon-animation span {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 20%;
  top: 47%;
  margin-left: -17px;
  margin-top: -5px;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.hunsMenu .icon-animation .top {
  transform: translateY(-8px);
  width: 35px;
}
.hunsMenu .icon-animation .bottom {
  transform: translateY(8px);
  width: 25px;
}
.hunsMenu .icon-animation button {
  background-color: #fff;
  border: none;
}

.active .icon-animation .middle {
  background: transparent;
}
.active .icon-animation .top {
  transform: rotate(-45deg) translateY(0px);
  width: 30px;
}
.active .icon-animation .bottom {
  transform: rotate(45deg) translateY(0px);
  width: 30px;
}

/*  main  */
.wrapper {
  margin: 55px 27vw 0 auto;
  max-width: 500px;
  width: 90%;
}
@media screen and (max-width: 1460px) {
  .wrapper {
    margin: 55px 16vw 0 auto;
  }
}
@media screen and (max-width: 1150px) {
  .wrapper {
    margin: 55px 4vw 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
@media print {
  .wrapper {
    margin: 0 auto;
    width: 100%;
  }
}

.wrapper2 {
  margin: 0 auto;
  max-width: 450px;
  width: 90%;
}

.mainwrapper {
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.w-100 {
  width: 100%;
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px) {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px) {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px) {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px) {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show {
    display: none !important;
  }
}