@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* FONT SET
/* ---------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'HKNova';
  src: url("webfont/HKNova/Hind-Bold.eot?#iefix") format("embedded-opentype"), url("webfont/HKNova/HKNova-Bold.woff") format("woff"), url("webfont/HKNova/HKNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HKNova';
  src: url("webfont/HKNova/Hind-Regular.eot?#iefix") format("embedded-opentype"), url("webfont/HKNova/HKNova-Regular.woff") format("woff"), url("webfont/HKNova/HKNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HKNova';
  src: url("webfont/HKNova/Hind-Thin.eot?#iefix") format("embedded-opentype"), url("webfont/HKNova/HKNova-Thin.woff") format("woff"), url("webfont/HKNova/HKNova-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoWeb';
  src: url("webfont/lato/Lato-Bold.eot");
  src: url("webfont/lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("webfont/lato/Lato-Bold.woff2") format("woff2"), url("webfont/lato/Lato-Bold.woff") format("woff"), url("webfont/lato/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-variant-ligatures: none;
}
/* Webfont: Lato-Medium */
@font-face {
  font-family: 'LatoWeb';
  src: url("webfont/lato/Lato-Medium.eot");
  src: url("webfont/lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("webfont/lato/Lato-Medium.woff2") format("woff2"), url("webfont/lato/Lato-Medium.woff") format("woff"), url("webfont/lato/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-variant-ligatures: none;
}
/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url("webfont/lato/Lato-Regular.eot");
  src: url("webfont/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("webfont/lato/Lato-Regular.woff2") format("woff2"), url("webfont/lato/Lato-Regular.woff") format("woff"), url("webfont/lato/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-variant-ligatures: none;
}
/* Webfont: Lato-Light */
@font-face {
  font-family: 'LatoWeb';
  src: url("webfont/lato/Lato-Light.eot");
  src: url("webfont/lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("webfont/lato/Lato-Light.woff2") format("woff2"), url("webfont/lato/Lato-Light.woff") format("woff"), url("webfont/lato/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-variant-ligatures: none;
}
/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  font-style: normal;
}

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

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: 80%;
}

