@charset "UTF-8";
/* ======================================
reset.css
====================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ======================================
common
====================================== */
* {
  margin: 0px;
  padding: 0px; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Noto Sans JP', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-text-size-adjust: 100%;
  word-break: break-all; }
  body.lock {
    overflow: hidden; }

a {
  text-decoration: none;
  outline: none;
  color: #000; }
  a:hover {
    cursor: default; }
  a[href^="tel:"] {
    cursor: default; }
  @media only screen and (min-width: 961px) {
    a[href] {
      transition: all 0.3s; }
      a[href]:hover {
        cursor: pointer;
        opacity: 0.6; }
    a[href^="tel:"] {
      text-decoration: none; }
      a[href^="tel:"]:hover {
        cursor: default; } }

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom; }
  img[src$=".svg"] {
    height: 100%;
    width: 100%; }

ul, dl, ol {
  text-indent: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700; }

/* ======================================
common id & class
====================================== */
#wrapper {
  text-align: left;
  color: #000;
  animation: fadeInPage 0.5s ease 0.5s 1 normal;
  -webkit-animation: fadeInPage 0.5s ease 0.5s 1 normal;
  animation-fill-mode: forwards;
  opacity: 0; }
@keyframes fadeInPage {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* .pc.sp */
.pc {
  display: none !important; }

.sp {
  display: block !important; }

@media only screen and (min-width: 961px) {
  .pc {
    display: block !important; }

  .sp {
    display: none !important; } }
/* .eng */
.eng {
  font-family: 'Epilogue', sans-serif; }

/* .list_cate*/
.list_cate {
  display: flex;
  flex-wrap: wrap; }
  .list_cate li {
    margin-right: 0.6em;
    margin-top: 0 !important;
    margin-bottom: 0.7em;
    padding-left: 0 !important;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1; }
    .list_cate li::before {
      display: none !important; }
    .list_cate li a {
      padding: 0.3em 0.8em;
      display: flex;
      justify-content: center;
      align-items: center;
      border: #000 solid 1px;
      background-color: #fff;
      border-radius: 5px; }
  @media only screen and (min-width: 961px) {
    .list_cate > li {
      font-size: 1.8rem; }
      .list_cate > li a {
        padding: 0.25em 1.0em 0.35em;
        height: 32px;
        border-radius: 16px; } }

/* ======================================
#header
====================================== */
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  @media only screen and (min-width: 961px) {
    #header.adjust .inner {
      height: 90px; }
      #header.adjust .inner .logo {
        height: 90px;
        left: 120px; }
        #header.adjust .inner .logo img {
          zoom: 0.6; }
      #header.adjust .inner .nav_btn {
        top: 22px; }
      #header.adjust .inner .nav_header {
        top: 0; }
      #header.adjust .inner .search_btn {
        height: 58px;
        top: 32px; }
        #header.adjust .inner .search_btn .search_area {
          top: 90px; }
        #header.adjust .inner .search_btn:hover::after {
          bottom: 0; }
    #header.adjust .nav_global {
      top: 90px; } }
  #header .search_block {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative; }
    #header .search_block input, #header .search_block button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-family: sans-serif !important;
      font-weight: 500; }
    #header .search_block .txt {
      width: 100%;
      padding: 12px 50px 12px 7px;
      flex: 1;
      height: 40px;
      background-color: #fff;
      border: #ddd solid 1px;
      font-size: 1.4rem; }
    #header .search_block .btn {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      background: #ddd; }
      #header .search_block .btn img {
        width: 20px;
        height: 20px; }
  #header .inner {
    height: 90px;
    position: relative; }
    @media only screen and (min-width: 961px) {
      #header .inner {
        max-width: calc(1014px + 40px);
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.3s; } }
    #header .inner .logo {
      height: 65px;
      margin-left: -65px;
      position: absolute;
      left: 50%;
      display: flex;
      align-items: center; }
      #header .inner .logo img {
        width: 130px;
        height: auto; }
      @media only screen and (min-width: 961px) {
        #header .inner .logo {
          height: 200px;
          margin-left: 0;
          left: 175px;
          transition: all 0.3s; }
          #header .inner .logo img {
            width: 282px;
            height: 92px;
            transition: all 0.3s; } }
    #header .inner .nav_btn {
      width: 50px;
      height: 50px;
      padding-left: 15px;
      position: absolute;
      left: 0;
      top: 7px;
      z-index: 100; }
      #header .inner .nav_btn .menu-trigger {
        display: inline-block;
        box-sizing: border-box;
        position: relative;
        width: 20px;
        height: 50px; }
        #header .inner .nav_btn .menu-trigger span {
          display: inline-block;
          transition: all 0.4s;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #000;
          border-radius: 2px; }
          #header .inner .nav_btn .menu-trigger span:nth-of-type(1) {
            top: 19px; }
          #header .inner .nav_btn .menu-trigger span:nth-of-type(2) {
            top: 25px; }
          #header .inner .nav_btn .menu-trigger span:nth-of-type(3) {
            bottom: 18px; }
        #header .inner .nav_btn .menu-trigger.active span {
          background-color: #000; }
          #header .inner .nav_btn .menu-trigger.active span:nth-of-type(1) {
            transform: translateY(6px) rotate(-45deg); }
          #header .inner .nav_btn .menu-trigger.active span:nth-of-type(2) {
            opacity: 0; }
          #header .inner .nav_btn .menu-trigger.active span:nth-of-type(3) {
            transform: translateY(-6px) rotate(45deg); }
      @media only screen and (min-width: 961px) {
        #header .inner .nav_btn {
          width: 40px;
          height: 50px;
          padding-left: 0;
          top: 72px;
          left: 20px;
          transition: all 0.3s; }
          #header .inner .nav_btn .menu-trigger {
            width: 40px;
            cursor: pointer; }
            #header .inner .nav_btn .menu-trigger span {
              height: 2px; }
              #header .inner .nav_btn .menu-trigger span:nth-of-type(1) {
                top: 13px; }
              #header .inner .nav_btn .menu-trigger span:nth-of-type(2) {
                top: 25px; }
              #header .inner .nav_btn .menu-trigger span:nth-of-type(3) {
                bottom: 12px; }
            #header .inner .nav_btn .menu-trigger.active span:nth-of-type(1) {
              transform: translateY(11px) rotate(-45deg); }
            #header .inner .nav_btn .menu-trigger.active span:nth-of-type(2) {
              opacity: 0; }
            #header .inner .nav_btn .menu-trigger.active span:nth-of-type(3) {
              transform: translateY(-11px) rotate(45deg); } }
    #header .inner .nav_header {
      height: 25px;
      width: 100%;
      position: absolute;
      bottom: 5px;
      display: flex;
      align-items: center; }
      #header .inner .nav_header > ul {
        width: 100%;
        display: flex;
        justify-content: center; }
        #header .inner .nav_header > ul > li {
          font-size: 1.2rem; }
          #header .inner .nav_header > ul > li + li {
            border-left: #000 solid 1px; }
          #header .inner .nav_header > ul > li a {
            padding: 0 1em;
            display: block; }
      @media only screen and (min-width: 961px) {
        #header .inner .nav_header {
          width: auto;
          height: 100px;
          right: 56px;
          top: 50px;
          transition: all 0.3s; }
          #header .inner .nav_header > ul > li {
            font-size: 2.0rem; } }
    #header .inner .search_btn {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #header .inner .search_btn a {
        display: none; }
        #header .inner .search_btn a img {
          width: 15px;
          height: auto; }
      #header .inner .search_btn .search_area {
        display: none; }
      @media only screen and (min-width: 961px) {
        #header .inner .search_btn {
          width: 36px;
          height: 117px;
          right: 20px;
          top: 83px;
          align-items: flex-start;
          transition: all 0.3s; }
          #header .inner .search_btn a {
            display: block; }
            #header .inner .search_btn a img {
              width: 26px;
              height: 30px; }
          #header .inner .search_btn:hover {
            transition: all 0.3s; }
            #header .inner .search_btn:hover::after {
              content: "";
              position: absolute;
              right: -4px;
              bottom: 40px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 15px 20px 15px;
              border-color: transparent transparent #f0f0f0 transparent; }
          #header .inner .search_btn .search_area {
            width: 100% !important;
            padding: 60px;
            transition: all 0.2s ease-in;
            display: block !important;
            max-height: 0;
            opacity: 0;
            visibility: hidden;
            position: fixed;
            top: 160px;
            left: 0;
            right: 0;
            font-size: 20px;
            z-index: 100;
            background-color: #f0f0f0; }
            #header .inner .search_btn .search_area .search_block {
              max-width: 600px; }
              #header .inner .search_btn .search_area .search_block .txt {
                padding: 16px 60px 16px 10px;
                height: 50px;
                font-size: 1.6rem; }
              #header .inner .search_btn .search_area .search_block .btn {
                width: 50px;
                height: 50px;
                transition: all 0.3s; }
                #header .inner .search_btn .search_area .search_block .btn:hover {
                  cursor: pointer;
                  opacity: 0.6; }
                #header .inner .search_btn .search_area .search_block .btn img {
                  width: 25px;
                  height: 25px; }
          #header .inner .search_btn:hover .search_area {
            visibility: visible;
            max-height: 9999px;
            opacity: 1; } }
  #header .nav_global {
    width: 100%;
    padding: 40px 20px;
    position: fixed;
    left: 0;
    top: 90px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f0f0f0;
    display: none; }
    @media only screen and (min-width: 961px) {
      #header .nav_global {
        padding: 100px calc((100% - 1014px) / 2 - 20px);
        top: 200px; } }
    #header .nav_global .search_block {
      margin-bottom: 40px; }
    #header .nav_global .block {
      padding: 0 20px; }
      #header .nav_global .block + .block {
        margin-top: 20px; }
      #header .nav_global .block .ttl {
        margin-bottom: 1em;
        font-size: 1.3rem; }
      #header .nav_global .block .list_cate {
        display: flex;
        flex-wrap: wrap; }
        #header .nav_global .block .list_cate.cate > li {
          font-weight: 700; }
      @media only screen and (min-width: 961px) {
        #header .nav_global .block + .block {
          margin-top: 50px; }
        #header .nav_global .block .ttl {
          margin-bottom: 0.8em;
          font-size: 2.7rem; } }

