@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 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 */
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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.
 */
button {
  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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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 */
}

/**
 * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* 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;
}

/*
 scg: SCroll Gallery
 */
.scg {
  overflow: hidden;
  position: relative;
  padding: 20px 0 40px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: all 0.5s;
  height: 0;
}
.scg.caption {
  padding-bottom: 72px;
}
.scg ul,
.scg li,
.scg .scg-container,
.scg .scg-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scg ul,
.scg .scg-container {
  font-size: 0;
  line-height: 0;
  width: 10000%;
  position: absolute;
  left: 0;
  top: 20px;
}
.scg ul li,
.scg ul .scg-item,
.scg .scg-container li,
.scg .scg-container .scg-item {
  display: inline-block;
  max-width: 620px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10px;
}
.scg ul li img,
.scg ul .scg-item img,
.scg .scg-container li img,
.scg .scg-container .scg-item img {
  vertical-align: top;
  width: 100%;
}
.scg ul li[data-caption]:before,
.scg ul .scg-item[data-caption]:before,
.scg .scg-container li[data-caption]:before,
.scg .scg-container .scg-item[data-caption]:before {
  content: attr(data-caption);
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: #000;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0.5em 1em;
  transform: translate(-50%, 100%);
}
.scg .scg-nav {
  position: absolute;
  width: 100%;
  max-width: 600px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  line-height: 1;
}
.scg .scg-nav a {
  transition: opacity 0.25s;
  font-size: 24px;
  line-height: 1;
  color: #000;
  margin-left: 10px;
}
.scg .scg-nav a:hover {
  opacity: 0.5;
}
.scg .scg-nav a.inactive {
  opacity: 0.25;
  cursor: default;
}
.scg .scg-nav a.inactive:hover {
  opacity: 0.25;
}
.scg .scg-nav a i {
  vertical-align: top;
}
.scg .scg-bullet {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.scg .scg-bullet-item {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 8px;
  background-color: #eee;
  border: 2px solid #eee;
  border-radius: 4px;
}
.scg .scg-bullet-item.active {
  border-color: #ccc;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .scg .scg-nav {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .scg {
    padding: 40px 0 40px;
  }
  .scg ul,
  .scg .scg-container {
    top: 40px;
  }
  .scg .scg-nav {
    display: block;
  }
}
.accordion-button {
  margin-bottom: -1px;
  cursor: pointer;
  background-color: transparent;
  padding: 10px;
  text-align: center;
  transition: all 0.25s;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.accordion-button .photo {
  width: 240px;
  margin: auto;
}
.accordion-button .photo img {
  width: 100%;
  vertical-align: top;
  min-height: 240px;
}
.accordion-button h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  width: 240px;
  margin: 5px auto 0;
}
.accordion-button h5 small {
  font-size: 14px;
}
.accordion-button p {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  width: 240px;
  margin: auto;
}
.accordion-button i {
  position: relative;
  top: 0;
  transition: top 0.25s;
  font-size: 150%;
}
.accordion-button.open {
  border-color: #fff;
}
.accordion-button.open i::before {
  content: '\e916';
}

@media screen and (min-width: 641px) {
  .accordion-button:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .accordion-button:hover i {
    top: 8px;
  }
}
header h1 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
header .btn_english {
  line-height: 1;
}

#gnav li {
  line-height: 1;
}

footer .foot_nav li {
  line-height: 1;
}

@media screen and (max-width: 640px) {
  br:not(.sp) {
    display: none;
  }

  br.sp {
    display: inherit;
  }
}
@media screen and (min-width: 641px) {
  br,
  br.sp {
    display: inherit;
  }

  header {
    min-width: auto;
  }

  #header_inner {
    min-width: auto;
  }

  footer {
    min-width: auto;
  }
  footer #foot_inner {
    width: auto;
    max-width: 940px;
  }
  footer #foot_inner h1 {
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 901px) {
  footer .copyright {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
  }
  footer .foot_nav {
    padding-bottom: 60px;
    text-align: center;
  }
  footer .foot_nav ul {
    display: inline-block;
  }
  footer .foot_nav li {
    line-height: 1;
  }
}
body {
  background-color: #f6f6f4;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

h3, h4, .lead {
  font-family: "Reimin Y10 Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.ua-desktop-windows h3, .ua-desktop-windows h4, .ua-desktop-windows .lead {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.title {
  position: relative;
  margin-top: 40px;
  background: url(../images/ph_main.jpg) repeat-x 0 0;
  padding-top: 62.5%;
  background-size: 1000px 400px;
  animation: hscroll 60s infinite linear;
  -webkit-animation: hscroll 60s infinite linear;
}
.title h2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  font-size: 0;
  width: 93.75%;
  padding-top: 40.33333%;
  background: url(../images/main_title_sp.svg) no-repeat center center;
  background-size: 100% 100%;
}
.title .deadline {
  position: absolute;
  right: 10px;
  top: 75%;
  width: 31.25%;
  max-width: 200px;
}
.title .deadline img {
  width: 100%;
}