[hidden], template {
  display: none;
}

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

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

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

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

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, textarea, select {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

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

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

button {
  text-transform: none;
}

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

select {
  max-width: 100%;
  overflow: hidden;
}

/*
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
display:none;
}
select::-ms-value {
color:currentColor;
}
*/
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

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

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

/* Specify media element style
/* ---------------------------------------------------------------------------------------- */
img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

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

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

/* Acessibility
/* ---------------------------------------------------------------------------------------- */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* Selection
/* ---------------------------------------------------------------------------------------- */
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

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

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: .875em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media print, screen and (min-width: 800px) {
  body {
    font-size: 1em;
  }
}

.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  transition: all .3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

@media print, screen and (max-width: 575px) {
  .aln-C-smp {
    text-align: center;
  }
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: ' ';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

.content-box {
  box-sizing: content-box;
}

.linkbox .readmore, .lkbx .readmore {
  display: none;
}

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

@media print, screen and (min-width: 800px) {
  .onlySMP {
    display: none;
  }
}

.noSMP {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .noSMP {
    display: inherit;
  }
}

.onlyPC {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .onlyPC {
    display: inherit;
  }
}

@media print, screen and (min-width: 800px) {
  .noPC {
    display: none;
  }
}

.notice {
  font-weight: bold;
}

h1, h2 {
  margin-bottom: 1em;
  color: #ff834d;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: 'palt';
}

h3, h4 {
  margin-bottom: 1em;
  color: #ff5f1a;
  font-family: 'Noto Serif JP', serif;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2em;
}

h5, h6, li, dt, dd {
  margin-bottom: .5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: 'palt';
}

h1 {
  font-size: 1.45em;
}
@media print, screen and (min-width: 576px) {
  h1 {
    font-size: 1.65em;
  }
}
@media print, screen and (min-width: 800px) {
  h1 {
    font-size: 2.025em;
  }
}

h2 {
  font-size: 1.35em;
  font-weight: 300;
  line-height: 1.5;
}
@media print, screen and (min-width: 576px) {
  h2 {
    font-size: 1.375em;
  }
}
@media print, screen and (min-width: 800px) {
  h2 {
    font-size: 1.6875em;
  }
}

h3 {
  font-size: 1.08em;
}
@media print, screen and (min-width: 576px) {
  h3 {
    font-size: 1.188em;
  }
}
@media print, screen and (min-width: 800px) {
  h3 {
    font-size: 1.296em;
  }
}

h4 {
  font-size: 1.02em;
  color: #1d292c;
}
@media print, screen and (min-width: 576px) {
  h4 {
    font-size: 1.122em;
  }
}
@media print, screen and (min-width: 800px) {
  h4 {
    font-size: 1.1985em;
  }
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

.no-mgn-btm {
  margin-bottom: 0 !important;
}

.sml-sp-btm {
  margin-bottom: 0.5rem !important;
}

.lead {
  font-size: 1.05em;
  line-height: 2;
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media print, screen and (min-width: 800px) {
  .lead {
    font-size: 1.15em;
  }
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.375em;
}

.fntBold {
  font-weight: 700;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}
.dsp-tbl > .col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: flex;
}

.list-ib {
  letter-spacing: -.4em;
}
.list-ib > li,
.list-ib > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.list-ib.with-gap li:not(:last-child) {
  margin-right: 2em;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}
.list-tbl {
  display: table;
}
.list-tbl > li {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

nav a, header a, footer a, a.no-underline {
  text-decoration: none;
}

a:active, a:hover {
  color: #888;
}

dt, dd, li, th, td {
  line-height: 1.5;
}

nav ol, nav ul,
.no-list-style {
  list-style: none;
}

ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 1em;
}

ol ol, ol ul, ul ul, ul ol, table ul, table ol {
  margin-bottom: 0;
}

.list-norm,
.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}
.list-norm li,
.page-single ul li,
.page-single ol li {
  margin-bottom: .5em;
}
.list-norm li ol, .list-norm li ul,
.page-single ul li ol,
.page-single ul li ul,
.page-single ol li ol,
.page-single ol li ul {
  margin-top: .5em;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
table p {
  margin-bottom: 0;
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: .92em;
}
.tb-norm.fullW {
  width: 100%;
}
.tb-norm th,
.tb-norm td {
  padding: .5em;
  border: 1px solid #DDD;
  vertical-align: top;
}
@media print, screen and (min-width: 800px) {
  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}
.tb-norm thead th {
  background-color: #EEE;
}
.tb-norm tbody th {
  background-color: #F5F5F5;
}
.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

[class*="inner-wrap"] {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media print, screen and (min-width: 800px) {
  [class*="inner-wrap"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.inner-wrap {
  max-width: 1408px;
}
.inner-wrap.aln-C {
  text-align: center;
}
.inner-wrap--semi {
  max-width: 1184px;
}
.inner-wrap--narrow {
  max-width: 960px;
}
.inner-wrap--thin {
  max-width: 736px;
}

[class*="swrap"] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
[class*="swrap"].mgn-bottom {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  [class*="swrap"].mgn-bottom {
    margin-bottom: 2rem;
  }
}

.swrap {
  max-width: 1344px;
}
.swrap--semi {
  max-width: 1120px;
}
.swrap--narrow {
  max-width: 896px;
}
.swrap--thin {
  max-width: 672px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: ' ';
  border-bottom: 1px solid #CCC;
}

#Mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}
#Mask-cnt.white {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 98;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#modalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: block;
}
.modal .modalBtns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}
.modal .modalBtns a.modalBtn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #444;
}
.modal .modalBtns a.modalBtn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal .modalBtns a.modalBtn-close span::before, .modal .modalBtns a.modalBtn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.modal .modalBtns a.modalBtn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #FFF;
}
.modal .modalBtns a.modalBtn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #FFF;
}
.modal .modalBtns a.modalBtn-close:hover span {
  transform: scale(1.25) rotate(45deg);
}

#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}
#MdTrailer.md-ver {
  padding-top: 178%;
}
#MdTrailer.md-ver #vd-mpg {
  width: auto;
  height: 100%;
}
#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.isInView {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.isInView.fast {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.isInView.faster {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.isInView.fastest {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.isInView.slow {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.isInView.slower {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.isInView.slowest {
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
.isInView.fadeIn {
  opacity: 0 !important;
}
.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}
.isInView.slideIn {
  top: 2rem;
}
.isInView.slideIn.scrlin {
  top: 0;
}
.isInView.acco {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.isInView.acco.scrlin {
  visibility: visible;
  max-height: none;
  opacity: 1;
}
.isInView.shutter.open {
  overflow: hidden;
}
.isInView.shutter.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.isInView.shutter.open.shutter-rev::after {
  left: 0;
}
.isInView.shutter.open.scrlin::after {
  width: 0;
}
.isInView.delayH1 {
  transition-delay: .2s;
}
.isInView.delayH2 {
  transition-delay: .4s;
}
.isInView.delayH3 {
  transition-delay: .6s;
}
.isInView.delayH4 {
  transition-delay: .8s;
}
.isInView.delay1 {
  transition-delay: .4s;
}
.isInView.delay2 {
  transition-delay: .8s;
}
.isInView.delay3 {
  transition-delay: 1.2s;
}
.isInView.delay4 {
  transition-delay: 1.6s;
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container, .flex-container--no-space {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex-container {
  margin: -.75rem;
}
@media print, screen and (min-width: 800px) {
  .flex-container {
    margin: -1rem;
  }
}
.flex-container--no-space {
  margin: 0;
}

.flex-container.rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-container > *[class^="col-"] {
  position: relative;
  min-width: 2rem;
  padding: .75rem;
  word-wrap: break-word;
}
@media print, screen and (min-width: 800px) {
  .flex-container > *[class^="col-"] {
    padding: 1rem;
  }
}

.flex-container--no-space > *[class^="col-"] {
  padding: 0;
}

.col-s-1 {
  width: 8.3333333333%;
}

.col-s-2 {
  width: 16.6666666667%;
}

.col-s-3 {
  width: 25%;
}

.col-s-4 {
  width: 33.3333333333%;
}

.col-s-5 {
  width: 41.6666666667%;
}

.col-s-6 {
  width: 50%;
}

.col-s-7 {
  width: 58.3333333333%;
}

.col-s-8 {
  width: 66.6666666667%;
}

.col-s-9 {
  width: 75%;
}

.col-s-10 {
  width: 83.3333333333%;
}

.col-s-11 {
  width: 91.6666666667%;
}

.col-s-12 {
  width: 100%;
}

@media print, screen and (min-width: 576px) {
  .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6,
  .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12 {
    width: auto;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-1 {
    width: 8.3333333333%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-2 {
    width: 16.6666666667%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-3 {
    width: 25%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-4 {
    width: 33.3333333333%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-5 {
    width: 41.6666666667%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-6 {
    width: 50%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-7 {
    width: 58.3333333333%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-8 {
    width: 66.6666666667%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-9 {
    width: 75%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-10 {
    width: 83.3333333333%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-11 {
    width: 91.6666666667%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6,
  .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12 {
    width: auto;
  }
}

@media print, screen and (min-width: 960px) {
  .col-1 {
    width: 8.3333333333%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-2 {
    width: 16.6666666667%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-3 {
    width: 25%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-4 {
    width: 33.3333333333%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-5 {
    width: 41.6666666667%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-6 {
    width: 50%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-7 {
    width: 58.3333333333%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-8 {
    width: 66.6666666667%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-9 {
    width: 75%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-10 {
    width: 83.3333333333%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-11 {
    width: 91.6666666667%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-12 {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1em 1em;
  background-color: #FF834D;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: .25rem;
  cursor: pointer;
}
.btn.with-arrow {
  padding: 1em 2em 1em 1em;
}
@media print, screen and (min-width: 576px) {
  .btn.with-arrow {
    padding: 1em 2.5em 1em 1em;
  }
}
.btn.with-arrow::before {
  position: absolute;
  top: 50%;
  right: 1em;
  content: '';
  margin-top: -.3em;
  width: .6em;
  height: .6em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn.large {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1.5em 2.5em;
  min-width: 12em;
}
@media print, screen and (min-width: 576px) {
  .btn.large {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn.large.with-arrow {
  padding: 1.5em 2.5em 1.5em 1.5em;
}
@media print, screen and (min-width: 576px) {
  .btn.large.with-arrow {
    padding: 1.5em 3em 1.5em 1.5em;
  }
}
.btn.full {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  width: 100%;
}
.btn.xlarge {
  font-size: 1.35em;
}
.btn.small {
  font-size: .875em;
  padding: .5em 1em;
}
.btn.nagative {
  background-color: #5e5e5e;
}
.btn.nagative:hover {
  background-color: #919191;
}
.btn.disabled, .btn:disabled {
  background-color: #f2f2f2;
  color: #AAA;
  pointer-events: none;
}
.btn:hover {
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #ff5f1a;
}
.btn:hover.with-arrow::before {
  right: 1.25em;
}
.btn:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #ffa780;
}

.btn--outline {
  background-color: #FFF;
  border: 1px solid #FF834D;
  color: #FF834D;
}
.btn--outline:hover {
  color: #ff5f1a;
  border-color: #ff5f1a;
}
.btn--outline:active {
  color: #ffa780;
  border-color: #ffa780;
}

.wrap-btns {
  margin-left: -.25em;
  margin-right: -.25em;
}
.wrap-btns li {
  padding: .25em;
}
.wrap-btns--half-smp li {
  width: 50%;
}
@media print, screen and (min-width: 800px) {
  .wrap-btns--half-smp li {
    width: auto;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* FORM
/* ---------------------------------------------------------------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 3rem;
  display: block;
}
.form-group--inner {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 800px) {
  .form-group--inner {
    display: table;
    padding: 1em 0;
  }
}
.form-group--inner .col {
  display: block;
  width: auto;
}
@media print, screen and (min-width: 800px) {
  .form-group--inner .col {
    display: table-cell;
    width: 12em;
    vertical-align: text-top;
  }
  .form-group--inner .col.textarea {
    vertical-align: top;
  }
}
.form-group--inner .col + .col {
  margin-top: .5em;
}
@media print, screen and (min-width: 800px) {
  .form-group--inner .col + .col {
    padding-top: 0;
    width: calc(100% - 12em);
  }
}
.form-group--inner .mst {
  position: relative;
  display: inline-block;
  font-size: .7em;
  vertical-align: middle;
  font-style: normal;
  color: #E64432;
  margin-left: .5em;
}

input,
textarea,
select {
  padding: .75em 1em;
}

textarea {
  min-height: 10em;
}

input,
textarea {
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
}

input.ipt-S {
  width: 10em;
}
input.ipt-SS {
  width: 5em;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #999;
  outline: 0;
}

:disabled {
  opacity: .5;
}

[type="radio"],
[type="radio"] + label,
[type="checkbox"],
[type="checkbox"] + label {
  width: auto;
  display: inline-block;
}

[type="radio"],
[type="checkbox"] {
  margin-right: .5em;
}

.wrap-select {
  position: relative;
  display: inline-block;
  width: auto;
}

select,
.list-group-team select {
  padding: .5em 1em;
  background-color: #f0f0f0;
  background: linear-gradient(0deg, #F2F2F2, #FFF);
  padding-right: 32px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-group select {
  max-width: calc(100vw - 4rem - 32px);
}
@media print, screen and (min-width: 350px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 48px);
  }
}
@media print, screen and (min-width: 576px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 96px);
  }
}
@media print, screen and (min-width: 960px) {
  .form-group select {
    max-width: 100%;
  }
}

.list-group-team select {
  border: 1px solid #BBB;
}

.btn-label input[type="radio"],
.btn-label input[type="checkbox"],
.txt-label input[type="radio"],
.txt-label input[type="checkbox"] {
  display: none;
}

.btn-label label {
  position: relative;
  padding: .5em 1em;
  border: 1px solid #AAA;
  background-color: #F5F5F5;
  cursor: pointer;
  transition: all .2s ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}
.btn-label label:hover {
  background-color: #CCC;
  color: #111;
}
.btn-label.sort-item label {
  padding: .5em .5em;
  background-color: #FFF;
  border-color: #DDD;
}
@media print, screen and (min-width: 350px) {
  .btn-label.sort-item label {
    padding: .5em .75em;
  }
}
.btn-label.separated label {
  padding: 1em .5em;
  background-color: #FFF;
  border-radius: 0;
}
.btn-label.separated label.btn-img label {
  padding: 0;
  background-color: #000;
  border-radius: 0;
  border: none;
}
.btn-label.full label {
  width: 100%;
}
.btn-label:not(:first-child) label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-label:not(:last-child) label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-label.separated :not(:last-child) label {
  border-right: 1px solid #AAA;
}
.btn-label.separated.btn-img :not(:last-child) label {
  border: none;
}

.txt-label label {
  position: relative;
  padding: .25em 0;
  padding-left: 1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.txt-label label::before {
  position: relative;
  content: '・';
  margin-left: -1em;
  margin-right: .5em;
  display: inline-block;
}
.txt-label label:hover {
  color: #111;
}

.btn-label input[type="radio"]:checked + label,
.btn-label input[type="checkbox"]:checked + label {
  background-color: #555;
  color: #FFF;
}

.btn-label.btn-img input[type="radio"]:checked + label,
.btn-label.btn-img input[type="checkbox"]:checked + label {
  background-color: #000;
  border: 3px solid #e7cd00;
}

.btn-label.btn-img label img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-label.btn-img input[type="radio"]:checked + label img,
.btn-label.btn-img input[type="checkbox"]:checked + label img {
  opacity: .5;
}

.txt-label input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.txt-label input[type="checkbox"]:checked + label::before {
  content: '-';
}

.form-help {
  display: inline-block;
  font-size: .83em;
  line-height: 1.4;
  margin-top: .5em;
}

.error label,
.error .label {
  color: #C5B242;
}

.error input, .error select,
.error .btn-label label {
  border-color: #C5B242;
}

.error-msg {
  display: block;
  color: #C5B242;
  margin-top: .5em;
}

/* ---------------------------------------------------------------------------------------- */
/* BASIC | CONTENT
/* ---------------------------------------------------------------------------------------- */
body {
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 640px 480px;
  background-image: url("../img/common/noise-five.png");
}

.bg-noise {
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 640px 480px;
  background-image: url("../img/common/noise.png");
}

.atl-norm {
  text-align: left;
}

.scn-norm,
.scn-home {
  position: relative;
}
.scn-norm:not(:first-child):not(.no-space),
.scn-home:not(:first-child):not(.no-space) {
  padding-top: 3rem;
}
@media print, screen and (min-width: 576px) {
  .scn-norm:not(:first-child):not(.no-space),
  .scn-home:not(:first-child):not(.no-space) {
    padding-top: 3.5rem;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-norm:not(:first-child):not(.no-space),
  .scn-home:not(:first-child):not(.no-space) {
    padding-top: 4.5rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm:not(:first-child):not(.no-space),
  .scn-home:not(:first-child):not(.no-space) {
    padding-top: 6rem;
  }
}
.scn-norm.space-btm,
.scn-home.space-btm {
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 576px) {
  .scn-norm.space-btm,
  .scn-home.space-btm {
    padding-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-norm.space-btm,
  .scn-home.space-btm {
    padding-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm.space-btm,
  .scn-home.space-btm {
    padding-bottom: 6rem;
  }
}
.scn-norm.clrd,
.scn-home.clrd {
  background-color: #fef7e9;
}
.scn-norm p,
.scn-home p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.ph-footer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
@media print, screen and (min-width: 800px) {
  .ph-footer {
    padding-top: 45%;
  }
}
@media print, screen and (min-width: 1200px) {
  .ph-footer {
    padding-top: 36%;
  }
}
.ph-footer.home-footer {
  padding-top: 56.25%;
}
@media print, screen and (min-width: 800px) {
  .ph-footer.home-footer {
    padding-top: 48%;
  }
}
@media print, screen and (min-width: 1200px) {
  .ph-footer.home-footer {
    padding-top: 36%;
  }
}
.ph-footer img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: auto;
  transform: translate(-50%, -50%);
  max-width: none;
}
@media print, screen and (min-width: 800px) {
  .ph-footer img {
    width: 100%;
  }
}

.add-shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 800px) {
  .add-shadow {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  }
}

.bdr-radius {
  border-radius: .5em;
}
@media print, screen and (min-width: 800px) {
  .bdr-radius {
    border-radius: 1em;
  }
}

.mgn-btm {
  margin-bottom: 2rem;
}

.corner-header {
  position: relative;
  padding: 2.5rem 1.5rem;
  border-top: 1px solid #FF834D;
  border-bottom: 1px solid #EEE;
  background-color: rgba(0, 0, 0, 0.015);
}
@media print, screen and (min-width: 800px) {
  .corner-header {
    padding: 4rem 2rem;
  }
}
.corner-header h1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 1.5em;
  font-weight: 300;
  line-height: 1.5;
  color: #151515;
  max-width: 100%;
}
.corner-header h1::before, .corner-header h1::after {
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: .5rem;
  content: ' ';
  border: 1px solid #FF834D;
}
.corner-header h1::before {
  left: 0;
  margin-left: -.5rem;
}
.corner-header h1::after {
  right: 0;
  margin-right: -.5rem;
}
.corner-header h1 span {
  position: relative;
  display: block;
  margin: .5rem auto 0;
  font-size: .875rem;
  font-family: 'LatoWeb';
  letter-spacing: .1em;
  font-weight: 500;
  color: #FF834D;
}

.with-line {
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 1.5em;
}
.with-line::after {
  position: absolute;
  bottom: .5em;
  left: 50%;
  content: ' ';
  margin-left: -20px;
  width: 40px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/header/dango-mono.svg");
  opacity: .7;
}

h2 .sml {
  font-size: .65em;
  font-weight: 400;
  display: block;
  margin-top: .5em;
}

.func-message, .func-message--notice {
  position: relative;
  padding: 2rem;
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url(../img/common/slash/slash-x4.svg);
  background-size: 4px 4px;
}

.func-message--notice {
  border-color: white;
  color: #ffa780;
  background-color: rgba(255, 131, 77, 0.1);
}

.list-paging {
  font-size: .875em;
  line-height: 1;
  font-family: 'robotolight', sans-serif;
  letter-spacing: -.4em;
}
.list-paging a {
  position: relative;
  text-decoration: none;
}
.list-paging a:hover {
  border-color: #AAA;
  background-color: #EEE;
}
.list-paging a:active {
  border-color: #111;
  background-color: #444;
  color: #FFF;
}
.list-paging li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 2px;
}
.list-paging li a,
.list-paging li span {
  text-align: center;
  display: block;
  padding: .35em;
  min-width: 2.5em;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.list-paging li .current {
  background-color: #222;
  color: #FFF;
}
.list-paging li.prev a {
  padding-left: 24px;
}
.list-paging li.prev a::after {
  left: 4px;
  content: '\e912';
}
.list-paging li.prev a:hover::after {
  color: #555;
}
.list-paging li.prev a:active::after {
  color: #FFF;
}
.list-paging li.next a {
  padding-right: 24px;
}
.list-paging li.next a::after {
  right: 4px;
  content: '\e910';
}
.list-paging li.next a:hover::after {
  color: #555;
}
.list-paging li.next a:active::after {
  color: #FFF;
}
.list-paging li.prev a::after, .list-paging li.next a::after {
  font-family: 'icons';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  color: #888;
  pointer-events: none;
}

.tab-menu {
  position: relative;
  display: table;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  z-index: 1;
}
@media print, screen and (min-width: 800px) {
  .tab-menu {
    border-collapse: separate;
    border-spacing: 8px;
    margin: 0 -8px;
  }
}
.tab-menu li {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  transition: all .15s ease-in-out;
}
.tab-menu li:hover {
  background-color: #ff5f1a;
  color: #EEE;
  border-color: #ff5f1a;
}
.tab-menu li:active {
  background-color: #ffa780;
  color: #555;
  border-color: #ffa780;
}
.tab-menu li.active {
  background-color: #ff5f1a;
  color: #EEE;
  border-color: #ff5f1a;
}

.tab-content {
  position: relative;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-content.active {
  display: block;
  opacity: 1;
}

.wrap-tab-content {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
  padding-top: 2rem;
  z-index: 0;
}
@media print, screen and (min-width: 800px) {
  .wrap-tab-content {
    margin-top: -9px;
  }
}

.accordion {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
.accordion:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion dt {
  position: relative;
  padding: .75em 0;
  margin: 0;
  padding-right: 2em;
  display: block;
  border-top: 1px solid #DDDDDD;
  font-weight: bold;
  cursor: pointer;
  background-color: #FFF;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.accordion dt::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 0;
  height: 11px;
  content: ' ';
  border-left: 1px solid #888;
}
.accordion dt::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 0;
  content: ' ';
  border-top: 1px solid #888;
}
.accordion dt.active::before {
  display: none;
}
.accordion dd {
  border-top: 1px dotted #AAA;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.accordion dd.active {
  padding: .75em 0 1.5em;
  visibility: visible;
  opacity: 1;
  max-height: 999999px;
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl {
  display: block;
  width: 100%;
  border-top: 1px dotted #AAA;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl {
    display: table;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
  display: block;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
    display: table-cell;
    padding: 1em 0;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
  color: #005748;
  padding: .75em 0 .5em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
    width: 30%;
    padding-right: 2em;
    color: #005748;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
  padding-bottom: .75em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
    width: 70%;
  }
}

.wrap-inline-scrl {
  padding: 4px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: .875em;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 800px) {
  .wrap-inline-scrl {
    padding: 8px;
    margin-bottom: 3rem;
  }
}

.inline-scrl {
  position: relative;
  padding: 2rem;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}
@media print, screen and (min-width: 800px) {
  .inline-scrl {
    padding: 3rem;
    height: 300px;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-HEADER
/* ---------------------------------------------------------------------------------------- */
#Global-header {
  position: relative;
}
#Global-header .inner-wrap {
  height: 72px;
}
@media print, screen and (min-width: 576px) {
  #Global-header .inner-wrap {
    height: 96px;
  }
}
@media print, screen and (min-width: 800px) {
  #Global-header .inner-wrap {
    height: 104px;
  }
}
@media print, screen and (min-width: 1200px) {
  #Global-header .inner-wrap {
    height: 120px;
  }
}
#Global-header h1, #Global-header .h1 {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 188px;
  margin-top: -4px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 576px) {
  #Global-header h1, #Global-header .h1 {
    left: 2rem;
    width: 240px;
  }
}
@media print, screen and (min-width: 800px) {
  #Global-header h1, #Global-header .h1 {
    width: 260px;
  }
}
@media print, screen and (min-width: 1200px) {
  #Global-header h1, #Global-header .h1 {
    width: 300px;
  }
}
#Global-header h1 img, #Global-header .h1 img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
#Global-navigation {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: .5rem;
  transform: translateY(-50%);
  display: none;
}
@media print, screen and (min-width: 960px) {
  #Global-navigation {
    display: block;
    font-size: .875em;
  }
}
@media print, screen and (min-width: 1200px) {
  #Global-navigation {
    font-size: .92em;
  }
}
#Global-navigation ul {
  display: table;
  list-style: none;
}
#Global-navigation ul li {
  display: table-cell;
  padding: 0 .5em;
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media print, screen and (min-width: 1200px) {
  #Global-navigation ul li {
    padding: 0 1em;
  }
}
#Global-navigation ul a {
  position: relative;
  display: block;
  padding: .75em 0 0;
}
#Global-navigation ul a::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  content: ' ';
  width: 32px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/header/dango.svg");
}

#Global-navigation-flt {
  position: fixed;
  top: 0;
  right: -100%;
  width: auto;
  height: 100%;
  padding: 4rem 2rem;
  background-color: #FF834D;
  z-index: 99;
  -webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 800px) {
  #Global-navigation-flt {
    padding: 6rem 4rem;
  }
}
#Global-navigation-flt ul {
  position: relative;
  text-align: left;
  padding-right: 3rem;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation-flt ul {
    padding-right: 5rem;
  }
}
#Global-navigation-flt ul li {
  position: relative;
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 0;
  top: 10px;
  font-size: 1.15em;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#Global-navigation-flt ul li:nth-child(1n) {
  transition-delay: 0.08s;
}
#Global-navigation-flt ul li:nth-child(2n) {
  transition-delay: 0.16s;
}
#Global-navigation-flt ul li:nth-child(3n) {
  transition-delay: 0.24s;
}
#Global-navigation-flt ul li:nth-child(4n) {
  transition-delay: 0.32s;
}
#Global-navigation-flt ul li:nth-child(5n) {
  transition-delay: 0.4s;
}
#Global-navigation-flt ul li:nth-child(6n) {
  transition-delay: 0.48s;
}
#Global-navigation-flt ul li:nth-child(7n) {
  transition-delay: 0.56s;
}
#Global-navigation-flt ul li:nth-child(8n) {
  transition-delay: 0.64s;
}
#Global-navigation-flt ul li:nth-child(9n) {
  transition-delay: 0.72s;
}
#Global-navigation-flt ul li:nth-child(10n) {
  transition-delay: 0.8s;
}
#Global-navigation-flt ul li:nth-child(11n) {
  transition-delay: 0.88s;
}
#Global-navigation-flt ul li:nth-child(12n) {
  transition-delay: 0.96s;
}
#Global-navigation-flt ul li:not(:last-child) {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation-flt ul li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
#Global-navigation-flt ul li a {
  position: relative;
  padding-left: 0;
  padding-right: 1rem;
  display: block;
  color: #FFF;
}
#Global-navigation-flt ul li a:hover {
  padding-left: 1rem;
  padding-right: 0;
}
@media print, screen and (min-width: 800px) {
  #Global-navigation-flt ul li {
    font-size: 1.35em;
  }
}
#Global-navigation-flt.slideIn {
  right: 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
#Global-navigation-flt.slideIn ul li {
  opacity: 1;
  top: 0;
}