/* ======================================
#main
====================================== */
/* #main common */
#main {
  padding-top: 85px;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5; }
  @media only screen and (min-width: 961px) {
    #main {
      padding-top: 200px;
      font-size: 2.1rem;
      line-height: 1.8; } }
  #main .breadcrumb > ul {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    display: flex;
    flex-wrap: wrap; }
    #main .breadcrumb > ul > li {
      font-size: 1.0rem;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 0.3em; }
      #main .breadcrumb > ul > li a {
        font-weight: 400; }
      #main .breadcrumb > ul > li + li {
        margin-left: 0.5em; }
        #main .breadcrumb > ul > li + li::before {
          margin-right: 0.5em;
          content: "＞"; }
  @media only screen and (min-width: 961px) {
    #main .breadcrumb > ul {
      margin-top: 0; }
      #main .breadcrumb > ul > li {
        font-size: 1.8rem; } }
  #main .inner {
    padding: 0 10px; }
    @media only screen and (min-width: 961px) {
      #main .inner {
        max-width: calc(1014px + 40px);
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px; } }
  #main .block {
    position: relative; }
    #main .block + .block {
      margin-top: 35px; }
      #main .block + .block .ttl_block {
        margin-top: 40px;
        letter-spacing: 0.03em; }
    #main .block.slider_base {
      margin-top: calc(35px + 14px);
      padding: 0 0 10px;
      background-color: #f2f2f2; }
      #main .block.slider_base .ttl_block .ttl {
        margin-top: -14px; }
      #main .block.slider_base .ttl_block::before, #main .block.slider_base .ttl_block::after {
        height: 0;
        background-color: #f2f2f2; }
    #main .block .ttl_block {
      margin-bottom: 2.0em;
      font-size: 1.8rem;
      position: relative;
      display: flex;
      align-items: center; }
      #main .block .ttl_block .ttl {
        height: 28px;
        padding: 0.35em 0.4em 0;
        background-color: #fff;
        border: #000 solid 1px;
        text-align: center;
        line-height: 1;
        display: block;
        white-space: nowrap; }
      #main .block .ttl_block .cap {
        width: 100%;
        font-size: 1.1rem;
        font-weight: 500;
        display: block;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: -1.8em; }
      #main .block .ttl_block::before, #main .block .ttl_block::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #000; }
    @media only screen and (min-width: 961px) {
      #main .block + .block {
        margin-top: 75px; }
        #main .block + .block .ttl_block {
          margin-top: 90px; }
      #main .block.slider_base {
        margin-top: calc(80px + 37px);
        padding: 0 0 40px; }
        #main .block.slider_base .ttl_block {
          margin-bottom: 1.5em; }
          #main .block.slider_base .ttl_block .ttl {
            margin-top: -37px; }
      #main .block .ttl_block {
        margin-bottom: 1.8em;
        font-size: 4.4rem; }
        #main .block .ttl_block .ttl {
          height: 75px;
          padding: 0.45em 0.5em 0; }
        #main .block .ttl_block .cap {
          font-size: 2.0rem;
          bottom: -2.2em; } }
  #main .page_navi {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #main .page_navi li {
      padding: 0 0.6em;
      line-height: 1; }
      #main .page_navi li + li {
        border-left: #000 solid 1px; }
      #main .page_navi li.current {
        font-weight: 700; }
      #main .page_navi li.extend + li {
        border-left: none; }
    @media only screen and (min-width: 961px) {
      #main .page_navi {
        margin-top: 75px; }
        #main .page_navi li {
          font-size: 2.0rem; } }

