@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt";
    background: #F5EDE2;
    background: #F5EDE2 url(../img/27.png) repeat center center; }

  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, a.button:after, a.button.pdf:after, #world-box .box-01 ul.link-box li a:after, #page-top a::before, #character-box .box-01 .pro-box dl dd a.ch-button:after, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box p.date:before, #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list:before, #news-box #news-wrap-box #main-box .newsarticle-box .article-box p.date:before, #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back:before, #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:before, #news-box #news-wrap-box #side-box .widget_categories ul li a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ common ------------ */
  a.button {
    width: 60%;
    padding: 10px 0;
    margin: 30px auto 0;
    font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    display: block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative; }
    a.button:link, a.button:visited, a.button:active {
      background: #8E0000;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    a.button:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    a.button:after {
      content: 'play_circle_filled';
      position: absolute;
      font-size: 14px;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
    a.button.pdf:after {
      content: 'picture_as_pdf';
      position: absolute;
      font-size: 14px;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }

  .title-box h2 {
    font: normal 1.8rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #491D14; }
    .title-box h2::before {
      content: '';
      display: inline-block;
      width: 17px;
      height: 28px;
      background-image: url(../img/02@2x.png);
      background-size: contain;
      vertical-align: middle;
      margin: 0 10px 0 0; }
    .title-box h2::after {
      content: '';
      display: inline-block;
      width: 17px;
      height: 28px;
      background-image: url(../img/02@2x.png);
      background-size: contain;
      vertical-align: middle;
      margin: 0 0 0 10px; }
  .title-box .line {
    border-bottom: 3px solid #8E0000;
    width: 20px;
    margin: 10px auto 0; }
  .title-box h3 {
    font: normal 2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #491D14;
    margin: 10px 0;
    color: #fff; }
  .title-box p {
    font: normal 2rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff; }
    .title-box p.t-01 {
      border-bottom: 1px solid #fff;
      display: inline-block; }

  /* ------------ splash-box ------------ */
  #splash-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #491D14;
    text-align: center;
    color: #fff; }
    #splash-box #splash-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #splash-box #splash-logo img {
        width: 100px; }
        #splash-box #splash-logo img.fadeup {
          animation-name: fadeUpAnime;
          animation-duration: 0.5s;
          animation-fill-mode: forwards;
          opacity: 0;
          filter: alpha(opacity=0); }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      filter: alpha(opacity=0);
      transform: translateY(100px); }
    to {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: translateY(0); } }
  /* ------------ top-header-box ------------ */
  #top-header-box .wrap-box {
    position: absolute;
    z-index: 10;
    border: 1px solid #fff;
    height: 97vh;
    width: 95vw;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 1.5vh 0 0 2.5vw; }
    #top-header-box .wrap-box .l-box {
      position: absolute;
      left: 15px;
      top: 15px; }
      #top-header-box .wrap-box .l-box h1 {
        text-indent: -9999px; }
        #top-header-box .wrap-box .l-box h1 a {
          background: url(../img/15.png) no-repeat;
          background-size: contain;
          width: 222.5px;
          height: 66px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-header-box .wrap-box .l-box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); } }
    @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
      #top-header-box .wrap-box .l-box h1 a {
        background-image: url(../img/15@2x.png); } }
@media screen and (max-width: 768px) {
      #top-header-box .wrap-box .l-box .gnav-box {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin: 10px 0 0 10px;
        padding: 0 20px;
        display: inline-block;
        position: relative;
        box-sizing: border-box; }
        #top-header-box .wrap-box .l-box .gnav-box ul li {
          list-style: none;
          font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-bottom: 1px dotted #491D14; }
          #top-header-box .wrap-box .l-box .gnav-box ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 10px 0; }
            #top-header-box .wrap-box .l-box .gnav-box ul li a:link, #top-header-box .wrap-box .l-box .gnav-box ul li a:visited, #top-header-box .wrap-box .l-box .gnav-box ul li a:active {
              text-decoration: none;
              color: #491D14; }
            #top-header-box .wrap-box .l-box .gnav-box ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #top-header-box .wrap-box .l-box .gnav-box ul li a::before {
              content: '';
              display: inline-block;
              width: 23px;
              height: 18px;
              background-image: url(../img/03@2x.png);
              background-size: contain;
              vertical-align: middle;
              margin: 0 5px 0 0; }
          #top-header-box .wrap-box .l-box .gnav-box ul li:first-child {
            margin: 0; }
          #top-header-box .wrap-box .l-box .gnav-box ul li:last-child {
            border: none; }
        #top-header-box .wrap-box .l-box .gnav-box figure {
          display: none; }
    #top-header-box .wrap-box .r-box {
      position: absolute;
      right: 20px;
      top: 20px; }
      #top-header-box .wrap-box .r-box a.button {
        display: none; }
      #top-header-box .wrap-box .r-box ul {
        display: flex;
        justify-content: flex-start; }
        #top-header-box .wrap-box .r-box ul li {
          list-style: none;
          margin: 0 0 0 10px; }
          #top-header-box .wrap-box .r-box ul li a {
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
            #top-header-box .wrap-box .r-box ul li a img {
              width: 30px;
              vertical-align: bottom; }
            #top-header-box .wrap-box .r-box ul li a:link, #top-header-box .wrap-box .r-box ul li a:visited, #top-header-box .wrap-box .r-box ul li a:active {
              text-decoration: none; }
            #top-header-box .wrap-box .r-box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
    #top-header-box .wrap-box figure.copy {
      width: 75%;
      position: absolute;
      bottom: 15dvh;
      left: 60%;
      transform: translateX(-60%); }
      #top-header-box .wrap-box figure.copy img {
        width: 100%;
        vertical-align: bottom; }
  #top-header-box .slider-box {
    position: relative;
    z-index: 1;
    height: 100vh; }
    #top-header-box .slider-box .slider-item01 {
      background: url(../img/29.jpg); }
    #top-header-box .slider-box .slider-item02 {
      background: url(../img/30.jpg); }
    #top-header-box .slider-box .slider-item03 {
      background: url(../img/31.jpg); }
    #top-header-box .slider-box .slider-item04 {
      background: url(../img/32.jpg); }
    #top-header-box .slider-box .slider-item05 {
      background: url(../img/35.jpg); }
    #top-header-box .slider-box .slider-item06 {
      background: url(../img/36.jpg); }
    #top-header-box .slider-box .slider-item07 {
      background: url(../img/37.jpg); }
    #top-header-box .slider-box .slider-item08 {
      background: url(../img/38.jpg); }
    #top-header-box .slider-box .slider-item09 {
      background: url(../img/39.jpg); } }
  @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    #top-header-box .slider-box .slider-item01 {
      background: url(../img/29@2x.jpg); }
    #top-header-box .slider-box .slider-item02 {
      background: url(../img/30@2x.jpg); }
    #top-header-box .slider-box .slider-item03 {
      background: url(../img/31@2x.jpg); }
    #top-header-box .slider-box .slider-item04 {
      background: url(../img/32@2x.jpg); }
    #top-header-box .slider-box .slider-item05 {
      background: url(../img/35@2x.jpg); }
    #top-header-box .slider-box .slider-item06 {
      background: url(../img/36@2x.jpg); }
    #top-header-box .slider-box .slider-item07 {
      background: url(../img/37@2x.jpg); }
    #top-header-box .slider-box .slider-item08 {
      background: url(../img/38@2x.jpg); }
    #top-header-box .slider-box .slider-item09 {
      background: url(../img/39@2x.jpg); } }
@media screen and (max-width: 768px) {
    #top-header-box .slider-box .slider-item {
      width: 100%;
      height: 100dvh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    #top-header-box .slider-box .slick-dots {
      position: relative;
      z-index: 10;
      text-align: center;
      margin: -50px 0 0 0; }
    #top-header-box .slider-box .slick-dots li {
      display: inline-block;
      margin: 0 10px; }
    #top-header-box .slider-box .slick-dots button {
      color: transparent;
      outline: none;
      width: 10px;
      height: 10px;
      display: block;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: #fff;
      border: none; }
    #top-header-box .slider-box .slick-dots .slick-active button {
      background: #333; }

  /* ------------ how-box ------------ */
  #how-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    #how-box .wrap-box {
      margin: 30px 0 0 0; }
      #how-box .wrap-box figure {
        width: 80%;
        margin: 0 auto; }
        #how-box .wrap-box figure img {
          width: 100%;
          vertical-align: bottom; }
      #how-box .wrap-box .text-box {
        text-align: left;
        margin: 20px 0 0 0; }
        #how-box .wrap-box .text-box h3 {
          font: normal 2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          text-align: center; }
        #how-box .wrap-box .text-box p {
          font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          margin: 20px 0 0 0; }

  /* ------------ news-box ------------ */
  #top-news-box {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
    background-image: url(../img/28@2x.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative; }
    #top-news-box p {
      font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      margin: 30px 0 0 0; }
    #top-news-box dl {
      width: 90%;
      margin: 0 auto;
      padding: 15px 0;
      display: flex;
      justify-content: space-between;
      font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      border-bottom: 1px solid #491D14;
      text-align: left; }
      #top-news-box dl dt {
        width: 100px; }
      #top-news-box dl dd {
        flex: 1; }
        #top-news-box dl dd a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-news-box dl dd a:link, #top-news-box dl dd a:visited, #top-news-box dl dd a:active {
            text-decoration: none;
            color: #491D14; }
          #top-news-box dl dd a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #top-news-box dl:first-of-type {
        margin: 20px auto 0; }
    #top-news-box figure {
      position: absolute;
      top: -30px;
      right: 20px;
      max-width: 70px; }
      #top-news-box figure img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ world-box ------------ */
  #world-box {
    background-image: url("../img/26@2x.png"), url("../img/26@2x.png");
    background-repeat: repeat-x, repeat-x;
    background-size: 151px 13px, 151px 13px;
    background-position: left top 10px, left bottom 10px;
    background-color: #8E0001;
    padding: 50px 0 80px 0;
    text-align: center; }
    #world-box .box-01 {
      width: 90%;
      background: #F5EDE2;
      background: #F5EDE2 url(../img/27.png) repeat center top;
      margin: 30px auto 0;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      padding: 20px;
      box-sizing: border-box; }
      #world-box .box-01 p {
        font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 20px 0 0 0;
        text-align: left; }
        #world-box .box-01 p br {
          display: none; }
        #world-box .box-01 p.cate {
          background: #B99C66;
          font: normal 2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 10px 20px;
          margin: 0;
          display: inline-block;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          text-align: center; }
      #world-box .box-01 h4 {
        font: normal 2.4rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 10px 0 0 0; }
      #world-box .box-01 ul.photo-box {
        display: flex;
        justify-content: space-between;
        margin: 20px auto 0; }
        #world-box .box-01 ul.photo-box li {
          width: 48%;
          font: normal 1.4rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          list-style: none; }
          #world-box .box-01 ul.photo-box li img {
            width: 100%;
            vertical-align: bottom;
            margin: 0 0 10px 0;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
      #world-box .box-01 ul.link-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px auto 0; }
        #world-box .box-01 ul.link-box li {
          list-style: none;
          width: 48%;
          font: normal 1.4rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border: 1px solid #8E0000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #world-box .box-01 ul.link-box li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block;
            padding: 7px;
            position: relative; }
            #world-box .box-01 ul.link-box li a:link, #world-box .box-01 ul.link-box li a:visited, #world-box .box-01 ul.link-box li a:active {
              text-decoration: none;
              color: #8E0000; }
            #world-box .box-01 ul.link-box li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #world-box .box-01 ul.link-box li a:after {
              content: 'play_circle_filled';
              position: absolute;
              font-size: 14px;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }
          #world-box .box-01 ul.link-box li:nth-child(n+3) {
            margin: 10px 0 0 0; }

  /* ------------ top-character-box ------------ */
  #top-character-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    #top-character-box p {
      font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      margin: 20px 0 0 0; }
    #top-character-box ul {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box; }
      #top-character-box ul li {
        list-style: none;
        background: #D5C2A3;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        margin: 20px 0 0 0; }
        #top-character-box ul li a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-character-box ul li a:link, #top-character-box ul li a:visited, #top-character-box ul li a:active {
            text-decoration: none;
            color: #491D14; }
          #top-character-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #top-character-box ul li a figure {
            width: 40%;
            background: #fff;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
            #top-character-box ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top-character-box ul li a h3 {
            flex: 1;
            font: normal 1.6rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            text-align: left;
            margin: 0 0 0 20px; }
          #top-character-box ul li a img.area {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 50px; }
        #top-character-box ul li:first-child {
          margin: 0; }

  /* ------------ footer ------------ */
  #footer {
    background-image: url("../img/11@2x.png");
    background-repeat: no-repeat;
    background-size: 455.5px 369.5px;
    background-position: left -100px bottom -50px;
    background-color: #491D14;
    text-align: center;
    padding: 50px 0 0 0;
    overflow: hidden; }
    #footer figure {
      max-width: 140px;
      margin: 0 auto; }
      #footer figure img {
        width: 100%;
        vertical-align: bottom; }
    #footer p {
      font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      margin: 20px 0 0 0; }
    #footer .copy-box {
      background: #F5EDE2;
      background: #F5EDE2 url(../img/27.png) repeat center top;
      margin: 60px 0 0 0; }
      #footer .copy-box p {
        font: normal 1.2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 0;
        padding: 10px 0; }

  /* ------------ page-top ------------ */
  #page-top {
    width: 25px;
    height: 25px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #A28651;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800; }
    #page-top a {
      position: relative;
      display: block;
      width: 25px;
      height: 25px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page-top a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #page-top a::before {
        content: 'arrow_drop_up';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ header-box ------------ */
  #header-box {
    width: 100%;
    height: 50px;
    background: #A28651;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0; }
    #header-box h1 {
      text-indent: -9999px;
      margin: 6px 0 0 5px; }
      #header-box h1 a {
        background: url(../activity/img/06.png) no-repeat;
        background-size: contain;
        width: 63px;
        height: 38.5px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header-box h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); } }
  @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    #header-box h1 a {
      background-image: url(../activity/img/06@2x.png); } }
