@charset "UTF-8";
@font-face {
  font-family: "Noto Sans";
  font-weight: normal;
  src: url("/assets/fonts/NotoSans_Regular.woff2") format("woff2"), url("/assets/fonts/NotoSans_regular.woff") format("woff"), url("/assets/fonts/NotoSans_regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: bold;
  src: url("/assets/fonts/NotoSans_Bold.woff2") format("woff2"), url("/assets/fonts/NotoSans_bold.woff") format("woff"), url("/assets/fonts/NotoSans_bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 100;
  src: url("/assets/fonts/NotoSans_Thin.woff2") format("woff2"), url("/assets/fonts/NotoSans_thin.woff") format("woff"), url("/assets/fonts/NotoSans_thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 200;
  src: url("/assets/fonts/NotoSans_Light.woff2") format("woff2"), url("/assets/fonts/NotoSans_light.woff") format("woff"), url("/assets/fonts/NotoSans_light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 300;
  src: url("/assets/fonts/NotoSans_DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSans_demilight.woff") format("woff"), url("/assets/fonts/NotoSans_demilight.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("/assets/fonts/NotoSans_Regular.woff2") format("woff2"), url("/assets/fonts/NotoSans_regular.woff") format("woff"), url("/assets/fonts/NotoSans_regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("/assets/fonts/NotoSans_Medium.woff2") format("woff2"), url("/assets/fonts/NotoSans_medium.woff") format("woff"), url("/assets/fonts/NotoSans_medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  src: url("/assets/fonts/NotoSans_Bold.woff2") format("woff2"), url("/assets/fonts/NotoSans_bold.woff") format("woff"), url("/assets/fonts/NotoSans_bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("/assets/fonts/NotoSans_Bold.woff2") format("woff2"), url("/assets/fonts/NotoSans_bold.woff") format("woff"), url("/assets/fonts/NotoSans_bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 800;
  src: url("/assets/fonts/NotoSans_Black.woff2") format("woff2"), url("/assets/fonts/NotoSans_black.woff") format("woff"), url("/assets/fonts/NotoSans_black.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 900;
  src: url("/assets/fonts/NotoSans_Black.woff2") format("woff2"), url("/assets/fonts/NotoSans_black.woff") format("woff"), url("/assets/fonts/NotoSans_black.otf") format("opentype");
}
/*font*/
html {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, Helvetica, Arial, MyYugothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  font: inherit;
  vertical-align: top;
  font-feature-settings: "palt" 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-image: url(/assets/images/cmn/bg_wrapper.png);
}
@media screen and (max-width: 543px) {
  body img {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 544px) {
  .wrapper {
    min-width: 870px;
  }
}

@media screen and (max-width: 543px) {
  .mainContents {
    min-height: calc(100vh - 100px - 250px);
  }
}
@media print, screen and (min-width: 544px) {
  .mainContents {
    margin-top: 25px;
  }
  .mainContents article section {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 543px) {
  .mainContents article > p {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mainContents article > .grid.col_2 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mainContents article .wrapper--cmn {
    margin-right: auto;
    margin-left: auto;
  }
  .mainContents article .wrapper--cmn + * {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 544px) {
  .mainContents article > p {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
  .mainContents article > p + * {
    margin-top: 25px;
  }
  .mainContents article > .wrapper--cmn {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
  .mainContents article > .wrapper--cmn + * {
    margin-top: 25px;
  }
}
@media screen and (max-width: 543px) {
  .mainContents section {
    background: white;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px 15px;
  }
  .mainContents section + * {
    margin-top: 10px;
  }
  .mainContents section + .storyCategoryList {
    margin-top: 20px;
  }
  .mainContents section + .news__footerNav {
    margin-top: 20px;
  }
  body.home .mainContents section {
    background: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 543px) and (max-width: 543px) {
  body.home .mainContents section {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 543px) {
  body.products .mainContents section {
    background: transparent;
    padding: 0;
  }
  body.products .mainContents section + section {
    margin-top: 20px;
  }
  body.products .mainContents section p {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .mainContents section {
    background: white;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
  }
  .mainContents section + * {
    margin-top: 20px;
  }
  .mainContents section + .storyCategoryList {
    margin-top: 20px;
  }
  .mainContents section + .news__footerNav {
    margin-top: 20px;
  }
  .mainContents section + .productNav {
    margin-top: 50px;
  }
  body.home .mainContents section {
    background: transparent;
    padding: 0;
  }
  body.products .mainContents section {
    background: transparent;
    padding: 0;
  }
  body.products .mainContents section + section {
    margin-top: 40px;
  }
}

.grid {
  font-size: 0;
}
.grid .col {
  vertical-align: top;
}
@media screen and (max-width: 543px) {
  .grid.col_2 {
    margin: inherit -5px -10px;
  }
}
.grid.col_2 .col {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 543px) {
  .grid.col_2 .col {
    padding: 0 5px 10px;
  }
}
@media screen and (max-width: 543px) {
  .grid.col_3 {
    margin: inherit -5px -10px;
  }
}
.grid.col_3 .col {
  display: inline-block;
  width: 33.3333%;
}
@media screen and (max-width: 543px) {
  .grid.col_3 .col {
    padding: 0 5px 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .grid.col_3 .col {
    padding: 0 5px 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .grid._pc_col_2 {
    margin-bottom: -20px;
  }
  .grid._pc_col_2 > .col {
    display: inline-block;
    width: 50%;
    padding: 0 10px 20px;
  }
  .grid._pc_col_3 {
    margin-right: 10px;
    margin-bottom: -20px;
    margin-left: -10px;
  }
  .grid._pc_col_3 > .col {
    display: inline-block;
    width: 33.3333%;
    padding: 0 10px 20px;
  }
  .grid._pc_col_4 {
    margin-right: 5px;
    margin-bottom: -10px;
    margin-left: -5px;
  }
  .grid._pc_col_4 > .col {
    display: inline-block;
    width: 25%;
    padding: 0 5px 10px;
  }
}

.flexColumn {
  *zoom: 1;
}
.flexColumn:before {
  content: " ";
  display: table;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.flexColumn:after {
  content: " ";
  display: table;
  clear: both;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.flexColumn .flex__img {
  float: left;
  margin-right: 10px;
}
.flexColumn .flex__img.right {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
@media print, screen and (min-width: 544px) {
  .flexColumn .flex__img .gentle {
    margin-bottom: -40px;
  }
}
.flexColumn .flex__body {
  overflow: hidden;
}
@media screen and (max-width: 543px) {
  .flexColumn + * {
    margin-top: 20px;
  }
}

._pc_flexColumn + * {
  margin-top: 30px;
}
@media print, screen and (min-width: 544px) {
  ._pc_flexColumn {
    *zoom: 1;
  }
  ._pc_flexColumn + * {
    margin-top: 30px;
  }
  ._pc_flexColumn:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  ._pc_flexColumn:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  ._pc_flexColumn .flexColumn__img {
    float: left;
    margin-right: 20px;
  }
  ._pc_flexColumn .flexColumn__img + .flexColumn__desc {
    margin: auto;
  }
  ._pc_flexColumn .flexColumn__img.right {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
  ._pc_flexColumn .flexColumn__body {
    overflow: hidden;
  }
}

.product__item {
  background: white;
  overflow: hidden;
}
.product__item a {
  display: block;
  text-decoration: none;
  color: #694e32;
}
.product__item figcaption {
  background: #e4e1da;
  font-weight: 700;
  position: relative;
}
.product__item figcaption::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/images/cmn/icn_arw_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.product__item .product__pct img {
  width: 100%;
}
@media screen and (max-width: 543px) {
  .product__item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .product__item figcaption {
    padding: 10px 30px 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product__item figcaption:after {
    right: 10px;
    width: 16px;
    height: 14px;
    background-size: auto 14px;
  }
}
@media print, screen and (min-width: 544px) {
  .product__item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
  }
  .product__item figcaption {
    padding: 15px 30px 15px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .product__item figcaption:after {
    right: 10px;
    width: 19px;
    height: 17px;
    background-size: contain;
  }
}

.siteMap li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #694e32;
  font-weight: 700;
  color: #694e32;
}
.siteMap li a {
  font-weight: 500;
  text-decoration: none;
}
.siteMap li a::after {
  content: "";
  display: inline-block;
  margin-left: 0.3em;
  height: 15px;
  width: 15px;
  background-image: url(/assets/images/cmn/icn_arw--blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.siteMap dl {
  margin-bottom: -0.7em;
}
.siteMap dt {
  padding-bottom: 0.7em;
}
.siteMap dd {
  padding-bottom: 0.7em;
  margin-left: 1em;
}
@media screen and (max-width: 543px) {
  .siteMap li {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .siteMap dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 544px) {
  .siteMap li {
    font-size: 20px;
    font-size: 2rem;
  }
  .siteMap dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.alphabet .alphabet__header {
  position: relative;
  color: #694e32;
}
.alphabet .alphabet__header::before {
  content: attr(data-alphabet);
  display: block;
  line-height: 1.4;
  width: 1.4em;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background: #694e32;
  position: absolute;
  left: -2em;
  top: -0.15em;
}
@media screen and (max-width: 543px) {
  .alphabet {
    padding-left: 30px;
  }
  .alphabet .alphabet__header {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .alphabet .alphabet__header::before {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .alphabet .alphabet__body {
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .alphabet .alphabet__body p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 544px) {
  .alphabet {
    padding-left: 30px;
  }
  .alphabet .alphabet__header {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .alphabet .alphabet__body {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 543px) {
  .figure_01 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
  .figure_01 img + figcaption {
    margin-top: 10px;
  }
  .figure_01 figcaption {
    color: #694e32;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 544px) {
  .figure_01 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
  .figure_01 img + figcaption {
    margin-top: 10px;
  }
  .figure_01 figcaption {
    color: #694e32;
    font-weight: 700;
  }
}

.chartLegend {
  background: #f5f2d5;
  overflow: hidden;
}
@media screen and (max-width: 543px) {
  .chartLegend + * {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .chartLegend {
    padding: 15px;
  }
  .chartLegend + * {
    margin-top: 20px;
  }
}
.chartLegend ul {
  display: table;
  border-spacing: 6px 10px;
}
.chartLegend ul li {
  display: table-row;
}
.chartLegend ul .term {
  display: table-cell;
  background: #e4e1da;
  color: #694e32;
  vertical-align: middle;
  position: relative;
}
.chartLegend ul .term::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-image: url(/assets/images/cmn/icn_arw_01--b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 543px) {
  .chartLegend ul .term {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 7px 5px 25px;
  }
  .chartLegend ul .term::before {
    left: 5px;
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (min-width: 544px) {
  .chartLegend ul .term {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 7px 8px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .chartLegend ul .term::before {
    left: 5px;
    width: 17px;
    height: 15px;
  }
}
.chartLegend ul .desc {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 543px) {
  .chartLegend ul .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 544px) {
  .chartLegend ul .desc {
    padding-left: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 543px) {
  .storyList {
    margin: 15px 17px -10px;
  }
}
@media print, screen and (min-width: 544px) {
  .storyList {
    width: 840px;
    margin: 30px auto;
  }
  .storyList ul {
    font-size: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 543px) {
  .storyList .story__item {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .storyList .story__item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 40px;
  }
}
.storyList .story__item a {
  background: white;
  display: block;
  text-decoration: none;
  border: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 543px) {
  .storyList .story__item a {
    border-width: 2px;
  }
}
.storyList .story__item a[href*=collection] {
  border-color: #b4965b;
}
.storyList .story__item a[href*=collection] .story__header {
  background: #b4965b;
}
.storyList .story__item a[href*=media] {
  border-color: #427692;
}
.storyList .story__item a[href*=media] .story__header {
  background: #427692;
}
.storyList .story__item a[href*=etc] {
  border-color: #cf9172;
}
.storyList .story__item a[href*=etc] .story__header {
  background: #cf9172;
}
.storyList .story__item a[href*=history] {
  border-color: #525252;
}
.storyList .story__item a[href*=history] .story__header {
  background: #525252;
}
.storyList .story__item a[href*=brain] {
  border-color: #6d983a;
}
.storyList .story__item a[href*=brain] .story__header {
  background: #6d983a;
}
.storyList .story__header {
  color: white;
  position: relative;
}
@media screen and (max-width: 543px) {
  .storyList .story__header {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 13px 15px;
  }
}
@media print, screen and (min-width: 544px) {
  .storyList .story__header {
    font-size: 20px;
    font-size: 2rem;
    padding: 13px 15px;
  }
}
.storyList .story__header::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/images/cmn/icn_arw_01--w.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 543px) {
  .storyList .story__header::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .storyList .story__header::after {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
.storyList figure .pct {
  width: 50%;
  padding-right: 5%;
  vertical-align: middle;
  display: table-cell;
}
.storyList figure figcaption {
  vertical-align: middle;
  display: table-cell;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  padding-right: 2%;
  color: #333333;
}
@media print, screen and (min-width: 544px) {
  .storyList figure figcaption {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.collectionList {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 543px) {
  .collectionList {
    margin: 15px 10px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .collectionList {
    width: 840px;
    margin: 30px auto;
    padding-bottom: 40px;
  }
}
.collectionList .collection__header {
  background: #b4965b;
  color: white;
  position: relative;
}
@media screen and (max-width: 543px) {
  .collectionList .collection__header {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 13px 15px;
  }
}
@media print, screen and (min-width: 544px) {
  .collectionList .collection__header {
    font-size: 20px;
    font-size: 2rem;
    padding: 13px 15px;
  }
}
.collectionList.collection .collection__header {
  background: #b4965b;
}
.collectionList.movie .collection__header, .collectionList.media .collection__header {
  background: #427692;
}
.collectionList.etc .collection__header {
  background: #cf9172;
}
.collectionList.history .collection__header {
  background: #525252;
}
.collectionList.brain .collection__header {
  background: #6d983a;
}
@media screen and (max-width: 543px) {
  .collectionList ul {
    margin: 10px 15px 0;
  }
  .collectionList ul + .collection__more {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .collectionList ul {
    margin: 40px 40px 0;
  }
  .collectionList ul + .collection__more {
    margin-top: 20px;
  }
}
.collectionList .collection__item {
  border-bottom: 1px solid #b4965b;
}
@media print, screen and (min-width: 544px) {
  .collectionList .collection__item {
    border-bottom: 1px dashed #b4965b;
  }
}
.collectionList .collection__item a {
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 543px) {
  .collectionList .collection__item a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 544px) {
  .collectionList .collection__item a {
    line-height: 1.4;
    padding: 20px 0;
  }
}
.collectionList .collection__item dt {
  position: relative;
  color: #694e32;
}
.collectionList .collection__item dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/cmn/icn_arw_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 543px) {
  .collectionList .collection__item dt {
    padding-left: 20px;
  }
  .collectionList .collection__item dt::before {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 544px) {
  .collectionList .collection__item dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
    color: #694e32;
  }
  .collectionList .collection__item dt::before {
    top: 3px;
    width: 17px;
    height: 17px;
  }
}
.collectionList .collection__item dd {
  color: #333333;
}
@media screen and (max-width: 543px) {
  .collectionList .collection__item dd {
    margin-top: 5px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .collectionList .collection__item dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    padding-left: 20px;
  }
}
.collectionList .collection__more {
  text-align: center;
}
.collectionList .collection__more a {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #e4e1da;
  color: #694e32;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.collectionList .collection__more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/images/cmn/icn_arw_01--b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 543px) {
  .collectionList .collection__more a::after {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 544px) {
  .collectionList .collection__more a::after {
    right: 30px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 543px) {
  .collectionList .collection__more a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 40px 10px 30px;
  }
}
@media print, screen and (min-width: 544px) {
  .collectionList .collection__more a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 65px 15px 35px;
  }
}

@media print, screen and (min-width: 544px) {
  .storyCategoryList {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
}
.storyCategoryList li a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 544px) {
  .storyCategoryList li a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.storyCategoryList li a[href*=collection] {
  background-color: #b4965b;
}
.storyCategoryList li a[href*=media] {
  background-color: #427692;
}
.storyCategoryList li a[href*=etc] {
  background-color: #cf9172;
}
.storyCategoryList li a[href*=history] {
  background-color: #525252;
}
.storyCategoryList li a[href*=brain] {
  background-color: #6d983a;
}
.storyCategoryList li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/images/cmn/icn_arw_01--w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 543px) {
  .storyCategoryList li a::after {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 544px) {
  .storyCategoryList li a::after {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 543px) {
  .storyCategoryList {
    margin: 20px 10px;
  }
  .storyCategoryList li {
    margin-bottom: 5px;
  }
  .storyCategoryList li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #000;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 14px 14px 14px 14px;
  }
}
@media print, screen and (min-width: 544px) {
  .storyCategoryList ul {
    font-size: 0;
    margin-right: -10px;
    margin-left: -10px;
  }
  .storyCategoryList li {
    width: 50%;
    display: inline-block;
    padding: 0 10px 20px;
  }
  .storyCategoryList li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #000;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px;
  }
}

.historyList {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 543px) {
  .historyList {
    margin: 15px 10px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .historyList {
    width: 840px;
    margin: 30px auto;
  }
}
.historyList .history__header {
  background: #525252;
  color: white;
  position: relative;
  font-size: 2rem;
  padding: 13px 15px;
}
@media screen and (max-width: 543px) {
  .historyList .history__header {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 13px 15px;
  }
}
@media screen and (max-width: 543px) {
  .historyList ul {
    margin: 10px 15px 0;
  }
  .historyList ul + .collection__more {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .historyList ul {
    margin: 40px;
  }
  .historyList ul + .collection__more {
    margin-top: 20px;
  }
}
.historyList .history__item {
  border-bottom: 1px dotted #694e32;
}
@media screen and (max-width: 543px) {
  .historyList .history__item {
    margin-right: -5px;
    padding: 10px 0;
  }
  .historyList .history__item + .history__item {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .historyList .history__item {
    margin-right: -5px;
    padding: 0 0 20px;
  }
  .historyList .history__item + .history__item {
    margin-top: 20px;
  }
}
.historyList .history__item figure {
  *zoom: 1;
}
.historyList .history__item figure:before {
  content: " ";
  display: table;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.historyList .history__item figure:after {
  content: " ";
  display: table;
  clear: both;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.historyList .history__item figcaption {
  overflow: hidden;
}
.historyList .history__item .pct {
  float: left;
}
@media screen and (max-width: 543px) {
  .historyList .history__item .pct {
    width: 40%;
    padding-right: 5%;
  }
}
@media print, screen and (min-width: 544px) {
  .historyList .history__item .pct {
    width: 260px;
    padding-right: 27px;
  }
}
.historyList .history__item .num {
  display: inline-block;
  background: #525252;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
}
@media screen and (max-width: 543px) {
  .historyList .history__item .num {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }
}
@media print, screen and (min-width: 544px) {
  .historyList .history__item .num {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 8px;
  }
}
.historyList .history__item .title {
  display: block;
  min-height: 1.5em;
  color: #694e32;
  line-height: 1.4;
}
@media screen and (max-width: 543px) {
  .historyList .history__item .title {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 30px;
  }
  .historyList .history__item .title + .desc {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .historyList .history__item .title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 50px;
    font-weight: 700;
  }
  .historyList .history__item .title + .desc {
    margin-top: 10px;
  }
}
.historyList .history__item .desc {
  line-height: 1.6;
}
@media screen and (max-width: 543px) {
  .historyList .history__item .desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 544px) {
  .historyList .history__item .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.productNav {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 544px) {
  .productNav {
    margin-top: 50px;
  }
}
.productNav .col {
  display: inline-block;
}
@media screen and (max-width: 543px) {
  .productNav {
    padding: 30px 0;
    margin-right: -20px;
    margin-left: -20px;
    background-image: url(/assets/images/cmn/bg_wrapper.png);
  }
}
.productNav.col_2 .col {
  width: 340px;
}
.productNav.col_2 .col + .col {
  margin-left: 20px;
}
.productNav.col_2 .col.border .product__pct {
  border-right: 1px solid #e4e1da;
  border-bottom: 1px solid #e4e1da;
  border-left: 1px solid #e4e1da;
}

.sign {
  margin-left: 10px;
  vertical-align: -5px;
}

.mediaWrapper {
  position: relative;
}
@media screen and (max-width: 543px) {
  .mediaWrapper {
    margin-bottom: 15px;
  }
}
.mediaWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pageTitle {
  background: #694e32;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 543px) {
  .pageTitle {
    padding: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pageTitle + section {
    margin-top: 15px;
  }
  .pageTitle + p {
    margin-top: 15px;
  }
  .pageTitle + .grid {
    margin-top: 15px;
  }
  .pageTitle + .siteMap {
    margin-top: 25px;
  }
  .pageTitle + .wrapper--cmn {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 544px) {
  .pageTitle {
    padding: 23px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pageTitle > * {
    width: 840px;
    margin: auto;
  }
  .pageTitle + section {
    margin-top: 40px;
  }
  .pageTitle + p {
    margin-top: 20px;
  }
  .pageTitle + .grid {
    margin-top: 15px;
  }
  .pageTitle + .siteMap {
    margin-top: 25px;
  }
  .pageTitle + .wrapper--cmn {
    margin-top: 20px;
  }
}

.lv2 {
  color: #694e32;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #694e32;
}
.lv2 + * {
  margin-top: 25px;
}
.lv2 + .lv3 {
  margin-top: 15px;
}
@media print, screen and (min-width: 544px) {
  .lv2 + .lv3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 543px) {
  .lv2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 5px;
    position: relative;
    padding-left: 40px;
  }
  .lv2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 33px;
    height: 21px;
    background-image: url(/assets/images/cmn/icn_tama_01.png);
    background-size: contain;
  }
}
@media print, screen and (min-width: 544px) {
  .lv2 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    padding-left: 40px;
    position: relative;
  }
  .lv2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 33px;
    height: 21px;
    background-image: url(/assets/images/cmn/icn_tama_01.png);
    background-size: contain;
  }
}

.lv3 {
  color: #694e32;
  background: #e4e1da;
}
.lv3 + * {
  margin-top: 10px;
}
@media print, screen and (min-width: 544px) {
  .lv3 + * {
    margin-top: 25px;
  }
}
@media screen and (max-width: 543px) {
  .lv3 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 5px;
  }
}
@media print, screen and (min-width: 544px) {
  .lv3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    font-weight: 700;
  }
}

.lv4 {
  border-left: solid #694e32;
  font-weight: 700;
  color: #694e32;
}
.lv4 + * {
  margin-top: 10px;
}
@media screen and (max-width: 543px) {
  .lv4 {
    border-width: 5px;
    padding-left: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 544px) {
  .lv4 {
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 5px;
    padding-left: 5px;
  }
}

.lv5 + * {
  margin-top: 10px;
}
@media screen and (max-width: 543px) {
  .lv5 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #694e32;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 544px) {
  .lv5 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #694e32;
    font-weight: 700;
  }
}

.tle--point {
  display: table;
  width: 100%;
}
@media screen and (max-width: 543px) {
  .tle--point {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tle--point + p {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 544px) {
  .tle--point {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tle--point + p {
    margin-top: 20px;
  }
}
.tle--point .point__inner {
  display: table-row;
}
.tle--point .point__header {
  background: #694e32;
  color: white;
  display: table-cell;
  font-weight: 700;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 543px) {
  .tle--point .point__header {
    padding: 5px;
  }
}
@media print, screen and (min-width: 544px) {
  .tle--point .point__header {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tle--point .point__body {
  background: #e4e1da;
  color: #694e32;
  display: table-cell;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 543px) {
  .tle--point .point__body {
    padding: 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .tle--point .point__body {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

p {
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
p + * {
  margin-top: 15px;
}
p + p {
  margin-top: 1em;
}
p + .lv2,
p + .lv3,
p + .lv4 {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 544px) {
  p + .grid {
    margin-top: 40px;
  }
  p + .tle--point {
    margin-top: 40px;
  }
}
p.annotation {
  padding-left: 1em;
  position: relative;
}
p.annotation::before {
  content: "※";
  position: absolute;
  left: 0;
}
p img {
  vertical-align: baseline;
}
@media screen and (max-width: 543px) {
  p img[align] {
    float: none;
    display: block;
    clear: both;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 544px) {
  p img[align] {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 544px) {
  p img[align=left] {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 544px) {
  p img[align=right] {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 543px) {
  object {
    max-width: 100%;
  }
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 70%;
}

body {
  background-image: url(/assets/images/cmn/bg_wrapper.png);
}
@media screen and (max-width: 543px) {
  body img {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 544px) {
  .wrapper {
    min-width: 870px;
  }
}

@media screen and (max-width: 543px) {
  .mainContents {
    min-height: calc(100vh - 100px - 250px);
  }
}
@media print, screen and (min-width: 544px) {
  .mainContents {
    margin-top: 25px;
  }
  .mainContents article section {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 543px) {
  .mainContents article > p {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mainContents article > .grid.col_2 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mainContents article .wrapper--cmn {
    margin-right: auto;
    margin-left: auto;
  }
  .mainContents article .wrapper--cmn + * {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 544px) {
  .mainContents article > p {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
  .mainContents article > p + * {
    margin-top: 25px;
  }
  .mainContents article > .wrapper--cmn {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
  .mainContents article > .wrapper--cmn + * {
    margin-top: 25px;
  }
}
@media screen and (max-width: 543px) {
  .mainContents section {
    background: white;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px 15px;
  }
  .mainContents section + * {
    margin-top: 10px;
  }
  .mainContents section + .storyCategoryList {
    margin-top: 20px;
  }
  .mainContents section + .news__footerNav {
    margin-top: 20px;
  }
  body.home .mainContents section {
    background: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 543px) and (max-width: 543px) {
  body.home .mainContents section {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 543px) {
  body.products .mainContents section {
    background: transparent;
    padding: 0;
  }
  body.products .mainContents section + section {
    margin-top: 20px;
  }
  body.products .mainContents section p {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .mainContents section {
    background: white;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
  }
  .mainContents section + * {
    margin-top: 20px;
  }
  .mainContents section + .storyCategoryList {
    margin-top: 20px;
  }
  .mainContents section + .news__footerNav {
    margin-top: 20px;
  }
  .mainContents section + .productNav {
    margin-top: 50px;
  }
  body.home .mainContents section {
    background: transparent;
    padding: 0;
  }
  body.products .mainContents section {
    background: transparent;
    padding: 0;
  }
  body.products .mainContents section + section {
    margin-top: 40px;
  }
}

.speakNav {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.speakNav * {
  position: relative;
  top: 1px;
  left: 1px;
}

@media print, screen and (min-width: 544px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  ._pc {
    display: none !important;
  }
}
/*text-align,	vertical-align, float, clear*/
.ta_l, .alignLeft {
  text-align: left !important;
}

.ta_r, .alignRight {
  text-align: right !important;
}

.ta_c, .alignCenter {
  text-align: center !important;
}

.vaTop {
  vertical-align: top !important;
}

.va_m {
  vertical-align: middle !important;
}

.va_bottom {
  vertical-align: bottom !important;
}

.va_baseline {
  vertical-align: baseline !important;
}

.floatNone, .f_n {
  float: none !important;
}

.floatLeft, .f_l {
  float: left !important;
}

.floatRight, .f_r {
  float: right !important;
}

.clearLeft {
  clear: left !important;
}

.clearRight {
  clear: right !important;
}

.clearBoth {
  clear: both !important;
}

.case {
  overflow: hidden;
  zoom: 1;
}

.hide {
  display: none !important;
}

.di_b {
  display: block !important;
}

.di_ib {
  display: inline-block !important;
}

.di_i {
  display: inline !important;
}

@media print, screen and (min-width: 544px) {
  ._pc_di_b {
    display: block !important;
  }
  ._pc_di_ib {
    display: inline-block !important;
  }
  ._pc_di_i {
    display: inline !important;
  }
}

@media screen and (max-width: 543px) {
  ._sp_di_b {
    display: block !important;
  }
  ._sp_di_ib {
    display: inline-block !important;
  }
  ._sp_di_i {
    display: inline !important;
  }
}

@media print, screen and (min-width: 544px) {
  [data-style*="w:335"] {
    width: 335px !important;
  }

  [data-style*="mt:30"] {
    margin-top: 50px !important;
  }

  [data-style*="mt:50"] {
    margin-top: 50px !important;
  }
}
.c_red {
  color: #ce0211;
}

.fs_small {
  font-size: 80%;
}

.fs_x-small {
  font-size: 60%;
}

.fs_xx-small {
  font-size: 50%;
}

@media print, screen and (min-width: 544px) {
  ._pc_pl_30 {
    padding-left: 30px;
  }
}
a {
  color: #1074aa;
}
a[target="_blank"]::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin-left: 0.2em;
  background-image: url(/assets/images/cmn/icn_blank.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.link_btn {
  display: inline-block;
  background: #e4e1da;
  color: #694e32;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.link_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/images/cmn/icn_arw_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 543px) {
  .link_btn {
    padding: 8px 30px 8px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .link_btn:after {
    right: 10px;
    width: 16px;
    height: 14px;
    background-size: auto 14px;
  }
}
@media print, screen and (min-width: 544px) {
  .link_btn {
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .link_btn:after {
    width: 19px;
    height: 17px;
    right: 10px;
    background-size: contain;
  }
}
.link_btn.arrow--d::after {
  background-image: url(/assets/images/cmn/icn_arw_01--b.svg);
}
.link_btn.arrow--l::after {
  background-image: url(/assets/images/cmn/icn_arw_01--l.svg);
}
@media screen and (max-width: 543px) {
  .link_btn.arrow--l {
    padding: 8px 10px 8px 30px;
  }
  .link_btn.arrow--l:after {
    right: auto;
    left: 10px;
  }
}
.link_btn.bg--brown {
  background: #694e32;
  color: white;
}
.link_btn.bg--brown:after {
  background-image: url(/assets/images/cmn/icn_arw_01--w.svg);
}
.link_btn.round {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.link_btn.round.prev, .link_btn.round.next {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 8px 40px 8px 20px;
}
@media screen and (max-width: 543px) {
  .link_btn.round.prev {
    padding: 8px 20px 8px 40px;
  }
  .link_btn.round.prev:after {
    right: auto;
    left: 10px;
  }
}
.link_btn.round.prev::after {
  background-image: url(/assets/images/cmn/icn_arw_01--l.svg);
}

.link_icn {
  color: #333333;
  font-weight: 700;
}
.link_icn::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.2em;
  margin-right: 5px;
  background-image: url(/assets/images/cmn/icn_arw_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 544px) {
  .link_icn:hover {
    text-decoration: none;
  }
}

.linkNav {
  display: block;
  color: #694e32;
  background: aliceblue;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  background-image: url(/assets/images/cmn/icn_arw_01--b.svg);
  background-size: 13px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 544px) {
  .linkNav {
    padding: 28px 10px 28px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .linkNav:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    zoom: 1;
  }
}
@media screen and (max-width: 543px) {
  .linkNav {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}
.linkNav.school {
  background-color: #e1d882;
}
.linkNav.cram {
  background-color: #83c7ca;
  color: white;
  line-height: 1.6;
  background-image: url(/assets/images/cmn/icn_arw_01--b--w.svg);
}
@media print, screen and (min-width: 544px) {
  .linkNav.cram {
    padding: 15px 5px 15px 15px;
  }
}
@media screen and (max-width: 543px) {
  .linkNav.cram {
    padding: 20px;
  }
}
.linkNav.child {
  background-color: #fed2bb;
}
@media screen and (max-width: 543px) {
  .linkNav.child {
    line-height: 1.6;
    padding: 20px;
  }
}
.linkNav.training {
  background-color: #b1cbd9;
}

ul.ul--cmn {
  margin-bottom: -0.8em;
}
ul.ul--cmn li {
  margin-bottom: 0.8em;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
ul.ul--cmn li::before {
  content: "";
  display: block;
  background: #694e32;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media screen and (max-width: 543px) {
  ul.ul--cmn li::before {
    width: 0.4em;
    height: 0.4em;
  }
}
@media print, screen and (min-width: 544px) {
  ul.ul--cmn li::before {
    width: 0.6em;
    height: 0.6em;
    top: 0.4em;
  }
}
@media screen and (max-width: 543px) {
  ul.ul--cmn li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 544px) {
  ul.ul--cmn li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ul.annotation li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}
ul.annotation li + li {
  margin-top: 5px;
}
ul.annotation li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 543px) {
  ul.annotation li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 544px) {
  ul.annotation li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

ol.annotation {
  list-style: none;
  padding-left: 0;
  display: table;
  margin-bottom: -0.5em;
}
ol.annotation + .annotation {
  margin-top: 5px;
}
ol.annotation li {
  display: table-row;
  counter-increment: table-ol;
  line-height: 1.6;
}
ol.annotation li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ol.annotation li:before {
  content: "※" counter(table-ol);
  display: table-cell;
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 543px) {
  ol.annotation li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 544px) {
  ol.annotation li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
ol.decimal {
  list-style: none;
  padding-left: 0;
  display: table;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
ol.decimal + * {
  margin-top: 1.5em;
}
ol.decimal li {
  display: table-row;
  counter-increment: table-ol;
  margin-bottom: 50px;
}
ol.decimal li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ol.decimal li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
}

.frame--cmn {
  border: 1px solid #694e32;
}
.frame--cmn .frame__heading {
  background: #694e32;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 543px) {
  .frame--cmn .frame__heading {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 12px;
  }
}
@media print, screen and (min-width: 544px) {
  .frame--cmn .frame__heading {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 543px) {
  .frame--cmn .frame__body {
    padding: 15px 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .frame--cmn .frame__body {
    padding: 20px;
  }
}

.table--cmn, .tbl--cmn {
  border: 1px solid #694e32;
  background: white;
}
.table--cmn caption, .tbl--cmn caption {
  text-align: left;
  margin-bottom: 0.3em;
}
.table--cmn th, .tbl--cmn th {
  background: #e4e1da;
  color: #694e32;
  border: 1px solid #694e32;
  vertical-align: middle;
}
.table--cmn td, .tbl--cmn td {
  border: 1px solid #694e32;
  vertical-align: top;
}
@media screen and (max-width: 543px) {
  .table--cmn, .tbl--cmn {
    width: 100%;
  }
  .table--cmn + *, .tbl--cmn + * {
    margin-top: 20px;
  }
  .table--cmn + .annotation, .tbl--cmn + .annotation {
    margin-top: 5px;
  }
  .table--cmn caption, .tbl--cmn caption {
    margin-bottom: 0.3em;
  }
  .table--cmn th, .tbl--cmn th {
    padding: 10px 5px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    white-space: nowrap;
  }
  .table--cmn td, .tbl--cmn td {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 544px) {
  .table--cmn + *, .tbl--cmn + * {
    margin-top: 20px;
  }
  .table--cmn + .annotation, .tbl--cmn + .annotation {
    margin-top: 10px;
  }
  .table--cmn caption, .tbl--cmn caption {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .table--cmn th, .tbl--cmn th {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .table--cmn td, .tbl--cmn td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.tbl--history th {
  background: #e4e1da;
  color: #694e32;
  white-space: nowrap;
  line-height: 1.6;
  vertical-align: middle;
  text-align: left;
  font-weight: 700;
}
.tbl--history td {
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 543px) {
  .tbl--history {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .tbl--history th {
    padding: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tbl--history td {
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 544px) {
  .tbl--history {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .tbl--history th {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tbl--history td {
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 544px) {
  .slideshow {
    width: 840px;
    margin: auto;
  }
}
@media screen and (max-width: 543px) {
  .slideshow {
    width: 100%;
    margin: auto;
  }
}

.slideshow__stage {
  position: relative;
}
.slideshow__stage li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.slideshow__stage li:first-child {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -webkit-opacity: 1;
  zoom: 1;
}

.slideshow__marker {
  text-align: center;
  margin-top: 14px;
}
.slideshow__marker ul {
  font-size: 0;
}
.slideshow__marker li {
  display: inline-block;
  width: 21px;
  height: 14px;
  background-image: url(/assets/images/cmn/icn_slideshow__marker.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.slideshow__marker li + li {
  margin-left: 9px;
}
.slideshow__marker li.is_current {
  background-image: url(/assets/images/cmn/icn_slideshow__marker--active.png);
}

.faq dt {
  background: #e4e1da;
  color: #694e32;
  position: relative;
}
.faq dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/images/cmn/icn_faq.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 543px) {
  .faq dt::after {
    height: 20px;
    width: 20px;
    right: 10px;
  }
}
@media print, screen and (min-width: 544px) {
  .faq dt::after {
    height: 28px;
    width: 28px;
    right: 10px;
  }
}
.faq dt.open::after {
  background-image: url(/assets/images/cmn/icn_faq--open.svg);
}
@media screen and (max-width: 543px) {
  .faq dt {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 10px;
  }
  .faq dt + dd {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 544px) {
  .faq dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 10px;
  }
  .faq dt + dd {
    margin-top: 5px;
  }
}
.faq dd {
  display: none;
}
@media screen and (max-width: 543px) {
  .faq dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 15px;
  }
  .faq dd + dt {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 544px) {
  .faq dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .faq dd + dt {
    margin-top: 4px;
  }
}

.form__select__wrapper {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.form__select__wrapper::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/images/cmn/icn_select.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.form__select__wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 110%;
}
@media screen and (max-width: 543px) {
  .form__select__wrapper select {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .form__select__wrapper select {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px 20px;
    color: #694e32;
  }
}

@media print, screen and (min-width: 544px) {
  .wpcf7 .tbl--cmn {
    width: 100%;
  }
}
@media print, screen and (min-width: 544px) {
  .wpcf7 .tbl--cmn th {
    width: 250px;
    text-align: left;
  }
}
.wpcf7 .tbl--cmn td span {
  display: block;
}
.wpcf7 input[type=text].wpcf7-text {
  display: block;
  border: 1px solid #5a5a5a;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  height: 30px;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 543px) {
  .wpcf7 input[type=text].wpcf7-text {
    width: 100%;
  }
}
@media print, screen and (min-width: 544px) {
  .wpcf7 input[type=text].wpcf7-text {
    width: 60%;
  }
}
.wpcf7 select.wpcf7-select {
  border: 1px solid #5a5a5a;
}
@media print, screen and (min-width: 544px) {
  .wpcf7 select.wpcf7-select {
    height: 25px;
  }
}
@media screen and (max-width: 543px) {
  .wpcf7 select.wpcf7-select {
    height: 25px;
  }
}
.wpcf7 textarea.wpcf7-textarea {
  border: 1px solid #5a5a5a;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px inset;
  width: 100%;
  padding: 5px;
}
.wpcf7 input[type=submit].wpcf7-submit {
  color: #694e32;
  display: inline-block;
  width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #e4e1da;
  background-image: url(/assets/images/cmn/icn_arw_01.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 17px;
}
@media print, screen and (min-width: 544px) {
  .wpcf7 input[type=submit].wpcf7-submit {
    margin-top: 30px;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 543px) {
  .wpcf7 input[type=submit].wpcf7-submit {
    padding: 8px 30px 8px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

article + .aside {
  margin-top: 60px;
}

.aside {
  background: #e4e1da;
}
@media screen and (max-width: 543px) {
  .aside {
    padding: 20px;
  }
  .aside + .aside {
    margin-top: 20px;
  }
  .aside section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .aside section p {
    text-align: center;
  }
}
@media print, screen and (min-width: 544px) {
  .aside {
    padding: 20px;
  }
  .aside + .aside {
    margin-top: 20px;
  }
  .aside section {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .aside section + section {
    margin-top: 0;
  }
  .aside section p {
    text-align: center;
  }
}

@media print, screen and (min-width: 544px) {
  .aside__inner {
    padding: 30px 0;
    width: 840px;
    margin: auto;
  }
  .aside__inner > p {
    text-align: center;
  }
}

.aside__heading {
  text-align: center;
}
@media screen and (max-width: 543px) {
  .aside__heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .aside__heading + p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .aside__heading {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .aside__heading + p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 543px) {
  .aside_tle_2 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .aside_tle_2 + p {
    margin-top: 20px;
  }
  .aside_tle_2 .icn {
    display: block;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 544px) {
  .aside_tle_2 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .aside_tle_2 + p {
    margin-top: 20px;
  }
  .aside_tle_2 .icn {
    display: block;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 543px) {
  #header {
    height: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header header {
    position: relative;
    *zoom: 1;
    padding: 18px 15px 0;
  }
  #header header:before {
    content: "";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  #header header:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  #header header .symbol {
    position: relative;
    float: left;
  }
}

@media print, screen and (min-width: 544px) {
  .header__inner {
    width: 840px;
    margin: auto;
    height: 90px;
    *zoom: 1;
  }
  .header__inner:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .header__inner:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
}

@media screen and (max-width: 543px) {
  .header__symbol {
    position: relative;
    float: left;
  }
  .header__symbol img {
    width: 173px;
  }
}
@media print, screen and (min-width: 544px) {
  .header__symbol {
    margin: 27px 0 0;
    float: left;
  }
  .header__symbol img {
    width: 267px;
  }
}

@media screen and (max-width: 543px) {
  .header__utility {
    position: relative;
    float: right;
    margin-right: 40px;
  }
  .header__utility li {
    display: inline-block;
  }
  .header__utility li + li {
    margin-left: 10px;
  }
  .header__utility a {
    display: block;
    height: 26px;
    width: 26px;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .header__utility a.cart {
    background-image: url(/assets/images/cmn/icn_cart.png);
    background-size: 26px;
  }
  .header__utility a.search {
    background-image: url(/assets/images/cmn/icn_search.svg);
    background-size: auto 22px;
  }
  .header__utility a.information {
    background-image: url(/assets/images/cmn/icn_information.png);
    background-size: 22px;
  }
}
@media print, screen and (min-width: 544px) {
  .header__utility {
    float: right;
    margin-top: 33px;
  }
  .header__utility .utility__item {
    float: left;
  }
  .header__utility .utility__item + .utility__item {
    margin-left: 25px;
  }
  .header__utility .utility__item a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #694e32;
    text-decoration: none;
    display: inline-block;
    height: 24px;
    padding-left: 28px;
    padding-top: 6px;
    background-repeat: no-repeat;
    background-position: 0 center;
  }
  .header__utility .utility__item a.cart {
    background-image: url(/assets/images/cmn/icn_cart.png);
    background-size: 23px;
  }
  .header__utility .utility__item a.search {
    background-image: url(/assets/images/cmn/icn_search.png);
    background-size: 17px;
  }
  .header__utility .utility__item a.information {
    background-image: url(/assets/images/cmn/icn_information.png);
    background-size: 20px;
  }
}

@media screen and (max-width: 543px) {
  .globalNav .globalNav__toggle {
    position: absolute;
    top: 18px;
    right: 15px;
    height: 26px;
    width: 26px;
    z-index: 2;
  }
  .globalNav .globalNav__toggle span, .globalNav .globalNav__toggle:before, .globalNav .globalNav__toggle:after {
    display: inline-block;
    background: #694e32;
    width: 20px;
    height: 2px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
  }
  .globalNav .globalNav__toggle:before {
    transform: translateY(-4px);
  }
  .globalNav .globalNav__toggle:after {
    transform: translateY(4px);
  }
  .globalNav .globalNav__toggle.active span {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    zoom: 1;
    width: 0;
  }
  .globalNav .globalNav__toggle.active:before {
    transform: rotate(-45deg);
  }
  .globalNav .globalNav__toggle.active:after {
    transform: rotate(45deg);
  }
  .globalNav nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 0;
  }
  .globalNav .mainNav {
    background: #694e32;
    margin-bottom: -1px;
    padding-top: 5px;
  }
  .globalNav .mainNav li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #694e32;
    background: #e4e1da;
  }
  .globalNav .mainNav li:nth-child(odd) {
    border-right: 1px solid #694e32;
  }
  .globalNav .mainNav li a {
    display: block;
    line-height: 50px;
    padding-left: 33px;
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    color: #694e32;
    text-decoration: none;
  }
  .globalNav .mainNav li a:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-image: url(/assets/images/cmn/icn_arw_01.svg);
    background-size: 16px auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .globalNav .soroban_navi {
    background: #82684d;
    padding: 15px 10px;
  }
  .globalNav .utilityNav {
    background: #82684d;
    margin-top: 0;
  }
  .globalNav .utilityNav li {
    border-top: 1px solid white;
  }
  .globalNav .utilityNav li a {
    display: block;
    padding-left: 33px;
    line-height: 50px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  .globalNav .utilityNav li a:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-image: url(/assets/images/cmn/icn_arw_01--w.svg);
    background-size: 16px auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 544px) {
  .globalNav {
    background: white;
    -webkit-box-shadow: rgba(139, 128, 79, 0.3) 0 0 4px 0;
    -moz-box-shadow: rgba(139, 128, 79, 0.3) 0 0 4px 0;
    -ms-box-shadow: rgba(139, 128, 79, 0.3) 0 0 4px 0;
    -o-box-shadow: rgba(139, 128, 79, 0.3) 0 0 4px 0;
    box-shadow: rgba(139, 128, 79, 0.3) 0 0 4px 0;
  }
  .globalNav .globalNav__toggle {
    display: none;
  }
  .globalNav .soroban_navi, .globalNav .utilityNav {
    display: none;
  }
  .globalNav nav {
    display: table;
    width: 840px;
    margin: auto;
  }
  .globalNav ul {
    display: table-row;
  }
  .globalNav .globalNav__item {
    display: table-cell;
  }
  .globalNav .globalNav__item:first-child a span {
    border-left: 1px solid #e1d5ba;
  }
  .globalNav .globalNav__item a {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    color: #694e32;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  .globalNav .globalNav__item a span {
    display: block;
    border-right: 1px solid #e1d5ba;
  }
  .globalNav .globalNav__item a::after {
    content: "";
    height: 4px;
    max-width: 0;
    display: block;
    background: #694e32;
    position: absolute;
    right: 3px;
    bottom: 0;
    left: 3px;
    margin: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .globalNav .globalNav__item a:hover::after, .globalNav .globalNav__item a.current::after {
    max-width: 100%;
  }
}

@media screen and (max-width: 543px) {
  #footer {
    margin-top: 30px;
    background: white;
    border-top: 1px solid #694e32;
  }
}
@media print, screen and (min-width: 544px) {
  #footer {
    margin-top: 100px;
  }
}

@media screen and (max-width: 543px) {
  .footer__btt {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 75px;
    display: table;
    background: -moz-linear-gradient(-45deg, transparent 50%, rgba(105, 78, 50, 0.9) 50%, rgba(105, 78, 50, 0.9) 50%, rgba(105, 78, 50, 0.9) 100%);
    background: -webkit-linear-gradient(-45deg, transparent 50%, rgba(105, 78, 50, 0.9) 50%, rgba(105, 78, 50, 0.9) 50%, rgba(105, 78, 50, 0.9) 100%);
    background: linear-gradient(135deg, transparent 50%, rgba(105, 78, 50, 0.9) 50%, rgba(105, 78, 50, 0.9) 50%, rgba(105, 78, 50, 0.9) 100%);
  }
  .footer__btt a {
    display: table-cell;
    padding-left: 30px;
    padding-bottom: 5px;
    text-decoration: none;
    width: 75px;
    height: 75px;
    vertical-align: bottom;
    line-height: 1.2;
    color: white;
    background-image: url(/assets/images/cmn/icn_arw_btt.png);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 54px 24px;
  }
}
@media print, screen and (min-width: 544px) {
  .footer__btt {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .footer__btt a {
    display: block;
    position: absolute;
    text-indent: -999em;
    overflow: hidden;
    width: 44px;
    height: 44px;
    top: -75px;
    right: 15px;
    background-image: url(/assets/images/cmn/icn_btt.png);
  }
  .footer__btt a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    zoom: 1;
  }
}

@media print, screen and (min-width: 544px) {
  .footer__middle {
    background: #694e32;
    padding: 30px 0;
  }
}

@media screen and (max-width: 543px) {
  .footer__siteMap {
    display: none;
  }
}
@media print, screen and (min-width: 544px) {
  .footer__siteMap {
    width: 840px;
    margin: auto;
    display: table;
    border-right: 1px solid #786047;
    border-left: 1px solid #5e462d;
  }
  .footer__siteMap + .footerNav {
    margin-top: 50px;
  }
  .footer__siteMap .footer__siteMap__inner {
    display: table-row;
  }
  .footer__siteMap .footer__siteMap__col {
    display: table-cell;
    border-right: 1px solid #5e462d;
    border-left: 1px solid #786047;
    padding: 8px 0 30px 15px;
  }
  .footer__siteMap .footer__siteMap__col.products {
    width: 325px;
  }
  .footer__siteMap .footer__siteMap__col figure ul {
    margin-left: 15px;
  }
  .footer__siteMap .footer__siteMap__col figure figcaption {
    margin-bottom: 12px;
  }
  .footer__siteMap .footer__siteMap__col figure figcaption a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .footer__siteMap .footer__siteMap__col li {
    display: inline-block;
    min-width: 135px;
    padding-right: 10px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 544px) and (min-width: 544px) {
  .footer__siteMap .footer__siteMap__col a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    white-space: nowrap;
  }
}

@media screen and (max-width: 543px) {
  .footerNav #ssl {
    display: none;
    padding: 20px 0 15px;
    text-align: center;
  }
  .footerNav #ssl .xc_ssl {
    width: 115px;
    height: 55px;
    display: inline-block;
    background: pink;
  }
  .footerNav > ul {
    display: none;
  }
}
@media print, screen and (min-width: 544px) {
  .footerNav {
    width: 840px;
    margin: auto;
    *zoom: 1;
  }
  .footerNav:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .footerNav:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .footerNav #ssl {
    display: none;
    float: right;
    background: pink;
    width: 106px;
    height: 51px;
    margin-left: 25px;
  }
  .footerNav ul {
    text-align: right;
    font-size: 0;
    overflow: hidden;
    width: 700px;
    float: right;
  }
  .footerNav ul li {
    display: inline-block;
    margin: 5px 0 10px;
  }
  .footerNav ul li + li a {
    border-left: 1px solid white;
  }
  .footerNav ul li a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    padding: 0 10px;
  }
}

@media screen and (max-width: 543px) {
  .footer__bottom {
    padding: 20px 10px 10px;
    position: relative;
  }
  .footer__bottom .footer__companyInfo__symbol {
    position: absolute;
    left: 160px;
    top: 27px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer__bottom .footer__companyInfo__sakura figcaption {
    margin-top: 15px;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .footer__bottom .footer__companyInfo__sakura img {
    width: 135px;
  }
  .footer__bottom .footer__copyright {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  .footer__bottom {
    width: 840px;
    margin: auto;
    padding: 40px 0;
  }
  .footer__bottom .footer__companyInfo__symbol {
    float: right;
    font-size: 20px;
    font-size: 2rem;
  }
  .footer__bottom .footer__companyInfo__sakura figcaption {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer__bottom .footer__companyInfo__sakura img {
    width: 180px;
  }
  .footer__bottom .footer__copyright {
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 543px) {
  .hanselNav {
    padding: 20px 20px 15px;
  }
  .hanselNav li {
    margin-right: 15px;
    display: inline-block;
  }
  .hanselNav a {
    color: #333333;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 2.5;
  }
  .hanselNav a::after {
    content: "＞";
    position: absolute;
    right: 0;
  }
  .hanselNav mark {
    background: transparent;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 2.5;
  }
}
@media print, screen and (min-width: 544px) {
  .hanselNav {
    padding: 25px 0 0;
  }
  .hanselNav ol {
    font-size: 0;
    width: 840px;
    margin: auto;
  }
  .hanselNav li {
    display: inline-block;
  }
  .hanselNav li + li {
    margin-left: 12px;
  }
  .hanselNav a, .hanselNav mark {
    color: #333333;
    background: transparent;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .hanselNav a {
    padding-right: 22px;
    position: relative;
    display: inline-block;
  }
  .hanselNav a:after {
    content: "＞";
    position: absolute;
    right: 0;
  }
  body.index .hanselNav {
    display: none;
  }
}

@media screen and (max-width: 543px) {
  .footer__hanselNav {
    display: none;
  }
}
@media print, screen and (min-width: 544px) {
  .footer__hanselNav {
    background: #32210f;
    border-bottom: 1px solid #7f6851;
  }
  .footer__hanselNav ol {
    width: 840px;
    margin: auto;
    font-size: 0px;
    font-size: 0rem;
  }
  .footer__hanselNav li {
    display: inline-block;
    padding: 18px 0;
  }
  .footer__hanselNav li + li {
    margin-left: 25px;
  }
  .footer__hanselNav li a, .footer__hanselNav li mark {
    font-size: 13px;
    font-size: 1.3rem;
    background: transparent;
    color: white;
  }
  .footer__hanselNav li a {
    position: relative;
    display: inline-block;
    padding-right: 1em;
  }
  .footer__hanselNav li a::after {
    content: ">";
    position: absolute;
    right: 0;
  }
  .footer__hanselNav li a:hover {
    text-decoration: none;
  }
}

.storyContents {
  overflow: hidden;
}
.storyContents.collection .storyContents__header {
  background: #b4965b;
}
.storyContents.movie .storyContents__header, .storyContents.media .storyContents__header {
  background: #427692;
}
.storyContents.etc .storyContents__header {
  background: #cf9172;
}
.storyContents.history .storyContents__header {
  background: #525252;
}
.storyContents.brain .storyContents__header {
  background: #6d983a;
}

.storyContents__header {
  margin: -10px -15px 20px;
  font-size: 1.7rem;
  padding: 13px 15px;
  color: white;
  font-weight: 700;
  background: #000;
}
@media print, screen and (min-width: 544px) {
  .storyContents__header {
    margin-top: -40px;
    margin-right: -40px;
    margin-left: -40px;
  }
}

.storyContents__footer {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #32210f;
  *zoom: 1;
  clear: both;
}
.storyContents__footer:before {
  content: " ";
  display: table;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.storyContents__footer:after {
  content: " ";
  display: table;
  clear: both;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.storyContents__footer > .prev {
  float: left;
}
.storyContents__footer > .next {
  float: right;
}

.news__heading {
  color: #694e32;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 2px solid #694e32;
}
.news__heading + * {
  margin-top: 10px;
}
.news__heading + .lv3 {
  margin-top: 15px;
}
@media screen and (max-width: 543px) {
  .news__heading {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 544px) {
  .news__heading {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 5px;
  }
}
.news__heading a {
  text-decoration: none;
  color: #694e32;
}

.newsInfo {
  padding: 15px 0;
  *zoom: 1;
}
.newsInfo:before {
  content: " ";
  display: table;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.newsInfo:after {
  content: " ";
  display: table;
  clear: both;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
@media print, screen and (min-width: 544px) {
  .newsInfo {
    margin-bottom: 20px;
  }
}
.newsInfo time {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.newsInfo .category {
  display: inline-block;
  float: right;
}
.newsInfo .category a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.news__footerNav {
  margin: 30px 20px;
  *zoom: 1;
}
@media print, screen and (min-width: 544px) {
  .news__footerNav {
    width: 840px;
    margin: 20px auto 30px;
    padding: 0 40px;
  }
}
.news__footerNav:before {
  content: " ";
  display: table;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.news__footerNav:after {
  content: " ";
  display: table;
  clear: both;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
.news__footerNav > .prev {
  float: left;
}
.news__footerNav > .next {
  float: right;
}

.news__selector {
  background: #7f6851;
}
@media print, screen and (min-width: 544px) {
  .news__selector {
    width: 840px;
    margin: 30px auto;
    font-size: 0;
    vertical-align: top;
    padding: 10px 50px;
  }
  .news__selector dl {
    display: inline-block;
    width: 50%;
    padding: 10px;
  }
}
.news__selector label {
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 543px) {
  .news__selector {
    margin: 30px 0;
    padding: 20px;
  }
  .news__selector dl + dl {
    margin-top: 15px;
  }
  .news__selector dt + dd {
    margin-top: 10px;
  }
  .news__selector label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 544px) {
  .news__selector dt + dd {
    margin-top: 10px;
  }
  .news__selector label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 543px) {
  body.navi #footer {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 544px) {
  body.navi .mainVisual {
    width: 840px;
    margin: auto;
  }
  body.navi .mainVisual + section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 543px) {
  body.navi .mainVisual + section {
    margin-top: 28px;
  }
}
body.navi section {
  background: transparent;
  padding: 0;
}
body.navi section .lv1 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "游明朝", YuMincho, "ＭＳ 明朝", serif;
  font-weight: 700;
}
@media print, screen and (min-width: 544px) {
  body.navi section .lv1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.navi section .lv1 + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 543px) {
  body.navi section .lv1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  body.navi section .lv1 + p {
    margin-top: 20px;
  }
}
body.navi section .lv1 img {
  vertical-align: middle;
  position: relative;
}
@media print, screen and (min-width: 544px) {
  body.navi section .lv1 img {
    top: -10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 543px) {
  body.navi section .lv1 img {
    top: -5px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 543px) {
  body.navi .col_2 {
    margin-right: -5px;
    margin-left: -5px;
  }
}
body.navi .naviList {
  display: block;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #694e32;
  text-decoration: none;
  line-height: 1.5;
}
@media print, screen and (min-width: 544px) {
  body.navi .naviList {
    padding: 10px;
  }
}
@media screen and (max-width: 543px) {
  body.navi .naviList {
    padding: 8px;
  }
}
body.navi .naviList figcaption {
  margin-top: 5px;
}
@media screen and (max-width: 543px) {
  body.navi .naviList figcaption {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 544px) {
  body.navi .naviList figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.navi .navi__body {
  background: #e4e1da;
}
@media print, screen and (min-width: 544px) {
  body.navi .navi__body {
    padding: 35px 0 60px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 543px) {
  body.navi .navi__body {
    margin-top: 20px;
    padding: 20px 0;
  }
}
body.navi .navi__body .navi__heading {
  text-align: center;
  font-weight: 700;
  color: #694e32;
}
@media print, screen and (min-width: 544px) {
  body.navi .navi__body .navi__heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.navi .navi__body .navi__heading + section {
    margin-top: 30px;
  }
  body.navi .navi__body .navi__heading img {
    margin-right: 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 543px) {
  body.navi .navi__body .navi__heading {
    text-align: left;
    margin-left: 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  body.navi .navi__body .navi__heading + section {
    margin-top: 15px;
  }
  body.navi .navi__body .navi__heading img {
    margin-right: 10px;
    vertical-align: middle;
  }
}
body.navi .navi__body section {
  background: white;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 543px) {
  body.navi .navi__body section {
    padding: 10px 15px 15px;
  }
}
@media print, screen and (min-width: 544px) {
  body.navi .navi__body section {
    padding: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
body.navi .navi_product + .navi_product {
  margin-top: 50px;
  border-top: 1px dashed #694e32;
  padding-top: 50px;
}
body.navi .navi_product figure {
  border-bottom: 1px solid #694e32;
  text-align: center;
  padding-bottom: 20px;
}
body.navi .navi_product figure figcaption {
  text-align: left;
  line-height: 1.6;
}
body.navi .navi_product figure figcaption .name {
  color: #333333;
}
body.navi .navi_product figure figcaption .price {
  color: #694e32;
}
body.navi .navi_product figure figcaption .desc {
  color: #333333;
}
@media screen and (max-width: 543px) {
  body.navi .navi_product figure figcaption {
    margin-top: 30px;
  }
  body.navi .navi_product figure figcaption .name {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  body.navi .navi_product figure figcaption .price {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  body.navi .navi_product figure figcaption .desc {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 544px) {
  body.navi .navi_product figure figcaption {
    margin-top: 30px;
  }
  body.navi .navi_product figure figcaption .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.navi .navi_product figure figcaption .price {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.navi .navi_product figure figcaption .desc {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 544px) {
  body.navi .navi_cv {
    margin-top: 15px;
    font-size: 0px;
    font-size: 0rem;
  }
  body.navi .navi_cv a {
    color: #333333;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
  }
  body.navi .navi_cv a::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    background-image: url(/assets/images/cmn/icn_arw_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  body.navi .navi_cv .col {
    width: 50%;
    display: inline-block;
  }
  body.navi .navi_cv .col a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.navi .navi_cv .col a:hover {
    text-decoration: underline;
  }
  body.navi .navi_cv.col_3 .col {
    width: 33.333%;
  }
}
@media screen and (max-width: 543px) {
  body.navi .navi_cv {
    margin-top: 15px;
    font-size: 0px;
    font-size: 0rem;
  }
  body.navi .navi_cv a {
    color: #333333;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
  }
  body.navi .navi_cv a::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    background-image: url(/assets/images/cmn/icn_arw_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  body.navi .navi_cv .col + .col {
    margin-top: 10px;
  }
  body.navi .navi_cv .col a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 543px) {
  body.navi .naviNav {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 544px) {
  body.navi .naviNav {
    width: 840px;
    margin: 20px auto;
  }
  body.navi .naviNav ul {
    font-size: 0px;
    font-size: 0rem;
    margin-right: -6px;
    margin-left: -6px;
  }
  body.navi .naviNav li {
    display: inline-block;
    width: 25%;
    padding: 0 6px;
  }
  body.navi .naviNav li a {
    background: #e4e1da;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  body.navi .naviNav li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    zoom: 1;
  }
  body.navi .naviNav li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 45px;
    top: -20px;
    left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
  }
  body.navi .naviNav li a[href*=school]::after {
    height: 40px;
    background-image: url(/assets/images/navi/icn_school.png);
  }
  body.navi .naviNav li a[href*=cram]::after {
    background-image: url(/assets/images/navi/icn_cram.png);
  }
  body.navi .naviNav li a[href*=child]::after {
    background-image: url(/assets/images/navi/icn_child.png);
  }
  body.navi .naviNav li a[href*=training]::after {
    background-image: url(/assets/images/navi/icn_training.png);
  }
  body.navi .naviNav p {
    text-align: right;
    margin-top: 50px;
  }
  body.navi .naviNav p a {
    display: inline-block;
    padding: 0;
  }
  body.navi .naviNav p a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 543px) {
  body.navi .naviNav ul {
    font-size: 0;
    margin-right: -1px;
    margin-left: -1px;
  }
  body.navi .naviNav li {
    padding: 1px;
    display: inline-block;
    width: 50%;
  }
  body.navi .naviNav li a {
    background: #e4e1da;
  }
  body.navi .naviNav p {
    text-align: right;
    background: #e4e1da;
    margin-top: 1px;
  }
  body.navi .naviNav p a {
    padding: 30px 10px;
  }
}
body.navi .naviNav a {
  font-weight: 700;
  color: #694e32;
  display: block;
  text-decoration: none;
  line-height: 1;
}
body.navi .naviNav a.is_current {
  background-color: #e1d5ba;
}
@media print, screen and (min-width: 544px) {
  body.navi .naviNav a {
    padding: 30px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 543px) {
  body.navi .naviNav a {
    padding: 20px 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body.navi .naviNav a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 5px;
  background-image: url(/assets/images/cmn/icn_arw_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 543px) {
  body.web .navi__body + section {
    margin-top: 30px;
  }
}
@media screen and (max-width: 543px) {
  body.web .navi__body .productNav.col_2 {
    width: 100%;
  }
  body.web .navi__body .productNav.col_2 .col {
    width: 100%;
  }
  body.web .navi__body .productNav.col_2 .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
  body.web .navi__body .product__item {
    width: 100%;
  }
  body.web .navi__body .product__item img {
    width: 100%;
  }
}

#footer {
  margin-top: 0;
}

.mainContents {
  padding-bottom: 50px;
}

.navigate_nav {
  background: #e4e1da;
  box-shadow: rgba(139, 128, 79, 0) 0 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  text-align: center;
}
@media print, screen and (min-width: 544px) {
  .navigate_nav {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.navigate_nav a {
  margin-top: 10px;
  display: block;
}
@media print, screen and (min-width: 544px) {
  .navigate_nav a {
    margin: 0 0 0 20px;
  }
}
.navigate_nav.is_fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: rgba(139, 128, 79, 0.3) 0 0 4px 0;
}

/*# sourceMappingURL=cmn.css.map */