/* .list_articles */
#main .list_articles {
  display: flex;
  flex-wrap: wrap; }
  #main .list_articles > li {
    width: 50%;
    padding-right: 5px;
    margin-bottom: 15px; }
    #main .list_articles > li:nth-child(2n) {
      padding-left: 5px;
      padding-right: 0; }
    #main .list_articles > li a {
      display: block; }
      #main .list_articles > li a .img {
        margin-bottom: 5px; }
        #main .list_articles > li a .img img {
          width: 100%;
          height: 26.2817vw;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      #main .list_articles > li a .txt p {
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.2;
        color: #727171; }
        #main .list_articles > li a .txt p span {
          display: inline-block; }
          #main .list_articles > li a .txt p span + span {
            margin-left: 0.5em; }
        #main .list_articles > li a .txt p.cate {
          margin-top: 0.2em; }
      #main .list_articles > li a .txt .ttl {
        margin-top: 0.25em;
        font-size: 1.3rem;
        line-height: 1.4;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
  @media only screen and (min-width: 961px) {
    #main .list_articles > li {
      width: 31.7554%;
      margin-left: 2.3668%;
      margin-bottom: 25px;
      padding: 0 !important; }
      #main .list_articles > li:nth-child(3n + 1) {
        margin-left: 0; }
      #main .list_articles > li a .img {
        margin-bottom: 10px;
        overflow: hidden; }
        #main .list_articles > li a .img img {
          height: 186px;
          height: min(186px, 18.3495vw);
          transition: all 0.3s; }
      #main .list_articles > li a:hover .img img {
        transform: scale(1.1);
        transition: all 0.3s; }
      #main .list_articles > li a .txt p {
        font-size: 1.4rem; }
      #main .list_articles > li a .txt .ttl {
        font-size: 2.1rem; } }

