@charset "utf-8";
::-moz-selection {
  background: #575a5f;
  color: #fff;
}

::selection {
  background: #575a5f;
  color: #fff;
}


.xdsoft_datetimepicker {
  opacity: 0 !important;

  /* test */
  /* display: flex !important;
  top: 0 !important;;
  z-index: 10000 !important;;
  position: fixed !important;;
  opacity: 1 !important; */
}

.xdsoft_show {
  -webkit-animation: fadeIn 0.2s ease both;
  animation: fadeIn 0.2s ease both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #383e48;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #83755b !important;
}

@media screen and (max-width: 767px) {
  .xdsoft_show {
    width: 98vw !important;
    left: 1vw !important;

    display: -webkit-box !important;

    display: flex !important;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 71vw !important;
    margin-left: 2vw !important;
    float: none;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-left: 2vw !important;
    width: 20vw !important;
    float: none;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td {
    height: 35px !important;
  }
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    height: 35px !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 202px !important;
  }
}

div.formError {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  cursor: auto !important;
}
.formError .formErrorContent {
  background: none;
  color: #ee0101;
  box-shadow: none;
  border: none;
  font-size: 12px;
}

/* Basic
------------------------------------------ */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: local("Noto Sans CJK JP"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

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

section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
input,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  height: auto;
}

caption {
  text-align: left;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

fieldset {
  border: 0;
}
input {
  line-height: 100%;
}

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

label {
  cursor: pointer;
}
address {
  font-style: normal;
}

hr {
  display: none;
  visibility: hidden;
  height: 0;
  border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a[name] {
  color: #000;
}
body.-is-noTouch a[name]:hover {
  color: #000;
  text-decoration: none !important;
}
a[name]:hover {
  outline: 0 !important;
}
a img {
  color: #000;
}

em {
  font-weight: bold;
  font-style: normal;
}

body {
  background: #eff0f2;
  color: #707070;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scrollbar-width: none; /* Firefox */
}
body {
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge */
}
body::-webkit-scrollbar {
  /* Chrome, Safari */
  display: none;
}

/* Link */
a {
  color: #707070;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.-is-noTouch a:hover {
  text-decoration: underline;
}

/* Form
------------------------------------------ */
button,
select,
textarea,
input {
  font-family: inherit;
}

/* IME : For Windows IE */
.imeA {
  ime-mode: active;
}
.imeD {
  ime-mode: disabled;
}

/* select */
select {
  outline: none;
}

/* password */
input[type="password"] {
  height: 1.2em;
  font-family: arial;
  ime-mode: disabled;
}

/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  cursor: pointer;
}

/* radio */
input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: 1px;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* Margin
------------------------------------------ */
.mgt0 {
  margin-top: 0 !important;
}
.mgt10 {
  margin-top: 10px !important;
}

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

/* Padding
------------------------------------------ */
.pdt0 {
  padding-top: 0 !important;
}
.pdl0 {
  padding-left: 0 !important;
}

/* Layout
------------------------------------------ */
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clearboth {
  clear: both;
}
br.clear {
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 0;
  font-size: 0;
}

.alL {
  text-align: left !important;
}
.alC {
  text-align: center !important;
}
.alR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}

/* Clearfix
------------------------------------------ */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Text
------------------------------------------ */
.nowrap {
  white-space: nowrap !important;
}
.bold {
  font-weight: bold !important;
}
.normal {
  font-weight: normal !important;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

/* pc sp
------------------------------------------ */
.pc {
  display: block;
}
.pcInline {
  display: inline-block;
}
.spInline,
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcInline,
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .spInline {
    display: inline-block;
  }
}

/* wrapper
------------------------------------------ */
#wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper {
    overflow: hidden;
  }
}

/* fixedHeadHome
------------------------------------------ */
#fixedHeadHome {
  position: fixed;
  width: 100px;
  z-index: 5;
  pointer-events: none;
}
#fixedHeadHome p {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;

  height: 100vh;
  padding-left: 39px;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.07em;
}
#fixedHeadHome p span {
  display: block;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #fixedHeadHome p {
    padding-left: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  #fixedHeadHome {
    opacity: 0;
  }
}

/* midnight
------------------------------------------ */
.midnightInner {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
}
.midnightInner::-webkit-scrollbar {
  display: none;
}
.midnightHeader.default {
  background: none;
  color: #8b9090;
}
.midnightHeader.footer {
  background: none;
  color: #8b9090;
}
.midnightHeader.footer a {
  color: #fff !important;
}
.midnightHeader.footer svg {
  fill: #fff;
}
.midnightHeader.dark {
  background: none;
  color: #fff;
}
.midnightHeader.dark a {
  color: #fff !important;
}
.midnightHeader.dark svg {
  fill: #fff;
}
.midnightHeader.white {
  background: none;
  color: #8b9090;
}
.midnightHeader.white a {
  color: #414242 !important;
}
.midnightHeader.white svg {
  fill: #2a2d31;
}

/* logo
------------------------------------------ */
#pageTitle #logo {
  position: fixed;
  line-height: 0;
  z-index: 100;
  pointer-events: none;
  fill: #2a2d31;
  display: block;
  top: 69px !important;
  left: 60px !important;
  right: auto !important;
  width: 162px;
}
/* .-is-menuOpen #pageTitle #logo{
  opacity: 0;
} */

.navLogo {
  position: fixed;
  line-height: 0;
  z-index: 100;
  pointer-events: none;
  fill: #fff;
  top: 0;
  left: 0;
}

.navLogo svg {
  fill: #fff;
}
.navLogo > span,
#pageTitle span#logo {
  display: block;
  padding: 69px 0 0 60px;
}
.navLogo svg,
#pageTitle svg,
.navLogo img,
#pageTitle img {
  width: 162px;
  height: 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navLogo a,
#pageTitle a {
  pointer-events: auto;
}
.navLogo svg,
#logo.fixed svg,
.navLogo img,
#logo.fixed img {
  width: 120px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  #pageTitle{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    padding-top: 30px;
    max-width: 100vw;
    overflow: hidden;
  }
  #pageTitle #logo {
    top: 0 !important;
    left: 30px !important;
    position: relative !important;
  }
  #pageTitle span#logo {
    padding: 0;
  }
  .navLogo > span {
    padding: 40px 0 0 8vw;
  }
  .navLogo svg,
  #pageTitle svg,
  .navLogo img,
  #pageTitle img {
    width: 130px;
    height: 27px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .navLogo.fixed svg,
  #logo.fixed svg,
  .navLogo.fixed img,
  #logo.fixed img {
    width: 130px;
    height: 27px;
  }
}

/* headerContact
------------------------------------------ */
#headerContact {
  opacity: 0;
  position: fixed;
  z-index: 10;
  width: 14%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: auto !important;
  z-index: 1000;
}
#headerContact.fixed {
  opacity: 1;
}
#headerContact p {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 82px 70px 0 0;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  letter-spacing: 0.07em;
}
#headerContact a {
  color: #414242;
  pointer-events: none;
}
#headerContact.fixed a {
  pointer-events: all;
}

body.-is-noTouch #headerContact a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #headerContact {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  #headerContact {
    display: none;
  }
}

/* headerMenu
------------------------------------------ */
#headerMenu {
  opacity: 0;
  position: fixed;
  height: 100vh !important;
  z-index: 1000;
  -webkit-transition: all 0.37s ease;
  transition: all 0.37s ease;
  pointer-events: none;
  width: 242px;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}
#headerMenu::after{
  content: "";
  display: block;
  height: 100vh !important;
  width: 242px;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transition: all 0.32s ease;
  transition: all 0.32s ease;
  -webkit-transform: translate(-242px,0);
          transform: translate(-242px,0);
  background-color: rgba(87, 90, 95, 0.9);
}
#headerMenu.-is-active {
  opacity: 1;
  pointer-events: auto;
}
#headerMenu.-is-active::after {
  -webkit-transform: translate(0,0);
          transform: translate(0,0);
  z-index: -1;
}
#headerMenu .js-menuButton a{
  pointer-events: none;
}
#headerMenu.-is-active .js-menuButton a{
  pointer-events: all;
}
#headerMenu .js-menuButton a:hover{
  text-decoration: none;
}
#headerMenu .headerMenuList {
  padding: 32.8vh 0 60px 60px;
}
#headerMenu .headerMenuList li {
  margin-bottom: 30px;
  margin-bottom: 4.7vh;
}
#headerMenu .headerMenuList a {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .07em;
  pointer-events: none;
}
#headerMenu.-is-active .headerMenuList a{
  pointer-events: auto;
}
#headerMenu .headerMenuList a .textTranstionText {
  -webkit-transform:translateY(2em);
          transform:translateY(2em);
}
#headerMenu.-is-active .headerMenuList a .textTranstionText {
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
#headerMenu.-is-active .headerMenuList a .textTranstionText.textTranstionTextClone {
  -webkit-transform:translateY(2em);
          transform:translateY(2em);
}
body.-is-noTouch #headerMenu .headerMenuList a:hover .textTranstionText {
  -webkit-transform:translateY(-2em);
          transform:translateY(-2em);
}
body.-is-noTouch #headerMenu.-is-active .headerMenuList a:hover .textTranstionTextClone {
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

#headerMenu .midnightInner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
#headerMenu .js-menuButton {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 40px;
  padding-left: 60px;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  letter-spacing: 0.07em;
}
.js-menuButton.menuOpen {
  display: -webkit-box;
  display: flex;
  opacity: 0;
  -webkit-box-align: end;
  align-items: flex-end;
  top: auto !important;
  left: 42px !important;
  right: auto !important;
  height: 1em !important;

  bottom: 35px;
  padding-left: 60px;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  letter-spacing: 0.07em;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.-is-menuOpen .js-menuButton.menuOpen{
  opacity: 0;
}
.js-menuButton.menuOpen a{
  color: #414242;
}


.menuOpen.fixed {
  opacity: 1;
  pointer-events: all;
}
body.-is-noTouch .js-menuButton a:hover {
  text-decoration: none;
}
#headerMenu a {
  color: #fff;
  pointer-events: auto;
}
body.-is-noTouch #headerMenu a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #headerMenu {
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #headerMenu {
    height: 100% !important;
  }
  #headerMenu p {
    padding: 0 0 34px 7vw;
  }
  #headerMenu .headerMenuListWrap{
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }

  #headerMenu .headerMenuList {
    padding: 0 0 0 8vw;

    position: absolute;
    top: 52.2vw;
  }
  #headerMenu .headerMenuList li {
    margin-bottom: 30px;
    margin-bottom: 4.7vh;
  }
  #headerMenu .js-menuButton {
    /* padding-left: 8vw; */
    padding-left: 8.6vw;
    /* bottom: 5%; */
  }
  .js-menuButton.menuOpen {
    left: 20px !important;
  }
}

