.show {
  -webkit-transition: all 0.4s cubic-bezier(0.36, 0.37, 0.33, 0.99);
  transition: all 0.4s cubic-bezier(0.36, 0.37, 0.33, 0.99);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform, opacity;
}

.fadeInUpTrig {
  opacity: 0;
}
.fadeInUpTrig.inActive {
  -webkit-animation: fadeInUp 1.1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUp 1.1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*============================================
Reset
============================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
.contents article, .contents aside, .contents details, .contents figcaption, .contents figure,
.contents footer, .contents header, .contents hgroup, .contents menu, .contents nav, .contents section {
  display: block;
}
.contents nav ul {
  list-style: none;
}
.contents blockquote, .contents q {
  quotes: none;
}
.contents blockquote:before, .contents blockquote:after,
.contents q:before, .contents q:after {
  content: "";
  content: none;
}
.contents a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.contents img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.contents {
  /* change colours to suit your needs */
}
.contents ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.contents {
  /* change colours to suit your needs */
}
.contents mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.contents del {
  text-decoration: line-through;
}
.contents abbr[title], .contents dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contents {
  /* change border colour to suit your needs */
}
.contents hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.contents input, .contents select {
  vertical-align: middle;
}

/*============================================
base
============================================*/
html.stop {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

#Container {
  width: 100%;
}

#Container .contents {
  text-align: center;
}

.contents a {
  text-decoration: none;
}

.contents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .contents .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents .flex__Hide__SP {
    display: none;
  }
}
.contents .jcsb {
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.contents .jcc {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.contents .kern {
  margin: 0 !important;
  letter-spacing: 0.05em !important;
}
.contents .inner {
  width: 1030px;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .contents .inner {
    width: 100%;
    padding: 0 5.333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contents .forPC {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .contents .forPC {
    display: none !important;
  }
}
.contents .forSP {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .contents .forSP {
    display: block !important;
  }
}
.contents .nav {
  background: url("/magazine/asatan/assets/image/nav.jpg") repeat;
  background-size: 200px 200px;
}
@media screen and (max-width: 750px) {
  .contents .nav {
    background: url("/magazine/asatan/assets/image/nav_sp.jpg") repeat;
    background-size: 200px 200px;
  }
}
.contents .nav .inner {
  max-width: 1030px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .contents .nav .inner {
    max-width: 100%;
  }
}
.contents .nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  padding: 25px 0;
}
@media screen and (max-width: 750px) {
  .contents .nav ul {
    gap: 0 0vw;
    padding: 4vw 0;
  }
}
.contents .nav ul li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 750px) {
  .contents .nav ul li {
    padding-left: 3vw;
  }
}
.contents .nav ul li a {
  color: #fff;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  line-height: 1.2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.contents .nav ul li a:hover {
  opacity: 0.6;
}
.contents .nav ul li a:hover img {
  opacity: 1;
}
.contents .nav ul li a:focus {
  opacity: 0.6;
}
.contents .nav ul li a:focus img {
  opacity: 1;
}
.contents .nav ul li a picture {
  display: block;
}
.contents .nav ul li a::before {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 0px solid transparent;
  border-left: 12px solid #fff;
}
@media screen and (max-width: 750px) {
  .contents .nav ul li a::before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 0px solid transparent;
    border-left: 6px solid #fff;
  }
}
.contents .nav ul li:first-child a picture {
  max-width: 300px;
}
@media screen and (max-width: 750px) {
  .contents .nav ul li:first-child a picture {
    max-width: 100%;
    width: 20vw;
  }
}
.contents .nav ul li:nth-child(2) a picture {
  max-width: 160px;
}
@media screen and (max-width: 750px) {
  .contents .nav ul li:nth-child(2) a picture {
    max-width: 100%;
    width: 20vw;
  }
}
.contents .nav ul li:last-child a picture {
  max-width: 330px;
}
@media screen and (max-width: 750px) {
  .contents .nav ul li:last-child a picture {
    max-width: 100%;
    width: 24vw;
  }
}
.contents .nav ul li.cur a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.contents .nav__sticky {
  position: fixed;
  width: 100%;
  top: -120px;
  left: 0;
  z-index: 800;
  -webkit-transition: position ease 0.4s;
  transition: position ease 0.4s;
}
@media screen and (max-width: 750px) {
  .contents .nav__sticky {
    display: none;
  }
}
.contents .nav__sticky ul li a {
  padding: 8px 0;
  font-size: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contents .nav__sticky ul li a {
    padding: 10px 5px;
  }
}
.contents .nav__sp {
  display: none;
  position: fixed;
  background: #c3edec;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4000;
  overflow: auto;
}
.contents .nav__sp #closeBtn_top {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 13.7vw;
  height: 13.7vw;
  padding: 2.7vw;
  z-index: 5000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/magazine/asatan/assets/image/nav_sp.jpg") repeat;
  background-size: cover;
}
.contents .nav__sp #closeBtn_top p {
  width: 90%;
  height: 100%;
  margin: auto;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contents .nav__sp #closeBtn_top p:before, .contents .nav__sp #closeBtn_top p:after {
  content: "";
  display: block;
  width: 100%;
  height: 1vw;
  position: absolute;
  top: calc(50% - 2px);
  background: #fff;
}
.contents .nav__sp #closeBtn_top p:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contents .nav__sp ul {
  height: auto;
  padding: 18.667vw 12vw;
}
.contents .nav__sp ul li {
  width: 100%;
  text-align: left;
  border-bottom: 2px dotted #037ab6;
}
.contents .nav__sp ul li.cur a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.contents .nav__sp ul li a {
  display: block;
  position: relative;
  font-weight: bold;
  color: #037ab6;
  font-size: 4.533vw;
  padding: 4.667vw 0 4.667vw 5vw;
  line-height: 1.4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 321px) {
  .contents .nav__sp ul li a {
    font-size: 14px !important;
    padding: 6.2vw 0 6.2vw 4vw;
  }
}
.contents .nav__sp ul li a::before {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 0px solid transparent;
  border-left: 12px solid #037ab6;
}
@media screen and (max-width: 750px) {
  .contents .nav__sp ul li a::before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 0px solid transparent;
    border-left: 6px solid #037ab6;
  }
}
.contents .link_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;
  width: 460px;
  height: 75px;
  border-radius: 100vh;
  margin: 0 auto;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-box-shadow: 6px 6px 0px 0px rgb(235, 235, 235);
          box-shadow: 6px 6px 0px 0px rgb(235, 235, 235);
  cursor: pointer;
  -webkit-transform: 0.2s;
          transform: 0.2s;
}
@media screen and (max-width: 750px) {
  .contents .link_btn a {
    width: 69.333vw;
    height: 11.333vw;
    -webkit-box-shadow: 3px 3px 0px 0px rgb(235, 235, 235);
            box-shadow: 3px 3px 0px 0px rgb(235, 235, 235);
  }
}
.contents .link_btn a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  opacity: 0.85;
}
.contents .link_btn a:hover img {
  opacity: 1;
}
.contents .link_btn a picture {
  width: 100%;
}