/* .list_ranking */
#main .list_ranking {
  counter-reset: my-counter; }
  #main .list_ranking > li {
    margin-bottom: 10px;
    position: relative; }
    #main .list_ranking > li::before {
      content: counter(my-counter);
      counter-increment: my-counter;
      background-color: #ff0047;
      color: #fff;
      line-height: 20px;
      height: 20px;
      width: 20px;
      padding-right: 0.15em;
      border-radius: 50%;
      font-size: 1.3rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-style: italic;
      letter-spacing: -0.1em;
      font-weight: 400;
      position: absolute;
      text-align: center;
      top: -1px;
      left: calc(32.6222vw + 10px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    #main .list_ranking > li::after {
      content: "";
      width: calc(100% - 32.6222vw - 35px);
      height: 1px;
      background-color: #000;
      position: absolute;
      top: 9px;
      left: calc(32.6222vw + 35px); }
    #main .list_ranking > li a {
      display: flex; }
      #main .list_ranking > li a .img img {
        width: 32.6222vw;
        height: 19vw;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      #main .list_ranking > li a .txt {
        padding-top: 23px;
        padding-left: 10px;
        flex: 1;
        display: flex;
        flex-direction: column; }
        #main .list_ranking > li a .txt p {
          font-size: 1.1rem;
          font-weight: 500;
          line-height: 1.2;
          color: #727171;
          order: 2; }
          #main .list_ranking > li a .txt p span {
            display: inline-block; }
            #main .list_ranking > li a .txt p span + span {
              margin-left: 0.5em; }
          #main .list_ranking > li a .txt p.cate {
            margin-top: 0.2em; }
        #main .list_ranking > li a .txt .ttl {
          margin-bottom: 0.25em;
          font-size: 1.3rem;
          line-height: 1.4;
          order: 1;
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
  @media only screen and (min-width: 961px) {
    #main .list_ranking {
      display: flex;
      flex-wrap: wrap; }
      #main .list_ranking > li {
        width: 31.7554%;
        margin-left: 2.3668%;
        margin-bottom: 25px; }
        #main .list_ranking > li:hover::before {
          opacity: 0.6; }
        #main .list_ranking > li::before {
          font-size: 2.7rem;
          line-height: 36px;
          height: 36px;
          width: 36px;
          position: absolute;
          top: calc(186px + 9px);
          top: min(calc(186px + 9px), calc(18.3495vw + 9px));
          left: 0; }
        #main .list_ranking > li::after {
          display: none; }
        #main .list_ranking > li:nth-child(3n + 1) {
          margin-left: 0; }
        #main .list_ranking > li a {
          display: block; }
          #main .list_ranking > li a .img {
            margin-bottom: 10px;
            overflow: hidden; }
            #main .list_ranking > li a .img img {
              height: 186px;
              height: min(186px, 18.3495vw);
              transition: all 0.3s; }
          #main .list_ranking > li a:hover .img img {
            transform: scale(1.1);
            transition: all 0.3s; }
          #main .list_ranking > li a .txt {
            padding: 0; }
            #main .list_ranking > li a .txt p {
              padding-left: 45px;
              font-size: 1.4rem;
              order: 1; }
            #main .list_ranking > li a .txt .ttl {
              margin-top: 0.25em;
              margin-bottom: 0;
              font-size: 2.1rem;
              order: 2; } }

/* .list_special */
#main .list_special {
  display: flex;
  flex-wrap: wrap; }
  #main .list_special > li {
    width: 50%;
    padding-right: 5px;
    margin-bottom: 10px; }
    #main .list_special > li:nth-child(2n) {
      padding-left: 5px;
      padding-right: 0; }
    #main .list_special > li a {
      display: block; }
      #main .list_special > li a .img img {
        width: 100%;
        height: 26.2817vw;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
  @media only screen and (min-width: 961px) {
    #main .list_special > li {
      width: 48.3234%;
      margin-left: 3.353%;
      margin-bottom: 34px;
      padding: 0 !important; }
      #main .list_special > li:nth-child(2n + 1) {
        margin-left: 0; }
      #main .list_special > li a .img {
        overflow: hidden; }
        #main .list_special > li a .img img {
          height: 186px;
          height: min(282px, 27.8062vw);
          transition: all 0.3s; }
      #main .list_special > li a:hover .img img {
        transform: scale(1.1);
        transition: all 0.3s; } }

/* .slider_main */
#main .slider_main {
  margin-bottom: 20px; }
  #main .slider_main li a {
    position: relative;
    display: block; }
    #main .slider_main li a .img img {
      width: 100%;
      height: 53.2217vw;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    #main .slider_main li a .txt {
      width: 100%;
      padding: 0 12px 12px;
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff; }
      #main .slider_main li a .txt .ttl {
        margin-bottom: 0.1em;
        font-size: 1.3rem;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7); }
      #main .slider_main li a .txt p {
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.2;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7); }
        #main .slider_main li a .txt p span {
          display: inline-block; }
          #main .slider_main li a .txt p span + span {
            margin-left: 0.5em; }
        #main .slider_main li a .txt p.cate {
          margin-top: 0.2em; }
  #main .slider_main .dots {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 5px;
    bottom: 5px; }
    #main .slider_main .dots li {
      margin: 0 4px; }
      #main .slider_main .dots li button {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border: none;
        background-color: #808080;
        outline: none; }
      #main .slider_main .dots li.slick-active button {
        background-color: #fff; }
  @media only screen and (min-width: 961px) {
    #main .slider_main {
      height: 38vw;
      margin-bottom: 40px;
      position: relative; }
      #main .slider_main li {
        position: absolute; }
        #main .slider_main li a {
          display: block; }
          #main .slider_main li a .img {
            overflow: hidden; }
            #main .slider_main li a .img img {
              transition: all 0.3s; }
          #main .slider_main li a:hover .img img {
            transform: scale(1.1);
            transition: all 0.3s; }
        #main .slider_main li:first-child {
          left: 0;
          top: 0;
          width: 72%; }
          #main .slider_main li:first-child a .img img {
            width: 100%;
            height: 38vw; }
          #main .slider_main li:first-child a .txt {
            padding: 0 55px 22px; }
            #main .slider_main li:first-child a .txt .ttl {
              margin-bottom: 0.1em;
              font-size: 2.4rem; }
            #main .slider_main li:first-child a .txt p {
              font-size: 1.6rem; }
        #main .slider_main li:nth-child(2) {
          right: 0;
          top: 0;
          width: 28%; }
          #main .slider_main li:nth-child(2) a .img img {
            width: 100%;
            height: 19vw; }
        #main .slider_main li:nth-child(3) {
          right: 0;
          top: 19vw;
          width: 28%; }
          #main .slider_main li:nth-child(3) a .img img {
            width: 100%;
            height: 19vw; } }