/* mainVisual
------------------------------------------ */
#mainVisual {
  position: relative;
  min-height: 100vh;
  padding: 170px 0 0 20vw;
}
#pageTitle .tagline01 {
  position: absolute;
  top: 75px;
  right: 72px;
  color: #575a5f;
  font-size: 13px;
  line-height: 1.47;
  letter-spacing: 0.05em;
  padding: 0;
  font-weight: 400;
}
#mainVisual .image01 {
  position: relative;
  height: calc(100vh - 280px);
  line-height: 0;
  /* overflow: hidden; */
}
#mainVisual .image01 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
#mainVisual .scrollBlock01 {
  position: absolute;
  left: 49px;
  bottom: 0;
  z-index: 4;
  width: 1em;
}
#mainVisual .scrollBlock01 .scrollTxt01 {
  margin-left: -2px;
  padding: 10px 0 0 0;
  color: #414242;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  letter-spacing: 0.07em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#mainVisual .scrollBlock01 .scrollLine01 {
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  #mainVisual .image01 {
    min-height: 488px;
    /* min-height: 46.24vw;
    max-width: 1280px;
    max-height: 740px; */
  }
}
@media screen and (max-height: 768px) {
  body.-is-pc #message > .vessel{
    padding-top: 170px !important;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mainVisual {
    height: auto;
    min-height: auto;
  }
  #mainVisual .image01 {
    height: calc(670px - 135px);
  }
  #mainVisual .scrollBlock01 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #mainVisual {
    padding: 30px 0 0 30px;
    height: auto;
    min-height: auto;
  }
  #pageTitle .tagline01 {
    position: relative;
    top: 0;
    left: 30px;
    right: auto;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 7px;
  }
  #mainVisual .image01 {
    padding-top: 84.3478%;
    height: 0;
  }
  #mainVisual .scrollBlock01 {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  #pageTitle .tagline01 {
    margin-top: -15px;
    margin-right: 30px;
  }
}

/* scrollLine01 */
.scrollLineAnime {
  position: relative;
  width: 20px;
  height: 1px;
  overflow: hidden;
  z-index: 4;
  display: block;
}
.scrollLineAnime:after,
.scrollLineAnime:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
}
.scrollLineAnime:before {
  background: #abaeb4;
  z-index: 10;
}
body.-is-noTouch a:hover .scrollLineAnime:before {
  -webkit-animation: scrollHoverAnime 1.4s infinite normal;
  animation: scrollHoverAnime 1.4s infinite normal;
  /* transform:translate3d(-100%,0,0); */
}
.scrollLineAnime:after {
  background: transparent;
}
@-webkit-keyframes scrollHoverAnime {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* 1%{transform:translate3d(0%,0,0)} */
  15% {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(98%, 0, 0);
    transform: translate3d(98%, 0, 0);
  }
  99% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes scrollHoverAnime {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* 1%{transform:translate3d(0%,0,0)} */
  15% {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(98%, 0, 0);
    transform: translate3d(98%, 0, 0);
  }
  99% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* footer
------------------------------------------ */
#footer {
  position: relative;
  padding: 12vw 0 10vw 0;
  background: #575a5f;
  color: #fff;
  z-index: 1;
}
#footer a {
  color: #fff;
}
body.-is-noTouch #footer a:hover {
  text-decoration: none;
}
#footer > .vessel {
  padding: 0 10vw;
}
#footer .lo01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
#footer .lo01 .lo0101 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;

  padding: 97px 0 0 0;
  width: 24%;
}
#footer .lo01 .lo0102 {
  -webkit-box-flex: 1;
  flex: 1;

  padding: 95px 0 0 0;
}
#footer .logo01 {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
#footer .copyright01 {
  margin-top: auto;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#footer .nav01:after {
  content: "";
  display: block;
  clear: both;
}
#footer .nav01 li {
  float: left;
  margin-top: 26px;
  width: 60%;
  display: -webkit-box;
  display: flex;
  height: 30px;
}
#footer .nav01 li:nth-of-type(2n + 1) {
  width: 40%;
}
#footer .nav01 li:nth-of-type(2),
#footer .nav01 li:nth-of-type(1) {
  margin-top: 0;
}
#footer .nav01 li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  line-height: 1.5;
}
#footer .nav01 li a .textTranstionText {
  display: -webkit-box;
  display: flex;
}
#footer .nav01 li a .textTranstionMask {
  height: auto;
  line-height: 1.5;
}

#footer .nav01 li a .en {
  width: 112px;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
}
#footer .nav01 li:nth-of-type(2n + 1) a .en {
  width: 92px;
}
#footer .nav01 li a .ja {
  padding: 8px 0 0 0;
  color: #bfc1c4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding: 0 0 11vw 0;
  }
  #footer .lo01 .lo0101 {
    padding: 75px 0 0 0;
    width: 28%;
  }
  #footer .lo01 .lo0102 {
    padding: 75px 0 0 0;
  }
  #footer .nav01 li {
    margin-top: 29px;
    width: 52%;
  }
  #footer .nav01 li:nth-of-type(2n + 1) {
    width: 48%;
  }
  #footer .nav01 li:nth-of-type(2),
  #footer .nav01 li:nth-of-type(1) {
    margin-top: 0;
  }
  #footer .nav01 li a .en {
    width: 92px;
    font-size: 18px;
  }
  #footer .nav01 li:nth-of-type(2n + 1) a .en {
    width: 67px;
  }
  #footer .nav01 li a .ja {
    padding: 6px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 49px 0 52px 0;
  }
  #footer > .vessel {
    padding: 0 30px;
  }
  #footer .lo01 {
    display: block;
  }
  #footer .lo01 .lo0101 {
    display: block;
    padding: 0;
    width: auto;
  }
  #footer .lo01 .lo0102 {
    padding: 45px 0 0 0;
  }
  #footer .copyright01 {
    margin-top: 45px;
  }
  #footer .lo01 .lo0101 .copyright01 {
    display: none;
  }
  #footer .nav01 li {
    float: none;
    margin-top: 20px;
    width: auto;
    height: auto;
    min-height: 27px;
  }
  #footer .nav01 li:nth-of-type(2n + 1) {
    width: auto;
  }
  #footer .nav01 li:nth-of-type(1) {
    margin-top: 0;
  }
  #footer .nav01 li:nth-of-type(2) {
    margin-top: 20px;
  }
  #footer .nav01 li a .en {
    width: 109px;
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  #footer .nav01 li:nth-of-type(2n + 1) a .en {
    width: 109px;
  }
  #footer .nav01 li a .ja {
    padding: 6px 0 0 0;
  }
}

/* common
------------------------------------------ */
/* headMod01 */
.headMod01 .en {
  display: block;
  color: #5e6165;
  font-size: 100px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
}
.headMod01 .ja {
  display: block;
  margin: -11px 0 0 7px;
  color: #8d9095;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.12em;
}
#flow .headMod01 .ja {
  margin-left: 0;
}
#contact .headMod01 .en {
  font-size: 70px;
  text-align: center;
  text-indent: 0.06em;
  letter-spacing: -0.02em;
}
#contact .headMod01 .ja {
  margin: -5px 0 0 0;
  text-align: center;
  text-indent: 0.12em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .headMod01 .en {
    font-size: 80px;
    letter-spacing: 0;
  }
  .headMod01 .ja {
    margin-top: -14px;
  }
}
@media screen and (max-width: 767px) {
  .headMod01 .en {
    font-size: 60px;
    letter-spacing: 0;
  }
  .headMod01 .ja {
    margin: -8px 0 0 0;
    font-size: 14px;
  }
  #contact .headMod01 .en {
    font-size: 60px;
  }
  #contact .headMod01 .ja {
    margin: -8px 0 0 0;
  }
}

/* moreMod01 */
a.moreMod01 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  color: #707070;
  font-weight: 700;
  line-height: 1.5;
  line-height: 1;
}
a.moreMod01 .moreMod01MarkWrap {
  width: 34px;
  height: 34px;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
a.moreMod01 .circle01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #575a5f;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
}

body.-is-noTouch a.moreMod01:hover .circle01 {
  width: 42px;
  height: 42px;
  -webkit-transform: translate3d(-4px, -4px, 0);
  transform: translate3d(-4px, -4px, 0);
}

a.moreMod01 .dotBlock {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 15px;
  height: 3px;
  will-change: transform;
}
a.moreMod01 .dotBlock span {
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  width: 3px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.-is-noTouch a.moreMod01:hover .circle01 {
  background-color: transparent;
}
body.-is-noTouch a.moreMod01.isLight:hover .circle01 {
  background-color: #fff;
}

body.-is-noTouch a.moreMod01:hover .dotBlock span {
  background: #575a5f;
}
body.-is-noTouch a.moreMod01:hover .circle01 {
  border: 1px solid #575a5f;
}

body.-is-noTouch a.moreMod01:hover .dotBlock span:nth-of-type(1) {
  -webkit-transform: translate3d(-2px, 0, 0);
  transform: translate3d(-2px, 0, 0);
}

body.-is-noTouch a.moreMod01:hover .dotBlock span:nth-of-type(3) {
  -webkit-transform: translate3d(2px, 0, 0);
  transform: translate3d(2px, 0, 0);
}
a.moreMod01.isLight .circle01 {
  background-color: #fff;
}
body.-is-noTouch a.moreMod01.isLight:hover .circle01 {
  border: none;
}
a.moreMod01.isLight .dotBlock span {
  background-color: #575a5f;
}
body.-is-noTouch a.moreMod01:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  a.moreMod01 {
    /* padding-top: 41px; */
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  a.moreMod01 {
    /* padding-top: 40px; */
    font-size: 12px;
  }
}

/* moreMod02 */
a.moreMod02 {
  /* padding-right: 43px; */
  min-height: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-weight: 400;
}
a.moreMod02 .moreMod01MarkWrap {
  margin: 0 0 0 12px;
}
a.moreMod02.isWhite .circle01 {
  background-color: #fff;
}
body.-is-noTouch a.moreMod02.isWhite:hover .circle01 {
  background-color: #fff;
}
body.-is-noTouch a.moreMod02.isWhite:hover .circle01 {
  border: none;
}
a.moreMod02.isWhite .dotBlock span {
  background-color: #575a5f;
}
body.-is-noTouch a.moreMod02:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.moreMod02 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

/* scrollLine01 */
.scrollLine01 {
  position: relative;
  margin: 49px 0 0 37px;
  width: 1px;
  height: 30px;
  overflow: hidden;
  z-index: 4;
}

.scrollLine01:after,
.scrollLine01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
}