.lead {
  margin-top: 18.75%;
  padding: 0 20px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.photo img {
  width: 100%;
}

section .article-body, section .profile-body, section .column {
  padding: 0 20px;
}
section .article-body h4, section .profile-body h4, section .column h4 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 60px auto 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
section .article-body h4:first-of-type, section .profile-body h4:first-of-type, section .column h4:first-of-type {
  margin-top: 30px;
}
section .article-body h4 small, section .profile-body h4 small, section .column h4 small {
  font-size: 18px;
  display: block;
}
section .article-body p, section .profile-body p, section .column p {
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1em;
  margin: 1em auto;
}

section h3 {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding: 30px 0;
  margin: 90px auto 30px;
  text-align: center;
}
section .column {
  background-color: #fff;
  margin: 20px;
  padding: 20px;
}
section .column h4 {
  border-color: #000;
}
section .column h4:first-of-type {
  margin-top: 0;
}
section .column dt {
  font-weight: bold;
  margin: 30px auto 10px;
}
section .column dt + dd {
  margin-top: 10px;
}
section .column dd {
  position: relative;
  padding-left: 1em;
  margin: 1em auto;
}
section .column dd::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
section .profile .accordion-button p {
  margin: 0 auto;
}
section .profile .accordion-content {
  border: 1px solid #fff;
  padding: 20px;
}
section .profile .accordion-content p:first-of-type {
  margin-top: 0;
}
section .profile .accordion-content p:last-of-type {
  margin-bottom: 0;
}
section .scg {
  margin: 30px auto;
}
section .btn a {
  display: block;
  background-color: #000;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
section .btn a span {
  display: inline-block;
  vertical-align: middle;
}
section .btn a i {
  vertical-align: middle;
  font-size: 150%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.note {
  position: relative;
  padding-left: 1.1em;
}
.note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes hscroll {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
@-webkit-keyframes hscroll {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
@media screen and (min-width: 641px) {
  .title {
    margin-top: 50px;
    padding-top: 400px;
  }
  .title h2 {
    width: 82.3%;
    max-width: 823px;
    padding-top: 31.34872%;
    background: url(../images/main_title_pc.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  .title .deadline {
    right: 1.5625%;
  }

  .lead {
    font-size: 20px;
    text-align: center;
    margin: 3.6em auto;
    padding: 0;
  }
  .lead p {
    display: inline-block;
    text-align: left;
  }

  section .article-body {
    max-width: 560px;
    margin: auto;
  }
  section .profile-body {
    text-align: center;
  }
  section .profile-body > p {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  section .profile-body .profiles {
    font-size: 0;
    max-width: 840px;
    margin: 20px auto;
  }
  section .column {
    max-width: 440px;
    margin: 60px auto;
    padding: 60px;
  }
  section .column .btn {
    margin-top: 40px;
  }
  section .profile {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: calc(33.33333% - 20px);
    margin: 20px 10px;
    font-size: 1rem;
  }
  section .profile .accordion-content {
    margin-right: -300px;
  }
  section .profile:nth-of-type(2) .accordion-content {
    margin-right: -150px;
    margin-left: -150px;
  }
  section .profile:last-of-type .accordion-content {
    margin-right: 0;
    margin-left: -300px;
  }
  section .btn a {
    transition: all 0.25s;
  }
  section .btn a i {
    transition: left 0.25s;
    position: relative;
    left: 0;
  }
  section .btn a:hover {
    color: #000;
    background-color: #dedede;
  }
  section .btn a:hover i {
    left: 10px;
  }

  span.indent {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
  }

  .note {
    position: relative;
    padding-left: 1.1em;
  }
  .note:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 881px) {
  section .profile {
    display: block;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  section .profile:nth-of-type(1) .accordion-content, section .profile:nth-of-type(2) .accordion-content, section .profile:nth-of-type(3) .accordion-content {
    margin-right: -150px;
    margin-left: -150px;
  }
}
section .share {
  margin: 30px auto 90px;
}
section .share h5 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
section .share ul {
  font-size: 0;
  text-align: center;
}
section .share li {
  display: inline-block;
  margin: 10px 15px;
  width: 50px;
}
section .share li a {
  color: #000;
}
section .share li a i {
  font-size: 2rem;
  display: block;
}
section .share li a span {
  font-size: 10px;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
}

@media screen and (min-width: 641px) {
  section .share li a {
    transition: color 0.25s;
  }
  section .share li a:hover {
    color: #fff;
  }
}
#grid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#grid div:first-of-type {
  position: absolute;
  width: 1px;
  left: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#grid div:nth-of-type(2) {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.1);
}
