body {
    position: relative;
    width: 100%;
    min-width: 1250px;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.submenuOn {
    min-width: 1463px;
}

@media only screen and (max-width: 768px) {
    body {
        position: relative;
        min-width: 100%;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        background: #ffffff;
        font-size: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

a:link {
    background-color: transparent;
    color: #5f5045;
    text-decoration: none;
}

a:visited {
    background-color: transparent;
    color: #5f5045;
    text-decoration: none;
}

a:active {
    background-color: transparent;
    color: #5f5045;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #5f5045;
    text-decoration: none;
}

.alpha a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
    height: auto;
}

/*__________________________________________________

  wrap
  __________________________________________________*/
.wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.wrap.fixed {
    position: fixed;
}

/*__________________________________________________

  header
  __________________________________________________*/
header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    filter: drop-shadow(2px 0px 3px rgb(0, 0, 0, 0.15));
}

@media only screen and (max-width: 768px) {
    header {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: #ffffff;
    }
}

/*__________________________________________________

  menuBox
  __________________________________________________*/
.menuBox {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 940px;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

h1.logo {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
    z-index: 3;
    background-color: #ffffff;
    position: relative;
}

ul.menu-list {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    background-color: #ffffff;
    position: relative;
}

ul.menu-list li {
    display: inline-block;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    list-style-type: none;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #3a2c20;
    letter-spacing: 1px;
}

ul.menu-list li span {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #5f5045;
    letter-spacing: 0.6px;
}

ul.menu-list li a {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
    padding: 6.7px 0 6.7px 25%;
}

ul.menu-list li a:hover {
    width: 70%;
    margin: 0 auto;
    /* padding: 6.7px 0 6.7px 25%; */
    padding: 6.7px 0 6.7px 30%;
    background: #e2d086;
    /* text-indent: 1.8rem; */
    /* text-indent: 1rem; */
}

ul.menu-list li a.on {
    width: 75%;
    margin: 0 auto;
    padding: 6.7px 0 6.7px 25%;
    background: #e2d086;
    /* text-indent: 1.8rem; */
    text-indent: 1rem;
}

ul.menu-list li.on {
    width: 70%;
    margin: 0 auto;
    /* padding: 6.7px 0 6.7px 25%; */
    padding: 6.7px 0 6.7px 30%;
    background: #e2d086;
    /* text-indent: 1.8rem; */
    /* text-indent: 1rem; */
}


/* test */
ul.menu-list li.gray {
    display: inline-block;
    width: 75%;
    margin: 0 auto;
    padding: 6.7px 0 6.7px 25%;
    color: #80808082;
}

/* testここまで */

.subMenuBox {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 170px;
    min-height: 940px;
    height: 100vh;
    background: url("../../assets/images/common/navi_sub.gif") no-repeat;
    /*filter: drop-shadow(-2px 2px 3px rgba(0,0,0,0.15));*/
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15) inset;
    transition: all 0.3s ease-out;
}

.subMenuBox.on {
    right: -170px;
}

ul.menu-sub-list {
    width: 170px;
    margin: 220px 0 0 30px;
    padding: 0;
}

ul.menu-sub-list li {
    margin-bottom: 2rem;
    list-style-type: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #3a2c20;
    letter-spacing: 1px;
}

ul.menu-sub-list li a:hover {
    font-weight: bold;
}

.subMenuBox .close-btn {
    position: relative;
    top: 50px;
    left: 130px;
    width: 11px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/*__________________________________________________

  main
  __________________________________________________*/
main {
    width: 80%;
    margin: 0;
    padding: 0;
    background: #fcfbf4;
    transition: all 0.3s ease-out;
}

main.sub {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    background: #fcfbf4;
}

main.detail {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}

body.submenuOn main {
    width: calc(80% - 170px);
    margin-left: 170px;
    transition: all 0.3s ease-out;
    min-width: 1000px;
}

@media only screen and (max-width: 768px) {
    main {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #fcfbf4;
    }

    main.sub {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #ffffff;
    }

    main.detail {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #ffffff;
    }
}

/*__________________________________________________

  contents
  __________________________________________________*/
.contentsBox {
    position: relative;
    z-index: 2;
    top: 0;
    width: 100%;
    min-height: 900px;
    margin: 0 auto;
    padding: 0;
    background: url("../../assets/images/common/worldmap.png") no-repeat;
    background-position: top;
    background-size: 100%;
}

@media only screen and (max-width: 768px) {
    .contentsBox {
        position: relative;
        z-index: 2;
        top: 0;
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        padding: 0;
        background: url("../../assets/images/common/worldmap_sp.png") no-repeat;
        background-position: center top;
        background-size: contain;
    }
}

/*__________________________________________________

  return
  __________________________________________________*/
#return {
    position: fixed;
    z-index: 3;
    width: 80px;
    height: 80px;
    bottom: 50px;
    left: 0;
    cursor: pointer;
}

#return span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    #return {
        display: none !important;
    }

    #return span {
        display: none !important;
    }
}