.scrollLine01:before {
  background: #fff;
  z-index: 10;
  -webkit-animation: scroll 2.4s infinite normal;
  animation: scroll 2.4s infinite normal;
}

.scrollLine01:after {
  background: #dadce0;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  15% {
    -webkit-transform: translate3d(0, -98%, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  15% {
    -webkit-transform: translate3d(0, -98%, 0);
    transform: translate3d(0, -98%, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
    transform: translate3d(0, 98%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* modalMod01 */
.modalWindow {
  display: none;
  position: relative;
  z-index: 10000;
  /* opacity: 0; */
}
body.modalOpened {
  overflow: hidden;
  /* animation: fadeIn .2s ease both; */
}
/*
body.modalOpened {
  padding-right: 15px;
  overflow: hidden;
}
body.iPad.modalOpened {
  padding-right: 0;
  overflow: auto;
}
*/
.modalMod01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modalMod01 .modalBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.modalMod01 .modalContent {
  position: relative;
  width: 900px;
  height: 90%;
  background: #fff;
  z-index: 1001;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .modalMod01 .modalContent {
    margin: 0 20px;
    width: auto;
  }
}
.modalMod01 .modalContent.isProfile {
  width: 740px;
  height: auto;
}
.modalMod01 .modalContentScroll {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none; /* For Firefox */
}
.modalMod01 .modalContentScroll::-webkit-scrollbar {
  width: 6px;
}
.modalMod01 .modalContentScroll::-webkit-scrollbar-track {
  background: #ddd;
}
.modalMod01 .modalContentScroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #999;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .modalMod01 .modalContent {
    margin: 0 20px;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modalMod01 .modalContent.isProfile {
    width: 740px;
    height: 50%;
  }
  .modalMod01 .modalContentScroll{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .modalMod01 {
    padding: 20px 0;
  }
  .modalMod01 .modalContentScroll::-webkit-scrollbar {
    width: 4px;
  }
  .modalMod01 .modalContent {
    width: calc(100% - 40px);
    height: 100%;
  }
  .modalMod01 .modalContent.isProfile {
    width: calc(100% - 40px);
    height: 100%;
  }
}

/* modalCloseMod01 */
.modalCloseMod01 {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img_cmn/btn_close_01.svg) no-repeat;
  background-size: 33px 33px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1003;
}
body.-is-noTouch .modalCloseMod01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .modalCloseMod01 {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

/* modalFlowMod01 */
.modalFlowMod01 {
  position: relative;
  margin: 88px 150px 46px 118px;
  z-index: 1;
}
.modalFlowMod01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  display: block;
  width: 1px;
  height: 100%;
  background: #e4e5e8;
}
.modalFlowMod01 .items01 {
  position: relative;
}
.modalFlowMod01 .items01:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
}
.modalFlowMod01 .items01 .no01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 70px;
  height: 70px;
  background: #9fa5a7;
  color: #fff;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
.modalFlowMod01 .items01 .main01 {
  margin-left: 102px;
  padding: 17px 0 57px 0;
}
.modalFlowMod01 .items01:last-child .main01 {
  padding-bottom: 0;
}
.modalFlowMod01 .items01 .main01 .head01 {
  color: #3f4145;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.modalFlowMod01 .items01 .main01 .word01Wrap {
  margin-top: 12px;
  overflow: hidden;
}
.modalFlowMod01 .items01 .main01 .word01 {
  margin: -14px 0 0 -14px;
}
.modalFlowMod01 .items01 .main01 .word01:after {
  content: "";
  display: block;
  clear: both;
}
.modalFlowMod01 .items01 .main01 .word01 li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;

  float: left;
  margin: 14px 0 0 14px;
  padding: 0 11px;
  border: 1px solid #9fa5a7;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  height: 28px;
  color: #788184;
  font-size: 12px;
}
.modalFlowMod01 .items01 .main01 .word01 li.disabled {
  opacity: 0.33;
}
.modalFlowMod01 .items01 .main01 .text01 {
  margin-top: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modalFlowMod01 {
    margin: 50px;
  }
}
@media screen and (max-width: 767px) {
  .modalFlowMod01 {
    margin: 48px 20px 40px 20px;
  }
  .modalFlowMod01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
  }
  .modalFlowMod01 .items01:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
  }
  .modalFlowMod01 .items01 .no01 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    letter-spacing: -0.02em;
  }
  .modalFlowMod01 .items01 .main01 {
    margin-left: 38px;
    padding: 4px 0 18px 0;
  }
  .modalFlowMod01 .items01 .main01 .head01 {
    font-size: 16px;
  }
  .modalFlowMod01 .items01 .main01 .word01Wrap {
    margin-top: 11px;
  }
  .modalFlowMod01 .items01 .main01 .word01 {
    margin: -8px 0 0 -8px;
  }
  .modalFlowMod01 .items01 .main01 .word01 li {
    margin: 8px 0 0 8px;
    padding: 0 12px;
    border-radius: 11.5px;
    -webkit-border-radius: 11.5px;
    -moz-border-radius: 11.5px;
    height: 23px;
    font-size: 10px;
  }
  .modalFlowMod01 .items01 .main01 .text01 {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.84;
  }
}

/* modalProfileMod01 */
.modalProfileMod01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;

  position: relative;
  margin: 100px;
  z-index: 1;
}
.modalProfileMod01 .image01 {
  width: 200px;
  line-height: 0;
}
.modalProfileMod01 .image01 img {
  width: 100%;
  height: auto;
}
.modalProfileMod01 .main01 {
  -webkit-box-flex: 1;
  flex: 1;

  padding: 0 0 0 60px;
  color: #5e6165;
}
.modalProfileMod01 .main01 .sub01 {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.modalProfileMod01 .main01 .sub01 em {
  font-size: 14px;
  font-weight: 500;
}
.modalProfileMod01 .main01 .head01 {
  margin-top: 9px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.modalProfileMod01 .main01 .head01 em {
  margin-right: 16px;
  font-weight: 500;
}
.modalProfileMod01 .main01 .head01 .yomi01 {
  font-size: 12px;
}
.modalProfileMod01 .main01 .textBlock01 {
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modalProfileMod01 {
    margin: 50px;
  }
  .modalProfileMod01 .main01 {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .modalProfileMod01 {
    display: block;

    margin: 0;
    padding: 55px 30px 40px 30px;
  }
  .modalProfileMod01 .image01 {
    width: auto;
    text-align: center;
  }
  .modalProfileMod01 .image01 img {
    max-width: 200px;
  }
  .modalProfileMod01 .main01 {
    padding: 27px 0 0 0;
  }
  .modalProfileMod01 .main01 .head01 {
    margin-top: 10px;
    font-size: 18px;
  }
  .modalProfileMod01 .main01 .head01 em {
    margin-right: 9px;
  }
  .modalProfileMod01 .main01 .textBlock01 {
    margin-top: 23px;
  }
}

/* placeholder */
*::-webkit-input-placeholder {
  color: #b7b7b7;
}
*::-moz-placeholder {
  color: #b7b7b7;
}
*:-ms-input-placeholder {
  color: #b7b7b7;
}
*:focus::-webkit-input-placeholder {
  color: transparent;
}
*:focus::-moz-placeholder {
  color: transparent;
}
*:focus:-ms-input-placeholder {
  color: transparent;
}

/* radioLoMod01 */
.radioLoMod01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;

  margin-top: 73px;
}
.radioLoMod01 li:first-child {
  margin-right: 53px;
}
@media screen and (max-width: 767px) {
  .radioLoMod01 {
    margin-top: 76px;
  }
  .radioLoMod01 li:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 374px) {
  .radioLoMod01 {
    display: block;
  }
  .radioLoMod01 li:first-child {
    margin: 0 0 10px 0;
  }
}

/* radioMod01 */
.radioMod01 input {
  display: none;
}
.radioMod01 .radioText01 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 39px;
  color: #707070;
  font-size: 16px;
  line-height: 30px;
}
.radioMod01 .radioText01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 30px;
  height: 30px;
  background: #eff0f2;
}
.radioMod01 input:checked + .radioText01::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 14px;
  height: 14px;
  background: #575a5f;
}
@media screen and (max-width: 767px) {
  .radioMod01 .radioText01 {
    font-size: 14px;
    line-height: 24px;
  }
  .radioMod01 .radioText01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
  }
  .radioMod01 input:checked + .radioText01::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
  }
}

/* inputMod01 */
.inputMod01 {
  display: inline-block;
  padding: 0 1em;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  height: 60px;
  background: #eff0f2;
  outline: none;
}
.inputMod01.isSmall {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .inputMod01 {
    padding: 0 20px;
    height: 50px;
    font-size: 12px;
  }
}

/* dateLoMod01 */
.dateLoMod01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.dateLoMod01 li {
  width: 180px;
  position: relative;
}
.dateLoMod01 li .inputMod01 {
  width: 180px;
}
.dateDeleteMod01 {
  padding: 10px;
  position: absolute;
  top: 18px;
  right: 11px;
  width: 24px;
  height: 24px;
  background: url(../img_cmn/btn_close_01.svg) no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
body.-is-noTouch .dateDeleteMod01:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .dateLoMod01 {
    display: block;
  }
  .dateLoMod01 li {
    width: auto;
  }
  .dateLoMod01 li + li {
    margin-top: 20px;
  }
  .dateDeleteMod01 {
    padding: 10px;
    top: 15px;
    right: 110px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

/* textareaMod01 */
.textareaMod01 {
  display: block;
  padding: 1em;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  min-height: 209px;
  background: #eff0f2;
  outline: none;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .textareaMod01 {
    padding: 19px 20px;
    font-size: 12px;
  }
}

/* requiredMod01 */
.requiredMod01 {
  margin-left: 10px;
  color: #eb6e20;
  font-size: 12px;
}

/* formMod01 */
.formMod01 + .formMod01 {
  margin-top: 26px;
}
.radioLoMod01 + .formMod01 {
  margin-top: 35px;
}
.formMod01 > dt {
  padding-bottom: 8px;
}
.formMod01 .formMod01ContentWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.submitMod01Mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgba(100, 100, 100, 0.5);
  -webkit-animation: msgFadeIn 0.2s forwards normal;
  animation: msgFadeIn 0.2s forwards normal;
}
@-webkit-keyframes msgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes msgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#formMsg {
  background: rgba(255, 255, 255, 0.9);
  width: 50%;
  height: 50vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #formMsg {
    width: 90%;
    height: auto;
    min-height: 50vh;
    max-height: 100vh;
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #formMsg {
    width: 90%;
    height: auto;
    min-height: 50vh;
    max-height: 100vh;
    padding: 1em 1.5em;
  }
}

