@charset "UTF-8";
/* MyYugo */
@font-face {
  font-family: MyYugo;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: MyYugo;
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* MyHiragino */
@font-face {
  font-family: MyHiragino;
  font-weight: normal;
  src: local("Hiragino Sans"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro");
}
@font-face {
  font-family: MyHiragino;
  font-weight: bold;
  src: local("Hiragino Sans"),  local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6"), local("Hiragino Kaku Gothic Pro");
}
@font-face {
  font-family: MyHiragino;
  font-weight: 800;
  src: local("Hiragino Sans"),  local("ヒラギノ角ゴ StdN"), local("Hiragino Kaku Gothic StdN");
}

/* MySansSerif */
@font-face {
    font-family: MySansSerif;
    font-weight: normal;
    src: local('HelveticaNeue'), local('Helvetica Neue'), local('Helvetica'), local('Arial');
}
@font-face {
    font-family: MySansSerif;
    font-weight: 700;
    src: local('HelveticaNeueBold'), local('HelveticaNeue-Bold'), local('Helvetica Neue Bold'), local('HelveticaBold'), local('Helvetica-Bold'), local('Helvetica Bold'), local('Arial Bold');
}
@font-face {
    font-family: MySansSerif;
    font-weight: 900;
    src: local('HelveticaNeueBlack'), local('HelveticaNeue-Black'), local('Helvetica Neue Black'), local('HelveticaBlack'), local('Helvetica-Black'), local('Helvetica Black'), local('Arial Black');
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  overflow-y: scroll;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
.noTouch a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Add Reset
------------------------------------------------------------------------------*/
html {
  text-rendering: optimizeLegibility;
}

br {
  letter-spacing: 0 !important;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul, ol {
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

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

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
  margin-bottom: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

* {
  vertical-align: top;
}

* {
  filter: inherit;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
}

/* Font Set
------------------------------------------------------------------------------*/
html {
  /*font-size: 10px;*/
}
@media screen and (min-width: 1440px) {

  html {
    /*font-size: calc(10 / 1440 * 100vw);*/
  }

}
body {
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
  background-color: #000000;
  /*font-family: YakuHanJP, MySansSerif, MyYugo, YuGothic, MyHiragino, -apple-system, BlinkMacSystemFont, Meiryo, Verdana, sans-serif;*/
  /*font-family: YakuHanJP, "din-2014", "source-han-sans-japanese", sans-serif;*/
  /*font-family: "futura-pt",sans-serif;*/
  font-family: 'Ropa Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.6;
  color: #1e1e1e;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  letter-spacing: 0.02em;
}
/* Windows8.1以上のIE10以上を対象 メイリオ以外の日本語フォントだと游ゴシックのベースラインが狂うため */
@media all and (-ms-high-contrast:none) {
  body {
    /*font-family: YakuHanJP, MySansSerif, -apple-system, BlinkMacSystemFont, Meiryo, MyYugo, YuGothic, MyHiragino, Verdana, sans-serif;*/
  }
}

/* modules
------------------------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  line-height: 1;
}
a {
  color: #1e1e1e;
	text-decoration: none;
  outline: none;
}
.notouch a:hover {
  color: #1e1e1e;
	text-decoration: none;
}



/* utility
------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
html,
body {
  width: 100%;
  min-width: 320px;
}



/* --------------------------------------------------
  各ウィンドウサイズのmedia query
  @media screen and (min-width: 1366px) {
    PC（1366px〜）の広い画面の記述を入れる
  }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    PC（1024px〜1365px）の狭い画面の記述を入れる
  }
  @media screen and (min-width: 1024px) {
    PC（1024px〜）の記述を入れる
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    タブレット（768px〜1023px）の記述を入れる
  }

  基本的には以下のみを使用する
  @media screen and (min-width: 768px) {
    PCとタブレット（768px〜）の記述を入れる
  }
  @media screen and (max-width: 767px) {
    スマホ（〜767px）の記述を入れる
  }
-------------------------------------------------- */

/* --------------------------------------------------
  各ウィンドウサイズでの表示非表示
  1024px〜      .pc_onlyか.dpcを使用
  768px〜1023px .tb_onlyか.dtbを使用
  768px〜       .tbpc_onlyか.dtbpcを使用
  〜767px       .sp_onlyか.dspを使用
-------------------------------------------------- */


/* --------------------------------------------------
  1440px〜 wide style
-------------------------------------------------- */
@media screen and (min-width: 1440px) {

}



/* --------------------------------------------------
  1024px〜 1439px middle style
-------------------------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1439px) {

  .wide_only {
    display: none !important;
  }

}



/* --------------------------------------------------
  1024px〜 pc style
-------------------------------------------------- */
@media screen and (min-width: 1024px) {

  img {
    width: 100%;
    height: auto;
  }
  .sp_only,
  .dsp,
  .tb_only,
  .dtb {
    display: none !important;
  }

}



/* --------------------------------------------------
  768px〜1023px Tablet style
-------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {

  .wide_only,
  .sp_only,
  .dsp,
  .pc_only,
  .dpc {
    display: none !important;
  }

}



/* --------------------------------------------------
  〜767px sp style
-------------------------------------------------- */
@media screen and (max-width: 767px) {

  .wide_only,
  .tb_only,
  .dtb,
  .pc_only,
  .dpc,
  .tbpc_only,
  .dtbpc {
  	display: none !important;
  }

}



/* --------------------------------------------------
  320px以下 最小サイズ以下
-------------------------------------------------- */
@media screen and (max-width: 320px) {

  body {
  	overflow-x: scroll;
  }

}



/* --------------------------------------------------
  bg_img 背景画像を切り替える時などに使ってください
-------------------------------------------------- */
.bg_img {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
}
a.bg_img,
input.bg_img,
span.bg_img {
  width: 100%;
  height: 100%;
}



/* --------------------------------------------------
  iconfont
-------------------------------------------------- */
/*@font-face {
  font-family: 'icomoon';
  src:  url('/assets/font/icomoon.eot?nakydk');
  src:  url('/assets/font/icomoon.eot?nakydk#iefix') format('embedded-opentype'),
    url('/assets/font/icomoon.ttf?nakydk') format('truetype'),
    url('/assets/font/icomoon.woff?nakydk') format('woff'),
    url('/assets/font/icomoon.svg?nakydk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;*/

  /* Better Font Rendering =========== */
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

/*.icon-insta:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-reddit:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}*/



/* --------------------------------------------------
  wrapper
-------------------------------------------------- */
.ready {
  overflow: hidden;
}
.open_menu {
  /*overflow: hidden;*/
}
body {
  background-color: #1e1e1e;
}
.wrapper {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
#main_section {
  min-height: 600px;
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.86, 0, 0.07, 1) 2000ms;
}
.load #main_section {
  opacity: 1;
}
#main_section:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fafafa;
  transition: width 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
#main_section.pjax-send:before {
  width: 100%;
}
#main_section.pjax-end:before {
  left: auto;
  right: 0;
  width: 0;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {

  #main_section {
    min-height: 300px;
  }

}



/* --------------------------------------------------
  header
-------------------------------------------------- */
header {
  position: fixed;
  top: 82px;
  right: calc(80 / 1280 * 100%);
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.86, 0, 0.07, 1) 2000ms;
}
.load header {
  z-index: 100000;
  opacity: 1;
}
header nav {
  display: flex;
  align-items: center;
}
header .gnav {
  display: flex;
  margin-right: 15px;
}
header .gnav li:not(:last-child) {
  margin-right: 25px;
}
header .gnav li:last-child {
  position: relative;
  padding-right: 15px;
}
header .gnav li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  background-color: #b4b4b4;
  transform: translateY(-50%);
}
header .gnav li a {
  display: block;
  position: relative;
  vertical-align: baseline;
  font-size: 16px;
}
header .gnav li a.cu {
  color: #fafafa;
}
header .gnav li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-color: #fafafa;
}
header .gnav li a.cu:before {
  background-color: #1e1e1e;
}
header .gnav li a span {
  position: relative;
  padding: 0 1px;
}
header .language {
  display: flex;
  margin-right: 15px;
}
header .language li {
  display: flex;
}
header .language li:not(:last-child):after {
  content: "/";
  margin: 0 3px;
  font-size: 12px;
}
header .language li:last-child {
  position: relative;
  padding-right: 15px;
}
header .language li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  background-color: #b4b4b4;
  transform: translateY(-50%);
}
header .language li a {
  display: block;
  position: relative;
  vertical-align: baseline;
  font-size: 12px;
}
header .language li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-color: #fafafa;
}
header .language li a span {
  position: relative;
  padding: 0 1px;
}
header .share {
  display: flex;
}
header .share li:not(:last-child) {
  margin-right: 7px;
}
header .share li.fb {
  width: 9px;
}
header .share li.insta {
  width: 16px;
}
header .share li a {
  display: block;
  position: relative;
  vertical-align: baseline;
}
header .share li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}
header .share li a span {
  display: block;
  position: relative;
  padding: 1px;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {
}
/*pc + tablet style*/
@media screen and (min-width: 1024px) {
}
/*short pc style*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
/*sp style*/
@media screen and (max-width: 767px) {
  header {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 0;
  }
  header .inner {
    position: relative;
    width: 0;
    height: 100vh;
    overflow: hidden;
    background-color: #fafafa;
    transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  }
  .open_menu header .inner {
    width: 100vw;
  }
  header .height {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: calc(71 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  header nav {
    display: block;
    position: relative;
  }
  header .gnav {
    display: block;
    margin-right: 0;
  }
  header .gnav li:not(:last-child) {
    margin-bottom: calc(21 / 375 * 100vw);
    margin-right: 0;
  }
  header .gnav li:last-child {
    padding-right: 0;
  }
  header .gnav li:last-child:after {
    content: none;
  }
  header .gnav li a {
    font-size: calc(18 / 375 * 100vw);
  }
  header .gnav li a:before {
    content: none;
  }
  header .gnav li a.cu span {
    background-color: #1e1e1e;
  }
  header .language {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
  }
  header .language li {
    display: flex;
  }
  header .language li:not(:last-child):after {
    margin: 0 calc(3 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  header .language li:last-child {
    padding-right: 0;
  }
  header .language li:last-child:after {
    content: none;
  }
  header .language li a {
    font-size: calc(12 / 375 * 100vw);
  }
  header .share {
    position: absolute;
    /*bottom: calc(33 / 375 * 100vw);*/
    bottom: 0;
    right: 0;
  }
  header .share li:not(:last-child) {
    margin-right: calc(7 / 375 * 100vw);
  }
  header .share li.fb {
    width: calc(9 / 375 * 100vw);
  }
  header .share li.insta {
    width: calc(16 / 375 * 100vw);
  }
  header .share li a:before {
    content: none;
  }
}



/* --------------------------------------------------
  header sp_menu
-------------------------------------------------- */
.sp_menu {
  display: none;
}
/*sp style*/
@media screen and (max-width: 767px) {
  .sp_menu {
    display: block;
    position: absolute;
    top: calc(67 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    /*width: calc(39 / 375 * 100vw);*/
    /*height: calc(14 / 375 * 100vw);*/
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    transition: all 400ms ease;
  }
  .open_menu .sp_menu {
    top: calc(68 / 375 * 100vw);
    /*height: calc(20 / 375 * 100vw);*/
    height: calc(30 / 375 * 100vw);
  }
  .sp_menu a {
    display: block;
    position: relative;
    height: 100%;
    background-color: #fafafa;
  }
  .sp_menu span {
    display: block;
    height: 100%;
  }
  .sp_menu span:before,
  .sp_menu span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(20 / 375 * 100vw);
    height: 1px;
    margin-left: calc(-10 / 375 * 100vw);
    background-color: black;
    transition: all 400ms ease;
  }
  .sp_menu span:before {
    margin-top: calc(-8 / 375 * 100vw);
  }
  .sp_menu span:after {
    margin-top: calc(8 / 375 * 100vw);
  }
  .sp_menu > a > span > span:before {
    margin-top: 0;
  }
  .sp_menu > a > span > span:after {
    margin-top: 0;
  }
  .open_menu .sp_menu span:before,
  .open_menu .sp_menu span:after {
    margin-top: 0;
  }
  .open_menu .sp_menu span:before {
    transform: rotate(45deg);
  }
  .open_menu .sp_menu span:after {
    transform: rotate(-45deg);
  }
  .open_menu .sp_menu > a > span:before {
    transform: rotate(0);
    opacity: 0;
    transform: scale(0, 0);
  }
  .open_menu .sp_menu > a > span:after {
    transform: rotate(0);
    opacity: 0;
    transform: scale(0, 0);
  }
}



/* --------------------------------------------------
  footer
-------------------------------------------------- */
footer {
  position: relative;
  z-index: 100;
  padding: calc(80 / 1280 * 100%) calc(80 / 1280 * 100%) calc(80 / 1280 * 100%) calc(230 / 1280 * 100%);
  background-color: #1e1e1e;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.86, 0, 0.07, 1) 2000ms;
}
.load footer .inner {
  opacity: 1;
}
footer .f-logo {
  width: calc(220 / 970 * 100%);
}
footer .f-info {
  box-sizing: border-box;
  width: calc(314 / 970 * 100%);
  min-width: 314px;
  padding: 1px;
  background-color: #fafafa;
}
footer .gnav {
  display: flex;
  justify-content: space-between;
}
footer .gnav li a {
  font-size: 14px;
}
footer .sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 23px;
}
footer .language {
  display: flex;
  margin-right: 15px;
}
footer .language li {
  display: flex;
}
footer .language li:not(:last-child):after {
  content: "/";
  margin: 0 3px;
  font-size: 12px;
}
footer .language li a {
  font-size: 12px;
}
footer .share {
  display: flex;
}
footer .share li:not(:last-child) {
  margin-right: 7px;
}
footer .share li.fb {
  width: 7px;
}
footer .share li.insta {
  width: 14px;
}
footer address {
  margin-top: 21px;
  text-align: right;
  font-style: normal;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {
}
/*sp style*/
@media screen and (max-width: 767px) {
  footer {
    padding: calc(20 / 375 * 100vw);
  }
  footer .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .f-logo {
    width: calc(98 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  footer .f-info {
    width: 100%;
    min-width: 0;
  }
  footer .gnav li a {
    font-size: calc(14 / 375 * 100vw);
  }
  footer .sub {
    margin-top: calc(23 / 375 * 100vw);
  }
  footer .language {
    margin-right: calc(25 / 375 * 100vw);
  }
  footer .language li:not(:last-child):after {
    content: "/";
    margin: 0 calc(3 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  footer .language li a {
    font-size: calc(12 / 375 * 100vw);
  }
  footer .share li:not(:last-child) {
    margin-right: calc(7 / 375 * 100vw);
  }
  footer .share li.fb {
    width: calc(7 / 375 * 100vw);
  }
  footer .share li.insta {
    width: calc(14 / 375 * 100vw);
  }
  footer address {
    margin-top: calc(21 / 375 * 100vw);
  }
}



/* --------------------------------------------------
  loading
-------------------------------------------------- */
.loading_wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  transition: width 1200ms cubic-bezier(0.86, 0, 0.07, 1) 1200ms;
}
.load .loading_wrap {
  width: 0;
}



/* --------------------------------------------------
  move-object
-------------------------------------------------- */
.move-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.move-object .head-parts {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}
.move-object .head-parts.show {
  visibility: visible;
}
.move-object .head-parts .head-parts-list {
  width: 2000%;
}
.move-object .head-parts .head-parts-item {
  float: left;
}
.move-object .head-parts p {
  float: left;
  width: 162px;
  margin-right: 20px;
}
.move-object .head-parts.pat1-5 p {
  margin-right: calc(20px * 1.5);
}
.move-object .head-parts.pat2 p {
  margin-right: calc(20px * 2);
}
.move-object .head-parts.pat4 p {
  margin-right: calc(20px * 4);
}
.move-object .side-parts {
  position: absolute;
  top: 85px;
  left: calc(-36 / 1280 * 100%);
  z-index: 1;
  width: calc(214 / 1280 * 100%);
  padding-top: calc(2048 / 1280 * 100%);
  overflow: hidden;
}
.move-object .side-parts.show {
  overflow: visible;
}
.move-object .side-parts h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: calc(-50 / 214 * 100%);
  transform: translate3d(-100%,0,0);
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.load .move-object .side-parts h1 {
  transform: translate3d(0,0,0);
}
.hizume-logo-vertical-black {
  fill: #fafafa !important;
  transition: all 1200ms cubic-bezier(0.86, 0, 0.07, 1) 1200ms;
}
.load .hizume-logo-vertical-black {
  fill: #1e1e1e !important;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {
}
/*sp style*/
@media screen and (max-width: 767px) {
  .move-object .head-parts {
    top: calc(20 / 375 * 100vw);
    z-index: 1000;
  }
  .move-object .head-parts .head-parts-list {
    width: 2000%;
  }
  .head-parts-item {
    width: calc(((121 + 13) * 20) / 375 * 100vw);
  }
  .move-object .head-parts p {
    width: calc(121 / 375 * 100vw);
    margin-right: calc(13 / 375 * 100vw);
  }
  .move-object .side-parts {
    top: calc(70 / 375 * 100vw);
    left: calc(-12 / 375 * 100vw);
    z-index: 100;
    width: calc(64 / 375 * 100vw);
    padding-top: calc(613 / 375 * 100vw);
  }
  .move-object .side-parts h1 {
    margin-top: calc(-12 / 375 * 100vw);
  }
}



/* --------------------------------------------------
  general section
-------------------------------------------------- */
.section {
  padding: calc(80 / 1280 * 100%) calc(80 / 1280 * 100%) calc(80 / 1280 * 100%) calc(230 / 1280 * 100%);
}
.section-gray {
  background-color: #ebebeb;
}
.section .inner {
  position: relative;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {
}
/*sp style*/
@media screen and (max-width: 767px) {

  .section {
    padding: calc(20 / 375 * 100vw);
  }

}



/* --------------------------------------------------
  general thumb_list
-------------------------------------------------- */
.thumb_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(-80 / 970 * 100%);
}
.thumb_list li {
  width: calc(220 / 970 * 100%);
  margin-bottom: calc(80 / 970 * 100%);
}
.thumb_list li:not(:nth-child(4n)) {
  margin-right: calc(30 / 970 * 100%);
}
.thumb_list .thumb_img {
  position: relative;
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.05);
}
.thumb_list .thumb_img .thumb_icon {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1e1e1e;
  padding: 0 1px;
  font-size: 10px;
  color: #fafafa;
}
.thumb_list .thumb_text {
  margin-top: 15px;
  padding: 1px 1px 0;
  background-color: #ebebeb;
  font-size: 16px;
}
.section-gray .thumb_list .thumb_text {
  background-color: #fafafa;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {
}
/*sp style*/
@media screen and (max-width: 767px) {

  .thumb_list {
    margin-bottom: calc(-20 / 375 * 100vw);
  }
  .thumb_list li {
    width: calc(157 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .thumb_list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .thumb_list li:not(:nth-child(2n)) {
    margin-right: calc(21 / 375 * 100vw);
  }
  .thumb_list .thumb_img .thumb_icon {
    font-size: calc(10 / 375 * 100vw);
  }
  .thumb_list .thumb_text {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }

}



/* --------------------------------------------------
  general hd_wrap
-------------------------------------------------- */
.hd_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(80 / 970 * 100%);
}
.hd_wrap .hd {
  font-size: 30px;
}
.hd_wrap .hd span {
  display: inline;
  padding: 0 1px;
  background-color: #1e1e1e;
  color: #fafafa;
}
.hd_wrap .more {
  font-size: 16px;
}
.hd_wrap .more a {
  display: block;
  width: 53px;
  background-color: #f81006;
  text-align: center;
  color: #fafafa;
}
.hd_wrap .more a span {
  display: block;
  padding: 5px 0 3px;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {
}
/*sp style*/
@media screen and (max-width: 767px) {

  .hd_wrap {
    margin-top: calc(10 / 375 * 100vw) !important;
  }
  .hd_wrap .hd {
    font-size: calc(30 / 375 * 100vw);
  }
  .hd_wrap .more {
    font-size: calc(16 / 375 * 100vw);
  }
  .hd_wrap .more a {
    width: calc(66 / 375 * 100vw);
  }
  .hd_wrap .more a span {
    padding: calc(5 / 375 * 100vw) 0 calc(3 / 375 * 100vw);
  }

}



/* --------------------------------------------------
  general btn_list
-------------------------------------------------- */
.btn_list {
  display: flex;
  flex-wrap: wrap;
}
.btn_list li {
  width: calc(470 / 970 * 100%);
}
.btn_list li:not(:nth-child(2n)) {
  margin-right: calc(30 / 970 * 100%);
}
.btn_list li a {
  display: block;
  padding: calc(40 / 470 * 100%);
  background-color: #1e1e1e;
  text-align: center;
  font-size: 24px;
  box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.05);
}
.btn_list li span {
  display: inline-block;
  padding: 0 1px;
  background-color: #fafafa;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {
}
/*sp style*/
@media screen and (max-width: 767px) {

  .btn_list {
    flex-direction: column;
  }
  .btn_list li {
    width: 100%;
  }
  .btn_list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .btn_list li:not(:last-child) {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .btn_list li a {
    padding: calc(20 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }

}



/* --------------------------------------------------
  768px〜 hover pc + tablet style
  touchデバイスでhoverを使うと2回クリックしないと
  いけないくなるので、.notouchを先頭につけてください
-------------------------------------------------- */
@media screen and (min-width: 768px) {

  .notouch a {
    transition: color 400ms ease;
  }

}