/*__________________________________________________

  footerBox
  __________________________________________________*/
.footerBox {
    position: relative;
    z-index: 3;
    bottom: 0;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.footerBox .footer-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.footerBox .footer-box .banner-box01 {
    width: 100%;
    /* height: 145px; */
    margin: 0 auto;
    padding: 16px 0;
    background: #cdc09c;
    text-align: center;
}

.footerBox .footer-box .banner-box02 {
    max-width: 780px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0;
    text-align: center;
}

.footerBox .footer-box .banner-box02 .unit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.footerBox .footer-box .banner-box02 .unit .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22.5%;
    height: 70px;
    margin: 0 0 19px 0;
    padding: 0;
    border: 1px solid #a9d8e1;
}

.footerBox .footer-box .copy-box {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
}

.footerBox .footer-box .copy-box p.txt {
    font-size: 11px;
    color: #434343;
    letter-spacing: 1px;
    vertical-align: middle;
}

span.copyright {
    position: relative;
    top: 2px;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media only screen and (max-width: 768px) {
    .footerBox {
        position: relative;
        z-index: 3;
        bottom: 0;
        clear: both;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .footerBox .footer-box {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .footerBox .footer-box .banner-box01 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 16px 0;
        background: #c5b68c;
        text-align: center;
    }

    .footerBox .footer-box .banner-box02 {
        max-width: 100%;
        width: 90%;
        margin: 30px auto 0 auto;
        padding: 0;
        text-align: center;
    }

    .footerBox .footer-box .banner-box02 .unit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .footerBox .footer-box .banner-box02 .unit .banner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 21%;
        height: auto;
        margin: 0 0 19px 0;
        padding: 1% 1% 0 1%;
        border: 1px solid #a9d8e1;
    }

    .footerBox .footer-box .copy-box {
        width: 100%;
        margin: 0 auto 30px auto;
        padding: 0;
        text-align: center;
    }

    .footerBox .footer-box .copy-box p.txt {
        font-size: 11px;
        color: #434343;
        letter-spacing: 1px;
    }
}

/*__________________________________________________

  board
  __________________________________________________*/
.boardBox {
    width: 100%;
    height: 31px;
    margin: 0 auto;
    padding: 0;
    background: #000000;
    overflow: hidden;
}

.ledText {
    position: relative;
    top: -25px;
    height: 31px;
    padding: 3px 0 0 0;
    color: #eee4ba;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    background: #333333;
}

/* CSS3グラデーションでドット感を出す */
.ledText:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(#0a0600 1px, transparent 0px), linear-gradient(0, #0a0600 1px, transparent 1px);
    background-image: -webkit-linear-gradient(#0a0600 1px, transparent 0px), -webkit-linear-gradient(0, #0a0600 1px, transparent 1px);
    background-size: 2px 2px;
    z-index: 10;
}

/* CSS3アニメーションでスクロール */
.ledText span {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    -webkit-animation-name: marquee;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
    -moz-animation-name: marquee;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 15s;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 15s;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate(0%);
    }

    99%,
    to {
        -webkit-transform: translate(-100%);
    }
}

@-moz-keyframes marquee {
    from {
        -moz-transform: translate(0%);
    }

    99%,
    to {
        -moz-transform: translate(-100%);
    }
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }

    99%,
    to {
        transform: translate(-100%);
    }
}