@media screen and (max-width: 768px) {
    #header-box .bars {
      width: 50px;
      height: 50px;
      cursor: pointer;
      z-index: 800;
      position: relative; }
      #header-box .bars .bar {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 2px;
        background: #fff;
        border-radius: 1px;
        transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -ms-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s; }
      #header-box .bars .bar-1 {
        margin: -9px 0 0 -13px; }
      #header-box .bars .bar-2 {
        margin: -1px 0 0 -13px; }
      #header-box .bars .bar-3 {
        margin: 7px 0 0 -13px; }
    #header-box .bars.step-1 .bar-1 {
      transform: translate3d(0, 8px, 0);
      -moz-transform: translate3d(0, 8px, 0);
      -webkit-transform: translate3d(0, 8px, 0);
      -ms-transform: translate3d(0, 8px, 0);
      -o-transform: translate3d(0, 8px, 0); }
    #header-box .bars.step-1 .bar-2 {
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
    #header-box .bars.step-1 .bar-3 {
      transform: translate3d(0, -8px, 0);
      -moz-transform: translate3d(0, -8px, 0);
      -webkit-transform: translate3d(0, -8px, 0);
      -ms-transform: translate3d(0, -8px, 0);
      -o-transform: translate3d(0, -8px, 0); }
    #header-box .bars.step-2 .bar-1 {
      transform: translate3d(0, 8px, 0) rotate(135deg);
      -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
      -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
      -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
      -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
    #header-box .bars.step-2 .bar-2 {
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    #header-box .bars.step-2 .bar-3 {
      transform: translate3d(0, -8px, 0) rotate(135deg);
      -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
      -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
      -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
      -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #header-box .gnav-box {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 50px;
      left: 0;
      z-index: 100;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s;
      overflow: scroll;
      background: #491D14; }
      #header-box .gnav-box ul {
        margin: 30px 0 0 0; }
        #header-box .gnav-box ul li {
          font: normal 2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          text-align: center; }
          #header-box .gnav-box ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 20px 0;
            display: block; }
            #header-box .gnav-box ul li a:link, #header-box .gnav-box ul li a:visited, #header-box .gnav-box ul li a:active {
              text-decoration: none;
              color: #fff; }
            #header-box .gnav-box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
      #header-box .gnav-box .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      #header-box .gnav-box.open {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s; }

  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    width: 100%;
    height: 100px;
    margin: 50px 0 0 0;
    background: url(../activity/img/05.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 3px #999;
    overflow: hidden;
    position: relative; }
    #pagetitle-box::after {
      content: "";
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      background: inherit;
      filter: blur(2px); }
    #pagetitle-box.bg-02 {
      background: url(../character/img/01.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
    #pagetitle-box.bg-03 {
      background: url(../event/img/01.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
    #pagetitle-box.bg-04 {
      background: url(../goods/img/01.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
    #pagetitle-box.bg-05 {
      background: url(../link/img/01.jpg) no-repeat;
      background-size: cover;
      background-position: center center; } }
  @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    #pagetitle-box #pagetitle-box {
      background: url(../activity/img/05@2x.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
      #pagetitle-box #pagetitle-box.bg-02 {
        background: url(../character/img/01@2x.jpg) no-repeat;
        background-size: cover;
        background-position: center center; }
      #pagetitle-box #pagetitle-box.bg-03 {
        background: url(../event/img/01@2x.jpg) no-repeat;
        background-size: cover;
        background-position: center center; }
      #pagetitle-box #pagetitle-box.bg-04 {
        background: url(../goods/img/01@2x.jpg) no-repeat;
        background-size: cover;
        background-position: center center; }
      #pagetitle-box #pagetitle-box.bg-05 {
        background: url(../link/img/01@2x.jpg) no-repeat;
        background-size: cover;
        background-position: center center; } }