#Trigger-nav {
  position: fixed;
  bottom: 1rem;
  right: -80px;
  width: 64px;
  height: 64px;
  padding: .9rem 1rem 1.1rem;
  border-radius: .25em 0 0 .25em;
  background-color: #FF834D;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#Trigger-nav.show {
  right: 0;
}
#Trigger-nav .trigger-nav--wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#Trigger-nav .trigger-nav--wrap .bar--nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  display: block;
  overflow: hidden;
}
#Trigger-nav .trigger-nav--wrap .bar--nav span {
  position: absolute;
  left: 0;
  border-top: 1px solid #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Trigger-nav .trigger-nav--wrap .bar--nav span.top {
  top: 0;
  width: 100%;
}
#Trigger-nav .trigger-nav--wrap .bar--nav span.mid {
  top: 8px;
  width: 80%;
  animation-delay: 0.1s !important;
}
#Trigger-nav .trigger-nav--wrap .bar--nav span.btm {
  top: 16px;
  width: 60%;
  animation-delay: 0.2s !important;
}
#Trigger-nav .trigger-nav--wrap .bar--close {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 32px;
  display: block;
  overflow: hidden;
  transform: rotate(45deg);
}
#Trigger-nav .trigger-nav--wrap .bar--close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#Trigger-nav .trigger-nav--wrap .bar--close span.ver {
  width: 0;
  height: 0%;
  margin-left: -1px;
  border-left: 1px solid #FFF;
  transform: translateY(-50%);
}
#Trigger-nav .trigger-nav--wrap .bar--close span.hori {
  width: 0%;
  height: 0;
  border-top: 1px solid #FFF;
  margin-top: -1px;
  transform: translateX(-50%);
  animation-delay: 0.05s !important;
}
#Trigger-nav .trigger-nav--wrap .ti {
  position: absolute;
  bottom: -.75rem;
  left: 0;
  width: 100%;
  height: 1.5em;
  color: #FFF;
  text-align: center;
  font-family: 'HKNova';
  font-size: .5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  overflow: hidden;
}
#Trigger-nav .trigger-nav--wrap .ti span {
  position: relative;
  top: 0;
  display: block;
  line-height: 1.5em;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#Trigger-nav.active {
  right: 0;
}
#Trigger-nav.active .trigger-nav--wrap .bar--nav span.top, #Trigger-nav.active .trigger-nav--wrap .bar--nav span.mid, #Trigger-nav.active .trigger-nav--wrap .bar--nav span.btm {
  left: 100%;
}
#Trigger-nav.active .trigger-nav--wrap .bar--close span.ver {
  height: 100%;
}
#Trigger-nav.active .trigger-nav--wrap .bar--close span.hori {
  width: 100%;
}
#Trigger-nav.active .trigger-nav--wrap .ti span {
  top: -1.5em;
}
#Trigger-nav.active:hover {
  background-color: #ff4e01;
}
#Trigger-nav.active:hover .trigger-nav--wrap .bar--close .ver {
  animation: triggerCloseHoverVer .35s forwards;
}
#Trigger-nav.active:hover .trigger-nav--wrap .bar--close .hori {
  animation: triggerCloseHoverHori .35s forwards;
}