#menubtn {
  display: none;
}
@media screen and (max-width: 750px) {
  #menubtn {
    display: block;
    background: url("/magazine/asatan/assets/image/nav_sp.jpg") repeat;
    width: 13.7vw;
    height: 13.7vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4000;
    opacity: 0;
    -webkit-transition: all 0.1s cubic-bezier(0.38, 0.84, 0.76, 1.01);
    transition: all 0.1s cubic-bezier(0.38, 0.84, 0.76, 1.01);
  }
  #menubtn.mShow {
    opacity: 1;
  }
  #menubtn.mShow p {
    opacity: 1;
  }
  #menubtn p {
    opacity: 0;
    position: relative;
    background: #fff;
    height: 0.8vw;
    width: 50%;
    margin: 0 auto;
    top: calc(50% - 2px);
  }
  #menubtn p:before, #menubtn p:after {
    content: "";
    display: block;
    background: #fff;
    height: 0.8vw;
    width: 100%;
    position: absolute;
  }
  #menubtn p:before {
    top: -2.1vw;
  }
  #menubtn p:after {
    top: 2.1vw;
  }
}

#pagetop {
  text-align: right;
  padding: 70px 0;
}
@media screen and (max-width: 750px) {
  #pagetop {
    padding: 9.333vw 0;
  }
}
#pagetop a {
  display: block;
  width: 177px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  #pagetop a {
    width: 25.333vw;
    margin: 0 auto;
  }
}

.banner_catch {
  width: 570px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 750px) {
  .banner_catch {
    width: 77.333vw;
    margin-bottom: 2vw;
  }
}
.banner_img {
  display: block;
  width: 100%;
}
.banner_img img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.banner_img:hover img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  opacity: 0.7;
}
.banner_img:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .banner_img:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}