/*

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
html[lang="ja"] body {
    font-family: 'Noto Sans JP', sans-serif;

    font-weight: 400;

    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.12em !important;
    color: #444;
}

.site-title,
.site-title a {

    color: #444;
    font-weight: 400;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #444;
}

.logoWrap {
    display: flex;
    font-family: 'Noto Serif JP', serif;

    top: 20px;

    left: 20px;
    font-size: 90%;

    position: absolute !important;
}

.logo {
    padding-right: 10px;

}

.logo img {
    width: 100%;
    max-width: 177px;
}

.headerContent {
    width: 100%;
    height: 100%;

}

.site-content-contain {
    padding-top: 40px;
}

.fv {
    font-family: 'Noto Serif JP', serif;
    display: flex;
    color: #000;
    font-size: 300%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-weight: 800;
}

.fv div {
    font-feature-settings: "palt";

}

html[lang="ja"] .site-content a {
    color: rgb(0, 100, 255);
    font-weight: 400;
    text-decoration: underline;
}

.site-branding {}

table {
    margin: 0;
}

.navigation-top {
    border-color: #000;
}

.site-content-contain,
.navigation-top,
.site-content {
    background: ;
    color: #444;
}


.mb5 {
    margin-bottom: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

body {
    border-top: 7px solid #222;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
    font-weight: 500;
}

html[lang="ja"] h2 {
    font-size: 260%;
    margin-bottom: 0.5em;
    padding-top: 2.0em;
}

html[lang="ja"] h2:first-of-type {
    padding: 0;
}

ul,
ol {
    margin: 0;
}

html[lang="ja"] h3 {
    position: relative;
    font-size: 160%;

    padding: 0;
    margin-bottom: 0.3em;
    padding-top: 1.0em;
}

html[lang="ja"] h3:first-of-type {

    padding-top: 0;
}

p {
    margin: 0;
}

label {
    color: #444;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 110%;
}

label:last-of-type {

    margin-bottom: 0px;
}

html[lang="ja"] input,
html[lang="ja"] select {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;

    padding: 0.7em 1.2em;

    height: auto;
}

html[lang="ja"] input:focus {
    background: #C7F3EC;
    border: 1px solid #e3e3e3;

}

.disableInput {

    margin-bottom: 0.6em;
    font-size: 90%;


}

html[lang="ja"] input[type="submit"] {
    padding: 14px 20px;
    margin-top: 10px;
    background: linear-gradient(#666, #000);
    border: none;
}

html[lang="ja"] input[type="submit"]:hover {
    background: linear-gradient(#000, #666);
}

.iftWrap {
    display: flex;
}

.iftWrap span {
    margin-right: 5px;
    color: #209b91;
    background: -webkit-linear-gradient(0deg, #00c3e6, #00ffd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html[lang="ja"] .disableInput input {
    display: inline;
    width: 16em;
    background: #fffce8;
    border: 1px solid #ccc;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
}

.site-header {
    background: none;
}

.headerContent {

    position: relative;
    z-index: 5;
}

#header {
    position: relative;
    /*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;
    /*高さを全画面にあわせる*/
}

#header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    background-image: url(img/bg.png);
    background-repeat: repeat;
    z-index: 0;
}

#video-area {
    position: fixed;
    z-index: -1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 189.618392984vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 52.7375vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    vertical-align: top;
}

.mb10 {
    margin-bottom: 15px;
}

.disableInput {
    padding-top: 10px;
}

.disableInput div {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3px;
}

.disableInput span {
    font-size: 272%;
    margin: 0;
    cursor: pointer;
    margin-left: 3px;
    padding-top: 3px;
}

.txt.message {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
    font-size: 140%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.katagaki {
    padding-right: 1em;
    line-height: 1.2;
    text-align: right;
}

.taisei {
    text-align: right;

    margin-bottom: 20px;
}

.messageRight {
    font-size: 77%;
}

.syomei {
    padding-top: 40px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.syomei img {
    width: 100%;
    max-width: 177px;
    vertical-align: bottom;
}

.syomeiRight {
    display: flex;
}

/*
   html[lang="ja"] h3::before {
   
       content: "";
       position: absolute;
       width: 7px;
       height: 7px;
       background: #000;
       left: -10px;
       top: 50%;
       transform: translate(-50%, -50%)  rotate(45deg);
   }
   */

li {
    list-style: none;
}

.vasuper {
    vertical-align: super;
    font-size: 80%;
}


li.notice {
    list-style: none;
    margin-bottom: 5px;
}

li.notice:last-of-type {
    margin-bottom: 0;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 180%;
    border-bottom: 1px solid #8d8d8d;
    margin-bottom: 2.0em;
    padding-bottom: 0.2em;
}

.page.page-one-column .entry-header,
.twentyseventeen-front-page.page-one-column .entry-header,
.archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 0;
}

body:not(.twentyseventeen-front-page) .entry-header {
    padding: 0;
}


.current-menu-item {
    background: #000000;
    border-radius: 50px;
}

.main-navigation a {
    padding: 0.2em 1.8em;
}

.navigation-top .current-menu-item>a,
.navigation-top .current_page_item>a {}



tr {
    border-bottom: 0;
}

.txt td {
    padding: 0;
}

.txt td:first-of-type {
    width: 1.4em;
}

.txt {
    font-size: 120%;
    margin-bottom: 20px;
}

th,
td {
    vertical-align: top;
}

.hScroll th,
.hScroll td {
    padding: 20px 10px;
    text-align: center;
}

.hScroll th {
    font-weight: 400;
    background: #dddddd;
    font-family: 'Noto Sans JP', sans-serif;
}

.hScroll tr:hover {
    background: #c7f3ee !important;

}

.hScroll tr:nth-of-type(2n+1) {
    background: #e9e9e9;
}

.hScroll tr:nth-of-type(2n) {
    background: #f7f7f7;
}

.hScroll tr {
    border-bottom: 3px solid #ffffff;
}

.hScroll tr:last-of-type {
    border: none;
}

.notice {
    font-size: 90%;

}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    max-width: 1000px;
}

