@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.aw_conqueror_sans_light {
  font-family: "aw-conqueror-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  word-wrap: break-word;
  white-space: normal;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000000;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
body {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background: #f0fbfd;
}
.gm_filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
.hidden {
  visibility: hidden;
}
body#top #container main#main #wrapper #contents .contents__anchor,
body#top #container main#main #wrapper #contents .contents__top {
  position: fixed;
  right: 50%;
  bottom: 15px;
  z-index: 100;
  margin-right: 3px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents__anchor,
  body#top #container main#main #wrapper #contents .contents__top {
    right: 0;
    bottom: 46px;
  }
}
@media all and (max-width: 400px) {
  body#top #container main#main #wrapper #contents .contents__anchor,
  body#top #container main#main #wrapper #contents .contents__top {
    bottom: 47px;
    bottom: 46.5px;
  }
}
body#top #container main#main #wrapper #contents .contents__anchor.none,
body#top #container main#main #wrapper #contents .contents__top.none {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents__anchor.hdn,
  body#top #container main#main #wrapper #contents .contents__top.hdn {
    visibility: hidden;
  }
}
body#top #container main#main #wrapper #contents .contents__anchor a,
body#top #container main#main #wrapper #contents .contents__top a {
  display: inline-block;
  font-family: "aw-conqueror-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: right;
  color: #0033ff;
  padding: 5px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents__anchor a,
  body#top #container main#main #wrapper #contents .contents__top a {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media all and (max-width: 400px) {
  body#top #container main#main #wrapper #contents .contents__anchor a,
  body#top #container main#main #wrapper #contents .contents__top a {
    font-size: 15px;
    letter-spacing: 1.4px;
  }
}
body#top #container main#main #wrapper #contents .contents__anchor a:before,
body#top #container main#main #wrapper #contents .contents__top a:before {
  content: "";
  display: block;
  width: calc(100% - 14px);
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 6px;
  z-index: 2;
  background: #0033ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents__anchor a:before,
  body#top #container main#main #wrapper #contents .contents__top a:before {
    width: calc(100% - 13px);
  }
}
@media all and (max-width: 400px) {
  body#top #container main#main #wrapper #contents .contents__anchor a:before,
  body#top #container main#main #wrapper #contents .contents__top a:before {
    bottom: 3px;
    bottom: 3.5px;
  }
}
.pc body#top #container main#main #wrapper #contents .contents__anchor a:hover,
.pc body#top #container main#main #wrapper #contents .contents__top a:hover {
  color: #000000;
}
.pc body#top #container main#main #wrapper #contents .contents__anchor a:hover:before,
.pc body#top #container main#main #wrapper #contents .contents__top a:hover:before {
  display: none;
}
body#top #container main#main #wrapper #contents .contents_left {
  padding-right: 50%;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left {
    padding-right: 0;
  }
}
body#top #container main#main #wrapper #contents .contents_left section .profile__headline,
body#top #container main#main #wrapper #contents .contents_left section .awards__headline,
body#top #container main#main #wrapper #contents .contents_left section .works__headline,
body#top #container main#main #wrapper #contents .contents_left section .contact__headline {
  font-family: "aw-conqueror-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2.4px;
  text-indent: 2.4px;
  text-align: center;
  color: #330000;
  padding-top: 37px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section .profile__headline,
  body#top #container main#main #wrapper #contents .contents_left section .awards__headline,
  body#top #container main#main #wrapper #contents .contents_left section .works__headline,
  body#top #container main#main #wrapper #contents .contents_left section .contact__headline {
    font-size: 20px;
    letter-spacing: 1.8px;
    text-indent: 1.8px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__m {
  padding: 60px 40px 0 40px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__m {
    padding: 40px 20px 0 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__m .m__title img {
  display: block;
  width: 71.3%;
  height: auto;
  margin: 0 auto;
}
@media all and (min-width: 1280px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__m .m__title img {
    width: 400px;
    height: 99px;
  }
}
@media all and (min-width: 1280px) and (max-height: 350px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__m .m__title img {
    width: 340px;
    height: 84px;
  }
}
@media all and (max-width: 1279px) and (max-height: 350px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__m .m__title img {
    width: 60.8%;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__m .m__title img {
    max-width: 300px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__m .m__canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 60px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__m .m__canvas {
    padding: 40px 20px 50px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__m .m__canvas .m__canvas_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
body#top #container main#main #wrapper #contents .contents_left section.content__m .m__canvas .m__canvas_inner canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main #wrapper #contents .contents_left section.content__m .m__bottom {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 8px;
  text-indent: 8px;
  text-align: center;
  color: #330000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 40px 19px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__m .m__bottom {
    font-size: 17px;
    letter-spacing: 6px;
    text-indent: 6px;
    padding: 0 20px 20px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__i {
  position: relative;
}
body#top #container main#main #wrapper #contents .contents_left section.content__i .i__canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 60px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__i .i__canvas {
    padding: 40px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__i .i__canvas .i__canvas_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
body#top #container main#main #wrapper #contents .contents_left section.content__i .i__canvas .i__canvas_inner canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main #wrapper #contents .contents_left section.content__k {
  position: relative;
}
body#top #container main#main #wrapper #contents .contents_left section.content__k .k__canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 60px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__k .k__canvas {
    padding: 40px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__k .k__canvas .k__canvas_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
body#top #container main#main #wrapper #contents .contents_left section.content__k .k__canvas .k__canvas_inner canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main #wrapper #contents .contents_left section.content__statement {
  padding: 89px 40px 69px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__statement {
    padding: 52px 20px 50px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__statement .statement__headline {
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 4px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__statement .statement__headline {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.5px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__statement .statement__description {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 2px;
  padding-top: 36px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__statement .statement__description {
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 1.5px;
    padding-top: 32px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__statement .statement__description br.sp {
  display: none;
}
@media all and (max-width: 400px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__statement .statement__description br.sp {
    display: block;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__profile {
  padding: 0 40px 29px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__profile {
    padding: 0 20px 30px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__profile .profile__description,
body#top #container main#main #wrapper #contents .contents_left section.content__profile .profile__description * {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__profile .profile__description,
  body#top #container main#main #wrapper #contents .contents_left section.content__profile .profile__description * {
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 1.5px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__profile .profile__description {
  padding-top: 64px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__profile .profile__description {
    padding-top: 57px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__profile .profile__description a {
  color: #0033ff;
  border-bottom: 1px solid #0033ff;
}
.pc body#top #container main#main #wrapper #contents .contents_left section.content__profile .profile__description a:hover {
  color: #000000;
  border-bottom: 1px solid transparent;
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards {
  padding: 0 40px 40px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards {
    padding: 0 20px 40px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list {
  padding-top: 56px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list {
    padding-top: 67px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul {
  border-top: 1px solid #d9d9d9;
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li {
    padding: 15px 0 16px 0;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__year {
  float: left;
  width: 90px;
  font-family: "aw-conqueror-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  padding-top: 4px;
}
@media all and (min-width: 1280px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__year {
    width: 16.1%;
  }
}
@media all and (min-width: 1920px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__year {
    width: 140px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__year {
    width: 70px;
    font-size: 17px;
    padding-top: 5px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title {
  float: right;
  width: calc(100% - 90px);
}
@media all and (min-width: 1280px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title {
    width: 83.9%;
  }
}
@media all and (min-width: 1920px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title {
    width: calc(100% - 140px);
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title {
    width: calc(100% - 70px);
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl {
  padding-top: 10px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl {
    padding-top: 9px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl:first-child {
  padding-top: 0;
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt,
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt,
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt * {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.2px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt {
  float: left;
  width: calc(100% - 60px);
  padding-right: 20px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt span.ranking {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt span.ranking {
    display: inline;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt br.sp {
  display: none;
}
@media all and (max-width: 480px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dt br.sp {
    display: block;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dd {
  float: right;
  width: 60px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl dd {
    display: none;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li .list__title dl:after {
    display: none;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__awards .awards__list ul li:after {
  content: "";
  display: block;
  clear: both;
}
body#top #container main#main #wrapper #contents .contents_left section.content__works {
  padding: 0 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works {
    padding: 0 20px 40px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list {
  padding-top: 56px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list {
    padding-top: 67px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul {
  border-top: 1px solid #d9d9d9;
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a {
  display: block;
  padding: 40px 0 36px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a {
    padding-bottom: 37px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a.no_link {
  pointer-events: none;
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image {
  position: relative;
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.on {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_105 {
  background-size: 105px auto;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_105 {
    background-size: contain;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_210 {
  background-size: 210px auto;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_210 {
    background-size: 170px auto;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_220 {
  background-size: 220px auto;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_220 {
    background-size: contain;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_250 {
  background-size: 250px auto;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_250 {
    background-size: 220px auto;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_270 {
  background-size: 270px auto;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_270 {
    background-size: 240px auto;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_300 {
  background-size: 300px auto;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.w_300 {
    background-size: 250px auto;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.h_100 {
  height: 100px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.h_100 {
    height: 70px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.h_130 {
  height: 130px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.h_130 {
    height: 98px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.h_200 {
  height: 200px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.h_200 {
    height: 160px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.h_220 {
  height: 220px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.h_220 {
    height: 180px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.op {
  opacity: 0.7;
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__image .image__bg.gs {
  -webkit-filter: url(#gm_grayscale);
  -moz-filter: url(#gm_grayscale);
  -o-filter: url(#gm_grayscale);
  -ms-filter: url(#gm_grayscale);
  filter: url(#gm_grayscale);
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__title {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__title {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__title br.sp {
  display: none;
}
@media all and (max-width: 400px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__title br.sp {
    display: block;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__title br.sp_440 {
  display: none;
}
@media all and (max-width: 440px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__title br.sp_440 {
    display: block;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__year {
  font-family: "aw-conqueror-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 15px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a .list__year {
    font-size: 17px;
    padding-top: 18px;
  }
}
.pc body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a:not(.no_link):hover .list__image .image__bg.on {
  z-index: 2;
  visibility: visible;
}
.pc body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a:not(.no_link):hover .list__image .image__bg {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.pc body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a:not(.no_link):hover .list__title,
.pc body#top #container main#main #wrapper #contents .contents_left section.content__works .works__list ul li a:not(.no_link):hover .list__year {
  color: #0033ff;
}
body#top #container main#main #wrapper #contents .contents_left section.content__contact {
  padding: 0 40px 80px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__contact {
    padding: 0 20px 50px 20px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__contact .contact__description {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
  padding-top: 68px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__contact .contact__description {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.2px;
    text-indent: 1.2px;
    padding-top: 59px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__contact .contact__link {
  text-align: center;
  padding-top: 32px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__contact .contact__link {
    padding-top: 23px;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__contact .contact__link a {
  display: inline-block;
  height: 40px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
  color: #0033ff;
  border: 1px solid #0033ff;
  padding: 12px 11px 0 12px;
  padding-top: 11.5px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__contact .contact__link a {
    font-size: 14px;
    letter-spacing: 1.2px;
    text-indent: 1.2px;
    padding: 12px 10px 0 12px;
  }
}
.pc body#top #container main#main #wrapper #contents .contents_left section.content__contact .contact__link a:hover {
  color: #f0fbfd;
  background: #0033ff;
}
body#top #container main#main #wrapper #contents .contents_left section.content__image {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_left section.content__image {
    display: block;
  }
}
body#top #container main#main #wrapper #contents .contents_left section.content__image .image__bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#top #container main#main #wrapper #contents .contents_right {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #wrapper #contents .contents_right {
    display: none;
  }
}
body#top #container main#main #wrapper #contents .contents_right ul {
  width: 100%;
  height: 100%;
  position: relative;
}
body#top #container main#main #wrapper #contents .contents_right ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
body#top #container main#main #wrapper #contents .contents_right ul li.current {
  z-index: 3;
  opacity: 1;
}
body#top #container main#main #wrapper #contents.horizontal .contents_right ul li:nth-child(1) {
  background-position: center top 18%;
}
body#top #container main#main #wrapper #contents.horizontal .contents_right ul li:nth-child(4) {
  background-position: center bottom 45%;
}
body#top #container main#main #wrapper #contents.horizontal .contents_right ul li:nth-child(5) {
  background-position: center top 45%;
}
body#top #container main#main #wrapper #contents.horizontal .contents_right ul li:nth-child(7) {
  background-position: center top 30%;
}
body#top #container main#main #wrapper #contents.horizontal .contents_right ul li:nth-child(11) {
  background-position: center bottom 25%;
}
body#top #container main#main #wrapper #contents.horizontal .contents_right ul li:nth-child(12) {
  background-position: center top 30%;
}