/* .slider */
#main .slider li {
  margin: 0 2vw; }
  #main .slider li a {
    display: block;
    position: relative; }
    #main .slider li a .img img {
      width: 72vw;
      height: 42vw;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    #main .slider li a .txt {
      width: 100%;
      padding: 0 12px 12px;
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff; }
      #main .slider li a .txt .ttl {
        margin-bottom: 0.1em;
        font-size: 1.3rem;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7); }
      #main .slider li a .txt p {
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.2;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7); }
        #main .slider li a .txt p span {
          display: inline-block; }
          #main .slider li a .txt p span + span {
            margin-left: 0.5em; }
        #main .slider li a .txt p.cate {
          margin-top: 0.2em; }
#main .slider .dots {
  margin-top: 10px;
  display: flex;
  justify-content: center; }
  #main .slider .dots li {
    margin: 0 4px; }
    #main .slider .dots li button {
      width: 8px;
      height: 8px;
      border-radius: 4px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border: none;
      background-color: #808080;
      outline: none; }
    #main .slider .dots li.slick-active button {
      background-color: #fff; }
#main .slider .slick-arrow {
  display: none !important;
  transition: all 0.3s;
  opacity: 0; }
@media only screen and (min-width: 961px) {
  #main .slider .slick-arrow.active {
    opacity: 1; }
  #main .slider li {
    margin: 0 20px;
    position: relative; }
    #main .slider li a .img {
      overflow: hidden; }
      #main .slider li a .img img {
        width: 674px;
        height: 388px;
        transition: all 0.3s; }
    #main .slider li a .txt {
      padding: 0 20px 20px; }
      #main .slider li a .txt .ttl {
        font-size: 2.0rem; }
      #main .slider li a .txt p {
        font-size: 1.3rem; }
    #main .slider li a:hover .img img {
      transform: scale(1.1);
      transition: all 0.3s; }
  #main .slider .dots li {
    margin: 0 8px; }
    #main .slider .dots li button {
      width: 16px;
      height: 16px;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s; }
      #main .slider .dots li button:hover {
        opacity: 0.7; }
  #main .slider .slick-arrow {
    width: 40px;
    height: 40px;
    display: block !important;
    position: absolute;
    top: 179px;
    z-index: 10;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0 5px 5px 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center; }
  #main .slider .slick-prev {
    left: calc(50% - 337px); }
  #main .slider .slick-next {
    right: calc(50% - 337px);
    transform: rotate(180deg); } }

/* .cate_block */
#main .block_cate .img {
  margin-top: 10px;
  margin-bottom: 15px; }
  #main .block_cate .img img {
    width: 100%;
    height: 38.5777vw;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
#main .block_cate .tag {
  margin-top: 1.5em; }
@media only screen and (min-width: 961px) {
  #main .block_cate .img {
    margin-top: 15px;
    margin-bottom: 20px; }
    #main .block_cate .img img {
      height: 412px; } }

/* .ttl_article  */
#main .ttl_article {
  padding-top: 5px; }
  #main .ttl_article .list_cate li {
    margin-bottom: 0.4em; }
  #main .ttl_article .img {
    margin-top: 10px;
    margin-bottom: 10px; }
    #main .ttl_article .img img {
      width: 100%;
      height: 50.4754vw;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  #main .ttl_article .wd {
    font-size: 1.1rem; }
    #main .ttl_article .wd span {
      display: inline-block; }
      #main .ttl_article .wd span + span {
        margin-left: 0.5em; }
  #main .ttl_article .ttl {
    margin-top: 0.3em;
    font-size: 1.5rem;
    line-height: 1.4666; }
  #main .ttl_article .list_sns {
    margin-top: 0.5em;
    display: flex; }
    #main .ttl_article .list_sns > li + li {
      margin-left: 1.0em; }
    #main .ttl_article .list_sns > li img {
      width: 16px;
      height: 16px; }
  @media only screen and (min-width: 961px) {
    #main .ttl_article {
      padding-top: 10px; }
      #main .ttl_article .img {
        margin-top: 20px;
        margin-bottom: 20px; }
        #main .ttl_article .img img {
          height: 488px; }
      #main .ttl_article .wd {
        font-size: 2.0rem; }
      #main .ttl_article .ttl {
        margin-top: 0.1em;
        font-size: 3.0rem; }
      #main .ttl_article .list_sns > li img {
        width: 32px;
        height: 32px; } }

/* .cts_article  */
#main .cts_article .ttl {
  border-bottom: #000 solid 1px;
  line-height: 1; }
  #main .cts_article .ttl span {
    padding: 0.4em 2em 0.5em;
    display: inline-block;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px; }
