@import url("/css/1.0.0/base.css");


@media screen and (min-width: 834px) {
  section.ptn18-magazines .container {
    padding-top: 11.5rem;
  }
  section.ptn18-magazines .list {
    max-width: 120.0rem;
    margin: 0 auto;
    margin-top: 3.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 0.5rem;
  }
  section.ptn18-magazines .list>li {
    position: relative;
    width: calc(100% / 3 - 4.0rem);
    margin-bottom: 6.6rem;
    border: solid 1px #707070;
    border-radius: 2.0rem 2.0rem 0rem 2.0rem;
    overflow: hidden;
  }
  section.ptn18-magazines .list::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 1.0rem);
  }
  section.ptn18-magazines .list .go {
    background: #008000;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.7rem;
    line-height: 5.7rem;
    padding-right: 1.0rem;
    font-size: 1.7rem;
  }
  section.ptn18-magazines .list .thumb {
    position: absolute;
    top: 2.3rem;
    left: 4.7rem;
    width: 15.7rem;
    height: auto;
    z-index: 1;
  }
  section.ptn18-magazines .list .head {
    position: relative;
    z-index: 0;
    background: #f3f3f3;
    min-height: 26.2rem;
    margin-top: 5.7rem;
  }
  section.ptn18-magazines .list .head .date {
    width: 12.0rem;
    text-align: center;
    position: absolute;
    top: 4.5rem;
    right: 1.0rem;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
  }
  section.ptn18-magazines .list .head .date .day {
    display: block;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: var(--font-gothic-bold);
    width: 60%;
    white-space: nowrap;
  }
  section.ptn18-magazines .list .head .date .day .suffix {
    font-size: 1.8rem;
  }
  section.ptn18-magazines .list .head .date .week {
    display: block;
    width: 40%;
  }
  section.ptn18-magazines .list .head .date .month {
    display: block;
    margin-right: 1.0rem;
  }
  section.ptn18-magazines .list .head .date .year {
    display: block;
  }
  section.ptn18-magazines .list .head .lead {
    line-height: 1.5;
    padding: 20.0rem 2.5rem 1.0rem 2.5rem;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  section.ptn18-magazines .list .info {
    padding: 1.5rem 2.5rem;
  }
  section.ptn18-magazines .list .info .title {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: var(--font-gothic-bold);
    line-height: 1.6;
  }
  section.ptn18-magazines .list .info .price {
    margin-bottom: 1.0rem;
  }
  section.ptn18-magazines .list .info .lead {
  }
  section.ptn18-magazines .list .info .desc {
    min-height: 15.0rem;
    font-size: 1.6rem;
  }
  section.ptn18-magazines .list .buttons {
    padding: 1.0rem 2.5rem 2.0rem 2.5rem;
  }
  section.ptn18-magazines .list .buttons .c-button {
    width: 100%;
    min-width: inherit;
    margin: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 833px) {
  section.ptn18-magazines .container {
    padding-top: 12.0rem;
    padding-bottom: 17.5rem;
  }
  section.ptn18-magazines .list {
    margin-top: 5.4rem;
  }
  section.ptn18-magazines .list>li {
    position: relative;
    margin-bottom: 7.6rem;
    border: solid 1px #707070;
    border-radius: 1.5rem 1.5rem 0rem 1.5rem;
    overflow: hidden;
  }
  section.ptn18-magazines .list .go {
    background: #008000;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10.2rem;
    line-height: 10.2rem;
    padding-right: 6.0rem;
    font-size: 2.9rem;
  }
  section.ptn18-magazines .list .thumb {
    position: absolute;
    top: 3.6rem;
    left: 8.4rem;
    width: 29.1rem;
    height: auto;
    z-index: 1;
  }
  section.ptn18-magazines .list .head {
    position: relative;
    z-index: 0;
    background: #f3f3f3;
    margin-top: 10.2rem;
  }
  section.ptn18-magazines .list .head .date {
    width: 21.0rem;
    text-align: center;
    position: absolute;
    top: 8.5rem;
    right: 5.0rem;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
  }
  section.ptn18-magazines .list .head .date .day {
    display: block;
    font-size: 8.0rem;
    font-weight: bold;
    font-family: var(--font-gothic-bold);
    width: 60%;
    white-space: nowrap;
  }
  section.ptn18-magazines .list .head .date .day .suffix {
    font-size: 3.0rem;
  }
  section.ptn18-magazines .list .head .date .week {
    display: block;
    width: 40%;
  }
  section.ptn18-magazines .list .head .date .month {
    display: block;
    margin-right: 1.0rem;
  }
  section.ptn18-magazines .list .head .date .year {
    display: block;
  }
  section.ptn18-magazines .list .head .lead {
    line-height: 1.5;
    padding: 0 1.0rem;
    padding-top: 37.3rem;
    padding-bottom: 3.0rem;
    min-height: 46.8rem;
  }
  section.ptn18-magazines .list .info {
    padding: 4.5rem 3.8rem;
  }
  section.ptn18-magazines .list .info .title {
    font-size: 4.3rem;
    font-weight: bold;
    font-family: var(--font-gothic-bold);
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
  section.ptn18-magazines .list .info .price {
    margin-bottom: 3.8rem;
  }
  section.ptn18-magazines .list .info .lead {
  }
  section.ptn18-magazines .list .info .desc {
    min-height: 16.5rem;
  }
  section.ptn18-magazines .list .buttons {
    padding: 1.3rem 2.5rem 5.5rem 2.5rem;
  }
  section.ptn18-magazines .list .buttons .c-button {
    min-width: inherit;
    width: 48.5rem;
    margin: 0 auto;
    margin-bottom: 4.0rem;
  }
}

@media screen and (min-width: 834px) {
  section.ptn18-subscription .container {
    padding-bottom: 14.0rem;
  }
  section.ptn18-subscription .buttons {
    max-width: 120.0rem;
    margin: 0 auto;
    margin-top: 6.0rem;
    display: flex;
    justify-content: center;
  }
  section.ptn18-subscription .buttons .c-button {
    width: 49.0rem;
    min-width: inherit;
    margin: 0 2.0rem;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn18-subscription .container {
    padding-bottom: 22.0rem;
  }
  section.ptn18-subscription .buttons {
    margin-top: 5.5rem;
  }
  section.ptn18-subscription .buttons .c-button {
    width: 49.0rem;
    min-width: inherit;
    margin: 0 auto;
    margin-bottom: 5.7rem;
  }
}

body.ptn18 section.ptn18-icons {
}
@media screen and (min-width: 834px) {
  body.ptn18 section.ptn18-icons .container {
    padding-bottom: 7.0rem;
  }
  body.ptn18 section.ptn18-icons ul.list {
    max-width: 120.0rem;
    margin: 0 auto;
    margin-top: 6.9rem;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 1.2rem;
  }
  body.ptn18 section.ptn18-icons ul.list li {
    margin-bottom: 5.0rem;
  }
  body.ptn18 section.ptn18-icons ul.list li a {
    display: block;
    position: relative;
    width: 17.3rem;
    height: 17.3rem;
    border: solid 1px #222;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.75rem;
    margin-right: 3.2rem;
    border-radius: 2.0rem 2.0rem 0 2.0rem;
    transition: box-shadow 200ms 0s ease;
  }
  body.ptn18 section.ptn18-icons ul.list li a img {
    width: 100%;
    height: auto;
  }
  body.ptn18 section.ptn18-icons ul.list li a:before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-right: solid 0.2rem #222;
    border-bottom: solid 0.2rem #222;
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
  }
  body.ptn18 section.ptn18-icons ul.list li a:hover {
    box-shadow: -0.4rem -0.3rem 0 0 #ccc;
  }
}
@media screen and (max-width: 833px) {
  body.ptn18 section.ptn18-icons .container {
    position: relative;
    padding-bottom: 11.0rem;
  }
  body.ptn18 section.ptn18-icons ul.list {
    max-width: 62.9rem;
    margin: 0 auto;
    margin-top: 6.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  body.ptn18 section.ptn18-icons ul.list li {
    margin-bottom: 5.4rem;
  }
  body.ptn18 section.ptn18-icons ul.list li a {
    display: block;
    position: relative;
    width: 29.0rem;
    height: 29.0rem;
    border: solid 1px #222;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.0rem;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease;
  }
  body.ptn18 section.ptn18-icons ul.list li a img {
    width: 100%;
    height: auto;
  }
  body.ptn18 section.ptn18-icons ul.list li a:before {
    content: "";
    display: block;
    width: 1.0rem;
    height: 1.0rem;
    border-right: solid 0.3rem #222;
    border-bottom: solid 0.3rem #222;
    position: absolute;
    bottom: 1.0rem;
    right: 1.0rem;
  }
  body.ptn18 section.ptn18-icons ul.list li a:hover {
    box-shadow: -0.4rem -0.3rem 0 0 #ccc;
  }
}