@media screen and (max-width: 768px) {
    #pagetitle-box h2 {
      font: normal 1.8rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      padding: 10px 20px;
      z-index: 1; }

  /* ------------ activity-box ------------ */
  #activity-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #activity-box .box-01 {
      text-align: center; }
      #activity-box .box-01 h3 {
        font: normal 2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
      #activity-box .box-01 figure {
        width: 100%;
        margin: 20px 0 0 0; }
        #activity-box .box-01 figure img {
          width: 100%;
          vertical-align: bottom;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #activity-box .box-01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px 0 0 0; }
        #activity-box .box-01 ul li {
          width: 48%;
          background: #8E0001;
          list-style: none;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          font: normal 1.4rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 10px;
          box-sizing: border-box; }
          #activity-box .box-01 ul li:nth-child(2n) {
            background: #491D14; }
          #activity-box .box-01 ul li:nth-child(n+3) {
            margin: 10px 0 0 0; }
      #activity-box .box-01 p {
        font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        text-align: left;
        margin: 20px 0 0 0; }
    #activity-box .box-02 {
      margin: 40px auto 0;
      background: #B99C66;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 15px;
      box-sizing: border-box; }
      #activity-box .box-02.bg-02 {
        background: #491D14; }
      #activity-box .box-02 .inner-box {
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
        text-align: center; }
        #activity-box .box-02 .inner-box h3 {
          font: normal 2rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14; }
          #activity-box .box-02 .inner-box h3 span {
            color: #8E0000; }
          #activity-box .box-02 .inner-box h3::before {
            content: '\02776';
            color: #1A4A2E;
            padding: 0 10px 0 0; }
          #activity-box .box-02 .inner-box h3.no-02::before {
            content: '\02777'; }
          #activity-box .box-02 .inner-box h3.no-03::before {
            content: '\02778'; }
          #activity-box .box-02 .inner-box h3.no-04::before {
            content: '\02779'; }
        #activity-box .box-02 .inner-box p {
          font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          text-align: left;
          margin: 20px 0 0 0; }
        #activity-box .box-02 .inner-box ul {
          margin: 20px 0 0 0; }
          #activity-box .box-02 .inner-box ul li {
            list-style: none;
            margin: 30px 0 0 0; }
            #activity-box .box-02 .inner-box ul li p.title-box {
              background: #8E0000;
              text-align: center;
              font: normal 1.8rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              padding: 10px;
              box-sizing: border-box;
              margin: 0; }
            #activity-box .box-02 .inner-box ul li p.text-box {
              background: #F4F1ED;
              text-align: center;
              font: normal 1.4rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              padding: 10px 5px;
              box-sizing: border-box;
              margin: 0; }
            #activity-box .box-02 .inner-box ul li p.name-box {
              text-align: center;
              margin: 5px 0 0 0; }
            #activity-box .box-02 .inner-box ul li img {
              width: 100%;
              vertical-align: bottom; }
            #activity-box .box-02 .inner-box ul li:first-child {
              margin: 0; }
    #activity-box .box-03 {
      margin: 50px auto 0;
      text-align: center; }
      #activity-box .box-03 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin: 30px auto 0;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #ddd; }
        #activity-box .box-03 ul li {
          list-style: none;
          width: 48%;
          background: #D5C2A3;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          padding: 10px;
          box-sizing: border-box;
          position: relative; }
          #activity-box .box-03 ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #activity-box .box-03 ul li a:link, #activity-box .box-03 ul li a:visited, #activity-box .box-03 ul li a:active {
              text-decoration: none;
              color: #491D14; }
            #activity-box .box-03 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #activity-box .box-03 ul li a figure img {
              width: 98%;
              vertical-align: bottom;
              border: 2px solid #fff;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
            #activity-box .box-03 ul li a h3 {
              font: normal 1.6rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              margin: 10px 0 0 0; }
          #activity-box .box-03 ul li:nth-child(n+3) {
            margin: 20px 0 0 0; }
        #activity-box .box-03 ul::after {
          content: "";
          display: block;
          width: 48%; }
      #activity-box .box-03 p {
        font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 20px 0 0 0; }

  /* ------------ character-box ------------ */
  #character-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #character-box .box-03 {
      text-align: center; }
      #character-box .box-03 p {
        font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
        #character-box .box-03 p br {
          display: none; }
    #character-box .box-01 {
      margin: 30px auto 0;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      -webkit-border-radius: 0 0 10px 10px;
      -ms-border-radius: 0 0 10px 10px;
      -o-border-radius: 0 0 10px 10px;
      padding: 0 0 20px 0; }
      #character-box .box-01 .name-box {
        background: #491D14;
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        position: relative; }
        #character-box .box-01 .name-box h3 {
          font: normal 1.8rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff; }
        #character-box .box-01 .name-box .area-box {
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translate(0, -50%);
          background: #fff;
          font: normal 1rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          padding: 5px 10px; }
      #character-box .box-01 ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0 0 0; }
        #character-box .box-01 ul li {
          list-style: none;
          width: 45%; }
          #character-box .box-01 ul li img {
            width: 100%;
            vertical-align: bottom; }
      #character-box .box-01 .pro-box {
        width: 90%;
        margin: 20px auto 0;
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border: 1px solid #B99C66;
        padding: 20px;
        box-sizing: border-box; }
        #character-box .box-01 .pro-box dl {
          font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 12px 0; }
          #character-box .box-01 .pro-box dl dt {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            background: #B99C66;
            text-align: center;
            padding: 7px;
            box-sizing: border-box; }
          #character-box .box-01 .pro-box dl dd {
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            margin: 10px 0 0 0; }
            #character-box .box-01 .pro-box dl dd a.ch-button {
              margin: 0 0 0 10px;
              font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              padding: 0 0 0 15px;
              transition: all 0.3s;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              position: relative; }
              #character-box .box-01 .pro-box dl dd a.ch-button:link, #character-box .box-01 .pro-box dl dd a.ch-button:visited, #character-box .box-01 .pro-box dl dd a.ch-button:active {
                color: #8E0000;
                text-decoration: none; }
              #character-box .box-01 .pro-box dl dd a.ch-button:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #character-box .box-01 .pro-box dl dd a.ch-button:after {
                content: 'play_circle_filled';
                position: absolute;
                font-size: 14px;
                left: 0;
                top: 50%;
                transform: translateY(-40%);
                -moz-transform: translateY(-40%);
                -webkit-transform: translateY(-40%);
                -ms-transform: translateY(-40%);
                -o-transform: translateY(-40%); }
          #character-box .box-01 .pro-box dl:nth-of-type(2n) dt {
            background: #491D14; }
          #character-box .box-01 .pro-box dl:first-of-type {
            padding: 0 0 20px 0; }
          #character-box .box-01 .pro-box dl:last-of-type {
            border: none; }
      #character-box .box-01:first-of-type {
        margin: 0 auto; }
    #character-box .box-02 {
      margin: 20px auto 0;
      text-align: right; }
      #character-box .box-02 p {
        font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
        #character-box .box-02 p a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #character-box .box-02 p a:link, #character-box .box-02 p a:visited, #character-box .box-02 p a:active {
            text-decoration: underline;
            color: #491D14; }
          #character-box .box-02 p a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
    #character-box ul.link-box {
      margin: 30px auto 0;
      display: flex;
      justify-content: space-between; }
      #character-box ul.link-box li {
        width: 48%;
        list-style: none;
        text-align: center; }
        #character-box ul.link-box li a {
          background: #8E0000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          display: block;
          padding: 12px 0;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff; }
          #character-box ul.link-box li a:link, #character-box ul.link-box li a:visited, #character-box ul.link-box li a:active {
            text-decoration: none;
            color: #fff; }
          #character-box ul.link-box li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ news-box ------------ */
  #news-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #news-box #news-wrap-box {
      padding: 20px;
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 0 5px #ddd; }
      #news-box #news-wrap-box #main-box .newslist-box {
        text-align: left; }
        #news-box #news-wrap-box #main-box .newslist-box h3 {
          background: #491D14;
          font: normal 1.6rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #news-box #news-wrap-box #main-box .newslist-box h3:nth-of-type(2) {
            margin: 20px 0 0 0; }
        #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li {
          padding: 15px 0;
          list-style: none;
          border-bottom: 1px solid #491D14;
          display: flex;
          justify-content: space-between; }
          #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li a.eyecatch {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            width: 35%; }
            #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li a.eyecatch figure {
              width: 100%; }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li a.eyecatch figure img {
                width: 100%;
                vertical-align: bottom; }
            #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li a.eyecatch:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box {
            width: 60%;
            align-self: center; }
            #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box p.date {
              margin: 10px 0 0 0;
              position: relative;
              font: normal 1.2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14; }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box p.date:before {
                content: 'event_note';
                position: relative;
                left: 0;
                top: 0;
                font-size: 1.4rem;
                color: #491D14;
                padding: 0 5px 0 0; }
            #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 {
              font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              margin: 10px 0 0 0; }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a {
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s; }
                #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a:link, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a:visited, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a:active {
                  text-decoration: none;
                  color: #491D14; }
                #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
            #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li {
              border: none;
              padding: 0;
              margin: 0; }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a {
                font: normal 1.2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                padding: 5px;
                display: inline-block;
                border: 1px solid #491D14; }
                #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:link, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:visited, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:active {
                  text-decoration: none;
                  color: #491D14; }
                #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
        #news-box #news-wrap-box #main-box .newslist-box ul.link-box {
          margin: 30px auto 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #news-box #news-wrap-box #main-box .newslist-box ul.link-box li {
            width: 48%;
            list-style: none;
            text-align: center; }
            #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a {
              background: #8E0000;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px;
              display: block;
              padding: 10px 0;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              position: relative; }
              #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:link, #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:visited, #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:active {
                text-decoration: none;
                color: #fff; }
              #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
            #news-box #news-wrap-box #main-box .newslist-box ul.link-box li:nth-child(n+3) {
              margin: 15px 0 0 0; }
        #news-box #news-wrap-box #main-box .newslist-box dl {
          font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          padding: 15px 0 15px 10px; }
          #news-box #news-wrap-box #main-box .newslist-box dl dt a:link, #news-box #news-wrap-box #main-box .newslist-box dl dt a:visited, #news-box #news-wrap-box #main-box .newslist-box dl dt a:active {
            text-decoration: underline;
            color: #491D14; }
          #news-box #news-wrap-box #main-box .newslist-box dl dt a:hover {
            text-decoration: underline; }
          #news-box #news-wrap-box #main-box .newslist-box dl dd {
            margin: 0;
            display: none; }
            #news-box #news-wrap-box #main-box .newslist-box dl dd a:link, #news-box #news-wrap-box #main-box .newslist-box dl dd a:visited, #news-box #news-wrap-box #main-box .newslist-box dl dd a:active {
              text-decoration: underline;
              color: #491D14; }
            #news-box #news-wrap-box #main-box .newslist-box dl dd a:hover {
              text-decoration: underline; }
          #news-box #news-wrap-box #main-box .newslist-box dl:nth-of-type(2n) {
            background: #F3EDE3; }
        #news-box #news-wrap-box #main-box .newslist-box p.none-text {
          margin: 20px 0 0 0;
          font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14; }
      #news-box #news-wrap-box #main-box .pagenation-box {
        margin: 50px 0 0 0; }
        #news-box #news-wrap-box #main-box .pagenation-box ul {
          display: flex;
          justify-content: center; }
          #news-box #news-wrap-box #main-box .pagenation-box ul li {
            list-style: none;
            margin-left: 10px;
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #news-box #news-wrap-box #main-box .pagenation-box ul li.active {
              color: #fff;
              padding: 5px 10px;
              border: 1px solid #491D14;
              background: #491D14; }
            #news-box #news-wrap-box #main-box .pagenation-box ul li a {
              background: #fff;
              color: #491D14;
              display: block;
              padding: 5px 10px;
              text-decoration: none;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              border: 1px solid #491D14; }
              #news-box #news-wrap-box #main-box .pagenation-box ul li a:hover {
                background: #491D14;
                border: 1px solid #491D14;
                color: #fff; }
            #news-box #news-wrap-box #main-box .pagenation-box ul li:first-child {
              margin: 0; }
      #news-box #news-wrap-box #main-box .newsarticle-box .cate-title {
        padding: 7px 0;
        border-bottom: 1px solid #491D14;
        border-top: 3px solid #491D14;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #news-box #news-wrap-box #main-box .newsarticle-box .cate-title h3 {
          font: normal 1.6rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14; }
        #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list {
          font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          position: relative;
          padding: 0 0 0 15px; }
          #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list a:link, #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list a:visited, #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list a:active {
            text-decoration: none;
            color: #491D14; }
          #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list a:hover {
            text-decoration: underline;
            color: #491D14; }
          #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.4rem;
            color: #491D14; }
      #news-box #news-wrap-box #main-box .newsarticle-box .article-box {
        margin: 20px 0 0 0;
        text-align: left; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box p.date {
          font: normal 1.2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          position: relative; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box p.date:before {
            content: 'event_note';
            position: relative;
            left: 0;
            top: -2px;
            font-size: 1.4rem;
            color: #491D14;
            padding: 0 5px 0 0; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box h4 {
          font: normal 1.6rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          margin: 5px 0 0 0; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box p {
          font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          margin: 20px 0 0 0; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box img.alignleft {
          float: left;
          display: block;
          margin: 0 20px 20px 0; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box img.aligncenter {
          display: block;
          margin: 20px auto; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box img.alignright {
          float: right;
          display: block;
          margin: 0 0 20px 20px; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box img.alignnone {
          display: block;
          text-align: left;
          margin: 20px auto; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box a img:hover {
          opacity: 0.8;
          filter: alpha(opacity=80);
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box a:link, #news-box #news-wrap-box #main-box .newsarticle-box .article-box a:visited, #news-box #news-wrap-box #main-box .newsarticle-box .article-box a:active {
          text-decoration: underline;
          color: #491D14; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box a:hover {
          text-decoration: underline;
          color: #491D14; }
      #news-box #news-wrap-box #main-box .newsarticle-box .article-next {
        margin: 40px 0 0 0; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul {
          padding: 10px;
          background: rgba(255, 255, 255, 0.7);
          box-sizing: border-box;
          display: flex;
          justify-content: space-between; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li {
            width: 48%;
            list-style: none; }
            #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li:last-child {
              margin: 0; }
            #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li a {
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              text-decoration: none; }
              #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
            #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li .box {
              border: 1px solid #491D14;
              padding: 10px;
              display: block; }
              #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li .box p.articlebox {
                font: normal 1.2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #491D14;
                text-align: center; }
              #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li .box p.date {
                font: normal 1.2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #491D14;
                margin: 10px 0 0 0;
                text-align: center; }
              #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li .box p.title {
                font: normal 1.2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #491D14;
                margin: 10px 0 0 0; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back {
          margin: 20px 0 0 auto;
          padding: 0 0 0 15px;
          font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          position: relative;
          text-align: left; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back a:link, #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back a:visited, #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back a:active {
            text-decoration: none;
            color: #491D14; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back a:hover {
            text-decoration: underline;
            color: #491D14; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.4rem;
            color: #491D14; }
      #news-box #news-wrap-box #side-box {
        margin: 50px 0 0 0; }
        #news-box #news-wrap-box #side-box ul {
          margin: 10px 0 0 0;
          box-sizing: border-box; }
          #news-box #news-wrap-box #side-box ul li {
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            border-bottom: 1px dotted #491D14;
            text-align: left; }
            #news-box #news-wrap-box #side-box ul li a {
              padding: 10px 5px;
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box ul li a:link, #news-box #news-wrap-box #side-box ul li a:visited, #news-box #news-wrap-box #side-box ul li a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box ul li a:hover {
                text-decoration: none; }
              #news-box #news-wrap-box #side-box ul li a.here {
                text-decoration: none;
                font-family: "FOT-筑紫A丸ゴシック Std M"; }
            #news-box #news-wrap-box #side-box ul li:last-child {
              border: none; }
        #news-box #news-wrap-box #side-box .widget {
          margin: 0 0 30px 0; }
          #news-box #news-wrap-box #side-box .widget h2.widget-title {
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            padding: 0 0 10px 0;
            border-bottom: 1px solid #491D14;
            text-align: left; }
        #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar {
          width: 100%; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar caption {
            text-align: center;
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 20px 0;
            color: #491D14;
            box-sizing: border-box; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar thead tr th {
            width: 14.28%;
            padding: 5px;
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            box-sizing: border-box; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar thead tr th:nth-child(6) {
            color: #6699ff; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar thead tr th:nth-child(7) {
            color: #cc3300; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar td {
            width: 14.28%;
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: center;
            padding: 5px;
            color: #491D14;
            box-sizing: border-box; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar td a {
            background: #491D14;
            color: #fff;
            display: block;
            padding: 5px;
            margin: -5px;
            text-decoration: none;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar td a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar tbody tr #today {
            background-color: #f5f5f5; }
        #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav {
          display: flex;
          justify-content: space-between;
          margin: 10px 0 0 0; }
          #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
            text-align: left;
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14; }
            #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:link, #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:visited, #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
                text-decoration: underline;
                color: #491D14; }
          #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
            text-align: left;
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14; }
            #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:link, #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:visited, #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
                text-decoration: underline;
                color: #491D14; }
        #news-box #news-wrap-box #side-box .calendar_wrap tfoot {
          display: none; }
        #news-box #news-wrap-box #side-box .screen-reader-text {
          display: none; }
        #news-box #news-wrap-box #side-box .widget_recent_entries ul {
          border: none;
          box-sizing: border-box;
          padding: 0; }
          #news-box #news-wrap-box #side-box .widget_recent_entries ul li {
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            border-bottom: 1px dotted #491D14;
            position: relative; }
            #news-box #news-wrap-box #side-box .widget_recent_entries ul li a {
              padding: 10px 0 10px 18px;
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:link, #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:visited, #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:hover {
                text-decoration: underline;
                color: #491D14; }
                #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:hover:before {
                  color: #491D14; }
              #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:before {
                content: 'chevron_right';
                position: absolute;
                left: 0;
                top: 15px;
                font-size: 1.4rem;
                color: #491D14; }
            #news-box #news-wrap-box #side-box .widget_recent_entries ul li:last-child {
              border: none; }
        #news-box #news-wrap-box #side-box .widget_archive #archives-dropdown-3 {
          width: 100%;
          height: 50px;
          background: none;
          border: none;
          padding: 5px;
          font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          box-sizing: border-box;
          cursor: pointer;
          color: #491D14;
          border-radius: none;
          -moz-border-radius: none;
          -webkit-border-radius: none;
          -ms-border-radius: none;
          -o-border-radius: none; }
        #news-box #news-wrap-box #side-box .widget_categories ul {
          border: none;
          box-sizing: border-box;
          padding: 0; }
          #news-box #news-wrap-box #side-box .widget_categories ul li {
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            border-bottom: 1px dotted #491D14;
            position: relative; }
            #news-box #news-wrap-box #side-box .widget_categories ul li a {
              padding: 10px 0 10px 18px;
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box .widget_categories ul li a:link, #news-box #news-wrap-box #side-box .widget_categories ul li a:visited, #news-box #news-wrap-box #side-box .widget_categories ul li a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box .widget_categories ul li a:hover {
                text-decoration: underline;
                color: #491D14; }
                #news-box #news-wrap-box #side-box .widget_categories ul li a:hover:before {
                  color: #491D14; }
              #news-box #news-wrap-box #side-box .widget_categories ul li a:before {
                content: 'chevron_right';
                position: absolute;
                left: 0;
                top: 15px;
                font-size: 1.4rem;
                color: #491D14; }
            #news-box #news-wrap-box #side-box .widget_categories ul li:last-child {
              border: none; }
        #news-box #news-wrap-box #side-box input[type="submit"], #news-box #news-wrap-box #side-box input[type="reset"], #news-box #news-wrap-box #side-box input[type="button"], #news-box #news-wrap-box #side-box button {
          cursor: pointer; }

  /* ------------ goods-box ------------ */
  #goods-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #goods-box .box-01 {
      background: #B99C66;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      padding: 20px;
      box-sizing: border-box; }
      #goods-box .box-01 .inner-box {
        background: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        padding: 20px;
        box-sizing: border-box;
        text-align: center; }
        #goods-box .box-01 .inner-box .wrap-box {
          border-bottom: 2px solid #491D14;
          padding: 0 0 30px 0;
          margin: 30px 0 0 0; }
          #goods-box .box-01 .inner-box .wrap-box figure {
            width: 80%;
            margin: 0 auto; }
            #goods-box .box-01 .inner-box .wrap-box figure img {
              width: 100%;
              vertical-align: bottom; }
          #goods-box .box-01 .inner-box .wrap-box .text-box {
            width: 100%;
            margin: 10px 0 0 0;
            text-align: left; }
            #goods-box .box-01 .inner-box .wrap-box .text-box h3 {
              font: normal 1.8rem/1.3 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              border-bottom: 1px dotted #491D14;
              padding: 0 0 10px 0; }
            #goods-box .box-01 .inner-box .wrap-box .text-box p {
              font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              text-align: left;
              margin: 10px 0 0 0; }
              #goods-box .box-01 .inner-box .wrap-box .text-box p.company-box {
                font: normal 1.2rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                margin: 5px 0 0 0; }
          #goods-box .box-01 .inner-box .wrap-box:nth-of-type(1) {
            margin: 0; }
          #goods-box .box-01 .inner-box .wrap-box:last-of-type {
            border-bottom: none; }

  /* ------------ link-box ------------ */
  #link-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #link-box .box-01 {
      background: #B99C66;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      padding: 20px;
      box-sizing: border-box; }
      #link-box .box-01 .inner-box {
        background: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        padding: 20px;
        box-sizing: border-box; }
        #link-box .box-01 .inner-box h3 {
          background: #8E0000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          font: normal 1.6rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 10px;
          text-align: center;
          margin: 30px 0 0 0; }
          #link-box .box-01 .inner-box h3:nth-of-type(1) {
            margin: 0; }
        #link-box .box-01 .inner-box p {
          font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          text-align: left;
          margin: 10px 0 0 0; }
        #link-box .box-01 .inner-box ul {
          margin: 10px 0 0 0; }
          #link-box .box-01 .inner-box ul li {
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            border-bottom: 1px dotted #491D14; }
            #link-box .box-01 .inner-box ul li a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              padding: 5px;
              display: block; }
              #link-box .box-01 .inner-box ul li a:link, #link-box .box-01 .inner-box ul li a:visited, #link-box .box-01 .inner-box ul li a:active {
                text-decoration: none;
                color: #491D14; }
              #link-box .box-01 .inner-box ul li a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }

  /* ------------ contact-box ------------ */
  #contact-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #contact-box .box-01 {
      padding: 20px;
      box-sizing: border-box;
      background: white;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 0 5px #ddd; }
      #contact-box .box-01 p {
        font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
      #contact-box .box-01 h3 {
        background: #491D14;
        padding: 10px;
        font: normal 1.6rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center;
        color: #fff;
        margin: 40px 0 0 0;
        border-bottom: 3px double #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #contact-box .box-01 h3:first-of-type {
          margin: 20px 0 0 0; }
      #contact-box .box-01 dl {
        border-bottom: 1px solid #ddd;
        font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        padding: 20px 0; }
        #contact-box .box-01 dl dt {
          display: flex;
          align-items: center;
          box-sizing: border-box;
          font-weight: 700;
          text-align: left; }
          #contact-box .box-01 dl dt .iconrequire {
            font: normal 1.2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background-color: #FD4C4B;
            color: #fff;
            margin: 0 10px 0 0;
            padding: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px; }
        #contact-box .box-01 dl dd {
          display: flex;
          box-sizing: border-box;
          align-items: center;
          text-align: left;
          margin: 10px 0 0 0; }
          #contact-box .box-01 dl dd select {
            width: 100%;
            height: 50px;
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border: none;
            box-sizing: border-box;
            color: #491D14;
            background-color: #f5f5f5;
            border: 1px solid #ddd; }
          #contact-box .box-01 dl dd textarea {
            width: 100%;
            height: 200px;
            border: 1px solid #ddd;
            padding: 10px;
            resize: none;
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box; }
            #contact-box .box-01 dl dd textarea::-webkit-input-placeholder {
              color: #666; }
            #contact-box .box-01 dl dd textarea::placeholder {
              color: #999; }
            #contact-box .box-01 dl dd textarea:-ms-input-placeholder {
              color: #999; }
          #contact-box .box-01 dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #ddd;
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            box-sizing: border-box;
            padding: 10px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
            #contact-box .box-01 dl dd input[type="text"].w30 {
              width: 100%; }
            #contact-box .box-01 dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact-box .box-01 dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact-box .box-01 dl dd input[type="text"]:-ms-input-placeholder {
              color: #999; }
          #contact-box .box-01 dl dd input:focus {
            outline: none; }
      #contact-box .box-01 .submit-box {
        text-align: center;
        margin: 30px 0 0 0; }
        #contact-box .box-01 .submit-box p {
          font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14; }
          #contact-box .box-01 .submit-box p br {
            display: none; }
          #contact-box .box-01 .submit-box p a:link, #contact-box .box-01 .submit-box p a:visited, #contact-box .box-01 .submit-box p a:active {
            text-decoration: underline;
            color: #491D14; }
          #contact-box .box-01 .submit-box p a:hover {
            text-decoration: none; }
        #contact-box .box-01 .submit-box .submit-button {
          width: 100%;
          padding: 15px 0;
          margin: 30px auto 0;
          font: normal 1.6rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #8E0000;
          border: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          -webkit-appearance: button;
          appearance: button;
          display: block; }
          #contact-box .box-01 .submit-box .submit-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #contact-box .box-01 .submit-box .back-button {
          width: 100%;
          padding: 15px 0;
          margin: 30px auto 0;
          font: normal 1.6rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #666;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          -webkit-appearance: button;
          appearance: button;
          display: block; }
          #contact-box .box-01 .submit-box .back-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #contact-box .box-01 .submit-box .agree-box {
          display: block;
          text-align: center;
          cursor: pointer;
          margin: 30px 0 0 0; }
          #contact-box .box-01 .submit-box .agree-box span {
            font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            vertical-align: middle; }
          #contact-box .box-01 .submit-box .agree-box input.mark {
            width: 20px;
            height: 20px;
            border: 1px solid #ddd; }

  /* ------------ privacy-box ------------ */
  #privacy-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #privacy-box .box-01 p {
      font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 10px 0 0 0;
      color: #491D14; }
      #privacy-box .box-01 p:first-of-type {
        margin: 0; }
    #privacy-box .box-01 h3 {
      font: normal 1.8rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      margin: 30px 0 0 0;
      border-bottom: 1px solid #491D14;
      padding: 0 0 5px 0; }
    #privacy-box .box-01 ul {
      margin: 10px 0 0 10px; }
      #privacy-box .box-01 ul li {
        list-style: none;
        font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
        #privacy-box .box-01 ul li a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #privacy-box .box-01 ul li a:link, #privacy-box .box-01 ul li a:visited, #privacy-box .box-01 ul li a:active {
            text-decoration: underline;
            color: #491D14; }
          #privacy-box .box-01 ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); } }
