@media all and (min-width: 641px) {
  body {
    min-width: 1024px;
    padding-top: 63px;
  }
  .wrapper {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  .overlay {
    width: 430px;
    height: 100vh;
    right: -430px;
  }
  .overlay.open {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    right: -20px;
  }
  .overlay h2 {
    margin: 0 0 30px 20px;
    padding-top: 40px;
  }
  .overlay ul {
    width: 380px;
    margin: 0 auto 0 20px;
    padding-bottom: 0;
  }
  .overlay ul li {
    margin-bottom: 20px;
  }
  .overlay ul li a img {
    width: 72px;
  }
  .overlay ul li a span {
    margin-left: 10px;
    font-size: 14px;
    transition: 0.5s;
  }
  .overlay ul li a span small {
    font-size: 12px;
    transition: 0.5s;
  }
  .overlay ul li a:hover span {
    color: #7500c0;
  }
  .overlay ul li a:hover span small {
    color: #7500c0;
  }
  .menu-btn {
    width: 49px;
    height: 38px;
    top: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .menu-btn span {
    width: 24px;
    right: 10px;
  }
  .menu-btn span:nth-of-type(1) {
    top: 11px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 18px;
  }
  .menu-btn span:nth-of-type(3) {
    top: 25px;
  }
  .menu-btn:hover {
    top: 19px;
    border-width: 2px;
    cursor: pointer;
  }
  .menu-btn.open span:nth-of-type(1) {
    width: 12px;
    top: 13px;
  }
  .menu-btn.open span:nth-of-type(3) {
    width: 12px;
    top: 23px;
  }
  header {
    width: 174px;
    height: 80px;
    margin-left: calc(22% - 203px);
  }
  header.header-top a {
    margin-top: 10px;
  }
  header.header-top a img {
    height: 60px;
  }
  header a {
    margin: 0;
  }
  header a img {
    height: 25px;
  }
  .top-header {
    min-width: 1024px;
    height: calc(100vh - 350px);
    top: 200px;
  }
  .top-header h1 img {
    height: 6.5vw;
    max-height: 77px;
  }
  .top-header span {
    width: 56%;
  }
  .top-lead {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44%;
    height: calc(100vh - 80px);
    min-height: 350px;
    margin: 0 auto 0 0;
    padding: 0;
  }
  .top-lead p {
    width: 405px;
    margin: 0;
    font-size: 15px;
  }
  .top-lead p br.sp {
    display: none;
  }
  .top-list1 {
    width: calc(22% + 190px);
    margin-left: calc(22% - 190px);
    margin-bottom: 120px;
    padding: 0;
    background-color: transparent;
  }
  .top-list1 h2 {
    width: 146px;
    margin-bottom: 50px;
  }
  .top-list1 ul li {
    margin-bottom: 30px;
  }
  .top-list1 ul li a img {
    width: 100px;
    margin-right: 20px;
  }
  .top-list1 ul li a span {
    min-height: 84px;
    padding: 5px 0 5px 20px;
    font-size: 19px;
    transition: 0.5s;
  }
  .top-list1 ul li a[href]:hover span {
    color: #7500c0;
  }
  .top-list2 {
    padding: 80px 0 20px;
  }
  .top-list2 .top-list2-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 75px;
  }
  .top-list2 .list-item {
    width: 400px;
    margin: 75px 0 0;
    padding-top: 225px;
    padding-bottom: 30px;
  }
  .top-list2 .list-item > span {
    padding-top: 225px;
  }
  .top-list2 .list-item > span.article20 {
    background-position: 65% top;
  }
  .top-list2 .list-item.large {
    width: 900px;
    margin: 0;
    padding: 30px 0 65px;
  }
  .top-list2 .list-item.large > span {
    padding-top: 0;
    width: 420px;
    height: 100%;
  }
  .top-list2 .list-item.large > div {
    width: 440px;
    margin: 0 0 0 auto;
    padding: 0 20px;
  }
  .top-list2 .list-item.large > div h3 {
    display: block;
    min-height: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 120px;
    text-align: left;
    font-size: 22px;
  }
  .top-list2 .list-item.large > div h3.long {
    font-size: 22px;
  }
  .top-list2 .list-item.large > div h3 img {
    position: absolute;
    width: 90px;
    margin: 0;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-list2 .list-item.large > div h3 span {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
  }
  .top-list2 .list-item.large > div h3 span.long {
    font-size: 13px;
  }
  .top-list2 .list-item.large > div p {
    margin: 0;
    padding: 0 18px;
  }
  .top-list2 .list-item.large a {
    position: absolute;
    z-index: 4;
    right: 38px;
    bottom: 20px;
  }
  .top-list2 .list-item.large + .large {
    margin-top: 75px;
  }
  .top-list2 .list-item > div {
    width: 360px;
    padding-top: 10px;
  }
  .top-list2 .list-item > div h3 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 145px;
    margin-bottom: 10px;
    padding-left: 108px;
    font-size: 18px;
  }
  .top-list2 .list-item > div h3.long {
    font-size: 17px;
  }
  .top-list2 .list-item > div h3 img {
    position: absolute;
    left: 5px;
    width: 80px;
    margin: 0;
  }
  .top-list2 .list-item > div h3 span {
    font-size: 14px;
  }
  .top-list2 .list-item a {
    width: 144px;
    margin-top: 10px;
    transition: 0.5s;
  }
  .top-list2 .list-item a:hover {
    background: #c56aff;
  }
  .top-list2 .top-special {
    width: 900px;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .top-list2 .top-special::after {
    width: 960px;
    left: -30px;
  }
  .top-list2 .top-special h2 {
    width: 960px;
    margin: 0 auto 60px -30px;
  }
  .top-list2 .top-special .top-special-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .top-list2 .top-special .list-item {
    margin: 0;
    padding-top: 225px;
  }
  .top-list2 .top-special .list-item.cs .special-title {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .top-list2 .top-special .list-item.cs .special-coming {
    font-size: 18px;
  }
  .top-list2 .top-special .list-item > span {
    padding-top: 225px;
  }
  .top-list2 .top-special .list-item > div .special-title {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .top-list2 .top-special .list-item > div h3 {
    margin-bottom: 30px;
    padding-top: 0;
    min-height: 0;
    align-items: center;
  }
  .top-list2 .top-special .list-item > div h3 span {
    margin-top: 10px;
  }
  .top-list2 .top-special .text-item {
    width: 900px;
    margin: 80px auto 20px;
    padding: 20px 0;
  }
  .top-list2 .top-special .text-item > div {
    position: relative;
    width: 460px;
    margin: 0 auto;
    padding: 20px 150px 20px 220px;
  }
  .top-list2 .top-special .text-item > div > img {
    position: absolute;
    left: -20px;
    top: calc(50% - 50px);
    width: 240px;
    height: 100px;
    margin: 0;
    -webkit-clip-path: inset(0 20px 0 20px);
            clip-path: inset(0 20px 0 20px);
  }
  .top-list2 .top-special .text-item > div .special-title {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
  }
  .top-list2 .top-special .text-item > div .special-title span {
    display: inline-block;
    margin-right: 1em;
  }
  .top-list2 .top-special .text-item > div h3 {
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
  }
  .top-list2 .top-special .text-item > div h3 br {
    display: none;
  }
  .top-list2 .top-special .text-item > div h3 span {
    margin-top: 3px;
    font-size: 16px;
  }
  .top-list2 .top-special .text-item > div h3 span.small {
    font-size: 14px;
  }
  .top-list2 .top-special .text-item > div a {
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    width: 144px;
    margin: 0;
    transition: 0.5s;
  }
  .top-list2 .top-special .text-item > div a:hover {
    background: #c56aff;
  }
  .top-list2 .top-special .text-item > div + div {
    margin-top: 15px;
  }
  .article-header {
    min-width: 1024px;
    height: calc(100vh - 350px);
    top: 200px;
  }
  .article-header p img {
    height: 6.5vw;
    max-height: 77px;
  }
  .article-header span {
    width: 56%;
  }
  .article-header span.vol20 {
    background-position: 32% top;
  }
  .article-header2 {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 200px;
    margin-top: 0;
    right: 0;
    top: 60px;
  }
  .article-header2 p img {
    height: 40px;
  }
  .article-header2 span {
    width: 100%;
  }
  .article-lead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 406px;
    height: calc(100vh - 240px);
    min-height: 560px;
    margin-top: 0px;
    margin-left: calc(22% - 203px);
    transform: none;
    background-color: transparent;
    transition: opacity 0.8s 1s;
  }
  .article-lead.vol16 {
    min-height: 640px;
  }
  .article-lead h1 {
    margin-bottom: 40px;
    padding: 0;
    font-size: 32px;
  }
  .article-lead h1.small {
    font-size: 29px;
  }
  .article-lead h1.small2 {
    font-size: 27px;
  }
  .article-lead h1.small2 .sub {
    font-size: 20px;
  }
  .article-lead h1 .vol {
    display: block;
    position: relative;
    width: 165px;
    height: 70px;
    margin-bottom: 30px;
    transform: none;
  }
  .article-lead h1 .vol img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .article-lead h1 .sub {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .article-lead p {
    width: 100%;
  }
  .article-lead2 {
    width: 44%;
    min-height: 150px;
    margin: 30px 0 40px 6%;
  }
  .article-lead2 h1 {
    text-align: left;
    font-size: 24px;
  }
  .article-lead2 h1 .vol {
    width: 100px;
    margin: 0 0 20px;
  }
  .article-lead2 + .article-section {
    padding-top: 80px;
  }
  .article-section {
    padding: 120px 0 0;
  }
  .article-section.article_sp {
    display: none;
  }
  .article-section h2 {
    margin-bottom: 50px;
    padding-bottom: 45px;
    font-size: 32px;
  }
  .article-section h2 br.sp {
    display: none;
  }
  .article-section h2::after {
    width: 100px;
    left: calc(50% - 50px);
  }
  .article-section h3 {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    font-size: 22px;
  }
  .article-section p {
    width: 690px;
    margin: 0 auto 1.8em;
  }
  .article-section p a {
    transition: 0.5s;
  }
  .article-section p a:hover {
    color: #7500c0;
    text-decoration: none;
  }
  .article-section p.interviewer {
    box-sizing: border-box;
    padding-left: 3em;
    text-indent: -3em;
  }
  .article-section p.interviewer span {
    width: 3em;
  }
  .article-section p.interviewee {
    box-sizing: border-box;
    padding-left: 3em;
    text-indent: -3em;
  }
  .article-section p.interviewee span {
    width: 3em;
  }
  .article-section p.interviewee.name4 {
    text-indent: -5em;
  }
  .article-section p.interviewee.name4 span {
    width: 5em;
  }
  .article-section p.interviewee.name5 {
    text-indent: -6em;
  }
  .article-section p.interviewee.name5 span {
    width: 6em;
  }
  .article-section p.note {
    box-sizing: border-box;
    padding-left: 4.75em;
    text-indent: -1em;
  }
  .article-section p.note20 {
    box-sizing: border-box;
  }
  .article-section p.note20 br.sp {
    display: none;
  }
  .article-section.name3.note {
    padding-left: 5.125em;
  }
  .article-section.article1_p1 {
    min-height: 800px;
  }
  .article-section.article1_p1 .article-section-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .article-section.article1_p1 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article3_p1 .article-section-inner {
    position: relative;
    width: 1000px;
    min-height: 1160px;
    margin: 0 auto;
  }
  .article-section.article3_p1 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article3_p1 .article-profile > span {
    height: 240px;
    margin-bottom: 20px;
  }
  .article-section.article3_p1 .article-profile:nth-of-type(2) {
    top: 670px;
  }
  .article-section.article5_p1 .article-section-inner {
    position: relative;
    width: 1000px;
    min-height: 1400px;
    margin: 0 auto;
  }
  .article-section.article5_p1 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article5_p1 .article-profile > span {
    height: 420px;
    margin-bottom: 20px;
  }
  .article-section.article5_p1 .article-profile:nth-of-type(3) {
    top: 750px;
  }
  .article-section.article6_p1 .article-section-inner {
    position: relative;
    width: 1000px;
    min-height: 1450px;
    margin: 0 auto;
  }
  .article-section.article6_p1 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article6_p1 .article-profile > span {
    height: 420px;
    margin-bottom: 20px;
  }
  .article-section.article6_p1 .article-profile:nth-of-type(2) {
    top: 750px;
  }
  .article-section.article6_p3 .article-section-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .article-section.article6_p3 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article6_p3 .article-profile > span {
    height: 420px;
    margin-bottom: 20px;
  }
  .article-section.article7_p1 .article-section-inner {
    position: relative;
    width: 1000px;
    min-height: 800px;
    margin: 0 auto;
  }
  .article-section.article7_p1 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article7_p1 .article-profile > span {
    height: 420px;
    margin-bottom: 20px;
  }
  .article-section.article8_p1 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article8_p1 .article-profile > span {
    height: 430px;
  }
  .article-section.article8_p1 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article8_p1 .article-profile:nth-of-type(2) > span img {
    margin-left: 0;
  }
  .article-section.article8_p1 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article8_p1 .article-profile .profile > span:nth-of-type(1) {
    width: 340px;
  }
  .article-section.article8_p1 .article-profile .profile > span:nth-of-type(2) {
    width: 280px;
  }
  .article-section.article9_p1 .article-section-inner {
    position: relative;
    width: 1000px;
    min-height: 1280px;
    margin: 0 auto;
  }
  .article-section.article9_p1 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article9_p1 .article-profile > span {
    height: 350px;
    margin-bottom: 20px;
  }
  .article-section.article9_p1 .article-profile:nth-of-type(1) {
    top: 670px;
  }
  .article-section.article9_p1 .article-profile:nth-of-type(2) {
    top: 0;
  }
  .article-section.article10_p1 .article-section-inner {
    position: relative;
    width: 1000px;
    min-height: 1240px;
    margin: 0 auto;
  }
  .article-section.article10_p1 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article10_p1 .article-profile > span {
    height: 320px;
    margin-bottom: 20px;
  }
  .article-section.article10_p1 .article-profile:nth-of-type(1) {
    top: 0;
  }
  .article-section.article10_p1 .article-profile:nth-of-type(2) {
    top: 670px;
  }
  .article-section.article11_p1 .article-profile {
    position: relative;
    width: 640px;
    margin: 60px auto;
  }
  .article-section.article11_p1 .article-profile > span {
    height: 427px;
  }
  .article-section.article11_p1 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article11_p1 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article11_p1 .article-profile .profile > span:nth-of-type(1) {
    width: 300px;
  }
  .article-section.article11_p1 .article-profile .profile > span:nth-of-type(2) {
    width: 320px;
  }
  .article-section.article12_p1 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article12_p1 .article-profile > span {
    height: 430px;
  }
  .article-section.article12_p1 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article12_p1 .article-profile:nth-of-type(2) > span img {
    margin-left: 0;
  }
  .article-section.article12_p1 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article12_p1 .article-profile .profile > span:nth-of-type(1) {
    width: 340px;
  }
  .article-section.article12_p1 .article-profile .profile > span:nth-of-type(2) {
    width: 280px;
  }
  .article-section.article13_p1 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article13_p1 .article-profile > span {
    height: 430px;
  }
  .article-section.article13_p1 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article13_p1 .article-profile:nth-of-type(2) > span img {
    margin-left: 0;
  }
  .article-section.article13_p1 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article13_p1 .article-profile .profile > span:nth-of-type(1) {
    width: 340px;
  }
  .article-section.article13_p1 .article-profile .profile > span:nth-of-type(2) {
    width: 280px;
  }
  .article-section.article14_p2 .article-profile, .article-section.article14_p3 .article-profile {
    position: relative;
    width: 640px;
    margin: 60px auto;
  }
  .article-section.article14_p2 .article-profile > span, .article-section.article14_p3 .article-profile > span {
    height: 427px;
  }
  .article-section.article14_p2 .article-profile > span img, .article-section.article14_p3 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article14_p2 .article-profile .profile, .article-section.article14_p3 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article14_p2 .article-profile .profile > span:nth-of-type(1), .article-section.article14_p3 .article-profile .profile > span:nth-of-type(1) {
    width: 300px;
  }
  .article-section.article14_p2 .article-profile .profile > span:nth-of-type(2), .article-section.article14_p3 .article-profile .profile > span:nth-of-type(2) {
    width: 320px;
  }
  .article-section.article15_p1 .article-profile, .article-section.article15_p2 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article15_p1 .article-profile > span, .article-section.article15_p2 .article-profile > span {
    height: 430px;
  }
  .article-section.article15_p1 .article-profile > span img, .article-section.article15_p2 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article15_p1 .article-profile:nth-of-type(2) > span img, .article-section.article15_p2 .article-profile:nth-of-type(2) > span img {
    margin-left: 0;
  }
  .article-section.article15_p1 .article-profile .profile, .article-section.article15_p2 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article15_p1 .article-profile .profile > span:nth-of-type(1), .article-section.article15_p2 .article-profile .profile > span:nth-of-type(1) {
    width: 340px;
  }
  .article-section.article15_p1 .article-profile .profile > span:nth-of-type(2), .article-section.article15_p2 .article-profile .profile > span:nth-of-type(2) {
    width: 280px;
  }
  .article-section.article16_p1 .article-profile, .article-section.article16_p2 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article16_p1 .article-profile > span, .article-section.article16_p2 .article-profile > span {
    height: 430px;
  }
  .article-section.article16_p1 .article-profile > span img, .article-section.article16_p2 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article16_p1 .article-profile:nth-of-type(2) > span img, .article-section.article16_p2 .article-profile:nth-of-type(2) > span img {
    margin-left: 0;
  }
  .article-section.article16_p1 .article-profile .profile, .article-section.article16_p2 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article16_p1 .article-profile .profile > span:nth-of-type(1), .article-section.article16_p2 .article-profile .profile > span:nth-of-type(1) {
    width: 340px;
  }
  .article-section.article16_p1 .article-profile .profile > span:nth-of-type(2), .article-section.article16_p2 .article-profile .profile > span:nth-of-type(2) {
    width: 280px;
  }
  .article-section.article17_p1 .article-profile, .article-section.article17_p2 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article17_p1 .article-profile > span, .article-section.article17_p2 .article-profile > span {
    height: 430px;
  }
  .article-section.article17_p1 .article-profile > span img, .article-section.article17_p2 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article17_p1 .article-profile:nth-of-type(2) > span img, .article-section.article17_p2 .article-profile:nth-of-type(2) > span img {
    margin-left: 0;
  }
  .article-section.article17_p1 .article-profile .profile, .article-section.article17_p2 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article17_p1 .article-profile .profile > span:nth-of-type(1), .article-section.article17_p2 .article-profile .profile > span:nth-of-type(1) {
    width: 340px;
  }
  .article-section.article17_p1 .article-profile .profile > span:nth-of-type(2), .article-section.article17_p2 .article-profile .profile > span:nth-of-type(2) {
    width: 280px;
  }
  .article-section.article18_p1 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article18_p1 .article-profile > span {
    height: 430px;
  }
  .article-section.article18_p1 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article18_p1 .article-profile:nth-of-type(2) > span img {
    margin-left: 0;
  }
  .article-section.article18_p1 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article18_p1 .article-profile .profile > span:nth-of-type(1) {
    width: 300px;
  }
  .article-section.article18_p1 .article-profile .profile > span:nth-of-type(2) {
    width: 320px;
  }
  .article-section.article19_p1 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article19_p1 .article-profile > span {
    height: 430px;
  }
  .article-section.article19_p1 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article19_p1 .article-profile:nth-of-type(2) > span img {
    margin-left: 0;
  }
  .article-section.article19_p1 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article19_p1 .article-profile .profile > span:nth-of-type(1) {
    width: 300px;
  }
  .article-section.article19_p1 .article-profile .profile > span:nth-of-type(2) {
    width: 320px;
  }
  .article-section.article19_p3 .article-linkText a {
    width: 550px;
  }
  .article-section.article19_p3 .article-linkText a br.pc {
    display: inline;
  }
  .article-section.article20_p1 .article-section-inner {
    position: relative;
    width: 1000px;
    min-height: 900px;
    margin: 0 auto;
  }
  .article-section.article20_p1 p {
    width: 600px;
    margin-right: 0;
  }
  .article-section.article20_p1 .article-profile > span {
    height: 480px;
    margin-bottom: 20px;
  }
  .article-section.article20_p3 .article-linkText a {
    min-width: 580px;
  }
  .article-section.article21_p1 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article21_p1 .article-profile > span {
    height: 430px;
  }
  .article-section.article21_p1 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article21_p1 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article21_p1 .article-profile .profile > span:nth-of-type(1) {
    width: 260px;
  }
  .article-section.article21_p1 .article-profile .profile > span:nth-of-type(2) {
    width: 360px;
  }
  .article-section.article21_p2 .article-profile {
    position: relative;
    width: 645px;
    margin: 60px auto;
    padding-left: 45px;
  }
  .article-section.article21_p2 .article-profile > span {
    height: 430px;
  }
  .article-section.article21_p2 .article-profile > span img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .article-section.article21_p2 .article-profile .profile {
    display: flex;
    justify-content: space-between;
  }
  .article-section.article21_p2 .article-profile .profile > span:nth-of-type(1) {
    width: 260px;
  }
  .article-section.article21_p2 .article-profile .profile > span:nth-of-type(2) {
    width: 360px;
  }
  .article-profile {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    margin: 0;
  }
  .article-profile > span {
    height: 540px;
    margin-bottom: 20px;
  }
  .article-profile > span.short {
    height: 512px;
  }
  .article-profile .profile {
    width: 100% !important;
  }
  .article-profile .profile .name {
    font-size: 32px;
  }
  .article-profile .profile .job {
    font-size: 13px;
  }
  .article-fig {
    width: 900px;
    margin: 60px auto;
  }
  .article-fig img {
    width: 640px;
    margin: 0 auto;
  }
  .article-fig img.sp {
    display: none;
  }
  .article-fig img.pc {
    display: block;
  }
  .article-fig p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .article-fig p br.sp {
    display: none;
  }
  .article-fig p.caption {
    width: 100%;
    padding-left: 0;
    text-indent: 0;
    text-align: center;
    font-size: 12px;
  }
  .article-fig p.caption2 {
    font-size: 12px;
  }
  .article-fig .article1-fig2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 680px;
    margin: 0 auto;
  }
  .article-fig .article1-fig2 img {
    width: 340px;
    margin: 0;
  }
  .article-fig .article1-fig2 + p {
    margin-top: 0;
  }
  .article-fig.article2-fig1 {
    width: 555px;
    margin-right: 0;
  }
  .article-fig.article2-fig1 img {
    width: 500px;
  }
  .article-fig.article2-fig2 img {
    width: 704px;
  }
  .article-fig.article3-fig img {
    width: 720px;
  }
  .article-fig.article4-fig1 {
    width: 600px;
    margin-right: 0;
  }
  .article-fig.article4-fig1 img {
    width: 600px;
  }
  .article-fig.article4-fig1 .caption {
    margin: 15px auto 0;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
  .article-fig.article4-fig3 img {
    width: 600px;
  }
  .article-fig.article4-fig4 img {
    width: 600px;
  }
  .article-fig.article4-fig5 img {
    width: 600px;
  }
  .article-fig.article5-fig1 {
    width: 600px;
    margin-right: 0;
  }
  .article-fig.article5-fig1 img {
    width: 600px;
  }
  .article-fig.article5-fig2 img {
    width: 600px;
  }
  .article-fig.article5-fig3 img {
    width: 800px;
  }
  .article-fig.article6-fig1 {
    width: 560px;
    margin-right: 0;
  }
  .article-fig.article6-fig1 img {
    width: 560px;
  }
  .article-fig.article6-fig2 img {
    width: 770px;
  }
  .article-fig.article6-fig3 {
    width: 600px;
    margin-right: 0;
  }
  .article-fig.article6-fig3 img {
    width: 600px;
  }
  .article-fig.article6-fig4 {
    width: 600px;
    margin-right: 0;
  }
  .article-fig.article6-fig4 img {
    width: 450px;
  }
  .article-fig.article7-fig1 {
    width: 560px;
    margin-right: 20px;
  }
  .article-fig.article7-fig1 img {
    width: 560px;
  }
  .article-fig.article7-fig2 img {
    width: 600px;
  }
  .article-fig.article8-fig1 img {
    width: 560px;
  }
  .article-fig.article8-fig2 img {
    width: 800px;
  }
  .article-fig.article8-fig3 img {
    width: 700px;
  }
  .article-fig.article9-fig1 img {
    width: 680px;
  }
  .article-fig.article9-fig2 img {
    width: 600px;
  }
  .article-fig.article10-fig1 img {
    width: 640px;
  }
  .article-fig.article10-fig2 img {
    width: 690px;
  }
  .article-fig.article11-fig1 img {
    width: 600px;
  }
  .article-fig.article11-fig3 img {
    width: 800px;
  }
  .article-fig.article12-fig1 img {
    width: 750px;
  }
  .article-fig.article12-fig2 img {
    width: 700px;
  }
  .article-fig.article12-fig3 img {
    width: 800px;
  }
  .article-fig.article12-fig3 .caption2 {
    width: 800px;
  }
  .article-fig.article13-fig1 img {
    width: 700px;
  }
  .article-fig.article13-fig2 img {
    width: 560px;
  }
  .article-fig.article13-fig3 img {
    width: 800px;
  }
  .article-fig.article14-fig1 {
    width: 700px;
  }
  .article-fig.article14-fig1 .caption2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .article-fig.article14-fig1 .caption2 br {
    display: none;
  }
  .article-fig.article14-fig1 img {
    width: 700px;
  }
  .article-fig.article14-fig2 img {
    width: 600px;
  }
  .article-fig.article14-fig3 {
    margin-bottom: 40px;
  }
  .article-fig.article14-fig3 img {
    width: 700px;
  }
  .article-fig.article15-fig1 img {
    width: 760px;
  }
  .article-fig.article15-fig2 img {
    width: 800px;
  }
  .article-fig.article16-fig1 img {
    width: 560px;
  }
  .article-fig.article16-fig2 img {
    width: 800px;
  }
  .article-fig.article17-fig1 img {
    width: 430px;
  }
  .article-fig.article17-fig2 img {
    width: 800px;
  }
  .article-fig.article18-fig1 img {
    width: 680px;
  }
  .article-fig.article18-fig2 img {
    width: 720px;
  }
  .article-fig.article18-fig3 img {
    width: 800px;
  }
  .article-fig.article19-fig1 img {
    width: 600px;
  }
  .article-fig.article19-fig1 p br {
    display: none;
  }
  .article-fig.article19-fig2 img {
    width: 640px;
  }
  .article-fig.article19-fig3 .movie {
    width: 800px;
    height: 450px;
    margin: 0 auto;
  }
  .article-fig.article19-fig4 img {
    width: 800px;
  }
  .article-fig.article20-fig1 {
    width: 600px;
    margin-right: 0;
  }
  .article-fig.article20-fig1 img {
    width: 600px;
  }
  .article-fig.article20-fig2 img {
    width: 800px;
  }
  .article-fig.article20-fig3 img {
    width: 800px;
  }
  .article-fig.article20-fig4 .movie, .article-fig.article20-fig6 .movie {
    width: 800px;
    height: 450px;
    margin: 0 auto;
  }
  .article-fig.article20-fig4 .movie img, .article-fig.article20-fig6 .movie img {
    width: 100%;
  }
  .article-fig.article20-fig5 img {
    width: 800px;
  }
  .article-fig.article21-fig1 img {
    width: 720px;
  }
  .article-fig.article21-fig1 br {
    display: none;
  }
  .article-fig.article21-fig2 img {
    width: 800px;
  }
  .article-linkText {
    padding: 40px 0;
  }
  .article-linkText a {
    font-size: 18px;
    transition: 0.5s;
    transition: background-color 0.5s;
  }
  .article-linkText a br {
    display: none;
  }
  .article-linkText a span::before {
    top: 14px;
    transition: 0.5s;
  }
  .article-linkText a span::after {
    top: 14px;
    transition: 0.5s;
  }
  .article-linkText a:hover {
    background-color: #c56aff;
  }
  .article-linkText a:hover span::before {
    transform: translateX(10px);
  }
  .article-linkText a:hover span::after {
    transform: translateY(-5.5px) translateX(10px) rotate(-45deg);
  }
  .article-enquete {
    display: none;
  }
  .article-nextpage {
    position: relative;
    z-index: 10;
    display: block;
    padding: 50px 0;
    text-align: center;
  }
  .article-nextpage.lastpage {
    margin-top: 60px;
    padding-top: 0;
  }
  .article-nextpage.lastpage ul {
    margin-top: 0;
  }
  .article-nextpage a {
    display: inline-block;
    text-align: center;
  }
  .article-nextpage a .next {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    color: #7500c0;
  }
  .article-nextpage a .headline {
    position: relative;
    display: inline-block;
    padding-right: 60px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    color: #000;
    transition: 0.5s;
  }
  .article-nextpage a .headline::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    right: 0;
    top: 50%;
    background: #7500c0;
    transition: 0.5s;
  }
  .article-nextpage a .headline::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    right: 0;
    top: 50%;
    border-right: solid 1px #7500c0;
    border-bottom: solid 1px #7500c0;
    transform: translateY(-5.5px) rotate(-45deg);
    transition: 0.5s;
  }
  .article-nextpage a.next-banner {
    position: relative;
    min-height: 56px;
    padding: 15px 30px;
    border: solid 2px #7500c0;
    border-radius: 43px;
    transition: 0.3s;
    background: #7500c0;
  }
  .article-nextpage a.next-banner .headline2 {
    color: #fff;
  }
  .article-nextpage a.next-banner:hover {
    background-color: #fff;
  }
  .article-nextpage a.next-banner:hover .headline2 {
    color: #7500c0;
  }
  .article-nextpage a .headline2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
  }
  .article-nextpage a .next2 {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    padding: 8px 15px;
    text-align: left;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #7500c0;
    background: #fff;
    border-radius: 17px;
  }
  .article-nextpage a:hover .headline {
    color: #7500c0;
  }
  .article-nextpage a:hover .headline::before {
    transform: translateX(10px);
  }
  .article-nextpage a:hover .headline::after {
    transform: translateY(-5.5px) translateX(10px) rotate(-45deg);
  }
  .article-nextpage ul {
    display: flex;
    justify-content: center;
    width: 900px;
    margin: 30px auto 0;
  }
  .article-nextpage ul li {
    width: 50px;
    height: 50px;
    margin: 0 25px;
  }
  .article-nextpage ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    color: #7500c0;
    box-sizing: border-box;
    border: solid 1px #7500c0;
    border-radius: 25px;
    transition: 0.5s;
  }
  .article-nextpage ul li a[href] {
    color: #aaa;
    border-color: #aaa;
  }
  .article-nextpage ul li a[href]:hover {
    color: #7500c0;
    border-color: #7500c0;
  }
  .linkArea-wrapper {
    display: none;
    margin-top: -1px;
    padding-top: 30px;
  }
  .linkArea-wrapper.top .linkArea::before {
    padding-right: 0;
  }
  .linkArea-wrapper.top .linkArea .sns {
    width: 50px;
    height: 50px;
    margin: 0 20px;
  }
  .lastpage + .linkArea-wrapper {
    display: block;
  }
  .linkArea {
    width: 500px;
    justify-content: center;
  }
  .linkArea::before {
    margin-bottom: 15px;
    padding-right: 210px;
    font-size: 13px;
  }
  .linkArea .enquete {
    display: none;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: #7500c0;
    transition: opacity 0.8s, background-color 0.5s;
  }
  .linkArea .enquete.hide {
    opacity: 0;
    pointer-events: none;
  }
  .linkArea .enquete:hover {
    background-color: #c56aff;
  }
  .linkArea .sns {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    margin: 0 0 0 25px;
    border-radius: 25px;
    transition: 0.5s;
  }
  .linkArea .sns:hover {
    opacity: 1;
  }
  .linkArea .about {
    margin-top: 0;
    margin-left: 65px;
  }
  .linkArea .about img {
    transition: 0.5s;
  }
  .linkArea .about img + img {
    height: 55px;
  }
  .linkArea .about:hover img:nth-of-type(1) {
    transform: translateX(5px);
  }
  .linkArea .about:hover img:nth-of-type(2) {
    opacity: 0.5;
  }
  .linkArea .latest {
    width: 330px;
    margin-left: 25px;
  }
  .linkArea .latest a:hover .latest-title {
    color: #7500c0;
  }
  .linkArea .latest a:hover .latest-title small {
    color: #7500c0;
  }
  .linkArea .latest .latest-head {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 26px;
  }
  .linkArea .latest .latest-title {
    font-size: 16px;
    transition: color 0.5s;
  }
  .linkArea .latest .latest-title small {
    font-size: 14px;
    transition: color 0.5s;
  }
  .footer-enquete {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-enquete a {
    font-size: 18px;
    transition: background-color 0.5s;
  }
  .footer-enquete a:hover {
    background-color: #c56aff;
  }
  .footer1 {
    margin-top: -1px;
    padding: 60px 0 80px;
  }
  .footer1 .newfuture {
    width: 300px;
    margin: 0 auto 50px;
    transition: opacity 0.5s;
  }
  .footer1 .newfuture:hover {
    opacity: 0.5;
  }
  .footer1 .letthere {
    width: 280px;
    margin: 0 auto 50px;
  }
  .footer1 .letthere img {
    height: 55px;
    transition: 0.5s;
  }
  .footer1 .letthere:hover img:nth-of-type(1) {
    opacity: 0.5;
  }
  .footer1 .logo a {
    margin: 0 25px;
  }
  .footer1 .logo a img {
    height: 40px;
  }
  .footer1 .logo a:nth-of-type(1) {
    display: none;
  }
  .footer1 p {
    margin: 0 auto;
  }
  .footer1 p br {
    display: none;
  }
  .footer1 p a {
    display: inline-block;
    margin-left: 0.5em;
  }
  .footer1 p a:hover {
    text-decoration: underline;
  }
  .lastpage + .linkArea-wrapper + .footer1 .logo a:nth-of-type(1) {
    display: block;
  }
  footer {
    padding: 25px 0 25px;
  }
  footer ul li a {
    font-size: 12px;
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
  footer p {
    font-size: 12px;
  }
}
@media all and (min-width: 1355px) {
  .top-header span, .article-header span {
    width: calc(72px + 50%);
  }
  .top-lead {
    width: 528px;
    margin-left: calc(50% - 600px);
  }
  .top-list1 {
    width: 454px;
    margin-left: calc(50% - 526px);
  }
  header, .article-lead {
    margin-left: calc(50% - 539px);
  }
  .article-lead2 {
    width: 528px;
    margin-left: calc(50% - 528px);
  }
  .linkArea .enquete {
    display: none;
    position: absolute;
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
    font-size: 18px;
  }
}
@media all and (min-width: 1600px) {
  .top-header, .article-header {
    width: 1600px;
    left: calc(50% - 800px);
  }
  .linkArea {
    width: 1520px;
    padding: 0 40px;
    left: calc(50% - 800px);
  }
}
@media all and (min-width: 641px) and (max-height: 800px) {
  .top-header, .article-header {
    height: 450px;
    top: 200px;
  }
}
@media all and (min-width: 1355px) and (min-height: 1000px) {
  .top-header, .article-header {
    height: 650px;
    top: calc(50vh - 300px);
  }
}
@media all and (min-width: 641px) and (max-width: 1354px) and (min-height: 900px) {
  .top-header, .article-header {
    height: 550px;
    top: calc(50vh - 250px);
  }
}