.copy,
.footer {
    text-align: center;
    color: #fff;

}

.site-footer {
    background: #000;
    color: #eee;
    border-top: 1px solid #343434;
}

.contentWrap {
    border-color: rgba(0, 0, 0, 0.8);

    padding-left: 15px;
    border-left-style: solid;
    border-left-width: 2px;

    border-image: linear-gradient(to bottom, #00c3e6 0%, #00ffd5 100%);
    border-image-slice: 1;

    border-radius: 30px;

}

.contentWrap .contentWrap {
    border-color: rgba(0, 0, 0, 0.5);

}

.hScroll table {
    width: 100%;
    min-width: 650px;
}

.tableWidth1 table {
    min-width: 400px;
}

.hScroll {
    width: 100%;
    position: relative;

}



.senkoFlow {
    display: flex;
}

.ouboShikaku ul {
    display: flex;
    flex-wrap: wrap;
}

.ouboShikaku li {
    background: #eee;
    padding: 0.2em 0.8em;
    border-radius: 50px;
    margin-right: 0.4em;

}

.swipeAnim {
    display: none;
}

.site-content {
    padding-bottom: 6em;
}

.iftWrap .hissu {
    color: red;
    background: #fff;
    -webkit-text-fill-color: #f00;
    padding-left: 3px;
}

.footerLink {
    font-size: 90%;
    text-align: center;
    padding: 10px 0;
}

.featureWrap {
    display: flex;
    width: 100%;
}

.featureBox {
    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;

    width: calc(33.33% - 20px);

    border-radius: 300px;
    margin: 0 10px;

    padding: 20px 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 160%;



    font-feature-settings: "palt";
    list-style-type: disc !important;

    font-weight: 800;

    color: #000;
    border: 7px solid #f3f3f3;

    /*
    text-shadow: 2px 2px 1px rgb(0 195 229);
    background: -webkit-linear-gradient(0deg, rgba(0, 195, 230, 0.5), rgba(0, 255, 213, 0.5));
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.03));

    background: linear-gradient(to bottom, #00c3e6 0%, #00ffd5 100%);
*/
}

.featureBox span {}

.someentry {
    border: 7px double #ffdbdb;
    margin-bottom: 40px;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.entry-title {
    display: none;
}

.contentWrap h3 span {
    color: red;
    font-size: 60%;
}

.lineIc {
border-radius: 50%;
}
.lineName {
    font-size: 800;
margin-bottom: 5px;
font-weight: 700;
}
.linePro {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;

    text-align: justify;
text-justify: inter-ideograph;
}


/* 基本装飾 */
.lineHeader {
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 3px;

    text-align: right;

    width: 200px;
  }
  .lineHeader a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }
  .lineHeader li {
    margin: 2rem 0;
  }
  
  /* ボタン */
  .btn-menu {

    background: #32b900;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 100%;
    cursor: pointer;
    line-height: 1;
  }
  button.btn-menu:hover {
       background: #32b900;
  }
  
  /* メニュー */
  .lineBox {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 1.9rem;
    right: 0;
 

    overflow-x: hidden;
    text-align: center;
    width: 0;
    transition: .5s;
  }
  /* メニューを開いた時 */
  .lineBox.open-menu {
    width: 100%;
  }
.lineWrap {
    padding: 20px;

}



@media screen and (max-width: 768px) {
    .featureBox {
        writing-mode: vertical-rl;
        text-align: left;
        font-size: 125%;
        height: 300px;
        padding: 0;
    }

    .fv {
        padding-top: 3em;
        font-size: 5.5vw;
        writing-mode: vertical-rl;
        width: 100%;

    }

    .txt.message {
        font-size: 120%;
    }

    .logoWrap {
        display: flex;
        font-family: 'Noto Serif JP', serif;

        font-size: 70%;
        line-height: 1.3;

        align-items: center;
    }

    .logo img {

        max-width: 150px;
    }

    .wrap {
        padding: 0 10px;
    }

    .ouboShikaku li {

        margin: 0.2em;

    }

    .hScroll {
        width: 100%;
        overflow-x: auto;

    }

    .hScrollWrap {
        position: relative;
        overflow: hidden;
    }

    .hScrollWrap:before {
        z-index: 3;
        position: absolute;
        content: "";
        width: 10%;
        height: 150%;
        margin-top: -50px;
        box-shadow: inset 10px 10px 10px rgb(0 0 0 / 25%);
        padding: 10px;
    }

    .hScroll::before {
        content: "";
        width: 400px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;

    }

    .senkoFlow {
        flex-direction: column;
    }

    .senkoFlow span {
        width: 1em;
        transform: rotate(90deg);
    }

    .contentWrap {
        border-width: 5px;
        padding-left: 10px;
    }

    .swipeAnim {
        display: inline;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 120%;
        width: 1em;
        animation: r3 1s linear infinite alternate;
        z-index: 2;
    }

    @keyframes r3 {
        0% {
            transform: rotate(-25deg);
        }

        100% {
            transform: rotate(25deg);
        }
    }



}