/* ------------ //SP ------------ */
/* ------------ PC ------------  */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt";
    background: #F5EDE2;
    background: #F5EDE2 url(../img/27.png) repeat center top; }

  /* ------------ material-i ------------ */
  .material-i, a.button:after, a.button.pdf:after, #world-box .box-01 ul.link-box li a:after, #page-top a::before, #header-box .gnav-box ul li a:before, #character-box .box-01 .pro-box dl dd a.ch-button:after, #character-box ul.link-box li a:after, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box p.date:before, #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:after, #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list:before, #news-box #news-wrap-box #main-box .newsarticle-box .article-box p.date:before, #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back:before, #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:before, #news-box #news-wrap-box #side-box .widget_categories ul li a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ common ------------ */
  a.button {
    padding: 15px 60px;
    margin: 50px 0 0 0;
    font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative; }
    a.button:link, a.button:visited, a.button:active {
      background: #8E0000;
      color: #fff;
      text-decoration: none;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    a.button:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    a.button:after {
      content: 'play_circle_filled';
      position: absolute;
      font-size: 16px;
      right: 10px;
      top: 50%;
      transform: translateY(-40%);
      -moz-transform: translateY(-40%);
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      -o-transform: translateY(-40%); }
    a.button.pdf:after {
      content: 'picture_as_pdf';
      position: absolute;
      font-size: 16px;
      right: 10px;
      top: 50%;
      transform: translateY(-40%);
      -moz-transform: translateY(-40%);
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      -o-transform: translateY(-40%); }

  .title-box h2 {
    font: normal 3.4rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #491D14; }
    .title-box h2::before {
      content: '';
      display: inline-block;
      width: 34px;
      height: 56px;
      background-image: url(../img/02@2x.png);
      background-size: contain;
      vertical-align: middle;
      margin: 0 10px 0 0; }
    .title-box h2::after {
      content: '';
      display: inline-block;
      width: 34px;
      height: 56px;
      background-image: url(../img/02@2x.png);
      background-size: contain;
      vertical-align: middle;
      margin: 0 0 0 10px; }
  .title-box .line {
    border-bottom: 5px solid #8E0000;
    width: 35px;
    margin: 5px auto 0; }
  .title-box h3 {
    font: normal 5rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #491D14;
    margin: 15px 0;
    color: #fff; }
  .title-box p {
    font: normal 2rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff; }
    .title-box p.t-01 {
      border-bottom: 1px solid #fff;
      display: inline-block; }

  /* ------------ splash-box ------------ */
  #splash-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #491D14;
    text-align: center;
    color: #fff; }
    #splash-box #splash-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #splash-box #splash-logo img {
        width: 198px; }
        #splash-box #splash-logo img.fadeup {
          animation-name: fadeUpAnime;
          animation-duration: 0.5s;
          animation-fill-mode: forwards;
          opacity: 0;
          filter: alpha(opacity=0); }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      filter: alpha(opacity=0);
      transform: translateY(100px); }
    to {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: translateY(0); } }
  /* ------------ top-header-box ------------ */
  #top-header-box .wrap-box {
    position: absolute;
    z-index: 10;
    border: 1px solid #fff;
    height: 95vh;
    width: 95vw;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 2.5vh 0 0 2.5vw; }
    #top-header-box .wrap-box .l-box {
      position: absolute;
      left: 55px;
      top: 55px; }
      #top-header-box .wrap-box .l-box h1 {
        text-indent: -9999px; }
        #top-header-box .wrap-box .l-box h1 a {
          background: url(../img/15.png) no-repeat;
          background-size: contain;
          width: 445px;
          height: 132px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-header-box .wrap-box .l-box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); } }
    @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
      #top-header-box .wrap-box .l-box h1 a {
        background-image: url(../img/15@2x.png); } }
