@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  overflow-y: scroll;
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */

  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before, ::after {
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; 
  text-decoration: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0; 
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  background-repeat: no-repeat;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */

  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"] [role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0; 
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
     -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;

  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000000;
  text-shadow: none;
}

html {
  height: 100%; 
  font-size: 62.5%;
}

body {
  overflow: auto;
  width: 100%;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.87); 
  font-size: 1.4rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.9;
}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: 400;
}

h1 {
  margin-bottom: 2.8rem; 
  font-size: 3.6rem;
  line-height: 4.8rem;
}

h2 {
  margin-bottom: 2rem; 
  font-size: 3.6rem;
  line-height: 3.4rem;
}

h3 {
  margin-bottom: 1.2rem; 
  font-size: 1.7rem;
  line-height: 3rem;
}

h4 {
  font-size: 1.4rem;
  line-height: 2.6rem;
}

a {
  color: #ffb400;
  text-decoration: none;
}
a:hover {
  color: #c7243a;
}

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

::-moz-selection, ::-moz-selection {
  background: #ffffff;
  color: #ffffff;
}

::selection, ::-moz-selection {
  background: #ffffff;
  color: #ffffff;
}

.l-content, .info-inner {
  *zoom: 1;
}
.l-content:before, .info-inner:before, .l-content:after, .info-inner:after {
  display: table;
  content: " ";
}
.l-content:after, .info-inner:after {
  clear: both;
}