/* loader
------------------------------------------ */
.sk-chase {
  width: 40px;
  height: 40px;
  left: 0;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
  animation: sk-chase 2.5s infinite linear both;
  margin-bottom: 20px;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #575a60;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot {
  80%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%,
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%,
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .formMod01 + .formMod01 {
    margin-top: 16px;
  }
  .radioLoMod01 + .formMod01 {
    margin-top: 22px;
  }
}

/* button
------------------------------------------ */
/* submitLoMod01 */
.submitLoMod01 {
  margin-top: 51px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .submitLoMod01 {
    margin-top: 20px;
  }
}
/* submitMod01 */
button.submitMod01,
input.submitMod01 {
  display: -webkit-box;
  display: flex;
  border: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #575a5f;
  color: #fff;
  width: 360px;
  height: 77px;
  font-size: 16px;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.submitMod01.hovreActionButton-ColorMove::before {
  background-color: #383e48;
}

@media screen and (max-width: 767px) {
  button.submitMod01,
  input.submitMod01 {
    width: 100%;
    font-size: 14px;
  }
}

.hovreActionButton-ColorMove {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.hovreActionButton-ColorMove::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: -1; */
  content: "";
  background-color: #83755b;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.hovreActionButton-ColorMove span {
  position: relative;
  z-index: 10;
}
body.-is-noTouch .hovreActionButton-ColorMove:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@-webkit-keyframes hovreActionButtonColorMoveOnce-in {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes hovreActionButtonColorMoveOnce-in {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.textTranstionMaskWrap {
  display: -webkit-box;
  display: flex;
}
.textTranstionMask {
  position: relative;
  overflow: hidden;
  height: 1.2em;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.textTranstionMask .textTranstionText,
.textTranstionMask .textTranstionTextClone {
  position: relative;
  line-height: 1;
  z-index: 100;
  -webkit-transition: all 0.75s cubic-bezier(0.5, 0.2, 0.1, 1.14);
  transition: all 0.75s cubic-bezier(0.5, 0.2, 0.1, 1.14);
}
.textTranstionMask .textTranstionText {
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
.textTranstionMask .textTranstionTextClone {
  position: absolute;
  -webkit-transform:translateY(2em);
          transform:translateY(2em);
  left: 0;
}

body.-is-noTouch .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText {
  -webkit-transform:translateY(-2em);
          transform:translateY(-2em);
}
body.-is-noTouch .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone {
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

/* nav */
.navLogo .textTranstionMask,
#pageTitle .textTranstionMask {
  height: 35px;
}
.navLogo .textTranstionMask .textTranstionTextClone,
#pageTitle .textTranstionMask .textTranstionTextClone {
  -webkit-transform:translateY(35px);
          transform:translateY(35px);
}
body.-is-noTouch .navLogo .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText,
body.-is-noTouch #pageTitle .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText {
  -webkit-transform:translate(-35px);
          transform:translate(-35px);
}
body.-is-noTouch .navLogo .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone,
body.-is-noTouch #pageTitle .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone {
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

.fixed .navLogo .textTranstionMask,
#logo.fixed .textTranstionMask {
  height: 26px;
}
.fixed .navLogo .textTranstionMask .textTranstionTextClone,
.fixed #pageTitle .textTranstionMask .textTranstionTextClone {
  /* bottom: -26px; */
  -webkit-transform:translateY(26px);
          transform:translateY(26px);
}
body.-is-noTouch .fixed .navLogo .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText,
body.-is-noTouch .fixed #pageTitle .textTranstionMaskWrap:hover .textTranstionMask .textTranstionText {
  /* bottom: 26px; */
  -webkit-transform:translateY(-26px);
          transform:translateY(-26px);
}
body.-is-noTouch .fixed .navLogo .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone,
body.-is-noTouch .fixed #pageTitle .textTranstionMaskWrap:hover .textTranstionMask .textTranstionTextClone {
  /* bottom: 0; */
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

@media screen and (max-width: 767px) {
  .fixed .navLogo .textTranstionMask .textTranstionTextClone,
  .fixed #pageTitle .textTranstionMask .textTranstionTextClone {
    /* bottom: -35px; */
    -webkit-transform:translateY(35px);
            transform:translateY(35px);
  }
}

/* splash
------------------------------------------ */
.pageSplash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #bcc1c6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  z-index: 9999;
  clip: rect(0, 100vw, 100vh, 0vw);
  pointer-events: none;
}
.pageSplashInner {
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.js-imageLoaded .pageSplash {
  -webkit-animation: splash 1s cubic-bezier(0.76, 0.09, 0.215, 1) 1s forwards;
  animation: splash 1s cubic-bezier(0.76, 0.09, 0.215, 1) 1s forwards;
}
@media screen and (max-width: 767px) {
  .js-imageLoaded .pageSplash {
    -webkit-animation: splash 0.8s cubic-bezier(0.76, 0.09, 0.215, 1) 1s forwards;
    animation: splash 0.8s cubic-bezier(0.76, 0.09, 0.215, 1) 1s forwards;
  }
}
@-webkit-keyframes splash {
  0% {
    clip: rect(0, 100vw, 100vh, 0vw);
  }
  100% {
    /* clip: rect(0, 100vw, 100vh, 100vw); */
    clip: rect(0, 100vw, 0, 0vw);
  }
}
@keyframes splash {
  0% {
    clip: rect(0, 100vw, 100vh, 0vw);
  }
  100% {
    /* clip: rect(0, 100vw, 100vh, 100vw); */
    clip: rect(0, 100vw, 0, 0vw);
  }
}

.pageSplash .pageSplashLogo {
  position: relative;
}
.pageSplash .pageSplashLogo svg path {
  fill: #fff;
  /* display: none; */
}

.pageSplash .pageSplashLogo .logClip {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.24);
  position: absolute;
  top: 0;
  left: 0;
}

.pageSplash .pageSplashLogo .logClip::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  position: relative;
  bottom: -60px;
  left: 0;
  -webkit-animation: logoLoader ease-in 1s infinite forwards;
  animation: logoLoader ease-in 1s infinite forwards;
}

.js-imageLoaded .pageSplash .pageSplashLogo {
  -webkit-animation: logoLoaderEnd 0.3s ease-in 1.2s forwards;
  animation: logoLoaderEnd 0.3s ease-in 1.2s forwards;
}
@-webkit-keyframes logoLoader {
  0% {
    bottom: -60px;
  }
  100% {
    bottom: 60px;
  }
}
@keyframes logoLoader {
  0% {
    bottom: -60px;
  }
  100% {
    bottom: 60px;
  }
}
@-webkit-keyframes logoLoaderEnd {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -20px;
    opacity: 0;
  }
}
@keyframes logoLoaderEnd {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -20px;
    opacity: 0;
  }
}

.pageSplash .pageSplashLogo .logClip {
  -webkit-clip-path: url(#logoClip01);
  clip-path: url(#logoClip01);
}
.pageSplash .pageSplashLogo .logClip svg{
  position: absolute;
  top: 0;
  left: 0;
}

#ie-logo{
  display: none;
}
.-is-ie #ie-logo,
.-is-edge #ie-logo{
  display: block;
}
.-is-ie .pageSplash .pageSplashLogo .logClip,
.-is-edge .pageSplash .pageSplashLogo .logClip,
.-is-ie .pageSplash .pageSplashLogo .logClip::before,
.-is-edge .pageSplash .pageSplashLogo .logClip::before{
  display: none;
}


/* index
------------------------------------------ */
/* message */
#message > .vessel {
  margin-left: 20vw;
  padding: 4.6vw 0 10vw 0;
  width: 50vw;
}
#message .lead01 {
  color: #5e6165;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.01em;
}
#message .textBlock01 {
  margin-top: 44px;
}
#message .textBlock01 p + p {
  margin-top: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #message > .vessel {
    margin-right: 10vw;
    padding-bottom: 8vw;
    padding-top: 12vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #message > .vessel {
    margin-left: 0;
    padding: 25vw 30px 0 30px;
    width: auto;
  }
  #message .lead01 {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: -0.01em;
  }
  #message .textBlock01 {
    margin-top: 30px;
  }
}

/* works */
#works > .vessel {
  position: relative;
  z-index: 1;
}
#works > .vessel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70vw;
  height: 36vw;
  background: #fff;
  z-index: 2;
}
#works > .vessel > .inner {
  position: relative;
  padding: 101px 0 0 15vw;
  z-index: 3;
}
#works .headerBlock01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;

  margin-right: 10vw;
}
#works .headerBlock01 .headerBlock0102 {
  padding-top: 33px;
  width: 44vw;
}
#works .worksSwiper01 {
  margin: 59px 0 0 -15vw;
}
#works .swiper-container {
  padding-left: 15vw;
}
#works .swiper-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
#works .swiper-wrapper .swiper-slide {
  margin-right: 5vw;
  width: 35vw;
}
#works .worksSwiper01 a.worksSwiperBox {
  position: relative;
  display: block;
}
body.-is-noTouch #works .worksSwiper01 a.worksSwiperBox:hover {
  text-decoration: none;
}
/* #works .worksSwiper01 .case01 {
  position: absolute;
  top: 1px;
  right: -4.5em;
  color: #414242;
  font-size: 14px;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.07em;
  line-height: 1;
  -webkit-transform: rotate(90deg) translate(0, 0);
  -o-transform: rotate(90deg) translate(0, 0);
  transform: rotate(90deg) translate(0, 0);
  transform-origin: 0 0;
  pointer-events: none;
} */
#works .worksSwiper01 .image01 {
  line-height: 0;
  overflow: hidden;
}
#works .worksSwiper01 .image01 img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.-is-noTouch #works .worksSwiper01 .image01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#works .worksSwiper01 .head01 {
  position: relative;
  margin-top: 32px;
  color: #2a2d31;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
