@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, main, section, aside, article, header, footer, h1, h2, h3, h4, h5, h6, p, div, ol, ul, li, a, table, tt, td, th, dl, dt, dd, span, hr {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  background-color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.7;
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ---------------
共通部分
--------------- */
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: calc(100% - 24px * 2);
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: calc(100% - 15px * 2);
  }
}

.section-title {
  font-weight: 400;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: #333;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.section-title.cl-li::before {
  background-color: #eee;
}
.section-title span {
  display: block;
  color: #333;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: transform 1s 0.5s, opacity 1s 0.5s;
  transition: transform 1s 0.5s, opacity 1s 0.5s, -webkit-transform 1s 0.5s;
}
.section-title.cl-li span {
  color: #eee;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 2s 0.5s;
  transition: width 2s 0.5s;
}
.section-title.cl-li::after {
  background-color: #eee;
}
.section-title.is-active::before {
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
.section-title.is-active span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.section-title.is-active::after {
  width: 80px;
}

.gn-link {
  font-family: "Rajdhani", sans-serif;
  display: inline-block;
  width: 250px;
  max-width: 100%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.5s;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.5s;
  transition: background-color 0.3s, color 0.3s, transform 0.5s;
  transition: background-color 0.3s, color 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 768px) {
  .gn-link {
    padding-right: 48px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
  }
  .gn-link::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@media screen and (max-width: 767px) {
  .gn-link {
    height: 42px;
    line-height: 40px;
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .gn-link:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .gn-link:hover::after {
    -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
  }
  .gn-link:hover .gn-link-part::before {
    -webkit-transform: translateY(-50%) rotate(45deg) scaleX(1);
            transform: translateY(-50%) rotate(45deg) scaleX(1);
  }
  .gn-link:hover .gn-link-part::after {
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(1);
            transform: translateY(-50%) rotate(-45deg) scaleX(1);
  }
}

@media screen and (min-width: 768px) {
  .gn-link-part::before, .gn-link-part::after {
    content: "";
    position: absolute;
    right: 23px;
    width: 12px;
    height: 2px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    transition: -webkit-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
  }
  .gn-link-part::before {
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%) rotate(45deg) scaleX(0);
            transform: translateY(-50%) rotate(45deg) scaleX(0);
  }
  .gn-link-part::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(0);
            transform: translateY(-50%) rotate(-45deg) scaleX(0);
  }
}
.about-btn-link {
  background-color: #111;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .about-btn-link .gn-link-part::before, .about-btn-link .gn-link-part::after {
    background-color: #333;
  }
}
@media screen and (min-width: 768px) {
  .about-btn-link:hover {
    background-color: #fff;
    color: #111;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about-btn-link:hover .gn-link-part::before, .about-btn-link:hover .gn-link-part::after {
    background-color: #111;
  }
}
@media screen and (max-width: 767px) {
  .about-btn-link:active {
    background-color: #fff;
    color: #111;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .about-btn-link:active .gn-link-part::before, .about-btn-link:active .gn-link-part::after {
    background-color: #111;
  }
}
@media screen and (min-width: 768px) {
  .about-btn-link::after {
    background-color: #fff;
  }
}

.works-btn-link,
.entry-sg-btn-link {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .works-btn-link .gn-link-part::before, .works-btn-link .gn-link-part::after,
.entry-sg-btn-link .gn-link-part::before,
.entry-sg-btn-link .gn-link-part::after {
    background-color: #333;
  }
}
@media screen and (min-width: 768px) {
  .works-btn-link:hover,
.entry-sg-btn-link:hover {
    background-color: #111;
    color: #eee;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .works-btn-link:hover .gn-link-part::before, .works-btn-link:hover .gn-link-part::after,
.entry-sg-btn-link:hover .gn-link-part::before,
.entry-sg-btn-link:hover .gn-link-part::after {
    background-color: #eee;
  }
}
@media screen and (max-width: 767px) {
  .works-btn-link:active,
.entry-sg-btn-link:active {
    background-color: #111;
    color: #eee;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .works-btn-link:active .gn-link-part::before, .works-btn-link:active .gn-link-part::after,
.entry-sg-btn-link:active .gn-link-part::before,
.entry-sg-btn-link:active .gn-link-part::after {
    background-color: #eee;
  }
}
@media screen and (min-width: 768px) {
  .works-btn-link::after,
.entry-sg-btn-link::after {
    background-color: #333;
  }
}

.category-title a,
.category-title span {
  font-weight: 600;
  background-color: #577cd4;
  display: inline-block;
  color: #eee;
  letter-spacing: 0;
  line-height: 1;
}
.category-title.works-item-category span, .category-title.entry-item-category span {
  font-size: 12px;
  padding: 4px 6px;
}
@media screen and (min-width: 768px) {
  .category-title.entry-category a {
    font-size: 16px;
    padding: 6px 11px;
  }
}
@media screen and (max-width: 767px) {
  .category-title.entry-category a {
    font-size: 14px;
    padding: 4px 8px;
  }
}
@media screen and (min-width: 768px) {
  .category-title.entry-category a:hover {
    background-color: #3f5c9f;
  }
}
@media screen and (max-width: 767px) {
  .category-title.entry-category a:active {
    background-color: #3f5c9f;
  }
}

.tag-titles {
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-titles::before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
}
.tag-titles li:not(:last-child) {
  position: relative;
}
.tag-titles li:not(:last-child)::after {
  content: ",";
  position: absolute;
  top: 0;
  right: 15px;
}
.tag-titles a,
.tag-titles span {
  font-weight: 400;
}
.tag-titles.works-item-tag, .tag-titles.entry-item-tag {
  font-size: 12px;
  padding-left: 19px;
}
.tag-titles.works-item-tag li:not(:last-child), .tag-titles.entry-item-tag li:not(:last-child) {
  padding-right: 14px;
}
.tag-titles.works-item-tag li:not(:last-child)::after, .tag-titles.entry-item-tag li:not(:last-child)::after {
  right: 8px;
}
.tag-titles.entry-tag {
  font-size: 14px;
  padding-left: 28px;
}
.tag-titles.entry-tag li:not(:last-child) {
  padding-right: 20px;
}
.tag-titles.entry-tag li:not(:last-child)::after {
  right: 15px;
}
@media screen and (min-width: 768px) {
  .tag-titles.entry-tag a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .tag-titles.entry-tag a:active {
    text-decoration: underline;
    opacity: 0.7;
  }
}

/* ---------------
header
--------------- */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  color: #eee;
  -webkit-transition: background-color 1s, -webkit-box-shadow 1s;
  transition: background-color 1s, -webkit-box-shadow 1s;
  transition: background-color 1s, box-shadow 1s;
  transition: background-color 1s, box-shadow 1s, -webkit-box-shadow 1s;
}
.header.is-active, .header.-profile {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
          box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
}

.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0 110px 0 40px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 0 0 20px;
    height: 60px;
  }
}