.offSrc {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  width: 1px; 
  height: 1px;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[class*=md-ripple] {
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: 0.4;
  -webkit-transform: scale(3);
          transform: scale(3);
}

[class*=is-md-wave] {
  position: relative;
}

.is-md-imgWave {
  position: relative;
  display: block;
  overflow: hidden;
}

.md-rippleLight {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.4;
}

.md-rippleDark {
  background-color: #383838;
  opacity: 0.4;
}

.is-inkAnimation {
  -webkit-animation: ink 0.25s cubic-bezier(0.4, 0, 1, 1) forwards;
          animation: ink 0.25s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@-webkit-keyframes ink {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@keyframes ink {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

.is-inkAnimation-out {
  -webkit-animation: inkout 0.24s ease-in-out both;
          animation: inkout 0.24s ease-in-out both;
}

@-webkit-keyframes inkout {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}

@keyframes inkout {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}

[class*="md-btn"] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  box-sizing: border-box; 
  padding: 0 16px;
  min-width: 64px;
  min-height: 36px;
  border: none;
  border-radius: 2px;
  color: #ffb400;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.md-btn-a {
  background-color: #ffb400;
  color: #ffffff;
}
.md-btn-a:hover, .md-btn-a:focus {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); 
  color: #ffffff;
}
.md-btn-a:active {
  background-color: #c7243a; 
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.md-btn-flatLight {
  background-color: transparent;
}
.md-btn-flatLight:hover, .md-btn-flatLight:focus {
  background-color: rgba(158, 158, 158, 0.2);
}
.md-btn-flatLight:active {
  background-color: rgba(158, 158, 158, 0.4);
}

._btn-small {
  padding: 0 8px;
}

.md-btn-flatDark {
  background-color: transparent;
}
.md-btn-flatDark:hover, .md-btn-flatDark:focus {
  background-color: rgba(204, 204, 204, 0.1);
}
.md-btn-flatDark:active {
  background-color: rgba(204, 204, 204, 0.25);
}

.md-btn-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-btn-raised:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.md-btn-fab {
  position: relative;
  z-index: 3; 
  overflow: hidden;
  padding: 0;
  min-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  vertical-align: top;
  font-size: 24px;
  line-height: 56px;
}

.md-btn-icon {
  z-index: 1;
  padding: 8px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 100%;
  line-height: 1;
}
.md-btn-icon:hover {
  background-color: rgba(158, 158, 158, 0.4);
}

.md-btn-pagenation {
  z-index: 1;
  box-sizing: content-box;
  padding: 0;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 3px;
  line-height: 24px;
}
.md-btn-pagenation:hover {
  background-color: rgba(158, 158, 158, 0.4);
}

[class*=md-ripple] {
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: 0.4;
  -webkit-transform: scale(3);
          transform: scale(3);
}

[class*=is-md-wave] {
  position: relative;
}

.is-md-imgWave {
  position: relative;
  display: block;
  overflow: hidden;
}

.md-rippleLight {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.4;
}

.md-rippleDark {
  background-color: #383838;
  opacity: 0.4;
}

.is-inkAnimation {
  -webkit-animation: ink 0.25s cubic-bezier(0.4, 0, 1, 1) forwards;
          animation: ink 0.25s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes ink {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

.is-inkAnimation-out {
  -webkit-animation: inkout 0.24s ease-in-out both;
          animation: inkout 0.24s ease-in-out both;
}

@keyframes inkout {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}

.md-card, .md-cardHorizonal {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  box-sizing: border-box; 
  border-radius: 2px;
  background: #ffffff;
  font-weight: 400;
  font-size: 16px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
      flex-flow: column;
}
.md-card h2, .md-cardHorizonal h2, .md-card p, .md-cardHorizonal p {
  margin: 0;
}

.md-cardHorizonal {
  width: 100%; 

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
      flex-flow: row;
}

.md-cardStacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
      flex-flow: column;
}
.md-cardStacked .md-cardBody {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.md-cardStacked .md-cardAction {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.md-cardInner {
  padding: 16px;
}

.md-cardImg {
  position: relative;
}
.md-cardImg a {
  display: block;
}
.md-cardImg img {
  position: relative;
  display: block;
  width: 100%;
}
.md-cardImg .md-cardTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  color: #ffffff;
}

.md-cardTitleBg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.md-cardTitle {
  box-sizing: border-box;
}

.md-cardInner {
  position: relative;
}
.md-cardInner .md-cardBody {
  padding-top: 16px;
}

.md-cardAction {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); 

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.md-cardBorder {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  overflow: hidden;
  padding: 0.6em 1.2em;
  border: 1px solid #c7243a; 
  border-radius: 0.3em;
  color: #c7243a;
  text-align: center;
  text-decoration: none;
  font-size: 90%;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  border: 1px solid #c7243a; 
  background: #c7243a;
  color: #ffffff;
  text-decoration: none;
}

.btn-a {
  border: 1px solid #c7243a; 
  background-color: #c7243a;
  color: #ffffff;
}
.btn-a:hover {
  border: 1px solid #a41e30; 
  background-color: #a41e30;
  color: #ffffff;
}

.btn-large {
  box-sizing: border-box;
  padding: 0.8em 2em;
  border-radius: 0.5em; 
  font-size: 150%;
}

.l-wrapper, .l-section {
  position: relative;
  box-sizing: border-box; 
  margin: 0;
  padding: 80px;
  width: 100%;
}
@media (max-width: 990px) {
  .l-wrapper, .l-section {
    padding: 80px 30px;
  }
}
@media (max-width: 480px) {
  .l-wrapper, .l-section {
    padding: 80px 10px;
  }
}

.l-container {
  position: relative;
  margin: 0 auto; 
  padding: 0 15px;
  max-width: 990px;
  height: 100%;
}

.l-content {
  position: relative;
  margin-left: 160px;
  max-width: 800px;
}

.l-box {
  margin: 0 auto; 
  max-width: 810px;
}

.l-inner {
  margin: 0 auto; 
  max-width: 640px;
}

.l-footer {
  margin: 0 auto; 
  max-width: 320px;
}

.l-carousel {
  box-sizing: border-box; 
  padding: 0;
  width: 100%;
}
@media (max-width: 990px) {
  .l-carousel {
    padding: 0;
  }
}

.l-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  margin-right: -15px; 
  margin-left: -15px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

[class*=l-span] {
  box-sizing: border-box; 
  padding: 0 15px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.l-span-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
}

.l-span-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}

.l-span-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
}

.l-span-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
}

.l-span-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

.l-span-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
}

.l-span-2, .l-span-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
}

@media (max-width: 768px) {
  #information .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
  }
}

@media (max-width: 480px) {
  .l-row {
    margin-right: 0; 
    margin-left: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
  }
  .container {
    width: auto;
  }
  [class*=l-span] {
    margin-bottom: 1em; 
    padding: 0;
    width: 100%;
  }
}

header, section {
  position: relative;
  width: 100%;
  background: transparent;
}

.wrapper-body {
  position: relative;
  z-index: 1;
  min-width: 1280px; 
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper-body {
    overflow-x: hidden; 
    min-width: 320px;
  }
}

.text-head {
  font-weight: bold; 
  font-family: "Roboto Slab", sans-serif;
}

.site-header {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1000px;
  background-size: cover;
}
@media (max-width: 768px) {
  .site-header {
    height: 480px;
  }
}