/*__________________________________________________

  spmenu
  __________________________________________________*/
.menu-btn {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    left: 10px;
    display: flex;
    height: 32px;
    width: 53px;
    padding: 20px 0 0 0;
    justify-content: center;
    z-index: 90;
    background: #ffffff;
    border: 2px solid #d19300;
    border-radius: 53px 53px 52px 52px;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    filter: drop-shadow(3px 2px 2px rgb(0, 0, 0, 0.25));
}

.menu-btn span.btn-open,
.menu-btn span.btn-open:before,
.menu-btn span.btn-open:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background: #5f5045;
    position: absolute;
}

.menu-btn span.btn-open:before {
    bottom: 8px;
}

.menu-btn span.btn-open:after {
    top: 8px;
}

.menu-btn-close {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    left: 10px;
    display: flex;
    height: 34px;
    width: 56px;
    padding: 20px 0 0 0;
    justify-content: center;
    z-index: 90;
    background: #ffffff;
    border-radius: 56px 56px 55px 55px;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    filter: drop-shadow(3px 2px 2px rgb(0, 0, 0, 0.25));
}

span.btn-close::before,
span.btn-close::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 2px;
    /* 棒の幅（太さ） */
    height: 26px;
    /* 棒の高さ */
    background: #5f5045;
    border-radius: 2.5px;
    /* 棒の四隅の丸み*/
}

span.btn-close::before {
    transform: translate(-50%, -50%) rotate(48deg);
}

span.btn-close::after {
    transform: translate(-50%, -50%) rotate(-48deg);
}

.menu-btn .txt {
    position: relative;
    top: 15px;
}

.menu-btn-close .txt {
    position: relative;
    top: 15px;
    left: 0;
    color: #5f5045;
}

/*__________________________________________________

  spmenu-open
  __________________________________________________*/