#Trigger-nav:not(.active):hover {
  background-color: #ff4e01;
}
#Trigger-nav:not(.active):hover .trigger-nav--wrap .bar--nav span {
  animation: triggerHover .35s forwards;
}

@keyframes triggerHover {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  51% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes triggerCloseHoverVer {
  0% {
    top: 50%;
  }
  50% {
    top: 150%;
  }
  51% {
    top: -150%;
  }
  100% {
    top: 50%;
  }
}
@keyframes triggerCloseHoverHori {
  0% {
    left: 50%;
  }
  50% {
    left: 150%;
  }
  51% {
    left: -150%;
  }
  100% {
    left: 50%;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
#Global-footer {
  position: relative;
  z-index: 5;
  padding: 2rem 1.5rem 4rem;
  background-color: #341000;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 640px 480px;
  background-image: url("../img/common/noise-five.png");
}
@media print, screen and (min-width: 800px) {
  #Global-footer {
    padding: 3rem 2rem 5rem;
  }
}
@media print, screen and (min-width: 800px) {
  #Global-footer {
    padding: 4rem 2rem 6rem;
  }
}
#Global-footer .ti {
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #FFF;
  margin-bottom: .5em;
}
#Global-footer .copyright {
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: .8125em;
  letter-spacing: .1em;
  color: #FFF;
  display: inline-block;
  padding-bottom: 1em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}

