@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
body {
  font-family: 'Roboto', sans-serif;
}

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

header {
  position: relative;
  padding: 18px 0;
  background-color: #FFD200;
}

header::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #FFD200;
  margin-top: 1px;
  display: block;
  position: absolute;
  bottom: -3px;
  content: none;
}

header > div {
  max-width: 1300px;
  min-width: 1050px;
  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 {
  font-weight: bold;
  font-size: 14px;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li a.active {
  border: 1px solid #A57334;
  border-radius: 500px;
  background-color: #fff;
  color: #000;
  opacity: 1;
}

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

main img {
  width: 100%;
}

.mv {
  background-image: url(/store/techo/ja/magazine/2022/y22_spring/img/img-mv-pc.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 3px;
  position: relative;
  padding-top: 50%;
}

.mv .mv-txt1 {
  position: absolute;
  left: 12%;
  top: 30%;
  opacity: 0;
}

.mv .mv-txt1 img {
  width: 29vw;
}

.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: 11%;
  opacity: 0;
}

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

.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: 150px auto 200px;
  max-width: 1300px;
  min-width: 1050px;
  padding: 0 30px;
}

.yodogawa .yodogawa-bg > div {
  position: absolute;
  opacity: 0;
}

.yodogawa .yodogawa-bg > div img {
  max-width: 200px;
}

.yodogawa .yodogawa-bg > div.show {
  opacity: 1;
  transition: 1s;
}

.yodogawa .yodogawa-bg > div:nth-of-type(1) {
  left: 0;
  top: -21%;
}

.yodogawa .yodogawa-bg > div:nth-of-type(2) {
  right: 0;
  top: 30%;
}

.yodogawa .yodogawa-bg > div:nth-of-type(3) {
  left: 7%;
  bottom: -21%;
}

.yodogawa .yodogawa-inner {
  max-width: 390px;
  margin: auto;
  border: 1px solid #E6BE00;
  border-left: none;
  border-right: none;
  padding: 50px 0;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  min-width: 1050px;
  padding: 0 30px;
  margin: auto;
}

.cnt > div {
  position: relative;
  border: 1px solid #E6BE00;
  margin-top: 50px;
}

.cnt > div.new::before {
  content: '';
  background-image: url(/store/techo/ja/magazine/2022/y22_spring/img/ico-new.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 61px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -22px;
  transform: translateY(20px);
  transition: 1s;
  opacity: 0;
}

.cnt > div.new.show::before {
  transform: translateY(0);
  opacity: 1;
}

.cnt > div.w33 {
  width: calc((100% / 3) - 10px);
}

.cnt > div.w33 .cnt-header {
  padding: 15px 5px 15px 10px;
  min-height: 156px;
}

.cnt > div.w33 .cnt-header-txt h3 {
  line-height: 1.33;
  font-size: 18px;
}

.cnt > div.w33 .cnt-header-txt .bottom {
  font-size: 12px;
}

.cnt > div.w33 .cnt-no {
  margin-right: 8px;
}

.cnt > div.w33 .cnt-no img {
  min-width: 66px;
}

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

.cnt > div.w100 {
  width: 100%;
}

.cnt > div.w100 .cnt-header {
  padding: 0;
  min-height: 136px;
}

.cnt > div.w100 .cnt-header-left {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 15px;
}

.cnt > div.w100 .cnt-header-right {
  min-height: 136px;
  width: 50%;
  background-color: #D8C833;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}

.cnt > div.w100 .cnt-header-right img {
  max-width: 100%;
}

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

.cnt > div:nth-of-type(1) .cnt-header {
  padding: 15px 15px 15px 35px;
}

.cnt > div:nth-of-type(1) .cnt-no {
  margin-right: 30px;
}

.cnt > div:nth-of-type(1) .cnt-header-txt h3 {
  font-size: 26px;
}

.cnt > div:nth-of-type(1) .cnt-img a.detail {
  background-color: #3890A0;
}

.cnt > div:nth-of-type(1) .cnt-img .desc {
  border-left: 1px solid #3890A0;
}

.cnt > div:nth-of-type(2) {
  margin-top: 0;
}

.cnt > div:nth-of-type(2) .cnt-img a.detail {
  background-color: #D29600;
}

.cnt > div:nth-of-type(2) .cnt-img .desc {
  border-left: 1px solid #D29600;
}

.cnt > div:nth-of-type(3) .cnt-img a.detail {
  background-color: #DC6464;
}

.cnt > div:nth-of-type(3) .cnt-img .desc {
  border-left: 1px solid #DC6464;
}

.cnt > div:nth-of-type(4) .cnt-img a.detail {
  background-color: #00BB80;
}

.cnt > div:nth-of-type(4) .cnt-img .desc {
  border-left: 1px solid #00BB80;
}

.cnt > div:nth-of-type(5) .cnt-img a.detail {
  background-color: #755CC4;
}

.cnt > div:nth-of-type(5) .cnt-img .desc {
  border-left: 1px solid #755CC4;
}

.cnt > div:nth-of-type(6) .cnt-img a.detail {
  background-color: #9B5028;
}

.cnt > div:nth-of-type(6) .cnt-img .desc {
  border-left: 1px solid #9B5028;
}

.cnt > div:nth-of-type(6) .cnt-header-txt h3 {
  line-height: 1.2;
  font-size: 16px;
}

.cnt > div:nth-of-type(6) .cnt-header-txt h3 span {
  font-size: 13px;
}

.cnt > div:nth-of-type(7) .cnt-img a.detail {
  background-color: #39782A;
}

.cnt > div:nth-of-type(7) .cnt-img .desc {
  border-left: 1px solid #39782A;
}

.cnt > div:nth-of-type(8) .cnt-header-txt h3 {
  font-size: 28px;
}

.cnt > div:nth-of-type(8) .cnt-img a.detail {
  background-color: #D8C833;
}

.cnt > div:nth-of-type(8) .cnt-img .desc {
  border-left: 1px solid #D8C833;
}

.cnt > div:nth-of-type(9) .cnt-header-txt h3 {
  font-size: 24px;
}

.cnt > div:nth-of-type(9) .cnt-img a.detail {
  background-color: #F8353D;
}

.cnt > div:nth-of-type(9) .cnt-img .desc {
  color: #fff;
  font-weight: bold;
  background-color: #F8353D;
  padding: 0 5px 1px;
  width: auto;
  left: 10px;
  bottom: 10px;
}

.cnt > div:nth-of-type(10) .cnt-header-txt h3 {
  font-size: 24px;
}

.cnt > div:nth-of-type(10) .cnt-img a.detail {
  background-color: #8CC300;
}

.cnt > div:nth-of-type(10) .cnt-img .desc {
  border-left: 1px solid #8CC300;
}

.cnt .cnt-header {
  padding: 15px;
  display: flex;
  align-items: center;
  min-height: 150px;
}

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

.cnt .cnt-no img {
  height: 88px;
}

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

.cnt .cnt-header-txt h3 {
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #000;
  line-height: 1.1;
  padding-bottom: 7px;
}

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

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

.cnt .cnt-img {
  position: relative;
  background-color: #F1F1F1;
}

.cnt .cnt-img .desc {
  position: absolute;
  line-height: 1.56;
  letter-spacing: -0.002em;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
  width: 170px;
}

.cnt .cnt-img .desc.ol {
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.cnt .cnt-img a.detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.cnt .cnt-img a.detail span {
  padding-right: 30px;
}

.cnt .cnt-img a.detail span::after {
  font-family: "Material Design Icons";
  content: "\F054";
  position: absolute;
  top: 50%;
  right: 27px;
  font-size: 24px;
  color: #ffffff;
  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%);
  }
}

.cnt .cnt-img a.detail span.no8 {
  line-height: 1;
  text-align: center;
}

.cnt .cnt-img a.detail span.no8 small {
  font-size: 11px;
}

.cnt .cnt-img.pattern1 .desc {
  bottom: 55px;
  right: 0;
}

.cnt .cnt-img.pattern2 {
  padding-bottom: 100px;
}

.cnt .cnt-img.pattern2 .desc {
  top: calc(100% - 90px);
  left: 20px;
  color: #000;
}

/* ===============================================================================
Footer share
=============================================================================== */
.footer {
  padding: 45px 0;
  margin-top: 100px;
  background-color: #ffffff;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
  background-color: #EFEFEF;
}

.footer > a {
  border-bottom: 1px solid #808080;
}

.device-pc .footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
}

.device-pc .footer > ul.magazine-share {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 60px auto 35px;
  padding: 20px 0 35px;
  border: 1px #ccc solid;
  justify-content: center;
}

.device-pc .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;
}

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

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

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