@media screen and (min-width: 769px) {
      #top-header-box .wrap-box .l-box .gnav-box {
        width: 270px;
        background: #BB9D69 url(../img/23.png) repeat center top;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin: 30px 0 0 17px;
        padding: 15px;
        display: inline-block;
        position: relative;
        box-sizing: border-box; }
        #top-header-box .wrap-box .l-box .gnav-box ul li {
          list-style: none;
          font: normal 2rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0; }
          #top-header-box .wrap-box .l-box .gnav-box ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 12px;
            background: #D5C2A3;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
            #top-header-box .wrap-box .l-box .gnav-box ul li a:link, #top-header-box .wrap-box .l-box .gnav-box ul li a:visited, #top-header-box .wrap-box .l-box .gnav-box ul li a:active {
              text-decoration: none;
              color: #491D14; }
            #top-header-box .wrap-box .l-box .gnav-box ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #top-header-box .wrap-box .l-box .gnav-box ul li a::before {
              content: '';
              display: inline-block;
              width: 23px;
              height: 18px;
              background-image: url(../img/03@2x.png);
              background-size: contain;
              vertical-align: middle;
              margin: 0 5px 0 0; }
          #top-header-box .wrap-box .l-box .gnav-box ul li:first-child {
            margin: 0; }
        #top-header-box .wrap-box .l-box .gnav-box figure {
          position: absolute;
          bottom: -47px;
          right: -70px;
          max-width: 192px; }
          #top-header-box .wrap-box .l-box .gnav-box figure img {
            width: 100%;
            vertical-align: bottom; }
    #top-header-box .wrap-box .r-box {
      position: absolute;
      right: 55px;
      top: 55px;
      display: flex;
      justify-content: flex-end; }
      #top-header-box .wrap-box .r-box a.button {
        margin: 0; }
      #top-header-box .wrap-box .r-box ul {
        display: flex;
        justify-content: flex-start; }
        #top-header-box .wrap-box .r-box ul li {
          list-style: none;
          margin: 0 0 0 15px; }
          #top-header-box .wrap-box .r-box ul li a {
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
            #top-header-box .wrap-box .r-box ul li a img {
              width: 42px;
              vertical-align: bottom; }
            #top-header-box .wrap-box .r-box ul li a:link, #top-header-box .wrap-box .r-box ul li a:visited, #top-header-box .wrap-box .r-box ul li a:active {
              text-decoration: none; }
            #top-header-box .wrap-box .r-box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
    #top-header-box .wrap-box figure.copy {
      max-width: 489px;
      width: 40%;
      position: absolute;
      right: 3%;
      top: 45%; }
      #top-header-box .wrap-box figure.copy img {
        width: 100%;
        vertical-align: bottom; }
  #top-header-box .slider-box {
    position: relative;
    z-index: 1;
    height: 100vh; }
    #top-header-box .slider-box .slider-item01 {
      background: url(../img/29.jpg); }
    #top-header-box .slider-box .slider-item02 {
      background: url(../img/30.jpg); }
    #top-header-box .slider-box .slider-item03 {
      background: url(../img/31.jpg); }
    #top-header-box .slider-box .slider-item04 {
      background: url(../img/32.jpg); }
    #top-header-box .slider-box .slider-item05 {
      background: url(../img/35.jpg); }
    #top-header-box .slider-box .slider-item06 {
      background: url(../img/36.jpg); }
    #top-header-box .slider-box .slider-item07 {
      background: url(../img/37.jpg); }
    #top-header-box .slider-box .slider-item08 {
      background: url(../img/38.jpg); }
    #top-header-box .slider-box .slider-item09 {
      background: url(../img/39.jpg); } }
  @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
    #top-header-box .slider-box .slider-item01 {
      background: url(../img/29@2x.jpg); }
    #top-header-box .slider-box .slider-item02 {
      background: url(../img/30@2x.jpg); }
    #top-header-box .slider-box .slider-item03 {
      background: url(../img/31@2x.jpg); }
    #top-header-box .slider-box .slider-item04 {
      background: url(../img/32@2x.jpg); }
    #top-header-box .slider-box .slider-item05 {
      background: url(../img/35@2x.jpg); }
    #top-header-box .slider-box .slider-item06 {
      background: url(../img/36@2x.jpg); }
    #top-header-box .slider-box .slider-item07 {
      background: url(../img/37@2x.jpg); }
    #top-header-box .slider-box .slider-item08 {
      background: url(../img/38@2x.jpg); }
    #top-header-box .slider-box .slider-item09 {
      background: url(../img/39@2x.jpg); } }
@media screen and (min-width: 769px) {
    #top-header-box .slider-box .slider-item {
      width: 100%;
      height: 100vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    #top-header-box .slider-box .slick-dots {
      position: relative;
      z-index: 10;
      text-align: center;
      margin: -60px 0 0 0; }
    #top-header-box .slider-box .slick-dots li {
      display: inline-block;
      margin: 0 10px; }
    #top-header-box .slider-box .slick-dots button {
      color: transparent;
      outline: none;
      width: 12px;
      height: 12px;
      display: block;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: #fff;
      border: none; }
    #top-header-box .slider-box .slick-dots .slick-active button {
      background: #333; }

  /* ------------ how-box ------------ */
  #how-box {
    text-align: center;
    padding: 120px 0; }
    #how-box .wrap-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 80px 0 0 0; }
      #how-box .wrap-box figure {
        width: 50%; }
        #how-box .wrap-box figure img {
          width: 100%;
          vertical-align: bottom; }
      #how-box .wrap-box .text-box {
        width: 50%;
        text-align: left;
        padding: 0 3%;
        box-sizing: border-box; }
        #how-box .wrap-box .text-box h3 {
          font: normal 3rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14; }
        #how-box .wrap-box .text-box p {
          font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          margin: 20px 0 0 0; }

  /* ------------ news-box ------------ */
  #top-news-box {
    text-align: center;
    padding: 120px 20px;
    background-image: url(../img/28@2x.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative; }
    #top-news-box p {
      font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      margin: 30px 0 0 0; }
    #top-news-box dl {
      max-width: 1000px;
      margin: 0 auto;
      padding: 15px 0;
      display: flex;
      justify-content: space-between;
      font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      border-bottom: 1px solid #491D14;
      text-align: left; }
      #top-news-box dl dt {
        width: 150px; }
      #top-news-box dl dd {
        flex: 1; }
        #top-news-box dl dd a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-news-box dl dd a:link, #top-news-box dl dd a:visited, #top-news-box dl dd a:active {
            text-decoration: none;
            color: #491D14; }
          #top-news-box dl dd a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #top-news-box dl:first-of-type {
        margin: 60px auto 0; }
    #top-news-box figure {
      position: absolute;
      top: -100px;
      right: 30px;
      max-width: 250px; }
      #top-news-box figure img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ world-box ------------ */
  #world-box {
    background-image: url("../img/26@2x.png"), url("../img/26@2x.png");
    background-repeat: repeat-x, repeat-x;
    background-size: 704px 52px, 704px 52px;
    background-position: left top 20px, left bottom 20px;
    background-color: #8E0001;
    padding: 140px 20px;
    text-align: center; }
    #world-box .box-01 {
      background: #F5EDE2;
      background: #F5EDE2 url(../img/27.png) repeat center top;
      max-width: 1000px;
      margin: 50px auto 0;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 0 20px 50px 20px; }
      #world-box .box-01 p {
        font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 40px 0 0 0; }
        #world-box .box-01 p.cate {
          background: #B99C66;
          font: normal 3.6rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 10px 30px;
          display: inline-block;
          margin: 50px 0 0 0;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #world-box .box-01 h4 {
        font: normal 5rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 20px 0 0 0; }
      #world-box .box-01 ul.photo-box {
        display: flex;
        justify-content: space-between;
        max-width: 800px;
        margin: 30px auto 0; }
        #world-box .box-01 ul.photo-box li {
          width: 48%;
          font: normal 1.7rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          margin: 10px 0 0 0;
          list-style: none; }
          #world-box .box-01 ul.photo-box li img {
            width: 100%;
            vertical-align: bottom;
            margin: 0 0 10px 0;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
      #world-box .box-01 ul.link-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 40px auto 0; }
        #world-box .box-01 ul.link-box li {
          list-style: none;
          width: 45%;
          font: normal 1.7rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border: 1px solid #8E0000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #world-box .box-01 ul.link-box li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block;
            padding: 15px;
            position: relative; }
            #world-box .box-01 ul.link-box li a:link, #world-box .box-01 ul.link-box li a:visited, #world-box .box-01 ul.link-box li a:active {
              text-decoration: none;
              color: #8E0000; }
            #world-box .box-01 ul.link-box li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #world-box .box-01 ul.link-box li a:after {
              content: 'play_circle_filled';
              position: absolute;
              font-size: 16px;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }
          #world-box .box-01 ul.link-box li:nth-child(n+3) {
            margin: 20px 0 0 0; }

  /* ------------ top-character-box ------------ */
  #top-character-box {
    text-align: center;
    padding: 120px 20px; }
    #top-character-box p {
      font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      margin: 30px 0 0 0; }
    #top-character-box ul {
      display: flex;
      justify-content: space-between;
      max-width: 1000px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      margin: 45px auto 0;
      padding: 35px 50px;
      box-sizing: border-box; }
      #top-character-box ul li {
        list-style: none;
        width: 31%;
        background: #D5C2A3;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        padding: 15px;
        box-sizing: border-box;
        position: relative; }
        #top-character-box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-character-box ul li a:link, #top-character-box ul li a:visited, #top-character-box ul li a:active {
            text-decoration: none;
            color: #491D14; }
          #top-character-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #top-character-box ul li a figure {
            background: #fff;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
            #top-character-box ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top-character-box ul li a h3 {
            font: normal 2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            margin: 10px 0 0 0; }
          #top-character-box ul li a img.area {
            position: absolute;
            top: -20px;
            right: -20px;
            width: 66px; }

  /* ------------ footer ------------ */
  #footer {
    background-image: url("../img/11@2x.png"), url("../img/12@2x.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 911px 739px, 976px 794px;
    background-position: left -350px bottom -100px, right -250px bottom -50px;
    background-color: #491D14;
    text-align: center;
    padding: 120px 0 0 0;
    overflow: hidden; }
    #footer figure {
      max-width: 198px;
      margin: 0 auto; }
      #footer figure img {
        width: 100%;
        vertical-align: bottom; }
    #footer p {
      font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      margin: 30px 0 0 0; }
    #footer .copy-box {
      margin: 120px 0 0 0;
      background: #F5EDE2;
      background: #F5EDE2 url(../img/27.png) repeat center top; }
      #footer .copy-box p {
        font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 0;
        padding: 20px 0; }

  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #A28651;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800; }
    #page-top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page-top a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #page-top a::before {
        content: 'arrow_drop_up';
        font-size: 50px;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ header-box ------------ */
  #header-box {
    background: #A28651 url(../img/27.png) repeat center top;
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000; }
    #header-box h1 {
      text-indent: -9999px;
      margin: 5px 0 5px 20px; }
      #header-box h1 a {
        background: url(../activity/img/06.png) no-repeat;
        background-size: contain;
        width: 126px;
        height: 77px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header-box h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); } }
  @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
    #header-box h1 a {
      background-image: url(../activity/img/06@2x.png); } }