#works .worksSwiper01 .text01 {
  margin-top: 23px;
  color: #8d9095;
  font-size: 13px;
  line-height: 2;
}
/* #works .worksSwiper01 .data01 {
  margin-top: 23px;
  color: #8D9095;
  font-size: 12px;
  line-height: 1.5;
} */
/* #works .worksSwiper01 .data01:after {
  content: "";
  display: block;
  clear: both;
}
#works .worksSwiper01 .data01 li {
  float: left;
  margin-right: 30px;
} */
#works .moreBlock01 {
  margin-top: 79px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #works > .vessel > .inner {
    padding: 8vw 0 0 10vw;
  }
  #works .worksSwiper01 {
    margin-left: -10vw;
  }
  #works .swiper-container {
    padding-left: 10vw;
  }
  #works .headerBlock01 .headerBlock0102 {
    padding-top: 21px;
    width: 50.5vw;
    font-size: 12px;
    line-height: 1.84;
  }
  #works .worksSwiper01 .head01 {
    margin-top: 21px;
    font-size: 16px;
  }
  #works .worksSwiper01 .text01 {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.8;
  }
  /* #works .worksSwiper01 .data01 {
    margin-top: 13px;
  } */
  #works .moreBlock01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #works > .vessel {
    padding-top: 100px;
  }
  #works > .vessel::before {
    content: "";
    top: 100px;
    width: 100%;
    height: 66.5%;
    max-height: 300px;
  }
  #works > .vessel > .inner {
    padding: 1px 0 0 30px;
  }
  #works .headerBlock01 {
    display: block;

    margin-right: 30px;
  }
  #works .headerBlock01 {
    margin-top: -32px;
  }
  #works .headerBlock01 .headerBlock0102 {
    padding-top: 29px;
    width: auto;
    font-size: 12px;
    line-height: 1.84;
  }
  #works .worksSwiper01 {
    margin: 38px 0 0 -30px;
  }
  #works .swiper-container {
    padding-left: 30px;
  }
  #works .swiper-wrapper .swiper-slide {
    margin-right: 13vw;
    width: 64vw;
  }
  /* #works .worksSwiper01 .case01 {
    position: absolute;
    right: -4.6em;
    font-size: 12px;
  } */
  #works .worksSwiper01 .head01 {
    margin-top: 13px;
    font-size: 15px;
  }
  #works .worksSwiper01 .head01::before {
    content: "";
    position: absolute;
    top: 0.7em;
    right: 10px;
    width: 10px;
  }
  #works .worksSwiper01 .data01 {
    margin-top: 8px;
  }
  #works .moreBlock01 {
    margin-top: 39px;
  }
}

/* service */
#service > .vessel {
  padding: 0 0 12vw 0;
}
#service .headerBlock01 {
  margin: 0 15vw;
  padding: 12vw 0 59px 0;
}
#service .serviceBlock01 {
  position: relative;
  padding: 87px 15vw 221px 15vw;
  background: #666 url(../img_cmn/bg_service_01.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  z-index: 1;
}
#service .serviceBlock01 .lo01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
#service .serviceBlock01 .lo01 .lo0101 {
  width: 276px;
}
#service .serviceBlock01 .lo01 .lo0101 .headMain01 {
  margin-top: -2px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#service .serviceBlock01 .lo01 .lo0102 {
  margin-left: auto;
  width: 48vw;
}
#service .serviceBlock01 .listBlock01 {
  margin-top: 68px;
}
#service .serviceBlock01 .listBlock01:after {
  content: "";
  display: block;
  clear: both;
}
#service .serviceBlock01 .listBlock01 li {
  float: left;
  margin: 7% 0 0 7%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 19.75%;
  text-align: center;
}
#service .serviceBlock01 .listBlock01 li:nth-of-type(4),
#service .serviceBlock01 .listBlock01 li:nth-of-type(3),
#service .serviceBlock01 .listBlock01 li:nth-of-type(2),
#service .serviceBlock01 .listBlock01 li:nth-of-type(1) {
  margin-top: 0;
}
#service .serviceBlock01 .listBlock01 li:nth-of-type(4n + 1) {
  margin-left: 0;
}
#service .serviceBlock01 .listBlock01 li .image01 {
  padding-top: 23px;
  line-height: 0;
}
#service .serviceBlock01 .listBlock01 li .image01 img {
  width: 60px;
  height: auto;
}
#service .serviceBlock01 .listBlock01 li .text01 {
  margin-top: 13px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
#service .serviceBlock02 {
  position: relative;
  margin: -100px 0 0 10vw;
  padding: 12vw 0;
  background: #fff;
  z-index: 2;
}
#service .serviceBlock02 .column01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;

  margin-left: 12vw;
  margin-right: 15vw;
}
#service .serviceBlock02 .column01 + .column01 {
  margin-top: 130px;
}
#service .serviceBlock02 .column01.reverse {
  margin-left: 15vw;
  margin-right: 12vw;
}
#service .serviceBlock02 .column01 .image01 {
  width: 350px;
  min-width: 350px;
  line-height: 0;
}
#service .serviceBlock02 .column01.reverse .image01 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
#service .serviceBlock02 .column01 .image01 img {
  width: 100%;
  height: auto;
}
#service .serviceBlock02 .column01 .main01 {
  padding: 27px 0 0 62px;
}
#service .serviceBlock02 .column01.reverse .main01 {
  -webkit-box-ordinal-group: 2;
  order: 1;

  padding: 0 62px 0 0;
}
#service .serviceBlock02 .column01 .main01 .sub01 {
  color: #7f8890;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
#service .serviceBlock02 .column01 .main01 .head01 {
  margin-top: 8px;
  color: #5e6165;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.12em;
}
#service .serviceBlock02 .column01 .main01 .text01 {
  margin-top: 43px;
  color: #5e6165;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #service .serviceBlock02 .column01 .image01 {
    width: 50%;
    min-width: auto;
    max-width: 350px;
  }
  #service .serviceBlock02 .column01 .main01 {
    padding: 0 0 0 32px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #service > .vessel {
    padding: 0 0 10vw 0;
  }
  #service .headerBlock01 {
    margin: 0 10vw;
    padding: 10vw 0 3.5vw 0;
  }
  #service .serviceBlock01 {
    padding: 8vw 10vw 137px 10vw;
  }
  #service .serviceBlock01 .lo01 .lo0101 .headMain01 {
    font-size: 18px;
  }
  #service .serviceBlock01 .lo01 .lo0102 {
    width: 64vw;
    font-size: 12px;
    line-height: 1.84;
  }
  #service .serviceBlock01 .listBlock01 {
    margin-top: 39px;
  }
  #service .serviceBlock01 .listBlock01 li {
    margin: 3% 0 0 3%;
    width: calc((100% - 9%) / 4);
  }
  #service .serviceBlock01 .listBlock01 li .image01 {
    padding-top: 17px;
  }
  #service .serviceBlock01 .listBlock01 li .text01 {
    margin-top: 5px;
    font-size: 13px;
  }
  #service .serviceBlock02 {
    margin-top: -86px;
    padding: 10vw 0;
  }
  #service .serviceBlock02 .column01 {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  #service .serviceBlock02 .column01 + .column01 {
    margin-top: 10vw;
  }
  #service .serviceBlock02 .column01.reverse {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  #service .serviceBlock02 .column01 .main01 {
    padding: 0 0 0 32px;
    width: 50%;
  }
  #service .serviceBlock02 .column01.reverse .main01 {
    padding: 0 32px 0 0;
  }
  #service .serviceBlock02 .column01 .main01 .head01 {
    margin-top: 3px;
    font-size: 18px;
  }
  #service .serviceBlock02 .column01 .main01 .text01 {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  #service > .vessel {
    padding: 0 0 77px 0;
  }
  #service .headerBlock01 {
    margin: 0;
    padding: 73px 30px 14px 30px;
  }
  #service .serviceBlock01 {
    padding: 34px 30px 77px 30px;
    background: #666 url(../img_cmn/bg_service_01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  #service .serviceBlock01 .lo01 {
    display: block;
  }
  #service .serviceBlock01 .lo01 .lo0101 {
    width: auto;
  }
  #service .serviceBlock01 .lo01 .lo0101 .headMain01 {
    margin-top: 0;
    font-size: 16px;
  }
  #service .serviceBlock01 .lo01 .lo0102 {
    margin: 10px 0 0 0;
    width: auto;
    font-size: 12px;
    line-height: 1.84;
  }
  #service .serviceBlock01 .listBlock01 {
    margin-top: 36px;
  }
  #service .serviceBlock01 .listBlock01 li {
    margin: 25px 0 0 25px;
    width: calc((100% - 25px) / 2);
  }
  #service .serviceBlock01 .listBlock01 li:nth-of-type(2),
  #service .serviceBlock01 .listBlock01 li:nth-of-type(1) {
    margin-top: 0;
  }
  #service .serviceBlock01 .listBlock01 li:nth-of-type(4),
  #service .serviceBlock01 .listBlock01 li:nth-of-type(3) {
    margin-top: 25px;
  }
  #service .serviceBlock01 .listBlock01 li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  #service .serviceBlock01 .listBlock01 li .image01 {
    padding-top: 14px;
  }
  #service .serviceBlock01 .listBlock01 li .image01 img {
    width: 45px;
  }
  #service .serviceBlock01 .listBlock01 li .text01 {
    margin-top: 5px;
    padding-bottom: 13px;
    font-size: 12px;
  }
  #service .serviceBlock02 {
    margin: -35px 0 0 30px;
    padding: 49px 30px;
  }
  #service .serviceBlock02 .column01 {
    display: block;

    margin-left: 0;
    margin-right: 0;
  }
  #service .serviceBlock02 .column01 + .column01 {
    margin-top: 50px;
  }
  #service .serviceBlock02 .column01.reverse {
    margin-left: 0;
    margin-right: 0;
  }
  #service .serviceBlock02 .column01 .image01 {
    width: 100%;
    min-width: 0;
  }
  #service .serviceBlock02 .column01 .main01 {
    padding: 9px 0 0 0;
  }
  #service .serviceBlock02 .column01.reverse .main01 {
    padding: 9px 0 0 0;
  }
  #service .serviceBlock02 .column01 .main01 .sub01 {
    font-size: 16px;
  }
  #service .serviceBlock02 .column01 .main01 .head01 {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.67;
  }
  #service .serviceBlock02 .column01 .main01 .text01 {
    margin-top: 25px;
  }
}

