@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('/common/font/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('/common/font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('/common/font/NotoSansCJKjp-Medium.woff2') format('woff2'),
	     url('/common/font/NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('/common/font/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('/common/font/NotoSansCJKjp-Bold.woff') format('woff');
}





@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    src: url("/common/font/YakuHanJP-Regular.woff2") format("woff2"),
    	 url("/common/font/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 500;
    src: url("/common/font/YakuHanJP-Medium.woff2") format("woff2"),
    	 url("/common/font/YakuHanJP-Medium.woff") format("woff");
}


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 700;
    src: url("/common/font/YakuHanJP-Bold.woff2") format("woff2"),
    	 url("/common/font/YakuHanJP-Bold.woff") format("woff");
}



@font-face {
  font-family: 'icomoon';
  src:  url('/common/font/icomoon.eot');
  src:  url('/common/font/icomoon.eot') format('embedded-opentype'),
    url('/common/font/icomoon.ttf') format('truetype'),
    url('/common/font/icomoon.woff') format('woff'),
    url('/common/font/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[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-gallery:before {
  content: "\e900";
}
.icon-arrow-left-alt1:before {
  content: "\e901";
}
.icon-arrow-right-alt1:before {
  content: "\e902";
}
.icon-arrow-up-alt1:before {
  content: "\e903";
}
.icon-arrow-down-alt1:before {
  content: "\e904";
}
.icon-play:before {
  content: "\f04b";
}
.icon-arrow-down-right:before {
  content: "\e905";
}