.device-pc .footer > p {
  text-align: center;
  font-size: 12px;
}

.device-sp .footer {
  margin-top: 50px;
  padding: 15px 20px 40px;
}

.device-sp .footer > a {
  font-size: 15px;
  font-weight: 700;
  display: table;
  margin: 9px auto 0;
}

.device-sp .footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 20px 0;
  border: 1px #ccc solid;
  justify-content: center;
}

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

.device-sp .footer > ul li + li {
  margin-left: 40px;
}

.device-sp .footer > ul li a {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
}

.device-sp .footer > p {
  text-align: center;
  font-size: 12px;
}

/* ===============================================================================
  Footer share
  =============================================================================== */
#footer-sitemap > div {
  height: inherit;
  background: inherit;
}

a.btn-rect > span:before,
section[role=social] > div > ul:nth-of-type(1) li a:before,
section[role=social] > div > ul:nth-of-type(2) li a:before {
  color: #FFD200;
}

section[role=social] {
  border-top: 1px solid #FFD200;
}

#footer-sitemap > div div,
#footer-sitemap > div ul {
  position: static;
  transform: inherit;
}

#footer-sitemap > div div a {
  margin-left: 0;
}

section[role="bottom"] {
  display: flex !important;
  background-color: #FFD200 !important;
  padding: 10px 0;
}

