@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;
}

* {
  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-x: hidden;*/
  background-color: #ffffff;
  /*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-size: 62.5%;
  line-height: 1.6;
  font-weight: 400;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 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: #1a1a1a;
	text-decoration: underline;
}
.notouch a:hover {
  color: #1a1a1a;
	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%;
}



/* --------------------------------------------------
  wrapper
-------------------------------------------------- */
.wrapper {
  overflow: hidden;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  .wrapper {
    padding-left: calc(400 / 2880 * 100%);
  }

}
@media screen and (min-width: 1440px) {

  .wrapper {
    padding-left: calc(230 / 10 * 1rem);
  }

}



/* --------------------------------------------------
  header
-------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}
header .inner {
  height: 100%;
  text-align: center;
}
header .logo {
  position: absolute;
}
header nav {
  position: absolute;
  width: 100%;
}
header .gnav a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header .gnav > li > a {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
}
header .gnav > li:not(.current) > a {
  color: #8c8c8c;
}
header .gnav_sns {
  display: flex;
  justify-content: center;
}
header .gnav_sns li a {
  padding: 20px 6px;
  font-size: calc(17 / 10 * 1rem);
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  header {
    width: calc(400 / 2880 * 100%);
    height: 100vh;
    border-right: 1px solid #d2d2d2;
  }
  header .logo {
    top: 51px;
    left: 50%;
    width: calc(124 / 200 * 100%);
    max-width: 124px;
    transform: translate3d(-50%,0,0);
  }
  header nav {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
  }
  header .gnav > li > a {
    font-size: calc(18 / 10 * 1rem);
  }

}
@media screen and (min-width: 1440px) {

  header {
    width: calc(230 / 10 * 1rem);
  }

}
/*tablet style*/
@media screen and (min-width: 768px) and (max-width: 1023px) {

  header nav {
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  header {
    z-index: 100;
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #d2d2d2;
  }
  header .logo {
    top: 50%;
    left: 15px;
    width: 163px;
    transform: translate3d(0,-50%,0);
  }
  header nav {
    top: 58px;
    left: 0;
    height: 0;
    overflow: hidden;
    background-color: #f5f5f5;
    transition: height 400ms ease 200ms;
  }
  .open_sp_menu header nav {
    height: calc(100vh - 58px);
    transition: height 400ms ease;
  }
  header .gnav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0,-50%,0);
    opacity: 0;
    transition: opacity 400ms ease;
  }
  .open_sp_menu header .gnav {
    opacity: 1;
    transition: opacity 400ms ease 200ms;
  }
  header .gnav > li > a {
    font-size: 18px;
  }
  .sp_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
  }
  .sp_nav a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sp_nav a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin-top: -2px;
    margin-left: -15px;
    background-color: #1a1a1a;
    transition: background 400ms ease;
  }
  .open_sp_menu .sp_nav a span {
    background-color: transparent;
  }
  .sp_nav a span:before,
  .sp_nav a span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    transition: top 400ms ease 200ms, transform 400ms ease;
  }
  .sp_nav a span:before {
    top: -11px;
  }
  .sp_nav a span:after {
    top: 11px;
  }
  .open_sp_menu .sp_nav a span:before,
  .open_sp_menu .sp_nav a span:after {
    transition: top 400ms ease, transform 400ms ease 200ms;
  }
  .open_sp_menu .sp_nav a span:before {
    top: 0;
    transform: rotate(-45deg);
  }
  .open_sp_menu .sp_nav a span:after {
    top: 0;
    transform: rotate(45deg);
  }

}



/* --------------------------------------------------
  primary_section
-------------------------------------------------- */
/*sp style*/
@media screen and (max-width: 767px) {

  .primary_section {
    /*padding-top: 58px;*/
  }

}



/* --------------------------------------------------
  footer
-------------------------------------------------- */
footer {
  border-bottom-style: solid;
  border-bottom-color: #1a1a1a;
  border-bottom-width: 10px;
}
footer .inner {
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.05em;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .sns_list li {
  float: left;
}
footer .sns_list a {
  font-size: calc(29 / 10 * 1rem);
  text-decoration: none;
}
footer .copyright {
  font-size: calc(11 / 10 * 1rem);
  color: #999999;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  footer .inner {
    width: calc(800 / 2480 * 100%);
    padding-top: 150px;
    padding-bottom: 150px;
  }
  footer .footer_logo {
    margin-bottom: 45px;
  }
  footer .sns_list li:not(:last-child) {
    margin-right: 20px;
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  footer .inner {
    width: calc(500 / 750 * 100%);
    padding-top: 67px;
    padding-bottom: 67px;
  }
  footer .footer_logo {
    margin-bottom: 32px;
  }
  footer .sns_list li:not(:last-child) {
    margin-right: 17px;
  }

}



/* --------------------------------------------------
  general
-------------------------------------------------- */
.h2 {
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  .h2 {
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  .h2 {
  }

}



/* --------------------------------------------------
  icon font
-------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fb4639');
  src:  url('../fonts/icomoon.eot?fb4639#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fb4639') format('truetype'),
    url('../fonts/icomoon.woff?fb4639') format('woff'),
    url('../fonts/icomoon.svg?fb4639#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-icon_mail:before {
  content: "\e902";
}
.icon-icon_fb:before {
  content: "\e900";
}
.icon-icon_yt:before {
  content: "\e901";
}



/* --------------------------------------------------
  768px〜 hover pc + tablet style
  touchデバイスでhoverを使うと2回クリックしないと
  いけないくなるので、.notouchを先頭につけてください
-------------------------------------------------- */
@media screen and (min-width: 768px) {

  .notouch a {
    transition: color 400ms ease;
  }
  .notouch header nav li a span {
    position: relative;
  }
  .notouch header nav li a span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #1a1a1a;
    transform: translate3d(-50%,0,0);
    transition: width 300ms ease;
  }
  .notouch header nav li a:hover span:after {
    width: 100%;
  }
  .notouch footer .sns_list a {
    /*transition: opacity 400ms ease;*/
  }
  .notouch footer .sns_list a:hover {
    color: #8c8c8c;
  }

}


@keyframes hoverEffectTypeA {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@keyframes hoverEffectTypeB {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}


