body {
    font-family: YuMincho,
        /* Mac用 */
        'Yu Mincho',
        /* Windows用 */
        serif;
    ;
}

img {
    width: 100%;
}

ul {
    list-style: none;
}

.pc {
    display: none;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.headerWrap {
    max-width: 1000px;
}

.headerWrap h1 {
    color: #6e6e6e;
    font-size: 12px;
    padding: 23px 0 19px 0;
}

.menuList a {
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.clerFix::after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}

.txt-vertical {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
}

.titleImg {
    width: 30%;
    margin: auto;
}

.linkBox {
    margin: 0 auto;
    width: 400px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.linkBox .links {
    display: block;
    border-radius: 5px;
    padding: 0 17px;
    background: #CDBBA7;
    text-decoration: none;
    letter-spacing: .1em;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .innerBase {
        width: 1000px;
    }

    .sp {
        display: none;
    }

    .wrap .logo {
        width: 10%;
        margin: auto;
    }

    nav.pc {
        box-shadow: 0px 0px 15px -5px #777777;
        border-radius: 10px;
        padding: 15px 0;
        margin-top: 2%;
    }

    .menuList {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 15px auto;
    }

    .sp-btn-area {
        display: none;
    }
}

/* スマホ */
@media screen and (max-width: 767px) {

    .wrap .logo {
        width: 30%;
        margin: auto;
    }

    header .sp-menu .menuList {
        position: fixed;
        top: 40px;
        right: 0;
        z-index: 10;
        width: 100%;
        opacity: 0;
        background-color: #CDBBA7;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        padding: 0 2em;
    }

    header .sp-menu .menuList.active {
        right: 0;
        opacity: 1;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        overflow: scroll;
    }

    header .sp-menu .menuList li {
        border-top: solid 1px #FFF;
        border-bottom: solid 1px #FFF;
    }

    header .sp-menu .menuList li:first-child {
        border-top: solid 2px #FFF;
    }

    header .sp-menu .menuList li:last-child {
        border-bottom: none;
    }

    header .sp-menu .menuList li a {
        display: block;
        padding: 0.6em 0;
        text-align: center;
        color: #FFF;
        font-size: 1.2em;
        font-weight: 700;
        font-style: normal;
    }

    header .sp-menu .menuList li a:hover {
        color: #666;
    }

    header .sp-menu .menu,
    header .sp-menu .menu span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        box-sizing: border-box;
        border-color: transparent;
        background: transparent;
    }

    header .sp-menu .menu {
        position: fixed;
        top: 63px;
        right: 35px;
        width: 30px;
        height: 24px;
        z-index: 10;
        cursor: pointer;
    }

    header .sp-menu .menu span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #CDBBA7;
        z-index: 10;
    }

    header .sp-menu .menu span:nth-of-type(1) {
        top: 0px;
    }

    header .sp-menu .menu span:nth-of-type(2) {
        top: 10px;
    }

    header .sp-menu .menu span:nth-of-type(3) {
        top: 20px;
    }

    header .sp-menu .menu.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
        background-color: #FFF;
    }

    header .sp-menu .menu.active span:nth-of-type(2) {
        opacity: 0;
    }

    header .sp-menu .menu.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        background-color: #FFF;
    }

    .sp-btn-area {
        display: block;
        width: 16%;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 30;
        transition: 0.1s ease;
    }
}
/*
     FILE ARCHIVED ON 01:29:28 Aug 16, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:26:45 Jun 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.359
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.032
  esindex: 0.006
  cdx.remote: 34.733
  LoadShardBlock: 203.931 (3)
  PetaboxLoader3.datanode: 181.99 (5)
  PetaboxLoader3.resolve: 355.851 (2)
  load_resource: 358.796
  loaddict: 25.896
*/