section[role="bottom"] .footer-yellow {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  max-width: 1000px !important;
  padding: 0 30px !important;
  width: 100% !important;
  margin: auto !important;
}

section[role="bottom"] ul {
  display: flex !important;
  position: static !important;
}

section[role="bottom"] ul li a {
  font-weight: bold;
  font-size: 14px !important;
  height: 38px !important;
  width: 38px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #000 !important;
}

section[role="bottom"] ul li a.active {
  border: 1px solid #A57334 !important;
  border-radius: 500px !important;
  background-color: #fff !important;
}

section[role="bottom"] ul li:nth-of-type(1) {
  margin-right: 10px !important;
}

section[role="bottom"] .small {
  font-weight: bold !important;
  font-size: 12px !important;
  position: static !important;
  color: #000000 !important;
  margin: 0 !important;
}

ul[role=translate] {
  display: none;
}

ul[role="translate"] li + li:before {
  display: none !important;
}

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

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

.device-sp header > div {
  min-width: inherit;
}

.device-sp header h1 a {
  width: 300px;
  max-width: calc(100% - 150px);
  margin: 0 0 0 10px;
}

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

.device-sp .mv {
  background-image: url(/store/techo/ja/magazine/2022/y22_spring/img/img-mv-sp.jpg);
  margin-top: 8px;
  padding-top: 135%;
}

.device-sp .mv .mv-txt1 {
  left: 19%;
  top: inherit;
  bottom: 8%;
}

.device-sp .mv .mv-txt1 img {
  max-width: inherit;
  width: 62vw;
}

.device-sp .mv .mv-txt2 {
  right: inherit;
  left: 6%;
  top: 5%;
}

.device-sp .mv .mv-txt2 img {
  width: 18px;
}

.device-sp .yodogawa {
  margin: 0 0 50px;
  padding: 0;
  min-width: inherit;
}

.device-sp .yodogawa .yodogawa-bg {
  position: relative;
  height: 113vw;
}

.device-sp .yodogawa .yodogawa-bg > div img {
  max-width: 35vw;
}

.device-sp .yodogawa .yodogawa-bg > div:nth-of-type(1) {
  left: 9%;
  top: 9%;
}

.device-sp .yodogawa .yodogawa-bg > div:nth-of-type(2) {
  right: 7%;
  top: 23%;
}

.device-sp .yodogawa .yodogawa-bg > div:nth-of-type(3) {
  left: 17%;
  bottom: 11%;
}

.device-sp .yodogawa .yodogawa-inner {
  max-width: inherit;
  width: 90%;
  padding: 20px 0;
}

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

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

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