/* ---------------------------------------------------------------------------------------- */
/* HOME
/* ---------------------------------------------------------------------------------------- */
#Home-firstimgs {
  position: relative;
  width: 100%;
}
#Home-firstimgs ul {
  position: relative;
  list-style: none;
  margin: 0;
  width: 100%;
}
#Home-firstimgs ul li {
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin: 0;
}
@media print, screen and (min-width: 800px) {
  #Home-firstimgs ul li {
    padding-top: 56.25%;
  }
}
@media print, screen and (min-width: 1200px) {
  #Home-firstimgs ul li {
    padding: 0;
    height: calc(100vh - 120px);
    max-height: 800px;
  }
}
#Home-firstimgs ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 800px) {
  #Home-firstimgs ul li img {
    width: 100%;
    height: auto;
  }
}

#Home-initiatives ol {
  list-style: none;
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 2rem;
}
#Home-initiatives ol li {
  display: block;
  font-size: 1.15em;
  font-weight: 700;
  color: #31464B;
}
#Home-initiatives ol li:not(:last-child) {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 800px) {
  #Home-initiatives ol li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
#Home-initiatives ol li span {
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px dotted rgba(49, 70, 75, 0.4);
}
#Home-initiatives ol li i {
  position: relative;
  display: block;
  text-align: center;
  width: 48px;
  height: 48px;
  margin: 0 auto .5rem;
}