#main .cts_article .list {
  margin-left: 2em;
  padding-top: 1.0em; }
  #main .cts_article .list > li {
    font-weight: 500;
    list-style-type: decimal-leading-zero; }
    #main .cts_article .list > li + li {
      margin-top: 0.3em; }
#main .cts_article .link {
  margin-top: 1em; }
  #main .cts_article .link a {
    color: #2080ff; }
@media only screen and (min-width: 961px) {
  #main .cts_article .ttl {
    font-size: 3.0rem; }
    #main .cts_article .ttl span {
      padding: 0.5em 2.5em 0.6em;
      margin-left: calc((100% - 1014px) / 2);
      border-left: #000 solid 1px; }
  #main .cts_article .list {
    margin-left: 2.5em;
    padding-top: 1.8em; }
    #main .cts_article .list li {
      font-size: 3.0rem; } }

/* .block_article  */
#main .block_article h2 {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  line-height: 1.4666; }
  #main .block_article h2 + .wp-block-image {
    margin-top: 1.6em; }
#main .block_article h3 {
  margin-bottom: 0.6em;
  padding: 0.2em 0.1em 0.3em;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  font-size: 1.4rem; }
#main .block_article h4 {
  margin-bottom: 0.6em;
  padding: 0 0.1em 0.3em;
  border-bottom: #000 solid 1px;
  font-size: 1.3rem;
  font-weight: 500;
  display: table; }
#main .block_article p {
  margin-bottom: 1.5em; }
  #main .block_article p + h2 {
    margin-top: 2em; }
  #main .block_article p a {
    color: #ff0047; }
  #main .block_article p.cap {
    font-size: 1.2rem; }
  #main .block_article p + .cap {
    margin-top: -1.2em; }
  #main .block_article p strong {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 10%, #ffed00 10%) repeat scroll 0 0;
    font-weight: 400; }
#main .block_article ul {
  margin-bottom: 1.5em; }
  #main .block_article ul.line {
    padding: 1em 1.5em;
    border: #000 solid 1px;
    border-radius: 10px; }
  #main .block_article ul > li {
    padding-left: 1.2em;
    position: relative;
    line-height: 1.4; }
    #main .block_article ul > li + li {
      margin-top: 0.6em; }
    #main .block_article ul > li::before {
      content: "";
      width: 0.8em;
      height: 0.5em;
      border-left: #ff0047 solid 1px;
      border-bottom: #ff0047 solid 1px;
      display: block;
      position: absolute;
      left: 0;
      top: 0.3em;
      transform: rotate(-55deg); }
    #main .block_article ul > li ol, #main .block_article ul > li ul {
      margin-top: 0.5em;
      margin-bottom: 0;
      padding-left: 0.5em; }
      #main .block_article ul > li ol li + li, #main .block_article ul > li ul li + li {
        margin-top: 0.3em; }
  @media only screen and (min-width: 961px) {
    #main .block_article ul > li::before {
      top: 0.4em;
      border-width: 2px; } }
#main .block_article ol {
  margin-bottom: 1.5em;
  counter-reset: my-counter; }
  #main .block_article ol.line {
    padding: 1em 1.5em;
    border: #000 solid 1px;
    border-radius: 10px; }
  #main .block_article ol > li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4; }
    #main .block_article ol > li + li {
      margin-top: 0.6em; }
    #main .block_article ol > li::before {
      content: counter(my-counter);
      counter-increment: my-counter;
      color: #ff0047;
      line-height: 20px;
      font-size: 1.4rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-style: italic;
      font-weight: 400;
      position: absolute;
      text-align: center;
      top: -0.05em;
      left: 0; }
    #main .block_article ol > li ol, #main .block_article ol > li ul {
      margin-top: 0.5em;
      margin-bottom: 0;
      padding-left: 0.5em; }
      #main .block_article ol > li ol li + li, #main .block_article ol > li ul li + li {
        margin-top: 0.3em; }
  @media only screen and (min-width: 961px) {
    #main .block_article ol > li::before {
      font-size: 2.3rem;
      top: 0.4em; } }
#main .block_article .wp-block-embed-youtube {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  #main .block_article .wp-block-embed-youtube .wp-block-embed__wrapper {
    position: static !important; }
  #main .block_article .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  @media only screen and (min-width: 961px) {
    #main .block_article .wp-block-embed-youtube {
      width: auto;
      padding-top: 0; }
      #main .block_article .wp-block-embed-youtube iframe {
        position: static;
        width: 560px !important;
        height: 315px !important; }
      #main .block_article .wp-block-embed-youtube.aligncenter {
        text-align: center; }
      #main .block_article .wp-block-embed-youtube.novice-movie iframe {
        width: 1000px !important;
        height: 562px !important; } }
#main .block_article .wp-block-image {
  display: block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px; }
  #main .block_article .wp-block-image img {
    width: 72.824vw;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  #main .block_article .wp-block-image figcaption {
    margin-top: 0.5em;
    line-height: 1.5; }
#main .block_article .block_line {
  margin-bottom: 1.25em;
  padding: 1.25em;
  border: #000 solid 1px;
  border-radius: 10px; }
  #main .block_article .block_line p {
    line-height: 1.6;
    margin-bottom: 0; }
    #main .block_article .block_line p + p {
      margin-top: 0.5em; }
  #main .block_article .block_line.afi {
    display: flex; }
    #main .block_article .block_line.afi .img img {
      width: 21.2444vw;
      height: 21.2444vw;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    #main .block_article .block_line.afi .txt {
      flex: 1;
      margin-left: 1em; }