@media screen and (min-width: 769px) {
    #header-box .gnav-box {
      margin: 0 20px 0 0;
      display: flex;
      align-items: center; }
      #header-box .gnav-box ul {
        display: flex;
        justify-content: flex-end; }
        #header-box .gnav-box ul li {
          list-style: none;
          margin: 0 0 0 30px;
          font: normal 1.7rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #header-box .gnav-box ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #header-box .gnav-box ul li a:link, #header-box .gnav-box ul li a:visited, #header-box .gnav-box ul li a:active {
              text-decoration: none;
              color: #fff; }
            #header-box .gnav-box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #header-box .gnav-box ul li a:before {
              content: 'arrow_right';
              position: relative;
              left: 0;
              top: 0;
              font-size: 2rem;
              color: #8E0001; }
            #header-box .gnav-box ul li a.here:link, #header-box .gnav-box ul li a.here:visited, #header-box .gnav-box ul li a.here:active {
              border-bottom: 2px solid #8E0001;
              padding: 0 0 7px 0; }

  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    width: 100%;
    height: 250px;
    background: url(../activity/img/05.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 86px 0 0 0;
    box-shadow: 0 5px 5px #999;
    overflow: hidden;
    position: relative; }
    #pagetitle-box::after {
      content: "";
      position: absolute;
      top: -3px;
      right: -3px;
      bottom: -3px;
      left: -3px;
      background: inherit;
      filter: blur(3px); }
    #pagetitle-box.bg-02 {
      background: url(../character/img/01.jpg) no-repeat;
      background-size: cover; }
    #pagetitle-box.bg-03 {
      background: url(../event/img/01.jpg) no-repeat;
      background-size: cover; }
    #pagetitle-box.bg-04 {
      background: url(../goods/img/01.jpg) no-repeat;
      background-size: cover; }
    #pagetitle-box.bg-05 {
      background: url(../link/img/01.jpg) no-repeat;
      background-size: cover; } }
  @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
    #pagetitle-box #pagetitle-box {
      background: url(../activity/img/05@2x.jpg) no-repeat;
      background-size: cover; }
      #pagetitle-box #pagetitle-box.bg-02 {
        background: url(../character/img/01@2x.jpg) no-repeat;
        background-size: cover; }
      #pagetitle-box #pagetitle-box.bg-03 {
        background: url(../event/img/01@2x.jpg) no-repeat;
        background-size: cover; }
      #pagetitle-box #pagetitle-box.bg-04 {
        background: url(../goods/img/01@2x.jpg) no-repeat;
        background-size: cover; }
      #pagetitle-box #pagetitle-box.bg-05 {
        background: url(../link/img/01@2x.jpg) no-repeat;
        background-size: cover; } }
