@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600");
@font-face {
  font-family: 'Oswald Stencil Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Oswald Stencil Bold"), url("../fonts/Oswald-Stencil.woff") format("woff");
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main, summary {
  display: block;
  margin: 0;
}

body {
  line-height: 1.7;
  font-size: 16px;
  font-family: toppan-bunkyu-gothic-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  color: #231815;
  background: #FFFFFF;
  letter-spacing: -.02em;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #231815;
}

a:hover {
  color: #231815;
}

a:focus {
  outline: none;
}

template {
  display: none;
}

blockquote, q {
  quotes: none;
}

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

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

em, strong {
  font-weight: bold;
}

input, textarea, select, button, optgroup {
  font-family: inherit;
  color: inherit;
  vertical-align: middle;
}

button {
  box-shadow: none;
  background: #fff;
  border: none;
  outline: none;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="image"],
input[type="password"],
input[type="submit"] {
  display: block;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-size: 16px;
}

textarea,
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="image"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="radio"],
input[type="submit"] {
  cursor: pointer;
  font-size: 13px;
}

.svg-defs {
  display: none;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.opening, #js-wait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  background-color: #FFFFFF;
  z-index: 9998;
}

#js-wait {
  z-index: 9999;
}

.fadeout {
  animation: fadeOut .5s 3s ease forwards;
}

.fadeoutNow {
  animation: fadeOut 0s 1s ease forwards;
}

@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 5px 4.5vw;
  z-index: 999;
  transform: translate3d(0, 0, 0);
}

.header a {
  opacity: 1;
  transition: .3s;
}

.header a:hover {
  opacity: .8;
}

.header__logo {
  position: relative;
}

.header__logo_imgWrapW, .header__logo_imgWrapB {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6vw;
  min-width: 100px;
  transition: opacity .8s;
  transition-delay: .6s;
}

@media screen and (max-width: 500px) {
  .header__logo_imgWrapW, .header__logo_imgWrapB {
    transition-delay: 0s;
  }
}

.header__logo_imgWrapW img, .header__logo_imgWrapB img {
  width: 100%;
  height: auto;
}

.header__logo_imgWrapB {
  opacity: 1;
}

.header__logo_imgWrapW {
  opacity: 0;
}

.header__logo_txt {
  display: block;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1vw;
  transition: .8s;
  transition-delay: .6s;
  transition-property: color,opacity;
  padding-left: 6.5vw;
  padding-top: 2vw;
}

