@charset "UTF-8";
@media screen and (max-width:599px) {
  header {
    height: 60px;
    min-width: 320px;
    width: 100%;
    padding: 20px;
    background-color: #202020;
  }
  header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin: 0 20px 0 20px;
  }
}
@media screen and (min-width:600px) {
  header {
    height: 60px;
    width: 100%;
    background-color: #202020;
  }
  header nav {
    width: 600px;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 600px;
    height: 60px;
    margin: 0 auto;
  }
}
@media screen and (min-width:600px) {
  main {
    min-width: 320px;
    margin: 0 auto;
  }
  main .container {
    width: 600px;
    margin: 0 auto;
  }
  main .tag_list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: flex-start;
    margin-top: 20px;
    align-items: flex-start;
  }
  main .tag_list li {
    ont-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
    color: #858585;
    padding: 6px 10px;
    letter-spacing: 0.03em;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 3px;
    letter-spacing: 0.05em;
  }
  main .tag_list li a:link, main .tag_list li a:visited, main .tag_list li a:hover, main .tag_list li a:active {
    color: #858585;
  }
  main .main_text {
    margin-top: 30px;
    border: 1px solid #202020;
    box-sizing: border-box;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  main .main_text h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    margin: 0;
  }
  main .main_text p {
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    margin-top: 10px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  main .main_text .twitter_link {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  main .main_text .twitter_link img {
    margin-right: 13px;
  }
  main .main_text .twitter_link h3 {
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    line-height: 200%;
  }
  main .border {
    height: 1px;
    width: 100%;
    margin: 60px auto 0 auto;
    background-color: #F4F4F4;
  }
  main .border_sub {
    height: 1px;
    width: 600px;
    margin: 30px auto 30px auto;
    background-color: #F4F4F4;
  }
  main .title {
    width: 600px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    margin: 40px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
  }
  main .newtopics {
    margin: 30px auto 0 auto;
  }
  main .newtopics img {
    width: 600px;
    height: 337.5px;
    object-fit: cover;
    transition: 0.5s;
  }
  main .newtopics img:hover {
    transform: scale(0.9, 0.9);
  }
  main .newtopics .pagination {
    margin: 0 auto 60px auto;
  }
  main .newtopics .pagination ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0 auto;
  }
  main .newtopics .pagination ul a:link, main .newtopics .pagination ul a:visited, main .newtopics .pagination ul a:hover, main .newtopics .pagination ul a:active {
    color: #FFFFFF;
  }
  main .newtopics .pagination ul li {
    margin: 0 10px 0 10px;
  }
  main .newtopics .pagination ul li .page-numbers.current {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    padding: 4px 10px;
    background-color: #5C5C5C;
    color: #FFFFFF;
    border-radius: 5px;
  }
  main .newtopics .pagination ul li .page-numbers {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    padding: 4px 10px;
    background-color: #202020;
    color: #FFFFFF;
    border-radius: 5px;
  }
  main .newtopics .pagination ul li .page-numbers:hover {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    padding: 4px 10px;
    background-color: #5C5C5C;
    color: #FFFFFF;
    border-radius: 5px;
  }
  main .newtopics h2 {
    width: 600px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    margin: 10px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
  }
  main .newtopics h2 a:link, main .newtopics h2 a:visited, main .newtopics h2 a:hover, main .newtopics h2 a:active {
    color: #202020;
  }
  main .newtopics h2 a {
    padding-bottom: 2px;
    background: linear-gradient(#202020, #202020) 0 100%/0 2px no-repeat;
    transition: background 0.4s;
    text-decoration: none;
  }
  main .newtopics h2 a .reverse {
    background-position: 100% 100%;
  }
  main .newtopics h2 a:hover {
    background-size: 100% 2px;
  }
  main .newtopics p {
    width: 600px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 15px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  main .newtopics .cat_date {
    width: 600px;
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main .newtopics .cat_date .catwrap {
    display: flex;
    margin-top: 5px;
    align-items: center;
  }
  main .newtopics .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  main .newtopics .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    height: 11px;
  }
  main .newtopics .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date {
    width: 600px;
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main .newtopics .cat_date .catwrap {
    display: flex;
    margin-top: 5px;
    align-items: center;
  }
  main .newtopics .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  main .newtopics .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    height: 11px;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics .content_wrap_sub {
    margin: 0 auto 0 auto;
    width: 600px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .newtopics .content_wrap_sub img {
    width: 200px;
    height: 112.5px;
    object-fit: cover;
  }
  main .newtopics .content_wrap_sub .text_wrap {
    width: 370px;
    height: 112px;
  }
  main .newtopics .content_wrap_sub .text_wrap p {
    width: 370px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    color: #202020;
    margin: 10px auto 0 auto;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  main .newtopics .content_wrap_sub .text_wrap h3 {
    width: 370px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.03em;
  }
  main .newtopics .content_wrap_sub .text_wrap h3 a:link, main .newtopics .content_wrap_sub .text_wrap h3 a:visited, main .newtopics .content_wrap_sub .text_wrap h3 a:hover, main .newtopics .content_wrap_sub .text_wrap h3 a:active {
    color: #202020;
  }
  main .newtopics .content_wrap_sub .text_wrap h3 a {
    padding-bottom: 2px;
    background: linear-gradient(#202020, #202020) 0 100%/0 2px no-repeat;
    transition: background 0.4s;
    text-decoration: none;
  }
  main .newtopics .content_wrap_sub .text_wrap h3 a .reverse {
    background-position: 100% 100%;
  }
  main .newtopics .content_wrap_sub .text_wrap h3 a:hover {
    background-size: 100% 2px;
  }
  main .newtopics .cat_date_sub {
    width: 600px;
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main .newtopics .cat_date_sub .catwrap {
    display: flex;
    margin-top: 5px;
    align-items: center;
  }
  main .newtopics .cat_date_sub .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date_sub .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  main .newtopics .cat_date_sub .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date_sub .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    height: 11px;
    letter-spacing: 0.03em;
  }
  main .newtopics .cat_date_sub .date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics_sub {
    width: 600px;
    margin: 30px auto 0 auto;
  }
  main .newtopics_sub .content_wrap {
    margin: 0 auto 0 auto;
    width: 600px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .newtopics_sub .content_wrap img {
    margin: 0;
  }
  main .newtopics_sub .content_wrap .text_wrap {
    width: 370px;
    height: 112px;
  }
  main .newtopics_sub .content_wrap .text_wrap p {
    width: 370px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    color: #202020;
    margin: 10px auto 0 auto;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  main .newtopics_sub .content_wrap .text_wrap h3 {
    width: 370px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.03em;
  }
  main .newtopics_sub .content_wrap .text_wrap h3 a:link, main .newtopics_sub .content_wrap .text_wrap h3 a:visited, main .newtopics_sub .content_wrap .text_wrap h3 a:hover, main .newtopics_sub .content_wrap .text_wrap h3 a:active {
    color: #202020;
  }
  main .newtopics_sub .content_wrap .text_wrap h3 a {
    padding-bottom: 2px;
    background: linear-gradient(#202020, #202020) 0 100%/0 2px no-repeat;
    transition: background 0.4s;
    text-decoration: none;
  }
  main .newtopics_sub .content_wrap .text_wrap h3 a .reverse {
    background-position: 100% 100%;
  }
  main .newtopics_sub .content_wrap .text_wrap h3 a:hover {
    background-size: 100% 2px;
  }
  main .newtopics_sub .cat_date {
    width: 600px;
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main .newtopics_sub .cat_date .catwrap {
    display: flex;
    margin-top: 5px;
    align-items: center;
  }
  main .newtopics_sub .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  main .newtopics_sub .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  main .newtopics_sub .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics_sub .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    height: 11px;
    letter-spacing: 0.03em;
  }
  main .newtopics_sub .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics_sp {
    display: none;
  }
}
@media screen and (max-width:599px) {
  main {
    min-width: 370px;
    margin: -20px auto;
    box-sizing: border-box;
    padding: 20px;
  }
  main .container {
    min-width: 280px;
    margin: 0 auto;
  }
  main .tag_list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    height: 105px;
    justify-content: flex-start;
    margin-top: 10px;
    align-items: flex-start;
  }
  main .tag_list li {
    ont-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
    color: #858585;
    padding: 6px 10px;
    letter-spacing: 0.03em;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 3px;
    letter-spacing: 0.05em;
  }
  main .tag_list li a:link, main .tag_list li a:visited, main .tag_list li a:hover, main .tag_list li a:active {
    color: #858585;
  }
  main .main_text {
    margin-top: 30px;
    border: 1px solid #202020;
    box-sizing: border-box;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  main .main_text h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    margin: 0;
  }
  main .main_text p {
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    margin-top: 10px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
  }
  main .main_text .twitter_link {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  main .main_text .twitter_link img {
    margin-right: 13px;
  }
  main .main_text .twitter_link h3 {
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    line-height: 200%;
  }
  main .newtopics_sp {
    margin: 20px auto 0 auto;
  }
  main .newtopics_sp .pagination {
    margin: 0 auto 60px auto;
  }
  main .newtopics_sp .pagination ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0 auto;
  }
  main .newtopics_sp .pagination ul a:link, main .newtopics_sp .pagination ul a:visited, main .newtopics_sp .pagination ul a:hover, main .newtopics_sp .pagination ul a:active {
    color: #FFFFFF;
  }
  main .newtopics_sp .pagination ul li {
    margin: 0 10px 0 10px;
  }
  main .newtopics_sp .pagination ul li .page-numbers.current {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    padding: 4px 10px;
    background-color: #5C5C5C;
    color: #FFFFFF;
    border-radius: 5px;
  }
  main .newtopics_sp .pagination ul li .page-numbers {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    padding: 4px 10px;
    background-color: #202020;
    color: #FFFFFF;
    border-radius: 5px;
  }
  main .newtopics_sp .pagination ul li .page-numbers:hover {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    padding: 4px 10px;
    background-color: #5C5C5C;
    color: #FFFFFF;
    border-radius: 5px;
  }
  main .newtopics_sp .cat_date {
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main .newtopics_sp .cat_date .catwrap {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  main .newtopics_sp .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  main .newtopics_sp .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  main .newtopics_sp .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics_sp .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    height: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics_sp .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  main .newtopics_sp img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 20px auto 0 auto;
  }
  main .newtopics_sp h2 {
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.03em;
    margin: 10px auto 0 auto;
  }
  main .newtopics_sp h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.03em;
    margin: 10px auto 0 auto;
    color: #A9A9A9;
  }
  main .newtopics_sp p {
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.03em;
    margin: 15px auto 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  main .border {
    height: 1px;
    width: 100%;
    margin: 30px auto 30px auto;
    background-color: #F4F4F4;
  }
  main .border_sub {
    display: none;
  }
  main .title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    margin: 30px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
  }
  main .newtopics {
    display: none;
  }
  main .newtopics_sub {
    display: none;
  }
}
.footer {
  background-color: #202020;
  min-width: 320px;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0px;
}
@media screen and (min-width:600px) {
  .footer {
    margin-top: 30px;
  }
}
@media screen and (max-width:599px) {
  .footer .footer_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin: 0 20px 0 20px;
  }
}
@media screen and (min-width:600px) {
  .footer .footer_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 600px;
    height: 60px;
    margin: 0 auto;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width:600px) {
  main {
    min-width: 600px;
    margin: 0 auto;
  }

  .container {
    width: 600px;
    margin: 0 auto;
  }

  .button_01 {
    display: flex;
    position: fixed;
    bottom: 30px;
    width: 600px;
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100;
  }
  .button_01 .share {
    width: 290px;
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_01 .share:hover {
    opacity: 0.95;
  }
  .button_01 .about {
    width: 290px;
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_01 .about:hover {
    opacity: 0.95;
  }

  .button_02 {
    display: flex;
    position: fixed;
    bottom: 30px;
    width: 600px;
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100;
  }
  .button_02 .share {
    width: 290px;
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
    border-radius: 100px;
  }
  .button_02 .share:hover {
    opacity: 0.95;
  }
  .button_02 .buy {
    width: 290px;
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_02 .buy:hover {
    opacity: 0.95;
  }

  .button_03 {
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    bottom: 30px;
    width: 600px;
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100;
  }
  .button_03 .buy {
    width: 600px;
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_03 .buy:hover {
    opacity: 0.95;
  }
  .button_03 .share {
    width: 290px;
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_03 .share:hover {
    opacity: 0.95;
  }
  .button_03 .about {
    width: 290px;
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_03 .about:hover {
    opacity: 0.95;
  }

  .button_04 {
    display: flex;
    position: fixed;
    margin: 0 auto;
    bottom: 30px;
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    z-index: 100;
  }
  .button_04 .share {
    width: 600px;
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_04 .share:hover {
    opacity: 0.95;
  }

  .maincontent .wp-block-image figcaption {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    padding: 0;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
  .maincontent .wp-block-image figcaption a:link, .maincontent .wp-block-image figcaption a:visited, .maincontent .wp-block-image figcaption a:hover, .maincontent .wp-block-image figcaption a:active {
    color: #858585;
  }
  .maincontent .thumbnail {
    margin: 40px auto 0 auto;
  }
  .maincontent .thumbnail img {
    width: 600px;
    height: 337.5px;
    object-fit: cover;
  }
  .maincontent #twitter-widget-0 {
    width: 100%;
  }
  .maincontent ul {
    margin: 20px auto 0 auto;
  }
  .maincontent ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 0 auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
    margin-left: 1em;
  }
  .maincontent ol {
    margin: 20px auto 0 auto;
  }
  .maincontent ol li {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 0 auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
    margin-left: 1em;
  }
  .maincontent h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    margin: 30px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
  }
  .maincontent .cat_date {
    width: 600px;
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .maincontent .cat_date .catwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .maincontent .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  .maincontent .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  .maincontent .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  .maincontent .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    height: 11px;
    letter-spacing: 0.03em;
  }
  .maincontent .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    padding: 0;
    letter-spacing: 0.03em;
  }
  .maincontent .wrapup {
    margin: 30px auto 0 auto;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    padding: 10px 0 30px 0;
    list-style: none;
  }
  .maincontent .wrapup p {
    width: 600px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 200%;
    margin: 20px auto 0 auto;
    color: #202020;
  }
  .maincontent .wrapup li {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 10px auto 0 auto;
    color: #202020;
    text-indent: -2.5em;
    padding-left: 2.5em;
    letter-spacing: 0.03em;
  }
  .maincontent .wrapup li:before {
    content: "";
    /* 空の要素作成 */
    width: 24px;
    /* 幅指定 */
    height: 24px;
    /* 高さ指定 */
    margin-top: 2px;
    display: inline-block;
    /* インラインブロックにする */
    position: relative;
    /* アイコンの位置を調整 *                             /* アイコンの位置を調整 */
    margin-right: 5px;
    /* 余白指定 */
    background-image: url(../img/check/check.svg);
    /* アイコン指定 */
    background-size: contain;
    /* アイコンの大きさ指定 */
    background-repeat: no-repeat;
    /* アイコンをリピートしないようにする */
    vertical-align: top;
    /* アイコンの位置を調整 */
  }
  .maincontent h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 200%;
    margin: 40px auto 0 auto;
    color: #202020;
    width: 580px;
    border-left: solid 5px #202020;
    padding-left: 15px;
    letter-spacing: 0.03em;
  }
  .maincontent p {
    width: 600px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 200%;
    margin: 20px auto 20px auto;
    color: #202020;
  }
  .maincontent iframe {
    width: 600px;
    height: 337.5px;
    margin-top: 30px;
  }
  .maincontent .posts {
    margin: 0 auto 0 auto;
    width: 600px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .maincontent .posts .posts-wrapper {
    margin: 30px auto 0 auto;
    width: 600px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .maincontent .posts .posts-wrapper article {
    width: 100%;
  }
  .maincontent .posts .posts-wrapper img {
    width: 200px;
    height: 112.5px;
    object-fit: cover;
    transition: 0.5s;
  }
  .maincontent .posts .posts-wrapper .post_contents-area {
    width: 370px;
    height: 112px;
  }
  .maincontent .posts .posts-wrapper .post_contents-area p {
    width: 370px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    color: #202020;
    margin: 10px auto 0 auto;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .maincontent .posts .posts-wrapper .post_contents-area h3 {
    width: 370px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.03em;
  }
  .maincontent .posts .posts-wrapper .post_contents-area h3 a:link, .maincontent .posts .posts-wrapper .post_contents-area h3 a:visited, .maincontent .posts .posts-wrapper .post_contents-area h3 a:hover, .maincontent .posts .posts-wrapper .post_contents-area h3 a:active {
    color: #202020;
  }
  .maincontent .posts .posts-wrapper .post_contents-area h3 a {
    padding-bottom: 2px;
    background: linear-gradient(#202020, #202020) 0 100%/0 2px no-repeat;
    transition: background 0.4s;
    text-decoration: none;
  }
  .maincontent .posts .posts-wrapper .post_contents-area h3 a .reverse {
    background-position: 100% 100%;
  }
  .maincontent .posts .posts-wrapper .post_contents-area h3 a:hover {
    background-size: 100% 2px;
  }

  .sub-content_top {
    margin: 0 auto 0 auto;
    width: 600px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sub-content_top .pickup {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    margin: 40px auto 30px auto;
    color: #202020;
    width: 600px;
    letter-spacing: 0.03em;
  }
  .sub-content_top .contentwrap {
    width: 600px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sub-content_top .contentwrap img {
    width: 200px;
    height: 112.5px;
    object-fit: cover;
    transition: 0.5s;
  }
  .sub-content_top .contentwrap img:hover {
    transform: scale(0.9, 0.9);
  }
  .sub-content_top .contentwrap .text_wrap {
    width: 370px;
    height: 112px;
  }
  .sub-content_top .contentwrap .text_wrap p {
    width: 370px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    color: #202020;
    margin: 10px auto 0 auto;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .sub-content_top .contentwrap .text_wrap h3 {
    width: 370px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.03em;
  }
  .sub-content_top .contentwrap .text_wrap h3 a:link, .sub-content_top .contentwrap .text_wrap h3 a:visited, .sub-content_top .contentwrap .text_wrap h3 a:hover, .sub-content_top .contentwrap .text_wrap h3 a:active {
    color: #202020;
  }
  .sub-content_top .contentwrap .text_wrap h3 a {
    padding-bottom: 2px;
    background: linear-gradient(#202020, #202020) 0 100%/0 2px no-repeat;
    transition: background 0.4s;
    text-decoration: none;
  }
  .sub-content_top .contentwrap .text_wrap h3 a .reverse {
    background-position: 100% 100%;
  }
  .sub-content_top .contentwrap .text_wrap h3 a:hover {
    background-size: 100% 2px;
  }
  .sub-content_top .cat_date {
    width: 600px;
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sub-content_top .cat_date .catwrap {
    display: flex;
    margin-top: 5px;
    align-items: center;
  }
  .sub-content_top .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  .sub-content_top .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  .sub-content_top .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  .sub-content_top .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    height: 11px;
    letter-spacing: 0.03em;
  }
  .sub-content_top .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    padding: 0;
    letter-spacing: 0.03em;
  }

  .boder_sub {
    height: 1px;
    width: 600px;
    margin: 15px auto 0 auto;
    background-color: #F4F4F4;
  }

  .maincontent_sp {
    display: none;
  }

  .sub-content_sp {
    display: none;
  }

  .sub-content_top_sp {
    display: none;
  }
}
@media screen and (max-width:599px) {
  main {
    min-width: 320px;
    margin: -20px auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .container {
    width: 100%;
    margin: 0 auto;
  }

  .main_text {
    margin-top: 30px;
    border: 1px solid #202020;
    box-sizing: border-box;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .main_text h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    margin: 0;
  }
  .main_text p {
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    margin-top: 10px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
  }
  .main_text .twitter_link {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .main_text .twitter_link img {
    margin-right: 13px;
  }
  .main_text .twitter_link h3 {
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    line-height: 200%;
  }

  .button_01 {
    display: flex;
    position: fixed;
    bottom: 30px;
    max-width: 599px;
    width: calc(100% - 40px);
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100;
  }
  .button_01 .share {
    width: calc(50vw - 30px);
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_01 .share:hover {
    opacity: 0.95;
  }
  .button_01 .about {
    width: calc(50vw - 30px);
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_01 .about:hover {
    opacity: 0.95;
  }

  .button_02 {
    display: flex;
    position: fixed;
    bottom: 30px;
    max-width: 599px;
    width: calc(100% - 40px);
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100;
  }
  .button_02 .share {
    width: calc(50vw - 30px);
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
    border-radius: 100px;
  }
  .button_02 .share:hover {
    opacity: 0.95;
  }
  .button_02 .buy {
    width: calc(50vw - 30px);
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_02 .buy:hover {
    opacity: 0.95;
  }

  .button_03 {
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    bottom: 30px;
    max-width: 599px;
    width: calc(100% - 40px);
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100;
  }
  .button_03 .buy {
    width: calc(100vw - 40px);
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    margin-bottom: 15px;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_03 .buy:hover {
    opacity: 0.95;
  }
  .button_03 .share {
    width: calc(50vw - 30px);
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_03 .share:hover {
    opacity: 0.95;
  }
  .button_03 .about {
    width: calc(50vw - 30px);
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
  .button_03 .about:hover {
    opacity: 0.95;
  }

  .button_04 {
    display: flex;
    position: fixed;
    margin: 0 auto;
    bottom: 30px;
    max-width: 599px;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    z-index: 100;
  }
  .button_04 .share:hover {
    opacity: 0.95;
  }
  .button_04 .share {
    width: calc(100vw - 40px);
    padding: 14px 0 14px 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }

  .maincontent_sp {
    margin: 0 auto;
  }
  .maincontent_sp img {
    height: auto;
  }
  .maincontent_sp .thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 56%;
    /* 比率 */
    margin-top: 20px;
  }
  .maincontent_sp .thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .maincontent_sp .wp-block-image figcaption {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    padding: 0;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
  .maincontent_sp .wp-block-image figcaption a:link, .maincontent_sp .wp-block-image figcaption a:visited, .maincontent_sp .wp-block-image figcaption a:hover, .maincontent_sp .wp-block-image figcaption a:active {
    color: #858585;
  }
  .maincontent_sp .wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56%;
    /* 比率 */
    margin-top: 20px;
  }
  .maincontent_sp .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .maincontent_sp .cat_date {
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .maincontent_sp .cat_date .catwrap {
    display: flex;
    align-items: center;
  }
  .maincontent_sp .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  .maincontent_sp .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  .maincontent_sp .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  .maincontent_sp .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    height: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  .maincontent_sp .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    padding: 0;
    letter-spacing: 0.03em;
  }
  .maincontent_sp ul {
    margin: 15px auto 0 auto;
  }
  .maincontent_sp ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 0 auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
    margin-left: 1em;
  }
  .maincontent_sp ol {
    margin: 20px auto 0 auto;
  }
  .maincontent_sp ol li {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 0 auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
    margin-left: 1em;
  }
  .maincontent_sp .wrapup {
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    margin: 20px auto 0 auto;
    padding: 0 0 5px 0;
    list-style: none;
  }
  .maincontent_sp .wrapup p {
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 15px auto 10px auto;
    letter-spacing: 0.03em;
  }
  .maincontent_sp .wrapup li {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 10px auto 10px auto;
    color: #202020;
    text-indent: -2em;
    padding-left: 2em;
    letter-spacing: 0.03em;
  }
  .maincontent_sp .wrapup li:before {
    content: "";
    /* 空の要素作成 */
    width: 24px;
    /* 幅指定 */
    height: 24px;
    /* 高さ指定 */
    display: inline-block;
    /* インラインブロックにする */
    position: relative;
    /* アイコンの位置を調整 *                             /* アイコンの位置を調整 */
    margin-right: 5px;
    /* 余白指定 */
    background-image: url(../img/check/check.svg);
    /* アイコン指定 */
    background-size: contain;
    /* アイコンの大きさ指定 */
    background-repeat: no-repeat;
    /* アイコンをリピートしないようにする */
    vertical-align: middle;
    /* アイコンの位置を調整 */
  }
  .maincontent_sp h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    margin: 20px auto 0 auto;
    color: #202020;
    border-left: solid 5px #202020;
    padding-left: 15px;
    letter-spacing: 0.03em;
  }
  .maincontent_sp h1 {
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    margin: 20px auto 0 auto;
    letter-spacing: 0.03em;
  }
  .maincontent_sp p {
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    margin: 15px auto 15px auto;
    letter-spacing: 0.03em;
  }

  .sub-content_top_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sub-content_top_sp .img_size {
    position: relative;
    overflow: hidden;
    padding-top: 56%;
    /* 比率 */
  }
  .sub-content_top_sp .img_size img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sub-content_top_sp .pickup {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    margin: 0 auto 20px auto;
    color: #202020;
    letter-spacing: 0.03em;
  }
  .sub-content_top_sp .cat_date {
    margin: 10px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sub-content_top_sp .cat_date .catwrap {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .sub-content_top_sp .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  .sub-content_top_sp .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  .sub-content_top_sp .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  .sub-content_top_sp .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    height: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  .sub-content_top_sp .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    padding: 0;
    letter-spacing: 0.03em;
  }
  .sub-content_top_sp h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #202020;
    margin-top: 10px;
    letter-spacing: 0.03em;
  }
  .sub-content_top_sp h3 a:link, .sub-content_top_sp h3 a:visited, .sub-content_top_sp h3 a:hover, .sub-content_top_sp h3 a:active {
    color: #202020;
  }
  .sub-content_top_sp p {
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    margin: 10px auto 10px auto;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sub-content_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sub-content_sp .img_size {
    position: relative;
    overflow: hidden;
    padding-top: 56%;
    /* 比率 */
  }
  .sub-content_sp .img_size img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sub-content_sp .cat_date {
    margin: 10px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sub-content_sp .cat_date .catwrap {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .sub-content_sp .cat_date .catwrap .catname {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    color: #858585;
    padding: 6px 10px;
    background-color: #efefef;
    letter-spacing: 0.03em;
  }
  .sub-content_sp .cat_date .catwrap .break .line {
    height: 17px;
    width: 1px;
    background-color: #202020;
    margin-right: 5px;
  }
  .sub-content_sp .cat_date .catwrap .tagname {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  .sub-content_sp .cat_date .catwrap .tagname:before {
    content: "#";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    height: 11px;
    color: #858585;
    letter-spacing: 0.03em;
  }
  .sub-content_sp .cat_date .date {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #858585;
    padding: 0;
    letter-spacing: 0.03em;
  }
  .sub-content_sp h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #202020;
    margin-top: 10px;
    letter-spacing: 0.03em;
  }
  .sub-content_sp h3 a:link, .sub-content_sp h3 a:visited, .sub-content_sp h3 a:hover, .sub-content_sp h3 a:active {
    color: #202020;
  }
  .sub-content_sp p {
    font-family: "Noto Sans JP", sans-serif;
    color: #202020;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    margin: 10px auto 10px auto;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .boder {
    height: 1px;
    width: 100%;
    margin: 30px auto 0 auto;
    background-color: #F4F4F4;
  }

  .maincontent {
    display: none;
  }

  .sub-content {
    display: none;
  }

  .sub-content_top {
    display: none;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width:600px) {
  main {
    min-width: 600px;
    margin: 0 auto;
  }

  .container {
    width: 600px;
    margin: 0 auto;
  }

  .notfound_main {
    width: 600px;
    margin: 0 auto;
  }
  .notfound_main h1 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 110px;
    line-height: 100%;
    margin: 60px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .notfound_main h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 100%;
    margin: 20px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
  }
  .notfound_main .back {
    width: 300px;
    padding: 14px 0 14px 0;
    margin: 60px auto 0 auto;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
  }
}
@media screen and (max-width:599px) {
  main {
    min-width: 320px;
    margin: -20px auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .container {
    min-width: 280px;
    margin: 0 auto;
  }

  .notfound_main {
    min-width: 280px;
    margin: 0 auto;
  }
  .notfound_main h1 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    margin: 30px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .notfound_main h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    margin: 15px auto 0 auto;
    color: #202020;
    letter-spacing: 0.03em;
  }
  .notfound_main .back {
    width: 150px;
    padding: 14px 0 14px 0;
    margin: 20px auto 0 auto;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #202020;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    border-radius: 100px;
  }
}
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
}

img {
  display: block;
}

a {
  word-break: break-all;
}
/*# sourceMappingURL=main_style.css.map */