/* recet CSS */
body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}
.post, .page {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Garamond, serif;
}
p {
  margin-top: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:focus, *:focus {
  outline: none;
}
a:hover, a:focus, a:active {
  color: #333;
}
ul {
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0 0 0 1rem;
}
img {
  width: 100%;
  vertical-align: top;
}
input[type=text], input, textarea {
  -webkit-appearance: none;
  cursor: pointer;
}
input:focus, textarea:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
dd {
  margin: 0 1.5em 1.5em 0;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], input[type="search"], textarea {
  -webkit-appearance: none;
  border-radius: 0 !important;
}
.page-width {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.5;
}
.page-width800 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px
}
.page-width1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px
}
.index-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.first-view {
  margin-top: -35px;
}
.m0 {
  margin: 0 !important;
}
.mt-35 {
  margin-top: 35px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.pd-25 {
  padding: 25px;
}
.pd-35 {
  padding: 35px;
}
.pd-t-60 {
  padding-top: 60px;
}
.pd-b-60 {
  padding-bottom: 60px;
}
.pd-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pd-t-60 {
  padding-top: 60px;
}
.pd-t-35 {
  padding-top: 35px;
}
.pd-b-35 {
  padding-bottom: 35px;
}
.pd-b-70 {
  padding-bottom: 70px;
}
.pd-lr-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pd-tb-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pd-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pd-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sp {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sbw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pos-re {
  position: relative;
}
.pos-ab {
  position: absolute;
}
.pos-ab-c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.col2 > .col {
  width: 50%;
}
.sbw.col2 > .col {
  width: 49%;
}
.col3 > .col {
  width: 33.333333%;
  width: calc(100%/3);
  padding: 15px;
}
.col4 {
  justify-content: center;
}
.col4 > .col {
  width: 25%;
}
.col2 img {
  width: 100%;
}
.col3 img {
  width: 100%;
}
.col4 img {
  width: 100%;
}
.text-c {
  text-align: center;
}
.text-r {
  text-align: right;
}
.text-l {
  text-align: left;
}
.font-s {
  font-size: 12px;
}
.font-n {
  font-size: 16px;
}
.font-m {
  font-size: 24px;
}
.font-l {
  font-size: 32px;
}
.high-light {
  background: -webkit-linear-gradient(transparent 60%, #fffa79 50%);
  background: linear-gradient(transparent 60%, #fffa79 50%);
  font-weight: bold;
}
.domain::before {
  content: '@';
}
.invisible {
  visibility: hidden;
}
.animated.delay-01s {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.animated.delay-02s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.animated.delay-03s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.animated.ease-in {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInRightBottom {
  0% {
    -webkit-transform: translate3d(50px, 50px, 0);
    opacity: 0;
    transform: translate3d(50px, 50px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
@keyframes fadeInRightBottom {
  0% {
    -webkit-transform: translate3d(50px, 50px, 0);
    opacity: 0;
    transform: translate3d(50px, 50px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInRightBottom {
  -webkit-animation-name: fadeInRightBottom;
  animation-name: fadeInRightBottom;
}
@-webkit-keyframes fadeInRightSmall {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    opacity: 0;
    transform: translate3d(100px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
@keyframes fadeInRightSmall {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    opacity: 0;
    transform: translate3d(100px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
    transform: translate3d(0, 100px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
@keyframes fadeInUpSmall {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
    transform: translate3d(0px, 100px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@media screen and (max-width:768px) {
  .page-width {
    padding: 0 15px;
  }
  .col2 .col {
    width: 100%;
  }
  .col3 .col {
    width: 100%;
  }
  .col4 .col {
    width: 50%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* content */
#content {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  min-height: calc(100vh - 48px);
}
/* header */
#masthead {
    position: fixed;
    z-index: 10;
    height: 96px;
    width: 100%;
    font-family: Garamond, serif;
}
.head-bar {
  background: #000;
  height: 30px;
  padding: 0 15px;
}
.site-branding {
  padding: 0;
}
h1.site-title, h1.site-title a, p.site-title a {
  font-size: 0.9rem;
  color: #FFF;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
/*.site-title a {
    position: relative;
}
.site-title a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(https://ikki-shimizu.com/wp-content/themes/ikki-shimizu/images/icon-circle-full.svg) no-repeat center / 20px;
    vertical-align: text-bottom;
}*/
.pickup-navi {
  position: absolute;
  top: 0;
  right: 15px;
}
.pickup-navi ul {
  list-style: none;
}
.pickup-navi ul li {
    display: inline-block;
    margin-left: 15px;
    font-family: Garamond, serif;
}
.menu-ikki-uchi img {
  width: 135px;
  vertical-align: middle;
}
.nav-button-wrap {
  display: none;
}
.drawer-logo a {
  display: none;
}
#overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width:769px) {
  .pickup-navi ul li a {
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    color: #fff;
    font-size: 0.8rem;
    line-height: 30px;
    font-weight: bold;
  }
  .pickup-navi ul li.menu-info a {
    background: #93010c;
    padding: 0.1rem 0.3rem;
    font-size: 70%;
  }
  .pickup-navi ul li a:hover {
    opacity: 0.7;
  }
  #navi {
    height: 66px;
    background: rgba(0, 0, 0, 0.6);
  }
  #navi-in > ul {
    text-align: center;
  }
  #navi-in > ul > li {
    display: inline-block;
    line-height: 66px;
  }
  #navi-in > ul > li > a {
    color: #fff;
    margin: 0 15px;
    font-weight: bold;
    position: relative;
  }
  #navi-in > ul > li > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #93010c;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.2s;
  }
  #navi-in > ul > li > a:hover:after {
    width: 100%;
  }
  #navi:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(https://ikki-shimizu.com/wp-content/themes/ikki-shimizu/images/IMG_2886.JPG) no-repeat top center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .front-page #navi:after {
    content: none;
  }
}
@media screen and (max-width:768px) {
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 1000;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    width: 51px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .nav-button, .nav-button span {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
  }
  .nav-button {
    position: relative;
    width: 34px;
    height: 30px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button-wrap.active .nav-button span:nth-of-type(1) {
    transform: translateY(14px) rotate(-315deg);
  }
  .nav-button-wrap.active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button-wrap.active .nav-button span:nth-of-type(3) {
    transform: translateY(-14px) rotate(315deg);
  }
  .nav-button-wrap.active {
    background: none;
  }
  #masthead {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: auto;
  }
  #masthead .page-width1200 {
    padding: 0 15px;
    background: #fff;
  }
  .site-branding {
    width: 85%;
    max-width: 243px;
  }
  #navi {
    position: fixed;
    left: 0;
    top: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    padding: 60px 0 90px;
    overflow: scroll;
  }
  #navi.close {
    opacity: 0;
    visibility: hidden;
  }
  #navi.open {
    opacity: 1;
    visibility: visible;
  }
  #navi .flex {
    display: block;
  }
  #navi-in > ul > li {
    width: 100%;
    text-align: center;
    font-size: 8vw;
    font-weight: bold;
  }
  #navi-in > ul > li > a {
    margin-bottom: 15px;
    color: #fff;
    display: inline-block;
  }
  #navi-in > ul > li > a img {
    width: 80%;
  }
  #navi-in > ul > li > a:after {
    display: none;
  }
  ul.sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    top: auto;
    padding: 0 0 15px;
    box-shadow: none;
  }
  ul.sub-menu li ul.sub-menu {
    padding: 0;
  }
  ul.sub-menu li {
    margin-top: 0;
    padding: 0;
  }
  ul.sub-menu li a {
    padding: 10px 10px 10px 35px;
    display: block;
  }
  ul.sub-menu li:before {
    padding: 10px 10px 10px 15px;
    left: 0;
  }
  ul.sub-menu li ul.sub-menu li:before {
    left: 20px;
  }
  li.nav-top > a, li.nav-company > a, li.nav-techinfo > a, li.nav-eco > a, li.nav-jobs > a {
    color: #333;
  }
  .pickup-navi {
    display: none;
  }
  .drawer-logo a {
    display: block;
    padding: 20px 15px;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #content {
    padding-top: 30px;
  }
}
/* front page */
#ikki-content-wrap {
  background: url(https://ikki-shimizu.com/wp-content/themes/ikki-shimizu/images/IMG_2886.JPG) no-repeat center / cover;
  min-height: 100vh;
  position: relative;
  margin-top: -96px;
}
#ikki-content {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ikki-anm {
  position: relative;
  overflow: hidden;
  padding-top: 36%;
  width: 100%;
}
#ikki-anm svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
}
#hand-logo, #circle {
  max-width: 100%;
  height: auto;
}
#hand-logo {
  filter: drop-shadow(10px 10px 10px #000);
}
#hand-logo .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 29;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 53;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 33;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 48;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st4 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 37;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st5 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 38;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st6 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 24;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st7 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 17;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st8 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 26;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st9 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 21;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st10 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 34;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st11 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st12 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 42;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#hand-logo .st13 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 41;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
#circle .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 84;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
.front-one-fight {
  filter: drop-shadow(10px 10px 10px #000);
  width: 100%;
  max-width: 450px;
  padding: 0 15px;
  margin: 130px auto 28px;
  transition: all .3s ease-in;
  opacity: 0;
}
.front-one-fight.active {
  opacity: 1;
}
#scroll {
  z-index: 1;
  position: absolute;
  bottom: 150px;
  right: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#scroll span {
  width: 0;
  height: 2px;
  opacity: 0;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 60px;
  animation: scroll 1.5s ease-in-out infinite;
}
#news-label {
  z-index: 1;
  position: absolute;
  bottom: 306px;
  left: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  transform: rotate(-90deg);
}
#news-label span {
  width: 0;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 105px;
  transition: 0.75s;
}
#news-label.active span {
  width: 128px;
}
.top-news {
  position: absolute;
  left: 0;
  bottom: 28px;
  white-space: nowrap;
  box-shadow: 0 0 10px rgb(0 0 0);
  opacity: 0;
  transition: 0.75s;
}
.top-news.active {
  opacity: 1;
}
.top-news-image {
    position: relative;
    padding-top: 70px;
    width: 100px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}