@media screen and (min-width: 769px) {
    #pagetitle-box h2 {
      font: normal 4.8rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #491D14;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 10px 40px;
      z-index: 1; }

  /* ------------ activity-box ------------ */
  #activity-box {
    padding: 80px 20px; }
    #activity-box .box-01 {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center; }
      #activity-box .box-01 h3 {
        font: normal 4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
      #activity-box .box-01 figure {
        max-width: 1000px;
        margin: 30px 0 0 0; }
        #activity-box .box-01 figure img {
          width: 100%;
          vertical-align: bottom;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
      #activity-box .box-01 ul {
        display: flex;
        justify-content: space-between;
        margin: 30px 0 0 0; }
        #activity-box .box-01 ul li {
          width: 23%;
          background: #8E0001;
          list-style: none;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          font: normal 1.7rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 15px;
          box-sizing: border-box; }
          #activity-box .box-01 ul li:nth-child(2n) {
            background: #491D14; }
      #activity-box .box-01 p {
        font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        text-align: left;
        margin: 30px 0 0 0; }
    #activity-box .box-02 {
      max-width: 1000px;
      margin: 80px auto 0;
      background: #B99C66;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 35px;
      box-sizing: border-box; }
      #activity-box .box-02.bg-02 {
        background: #491D14; }
      #activity-box .box-02 .inner-box {
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 50px;
        box-sizing: border-box;
        text-align: center; }
        #activity-box .box-02 .inner-box h3 {
          font: normal 4.2rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14; }
          #activity-box .box-02 .inner-box h3 span {
            color: #8E0000; }
          #activity-box .box-02 .inner-box h3::before {
            content: '\02776';
            color: #1A4A2E;
            padding: 0 10px 0 0; }
          #activity-box .box-02 .inner-box h3.no-02::before {
            content: '\02777'; }
          #activity-box .box-02 .inner-box h3.no-03::before {
            content: '\02778'; }
          #activity-box .box-02 .inner-box h3.no-04::before {
            content: '\02779'; }
        #activity-box .box-02 .inner-box p {
          font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          text-align: left;
          margin: 30px 0 0 0; }
        #activity-box .box-02 .inner-box ul {
          display: flex;
          justify-content: space-between;
          margin: 40px 0 0 0; }
          #activity-box .box-02 .inner-box ul li {
            list-style: none;
            width: 47%; }
            #activity-box .box-02 .inner-box ul li p.title-box {
              background: #8E0000;
              text-align: center;
              font: normal 2.6rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              padding: 12px;
              box-sizing: border-box;
              margin: 0; }
            #activity-box .box-02 .inner-box ul li p.text-box {
              background: #F4F1ED;
              text-align: center;
              font: normal 1.7rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              padding: 10px;
              box-sizing: border-box;
              margin: 0; }
            #activity-box .box-02 .inner-box ul li p.name-box {
              text-align: center;
              margin: 10px 0 0 0; }
            #activity-box .box-02 .inner-box ul li img {
              width: 100%;
              vertical-align: bottom;
              margin: 20px 0 0 0;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px; }
    #activity-box .box-03 {
      max-width: 1000px;
      margin: 120px auto 0;
      text-align: center; }
      #activity-box .box-03 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1000px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin: 45px auto 0;
        padding: 35px 50px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #ddd; }
        #activity-box .box-03 ul li {
          list-style: none;
          width: 31%;
          background: #D5C2A3;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          padding: 15px;
          box-sizing: border-box;
          position: relative; }
          #activity-box .box-03 ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #activity-box .box-03 ul li a:link, #activity-box .box-03 ul li a:visited, #activity-box .box-03 ul li a:active {
              text-decoration: none;
              color: #491D14; }
            #activity-box .box-03 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #activity-box .box-03 ul li a figure img {
              width: 98%;
              vertical-align: bottom;
              border: 3px solid #fff;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
            #activity-box .box-03 ul li a h3 {
              font: normal 2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              margin: 10px 0 0 0; }
          #activity-box .box-03 ul li:nth-child(n+4) {
            margin: 30px 0 0 0; }
        #activity-box .box-03 ul::after {
          content: "";
          display: block;
          width: 30%; }
      #activity-box .box-03 p {
        font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 30px 0 0 0; }

  /* ------------ character-box ------------ */
  #character-box {
    padding: 80px 20px; }
    #character-box .box-03 {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center; }
      #character-box .box-03 p {
        font: normal 1.8rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
    #character-box .box-01 {
      max-width: 1000px;
      margin: 100px auto 0;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      -webkit-border-radius: 0 0 10px 10px;
      -ms-border-radius: 0 0 10px 10px;
      -o-border-radius: 0 0 10px 10px;
      padding: 0 0 50px 0; }
      #character-box .box-01 .name-box {
        background: #491D14;
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        position: relative; }
        #character-box .box-01 .name-box h3 {
          font: normal 3.6rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff; }
        #character-box .box-01 .name-box .area-box {
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translate(0, -50%);
          background: #fff;
          font: normal 1.7rem/1.2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          padding: 5px 20px; }
      #character-box .box-01 ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0; }
        #character-box .box-01 ul li {
          list-style: none;
          width: 40%; }
          #character-box .box-01 ul li img {
            width: 100%;
            vertical-align: bottom; }
      #character-box .box-01 .pro-box {
        width: 90%;
        margin: 20px auto 0;
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border: 1px solid #B99C66;
        padding: 50px;
        box-sizing: border-box; }
        #character-box .box-01 .pro-box dl {
          font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          align-items: center;
          border-bottom: 1px solid #B99C66;
          padding: 20px 0; }
          #character-box .box-01 .pro-box dl dt {
            width: 140px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            background: #B99C66;
            text-align: center;
            padding: 5px;
            box-sizing: border-box; }
          #character-box .box-01 .pro-box dl dd {
            flex: 1;
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            margin: 0 0 0 20px; }
            #character-box .box-01 .pro-box dl dd a.ch-button {
              margin: 0 0 0 20px;
              font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              padding: 0 0 0 20px;
              transition: all 0.3s;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              position: relative; }
              #character-box .box-01 .pro-box dl dd a.ch-button:link, #character-box .box-01 .pro-box dl dd a.ch-button:visited, #character-box .box-01 .pro-box dl dd a.ch-button:active {
                color: #8E0000;
                text-decoration: none; }
              #character-box .box-01 .pro-box dl dd a.ch-button:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #character-box .box-01 .pro-box dl dd a.ch-button:after {
                content: 'play_circle_filled';
                position: absolute;
                font-size: 16px;
                left: 0;
                top: 50%;
                transform: translateY(-40%);
                -moz-transform: translateY(-40%);
                -webkit-transform: translateY(-40%);
                -ms-transform: translateY(-40%);
                -o-transform: translateY(-40%); }
          #character-box .box-01 .pro-box dl:nth-of-type(2n) dt {
            background: #491D14; }
          #character-box .box-01 .pro-box dl:first-of-type {
            padding: 0 0 20px 0; }
          #character-box .box-01 .pro-box dl:last-of-type {
            border: none; }
      #character-box .box-01:first-of-type {
        margin: 0 auto; }
    #character-box .box-02 {
      max-width: 1000px;
      margin: 20px auto 0;
      text-align: right; }
      #character-box .box-02 p {
        font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
        #character-box .box-02 p a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #character-box .box-02 p a:link, #character-box .box-02 p a:visited, #character-box .box-02 p a:active {
            text-decoration: underline;
            color: #491D14; }
          #character-box .box-02 p a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
    #character-box ul.link-box {
      max-width: 1000px;
      margin: 80px auto 0;
      display: flex;
      justify-content: space-between; }
      #character-box ul.link-box li {
        width: 46%;
        list-style: none;
        text-align: center; }
        #character-box ul.link-box li a {
          background: #8E0000;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          display: block;
          padding: 30px 0;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          position: relative; }
          #character-box ul.link-box li a:link, #character-box ul.link-box li a:visited, #character-box ul.link-box li a:active {
            text-decoration: none;
            color: #fff; }
          #character-box ul.link-box li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #character-box ul.link-box li a:after {
            content: 'picture_as_pdf';
            position: absolute;
            font-size: 30px;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: #fff; }

  /* ------------ news-box ------------ */
  #news-box {
    padding: 80px 20px; }
    #news-box #news-wrap-box {
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 0 5px #ddd; }
      #news-box #news-wrap-box #main-box {
        width: 70%; }
        #news-box #news-wrap-box #main-box .newslist-box {
          text-align: left; }
          #news-box #news-wrap-box #main-box .newslist-box h3 {
            background: #491D14;
            font: normal 1.8rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
            #news-box #news-wrap-box #main-box .newslist-box h3:nth-of-type(2) {
              margin: 40px 0 0 0; }
          #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li {
            padding: 20px 0;
            list-style: none;
            border-bottom: 1px solid #491D14;
            display: flex;
            justify-content: space-between; }
            #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li a.eyecatch {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              width: 20%; }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li a.eyecatch figure {
                width: 100%; }
                #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li a.eyecatch figure img {
                  width: 100%;
                  vertical-align: bottom; }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li a.eyecatch:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
            #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box {
              width: 77%;
              align-self: center; }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box p.date {
                margin: 10px 0 0 0;
                position: relative;
                font: normal 1.4rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #491D14; }
                #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box p.date:before {
                  content: 'event_note';
                  position: relative;
                  left: 0;
                  top: -2px;
                  font-size: 1.8rem;
                  color: #491D14;
                  padding: 0 5px 0 0; }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 {
                font: normal 1.8rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #491D14;
                margin: 10px 0 0 0; }
                #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a {
                  transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  -webkit-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                  -o-transition: all 0.5s; }
                  #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a:link, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a:visited, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a:active {
                    text-decoration: none;
                    color: #491D14; }
                  #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box h4 a:hover {
                    opacity: 0.8;
                    filter: alpha(opacity=80); }
              #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li {
                border: none;
                padding: 0;
                margin: 0; }
                #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a {
                  font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  padding: 5px 10px;
                  display: inline-block;
                  border: 1px solid #491D14; }
                  #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:link, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:visited, #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:active {
                    text-decoration: none;
                    color: #491D14; }
                  #news-box #news-wrap-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:hover {
                    opacity: 0.8;
                    filter: alpha(opacity=80); }
          #news-box #news-wrap-box #main-box .newslist-box ul.link-box {
            max-width: 1000px;
            margin: 80px auto 0;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            #news-box #news-wrap-box #main-box .newslist-box ul.link-box li {
              width: 46%;
              list-style: none;
              text-align: center; }
              #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a {
                background: #8E0000;
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
                display: block;
                padding: 30px 0;
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #fff;
                position: relative; }
                #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:link, #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:visited, #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:active {
                  text-decoration: none;
                  color: #fff; }
                #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:hover {
                  opacity: 0.7;
                  filter: alpha(opacity=70); }
                #news-box #news-wrap-box #main-box .newslist-box ul.link-box li a:after {
                  content: 'picture_as_pdf';
                  position: absolute;
                  font-size: 30px;
                  right: 15px;
                  top: 50%;
                  transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  color: #fff; }
              #news-box #news-wrap-box #main-box .newslist-box ul.link-box li:nth-child(n+3) {
                margin: 30px 0 0 0; }
          #news-box #news-wrap-box #main-box .newslist-box dl {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14; }
            #news-box #news-wrap-box #main-box .newslist-box dl dt {
              width: 50%;
              padding: 20px;
              box-sizing: border-box; }
              #news-box #news-wrap-box #main-box .newslist-box dl dt a:link, #news-box #news-wrap-box #main-box .newslist-box dl dt a:visited, #news-box #news-wrap-box #main-box .newslist-box dl dt a:active {
                text-decoration: underline;
                color: #491D14; }
              #news-box #news-wrap-box #main-box .newslist-box dl dt a:hover {
                text-decoration: underline; }
            #news-box #news-wrap-box #main-box .newslist-box dl dd {
              flex: 1;
              padding: 20px; }
              #news-box #news-wrap-box #main-box .newslist-box dl dd a:link, #news-box #news-wrap-box #main-box .newslist-box dl dd a:visited, #news-box #news-wrap-box #main-box .newslist-box dl dd a:active {
                text-decoration: underline;
                color: #491D14; }
              #news-box #news-wrap-box #main-box .newslist-box dl dd a:hover {
                text-decoration: underline; }
            #news-box #news-wrap-box #main-box .newslist-box dl:nth-of-type(2n) {
              background: #F3EDE3;
              margin: 0; }
          #news-box #news-wrap-box #main-box .newslist-box p.none-text {
            margin: 30px 0 0 0;
            font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14; }
        #news-box #news-wrap-box #main-box .pagenation-box {
          margin: 50px 0 0 0; }
          #news-box #news-wrap-box #main-box .pagenation-box ul {
            display: flex;
            justify-content: center; }
            #news-box #news-wrap-box #main-box .pagenation-box ul li {
              list-style: none;
              margin-left: 10px;
              font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
              #news-box #news-wrap-box #main-box .pagenation-box ul li.active {
                color: #fff;
                padding: 10px 15px;
                border: 1px solid #491D14;
                background: #491D14; }
              #news-box #news-wrap-box #main-box .pagenation-box ul li a {
                background: #fff;
                color: #491D14;
                display: block;
                padding: 10px 15px;
                text-decoration: none;
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                border: 1px solid #491D14; }
                #news-box #news-wrap-box #main-box .pagenation-box ul li a:hover {
                  background: #491D14;
                  border: 1px solid #491D14;
                  color: #fff; }
              #news-box #news-wrap-box #main-box .pagenation-box ul li:first-child {
                margin: 0; }
        #news-box #news-wrap-box #main-box .newsarticle-box .cate-title {
          padding: 10px 0;
          border-bottom: 1px solid #491D14;
          border-top: 3px solid #491D14;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #news-box #news-wrap-box #main-box .newsarticle-box .cate-title h3 {
            font: normal 1.8rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14; }
          #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list {
            font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            position: relative;
            padding: 0 0 0 20px; }
            #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list a:link, #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list a:visited, #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list a:active {
              text-decoration: none;
              color: #491D14; }
            #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list a:hover {
              text-decoration: underline;
              color: #491D14; }
            #news-box #news-wrap-box #main-box .newsarticle-box .cate-title p.list:before {
              content: 'keyboard_backspace';
              position: absolute;
              left: 0;
              top: 0;
              font-size: 1.7rem;
              color: #491D14; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-box {
          margin: 30px 0 0 0;
          text-align: left; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box p.date {
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            position: relative; }
            #news-box #news-wrap-box #main-box .newsarticle-box .article-box p.date:before {
              content: 'event_note';
              position: relative;
              left: 0;
              top: -2px;
              font-size: 1.7rem;
              color: #491D14;
              padding: 0 5px 0 0; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box h4 {
            font: normal 2.6rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            margin: 5px 0 0 0; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box p {
            font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            margin: 30px 0 0 0; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box img.alignleft {
            float: left;
            display: block;
            margin: 0 30px 30px 0; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box img.aligncenter {
            display: block;
            margin: 30px auto; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box img.alignright {
            float: right;
            display: block;
            margin: 0 0 30px 30px; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box img.alignnone {
            display: block;
            text-align: left;
            margin: 30px auto; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box a img:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box a:link, #news-box #news-wrap-box #main-box .newsarticle-box .article-box a:visited, #news-box #news-wrap-box #main-box .newsarticle-box .article-box a:active {
            text-decoration: underline;
            color: #491D14; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-box a:hover {
            text-decoration: underline;
            color: #491D14; }
        #news-box #news-wrap-box #main-box .newsarticle-box .article-next {
          margin: 70px 0 0 0; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul {
            margin: 20px 0 0 0;
            padding: 20px;
            background: rgba(255, 255, 255, 0.7);
            box-sizing: border-box;
            display: flex;
            justify-content: space-between; }
            #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li {
              width: 48%;
              list-style: none; }
              #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li:last-child {
                margin: 0; }
              #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li a {
                display: block;
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                text-decoration: none; }
                #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
              #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li .box {
                border: 1px solid #491D14;
                padding: 10px;
                display: block; }
                #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li .box p.articlebox {
                  font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  color: #491D14;
                  text-align: center; }
                #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li .box p.date {
                  font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  color: #491D14;
                  margin: 10px 0 0 0;
                  text-align: center; }
                #news-box #news-wrap-box #main-box .newsarticle-box .article-next ul li .box p.title {
                  font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  color: #491D14;
                  margin: 10px 0 0 0; }
          #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back {
            margin: 20px 0 0 auto;
            padding: 0 0 0 20px;
            font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            position: relative;
            text-align: left; }
            #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back a:link, #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back a:visited, #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back a:active {
              text-decoration: none;
              color: #491D14; }
            #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back a:hover {
              text-decoration: underline;
              color: #491D14; }
            #news-box #news-wrap-box #main-box .newsarticle-box .article-next p.back:before {
              content: 'keyboard_backspace';
              position: absolute;
              left: 0;
              top: 0;
              font-size: 1.7rem;
              color: #491D14; }
      #news-box #news-wrap-box #side-box {
        width: 25%; }
        #news-box #news-wrap-box #side-box ul {
          margin: 10px 0 0 0;
          box-sizing: border-box; }
          #news-box #news-wrap-box #side-box ul li {
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            border-bottom: 1px dotted #dcdcdc;
            text-align: left; }
            #news-box #news-wrap-box #side-box ul li a {
              padding: 10px 5px;
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box ul li a:link, #news-box #news-wrap-box #side-box ul li a:visited, #news-box #news-wrap-box #side-box ul li a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box ul li a:hover {
                text-decoration: none; }
              #news-box #news-wrap-box #side-box ul li a.here {
                text-decoration: none;
                font-family: "FOT-筑紫A丸ゴシック Std M"; }
            #news-box #news-wrap-box #side-box ul li:last-child {
              border: none; }
        #news-box #news-wrap-box #side-box .widget {
          margin: 0 0 30px 0; }
          #news-box #news-wrap-box #side-box .widget h2.widget-title {
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            padding: 0 0 10px 0;
            border-bottom: 1px solid #491D14;
            text-align: left; }
        #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar {
          width: 100%; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar caption {
            text-align: center;
            font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 15px 0;
            color: #491D14;
            box-sizing: border-box; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar thead tr th {
            width: 14.28%;
            padding: 9px;
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            box-sizing: border-box; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar thead tr th:nth-child(6) {
            color: #6699ff; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar thead tr th:nth-child(7) {
            color: #cc3300; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar td {
            width: 14.28%;
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: center;
            padding: 9px;
            color: #491D14;
            box-sizing: border-box; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar td a {
            background: #491D14;
            color: #fff;
            display: block;
            padding: 9px;
            margin: -9px;
            text-decoration: none;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar td a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #news-box #news-wrap-box #side-box .calendar_wrap #wp-calendar tbody tr #today {
            background-color: #f5f5f5; }
        #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav {
          display: flex;
          justify-content: space-between;
          margin: 20px 0 0 0; }
          #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
            text-align: left;
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14; }
            #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:link, #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:visited, #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
                text-decoration: underline;
                color: #491D14; }
          #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
            text-align: left;
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14; }
            #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:link, #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:visited, #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
                text-decoration: underline;
                color: #491D14; }
        #news-box #news-wrap-box #side-box .calendar_wrap tfoot {
          display: none; }
        #news-box #news-wrap-box #side-box .screen-reader-text {
          display: none; }
        #news-box #news-wrap-box #side-box .widget_recent_entries ul {
          border: none;
          box-sizing: border-box;
          padding: 0; }
          #news-box #news-wrap-box #side-box .widget_recent_entries ul li {
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            border-bottom: 1px dotted #dcdcdc;
            position: relative; }
            #news-box #news-wrap-box #side-box .widget_recent_entries ul li a {
              padding: 10px 0 10px 18px;
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:link, #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:visited, #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:hover {
                text-decoration: underline;
                color: #491D14; }
                #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:hover:before {
                  color: #491D14; }
              #news-box #news-wrap-box #side-box .widget_recent_entries ul li a:before {
                content: 'chevron_right';
                position: absolute;
                left: 0;
                top: 15px;
                font-size: 1.7rem;
                color: #491D14; }
            #news-box #news-wrap-box #side-box .widget_recent_entries ul li:last-child {
              border: none; }
        #news-box #news-wrap-box #side-box .widget_archive #archives-dropdown-3 {
          width: 100%;
          height: 50px;
          background: none;
          border: none;
          padding: 5px;
          font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          box-sizing: border-box;
          cursor: pointer;
          color: #491D14;
          border-radius: none;
          -moz-border-radius: none;
          -webkit-border-radius: none;
          -ms-border-radius: none;
          -o-border-radius: none; }
        #news-box #news-wrap-box #side-box .widget_categories ul {
          border: none;
          box-sizing: border-box;
          padding: 0; }
          #news-box #news-wrap-box #side-box .widget_categories ul li {
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            border-bottom: 1px dotted #dcdcdc;
            position: relative; }
            #news-box #news-wrap-box #side-box .widget_categories ul li a {
              padding: 10px 0 10px 18px;
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #news-wrap-box #side-box .widget_categories ul li a:link, #news-box #news-wrap-box #side-box .widget_categories ul li a:visited, #news-box #news-wrap-box #side-box .widget_categories ul li a:active {
                text-decoration: none;
                color: #491D14; }
              #news-box #news-wrap-box #side-box .widget_categories ul li a:hover {
                text-decoration: underline;
                color: #491D14; }
                #news-box #news-wrap-box #side-box .widget_categories ul li a:hover:before {
                  color: #491D14; }
              #news-box #news-wrap-box #side-box .widget_categories ul li a:before {
                content: 'chevron_right';
                position: absolute;
                left: 0;
                top: 15px;
                font-size: 1.7rem;
                color: #491D14; }
            #news-box #news-wrap-box #side-box .widget_categories ul li:last-child {
              border: none; }
        #news-box #news-wrap-box #side-box input[type="submit"], #news-box #news-wrap-box #side-box input[type="reset"], #news-box #news-wrap-box #side-box input[type="button"], #news-box #news-wrap-box #side-box button {
          cursor: pointer; }

  /* ------------ goods-box ------------ */
  #goods-box {
    padding: 80px 20px; }
    #goods-box .box-01 {
      max-width: 1000px;
      margin: 0 auto;
      background: #B99C66;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 35px;
      box-sizing: border-box; }
      #goods-box .box-01 .inner-box {
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 50px;
        box-sizing: border-box;
        text-align: center; }
        #goods-box .box-01 .inner-box .wrap-box {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #491D14;
          padding: 0 0 45px 0;
          margin: 45px 0 0 0; }
          #goods-box .box-01 .inner-box .wrap-box figure {
            max-width: 430px;
            width: 50%; }
            #goods-box .box-01 .inner-box .wrap-box figure img {
              width: 100%;
              vertical-align: bottom; }
          #goods-box .box-01 .inner-box .wrap-box .text-box {
            flex: 1;
            margin: 0 0 0 30px;
            text-align: left; }
            #goods-box .box-01 .inner-box .wrap-box .text-box h3 {
              font: normal 2.6rem/1.3 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              border-bottom: 1px dotted #491D14;
              padding: 0 0 10px 0; }
            #goods-box .box-01 .inner-box .wrap-box .text-box p {
              font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #491D14;
              text-align: left;
              margin: 20px 0 0 0; }
              #goods-box .box-01 .inner-box .wrap-box .text-box p.company-box {
                font: normal 1.4rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                margin: 10px 0 0 0; }
          #goods-box .box-01 .inner-box .wrap-box:nth-of-type(1) {
            margin: 0; }

  /* ------------ link-box ------------ */
  #link-box {
    padding: 80px 20px; }
    #link-box .box-01 {
      max-width: 1000px;
      margin: 0 auto;
      background: #B99C66;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 35px;
      box-sizing: border-box; }
      #link-box .box-01 .inner-box {
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 50px;
        box-sizing: border-box; }
        #link-box .box-01 .inner-box h3 {
          background: #8E0000;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          font: normal 2.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 15px;
          text-align: center;
          margin: 50px 0 0 0; }
          #link-box .box-01 .inner-box h3:nth-of-type(1) {
            margin: 0; }
        #link-box .box-01 .inner-box p {
          font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14;
          text-align: left;
          margin: 20px 0 0 0; }
        #link-box .box-01 .inner-box ul {
          margin: 20px 0 0 30px; }
          #link-box .box-01 .inner-box ul li {
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            border-bottom: 1px dotted #491D14; }
            #link-box .box-01 .inner-box ul li a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              padding: 10px;
              display: block; }
              #link-box .box-01 .inner-box ul li a:link, #link-box .box-01 .inner-box ul li a:visited, #link-box .box-01 .inner-box ul li a:active {
                text-decoration: none;
                color: #491D14; }
              #link-box .box-01 .inner-box ul li a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }

  /* ------------ contact-box ------------ */
  #contact-box {
    padding: 80px 20px; }
    #contact-box .box-01 {
      max-width: 1000px;
      margin: 0 auto;
      padding: 60px;
      box-sizing: border-box;
      background: white;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 0 5px #ddd; }
      #contact-box .box-01 p {
        font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14; }
      #contact-box .box-01 h3 {
        background: #491D14;
        padding: 10px;
        font: normal 2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center;
        color: #fff;
        margin: 70px 0 0 0;
        border-bottom: 6px double #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        #contact-box .box-01 h3:first-of-type {
          margin: 30px 0 0 0; }
      #contact-box .box-01 dl {
        border-bottom: 1px solid #ddd;
        font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #contact-box .box-01 dl dt {
          width: 25%;
          display: flex;
          align-items: center;
          padding: 30px 15px;
          box-sizing: border-box;
          font-weight: 700;
          text-align: left; }
          #contact-box .box-01 dl dt .iconrequire {
            font: normal 1.4rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background-color: #FD4C4B;
            color: #fff;
            margin: 0 10px 0 0;
            padding: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px; }
        #contact-box .box-01 dl dd {
          width: 75%;
          display: flex;
          padding: 30px 15px;
          box-sizing: border-box;
          align-items: center;
          text-align: left; }
          #contact-box .box-01 dl dd select {
            width: 50%;
            height: 50px;
            font: normal 1.7rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border: none;
            box-sizing: border-box;
            color: #491D14;
            background-color: #f5f5f5;
            border: 1px solid #ddd; }
          #contact-box .box-01 dl dd textarea {
            width: 100%;
            height: 300px;
            border: 1px solid #ddd;
            padding: 10px;
            resize: none;
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box; }
            #contact-box .box-01 dl dd textarea::-webkit-input-placeholder {
              color: #666; }
            #contact-box .box-01 dl dd textarea::placeholder {
              color: #999; }
            #contact-box .box-01 dl dd textarea:-ms-input-placeholder {
              color: #999; }
          #contact-box .box-01 dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #ddd;
            font: normal 1.7rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            box-sizing: border-box;
            padding: 10px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin: 0 10px 0 0; }
            #contact-box .box-01 dl dd input[type="text"].w30 {
              width: 50%; }
            #contact-box .box-01 dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact-box .box-01 dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact-box .box-01 dl dd input[type="text"]:-ms-input-placeholder {
              color: #999; }
          #contact-box .box-01 dl dd input:focus {
            outline: none; }
      #contact-box .box-01 .submit-box {
        text-align: center;
        margin: 30px 0 0 0; }
        #contact-box .box-01 .submit-box p {
          font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14; }
          #contact-box .box-01 .submit-box p a:link, #contact-box .box-01 .submit-box p a:visited, #contact-box .box-01 .submit-box p a:active {
            text-decoration: underline;
            color: #491D14; }
          #contact-box .box-01 .submit-box p a:hover {
            text-decoration: none; }
        #contact-box .box-01 .submit-box .submit-button {
          width: 350px;
          padding: 20px 0;
          margin: 30px auto 0;
          font: normal 1.8rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #8E0000;
          border: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          -webkit-appearance: button;
          appearance: button;
          display: block; }
          #contact-box .box-01 .submit-box .submit-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #contact-box .box-01 .submit-box .back-button {
          width: 350px;
          padding: 20px 0;
          margin: 50px auto 0;
          font: normal 1.8rem/1 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #666;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          -webkit-appearance: button;
          appearance: button;
          display: block; }
          #contact-box .box-01 .submit-box .back-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #contact-box .box-01 .submit-box .agree-box {
          display: block;
          text-align: center;
          cursor: pointer;
          margin: 30px 0 0 0; }
          #contact-box .box-01 .submit-box .agree-box span {
            font: normal 1.8rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #491D14;
            vertical-align: middle; }
          #contact-box .box-01 .submit-box .agree-box input.mark {
            width: 20px;
            height: 20px;
            border: 1px solid #ddd; }

  /* ------------ privacy-box ------------ */
  #privacy-box {
    padding: 80px 20px; }
    #privacy-box .box-01 {
      max-width: 800px;
      margin: 0 auto; }
      #privacy-box .box-01 p {
        font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 10px 0 0 0;
        color: #491D14; }
        #privacy-box .box-01 p:first-of-type {
          margin: 0; }
      #privacy-box .box-01 h3 {
        font: normal 2rem/1.5 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #491D14;
        margin: 50px 0 0 0;
        border-bottom: 1px solid #491D14;
        padding: 0 0 5px 0; }
      #privacy-box .box-01 ul {
        margin: 20px 0 0 30px; }
        #privacy-box .box-01 ul li {
          list-style: none;
          font: normal 1.7rem/2 "FOT-筑紫A丸ゴシック Std B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #491D14; }
          #privacy-box .box-01 ul li a {
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
            #privacy-box .box-01 ul li a:link, #privacy-box .box-01 ul li a:visited, #privacy-box .box-01 ul li a:active {
              text-decoration: underline;
              color: #491D14; }
            #privacy-box .box-01 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); } }
/* ------------ //PC ------------ */

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