.device-sp .cnt > div.w33 .cnt-header {
  min-height: inherit;
}

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

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

.device-sp .cnt > div.w100 .cnt-img {
  background-color: #D8C833;
  padding-bottom: 15vw;
}

.device-sp .cnt > div.w100 .cnt-img > div.sp {
  margin-top: 18px;
}

.device-sp .cnt > div.w100 .cnt-img > div.sp img:nth-of-type(1) {
  width: 90%;
  max-width: 400px;
  margin: auto;
}

.device-sp .cnt > div.w100 .cnt-img > div.sp img:nth-of-type(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54%;
  max-width: 250px;
}

.device-sp .cnt > div.w100 .cnt-header-left {
  width: 100%;
}

.device-sp .cnt > div.w100 .cnt-header-right {
  display: none;
}

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

.device-sp .cnt > div:nth-of-type(1) .cnt-no {
  margin-right: 22px;
}

.device-sp .cnt > div:nth-of-type(1) .cnt-header {
  padding: 15px 15px 15px 25px;
}

.device-sp .cnt > div:nth-of-type(6) .cnt-header-txt h3 {
  font-size: 16px !important;
}

.device-sp .cnt > div:nth-of-type(6) .cnt-header-txt h3 span {
  font-size: 11px !important;
}

.device-sp .cnt > div:nth-of-type(6) .cnt-img {
  padding-bottom: 100px;
}

.device-sp .cnt > div:nth-of-type(6) .cnt-img .desc {
  top: calc(100% - 80px);
}

.device-sp .cnt > div:nth-of-type(9) .cnt-img {
  padding-bottom: 48px;
}

.device-sp .cnt > div:nth-of-type(9) .cnt-img .desc {
  color: #F8353D;
  background-color: inherit;
  bottom: inherit;
  top: calc(100% - 44px);
  max-width: 58%;
}

.device-sp .cnt > div:nth-of-type(7) .cnt-img, .device-sp .cnt > div:nth-of-type(10) .cnt-img {
  padding-bottom: 48px;
}

.device-sp .cnt .cnt-header {
  min-height: inherit;
}

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

.device-sp .cnt .cnt-header-txt .top {
  font-size: 11px;
}

.device-sp .cnt .cnt-header-txt h3 {
  font-size: 20px !important;
}

.device-sp .cnt .cnt-header-txt .bottom {
  font-size: 13px;
}

.device-sp .cnt .cnt-img {
  padding-bottom: 70px;
  background-color: inherit;
}

.device-sp .cnt .cnt-img .desc {
  font-size: 11px;
  right: inherit;
  left: 15px;
  bottom: inherit;
  top: calc(100% - 62px);
  color: #000;
}

.device-sp .cnt .cnt-img a.detail {
  font-size: 16px;
  width: 130px;
  height: 36px;
}

.device-sp .cnt .cnt-img a.detail span {
  padding-right: 6px;
}

.device-sp .cnt .cnt-img a.detail span::after {
  right: 15px;
  font-size: 17px;
}

.device-sp .cnt .cnt-img a.detail.no8 {
  bottom: 5px;
}

.device-sp .cnt .cnt-img.pattern1 .desc {
  right: inherit;
  left: 15px;
  bottom: inherit;
  top: calc(100% - 62px);
  color: #000;
}

.device-sp .cnt .cnt-img.pattern2 {
  padding-bottom: 80px;
}

.device-sp .cnt .cnt-img.pattern2 .desc {
  right: inherit;
  left: 15px;
  bottom: inherit;
  top: calc(100% - 62px);
  color: #000;
}

.device-sp .tekichu {
  flex-direction: column;
  justify-content: center;
}

.device-sp section[role="bottom"] ul li a {
  position: static !important;
  transform: inherit !important;
}

.device-sp section[role="bottom"] .footer-yellow {
  padding: 0 45px 0 30px !important;
}

.device-sp #footer-sitemap > div {
  padding: 0;
}

.device-sp #footer-sitemap > div ul li {
  margin-bottom: 0;
}

.device-sp #footer-sitemap > div div a {
  margin-top: 0;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .device-sp .cnt > div.w100 .cnt-img {
    padding-bottom: 60px;
  }
}