@media (max-width: 768px) {

    /* OVERLAY */
    .overlay {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        padding: 0;
        background: #fcfbf4;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .spmenu {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: url("../../assets/images/common/worldmap.png") no-repeat;
        background-position: top;
        background-size: 150%;
    }

    .spmenu .unit {
        display: flex;
        justify-content: space-between;
        width: 100%;
        min-height: 667px;
        height: 100vh;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        position: relative;
    }

    .spmenu .unit .list {
        width: 50%;
        margin: 0 auto 0 auto;
        /* padding: 110px 0 0 5%; */
        /* padding: 90px 0 0 5%; */
        padding: 20px 0 0 5%;
    }

    .spmenu .unit .list ul.nav {
        /*width: 240px;*/
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .spmenu .unit .list-sub {
        width: 45%;
        margin: 0 auto;
        padding: 0 0 0 5%;
        background: url("../../assets/images/common/navi_sub.gif") no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        height: 100%;
    }

    .spmenu .unit .list-sub.right {
        left: 100%;
        transition: all 0.3s ease-out;
    }

    .spmenu .unit .list-sub.right.on {
        left: 50%;
        transition: all 0.3s ease-out;
    }

    .spmenu .unit .list-sub.left {
        left: -50%;
        transition: all 0.3s ease-out;
    }

    .spmenu .unit .list-sub.left.on {
        left: 0;
        transition: all 0.3s ease-out;
    }

    .spmenu .unit .list-sub ul.nav {
        /*width: 240px;*/
        width: 100%;
        margin: 170px auto 0 auto;
        padding: 0;
        text-align: center;
    }

    ul.nav li.top {
        display: inline-block;
        /*width: 200px;*/
        width: 100%;
        margin: 0 auto 21px auto;
        padding: 5px 0 5px 0;
        list-style-type: none;
        font-family: urw-din, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        color: #3a2c20;
        letter-spacing: 1px;
        text-align: left;
    }

    ul.nav li.top span {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        font-size: 10px;
        color: #9f9690;
        letter-spacing: 1px;
        text-align: left;
    }

    ul.nav li.top a {
        display: inline-block;
        /*width: 180px;*/
        width: 75%;
        margin: 0 auto;
        /*padding: 5px 0 5px 60px;*/
        padding: 5px 0 5px 0;
    }

    ul.nav li.top a:hover {
        /*width: 180px;*/
        width: 75%;
        margin: 0 auto;
        /*padding: 5px 0 5px 60px;*/
        padding: 5px 0 5px 0;
    }

    ul.nav li {
        display: inline-block;
        /*width: 200px;*/
        width: 100%;
        margin: 0 auto 5px auto;
        padding: 5px 0 5px 0;
        list-style-type: none;
        font-family: urw-din, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        color: #9f9690;
        letter-spacing: 1px;
        text-align: left;
    }

    /* test */
    ul.nav li.gray {
        display: inline-block;
        /*width: 200px;*/
        width: 100%;
        margin: 0 auto 5px auto;
        padding: 10px 0 10px 0;
        list-style-type: none;
        font-family: urw-din, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        color: gray;
        letter-spacing: 1px;
        text-align: left;
    }

    .list-sub ul.nav li.gray a {
        color: gray;
    }

    /* testここまで */

    ul.nav li span {
        display: inline-block;
        /* margin: 0; */
        margin: 5px 0 0 0;
        padding: 0;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        font-size: 10px;
        color: #5f5045;
        letter-spacing: 1px;
        text-align: left;
    }

    ul.nav li a {
        display: inline-block;
        /*width: 180px;*/
        width: 75%;
        margin: 0 auto;
        /*padding: 5px 0 5px 60px;*/
        padding: 5px 0 5px 0;
    }

    ul.nav li a:hover {
        /*width: 180px;*/
        width: 75%;
        margin: 0 auto;
        /*padding: 5px 0 5px 60px;*/
        padding: 5px 0 5px 0;
    }

    ul.nav li span.icon {
        display: block;
        margin: -30px 0 17px 130px;
        font-size: 15px;
    }

    .spmenu .twitter {
        width: 18px;
    }

    .spmenu .sub-close-l {
        display: flex;
        align-items: center;
        width: 130px;
        height: 20px;
        margin: 98px 0 0 0;
        padding: 0 0 0 10px;
        background: #ffffff;
        border: 1px solid #928036;
        border-radius: 10px;
        font-weight: 500;
        font-size: 10px;
        color: #5f5045;
        text-indent: 70px;
    }

    .spmenu .sub-close-r {
        display: flex;
        align-items: center;
        width: 130px;
        height: 20px;
        margin: 98px 0 0 0;
        padding: 0 0 0 10px;
        background: #ffffff;
        border: 1px solid #928036;
        border-radius: 10px;
        font-weight: 500;
        font-size: 10px;
        color: #5f5045;
    }

}

/*__________________________________________________

  common
  __________________________________________________*/
@media (max-width: 768px) {
    .pconly {
        display: none;
    }
}

@media (min-width: 769px) {
    .sponly {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .br-sp {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .br-pc {
        display: none;
    }
}

.bold {
    font-weight: bold;
}

.alignL {
    text-align: left;
}

.alignR {
    text-align: right;
}

.alignC {
    text-align: center;
}

.valignT {
    vertical-align: top;
}

.valignB {
    vertical-align: bottom;
}

.valignM {
    vertical-align: middle;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear {
    clear: both;
}

/*__________________________________________________

  js
  __________________________________________________*/
@media (max-width: 768px) {
    .scroll-nav .next-btn {
        display: block;
        position: absolute;
        top: -7px;
        right: -5px;
        width: 40px;
        height: 40px;
        line-height: 37px;
        /*background-color: #ffffff;*/
        color: #808080;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }

    .scroll-nav .prev-btn {
        display: block;
        position: absolute;
        top: -7px;
        left: -5px;
        width: 40px;
        height: 40px;
        line-height: 37px;
        /*background-color: #ffffff;*/
        color: #808080;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }
}


/* logoBox */
.title-box .logo-Box {
    width: 60%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .title-box .logo-Box {
        width: 85%;
    }
}