@charset "UTF-8";
/* Reset Style
--------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll; }

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat; }

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

hr {
  overflow: visible; }

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

small {
  font-size: 1.3rem; }

[hidden], template {
  display: none; }

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

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  overflow-x: auto;
  font-family: monospace,monospace; }

pre code {
  word-wrap: normal;
  white-space: pre-wrap; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

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

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img, iframe {
  max-width: 100%;
  height: auto;
  border-style: none; }

progress {
  vertical-align: baseline; }

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

audio, canvas, progress, video {
  display: inline-block; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none; }

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

/* Font face
--------------------------------------------- */
@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 100; }

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 200; }

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 300; }

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 400; }

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

/* Base Style
--------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  font: 16px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 62.5%;
  font-weight: 300;
  letter-spacing: 0.13em;
  /* 10px */ }

body {
  -webkit-font-feature-settings: "palt" 1;
  color: #1a1a1a;
  font-feature-settings: "palt" 1;
  font-size: 1.6rem; }

.p-body-wrap {
  overflow-x: hidden; }

/* a link
--------------------------------------------- */
a {
  -webkit-transition: all .3s;
  color: #1a1a1a;
  text-decoration: none;
  transition: all .3s; }

a:hover {
  color: #1a1a1a;
  text-decoration: underline; }

a img {
  -webkit-transition: all .3s;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1.0;
  transition: all .3s; }

a:hover img {
  opacity: 0.7; }

@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }

@media print, screen and (max-width: 600px) {
  /* Img sp
--------------------------------------------- */
  img {
    max-width: 100%;
    height: auto; } }