.top-news img {
    width: 100px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.top-news a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 35px;
  background: #000;
}
.top-news p {
    font-size: 0.9rem;
    display: inline-block;
    margin: 0;
    font-family: Garamond, serif;
    vertical-align: top;
}
.top-news-time {
    position: absolute;
    left: -12px;
    font-size: 0.8rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 40px;
    font-family: Garamond, serif;
}
@-webkit-keyframes scroll {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 128px;
    opacity: 1;
    left: 60px;
  }
  100% {
    width: 128px;
    opacity: 0;
    left: 200px;
  }
}
.name-hidden {
  overflow: hidden;
  display: inline-block;
}
.profile-top, .profile-top-wrap {
  position: relative;
}
.profile-top-bg {
  content: '';
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-top: -375px;
  z-index: -1;
  display: block;
  width: 60%;
  height: 650px;
  background: #004582;
}
.profile-top img {
  width: 500px;
  position: relative;
}
.profile-section span {
  font-family: Garamond, serif;
  font-weight: bold;
}
span.profile-a, span.profile-b, span.profile-c {
  position: absolute;
  left: 425px;
  font-size: 6vw;
  z-index: -1;
  color: #000;
  width: 100%;
  white-space: nowrap;
}
span.profile-a {
  top: 100px;
}
span.profile-b {
  top: 170px;
}
.profile-box td {
    min-width: 85px;
}
.pos-re.name-hidden:before, .pos-re.name-hidden:after {
  font-family: Garamond, serif;
  font-weight: bold;
  position: absolute;
  left: 400px;
  font-size: 6vw;
  z-index: 1;
  color: #fff;
  width: 100%;
  white-space: nowrap;
}
.pos-re.name-hidden:before {
  content: 'IKKI SHIMIZU';
  top: 100px;
}
.pos-re.name-hidden:after {
  content: 'PROFILE';
  top: 170px;
}
.profile-box {
  position: absolute;
  bottom: 0;
  left: 550px;
  margin-bottom: 15px;
  color: #fff;
}
.profile-box {
  position: absolute;
  bottom: 0;
  left: 550px;
  margin-bottom: 15px;
}
h2.profile-ttl:after {
  content: 'IKKI SHIMIZU';
  display: block;
  font-size: 65%;
}
.profile-box table {
  font-size: 90%;
  margin-bottom: 35px;
}
.more-btn {
  font-family: Garamond, serif;
  font-weight: bold;
  position: relative;
  width: 500px;
  padding: 15px 30px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
.more-btn:before, .more-btn:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s;
}
.more-btn:before {
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.more-btn:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.more-btn.btn-wht {
  color: #fff;
}
.more-btn.btn-wht:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.more-btn.btn-wht:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.profile-bottom {
  position: relative;
  justify-content: space-between;
  margin-top: -100px;
}
.p-recent-news {
    width: 24%;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background: #000;
}
.p-recent-news a {
  display: block;
  color: #fff;
  font-size: 90%;
  width: 100%;
  height: 100%;
}
.p-news-image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.p-news-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.p-news-text {
  padding: 15px;
  background: #000;
}
.p-news-text p {
  margin: 0;
}
p.p-news-time {
  color: #b4b4b5;
}
span.profile-c {
  left: calc(40% - 320px);
  bottom: 105px;
}
.profile-top-bg:after {
  content: 'RECENT NEWS';
  font-family: Garamond, serif;
  font-weight: bold;
  position: absolute;
  left: -320px;
  bottom: 105px;
  font-size: 6vw;
  z-index: 1;
  color: #fff;
  width: 100%;
  white-space: nowrap;
}
.ikki-uchi-bg {
  background: #000;
  color: #fff;
  padding: 60px 0 90px;
  -webkit-clip-path: polygon(0 0, 340% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 340% 25%, 100% 100%, 0 100%);
}
.ikki-uchi-section h2 img {
  width: 300px;
}
.member-section {
  margin-top: -70px;
}
.member-section-bg {
  background: #004582;
  color: #fff;
}
.member-section h2 {
  margin: 0;
  color: #fff;
  vertical-align: baseline;
  font-size: 32px;
}
.member-section h2 img {
  width: 300px;
  vertical-align: baseline;
  margin-right: 5px;
}
.member-section-box {
  width: 50%;
}
.member-section-box h3 {
  font-size: 24px;
  margin: 0 0 15px;
  position: relative;
}
.member-section-box p {
  margin: 0;
}
.member-section-box {
  width: 50%;
  padding-left: 60px;
  padding-right: 45px;
  margin-bottom: 70px;
}
.member-section-box h3:before {
  position: absolute;
  left: -60px;
  top: -58px;
  font-size: 80px;
}
.member-section-box:first-child h3:before {
  content: '1';
}
.member-section-box:nth-child(2) h3:before {
  content: '2';
}
.member-section-box:nth-child(3) h3:before {
  content: '3';
}
.member-section-box:nth-child(4) h3:before {
  content: '4';
}
.member-section-box:nth-child(5) h3:before {
  content: '5';
}
.member-section-box:nth-child(6) h3:before {
  content: '6';
}
.member-section-box:last-child h3:before {
  content: '7';
}
a.member-btn {
  padding: 20px;
  border: solid 2px #fff;
  color: #fff;
  font-weight: bold;
  margin: 0 15px;
  width: 200px;
  text-align: center;
  display: inline-block;
  transition: all .2s;
}
a.member-btn:first-child {
  background: #fff;
  color: #004582;
}
.goods-section h2, .sns-section h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
}
.goods-section h2:after, .sns-section h2:after {
  content: '';
  background: #000;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.sns-section {
  padding-bottom: 0;
}
.sns-section h2 {
  color: #fff;
}
.sns-section h2:after {
  background: #fff;
}
.sns-section-bg {
  background: url(https://ikki-shimizu.com/wp-content/themes/ikki-shimizu/images/S__26755101.jpg) no-repeat center / cover;
  min-height: 100vh;
}
.sns-section-bg .pos-ab-c {
  width: 100%;
}
.sns-section ul {
  list-style: none;
  margin-top: 35px;
}
.sns-section ul li {
  font-size: 42px;
  display: inline-block;
  margin: 0 15px;
}
.sns-section ul li a {
  color: #fff;
}
@media screen and (min-width:1200px) {
  span.profile-a, span.profile-b, span.profile-c, .pos-re.name-hidden:before, .pos-re.name-hidden:after, .profile-top-bg:after {
    font-size: 88px;
  }
}
@media screen and (min-width:769px) {
  .more-btn.btn-wht:hover {
    color: #fff;
  }
  .more-btn:hover {
    color: #000;
  }
  .more-btn:hover:before {
    top: 5px;
    left: 5px;
  }
  .more-btn:hover:after {
    bottom: 5px;
    right: 5px;
  }
  .p-recent-news a:hover img {
    transform: translate(-50%, -50%)scale(1.1);
  }
  a.member-btn:hover {
    opacity: 0.8;
  }
  #navi-in > ul > li.sp {
    display: none;
  }
}
@media screen and (max-width:768px) {
  #ikki-content-wrap {
    min-height: 500px;
  }
  #ikki-content {
    top: calc(50% - 25px);
  }
  #hand-logo, .front-one-fight {
    filter: drop-shadow(5px 5px 5px #000);
  }
  .first-view {
    padding-top: 130px;
  }
  .front-one-fight {
    max-width: 250px;
    margin: 85px auto 25px;
  }
  #scroll, #news-label, .top-news {
    display: none;
  }
  .name-hidden {
    text-align: center;
    display: block;
  }
  .profile-box {
    position: static;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .profile-box table {
    text-align: left;
    margin: 0 auto 35px;
    max-width: 420px;
  }
  .profile-box table td:first-child {
    padding-right: 20px;
    min-width: 90px;
  }
  .profile-top-bg {
    margin: -350px 0 0 0;
    width: 100%;
    height: 550px;
  }
  .profile-top img {
    width: 300px;
    margin: 0 auto;
  }
  .pos-re.name-hidden:before, .pos-re.name-hidden:after {
    content: none;
  }
  span.profile-a, span.profile-b, span.profile-c {
    z-index: 1;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  span.profile-a, span.profile-b {
    display: none;
  }
  span.profile-c {
    bottom: 120px;
    color: #fff;
    text-align: center;
    font-size: 24px;
  }
  .p-recent-news {
    width: 49%;
    margin-bottom: 15px;
  }
  .member-section-box {
    width: 100%;
  }
  a.member-btn {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 300px;
  }
  .member-section-bg {
    padding-bottom: 35px;
  }
  .member-section h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }
  .member-section h2 img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 15px;
  }
  .member-section-box {
    padding-left: 40px;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .member-section-box h3 {
    font-size: 20px;
  }
  .member-section-box h3:before {
    font-size: 50px;
    left: -40px;
    top: -29px;
  }
  .sns-section-bg {
    background: url(https://ikki-shimizu.com/wp-content/themes/ikki-shimizu/images/S__26755101.jpg) no-repeat calc(50% - 250px) center / cover #000;
  }
  .sns-section ul li {
    font-size: 24px;
    margin: 0 10px;
  }
}
@media screen and (max-width:480px) {}
/* page */
#primary {
  padding: 35px 0 0;
}
.page-header, .page-template h1.entry-title {
  text-align: center;
}
.page-header h1, .page-template h1.entry-title {
  font-family: Garamond, serif;
  margin-bottom: 35px;
  font-size: 2em;
}
.elementor-element.elementor-element-16621aa.elementor-widget.elementor-widget-text-editor h2 {
  margin-top: 0;
}
.elementor-element.elementor-element-16621aa.elementor-widget.elementor-widget-text-editor h2:before {
  content: 'SHIMIZU IKKI';
  display: block;
  font-size: 80%;
}
.profile-wrap td {
    min-width: 85px;
    vertical-align: top;
}
.profile-table {
  padding: 15px;
  background: #004582;
  color: #fff;
}
.profile-table table {
  margin: 0;
  vertical-align: top;
}
.profile-wrap h3 {
  border-bottom: solid 2px #93010c;
}
.entry-content h3 {
    padding: 0 0 10px 10px;
    border-bottom: solid 2px #004582;
    border-left: solid 7px #004582;
    line-height: 1;
    margin-top: 35px;
}
.entry-content h4 {
    border-bottom: solid 2px #004582;
    margin-bottom: 1rem;
    margin-top: 37px;
}
.bitfan-wrap {
    background: #004582;
    color: #fff;
    text-align: center;
    padding: 35px;
    font-size: 18px;
}
.bitfan-wrap a {
    color: #004582;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    min-width: 45%;
    display: inline-block;
    margin: 0 15px;
    transition: all .2s;
}
.prf-table td {
    vertical-align: top;
}
.prf-table td:first-child {
    width: 105px;
}
.prf-table.run-table td:first-child {
    width: 140px;
}
.prf-table:last-child {
    margin: 0;
}
p.prf-ttl {
    margin: 0;
}
ul.prf-list li {
    margin-bottom: 0.5rem!important;
}
ul.prf-list li a {
    text-decoration: underline;
}
@media screen and (max-width:768px) {
.bitfan-wrap a {
    min-width: 100%;
    margin: 0 0 5px;
}
}
@media screen and (min-width:769px) {
  .bitfan-wrap a:hover {
    opacity: 0.8;
  }
}
/* archive */
.archive-wrap .flex {
  justify-content: space-between;
}
.archive-wrap .p-recent-news {
    width: 49%;
    margin-bottom: 35px;
    background: #000;
}
.m-pagenation {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
ol.m-pagenation__body {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.m-pagenation__next, ol.m-pagenation__body li {
  display: inline-block;
}
ol.m-pagenation__body li a {
  padding: 10px 15px;
  margin: 0 5px;
  font-family: Garamond, serif;
  background: #000;
  line-height: 1;
  display: inline-block;
}
ol.m-pagenation__body li a {
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
ol.m-pagenation__body li.-current {
  padding: 10px 15px;
  margin: 0 5px;
  font-family: Garamond, serif;
  background: #93010c;
  color: #fff;
  line-height: 1;
}
.entry-header h1 {
  font-size: 24px;
  font-family: Garamond, serif;
  margin-bottom: 0;
}
.has-post-thumbnail .post-thumbnail {
  box-shadow: 0 0 10px rgb(0 0 0);
  margin-bottom: 35px;
}
.entry-meta {
  font-family: Garamond, serif;
  margin-bottom: 35px;
  font-weight: bold;
  color: #adadad;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-content a, .entry-content a {
    word-break: break-all;
}
.post-nav-wrap.flex {
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 35px;
}
.post-nav-parts a {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s;
}
.post-nav-parts-left i {
  margin-right: 5px;
}
.post-nav-parts-right i {
  margin-left: 5px;
}
.post-nav-parts.post-nav-parts-left {
  text-align: left;
}
.post-nav-parts.post-nav-parts-right {
  text-align: right;
}
.post-nav-parts.post-nav-parts-left a:before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}
.post-nav-parts.post-nav-parts-right a:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px;
}
.entry-content ul, .entry-content ol {
  margin-left: 1.5rem;
  padding: 0;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 1rem;
}
.entry-content h4 {
  margin-top: 3rem;
}
.profile-wrap {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (min-width:769px) {
  ol.m-pagenation__body li a:hover {
    opacity: 0.8;
  }
  .post-nav-parts a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width:768px) {
  .post-nav-parts {
    width: 100%;
  }
}
/* ikkiuchi */
#primary.ikkiuchi-wrap {
  padding-top: 0;
}
.ikkiuchi-header {
  background: #000;
  color: #fff;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.ikkiuchi-header h1, .ikkiuchi-header .ikkiuchi-subtitle {
  margin: 0;
  padding: 70px 15px;
}
.ikkiuchi-header .ikkiuchi-subtitle {
  margin: 0;
  padding: 70px 15px 0;
}
.ikkiuchi-header h1 img, .ikkiuchi-header .ikkiuchi-subtitle img {
  max-width: 900px;
}
.ikkiuchi-year {
  font-weight: bold;
  font-size: 15vw;
  color: #004582;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
  margin-bottom: 35px;
}
.ikkiuchi-year span {
  display: inline-block;
}
.ikkiuchi-year:before {
  content: 'IKKI UCHI PROJECT';
  font-size: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  color: #d2d2d2;
  z-index: -1;
}
.ikkiuchi-content-wrap {
  margin-top: 0;
  margin-bottom: 70px;
}
.ikkiuchi-head {
  margin-bottom: 25px;
  overflow: hidden;
}
.ikkiuchi-content .entry-header {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.ikkiuchi-content .entry-meta {
  margin: 0;
}
h2.ikkiuchi-ttl, .ikkiuchi-content .entry-header h1,h2.circle-ttl {
  position: relative;
  padding-left: 19px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.ikkiuchi-content .entry-header h1,h2.circle-ttl {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
h2.ikkiuchi-ttl:before, .ikkiuchi-content .entry-header h1:before,h2.circle-ttl:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://ikki-shimizu.com/wp-content/themes/ikki-shimizu/images/icon-circle-full.svg) no-repeat center / cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.ikkiuchi-date, .ikkiuchi-content .entry-meta {
  position: absolute;
  bottom: 0;
  left: 55px;
  border-bottom: solid 1px #004582;
  border-left: solid 5px #004582;
  padding-left: 5px;
  padding-right: 5px;
}
.ikkiuchi-content-wrap dd {
  margin: 0;
}
.ikkiuchi-dtl {
  margin-bottom: 35px;
  padding-bottom: 50px;
}
.ikkiuchi-thumbnail {
  max-width: 70%;
}
.ikkiuchi-gaiyou-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ikkiuchi-gaiyou {
  box-shadow: 0 0 10px rgb(0 0 0);
  background: #004582;
  padding: 15px;
  color: #fff;
}
.ikkiuchi-gaiyou p {
    margin: 0;
    font-size: 0.9rem;
}
.cta-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cta-wrapper svg {
  width: 18px;
  height: 18px;
}
.cta {
  display: flex;
  padding: 10px 5px 10px 20px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #e7141a;
  transition: 1s;
  box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg);
}
.cta:focus {
  outline: none;
}
.cta span {
  transform: skewX(15deg);
  color: #fff;
}
.cta span:nth-child(2) {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 12%;
}
.cta path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}
.cta path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}
.cta:hover {
  color: #fff;
}
.imani-mitero {
  font-family: Garamond, serif;
  -webkit-transform: skewX(-15deg);
  font-weight: bold;
  transform: skewX(-15deg);
  text-align: center;
  margin-bottom: 35px;
  font-size: 6vw;
  color: #000;
}
.elementor-slideshow__title {
    display: none;
}
.ikkiuchi-wrap .entry-content {
    margin-left: -10px;
    margin-right: -10px;
}
/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #000;
  }
  100% {
    fill: white;
  }
}
@media screen and (min-width:1370px) {
  .ikkiuchi-year {
    font-size: 205px;
  }
}
@media screen and (min-width:769px) {
  .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #000;
  }
  .cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
  }
  .cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 20px;
  }
  .cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
  }
  .cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
  }
  .cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
  }
}
@media screen and (max-width:768px) {
  .ikkiuchi-year {
    font-size: 19vw;
  }
  .ikkiuchi-gaiyou-wrap {
    position: static;
    margin-top: -35px;
  }
  .ikkiuchi-thumbnail {
    max-width: 90%;
  }
  .ikkiuchi-dtl {
    padding-bottom: 0;
  }
  .ikkiuchi-gaiyou {
    font-size: 0.9rem;
  }
}
/* footer */
#colophon {
  background: #000;
  color: #fff;
}
.footer-head-wrap {
  width: 100%;
  height: 112px;
  position: relative;
}
a.footer-logo.pos-ab-c {
  width: 85px;
  height: 48px;
}
.footer-nav-wrap {
  padding: 35px 25px 0px;
}
.footer-nav {
  list-style: none;
  text-align: center;
}
.footer-nav li {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 7px;
  font-size: 12px;
}
.footer-nav li a {
  display: inline-block;
  color: #fff;
}
.footer-nav.footer-nav-bottom li {
  margin-bottom: 0;
}
.footer-nav li:first-child {
  margin-left: 0px;
}
.site-info {
  text-align: center;
  font-size: .7rem;
  color: #fff;
  padding: 1rem;
}
.site-info a {
  text-decoration: underline;
  color: #fff;
}
ul.sns-link {
  text-align: center;
  margin-top: 15px;
  font-size: 0;
}
ul.sns-link li {
  display: inline-block;
}
ul.sns-link a {
  margin: 0 1rem;
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 769px) {
  .footer-nav li a:hover {
    text-decoration: underline;
  }
  ul.sns-link a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-footer a:hover {
    text-decoration: none;
  }
  .footer-nav ul li a:hover {
    color: #ffe573;
  }
  ul.sns-link a:hover {
    opacity: .7;
  }
}
@media (max-width: 768px) {
  .footer-nav-wrap {
    padding: 35px 15px 0;
}
  .footer-nav li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }
}