@media screen and (max-width: 1641px) {
  .header__logo_txt {
    padding-left: 106px;
    padding-top: 32.2px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .header__logo_txt {
    padding-left: 106px;
    padding-top: 28px;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .header__logo_txt {
    transition-delay: 0s;
  }
}

.isTop .header__logo_imgWrapB {
  opacity: 0;
  transition-delay: 0s;
}

.isTop .header__logo_imgWrapW {
  opacity: 1;
  transition-delay: 0s;
}

.isTop .header__logo_txt {
  color: #FFFFFF;
  transition-delay: 0s;
}

.header__nav {
  font-family: "Oswald Stencil Bold", "Oswald Stencil", arial;
  position: absolute;
  top: 0;
  right: 4.5vw;
  transition: opacity 0s, top .6s;
}

@media screen and (max-width: 1000px) {
  .header__nav {
    right: 2.5vw;
  }
}

.header__nav__list {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5vw;
  padding-top: 30px;
}

@media screen and (max-width: 1641px) {
  .header__nav__list {
    font-size: 27px;
  }
}

@media screen and (max-width: 1280px) {
  .header__nav__list {
    font-size: 22px;
  }
}

.header__nav__list__item {
  padding-right: 3.17vw;
}

@media screen and (max-width: 1641px) {
  .header__nav__list__item {
    padding-right: 52px;
  }
}

@media screen and (max-width: 1365px) {
  .header__nav__list__item {
    padding-right: 35px;
  }
}

@media screen and (max-width: 1280px) {
  .header__nav__list__item {
    padding-right: 15px;
  }
}

.header__nav__list__item a {
  display: inline-block;
  vertical-align: top;
  padding: 4px 20px;
  height: 2.56vw;
  line-height: 2vw;
  border: 2px solid transparent;
  transition: color .8s ease .6s, opacity .3s, border .5s ease .3s;
}

.header__nav__list__item a:hover {
  opacity: 1;
  border: 2px solid #231815;
  transition: color .8s ease .6s, opacity .3s, border .5s ease 0s;
}

.header__nav__list__item a.current {
  opacity: 1;
  border: 2px solid #231815;
}

@media screen and (max-width: 1641px) {
  .header__nav__list__item a {
    padding: 2px 14px;
    height: 42px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .header__nav__list__item a {
    padding: 2px 8px;
    height: 38px;
    line-height: 36px;
  }
}

.header__nav__list__item a i {
  font-size: 45px;
}

@media screen and (max-width: 1280px) {
  .header__nav__list__item a i {
    font-size: 38px;
  }
}

.header__nav__list__item.isIcon {
  padding-right: 25px;
}

.header__nav__list__item.isIcon a {
  border: none;
  opacity: 1;
}

.header__nav__list__item.isIcon a:hover {
  border: none;
  opacity: .7;
}

@media screen and (max-width: 1365px) {
  .header__nav__list__item.isIcon {
    padding-right: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .header__nav__list__item.isIcon {
    padding-right: 12px;
  }
  .header__nav__list__item.isIcon a {
    padding: 0 5px;
  }
}

.header__nav__list__item.isIcon:last-of-type {
  padding-right: 0;
}

.isTop .header__nav a {
  color: #FFFFFF;
  transition-delay: 0s;
}

.isTop .header__nav a:hover {
  border: 2px solid #FFFFFF;
}

.isTop .isIcon a {
  border: none;
}

.isTop .isIcon a:hover {
  border: none;
}

.isTop .header__nav__list__item a.current {
  border: 2px solid #FFFFFF;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.top {
  position: relative;
  color: #FFFFFF;
  overflow: hidden;
}

.top:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  opacity: .3;
  transition: .5s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  mix-blend-mode: multiply;
  z-index: 100;
}

.top.isTop:before {
  opacity: 0;
}

.top__kv__scroll-down {
  width: 5vw;
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  animation: scrollArrow 1.5s ease-in-out 0s infinite forwards;
}

.top__kv-list {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top__kv-list .kv-prev, .top__kv-list .kv-next {
  position: absolute;
  top: 50vh;
  left: 50%;
  width: 2.5vw;
  z-index: 100;
  transform: translateX(-250%);
  cursor: pointer;
}

.top__kv-list .kv-next {
  transform: translateX(150%);
}

.top__kv-list__item {
  width: 100%;
  height: 100vh;
  position: relative;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  overflow: hidden;
}

.top__kv-list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top__kv-list__item.delayed:before {
  transition: .5s linear .5s;
}

.top__kv-list__item.slick-current:before {
  width: 120%;
  height: 120%;
  transition: 10s linear;
}

.top__kv-list__item.quick:before {
  transition: none !important;
}

.top__kv-list__item01:before {
  background-image: url(../images/img-kv01@2x.png);
}

.top__kv-list__item02:before {
  background-image: url(../images/img-kv02@2x.png);
}

.top__kv-list__item03:before {
  background-image: url(../images/img-kv03@2x.png);
}

.top__kv-list__item04:before {
  background-image: url(../images/img-kv04@2x.png);
}

.top__kv-list__item__inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1240px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top__kv-list__item__inner__left {
  width: 45%;
}

.top__kv-list__item__inner__left__ttl {
  font-size: 2.1vw;
  letter-spacing: -.02em;
  text-align: center;
  text-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.3), 0 0 0.4vw rgba(0, 0, 0, 0.3), 0 0 0.5vw rgba(0, 0, 0, 0.3), 0 0 0.6vw rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .top__kv-list__item__inner__left__ttl {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3), 0 0 9px rgba(0, 0, 0, 0.3), 0 0 11px rgba(0, 0, 0, 0.3), 0 0 13px rgba(0, 0, 0, 0.3);
  }
}

.top__kv-list__item__inner__right {
  width: 55%;
  position: relative;
}

.top__kv-list__item__inner__right__txt {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 2.1vw;
  letter-spacing: -.02em;
  text-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.3), 0 0 0.4vw rgba(0, 0, 0, 0.3), 0 0 0.5vw rgba(0, 0, 0, 0.3), 0 0 0.6vw rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .top__kv-list__item__inner__right__txt {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3), 0 0 9px rgba(0, 0, 0, 0.3), 0 0 11px rgba(0, 0, 0, 0.3), 0 0 13px rgba(0, 0, 0, 0.3);
  }
}

