/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* body  {padding-bottom: 500px;} */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300&display=swap');

html {
  color: #333333;
  background: #fff;
}
:where(body) {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  font-size: 1em;
  line-height: 1.4;  
  opacity: 0;
}
/* body {
  counter-reset: rank_number;
} */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
main {
  overflow: hidden;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


.inner__wrap {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
}
.head__wrap.head__ct {
  text-align: center;
  position: relative;
}
.head__ct .line__head {
  -webkit-justify-content: center;
	justify-content: center;
}
.head__wrap span {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  line-height: 1em;
  display: inline-block;
  color: #ff9e00;
}
.head__wrap strong {}
.header__fx strong a em {
  font-style: normal;
}
.head__wrap span + strong {
  margin-left: 1em;
}

.line__head {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.line__head:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.line__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 3px;
  background: #e60121;
}
.head__ct .line__head:after {
  left: 50%;
  transform: translateX(-50%);
}


@media(max-width:768px) {

  .inner__wrap {
    width: 90%;
  }
  .head__wrap {
    margin-bottom: 8%;
  }
  .head__wrap span {
  font-size: 3.6rem;
  letter-spacing: .06em;
  }
  .head__wrap strong {
    font-size: 2rem;
    letter-spacing: .06em;
  }
  .line__head {
    padding-bottom: .5em;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .head__wrap span + strong {
    margin-top: .2em;
    margin-right: 0;
    margin-left: auto;
  }


}

@media(min-width:769px) {

  .inner__wrap {
    max-width: 1100px;
  }
  .head__wrap span {
  font-size: 56px;
  letter-spacing: .06em;
  }
  .head__wrap strong {
    font-size: 24px;
    letter-spacing: .06em;
  }
  .line__head {
    padding-bottom: 25px;
  }
}


.gray__bg {
  background: #f6f6f9;
}
section {
  position: relative;
}



.more__btn__wrap {
  text-align: center;
}
.more__btn__wrap > * { 
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}
.more__btn__wrap > img {
  width: auto;
  height: 100%;
  background: none; 
}
.more__btn__wrap.align__right > * {
  margin-right: 0;
}
.more__btn__wrap > * span {
 	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
  text-decoration: underline;
}
.more__btn__wrap > * span:after {
  content: "";
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../images/common/icon_arrow.svg) 50% / cover no-repeat;
  display: inline-block;
}


@media(max-width:768px) {

  main {
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .more__btn__wrap > * {
    width: 90%;
    height: 50px;
    max-width: 21em;
  }
  .more__btn__wrap > * span {
    font-size: 1.6rem;
  }

  .more__btn__wrap > * span:after {
    width: 2.75em;
    margin-left: 1em;
  }



}

@media(min-width:769px) {

  main {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  a picture img,
  a figure img {
    transition: transform .5s;
  }
  a:hover picture img,
  a:hover figure img {
    transform: scale(1.05);
  }
  .more__btn__wrap > * {
    width: 220px;
    height: 60px;
    transition: all .5s;
  }
  .more__btn__wrap > * span {
    font-size: 16px;
  }
  .more__btn__wrap > *:hover {
    opacity: .8;
  }
  .more__btn__wrap > * span:after {
    transition: all .5s;
    width: 3.75em;
    margin-left: 2em;
  }
  .more__btn__wrap > *:hover span:after {
    transform: translateX(.2em);
  }

}




header {
  width: 100%;
  z-index: 9;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
header .header__fx {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.header__fx strong a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* -webkit-justify-content: flex-start;
  justify-content: flex-start; */
  -webkit-align-items: center;
  align-items: center;
}

header button.menu__btn {
  border: 0;
  background: none;
}

.search__wrap {}
.search__wrap form {
  position: relative;
}
.search__wrap form input[type="text"] {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 50vh;
  padding: 0 1em;
  width: 100%;
  height: 100%;
}
.search__wrap form input[type="submit"] {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: unset;
  background-image: url(../images/common/icon_search.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  height: 100%;
}

@media(max-width:768px) {

  html,:where(body) {
    font-size: 10px;
  }
  body.menu__open {
    overflow: hidden;
  }
  header {
    height: 60px;
  }
  .header__fx {
    height: 60px;
    width: 98%;
    padding: 0 0 0 3%;
  }
  .header__fx strong {
    width: 60%;
    max-width: 260px;
    position: relative;
    z-index: 2;
  }
  .header__fx strong a {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header__fx strong a img {
    width: 50%;
    margin-right: 1em;
    max-height: 4em;
  }
  .nav__wrap {
    position: absolute;
    top: -200%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
  }
  .nav__wrap ul {
    width: 90%;
    margin: auto;
  }
  .nav__wrap ul li {
    margin: .5em auto;
  }
  .nav__wrap ul li a {
    display: block;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    padding: .5em 0;
    font-weight: bold;
  }
  .menu__open .nav__wrap {
    top: 0;
    opacity: 1;
    height: 100vh;
    background: rgba(255,255,255,.9);
    padding-top: 80px;
  }

  header button.menu__btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .menu__btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    font-size: 0;
    transform: translate(-50%, -50%);
  }
  .menu__btn span,
  .menu__btn span:before,
  .menu__btn span:after {
    transition: all .5s;
    background: #465585;
  }
  .menu__btn span:after {
    transform: translateY(-10px);
  }
  .menu__btn span:before {
    transform: translateY(10px);
  }
  .menu__btn span:before,
  .menu__btn span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .scroll .menu__btn span,
  .scroll .menu__btn span:before,
  .scroll .menu__btn span:after,
  .menu__open .menu__btn span,
  .menu__open .menu__btn span:before,
  .menu__open .menu__btn span:after {
    background: #fc8905;
  }

  .menu__open .menu__btn span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__open .menu__btn span {
    background: #46558500;
  }
  .menu__open .menu__btn span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .search__wrap {
    width: 90%;
    margin: 2em auto 0;
  }
  .search__wrap form {
    width: 100%;
    height: 40px;
  }
  .search__wrap form input[type="text"] {
    padding-right: 54px;
  }
  .search__wrap form input[type="submit"] {
    width: 54px;
  }


  header.scroll {
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
  }

}

@media(min-width:769px) {

  html,:where(body) {
    font-size: 16px;
  }
  header {
    height: 90px;
  }
  header.scroll {
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
  }
  header .header__fx {
    height: 100%;
  }
  .header__fx strong {
    width: 200px;
  }
  .header__fx strong a {
    transition: all .5s;
  }
  .header__fx strong a em {
    letter-spacing: .05em;
  }
  .header__fx strong a:hover {
    opacity: .8;
  }
  .header__fx .nav__wrap {
    /* margin-right: 1em; */
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header__fx .nav__wrap nav {
    margin-right: 1em;
  }
  .header__fx .nav__wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .nav__wrap ul li {
    margin: 0 0 0 .4em;
  }
  .nav__wrap a {
    font-weight: bold;
    padding: 1em .8em;
    position: relative;
    overflow: hidden;
  }
  .nav__wrap a:before {
    background: #fff;
    content: '';
    width: calc(100% - 1em);
    height: 2px;
    position: absolute;
    left: .5em;
    bottom: .5em;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .nav__wrap a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .nav__wrap a span {
    letter-spacing: .08em;
    transition: color .5s;
    position: relative;
    z-index: 1;
  }
  .search__wrap {}
  .search__wrap form {
    width: 250px;
    height: 40px;
  }
  .search__wrap form input[type="text"] {
    padding-right: 54px;
  }
  .search__wrap form input[type="submit"] {
    width: 54px;
    cursor: pointer;
  }
  header button.menu__btn {
    display: none;
  }

}



/* contact */
.contact__wrap {
  background: #fc8905;
}
.contact__head {
  color: #fff;
  letter-spacing: .05em;
}
.contact__list__wrap {}
.contact__list .contact__list__item {
  background: #fff;
}
.contact__list__item * {
  color: #000;
}
.contact__list__item strong {
  margin-left: 1em;
}
.contact__list__item strong em {
  display: block;
  font-style: normal;
}
.contact__list__item a strong {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.contact__list__item a strong:after {
  content: "";
  width: 2.22em;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../images/common/icon_arrow.svg) 50% / cover no-repeat;
  display: inline-block;
  margin-left: 1.2em;
}



@media(max-width:768px) {

  .contact__wrap {
    padding: 8% 0 3%;
  }
  .contact__head {
    margin-bottom: 5%;
    text-align: center;
  }
  .contact__head h3 {
    font-size: 3.8rem;
  }
  .contact__head p {
    font-size: 1.6rem;
  }
  .contact__list__wrap {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .contact__list .contact__list__item {
    border-radius: 10px;
    margin-bottom: 5%;
  }
  .contact__list__item > * {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 5% 7%;
    width: 100%;
  }
  .contact__list__item strong {
    font-size: 1.8rem;
  }
  .contact__list__item strong em {
    font-size: 2.5rem;
  }

}

@media(min-width:769px) {

  .contact__wrap {
    padding-top: 100px;
    padding-bottom: 99px;
  }
  .contact__wrap .inner__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .contact__head {
    transform: translateY(-12px);
  }
  .contact__head h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 17px;
  }
  .contact__head p {
    font-size: 16px;
  }
  .contact__list__wrap {
    max-width: 780px;
    width: 70.91%;
  }
  .contact__list__wrap .contact__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .contact__list .contact__list__item {
    border-radius: 20px;
    width: 47.44%;
    max-width: 370px;
  }
  .contact__list__item > * {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 7%;
    width: 100%;
    height: 110px;
  }
  .contact__list__item strong {
    font-size: 18px;
  }
  .contact__list__item strong em {
    font-size: 28px;
  }

}



/* footer */
footer {
  border-top: 5px solid #000;
}
footer .footer__fx {
  margin-right: auto;
  margin-left: auto;
}
.footer__logo a,
.footer__logo a img {
  display: block;
  width: 100%;
  height: auto;
}
footer small {
  font-family: 'Outfit', sans-serif;
  color: #000;
  display: block;
}

@media(max-width:768px) {

  footer {
    margin-top: 20%;
    padding: 10% 0 3%;
  }
  .footer__logo {
    width: 50%;
    max-width: 320px;
    margin: 0 auto 8%
  }
  .footer__logo a {
    width: 100%;
  }
  .footer__link nav {
    margin-bottom: 5%;
  }
  .footer__link ul li {
    margin-bottom: 1%;
  }
  .footer__link a {
    font-size: 1.6rem;
    padding: .5em 0;
    display: block;
    text-align: center;
  }
  footer small {
    font-size: 1rem;
    text-align: center;
  }


}

@media(min-width:769px) {

  footer {
    margin-top: 150px;
    padding: 46px 0 38px;
  }
  footer .footer__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .footer__logo {
    padding-top: 24px;
  }
  .footer__logo a {
    width: 250px;
  }
  .footer__link nav {
    margin-bottom: 94px;
  }
  .footer__link ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .footer__link ul li {
    margin-left: 2em;
  }
  .footer__link a {
    padding: 1em 0;
    position: relative;
    overflow: hidden;
  }
  .footer__link a:before {
    background: #000;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: .5em;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .footer__link a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .footer__link a span {
    color: #000;
    letter-spacing: .08em;
    transition: color .5s;
    position: relative;
    z-index: 1;
  }
  footer small {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: right;
  }

}















/* list__wrap */
.list__wrap ul {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.list__wrap ul li a {
  font-weight: bold;
}
.list__wrap ul li a:before {
  color: #ff9e00;
}
.list__wrap .cat_list li a:before {
  content: "●";
}
.list__wrap .tag_list li a:before {
  content: "#";
}

@media(max-width:768px) {

  .list__wrap {
    padding: 9% 0 1%;
  }
  .list__wrap ul {
    margin-bottom: 8%;
  }
  .list__wrap ul li a {
    font-size: 1.6rem;
    position: relative;
    padding-bottom: .5em;
  }
  .list__wrap ul li a:after {
    background: #333;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .list__wrap ul li a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .list__wrap .cat_list li {
    margin-right: 2.5em;
    margin-bottom: 1em;
  }
  .list__wrap .tag_list li {    
    margin-right: 2.5em;
    margin-bottom: 1em;
  }

}

@media(min-width:769px) {

  .list__wrap {
    padding: 50px 0 2px;
  }
  .list__wrap ul {
    margin-bottom: 25px;
  }
  .list__wrap ul li a {
    font-size: 18px;
    position: relative;
    padding-bottom: .5em;
  }
  .list__wrap ul li a:after {
    background: #333;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .list__wrap ul li a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .list__wrap .cat_list li{
    margin-right: 3.5em;
    margin-bottom: 1em;
  }
  .list__wrap .tag_list li{    
    margin-right: 3.5em;
    margin-bottom: 1em;
  }

}







/* article__list */
.article__list__item strong.cat {
  border-bottom: 2px solid #000;
  display: block;
  font-weight: bold;
}
.article__list__item picture {
  display: block;
  overflow: hidden;
}
.item__cap strong {
  font-weight: bold;
  display: block;
}
.item__cap time,
.item__cap span.time {
  display: block;
}
.item__cap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.item__cap ul li {
background: #fff;
margin-right: .6em;
display: inline-block;
}
.item__cap ul li a:before {
  content: "#";
  color: #ff9e00;
}

@media(max-width:768px) {

  .article__list__wrap .article__list {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15%;
  }
  .article__list .article__list__item {
    width: 100%;
    margin-bottom: 20%;
  }
  .article__list__item strong.cat {
    font-size: 1.4rem;
    padding-bottom: 2%;
    margin-bottom: 3%;
  }
  /* .article__list__item picture {} */
  .item__cap {
    padding-top: 1em;
  }
  .item__cap strong {
    font-size: 1.7rem;
    margin-bottom: 5%;
  }

  .item__cap time,
  .item__cap span.time,
  .item__cap p,
  .item__cap ul li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .item__cap time,
  .item__cap span.time {
    margin-bottom: .5em;
  }
  .item__cap ul {
    margin-bottom: 1em;
  }
  .item__cap p {
    font-size: 1.4rem;
    margin-bottom: 5%;
  }

}

@media(min-width:769px) {

  .article__list__wrap .article__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 50px;
  }
  .article__list .article__list__item {
    width: calc((100% - 10%) / 3);
    margin-bottom: 57px;
  }
  .article__list .article__list__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
  .article__list__item strong.cat {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  .item__cap {
    padding-top: 15px;
  }
  .item__cap strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .item__cap time,
  .item__cap span.time,
  .item__cap p,
  .item__cap ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .item__cap time,
  .item__cap span.time {
    margin-bottom: 10px;
  }
  .item__cap p {
    margin-bottom: 10px;
  }
  .item__cap ul {
    margin-bottom: 14px;
  }
  .item__cap ul li,
  .item__cap ul li a {
    transition: all .3s;
  }
  .item__cap ul li:hover {
    text-decoration: underline;
  }
  .item__cap strong {
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  a .item__cap strong:before {
    background: #333;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  a:hover .item__cap strong:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }


}




/* title__mv */
.title__mv__wrap {
  position: relative;
}
.title__mv__wrap .title__mv {
  margin-right: auto;
  margin-left: auto;
}
.title__mv__wrap picture {
  position: relative;
}
.title__mv__wrap picture:before {
  content: "";
  background: rgba(0,0,0,.5);
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.title__mv picture {
  display: block;
  overflow: hidden;
}
.title__mv picture img {
  width: 100%;
  height: auto;
}
.title__mv__wrap h1 {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  letter-spacing: .04em;
}
.title__mv__wrap h1 span {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 1.714em;
  letter-spacing: .08em;
  padding-bottom: .5em;
}

@media all and (max-width: 768px) {

  .title__mv__wrap {
    margin-bottom: 10%;
  }
  .title__mv__wrap h1 {
    font-size: 1.8rem;
  }
  .title__mv picture {
    height: 40vw;
  }
  .title__mv picture img {
    height: 100%;
    width: auto;
  }

}

@media all and (min-width: 769px) {

  .title__mv__wrap {
    margin-bottom: 70px;
  }
  .title__mv__wrap h1 {
    font-size: 42px;
  }
  
}