.container-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  max-width: 1408px;
  margin: 0 auto;
}
.container-three--col {
  position: relative;
  padding: 0 1.5rem 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .container-three--col {
    width: 33.33333333%;
    padding: 1rem;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .container-three--col {
    padding: 2rem;
    padding-bottom: 0;
  }
}
.container-three--col > a {
  display: block;
}
.container-three--col > a:hover .ph.add-shadow {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 800px) {
  .container-three--col > a:hover .ph.add-shadow {
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  }
}
.container-three--col > a:hover h3 {
  color: #ff5f1a;
}
.container-three--col > a:hover p {
  color: #111;
}
.container-three--col .ph {
  position: relative;
  width: 100%;
  padding-top: 48%;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media print, screen and (min-width: 800px) {
  .container-three--col .ph {
    padding-top: 100%;
  }
}
.container-three--col .ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media print, screen and (min-width: 800px) {
  .container-three--col .ph img {
    width: auto;
    height: 100%;
  }
}
.container-three--col .txt {
  padding: 1rem 0 0;
  text-align: left;
}
@media print, screen and (min-width: 800px) {
  .container-three--col .txt {
    padding: 1rem 0 0;
  }
}
.container-three--col .txt h3 {
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.container-three--col .txt p {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#Home-intro {
  padding: 1.5rem;
  background-color: #fef7e9;
  overflow: hidden;
}
@media print, screen and (min-width: 800px) {
  #Home-intro {
    padding: 2rem;
    min-height: 27em;
  }
}
@media print, screen and (min-width: 960px) {
  #Home-intro {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #Home-intro {
    padding: 3rem;
    min-height: none;
  }
}
#Home-intro .ph-intro {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  #Home-intro .ph-intro {
    width: 50%;
    padding-top: 33.75%;
  }
}
@media print, screen and (min-width: 1200px) {
  #Home-intro .ph-intro {
    width: 60%;
  }
}
#Home-intro .ph-intro img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
#Home-intro .txt {
  position: relative;
  max-width: 640px;
  margin: 0 auto 2rem;
  text-align: left;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  #Home-intro .txt {
    position: absolute;
    bottom: 2rem;
    left: 45%;
    padding: 2rem;
    background-color: #FFF;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 640px 480px;
    background-image: url("../img/common/noise.png");
    width: 55%;
    max-width: 672px;
    margin: 0;
    font-size: .875em;
    box-shadow: -1rem 0 1rem rgba(0, 0, 0, 0.05);
  }
  #Home-intro .txt::before {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: rgba(253, 225, 173, 0.2);
    z-index: -1;
    transform: rotate(8deg);
  }
}
@media print, screen and (min-width: 1200px) {
  #Home-intro .txt {
    left: 50%;
    padding: 4rem;
    width: 50%;
    font-size: .92rem;
  }
}

