@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
* {
  box-sizing: border-box;
}

body {
  font: initial !important;
  font-family: "Roboto", sans-serif !important;
  font-feature-settings: 'halt' on;
  color: #000;
  font-weight: 400;
  line-height: 1.75;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#page {
  padding-top: 0 !important;
}

header {
  position: absolute;
  width: 100%;
  top: 32px;
  z-index: 1;
}

header > div {
  display: flex;
  max-width: 1300px;
  padding: 0 30px;
  margin: auto;
  position: relative;
}

header h1 a {
  max-width: 400px;
  display: block;
  margin: auto;
}

header h1 a img {
  width: 100%;
}

header ul {
  display: flex;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

header ul li a {
  position: relative;
  font-size: 18px;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li a::after {
  content: "";
  width: 27px;
  height: 1.5px;
  background: #000;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

header ul li a.active {
  border: 1px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

header ul li a.active::after {
  display: none;
}

header ul li:nth-of-type(1) {
  margin-right: 10px;
}

main img {
  width: 100%;
}

.mv {
  background-image: url(/store/techo/ja/magazine/2024/y24_spring/img/img-mv-pc.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 66.7%;
  width: 100%;
}

.mv .mv-txt1 {
  position: absolute;
  left: 6%;
  bottom: 9%;
  opacity: 0;
  z-index: 1;
}

.mv .mv-txt1 img:nth-child(1) {
  width: 22.431vw;
}

.mv .mv-txt1 img:nth-child(2) {
  display: block;
  margin-top: 2vw;
  width: 22.431vw;
}

.mv .mv-txt1.show {
  animation: pulsate-fwd 0.5s ease-in-out both;
  opacity: 1;
  transform: scale(1);
}

.mv .mv-txt2 {
  position: absolute;
  bottom: 8.5%;
  right: 6.5%;
  opacity: 0;
  z-index: 1;
}

.mv .mv-txt2 img {
  width: 56.403vw;
}

.mv .mv-txt2.show {
  animation: pulsate-fwd 0.5s ease-in-out both;
  opacity: 1;
  transform: scale(1);
}

@keyframes pulsate-fwd {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulsate-fwd-sp {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
  }
  50% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.yodogawa {
  position: relative;
  margin: 48px auto 68px;
  max-width: 1300px;
  padding: 0 30px;
}

.yodogawa .yodogawa-inner {
  max-width: 560px;
  margin: auto;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 400;
}

.cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}

.cnt > div {
  position: relative;
  margin-top: 50px;
}

.cnt > div.w50 {
  width: calc((100% / 2) - 20px);
}

.cnt > div.center {
  margin-left: auto;
  margin-right: auto;
}

.cnt > div:nth-of-type(1) {
  margin-top: 0;
  border-top: 16px solid #54C4C6;
}

.cnt > div:nth-of-type(1) .cnt-header {
  min-height: 127px;
}

.cnt > div:nth-of-type(1) .cnt-footer {
  background: #54C4C6;
  min-height: 142px;
}

.cnt > div:nth-of-type(2) {
  margin-top: 0;
  border-top: 16px solid #ADADD9;
}

.cnt > div:nth-of-type(2) .cnt-header {
  min-height: 127px;
}

.cnt > div:nth-of-type(2) .cnt-footer {
  background: #ADADD9;
  min-height: 142px;
}

.cnt > div:nth-of-type(3) {
  border-top: 16px solid #AFCCBF;
}

.cnt > div:nth-of-type(3) .cnt-footer {
  background: #AFCCBF;
}

.cnt > div:nth-of-type(4) {
  border-top: 16px solid #9FF596;
}

.cnt > div:nth-of-type(4) .cnt-footer {
  background: #9FF596;
}

.cnt > div:nth-of-type(5) {
  border-top: 16px solid #19E0C2;
}

.cnt > div:nth-of-type(5) .cnt-header {
  min-height: 174px;
}

.cnt > div:nth-of-type(5) .cnt-footer {
  background: #19E0C2;
  min-height: 124px;
}

.cnt > div:nth-of-type(6) {
  border-top: 16px solid #57DA7E;
}

.cnt > div:nth-of-type(6) .cnt-header {
  min-height: 174px;
}

.cnt > div:nth-of-type(6) .cnt-footer {
  background: #57DA7E;
  min-height: 124px;
}

.cnt > div:nth-of-type(7) {
  border-top: 16px solid #B7BFAC;
}

.cnt > div:nth-of-type(7) .cnt-footer {
  background: #B7BFAC;
  min-height: 67px;
}

.cnt > div:nth-of-type(7) .cnt-header-txt h3 {
  margin-bottom: 0;
}

.cnt .cnt-header {
  padding: 16px 0;
  display: flex;
}

.cnt .cnt-no {
  width: auto;
  margin-right: 20px;
}

.cnt .cnt-header-txt {
  position: relative;
  width: calc(100% - 108px);
}

.cnt .cnt-header-txt .top {
  font-weight: 700;
  font-size: 14px;
}

.cnt .cnt-header-txt h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.cnt .cnt-header-txt h3 span {
  font-size: 12px;
}

.cnt .cnt-header-txt .bottom {
  font-size: 14px;
  margin-top: 2px;
  line-height: 1.5;
}

.cnt .cnt-header-txt .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.cnt .cnt-header-txt .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.33;
  font-size: 12px;
  font-weight: 700;
}

.cnt .cnt-img {
  position: relative;
}

.cnt .cnt-footer {
  position: relative;
  padding: 16px;
  min-height: 89px;
}

.cnt .cnt-footer .desc {
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}

.cnt .cnt-footer .desc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 4px;
  height: 100%;
}

.cnt .cnt-footer .copyright {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
}

a.detail {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: #fff;
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 7px 8px 8px;
}

a.detail span {
  padding-right: 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

a.detail span::after {
  font-family: "Material Design Icons";
  content: "\F054";
  position: absolute;
  top: 48%;
  right: 15px;
  font-size: 20px;
  color: #000;
  transform: translate(0, -50%);
  font-weight: normal;
  line-height: 1;
  direction: ltr;
  text-transform: none;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
  0% {
    transform: translate(0, -50%);
  }
  20% {
    transform: translate(10px, -50%);
  }
  40% {
    transform: translate(0, -50%);
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, -50%);
  }
  20% {
    transform: translate(10px, -50%);
  }
  40% {
    transform: translate(0, -50%);
  }
}

.detailWrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.detailWrap a.detail {
  position: relative;
  display: inline-block;
}

.detailWrap a.detail:last-child {
  margin-left: 11px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}

.items .items-banner {
  margin-top: 48px;
  width: calc(50% - 20px);
}

.live {
  max-width: 800px;
  margin: 48px auto 0;
  text-align: center;
}

.live .live-cnt {
  background-image: url(/store/techo/ja/magazine/2024/y24_spring/img/bg-rainbow.jpg);
  background-size: cover;
  padding: 32px 40px 23px;
}

.live .live-txt {
  max-width: 736px;
  width: 100%;
  margin: 0 auto 32px;
}

.live .iframeWrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.live iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.live a.detail {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 11px 12px 12px;
  margin-top: 41px;
  vertical-align: middle;
  transform: translateX(12px);
}

.live a.detail::before {
  content: '';
  background-image: url(/store/techo/ja/magazine/2024/y24_spring/img/icon_instagram.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}

/* ===============================================================================
Footer share
=============================================================================== */
.footer {
  margin-top: 48px;
}

.footer ul.magazine-share {
  display: flex;
  align-items: center;
  margin: 0 auto 16px;
  padding: 0;
  max-width: 960px;
  justify-content: flex-end;
}

.footer ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  content: "Share";
  text-align: center;
  color: #333;
  margin-right: 16px;
}

.footer ul.magazine-share li a img {
  display: block;
  width: 100%;
  width: 25.99px;
}

.footer ul.magazine-share li {
  display: flex;
  align-items: center;
}

.footer ul.magazine-share li a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.footer ul.magazine-share li a.fb img {
  width: 32px;
}

.footer ul.magazine-share li a.tw img {
  width: 32px;
}

.footer ul.magazine-share li + li {
  margin-left: 19.46px;
}

.footer ul.magazine-share li:last-child {
  margin-left: 16px;
}

.footer .btn-top {
  margin: 0 auto 48px;
  display: block;
  max-width: 374px;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.device-sp .pc {
  display: none;
}

.device-sp .sp {
  display: block;
}

.device-sp header > div {
  padding: 0 16px;
}

.device-sp header h1 a {
  width: 167.2px;
}

.device-sp header ul {
  right: 10px;
}

.device-sp header ul li a {
  font-size: 12px;
  height: 24px;
  width: 24px;
}

.device-sp header ul li a::after {
  width: 18px;
  height: 1px;
  bottom: 5px;
  left: 50%;
}

.device-sp header ul li:nth-of-type(1) {
  margin-right: 5px;
}

.device-sp .mv {
  background-image: url(/store/techo/ja/magazine/2024/y24_spring/img/img-mv-sp.jpg);
  padding-top: 107%;
}

.device-sp .mv .mv-txt1 {
  bottom: initial;
  top: 8%;
  left: 50%;
  transform: translateX(-50%) scale(1);
}

.device-sp .mv .mv-txt1 img:nth-child(1) {
  max-width: inherit;
  width: 50.48vw;
}

.device-sp .mv .mv-txt1 img:nth-child(2) {
  display: none;
}

.device-sp .mv .mv-txt1.show {
  animation: pulsate-fwd-sp 0.5s ease-in-out both;
}

.device-sp .mv .mv-txt2 {
  right: initial;
  left: 50%;
  transform: translateX(-50%) scale(1);
  bottom: 4.2%;
}

.device-sp .mv .mv-txt2 img {
  max-width: inherit;
  width: 82.83vw;
}

.device-sp .mv .mv-txt2 img:last-child {
  width: 45.19vw;
  margin: 5% auto 0;
}

.device-sp .mv .mv-txt2.show {
  animation: pulsate-fwd-sp 0.5s ease-in-out both;
}

.device-sp .yodogawa {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #dbdadf;
}

.device-sp .yodogawa .yodogawa-inner {
  max-width: inherit;
  width: 100%;
  padding: 48px 16px;
  font-size: 14px;
  background-color: #fff;
}

.device-sp .cnt {
  padding: 0 10px;
}

.device-sp .cnt > div {
  margin-top: 48px !important;
}

.device-sp .cnt > div.w50 {
  width: 100%;
}

.device-sp .cnt > div:nth-of-type(1) {
  margin-top: 0 !important;
}

.device-sp .cnt > div:nth-of-type(2) .cnt-footer {
  min-height: 89px;
}

.device-sp .cnt > div:nth-of-type(4) .cnt-footer {
  min-height: 67px;
}

.device-sp .cnt > div:nth-of-type(5) {
  border-top: 16px solid #19E0C2;
}

.device-sp .cnt > div:nth-of-type(5) .cnt-footer {
  background: #19E0C2;
  min-height: 64px;
}

.device-sp .cnt > div:nth-of-type(6) {
  border-top: 16px solid #57DA7E;
}

.device-sp .cnt > div:nth-of-type(6) .cnt-footer {
  background: #57DA7E;
}

.device-sp .cnt > div:nth-of-type(7) .cnt-footer {
  min-height: 64px;
}

.device-sp .cnt .cnt-no img {
  height: 54px;
}

.device-sp .cnt .cnt-header {
  min-height: auto !important;
}

.device-sp .cnt .cnt-footer .copyright {
  margin-top: 8px;
}

.device-sp .detailWrap {
  text-align: right;
  position: static;
  margin-top: 15px;
}

.device-sp .detailWrap a.detail {
  position: relative;
  bottom: initial;
  right: initial;
}

.device-sp .detailWrap a.detail:last-child {
  margin: 15px 0 0 30%;
}

.device-sp .items {
  display: block;
  padding: 0 16px;
}

.device-sp .items .items-banner {
  width: 100%;
}

.device-sp .items .items-banner + .items-banner {
  margin-top: 16px;
}

.device-sp .live .live-txt {
  margin-bottom: 16px;
  max-width: 384px;
}

.device-sp .live .live-cnt {
  padding: 16px 16px 3px;
}

.device-sp .live a.detail {
  margin-top: 33px;
  padding: 8px 9px;
  font-size: 16px;
}

.device-sp .footer ul.magazine-share {
  justify-content: initial;
  padding-left: 16px;
}

section[role=bottom] > div small img {
  object-fit: initial !important;
}