#main .block_article hr {
  border-top: 1px solid #000; }
  #main .block_article hr.dot {
    border-top: 1px dashed #000; }
@media only screen and (min-width: 961px) {
  #main .block_article h2 {
    font-size: 3.0rem; }
    #main .block_article h2 + .wp-block-image {
      margin-top: 2.0em; }
  #main .block_article h3 {
    font-size: 2.5rem; }
  #main .block_article h4 {
    font-size: 2.2rem; }
  #main .block_article p.cap {
    font-size: 1.8rem; }
  #main .block_article .wp-block-image {
    margin-top: 35px;
    margin-bottom: 35px; }
    #main .block_article .wp-block-image img {
      width: 820px; }
    #main .block_article .wp-block-image figcaption {
      font-size: 1.5rem; }
  #main .block_article .block_line.afi .img img {
    width: 200px;
    height: 200px; } }

/* .block_chat  */
#main .block_chat {
  margin-bottom: 1.5em; }
  #main .block_chat .box {
    display: flex; }
    #main .block_chat .box + .box {
      margin-top: 1.5em; }
    #main .block_chat .box .img {
      width: 17.5vw; }
      #main .block_chat .box .img img {
        width: 17.5vw;
        height: 17.5vw;
        border-radius: 8.75vw;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    #main .block_chat .box .txt {
      width: 70.0vw;
      margin-left: 0.3em;
      font-size: 1.2rem; }
      #main .block_chat .box .txt .name {
        margin-bottom: 0;
        padding: 5px 0 45px 10px;
        border: none;
        font-weight: 500; }
      #main .block_chat .box .txt .chat {
        width: 70.0vw;
        border: #999 solid 1px;
        padding: 15px;
        position: relative; }
        #main .block_chat .box .txt .chat::before {
          content: "";
          width: 40px;
          height: 40px;
          background-color: #fff;
          position: absolute;
          left: 15px;
          top: -39px; }
        #main .block_chat .box .txt .chat::after {
          content: "";
          width: 56px;
          height: 1px;
          position: absolute;
          background-color: #999;
          left: 8px;
          top: -21px;
          transform: rotate(45deg); }
        #main .block_chat .box .txt .chat p {
          margin-bottom: 0;
          line-height: 2.0; }
          #main .block_chat .box .txt .chat p + p {
            margin-top: 0.5em; }
    #main .block_chat .box.re {
      flex-direction: row-reverse; }
      #main .block_chat .box.re .txt {
        margin-left: inherit;
        margin-right: 0.3em; }
        #main .block_chat .box.re .txt .name {
          padding: 5px 10px 45px 0;
          text-align: right; }
        #main .block_chat .box.re .txt .chat::before {
          left: inherit;
          right: 15px; }
        #main .block_chat .box.re .txt .chat::after {
          left: inherit;
          right: 8px;
          transform: rotate(-45deg); }
  @media only screen and (min-width: 961px) {
    #main .block_chat .box .img {
      width: 176px; }
      #main .block_chat .box .img img {
        width: 176px;
        height: 176px;
        border-radius: 88px; }
    #main .block_chat .box .txt {
      width: 600px;
      font-size: 2.1rem;
      margin-left: 1.0em; }
      #main .block_chat .box .txt .chat {
        width: 600px;
        padding: 25px; }
    #main .block_chat .box.re .txt {
      margin-right: 1.0em; } }

/* .block_writer  */
#main .block_writer {
  width: 100%;
  margin-bottom: 1.5em;
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  background-color: #f3f3f3; }
  #main .block_writer th {
    width: calc(17.5vw + 24px);
    padding: 12px;
    border-left: #000 solid 1px;
    border-top: #000 solid 1px;
    vertical-align: middle; }
    #main .block_writer th .img {
      width: 17.5vw; }
      #main .block_writer th .img img {
        width: 17.5vw;
        height: 17.5vw;
        border-radius: 8.75vw;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
  #main .block_writer td {
    padding: 10px 12px;
    border-left: #000 solid 1px;
    border-top: #000 solid 1px;
    font-size: 1.2rem; }
    #main .block_writer td p {
      margin-bottom: 0.5em; }
    #main .block_writer td .name {
      margin-bottom: 0;
      padding: 0;
      border: none;
      font-size: 1.3rem;
      line-height: 1.28;
      font-weight: 500; }
    #main .block_writer td .btn {
      margin-bottom: 0;
      text-align: right; }
      #main .block_writer td .btn a {
        height: 1.8em;
        padding: 0 1.5em;
        border-radius: 0.9em;
        border: #000 solid 1px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        background-color: #fff;
        font-size: 1.1rem;
        line-height: 1;
        color: #000; }
  @media only screen and (min-width: 961px) {
    #main .block_writer {
      margin-left: 0;
      margin-right: 0; }
      #main .block_writer th {
        width: 236px;
        padding: 25px 30px; }
        #main .block_writer th .img {
          width: 176px; }
          #main .block_writer th .img img {
            width: 176px;
            height: 176px;
            border-radius: 88px; }
      #main .block_writer td {
        padding: 30px;
        font-size: 2.1rem; }
        #main .block_writer td .name {
          font-size: 2.5rem; }
        #main .block_writer td .btn a {
          font-size: 2.0rem; } }