#Home-news {
  background-color: #FDE1AD;
  border-top: 1px solid #fdda99;
  border-bottom: 1px solid #fdda99;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/home/bg-news.jpg");
}

.news-index--post {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px dotted #a76e04;
}
.news-index--post dt,
.news-index--post dd {
  padding: 1.5em 0;
  margin: 0;
}
.news-index--post dt {
  display: table-cell;
  width: 8em;
}
.news-index--post dd {
  display: table-cell;
  width: auto;
}

#Home-message {
  background-color: rgba(253, 225, 173, 0.4);
}
@media print, screen and (min-width: 800px) {
  #Home-message .inner-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
#Home-message .txt {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 800px) {
  #Home-message .txt {
    width: 50%;
    padding-bottom: 0;
    padding-right: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #Home-message .txt {
    padding-right: 0;
  }
}
#Home-message .phs {
  width: 100%;
}
@media print, screen and (min-width: 800px) {
  #Home-message .phs {
    width: 50%;
    margin: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #Home-message .phs {
    width: 40%;
    margin-left: auto;
  }
}
#Home-message h2 span {
  font-size: .65em;
  font-weight: 700;
  display: block;
  margin-top: .5em;
}
#Home-message .ph {
  position: relative;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}
@media print, screen and (min-width: 576px) {
  #Home-message .ph {
    padding-top: 56.25%;
  }
}
@media print, screen and (min-width: 800px) {
  #Home-message .ph {
    padding-top: 100%;
  }
}
#Home-message .ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  max-width: none;
}
@media print, screen and (min-width: 800px) {
  #Home-message .ph img {
    width: auto;
    height: 100%;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* ABOUT
/* ---------------------------------------------------------------------------------------- */
.scn-greeting p {
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2;
  font-size: 1.08em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width: 800px) {
  .scn-greeting p {
    font-size: 1.15em;
  }
}
.scn-greeting .ph-and-credit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.scn-greeting .ph-and-credit .ph {
  position: relative;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 576px) {
  .scn-greeting .ph-and-credit .ph {
    padding-top: 56.25%;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-greeting .ph-and-credit .ph {
    width: 60%;
    padding-top: 33.75%;
    margin-bottom: 0;
  }
}
.scn-greeting .ph-and-credit .ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.scn-greeting .ph-and-credit .credit {
  width: 100%;
}
@media print, screen and (min-width: 800px) {
  .scn-greeting .ph-and-credit .credit {
    width: 40%;
    padding-left: 2rem;
  }
}
.scn-greeting .ph-and-credit .credit p {
  text-align: right;
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: .875em;
}

.dl-profile {
  position: relative;
}
.dl-profile::after {
  content: ' ';
  display: block;
  clear: both;
}
.dl-profile dt {
  float: left;
  width: 6em;
  padding: 1em 0;
  margin: 0;
  color: #606060;
}
@media print, screen and (min-width: 800px) {
  .dl-profile dt {
    width: 8em;
    padding: 1.5em 0;
  }
}
.dl-profile dd {
  padding: 1em 0 1em 6em;
  margin: 0;
  border-bottom: 1px dotted #888;
}
@media print, screen and (min-width: 800px) {
  .dl-profile dd {
    padding: 1.5em 0 1.5em 8em;
  }
}
.dl-profile ul {
  margin: 0;
}
.dl-profile ul li {
  display: table;
  margin: 0;
}
.dl-profile ul li::after {
  content: ' ';
  display: block;
  clear: both;
}
.dl-profile ul li span {
  display: table-cell;
}
.dl-profile ul li .title {
  width: 7em;
}
.dl-profile ul li .name {
  width: auto;
}

/* ---------------------------------------------------------------------------------------- */
/* OUR CARROT
/* ---------------------------------------------------------------------------------------- */
.txt-and-imgs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.txt-and-imgs.rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 960px) {
  .txt-and-imgs.rev .txt {
    padding-left: 4rem;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .txt-and-imgs.lrg-ph .txt {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .txt-and-imgs.lrg-ph .imgs {
    width: 50%;
  }
}
.txt-and-imgs .txt {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 960px) {
  .txt-and-imgs .txt {
    width: 60%;
    padding-right: 4rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .txt-and-imgs .imgs {
    width: 40%;
  }
}

.ph-norm {
  overflow: hidden;
}
.ph-norm:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .ph-norm:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.ph-norm img {
  width: 100%;
  height: auto;
}
.ph-norm.two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  overflow: visible;
}
@media print, screen and (min-width: 960px) {
  .ph-norm.two {
    margin-top: 4rem;
  }
}
.ph-norm.two span {
  width: calc(50% - .5rem);
  overflow: hidden;
}
.ph-norm.two span.left {
  margin-right: .5rem;
}
.ph-norm.two span.right {
  margin-left: .5rem;
}

/* ---------------------------------------------------------------------------------------- */
/* CONTACT
/* ---------------------------------------------------------------------------------------- */
.ti-confirm-mail {
  display: block;
  margin-top: 1em;
  margin-bottom: .25em;
}

.pc-center {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .pc-center p {
    text-align: center;
  }
}

.form-group--inner .dl-inner {
  width: 100%;
  margin-top: .75em;
}
.form-group--inner .dl-inner::after {
  content: ' ';
  display: block;
  clear: both;
}
@media print, screen and (min-width: 576px) {
  .form-group--inner .dl-inner {
    display: table;
    margin-top: 0;
  }
  .form-group--inner .dl-inner.sp-top {
    margin-top: .35em;
  }
}
@media print, screen and (min-width: 576px) {
  .form-group--inner .dl-inner dt, .form-group--inner .dl-inner dd {
    display: table-cell;
    vertical-align: middle;
    padding: .5em 0;
  }
}
@media print, screen and (min-width: 576px) {
  .form-group--inner .dl-inner dt {
    width: 10em;
  }
}
@media print, screen and (min-width: 576px) {
  .form-group--inner .dl-inner dd {
    width: calc(100%- 10em);
  }
}
.form-group--inner .list-radio,
.form-group--inner .list-check {
  letter-spacing: -.4em;
  list-style: none;
  margin: 0 0 -1em;
}
.form-group--inner .list-radio li,
.form-group--inner .list-check li {
  letter-spacing: 0;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.form-group .btn-submit {
  margin-top: 2rem;
  margin-bottom: 0;
}
.form-group textarea {
  width: 100% !important;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

#mfp_button_send,
#mfp_button_cancel {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: .75em 1em;
  background-color: #FF834D;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#mfp_button_cancel {
  background-color: #5e5e5e;
}

table#mfp_confirm_table {
  width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #F5F5F5;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  border-top: solid 1px #CCC;
  padding: 10px;
  text-align: left;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 6em;
}

table#mfp_confirm_table tr td {
  word-break: break-all;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  max-width: 90%;
  width: 700px;
  box-shadow: 0px 0px 10px #000;
}

div#mfp_overlay_inner h4 {
  margin-bottom: 1em;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
}