/* flow */
#flow > .vessel {
  position: relative;
  padding: 97px 10vw 55px 10vw;
  background: #666 url(../img_cmn/bg_flow_01.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  z-index: 1;
}
#flow a {
  color: #fff;
}
#flow .lo01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;

  margin: 0 5vw;
}
#flow .lo01 .lo0102 {
  padding-top: 52px;
}
#flow .lo01 .lo0102 .nav01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
#flow .lo01 .lo0102 .nav01 li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;

  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  height: 40px;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.-is-noTouch #flow .lo01 .lo0102 .nav01 li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#flow .lo01 .lo0102 .nav02 {
  display: none;
}
#flow .lo01 .lo0102 .nav01 li a.current {
  border-color: #fff;
  opacity: 1;
}
#flow .headMod01 .ja,
#flow .headMod01 .en {
  color: #fff;
}
#flow .flowList01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;

  margin-top: 93px;
}
#flow .flowList01 li {
  padding: 32px 0 30px 0;
  width: 100%;
  height: 360px;
  background-color: rgba(255, 255, 255, 0.29);
  text-align: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#flow .flowList01 li:not(:first-child) {
  margin-left: 1px;
}
#flow .flowList01.type2 li:nth-of-type(4) ~ li {
  opacity: 0.4;
}
#flow .flowList01.type3 li:nth-of-type(4),
#flow .flowList01.type3 li:nth-of-type(3) {
  opacity: 0.4;
}
#flow .flowList01 li .no01 {
  position: relative;
  font-size: 24px;
  font-family: 'EB Garamond', serif;
  line-height: 1;
}
#flow .flowList01 li .no01::after {
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  width: 17px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
#flow .flowList01 li .text01 {
  margin-top: 51px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.12em;
}
#flow .flowList01 li .text01 span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
#flow .moreBlock01 {
  margin-top: 65px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #flow > .vessel {
    padding: 60px 10vw 60px 10vw;
  }
  #flow .lo01 {
    margin: 0;
  }
  #flow .lo01 .lo0102 {
    padding-top: 45px;
  }
  #flow .lo01 .lo0102 .nav01 li a {
    padding: 0 9px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    height: 30px;
    font-size: 12px;
  }
  #flow .flowList01 {
    margin-top: 59px;
  }
  #flow .flowList01 li {
    height: 320px;
  }
  #flow .flowList01 li .text01 {
    margin-top: 46px;
  }
  #flow .moreBlock01 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  #flow > .vessel {
    padding: 29px 30px 33px 30px;
    background: #666 url(../img_cmn/bg_flow_01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  #flow a {
    color: #fff;
  }
  #flow .lo01 {
    display: block;

    margin: 0;
  }
  #flow .lo01 .lo0102 {
    padding-top: 23px;
  }
  #flow .lo01 .lo0102 .nav01 {
    display: none;
  }
  #flow .lo01 .lo0102 .nav02Wrap {
    position: relative;
    height: 60px;
    z-index: 10;
  }
  #flow .lo01 .lo0102 .nav02 {
    position: absolute;
    width: 100%;

    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #flow .lo01 .lo0102 .nav02.opened {
    background-color: rgba(126, 128, 132, 0.94);
  }
  #flow .lo01 .lo0102 .nav02 > dt a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;

    position: relative;
    height: 58px;
  }
  #flow .lo01 .lo0102 .nav02 > dt a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    background: url(../img_cmn/icn_arrow_down_01.svg) no-repeat;
    background-size: 10px 6px;
  }
  #flow .lo01 .lo0102 .nav02.opened > dt a::after {
    background: url(../img_cmn/icn_arrow_up_01.svg) no-repeat;
    background-size: 10px 6px;
  }
  #flow .lo01 .lo0102 .nav02 > dd {
    display: none;
  }
  #flow .lo01 .lo0102 .nav02 > dd ul li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;

    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    height: 59px;
  }
  #flow .lo01 .lo0102 .nav02 > dd ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    display: block;
    margin-top: -4.5px;
    width: 12px;
    height: 9px;
    background: url(../img_cmn/icn_check_01.svg) no-repeat;
    background-size: 12px 9px;
  }
  #flow .lo01 .lo0102 .nav02 > dd ul li a.current::before {
    background: url(../img_cmn/icn_check_02.svg) no-repeat;
    background-size: 12px 9px;
  }
  #flow .flowList01 {
    display: block;

    margin-top: 21px;
  }
  #flow .flowList01 li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;

    padding: 0;
    width: auto;
    height: 60px;
    text-align: left;
  }
  #flow .flowList01 li:not(:first-child) {
    margin: 1px 0 0 0;
  }
  #flow .flowList01 li .no01 {
    width: 60px;
    font-size: 18px;
    text-align: center;
  }
  #flow .flowList01 li .no01::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0 0 0;
    width: 1px;
    height: 10px;
  }
  #flow .flowList01 li .text01 {
    -webkit-box-flex: 1;
    flex: 1;

    margin-top: 0;
    padding: 0 20px 0 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #flow .flowList01 li .text01 span {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
  }
  #flow .moreBlock01 {
    margin-top: 40px;
  }
}

/* about */
#about > .vessel {
  padding: 0 10vw 12vw 10vw;
}
#about .aboutBlock01 {
  padding: 12vw 0 15vw 5vw;
}
#about .aboutBlock01 .lo01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;

  margin-top: 58px;
}
#about .aboutBlock01 .lo01 + .lo01 {
  margin-top: 65px;
}
#about .aboutBlock01 .lo01 .lo0101 {
  padding: 30px 0 0 0;
  margin-right: 60px;
  border-top: 1px solid #d1d2d6;
  width: 200px;
}
#about .aboutBlock01 .lo01 .lo0101 .head01 {
  color: #3c3f43;
  font-size: 23px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
}
#about .aboutBlock01 .lo01 .lo0102 {
  -webkit-box-flex: 1;
  flex: 1;

  border-top: 1px solid #d1d2d6;
}
#about .aboutBlock01 .outline01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;

  border-bottom: 1px solid #d1d2d6;
  color: #5e6165;
  letter-spacing: 0.1em;
}
#about .aboutBlock01 .outline01 > dt {
  padding: 32px 10px 30px 20px;
  width: 174px;
}
#about .aboutBlock01 .outline01 > dd {
  -webkit-box-flex: 1;
  flex: 1;

  padding: 32px 0 30px 0;
}
#about .aboutBlock01 .partner01 {
  margin-top: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  flex-wrap: wrap;
}
#about .aboutBlock01 .partner01:after {
  content: "";
  display: block;
  clear: both;
}
#about .aboutBlock01 .partner01 > li {
  width: calc((100% - 60px - 0.1px) / 4);
  /* width: 22.37%; */
  margin: 0 0 38px 20px;
}
#about .aboutBlock01 .partner01 > li:nth-of-type(4n + 1) {
  margin-left: 0;
}
#about .aboutBlock01 .partner01 li .partner01Wrap01 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}
body.-is-noTouch #about .aboutBlock01 .partner01 li a.partner01Wrap01:hover {
  text-decoration: none;
}
#about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Text01,
#about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Image01 {
  display: block;
}
#about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Image01 {
  width: 100%;
  line-height: 0;
  padding-top: 125%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
/* #about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Image01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 100;
  mix-blend-mode: color;
  opacity: 1;
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
}
body.-is-noTouch #about .aboutBlock01 .partner01 li .partner01Wrap01:hover .partner01Image01::before {
  opacity: 0;
} */
#about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Image01 img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
body.-is-noTouch #about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Image01:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Text01 {
  color: #5e6165;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#about .aboutBlock01 .partner01 li.etc {
  text-align: right;
}
#about .aboutBlock01 .partner01 li.etc .partner01Wrap01 .partner01Image01::before{
  background-color: transparent;
}
#about .aboutBlock01 .partner01 > li.etc:nth-of-type(4n + 1){
  width: 100%;
  text-align: right;
}
#about .aboutBlock01 .partner01 > li.etc:nth-of-type(4n + 1) .partner01Image01{
  display: none;
}