.bg-job {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 480px;
  border-top: 20px solid black;
  border-bottom: 20px solid black; 
  background: url(../images/bg_jobs.jpg) center top no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nanamyun {
  height: 100%;
}
.nanamyun::before, .nanamyun::after {
  display: table; 
  content: "";
}
.nanamyun::after {
  clear: both;
}
.nanamyun div {
  position: relative;
  height: 100%;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.nanamyun div img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .nanamyun div {
    width: 640px;
  }
}

.header-infoset {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 140px;
  width: 100%;
  height: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .header-infoset {
    top: 50%;
    padding-top: 0;
    min-width: 320px;
    text-align: center;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

.header-info {
  position: absolute;
  right: 0;
}

.title-logo {
  max-width: 600px;
  width: 100%;
}

#social {
  position: fixed;
  top: 10px;
  z-index: 5000;
  width: 100%;
}
#social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
#social ul li {
  display: inline-block;
  /* Fix for IE7 */
  margin: 0 30px; 
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */

  *display: inline;
}
#social img {
  vertical-align: top;
}

#op {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/topimg.jpg) no-repeat center center;
  background-size: contain;
}

#logo {
  position: relative;
  top: 50%;
  margin-top: 80px; 
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#intro {
  background-color: #ffe400;
}

.section-header {
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-header {
    padding-bottom: 25px;
  }
}

#event {
  background: url(../images/event_bg.jpg) center center no-repeat;
  background-size: cover;
  color: white;
}

.event-space {
  text-align: center; 
  font-size: 5.6rem;
  line-height: 1;
}
.event-space p {
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .event-space {
    overflow-x: hidden; 
    font-size: 3.2rem;
  }
}

.content {
  background-color: #f1f1f1;
}

.content-item {
  margin-bottom: 80px;
}

.info-cover {
  margin-bottom: 30px; 
  text-align: center;
}
.info-cover img {
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.4);
}

.info-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info-inner dt, .info-inner dd {
  vertical-align: middle;
  line-height: 6.8rem;
}
.info-inner dt {
  float: left;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .info-inner dt {
    padding-left: 0;
  }
}
.info-inner dd {
  padding-left: 160px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .info-inner dd {
    padding-left: 120px;
  }
}

.info_title {
  margin-bottom: 10px;
  font-weight: bold; 
  font-size: 1.6rem;
}

.info-space {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .info-space {
    padding-left: 120px;
  }
}

.list-guest {
  -ms-flex-pack: center;
  list-style: none;
  text-align: center;

  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .list-guest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
}
.list-guest .l-span-guest {
  box-sizing: border-box; 
  margin: 0 4px;
  padding: 0;
  max-width: 240px;
  width: 33.33333%;
}

a:hover {
  background: #c5c5c5;
}

.link-guest {
  display: block;
  padding: 20px 11px;
  height: 100%;
  border-radius: 14px;
}

.pic-guest {
  overflow: hidden; 
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
  border-radius: 100%;
}

.text-guest {
  margin-top: 1em;
  font-weight: bold; 
  font-size: 1.8rem;
}

.sample_text {
  margin: 1em 0; 
  font-size: 1.2rem;
}

#sample {
  margin-bottom: 48px;
}
#sample img {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0.3em;
}

#detail {
  margin-bottom: 80px;
}

.price {
  font-weight: 800;
  font-size: 3rem; 
  font-family: arial, sans-serif;
}

.credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}

.credit_title {
  vertical-align: top;
}

.credit_item {
  margin: 0 0 20px 0; 

  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.credit_item:nth-child(3n) {
  text-align: right; 

  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
}

.credit_list {
  -ms-flex-preferred-size: 720px;
  flex-basis: 720px;
}

.copy {
  padding: 60px 0 30px 0;
  text-align: center; 
  font-size: 1rem;
}

/*---- Loading Animation ----*/
#loading {
  position: fixed;
  z-index: 10000; 
  width: 100%;
  height: 100vh;
  background: #ffffff;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 2px solid #00ccff;
  border-color: transparent;
  border-top-color: #6e6e6e;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
          animation: spin 0.75s infinite linear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.loader::before, .loader::after {
  position: absolute;
  top: -2px;
  left: -2px;
  display: none;
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit; 
  content: "";
}

.loader::after {
  display: block;
  border-color: transparent;
  border-top-color: #6e6e6e;
  -webkit-animation: spin 0.75s infinite ease-in-out alternate;
          animation: spin 0.75s infinite ease-in-out alternate;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}