@keyframes scrollArrow {
  0% {
    bottom: 4vh;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 1vh;
  }
}

.hamburger {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin: 0;
  position: fixed;
  top: 15px;
  right: -100px;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1000;
  transition: .5s;
}

@media screen and (max-width: 900px) {
  .hamburger {
    right: 15px;
  }
}

.burger-main {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-inner {
  position: relative;
  height: 28px;
  width: 36px;
}

.burger-main span {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #000;
  transition: .6s;
}

.hamburger.isTop .burger-main span {
  background: #fff;
}

.hamburger.open .burger-main span {
  background: #fff;
}

.hamburger .top {
  top: 0;
  transform-origin: 34px 2px;
}

.hamburger .top:before {
  display: none;
}

.hamburger .bot {
  bottom: 0;
  transform-origin: 34px 2px;
}

.hamburger .mid {
  top: 12px;
}

.svg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.circle {
  width: 68px;
  height: 68px;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
  transition: .3s;
}

.hamburger.isTop .path {
  stroke: #FFF;
}

.hamburger.open .path {
  stroke: #FFF;
}

.hamburger.open .path {
  animation: dash-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .path {
  animation: dash-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .top {
  animation: close-top-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .bot {
  animation: close-bot-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .top {
  animation: close-top-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .bot {
  animation: close-bot-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .mid {
  animation: burger-fill-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .mid {
  animation: burger-fill-in 0.6s linear normal;
}

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  -webkit-mask: url(#mask);
  mask: url(#mask);
  -webkit-mask-box-image: url(http://dev.awsm.in/codepen/mask.svg);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.path-rotation:before {
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #fff;
}

.hamburger.open .animate-path {
  animation: circle-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .animate-path {
  animation: circle-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

@-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}

@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}

@keyframes close-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}

@keyframes close-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}

@keyframes close-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}

@keyframes close-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}

@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}

@keyframes circle-out {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circle-in {
  0% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.main__ttl {
  text-align: center;
  padding-top: 18vh;
  line-height: 1.2;
  transition: 2s;
  opacity: 0;
  transform: translateY(3vh);
}

.main__ttl span {
  display: block;
}

.main__ttl_en {
  font-family: "Oswald Stencil Bold", "Oswald Stencil", arial;
  color: #727171;
  font-size: 4vw;
}

@media screen and (max-width: 1100px) {
  .main__ttl_en {
    font-size: 8vh;
  }
}

.main__ttl_jp {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 1vw;
}

@media screen and (max-width: 1100px) {
  .main__ttl_jp {
    font-size: 2vh;
  }
}

.main__subttl {
  padding-top: 10vh;
  text-align: center;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 2vw;
  color: #c11920;
  transition: 1s;
  opacity: 0;
  transform: translateY(3vh);
}

.main__txt {
  font-size: 1.5vw;
  padding-top: 8vh;
  text-align: center;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  transition: 1s;
  opacity: 0;
  transform: translateY(3vh);
}

.business01 .main__subttl {
  width: 25vh;
  padding-top: 0;
  margin: 10vh auto 2vh;
}

.main__businessList {
  display: flex;
  width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .main__businessList {
    justify-content: space-around;
    width: 100%;
    padding: 0 20px;
  }
  .main__businessList .sp-none {
    display: none;
  }
}

.main__businessList__item {
  opacity: 0;
  transform: translateY(3vh);
  transition: 1s;
  width: 27%;
}

.main__businessList__item.wide {
  width: 36%;
}

.main__businessList__item__ttl {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  color: #c11920;
  text-align: center;
  font-size: 20px;
}

.main__businessList__item__desc {
  font-size: 15px;
  line-height: 1.1;
  padding: 2vh 0;
}

.main__businessList__item__linkImg {
  width: 20vh;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(3vh);
  transition: 1s;
}

.main__businessList__item__linkImg > a {
  transition: .3s;
}

.main__businessList__item__linkImg > a:hover {
  opacity: .8;
}

.main__businessList__item__linkList {
  display: flex;
  justify-content: space-between;
  padding: 2vh 0;
  opacity: 0;
  transform: translateY(3vh);
  transition: 1s;
}

.main__businessList__item__linkList__item {
  width: 48%;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.6), 0 0 0.4vw rgba(0, 0, 0, 0.6), 0 0 0.5vw rgba(0, 0, 0, 0.4), 0 0 0.6vw rgba(0, 0, 0, 0.5);
}

.main__businessList__item__linkList__item__link {
  display: block;
  width: 100%;
  display: flex;
  background-color: #FFFFFF;
  transition: .3s;
}

.main__businessList__item__linkList__item__link .icon-link {
  width: 25%;
  opacity: 1;
  transition: .3s;
}

.main__businessList__item__linkList__item__link:hover {
  filter: invert(100%);
  opacity: .8;
}

.main__businessList__item__linkList__item__link:hover .icon-link {
  opacity: 1;
}

.main__businessList__item__linkList__item_img {
  width: 72%;
}

.main__businessList__item__linkList__note {
  font-size: 12px;
  text-align: center;
  opacity: 0;
  transform: translateY(3vh);
  transition: 1s;
}

.business02 .main__subttl {
  width: 20vw;
  padding-top: 0;
  margin: 10vh auto 2vh;
}

.business02 .main__businessList__item {
  width: 29%;
}

.business02 .main__businessList__item.wide {
  width: 35%;
}

.business02 .main__businessList__item:not(:first-of-type) .main__businessList__item__desc {
  padding-left: 30px;
}

.business02 .main__businessList__item__linkImg {
  width: 30vh;
}

.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .about__list {
    padding: 40px;
  }
}

@media screen and (max-width: 500px) {
  .about__list {
    display: block;
  }
}

.about__list__ttl {
  vertical-align: top;
  width: 80px;
  transition: 1s;
  opacity: 0;
  transform: translateY(10vh);
  display: flex;
  justify-content: space-between;
  color: #c11920;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  padding: 0 0 1em;
}

@media screen and (max-width: 500px) {
  .about__list__ttl {
    justify-content: flex-start;
    padding: 1.5em 0 .3em;
  }
}

.about__list__ttl span {
  display: block;
}

.about__list__desc {
  width: calc(100% - 100px);
  transition: 1s;
  opacity: 0;
  transform: translateY(10vh);
  padding: 0 0 0 3em;
}

@media screen and (max-width: 800px) {
  .about__list__desc {
    padding: 0 0 1em;
  }
}

@media screen and (max-width: 500px) {
  .about__list__desc {
    width: 100%;
    padding: 0;
  }
}

.mapLink {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 150px;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.6), 0 0 0.4vw rgba(0, 0, 0, 0.6), 0 0 0.5vw rgba(0, 0, 0, 0.4), 0 0 0.6vw rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .mapLink {
    margin-left: 0;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .mapLink {
    display: block;
  }
}

.mapLink__link {
  display: block;
  width: 100%;
  display: flex;
  background-color: #FFFFFF;
  transition: .3s;
  padding-left: 10px;
}

.mapLink__link .icon-link {
  width: 17%;
}

.mapLink__link:hover {
  filter: invert(100%);
  opacity: .8;
}

.mapLink__link:hover .icon-link {
  opacity: 1;
}

.mapLink__img {
  width: 80%;
}

.contact {
  width: 380px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}

.contact__mail {
  text-align: center;
  transition: 1s;
  opacity: 0;
  transform: translateY(10vh);
}

.contact__mail__ttl {
  padding: 8vh 0 3vh;
  width: 60px;
  display: inline-block;
}

.contact__mail-link {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 0.6vw rgba(0, 0, 0, 0.6), 0 0 0.8vw rgba(0, 0, 0, 0.6), 0 0 1vw rgba(0, 0, 0, 0.4), 0 0 1.2vw rgba(0, 0, 0, 0.5);
}

.contact__mail-link__link {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  transition: .3s;
  padding: 5px 20px;
}

.contact__mail-link__link:hover {
  filter: invert(100%);
  opacity: .8;
}

.contact__mail-link__link:hover .icon-link {
  opacity: 1;
}

.contact__mail-link__img {
  width: 100%;
}

.contact__sns__list {
  display: flex;
  justify-content: space-between;
  padding: 3vh 0 0;
}

.contact__sns__list__item {
  width: 48%;
  text-align: center;
  transition: 1s;
  opacity: 0;
  transform: translateY(10vh);
}

.contact__sns__list__item__ttl {
  width: 60px;
  display: inline-block;
  padding: 5vh 3vh;
  box-sizing: content-box;
}

.contact__sns__list__item-link {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.6), 0 0 0.4vw rgba(0, 0, 0, 0.6), 0 0 0.5vw rgba(0, 0, 0, 0.4), 0 0 0.6vw rgba(0, 0, 0, 0.5);
}

.contact__sns__list__item-link__link {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #FFFFFF;
  transition: .3s;
  padding-left: 5px;
}

.contact__sns__list__item-link__link .icon-link {
  width: 17%;
}

.contact__sns__list__item-link__link:hover {
  filter: invert(100%);
  opacity: .8;
}

.contact__sns__list__item-link__link:hover .icon-link {
  opacity: 1;
}

.contact__sns__list__item-link__img {
  width: 70%;
}

.contact .copyright {
  width: 100%;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0 0 5vh;
}

.pagetopBtn {
  width: 50px;
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 50px;
  height: 50px;
  transition: 3s ease-in-out 1s;
}

@media screen and (max-width: 500px) {
  .pagetopBtn {
    transition: 2s ease-in-out 0s;
  }
}

.pagetopBtn.isTop {
  bottom: -200px;
}

.pagetopBtn a {
  display: block;
  width: 50px;
  height: 50px;
}

.pagetopBtn__line {
  width: 100%;
}

.pagetopBtn__arrow {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  transition: 1.3s;
}

.pagetopBtn:hover .pagetopBtn__arrow {
  top: 20px;
}

@media screen and (max-width: 900px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .header__nav {
    position: fixed;
    opacity: 0;
    top: 100vh;
    left: 0;
    right: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
  }
  .open .header__nav {
    top: 0;
    opacity: 1;
  }
  .header__nav__list {
    box-sizing: border-box;
    display: block;
    text-align: center;
  }
  .header__nav__list__item {
    box-sizing: border-box;
    padding: .7em 1em;
    border-bottom: 1px solid #FFFFFF;
  }
  .header__nav__list__item a {
    color: #FFFFFF !important;
  }
  .header__nav__list__item a:hover {
    border: 2px solid transparent;
  }
  .header__nav__list__item.isBanner, .header__nav__list__item.isIcon {
    display: inline-block;
    border-bottom: none;
    padding: 20px 6px 6px;
  }
  .header__nav__list__item.isBanner:last-of-type, .header__nav__list__item.isIcon:last-of-type {
    padding-right: 6px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: device-fixed;
  }
  .top__kv__scroll-down {
    width: 15vw;
    transform: translate(-50%, -2vh);
  }
  .top__kv-list__item__inner {
    width: 100%;
    max-width: 600px;
    flex-direction: column;
    align-items: center;
  }
  .top__kv-list__item__inner__left {
    width: 80%;
  }
  .top__kv-list__item__inner__left__ttl {
    font-size: 3vw;
  }
  .top__kv-list__item__inner__right {
    width: 100%;
  }
  .top__kv-list__item__inner__right__txt {
    width: 100%;
    text-align: center;
    font-size: 4vw;
    padding-top: 1em;
  }
  .top__kv-list .kv-next, .top__kv-list .kv-prev {
    width: 10vw;
  }
  .main__subttl {
    font-size: 5.5vw;
    padding-top: 5vh;
  }
  .main__txt {
    padding-top: 2vh;
    font-size: 3.8vw;
    letter-spacing: -.02em;
    padding-bottom: 15vh;
  }
  .main__businessList {
    flex-direction: column;
  }
  .main__businessList__item, .main__businessList__item.wide {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .main__businessList__item {
    padding-bottom: 30px;
  }
  .main__businessList__item__desc {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.8;
  }
  .main__businessList__item__linkImg {
    width: 80%;
  }
  .business02 .main__subttl {
    width: 100%;
  }
  .business02 .main__businessList {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .business02 .main__businessList__item, .business02 .main__businessList__item.wide {
    width: 100%;
  }
  .business02 .main__businessList__item {
    padding-bottom: 30px;
  }
  .business02 .main__businessList__item__desc {
    padding-bottom: 0;
    line-height: 1.5;
  }
  .business02 .main__businessList__item__linkImg {
    width: 80%;
  }
  .contact__mail {
    width: 80%;
    margin: 0 auto;
  }
  .contact__mail-link {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px, rgba(0, 0, 0, 0.6) 0px 0px 7px, rgba(0, 0, 0, 0.4) 0px 0px 9px, rgba(0, 0, 0, 0.5) 0px 0px 11px;
  }
  .contact__sns {
    width: 80%;
    margin: 0 auto;
  }
  .contact__sns__list__item-link {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px, rgba(0, 0, 0, 0.6) 0px 0px 7px, rgba(0, 0, 0, 0.4) 0px 0px 9px, rgba(0, 0, 0, 0.5) 0px 0px 11px;
  }
  .icon-link {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 500px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .top__kv__scroll-down {
    width: 15vw;
    transform: translate(-50%, -2vh);
  }
  .top__kv-list__item__inner {
    top: 35%;
    width: 100%;
    max-width: 600px;
    flex-direction: column;
    align-items: center;
  }
  .top__kv-list__item__inner__left {
    width: 80%;
  }
  .top__kv-list__item__inner__left__ttl {
    font-size: 4.5vw;
  }
  .top__kv-list__item__inner__right {
    width: 100%;
  }
  .top__kv-list__item__inner__right__txt {
    width: 100%;
    text-align: center;
    font-size: 6vw;
    padding-top: 1em;
  }
  .main__ttl_en {
    font-size: 13vw;
  }
  .main__subttl {
    font-size: 5.5vw;
    padding-top: 5vh;
  }
  .main__txt {
    padding-top: 2vh;
    font-size: 3.8vw;
    letter-spacing: -.02em;
    padding-bottom: 15vh;
  }
  .main__businessList {
    flex-direction: column;
  }
  .main__businessList__item, .main__businessList__item.wide {
    width: 100%;
  }
  .main__businessList__item {
    padding-bottom: 30px;
  }
  .main__businessList__item__desc {
    font-size: 16px;
    padding-bottom: 0;
  }
  .main__businessList__item__linkImg {
    width: 80%;
  }
  .business02 .main__subttl {
    width: 80vw;
  }
  .business02 .main__businessList {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .business02 .main__businessList__item, .business02 .main__businessList__item.wide {
    width: 100%;
  }
  .business02 .main__businessList__item {
    padding-bottom: 30px;
  }
  .business02 .main__businessList__item__desc {
    padding-bottom: 0;
    line-height: 1.5;
  }
  .business02 .main__businessList__item__linkImg {
    width: 80%;
  }
  .contact {
    width: 100%;
  }
  .contact__mail {
    width: 80%;
    margin: 0 auto;
  }
  .contact__mail-link {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px, rgba(0, 0, 0, 0.6) 0px 0px 7px, rgba(0, 0, 0, 0.4) 0px 0px 9px, rgba(0, 0, 0, 0.5) 0px 0px 11px;
  }
  .contact__sns {
    width: 80%;
    margin: 0 auto;
  }
  .contact__sns__list__item-link {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px, rgba(0, 0, 0, 0.6) 0px 0px 7px, rgba(0, 0, 0, 0.4) 0px 0px 9px, rgba(0, 0, 0, 0.5) 0px 0px 11px;
  }
  .contact .copyright {
    padding-top: 100px;
    position: relative;
  }
  .icon-link {
    opacity: 1 !important;
  }
}

.p-svg {
  width: 90vw;
  height: 90vw;
  max-width: 600px;
  max-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-svg__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-svg__path {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}

.p-svg__path.sw5 {
  stroke-width: 4.8px;
}

.p-svg #logo-lines {
  transform: scale(0.8, 0.8) rotate(0);
}

.p-svg .fadeIn {
  animation: fadeIn .4s ease-out .7s 1 normal forwards;
}

.p-svg__letters {
  transform: translateY(-10%);
  opacity: 0;
}

.p-svg__letters.letters01.animate {
  animation: bounce .3s ease-out 1.9s 1 normal forwards;
}

.p-svg__letters.letters02.animate {
  animation: bounce .3s ease-out 2s 1 normal forwards;
}

.p-svg__letters.letters03.animate {
  animation: bounce .3s ease-out 2.1s 1 normal forwards;
}

.p-svg__letters.letters04.animate {
  animation: bounce .3s ease-out 2.2s 1 normal forwards;
}

.p-svg__letters.letters05.animate {
  animation: bounce .3s ease-out 2.3s 1 normal forwards;
}

@keyframes fadeIn {
  0% {
    transform: scale(0.8, 0.8) rotate(0);
  }
  80% {
    transform: scale(1.1, 1.1) rotate(4deg);
  }
  100% {
    transform: scale(1, 1) rotate(0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  80% {
    opacity: 1;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 900px) {
  .p-svg {
    width: 90vw;
    height: 90vw;
  }
}