#about .eventBlock01 {
  position: relative;
  margin-right: -10vw;
  padding-right: 10vw;
  background: #e2e6e9;
  z-index: 1;
  overflow: hidden;
}
#about .eventBlock01::before {
  content: "";
  position: absolute;
  bottom: -8.5%;
  right: -13%;
  display: block;
  padding-top: 43.9%;
  width: 80%;
  height: 0;
  background: url(../img/index_img_event_01.png) no-repeat 0 100%;
  background-size: 100% auto;
  z-index: 2;
}
#about .eventBlock01 > .vessel {
  position: relative;
  padding: 90px 0 90px 90px;
  z-index: 3;
}
#about .eventBlock01 .lo01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
#about .eventBlock01 .lo01 .lo0101 {
  padding: 0 38px 0 0;
  width: 333px;
}
#about .eventBlock01 .lo01 .lo0102 {
  -webkit-box-flex: 1;
  flex: 1;

  position: relative;
  padding: 0 0 0 28px;
}
#about .eventBlock01 .lo01 .lo0102::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 2em);
  background: #d3d3d3;
}
#about .eventBlock01 .word01:after {
  content: "";
  display: block;
  clear: both;
}
#about .eventBlock01 .word01 li {
  float: left;
  margin-right: 10px;
  padding: 0 14px;
  border: 1px solid #9a9282;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  height: 30px;
  color: #9a9282;
  font-size: 14px;
  text-indent: 0.1em;
  line-height: 28px;
  letter-spacing: 0.1em;
}
#about .eventBlock01 .headMain01 {
  margin-top: 14px;
  color: #5e6165;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3125;
  letter-spacing: 0.12em;
}
#about .eventBlock01 .textBlock01 {
  margin-top: 38px;
  line-height: 1.86;
}
#about .eventBlock01 .data01 {
  margin-top: 24px;
}
#about .eventBlock01 .data01:after {
  content: "";
  display: block;
  clear: both;
}
#about .eventBlock01 .data01 li {
  float: left;
  color: #9a9282;
  font-weight: 700;
  line-height: 1.86;
  min-height: 22px;
}
#about .eventBlock01 .data01 li.data01Hours01 {
  padding: 0 0 0 24px;
  background: url(../img_cmn/icn_clock_01.svg) no-repeat 0 5px;
  background-size: 18px 18px;
}
#about .eventBlock01 .data01 li.data01Area01 {
  margin-left: 35px;
  padding: 0 0 0 25px;
  background: url(../img_cmn/icn_area_01.svg) no-repeat 0 2px;
  background-size: 22px 22px;
}
#about .eventBlock01 .list01 li + li {
  margin-top: 13px;
}
#about .eventBlock01 .list01 li .list01lo01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
#about .eventBlock01 .list01 li .list01lo01 .list01lo0101 {
  padding: 5px 0 0 0;
  width: 21px;
  color: #9a9282;
  font-size: 18px;
  font-family: garamond-premier-pro, serif;
  line-height: 1;
}
#about .eventBlock01 .list01 li.etc {
  margin-top: 4px;
}
#about .eventBlock01 .list01 li.etc .list01lo01 .list01lo0101 {
  width: auto;
}
#about .eventBlock01 .list01 li .list01lo01 .list01lo0102 {
  -webkit-box-flex: 1;
  flex: 1;

  line-height: 1.84;
}
#about .button01 {
  margin-top: 11px;
}
#about .button01 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;

  width: 205px;
  height: 63px;
  background: #9a9282;
  color: #fff;
  font-size: 16px;
  text-indent: 0.04em;
  letter-spacing: 0.04em;
}
body.-is-noTouch #about .button01 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #about > .vessel {
    padding-bottom: 10vw;
  }
  #about .aboutBlock01 {
    padding: 10vw 0 12vw 0;
  }
  #about .aboutBlock01 .lo01 {
    display: block;

    margin-top: 54px;
  }
  #about .aboutBlock01 .lo01 + .lo01 {
    margin-top: 41px;
  }
  #about .aboutBlock01 .lo01 .lo0101 {
    padding: 0;
    margin-right: 0;
    border-top: none;
    width: auto;
  }
  #about .aboutBlock01 .lo01 .lo0102 {
    margin-top: 24px;
  }
  #about .aboutBlock01 .outline01 > dt {
    width: 127px;
  }

  /* #about .aboutBlock01 .partner01 > li {
    margin-left: 25px;
    width: calc((100% - 50px) / 3);
  }
  #about .aboutBlock01 .partner01 > li {
    margin-left: 25px;
    width: calc((100% - 50px) / 3);
  }
  #about .aboutBlock01 .partner01 > li:nth-of-type(1),
  #about .aboutBlock01 .partner01 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #about .aboutBlock01 .partner01 > li:nth-of-type(4n + 1) {
    margin-left: auto;
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(4n + 1){
    width: calc((100% - 50px) / 3);
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(4n + 1) .partner01Image01 {
    display: block;
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(3n + 1){
    width: 100%;
    text-align: right;
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(3n + 1) .partner01Image01 {
    display: none;
  } */


  #about .eventBlock01::before {
    content: "";
    position: absolute;
    bottom: -3.5%;
    right: -16%;
    width: 100%;
  }
  #about .eventBlock01 > .vessel {
    padding: 60px 0 142px 60px;
  }
  #about .eventBlock01 .lo01 {
    display: block;
  }
  #about .eventBlock01 .lo01 .lo0101 {
    padding: 0;
    width: auto;
  }
  #about .eventBlock01 .lo01 .lo0102 {
    padding: 29px 0 0 0;
  }
  #about .eventBlock01 .lo01 .lo0102::before {
    display: none;
  }
  #about .eventBlock01 .textBlock01 {
    margin-top: 21px;
  }
  #about .eventBlock01 .data01 {
    margin-top: 15px;
  }
  #about .eventBlock01 .data01 li {
    font-size: 12px;
  }
  #about .eventBlock01 .data01 li.data01Hours01 {
    padding-top: 0.15em;
  }
  #about .eventBlock01 .data01 li.data01Area01 {
    padding-top: 0.15em;
  }
  #about .eventBlock01 .list01 {
    border-top: 1px solid #d3d3d3;
  }
  #about .eventBlock01 .list01 li {
    padding: 13px 0 15px 10px;
    border-bottom: 1px solid #d3d3d3;
  }
  #about .eventBlock01 .list01 li + li {
    margin-top: 0;
  }
  #about .eventBlock01 .list01 li .list01lo01 .list01lo0101 {
    padding: 4px 0 0 0;
    width: 30px;
  }
  #about .eventBlock01 .list01 li .list01lo01 .list01lo0102 {
    font-size: 12px;
  }
  #about .eventBlock01 .list01 li.etc {
    padding: 3px 0 0 0;
    border-bottom: none;
  }
  #about .eventBlock01 .list01 li.etc .list01lo01 .list01lo0101 {
    font-size: 14px;
  }
  #about .button01 {
    margin-top: 30px;
  }
  #about .button01 a {
    margin: 0 auto;
    width: 195px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #about > .vessel {
    padding: 0 30px 75px 30px;
  }
  #about .aboutBlock01 {
    padding: 77px 0 63px 0;
  }
  #about .aboutBlock01 .lo01 {
    display: block;

    margin-top: 31px;
  }
  #about .aboutBlock01 .lo01 + .lo01 {
    margin-top: 44px;
  }
  #about .aboutBlock01 .lo01 .lo0101 {
    padding: 0;
    margin-right: 0;
    border-top: none;
    width: auto;
  }
  #about .aboutBlock01 .lo01 .lo0101 .head01 {
    font-size: 20px;
  }
  #about .aboutBlock01 .lo01 .lo0102 {
    margin-top: 18px;
    border-bottom: none;
  }
  #about .aboutBlock01 .outline01 {
    font-size: 12px;
    line-height: 1.84;
  }
  #about .aboutBlock01 .outline01 > dt {
    padding: 18px 5px 18px 0;
    width: 80px;
    align-self: center;
  }
  #about .aboutBlock01 .outline01 > dd {
    padding: 18px 0 18px 0;
  }
  #about .aboutBlock01 .partner01 {
    margin-top: 24px;
  }
  
  #about .aboutBlock01 .partner01 > li {
    margin-left: 25px;
    margin-bottom: 25px;
    width: calc((100% - 50px) / 3);
  }
  #about .aboutBlock01 .partner01 > li {
    margin-left: 25px;
    width: calc((100% - 50px) / 3);
  }
  #about .aboutBlock01 .partner01 > li:nth-of-type(1),
  #about .aboutBlock01 .partner01 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #about .aboutBlock01 .partner01 > li:nth-of-type(4n + 1) {
    margin-left: auto;
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(4n + 1){
    width: calc((100% - 50px) / 3);
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(4n + 1) .partner01Image01 {
    display: block;
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(3n + 1){
    width: 100%;
    text-align: right;
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(3n + 1) .partner01Image01 {
    display: none;
  }
  #about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Text01 {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 11px;
    line-height: 1.4;
    vertical-align: baseline;
    letter-spacing: 0;
  }
  #about .aboutBlock01 .partner01 li.etc .partner01Wrap01 .partner01Text01 {
    font-size: 12px;
  }

  /* #about .aboutBlock01 .partner01 > li {
    margin: 0 0 30px 25px;
    width: calc((100% - 25px) / 2);
  }
  #about .aboutBlock01 .partner01 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  #about .aboutBlock01 .partner01 li .partner01Wrap01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    position: relative;
    width: auto;
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(2n + 1){
    width: 100%;
    text-align: right;
  }
  #about .aboutBlock01 .partner01 > li.etc:nth-of-type(2n + 1) .partner01Image01 {
    display: none;
  }

  #about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Text01,
  #about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Image01 {
    display: -webkit-box;
    display: flex;
  }
  #about .aboutBlock01 .partner01 li .partner01Wrap01 .partner01Text01 {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 12px;
    line-height: 1.84;
    vertical-align: baseline;
  }
  #about .aboutBlock01 .partner01 li.etc .partner01Wrap01 {
    -webkit-box-align: end;
            align-items: flex-end;
    height: auto;
  }
  #about .aboutBlock01 .partner01 li.etc .partner01Wrap01::after {
    display: none;
  }
  #about .aboutBlock01 .partner01 li.etc .partner01Wrap01 .partner01Text01 {
    font-size: 13px;
  } */





  #about .eventBlock01 {
    margin: 0 -30px;
    padding: 0;
  }
  #about .eventBlock01::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 100%;
    background: url(../img/index_img_event_01_sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
  #about .eventBlock01 > .vessel {
    padding: 43px 30px 44.5vw 30px;
  }
  #about .eventBlock01 .lo01 {
    display: block;
  }
  #about .eventBlock01 .lo01 .lo0101 {
    padding: 0;
    width: auto;
  }
  #about .eventBlock01 .lo01 .lo0102 {
    padding: 22px 0 0 0;
  }
  #about .eventBlock01 .lo01 .lo0102::before {
    display: none;
  }
  #about .eventBlock01 .word01 li {
    border-radius: 11.5px;
    -webkit-border-radius: 11.5px;
    -moz-border-radius: 11.5px;
    height: 23px;
    font-size: 12px;
    line-height: 21px;
  }
  #about .eventBlock01 .headMain01 {
    margin-top: 10px;
    font-size: 22px;
  }
  #about .eventBlock01 .textBlock01 {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.84;
  }
  #about .eventBlock01 .data01 {
    margin-top: 19px;
  }
  #about .eventBlock01 .data01 li {
    font-size: 12px;
  }
  #about .eventBlock01 .data01 li.data01Hours01 {
    background-position: 0 2px;
  }
  #about .eventBlock01 .data01 li.data01Area01 {
    margin-left: 39px;
    background-position: 0 0;
  }
  #about .eventBlock01 .list01 {
    border-top: 1px solid #d3d3d3;
  }
  #about .eventBlock01 .list01 li {
    padding: 13px 0 15px 0;
    border-bottom: 1px solid #d3d3d3;
  }
  #about .eventBlock01 .list01 li + li {
    margin-top: 0;
  }
  #about .eventBlock01 .list01 li .list01lo01 .list01lo0101 {
    padding: 4px 0 0 0;
    width: 18px;
  }
  #about .eventBlock01 .list01 li.etc {
    margin-top: 4px;
    padding: 0;
    border-bottom: none;
  }
  #about .eventBlock01 .list01 li.etc .list01lo01 .list01lo0101 {
    width: 100%;
    text-align: right;
    font-size: 14px;
  }
  #about .eventBlock01 .list01 li .list01lo01 .list01lo0102 {
    font-size: 12px;
  }
  #about .button01 {
    margin-top: 22px;
  }
  #about .button01 a {
    margin: 0 auto;
    width: 195px;
    font-size: 14px;
  }
}

