@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: 'halt' on;
}

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;
  padding: 18px 0;
  width: 100%;
  top: 0;
  z-index: 1;
}

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

header h1 a {
  max-width: 412px;
  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;
  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/2023/y23_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: 8%;
  top: 16%;
  opacity: 0;
}

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

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

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

.mv .mv-txt2 {
  position: absolute;
  right: 5%;
  top: 52%;
  opacity: 0;
}

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

.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);
  }
}

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

.yodogawa .yodogawa-inner {
  max-width: 640px;
  margin: auto;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 18px;
}

.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:nth-of-type(1) {
  margin-top: 0;
  border-top: 16px solid #C5C654;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cnt > div:nth-of-type(7) .icon {
  background: #CC8BB0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cnt > div:nth-of-type(11) .cnt-footer {
  background: #CCBFAF;
  min-height: 134px;
}

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

.cnt > div:nth-of-type(12) .cnt-footer {
  background: #DDCBB2;
  min-height: 134px;
}

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

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

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

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

.cnt .cnt-header-txt h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 2px;
}

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

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

.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%);
  width: 100%;
  color: #fff;
  line-height: 1.33;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

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

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

.cnt .cnt-footer .desc {
  position: relative;
  line-height: 1.36;
  font-size: 14px;
  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: bold;
}

.cnt .cnt-footer a.detail {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 88px;
  height: 35px;
  background: #fff;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px 0 6px;
}

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

.cnt .cnt-footer a.detail span::after {
  font-family: "Material Design Icons";
  content: "\F054";
  position: absolute;
  top: 45%;
  right: 15px;
  font-size: 19px;
  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%);
  }
}

.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);
}

.items .items-banner:last-child {
  flex: 0 0 50%;
  margin: 48px auto 0;
}

/* ===============================================================================
Footer share
=============================================================================== */
.footer ul.magazine-share {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  max-width: 100%;
  margin: 48px auto 0;
  justify-content: center;
}

.footer ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 12.5px;
  content: "Share";
  text-align: center;
  color: #666;
}

.footer ul.magazine-share li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

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

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

.footer .btn-top {
  margin: 48px auto 96px;
  display: block;
  width: 358px;
  max-width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 13px 0;
  font-size: 16px;
  font-weight: bold;
  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: 65.93vw;
}

.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/2023/y23_spring/img/img-mv-sp.jpg);
  padding-top: 170%;
}

.device-sp .mv .mv-txt1 {
  left: 4%;
  top: 12%;
}

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

.device-sp .mv .mv-txt1 img:nth-child(2) {
  max-width: inherit;
  margin-top: 5vw;
  width: 46.88vw;
}

.device-sp .mv .mv-txt2 {
  right: 3%;
  top: 70.5%;
}

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

.device-sp .yodogawa {
  padding: 0;
  margin: 0;
}

.device-sp .yodogawa .yodogawa-inner {
  max-width: inherit;
  width: 90%;
  padding: 16px 0;
  font-size: 14px;
}

.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: 16px !important;
}

.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 #E0C319;
}

.device-sp .cnt > div:nth-of-type(5) .cnt-footer {
  background: #E0C319;
}

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

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

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

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

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

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

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

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

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