/* .about  */
#main .about {
  height: 50vw;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/bg_about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #main .about img {
    width: 29vw;
    height: auto; }
  @media only screen and (min-width: 961px) {
    #main .about {
      height: 540px;
      margin-top: 55px; }
      #main .about img {
        width: 290px; } }

/* ======================================
.slick-slider
====================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ======================================
#footer
====================================== */
#footer {
  padding: 40px 10px 45px; }
  @media only screen and (min-width: 961px) {
    #footer {
      padding: 120px 0 45px; } }
  #footer .btn_footer > ul {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #footer .btn_footer > ul > li + li {
      margin-top: 10px; }
    #footer .btn_footer > ul > li a {
      width: 220px;
      padding: 8px 5px 7px;
      display: block;
      background-color: #000;
      color: #fff;
      font-size: 1.2rem; }
      #footer .btn_footer > ul > li a.writer {
        background-color: #0080e5; }
      #footer .btn_footer > ul > li a span {
        display: block;
        text-align: center;
        line-height: 1; }
        #footer .btn_footer > ul > li a span.eng {
          font-size: 1.8rem;
          font-weight: 700; }
        #footer .btn_footer > ul > li a span.tag {
          margin-top: -0.15em;
          letter-spacing: 0.05em; }
  @media only screen and (min-width: 961px) {
    #footer .btn_footer > ul {
      flex-direction: row;
      justify-content: center; }
      #footer .btn_footer > ul > li {
        margin: 0 15px; }
        #footer .btn_footer > ul > li + li {
          margin-top: 0; }
        #footer .btn_footer > ul > li a {
          width: 382px;
          padding: 17px 15px 15px;
          font-size: 2.0rem; }
          #footer .btn_footer > ul > li a span.eng {
            font-size: 4.5rem; } }
  #footer .banner_footer {
    margin-top: 35px; }
    #footer .banner_footer > ul {
      display: flex;
      justify-content: space-between; }
      #footer .banner_footer > ul > li {
        width: 49.25%; }
    @media only screen and (min-width: 961px) {
      #footer .banner_footer {
        width: 1014px;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto; }
        #footer .banner_footer > ul > li {
          width: 495px; } }
  #footer .sns {
    margin-top: 45px;
    padding-top: 60px;
    background-image: url("../images/bg_sns.svg");
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: top center; }
    #footer .sns .ttl {
      margin-bottom: 0.9em;
      font-size: 2.0rem;
      text-align: center; }
    #footer .sns .list {
      display: flex;
      justify-content: center; }
      #footer .sns .list > li {
        margin: 0 15px; }
        #footer .sns .list > li a {
          display: block; }
          #footer .sns .list > li a img {
            width: 30px;
            height: 30px; }
    @media only screen and (min-width: 961px) {
      #footer .sns {
        margin-top: 150px;
        padding-top: 175px;
        background-size: auto 34px; }
        #footer .sns .ttl {
          margin-bottom: 1.1em;
          font-size: 3.3rem; }
        #footer .sns .list > li {
          margin: 0 18px; }
          #footer .sns .list > li a img {
            width: 45px;
            height: 45px; } }
  #footer .nav_footer {
    margin-top: 25px; }
    #footer .nav_footer > ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #footer .nav_footer > ul > li {
        margin-bottom: 0.5em; }
        #footer .nav_footer > ul > li + li {
          border-left: #000 solid 1px; }
        #footer .nav_footer > ul > li a {
          padding: 0 1em;
          display: block; }
    @media only screen and (min-width: 961px) {
      #footer .nav_footer {
        margin-top: 55px; }
        #footer .nav_footer > ul > li {
          font-size: 1.6rem; } }
  #footer .copy {
    margin-top: 1em;
    text-align: center;
    display: block; }
    @media only screen and (min-width: 961px) {
      #footer .copy {
        font-size: 1.6rem; } }
  #footer .cap {
    margin-top: 1.3em;
    text-align: center; }
    @media only screen and (min-width: 961px) {
      #footer .cap {
        font-size: 1.6rem; } }

/* ======================================
adjust
====================================== */
/* margin-top */
.mtp00 {
  margin-top: 0px !important; }

.mtp05 {
  margin-top: 05px !important; }

.mtp10 {
  margin-top: 10px !important; }

.mtp15 {
  margin-top: 15px !important; }

/* margin-bottom */
.mbm00 {
  margin-bottom: 0px !important; }

.mbm05 {
  margin-bottom: 5px !important; }

.mbm10 {
  margin-bottom: 10px !important; }

.mbm15 {
  margin-bottom: 15px !important; }

/* margin-left */
.mlt00 {
  margin-left: 0px !important; }

.mlt05 {
  margin-left: 5px !important; }

.mlt10 {
  margin-left: 10px !important; }

.mlt15 {
  margin-left: 15px !important; }

/* margin-right */
.mrt00 {
  margin-right: 0px !important; }

.mrt05 {
  margin-right: 5px !important; }

.mrt10 {
  margin-right: 10px !important; }

.mrt15 {
  margin-right: 15px !important; }

.mlra {
  margin-left: auto !important;
  margin-right: auto !important; }

/* padding */
.ptp00 {
  padding-top: 0 !important; }

.pbm00 {
  padding-bottom: 0 !important; }

/* text-align */
.tac {
  text-align: center !important; }

.tar {
  text-align: right !important; }

.tal {
  text-align: left !important; }