/* contact */
#contact > .vessel {
  padding: 0 10vw;
}
#contact .box01 {
  position: relative;
  margin-bottom: -12vw;
  padding: 6.15vw 8vw 12vw 8vw;
  background: #fff;
  z-index: 2;
}
#contact .telBox01 {
  position: absolute;
  top: 50px;
  right: 50px;
  border: 1px solid #dcdcdc;
  width: 210px;
}
#contact .telBox01 .telBox01Head01 {
  padding: 16px 0 0 0;
  line-height: 1.5;
  text-align: center;
}
#contact .telBox01 .telBox01Main01 {
  text-align: center;
}
#contact .telBox01 .telBox01No01 {
  margin-top: 13px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1;
}
#contact .telBox01 .telBox01No01 a {
  color: #707070;
}
body.-is-noTouch #contact .telBox01 .telBox01No01 a:hover {
  text-decoration: none;
}
#contact .telBox01 .telBox01Hours01 {
  margin-top: 2px;
  padding-bottom: 24px;
  color: #a9abaf;
  font-size: 12px;
  line-height: 1.5;
}
#contact .formBlock01 {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
#contact .beforeSubmit01 {
  margin-top: 56px;
  line-height: 1.5;
  text-align: center;
}
#contact .beforeSubmit01 a {
  text-decoration: underline;
}
body.-is-noTouch #contact .beforeSubmit01 a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contact > .vessel {
    padding: 0;
  }
  #contact .box01 {
    margin-bottom: 0;
    padding: 10.3vw 8vw 16.6vw 8vw;
  }
  #contact .telBox01 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 180px;
  }
  #contact .telBox01 .telBox01Head01 {
    padding: 20px 0 0 0;
    font-size: 12px;
  }
  #contact .telBox01 .telBox01No01 {
    margin-top: 17px;
    font-size: 20px;
  }
  #contact .telBox01 .telBox01Hours01 {
    margin-top: 4px;
    padding-bottom: 20px;
  }
  #contact .beforeSubmit01 {
    margin-top: 56px;
    line-height: 1.5;
    text-align: center;
  }
  #contact .beforeSubmit01 a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #contact > .vessel {
    padding: 0;
  }
  #contact .box01 {
    margin-bottom: 0;
    padding: 40px 30px 75px 30px;
  }
  #contact .telBox01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;

    position: relative;
    top: auto;
    right: auto;
    margin-top: 36px;
    width: auto;
  }
  #contact .telBox01 .telBox01Head01 {
    margin-right: auto;
    padding: 0 0 0 18px;
    font-size: 12px;
  }
  #contact .telBox01 .telBox01Main01 {
    -webkit-box-flex: 1;
    flex: 1;

    padding: 16px 0 12px 0;
  }
  #contact .telBox01 .telBox01No01 {
    margin-top: 0;
    font-size: 20px;
  }
  #contact .telBox01 .telBox01Hours01 {
    margin-top: 3px;
    padding-bottom: 0;
    font-size: 10px;
  }
  #contact .beforeSubmit01 {
    margin-top: 30px;
    font-size: 12px;
    text-align: left;
  }
  #contact .beforeSubmit01 a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 374px) {
  #contact .telBox01 .telBox01Head01 {
    padding: 0 0 0 10px;
  }
}

/* ofi
------------------------------------------ */
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* slider
------------------------------------------ */
.o-kv-slider {
  position: relative;
}

.o-kv-slider,
.o-kv-slider_inner {
  /* overflow: hidden; */
  height: 100%;
}

.o-kv-slider_slide {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* clip: rect(0, 100vw, 100vh, 100vw); */
}

.o-kv-slider_slide_inner {
  margin: -9px;
  width: calc(100% + 18px);
  height: 100%;
}
.o-kv-slider_slide_caption {
  position: absolute;
  right: 20px;
  bottom: -28px;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 1.3em;
  font-size: 11px;
  letter-spacing: .05em;
}
.active .o-kv-slider_slide_caption{
  visibility: visible;
}
.o-kv-slider_slide_caption span{
  display: inline-block;
  position: relative;
  height: 1.2em;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  line-height: 1;
}
.active .o-kv-slider_slide_caption span{
  -webkit-animation: slideText .7s ease both;
          animation: slideText .7s ease both;
}
.o-kv-slider_slide_text {
  font-size: 12vw;
  position: absolute;
  bottom: -4.6vw;
  left: -9vw;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 1;
  z-index: 100;
}
.o-kv-slider_slide_text{
  visibility: hidden;
}
.o-kv-slider_slide_text.active,
.o-kv-slider_slide_text.pre
{
  visibility: visible;
}
.o-kv-slider_slide_text .slider_textAnimeWrap{
  display: block;
  overflow: hidden;
  position: relative;
  will-change: opacity;
}
.o-kv-slider_slide_text .slider_textAnime{
  position: relative;
  top: 0;
  padding-right: 0.08em;
  will-change: transform;
  -webkit-transform-origin: top;
          transform-origin: top;
  display: block;
}

.o-kv-slider_slide_text.active .slider_textAnime{
  /* top: 2em; */
  -webkit-transform:translateY(2em);
          transform:translateY(2em);
}
.o-kv-slider_slide_text.pre .slider_textAnime{
  /* top: -2em; */
  -webkit-transform:translateY(-2em);
          transform:translateY(-2em);
}

.o-kv-slider_slide_text div {
  display: block;
}
.o-kv-slider_slide_text .o-kv-slider_slide_text01 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  /* height: 12vw; */
}
.o-kv-slider_slide_text .o-kv-slider_slide_text02 {
  margin-top: 20px;
}
.o-kv-slider_slide_text_mark {
  position: relative;
  width: 13.38vw;
  height: 0;
  top: -4.615vw;
  visibility: hidden;
  opacity: 0;
  will-change: opacity;
}

.pre .o-kv-slider_slide_text_mark {
  visibility: visible;
}
.o-kv-slider_slide_text_mark::after,
.o-kv-slider_slide_text_mark::before {
  content: "";
  display: block;
  width: 13.38vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 6vw
}
.o-kv-slider_slide_text_mark::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.o-kv-slider_slide_text_mark::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .o-kv-slider_slide_caption{
    font-size: 10px;
    bottom: -35px;
    right: 10px;
  }
  .o-kv-slider_slide_text{
    font-size: 13vw;
    left: -12.5vw;
    bottom: -4.8vw;
  }
  .o-kv-slider_slide_text_mark {
    width: 10vw;
    top: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .o-kv-slider_slide_caption{
    font-size: 10px;
    bottom: -25px;
    right: 10px;
  }
  .o-kv-slider_slide_text {
    bottom: -3vw;
    left: -4vw;
    font-size: 16vw;
  }
  .o-kv-slider_slide_text .o-kv-slider_slide_text02{
    margin-top: 13px;
  }
  .o-kv-slider_slide_text_mark {
    width: 16.4vw;
    top: -4.5vw;
  }
  .o-kv-slider_slide_text_mark::after, 
  .o-kv-slider_slide_text_mark::before{
    width: 15.4vw;
  }
}

/* @supports ((-o-object-fit: cover) or (object-fit: cover)) { */
  .o-kv-slider_slide_inner {
    /* height: calc(100% + 18px); */
    height: 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
/* } */

.o-kv-slider_slide figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.o-kv-slider_slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  width: auto;
  min-width: 100%;
  max-width: inherit;
  height: auto;
  min-height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}

/* @supports ((-o-object-fit: cover) or (object-fit: cover)) { */
  .o-kv-slider_slide figure img {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    -webkit-transform: none;
    transform: scale(1.1);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
/* } */
.o-kv-slider_slide figure img {
  width: 100%;
  height: 100%;
}

.o-kv-slider_slide.pre {
  z-index: 20;
  visibility: hidden;
}
.o-kv-slider_slide.active {
  z-index: 30;
}

.o-kv {
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.o-kv_slider {
  /* overflow: hidden; */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* slide animation */

/* text */
/* 初回 */
.o-kv-slider_slide_text.js-imageLoaded.active .slider_textAnimeFast{
  -webkit-animation: slideText 1s ease-in-out 1.2s both;
          animation: slideText 1s ease-in-out 1.2s both;
}
.o-kv-slider_slide_text.js-imageLoaded.active .slider_textAnimeSlow{
  -webkit-animation: slideText 1s ease-in-out 1.4s both;
          animation: slideText 1s ease-in-out 1.4s both;
}

/* ２回目 */
.o-kv-slider_slide_text.active .slider_textAnimeFast{
  -webkit-animation: slideText 1s ease-in-out 0s both;
          animation: slideText 1s ease-in-out 0s both;
}
.o-kv-slider_slide_text.active .slider_textAnimeSlow{
  -webkit-animation: slideText 1s ease-in-out .2s both;
          animation: slideText 1s ease-in-out .2s both;
}
@-webkit-keyframes slideText {
  /* 0% {top: 2em;}
  100% {top: 0;} */
  0% {-webkit-transform:translateY(1.1em);transform:translateY(1.1em)}
  100% {-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes slideText {
  /* 0% {top: 1.2em;}
  100% {top: 0;} */
  0% {-webkit-transform:translateY(1.1em);transform:translateY(1.1em)}
  100% {-webkit-transform:translateY(0);transform:translateY(0)}
}

/* text fadeout */
.o-kv-slider_slide_text.active .slider_textAnimeWrap{
  -webkit-animation: slideTextFadeOut 8s linear 0s 1 normal both;
          animation: slideTextFadeOut 8s linear 0s 1 normal both;
}
@-webkit-keyframes slideTextFadeOut {
  0% {opacity: 1;}
  93%{opacity: 1;}
  to {opacity: 0;}
}
@keyframes slideTextFadeOut {
  0% {opacity: 1;}
  93%{opacity: 1;}
  to {opacity: 0;}
}

/* mark fadeIn */
.js-imageLoaded.active .o-kv-slider_slide_text_mark {
  -webkit-animation: markFadeIn 6.4s ease-in-out 1.6s both;
          animation: markFadeIn 6.4s ease-in-out 1.6s both;
}
/* 2回目 */
.active .o-kv-slider_slide_text_mark {
  visibility: visible;
  -webkit-animation:markFadeInIn 8s ease-in-out both;
          animation: markFadeIn 8s ease-in-out both;
}
@-webkit-keyframes markFadeIn {
  0% {
    opacity: 0;
  }
  10%{
    opacity: 0;
  }
  15%{
    opacity: 1;
  }
  93%{
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes markFadeIn {
  0% {
    opacity: 0;
  }
  10%{
    opacity: 0;
  }
  15%{
    opacity: 1;
  }
  93%{
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* 画像 */
/* @supports ((-o-object-fit: cover) or (object-fit: cover)) { */
  .o-kv-slider_slide.active img {
    -webkit-animation: slideImageActive 8s linear 0s 1 normal both;
            animation: slideImageActive 8s linear 0s 1 normal both;
    will-change: opacity transform;
  }
  .o-kv-slider_slide.next img {
    -webkit-animation: slideImageNext 8s linear 0s 1 normal both;
            animation: slideImageNext 8s linear 0s 1 normal both;
            will-change: opacity transform;
  }
/* } */

@-webkit-keyframes slideImageActive {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  90%{
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes slideImageActive {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  90%{
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideImageNext {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes slideImageNext {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*
privacy
*/
.privacy p{
  font-size: 14px;
}
.privacy main{
  padding: 160px 11.5vw 0 11.5vw;
}
.privacy footer{
  padding: 126px 11.5vw;
}
.privacy h1,
.privacy h2,
.privacy h3{
  color: #575A5F;
  font-weight: 700;
}
.privacy h1{
  margin-bottom: 60px;
}
.privacy h2{
  margin-bottom: 10px;
  font-size: 18px;
}
.sectionH2{
  margin-top: 60px;
}
.sectionH3{
  margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .privacy main{
    padding: 15vw 11.5vw 0 11.5vw;
  }
  .privacy footer{
    padding: 10vw 11.5vw;
  }
}
@media screen and (max-width: 767px) {
  .privacy main{
    padding: 0 11.5vw;
  }
  .privacy footer{
    padding: 10vw 11.5vw;
  }
}