.header-logo {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: 16px;
  margin-right: auto;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .header-logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .header-logo:active {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav-list .menu-item {
  margin: 0 20px;
}
.header-nav-list .menu-item a {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.04em;
  display: block;
  padding: 6px;
  line-height: 1;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.5s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.5s;
  transition: box-shadow 0.3s, transform 0.5s;
  transition: box-shadow 0.3s, transform 0.5s, -webkit-box-shadow 0.3s, -webkit-transform 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
}
.header-nav-list .menu-item a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.6);
}

/* ---------------
drawer
--------------- */
.drawer-icon {
  width: 48px;
  height: 48px;
  margin-left: 30px;
  position: fixed;
  z-index: 50;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    top: 11px;
    right: 40px;
  }
  .drawer-icon.is-active {
    -webkit-transform: translateY(29px);
            transform: translateY(29px);
  }
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    top: 6px;
    right: 20px;
  }
  .drawer-icon.is-active {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
  }
}

.drawer-icon-bars {
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-icon-bar {
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  -webkit-transition: background-color 0.8s, -webkit-transform 0.8s;
  transition: background-color 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, background-color 0.8s;
  transition: transform 0.8s, background-color 0.8s, -webkit-transform 0.8s;
}
.drawer-icon-bar.bar1 {
  top: 0;
  left: 0;
}
.drawer-icon-bar.bar1.is-active {
  -webkit-transform: translateY(6px) rotate(135deg);
          transform: translateY(6px) rotate(135deg);
}
.drawer-icon-bar.bar2 {
  top: 6px;
  left: 0;
}
.drawer-icon-bar.bar2.is-active {
  background-color: transparent;
}
.drawer-icon-bar.bar3 {
  top: 12px;
  left: 0;
}
.drawer-icon-bar.bar3.is-active {
  -webkit-transform: translateY(-6px) rotate(-135deg);
          transform: translateY(-6px) rotate(-135deg);
}

.drawer-icon-circle-base {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.drawer-icon-circle-base:hover .drawer-icon-circle {
  stroke-dasharray: 138 138;
  opacity: 1;
}

.drawer-icon-circle {
  stroke-dasharray: 0 138;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.drawer-content {
  position: fixed;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.85);
  color: #eee;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border-radius: 8px;
  display: grid;
  place-items: center;
}
.drawer-content.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .drawer-content {
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
  }
}
@media screen and (max-width: 767px) {
  .drawer-content {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}

.drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .drawer-nav {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav {
    width: calc(100% - 20px * 2);
  }
}

@media screen and (min-width: 768px) {
  .drawer-nav-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.drawer-nav-list > .menu-item:not(:first-child) {
  margin-top: 15px;
}
.drawer-nav-list > .menu-item > a {
  font-family: "Rajdhani", sans-serif;
}
@media screen and (min-width: 768px) {
  .drawer-nav-list > .menu-item > a {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-list > .menu-item > a {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-nav-list > .menu-item > a:hover {
    opacity: 0.6;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-list > .menu-item > a:active {
    opacity: 0.6;
    text-decoration: underline;
  }
}
.drawer-nav-list .sub-menu a {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  display: inline-block;
  line-height: 2.5;
}
.drawer-nav-list .sub-menu a::before {
  content: "-";
  display: inline-block;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .drawer-nav-list .sub-menu a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-list .sub-menu a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-nav-list .sub-menu a:hover {
    opacity: 0.6;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-list .sub-menu a:active {
    opacity: 0.6;
    text-decoration: underline;
  }
}

.drawer-background {
  position: fixed;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/* -------------------
  --------------------

      front-page

-------------------
------------------- */
/* ---------------
mv
--------------- */
.mv {
  position: relative;
}

.swiper1 .swiper-slide {
  overflow: hidden;
}
.swiper1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 7s ease-out 1s;
  transition: -webkit-transform 7s ease-out 1s;
  transition: transform 7s ease-out 1s;
  transition: transform 7s ease-out 1s, -webkit-transform 7s ease-out 1s;
}
.swiper1 .swiper-slide[class*=-active] img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.swiper1 .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-image: radial-gradient(#fff 10%, transparent 90%);
  background-color: #000;
  background-position: 0 0;
  background-size: 2px 2px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .swiper1 .swiper-slide.slide1 img {
    -o-object-position: 63%;
       object-position: 63%;
  }
  .swiper1 .swiper-slide.slide2 img {
    -o-object-position: 52%;
       object-position: 52%;
  }
  .swiper1 .swiper-slide.slide3 img {
    -o-object-position: right;
       object-position: right;
  }
}

.mv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #eee;
  z-index: 10;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}

.mv-title {
  letter-spacing: 0.2em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  -webkit-transition: visibility 2s, opacity 2s, -webkit-transform 2s;
  transition: visibility 2s, opacity 2s, -webkit-transform 2s;
  transition: visibility 2s, opacity 2s, transform 2s;
  transition: visibility 2s, opacity 2s, transform 2s, -webkit-transform 2s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (min-width: 768px) {
  .mv-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title {
    font-size: 30px;
  }
}
.mv-title.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mv-lead {
  font-family: "Special Elite", cursive;
  letter-spacing: 0.2em;
  margin-top: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .mv-lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mv-lead {
    font-size: 14px;
  }
}

.mv-arrow {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.1em;
  font-size: 11px;
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 10;
  color: #eee;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: mv-arrow_anime 2s ease-in-out infinite;
          animation: mv-arrow_anime 2s ease-in-out infinite;
}
.mv-arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -7px;
  width: 50px;
  height: 1px;
  background-color: #eee;
}
.mv-arrow::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -7px;
  width: 15px;
  height: 1px;
  background-color: #eee;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media screen and (max-width: 767px) {
  .mv-arrow {
    left: 43%;
  }
}

@-webkit-keyframes mv-arrow_anime {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 10%;
  }
}

@keyframes mv-arrow_anime {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 10%;
  }
}
/* ---------------
about
--------------- */
.about {
  color: #eee;
}
@media screen and (min-width: 768px) {
  .about {
    background: url(../img/bg-tx-da.png), -webkit-gradient(linear, right top, left bottom, color-stop(65%, #111), to(#ddd));
    background: url(../img/bg-tx-da.png), linear-gradient(to left bottom, #111 65%, #ddd);
    padding: 220px 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    background: #111 url(../img/bg-tx-da.png);
    padding: 140px 0;
  }
}

@media screen and (min-width: 768px) {
  .about-inner {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .about-inner {
    margin-top: 60px;
    max-width: calc(100% - 30px * 2);
  }
}

.about-left {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media screen and (max-width: 767px) {
  .about-left {
    width: 70%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.about-left img {
  margin: 0 auto;
  -webkit-clip-path: inset(100% 0 -20% -20% round 0 30%);
          clip-path: inset(100% 0 -20% -20% round 0 30%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-clip-path 1s, -webkit-transform 4s;
  transition: -webkit-clip-path 1s, -webkit-transform 4s;
  transition: clip-path 1s, transform 4s;
  transition: clip-path 1s, transform 4s, -webkit-clip-path 1s, -webkit-transform 4s;
}
.about-left img.is-active {
  -webkit-clip-path: inset(-20% 0 -20% -20% round 0 20%);
          clip-path: inset(-20% 0 -20% -20% round 0 20%);
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 768px) {
  .about-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
@media screen and (max-width: 767px) {
  .about-right {
    margin: 70px auto 0;
    max-width: 500px;
    width: 100%;
  }
}

.about-text {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about-text:not(:last-child) {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .about-text:not(:last-child) {
    margin-bottom: 2em;
  }
}

.about-btn {
  text-align: center;
  margin-top: 80px;
}

/* ---------------
skills
--------------- */
.skills {
  background: #F7F7F7 url(../img/bg-tx-li.jpg);
  color: #333;
}
@media screen and (min-width: 768px) {
  .skills {
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .skills {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .skills-nav {
    margin-top: 120px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .skills-nav {
    margin-top: 70px;
    padding-bottom: 50px;
  }
}

.skills-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skills-nav-item {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
          box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
}

.skills-nav-item-link {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .skills-nav-item-link:hover .skills-nav-item-bg {
    opacity: 1;
  }
  .skills-nav-item-link:hover .skills-nav-item-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.skills-nav-item-img {
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

.skills-nav-item-bg {
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.skills-nav-item-title {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-top: 25px;
}
.skills-nav-item-title span {
  display: block;
  color: #777;
  font-size: 13px;
  margin-top: 0;
}
.skills-nav-item-title::after {
  content: "^";
  display: block;
  margin-top: 15px;
  -webkit-transform: rotate(180deg) scale(3, 1);
          transform: rotate(180deg) scale(3, 1);
  font-weight: 300;
  font-size: 18px;
}

.skills-inner {
  width: 1000px;
}

.skills-content-item {
  font-weight: 400;
  border-bottom: #333 solid 1px;
}
@media screen and (min-width: 768px) {
  .skills-content-item {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .skills-content-item {
    padding: 50px 0;
  }
}
.skills-content-item:first-child {
  border-top: #333 solid 1px;
}
.skills-content-item:nth-child(1) .skills-content-item-bg {
  background: rgba(255, 255, 255, 0.8) url(../img/skills-item1.jpeg) no-repeat center center/cover;
}
.skills-content-item:nth-child(2) .skills-content-item-bg {
  background: rgba(255, 255, 255, 0.8) url(../img/skills-item2.jpeg) no-repeat center center/cover;
}
.skills-content-item:nth-child(3) .skills-content-item-bg {
  background: rgba(255, 255, 255, 0.8) url(../img/skills-item3.jpeg) no-repeat center center/cover;
}

.skills-content-item-bg {
  background-blend-mode: overlay;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
          box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
}
@media screen and (min-width: 768px) {
  .skills-content-item-bg {
    padding: 60px 15% 80px;
  }
}
@media screen and (max-width: 767px) {
  .skills-content-item-bg {
    padding: 50px 15px 50px;
  }
}

.skills-content-item-title {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .skills-content-item-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .skills-content-item-title {
    font-size: 26px;
  }
}
.skills-content-item-title span {
  display: block;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .skills-content-item-title span {
    font-size: 16px;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .skills-content-item-title span {
    font-size: 14px;
    margin-top: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .skills-content-item-body {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .skills-content-item-body {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .skills-content-item-text {
    padding: 0 10px;
  }
}
.skills-content-item-text:not(:first-child) {
  margin-top: 1.2em;
}

.skills-content-item-list {
  background-color: rgba(244, 247, 250, 0.8);
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .skills-content-item-list {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .skills-content-item-list {
    padding: 30px 15px 20px;
  }
}
.skills-content-item-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .skills-content-item-list li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .skills-content-item-list li {
    padding-left: 14px;
  }
}
.skills-content-item-list li:not(:first-child) {
  margin-top: 1.2em;
}
.skills-content-item-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #333;
  left: 0;
}
@media screen and (min-width: 768px) {
  .skills-content-item-list li::before {
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .skills-content-item-list li::before {
    top: 9px;
  }
}

/* ---------------
languages
--------------- */
.languages {
  background-color: #d2d2d2;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .languages {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .languages {
    padding: 100px 0;
  }
}
.languages::before {
  content: "";
  position: fixed;
  width: 150%;
  z-index: -1;
  background-color: rgba(228, 228, 228, 0.6);
  left: 0;
  -webkit-transform: rotate(20deg) scaleX(0);
          transform: rotate(20deg) scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media screen and (min-width: 768px) {
  .languages::before {
    height: 300px;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .languages::before {
    height: 170px;
    top: 60px;
  }
}
.languages::after {
  content: "";
  position: fixed;
  width: 150%;
  z-index: -1;
  background-color: rgba(228, 228, 228, 0.6);
  top: 300px;
  right: 0;
  -webkit-transform: rotate(-20deg) scaleX(0);
          transform: rotate(-20deg) scaleX(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 1s 1.2s;
  transition: -webkit-transform 1s 1.2s;
  transition: transform 1s 1.2s;
  transition: transform 1s 1.2s, -webkit-transform 1s 1.2s;
}
@media screen and (min-width: 768px) {
  .languages::after {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .languages::after {
    height: 170px;
  }
}
.languages.is-active::before {
  -webkit-transform: rotate(20deg) scaleX(1);
          transform: rotate(20deg) scaleX(1);
}
.languages.is-active::after {
  -webkit-transform: rotate(-20deg) scaleX(1);
          transform: rotate(-20deg) scaleX(1);
}

.languages-inner {
  width: 1000px;
}

@media screen and (min-width: 768px) {
  .languages-list {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .languages-list {
    margin-top: 70px;
  }
}

.languages-item {
  border-bottom: #333 solid 1px;
  padding: 30px 0 40px;
}
@media screen and (min-width: 768px) {
  .languages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.languages-item:first-child {
  border-top: #333 solid 1px;
}
@media screen and (min-width: 768px) {
  .languages-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .languages-item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.languages-item-icon.hc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.languages-item-icon.hc img {
  margin: 0 10px;
}
.languages-item-icon img {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .languages-item-icon img {
    width: 100%;
    max-width: 80px;
  }
}

.languages-item-content {
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .languages-item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media screen and (max-width: 767px) {
  .languages-item-content {
    margin-top: 20px;
    text-align: center;
  }
}

.languages-item-title {
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .languages-item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .languages-item-title {
    font-size: 24px;
  }
}

.languages-item-rate {
  position: relative;
  display: inline-block;
}
.languages-item-rate::before {
  content: "★★★★★";
  color: #e4e4e4;
}
.languages-item-rate::after {
  content: "★★★★★";
  position: absolute;
  color: #ffa500;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.languages-item-rate.rate1::after {
  width: 20%;
}
.languages-item-rate.rate2::after {
  width: 40%;
}
.languages-item-rate.rate3::after {
  width: 60%;
}
.languages-item-rate.rate4::after {
  width: 80%;
}

.languages-item-text {
  margin-top: 1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .languages-item-text {
    text-align: left;
  }
}

/* ---------------
works
--------------- */
.works {
  background-color: #f1f1f1;
  background-image: repeating-linear-gradient(60deg, rgba(253, 253, 253, 0.2) 0px 20px, transparent 20px 40px), repeating-linear-gradient(-60deg, rgba(253, 253, 253, 0.2) 0px 20px, transparent 20px 40px);
}
@media screen and (min-width: 768px) {
  .works {
    padding: 150px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding: 100px 0;
  }
}

.works-inner {
  width: 1000px;
}
@media screen and (min-width: 768px) {
  .works-inner {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .works-inner {
    margin-top: 90px;
    max-width: calc(100% - 24px * 2);
  }
}

.works-items {
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media screen and (min-width: 768px) {
  .works-items {
    row-gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .works-items {
    row-gap: 40px;
  }
}

.works-item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fefefe;
  -webkit-transition: background-color 0.5s, visibility 1s, opacity 1s, -webkit-transform 1s;
  transition: background-color 0.5s, visibility 1s, opacity 1s, -webkit-transform 1s;
  transition: background-color 0.5s, visibility 1s, opacity 1s, transform 1s;
  transition: background-color 0.5s, visibility 1s, opacity 1s, transform 1s, -webkit-transform 1s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
          box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
}
@media screen and (min-width: 768px) {
  .works-item:hover {
    background-color: #dddddd;
  }
  .works-item:hover .works-item-bg {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .works-item:hover .works-item-bg-text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .works-item:active {
    background-color: #dddddd;
  }
  .works-item:active .works-item-bg {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .works-item:active .works-item-bg-text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.works-item.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.works-item-link {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.works-item-header {
  position: relative;
}

.works-item-img {
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.works-item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.works-item-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.works-item-bg-text {
  font-family: "Rajdhani", sans-serif;
  color: #ccc;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
}

.works-item-category {
  margin-top: 12px;
  padding: 0 20px;
}

.works-item-title {
  line-height: 1.4;
  margin-top: 0.5em;
  padding: 0 20px 1.6em;
}
@media screen and (min-width: 768px) {
  .works-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .works-item-title {
    font-size: 17px;
  }
}

.works-item-tag {
  margin: auto 20px 12px;
}

.works-btn {
  text-align: center;
  -webkit-transition: visibility 1s, opacity 1s, -webkit-transform 1s;
  transition: visibility 1s, opacity 1s, -webkit-transform 1s;
  transition: visibility 1s, opacity 1s, transform 1s;
  transition: visibility 1s, opacity 1s, transform 1s, -webkit-transform 1s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media screen and (min-width: 768px) {
  .works-btn {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .works-btn {
    margin-top: 80px;
  }
}
.works-btn.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ---------------
selfie
--------------- */
.selfie-item {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.selfie-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
@media screen and (min-width: 768px) {
  .selfie-item-inner.inner1 {
    height: calc(200% + 500px);
  }
}
@media screen and (max-width: 767px) {
  .selfie-item-inner.inner1 {
    height: 200%;
  }
}

.selfie-item-image {
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.selfie-item-image.image1 {
  position: sticky;
  background-image: url(../img/selfie-img-mono.jpg);
  background-color: #fff;
}
.selfie-item-image.image2 {
  position: fixed;
  background-image: url(../img/selfie-img-color.jpg);
  background-color: #E8F9FD;
}
.selfie-item-image.image2.is-scroll {
  position: relative;
}

.selfie-margin1 {
  height: 100px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .selfie-margin2 {
    height: 500px;
  }
}
.selfie-margin3 {
  background-color: #E8F9FD;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .selfie-margin3 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .selfie-margin3 {
    height: 100px;
  }
}

/* ---------------
footer
--------------- */
.footer {
  background-color: #333;
  color: #eee;
  padding: 2em 1em;
}

.copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 14px;
  }
}

.attributions {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .attributions {
    font-size: 12px;
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .attributions {
    font-size: 11px;
    margin-top: 1.5em;
  }
}
.attributions a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .attributions a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .attributions a:active {
    opacity: 0.7;
  }
}

/* -------------------
  --------------------

      single.html

-------------------
------------------- */
.c-mv {
  background: url(../img/c-mv.jpeg) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-mv {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv {
    height: 270px;
  }
}
.c-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#fff 10%, transparent 90%);
  background-color: #000;
  background-position: 0 0;
  background-size: 2px 2px;
  mix-blend-mode: multiply;
}

.archive-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.content {
  background-color: #f1f1f1;
  background-image: repeating-linear-gradient(60deg, rgba(253, 253, 253, 0.2) 0px 20px, transparent 20px 40px), repeating-linear-gradient(-60deg, rgba(253, 253, 253, 0.2) 0px 20px, transparent 20px 40px);
}
@media screen and (min-width: 768px) {
  .content {
    padding: 30px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 20px 0 50px;
  }
}

.breadcrumb {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 0 auto 35px;
  }
}
.breadcrumb a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .breadcrumb a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb a:active {
    opacity: 0.5;
  }
}

.entry-inner {
  width: 800px;
}

.entry-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry-title {
    font-size: 32px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 24px;
    margin-top: 12px;
    line-height: 1.5;
  }
}

.entry-category {
  text-align: center;
  margin-top: 0;
}

.entry-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .entry-tag {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entry-tag {
    margin-top: 8px;
  }
}

.entry-passcode {
  font-weight: 400;
  font-size: 14px;
}

.entry-passcode-head {
  text-align: center;
}

.entry-passcode-body {
  text-align: center;
}
.entry-passcode-body span:not(:first-child) {
  margin-left: 30px;
}

.entry-sg-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry-sg-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .entry-sg-btn {
    margin-top: 22px;
  }
}

.entry-body {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .entry-body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .entry-body {
    padding-bottom: 50px;
  }
}
.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0;
}
.entry-body h2 {
  background-color: #ddd;
  display: inline-block;
  margin: 60px 0 25px;
}
@media screen and (min-width: 768px) {
  .entry-body h2 {
    line-height: 34px;
    font-size: 20px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .entry-body h2 {
    line-height: 32px;
    font-size: 18px;
    padding-right: 13px;
  }
}
.entry-body h2::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  text-align: center;
  color: #eee;
  background-color: #577cd4;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .entry-body h2::before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .entry-body h2::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 13px;
  }
}
.entry-body h3, .entry-body h4, .entry-body h5, .entry-body h6 {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .entry-body h3, .entry-body h4, .entry-body h5, .entry-body h6 {
    font-size: 18px;
    margin: 35px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .entry-body h3, .entry-body h4, .entry-body h5, .entry-body h6 {
    font-size: 16px;
    margin: 30px 0 12px;
  }
}
.entry-body h3::before, .entry-body h4::before, .entry-body h5::before, .entry-body h6::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  color: #eee;
  border-radius: 50%;
  background-color: #577cd4;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .entry-body h3::before, .entry-body h4::before, .entry-body h5::before, .entry-body h6::before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entry-body h3::before, .entry-body h4::before, .entry-body h5::before, .entry-body h6::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.entry-body h3::after, .entry-body h4::after, .entry-body h5::after, .entry-body h6::after {
  content: "";
  position: absolute;
  height: 2px;
  right: 0;
  bottom: 0;
  background-color: #577cd4;
}
@media screen and (min-width: 768px) {
  .entry-body h3::after, .entry-body h4::after, .entry-body h5::after, .entry-body h6::after {
    width: calc(100% - 17px);
  }
}
@media screen and (max-width: 767px) {
  .entry-body h3::after, .entry-body h4::after, .entry-body h5::after, .entry-body h6::after {
    width: calc(100% - 15px);
  }
}
.entry-body p {
  margin-top: 1.2em;
  padding: 0 1em;
  font-weight: 400;
}
.entry-body ul {
  padding: 0 1em;
  font-weight: 400;
}

.wp-banner {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-banner {
    width: 600px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-banner {
    width: 500px;
    margin: 30px auto 0;
  }
}

.wp-logo {
  margin: 40px auto 0;
}

.pagination {
  border-top: 1px solid #777;
}
@media screen and (min-width: 768px) {
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    padding: 50px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .pgn-link {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .pgn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    max-width: 100%;
  }
}
.pgn-link.older-link {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pgn-link.older-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 20px;
  }
}

.pgn-link-title {
  font-family: "Rajdhani", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pgn-link-title {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .pgn-link-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
            flex: 0 0 145px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.pgn-link-title span {
  position: absolute;
  background-color: #333;
  left: 11px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (min-width: 768px) {
  .pgn-link-title span:nth-child(1) {
    width: 18px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .pgn-link-title span:nth-child(1) {
    display: none;
  }
}
.pgn-link-title span:nth-child(2) {
  width: 14px;
  height: 2px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .pgn-link-title span:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(45deg) scaleX(0);
            transform: translateY(-50%) rotate(45deg) scaleX(0);
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    transition: -webkit-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
  }
}
@media screen and (max-width: 767px) {
  .pgn-link-title span:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.pgn-link-title span:nth-child(3) {
  width: 14px;
  height: 2px;
  top: calc(50% + 1px);
}
@media screen and (min-width: 768px) {
  .pgn-link-title span:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(0);
            transform: translateY(-50%) rotate(-45deg) scaleX(0);
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    transition: -webkit-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
  }
}
@media screen and (max-width: 767px) {
  .pgn-link-title span:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .pgn-link-title p {
    font-size: 20px;
    text-align: right;
    padding: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .pgn-link-title p {
    font-size: 18px;
    text-align: center;
    padding-left: 14px;
  }
}
.pgn-link-title.older span {
  left: auto;
  right: 11px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.pgn-link-title.older span:nth-child(2) {
  top: calc(50% + 1px);
}
.pgn-link-title.older span:nth-child(3) {
  top: 50%;
}
@media screen and (min-width: 768px) {
  .pgn-link-title.older p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pgn-link-title.older p {
    padding-right: 14px;
  }
}

.pgn-link-body {
  position: relative;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .pgn-link-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.pgn-link-img {
  overflow: hidden;
}
.pgn-link-img img {
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pgn-link-img img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

.pgn-link-img-bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .pgn-link-img-bg {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .pgn-link-img-bg {
    text-align: center;
  }
}
.pgn-link-img-bg p {
  color: #eee;
  width: 80%;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pgn-link-img-bg p {
    font-size: 14px;
    display: inline-block;
    text-align: left;
  }
}

.pgn-link:hover .pgn-link-title.newer {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.pgn-link:hover .pgn-link-title.older {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.pgn-link:hover .pgn-link-title span:nth-child(1) {
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
}
.pgn-link:hover .pgn-link-title span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(45deg) scaleX(1);
          transform: translateY(-50%) rotate(45deg) scaleX(1);
}
.pgn-link:hover .pgn-link-title span:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(1);
          transform: translateY(-50%) rotate(-45deg) scaleX(1);
}
.pgn-link:hover .pgn-link-img-bg {
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .pgn-link:hover .pgn-link-img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/* -------------------
  --------------------

      archive.html

-------------------
------------------- */
.archive-inner {
  width: 1000px;
}

.archive-head {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}
.archive-head span {
  font-size: 28px;
  font-weight: 400;
  padding: 0 10px;
}

.entries {
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 70px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.entry-item {
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #fefefe;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
          box-shadow: 0px 5px 20px 0px rgba(29, 36, 49, 0.4);
}
@media screen and (min-width: 768px) {
  .entry-item:hover {
    background-color: #dddddd;
  }
  .entry-item:hover .entry-item-bg {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .entry-item:hover .entry-item-bg-text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .entry-item:active {
    background-color: #dddddd;
  }
  .entry-item:active .entry-item-bg {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .entry-item:active .entry-item-bg-text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.entry-item-link {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.entry-item-header {
  position: relative;
}

.entry-item-img {
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.entry-item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.entry-item-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.entry-item-bg-text {
  font-family: "Rajdhani", sans-serif;
  color: #ccc;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
}

.entry-item-category {
  margin-top: 12px;
  padding: 0 20px;
}

.entry-item-title {
  line-height: 1.4;
  margin-top: 0.5em;
  padding: 0 20px 1.6em;
}
@media screen and (min-width: 768px) {
  .entry-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .entry-item-title {
    font-size: 17px;
  }
}

.entry-item-tag {
  margin: auto 20px 12px;
}

/* -------------------
  --------------------

      profile.html

-------------------
------------------- */
.profile-main {
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .profile-main {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .profile-main {
    padding: 75px 0;
  }
}

.profile-top {
  background: url(../img/pro-line.png) repeat-x bottom left;
}
@media screen and (min-width: 768px) {
  .profile-top {
    padding: 0 50px 80px;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .profile-top {
    padding: 0 0 60px;
  }
}

@media screen and (min-width: 768px) {
  .profile-top-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .profile-top-body {
    margin-top: 40px;
  }
}

.profile-top-img {
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 2.5s, opacity 2.5s;
  transition: visibility 2.5s, opacity 2.5s;
}
@media screen and (min-width: 768px) {
  .profile-top-img {
    background: url(../img/pro-top-pc.jpeg) no-repeat center center/cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media screen and (max-width: 767px) {
  .profile-top-img {
    background: url(../img/pro-top-sp.jpeg) no-repeat center center/cover;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    height: 265px;
  }
}
.profile-top-img.is-active {
  visibility: visible;
  opacity: 1;
}

.profile-content {
  background: url(../img/pro-line.png) repeat-x bottom left;
}

.profile-block:not(:last-child) {
  border-bottom: 3px dotted #3f5170;
}
@media screen and (min-width: 768px) {
  .profile-block {
    padding: 40px 50px 70px;
  }
}
@media screen and (max-width: 767px) {
  .profile-block {
    padding: 25px 5px 30px;
  }
}
.profile-block hr {
  margin-top: 20px;
}

.profile-text-intro {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .profile-text-intro {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .profile-text-intro {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

.profile-text {
  font-weight: 400;
  margin-top: 20px;
}

.profile-age {
  font-weight: 700;
  color: #3f5170;
}
@media screen and (min-width: 768px) {
  .profile-age {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .profile-age {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .profile-age + .profile-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .profile-age + .profile-text {
    margin-top: 5px;
  }
}

.profile-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .profile-img-box {
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .profile-img-box {
    gap: 20px;
    margin: 20px auto 0;
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .profile-img-box.left::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (min-width: 768px) {
  .profile-img-box + hr {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .profile-img-box + hr {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .profile-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (max-width: 767px) {
  .profile-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.profile-img.movie {
  position: relative;
}
@media screen and (min-width: 768px) {
  .profile-img.movie {
    padding-top: 29.8125%;
  }
}
@media screen and (max-width: 767px) {
  .profile-img.movie {
    padding-top: 66.25%;
  }
}
.profile-img.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 768px) {
  .profile-img.large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}
@media screen and (max-width: 767px) {
  .profile-img.large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.profile-img.cover {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.profile-img.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.profile-img .vertical-slim {
  width: 66.25%;
  margin: 0 auto;
}
.profile-img .vertical-fat {
  width: 75%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .profile-text + .profile-img-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .profile-text + .profile-img-box {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .profile-img-box + .profile-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .profile-img-box + .profile-text {
    margin-top: 20px;
  }
}

.profile-civil {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .profile-civil {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .profile-civil {
    margin-top: 60px;
  }
}
.profile-civil .strong {
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .profile-civil .strong {
    line-height: 2.6;
    margin: 25px 35px;
  }
}
@media screen and (max-width: 767px) {
  .profile-civil .strong {
    line-height: 2.5;
    margin: 20px 10px;
  }
}
@media screen and (min-width: 768px) {
  .profile-civil + .profile-text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .profile-civil + .profile-text {
    margin-top: 40px;
  }
}

.profile-link-text {
  color: #d25833;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .profile-link-text:hover {
    color: #e3937a;
  }
}
@media screen and (max-width: 767px) {
  .profile-link-text:active {
    color: #e3937a;
  }
}

@media screen and (min-width: 768px) {
  .profile-try {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .profile-try {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-try li {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .profile-try li {
    margin-top: 20px;
  }
}

.profile-try-title {
  font-weight: 400;
  padding-left: 17px;
}
@media screen and (min-width: 768px) {
  .profile-try-title {
    background: url(../img/arw-bk.png) no-repeat left top 7px/10px;
  }
}
@media screen and (max-width: 767px) {
  .profile-try-title {
    background: url(../img/arw-bk.png) no-repeat left top 5px/10px;
  }
}

@media screen and (min-width: 768px) {
  .profile-try .profile-img-box {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .profile-try .profile-img-box {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-try .profile-img-box + .profile-img-box {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .profile-try .profile-img-box + .profile-img-box {
    margin-top: 20px;
  }
}

.profile-try li:last-child .profile-img-box {
  margin-bottom: 0;
}

.profile-try-marker {
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .profile-try-marker {
    padding: 0 26px;
  }
}
@media screen and (max-width: 767px) {
  .profile-try-marker {
    padding: 0 25px;
  }
}
.profile-try-marker::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #333;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .profile-try-marker::before {
    top: 12px;
    left: 13px;
  }
}
@media screen and (max-width: 767px) {
  .profile-try-marker::before {
    top: 10px;
    left: 11px;
  }
}

.profile-check {
  border-radius: 6px;
  border: 2px solid #3f5170;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .profile-check {
    margin: 50px 25px 50px;
  }
}
@media screen and (max-width: 767px) {
  .profile-check {
    margin: 30px 0;
  }
}

.profile-check-head {
  font-weight: 400;
  background-color: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .profile-check-head {
    padding: 5px 7px 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .profile-check-head {
    padding: 5px 7px 5px 10px;
  }
}

.profile-check-icon {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .profile-check-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .profile-check-icon {
    font-size: 12px;
  }
}

.profile-check-title {
  font-weight: 700;
  color: #3f5170;
}
@media screen and (min-width: 768px) {
  .profile-check-title {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .profile-check-title {
    margin-left: 4px;
  }
}

.profile-check-btn {
  margin-left: auto;
  border: 1px solid #3f5170;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .profile-check-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .profile-check-btn {
    font-size: 12px;
  }
}

.profile-check-body {
  background-color: #e9e9e9;
  display: none;
}
@media screen and (min-width: 768px) {
  .profile-check-body {
    padding: 8px 25px 16px;
  }
}
@media screen and (max-width: 767px) {
  .profile-check-body {
    padding: 8px 15px 16px;
  }
}

.profile-check-body-text {
  font-weight: 300;
}
.profile-check-body-text:not(:first-child) {
  margin-top: 1em;
}
.profile-check-body-text .strong {
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #3f5170));
  background: linear-gradient(transparent 90%, #3f5170 0%);
  display: inline;
}
@media screen and (min-width: 768px) {
  .profile-check-body-text .strong {
    padding: 0 2px 4px;
  }
}
@media screen and (max-width: 767px) {
  .profile-check-body-text .strong {
    padding: 0 2px 1px;
  }
}