@charset "UTF-8";

/* ========================================================
contents.css => 下層ページ用css
======================================================== */
/* pagetitle
======================================================== */
#contents {
    margin: 75px auto;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
}

/* トップページ
======================================================== */
#toppage #contents {
    margin: 0 auto;
}

#toppage .intro {
    background-attachment: fixed;
    width: 100%;
    padding: 300px 0;
    background-position: center 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

#toppage .bg_1 {
    background-image: url(../image/machine.jpg);
}

#toppage .topworks,
#toppage .information {
    padding: 90px 0;
    text-align: center;
}

#toppage .intro,
#toppage .information {
    overflow: hidden;
}

#toppage .intro h1 {
    display: flex;
    flex-flow: column;
    width: 590px;
    margin: 0 auto;
    align-items: flex-start;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    filter: blur(5px);
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    transition-delay: 1.5s;
    mix-blend-mode: screen;
}

#toppage .intro p {
    font-size: 2.8rem;
    padding: 0 7.5px;
    background-color: #fff;
}

#toppage .topworks h2 {
    font-size: 150%;
    margin-bottom: 60px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 400;
}

#toppage .information h2 {
    font-size: 150%;
    margin-bottom: 60px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 400;
}

#workspage h2 {
    font-size: 150%;
    margin-bottom: 60px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 400;
}

#toppage .information h2 {
    margin-bottom: 30px;
}

#toppage .information a:hover {
    color: #a7b6bb;
}

#toppage .information dl {
    width: 520px;
    margin: 0 auto 15px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

#toppage .information dt {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#toppage .information dd {
    width: 75%;
}

#toppage .information dt,
#toppage .information dd {
    padding: 10px 0 10px 7.5px;
    border-bottom: 1px solid #292b2c;
}

#toppage div.more a {
    margin: 45px auto 0;
    padding: 10px 30px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 110%;
}

#toppage div.more a::after,
#toppage div.more a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #292b2c;
    transition: all 0.5s ease-out;
}

#toppage div.more a::after {
    transform: translate(3px, 3px);
}

#toppage div.more a::before {
    transform: translate(-3px, -3px);
}

#toppage div.more a:hover::after,
#toppage div.more a:hover::before {
    border-color: #a7b6bb;
}

#toppage div.more a:hover::after {
    transform: translate(-1px, -1px);
}

#toppage div.more a:hover::before {
    transform: translate(1px, 1px);
}

#toppage .space {
    width: 100%;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 500px;
}

#toppage .bg_2 {
    background-image: url(../image/hasami.jpg);
}

.ipod #toppage .intro,
.ipod #toppage .space,
.ipad #toppage .intro,
.ipad #toppage .space,
.iphone #toppage .intro,
.iphone #toppage .space {
    background-attachment: scroll;
    background-position-y: 0 !important;
}


/* 衣装制作実績
======================================================== */
#workspage .pickup {
    margin: 45px 0 15px;
}

#workspage .pickup p.title {
    font-size: 125%;
    margin-bottom: 30px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: bold;
}

#workspage .pickup p.ichiran {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 60px;
    text-align: center;
}

#workspage .pickup p.ichiran a {
    padding: 0 22.5px 0;
}

#workspage .pickup .nen {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

#toppage .pickuplist,
#workspage .pickuplist {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#workspage .past {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

#toppage .pickuplist dl,
#workspage .pickuplist dl {
    width: 33.333%;
    margin: 0 0 30px;
}

#workspage .past dl {
    width: 33.333%;
    margin: 0 0 30px;
    max-width: 388.89px;
}

#toppage .pickuplist dl dt,
#workspage .pickuplist dl dt {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    line-height: 150%;
}

#workspage .past dl dt {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#workspage .pickuplist dl dt p.year2,
#workspage .past dl dt p.year2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255,255,255,0.5);
    padding: 0 4.5px 0 7.5px;
    font-weight: 400;
    font-size: 75%;
    letter-spacing: 3px;
}

#toppage .pickuplist dl dt .photo,
#workspage .pickuplist dl dt .photo,
#workspage .past dl dt .photo {
    position: relative;
    left: 0px;
    overflow: hidden;
    background-color: #ddd;
}

/*ピックアップ*/
#toppage .pickuplist dl dt p.shurui,
#workspage .pickuplist dl dt p.shurui {
    position: absolute;
    text-align: center;
    z-index: 10;
    height: 30px;
    bottom: -3px;
    left: -7.5px;
    line-height: 30px;
    white-space: nowrap;
    color: #fff;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.25));
}

#toppage .pickuplist dl dt p.shurui::before,
#workspage .pickuplist dl dt p.shurui::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0px;
    border: none;
    border-top: solid 3px transparent;
}

#workspage .pickuplist dl.cheer dt p.shurui,
#toppage .pickuplist dl.cheer dt p.shurui {
    background-color: #e9a8c1;
}

#workspage .pickuplist dl.cheer dt p.shurui::before,
#toppage .pickuplist dl.cheer dt p.shurui::before {
    border-right: solid 7.5px #9c7181;
}

#workspage .pickuplist dl.taikoisho dt p.shurui,
#toppage .pickuplist dl.taikoisho dt p.shurui {
    background-color: #774e31;
}

#workspage .pickuplist dl.taikoisho dt p.shurui::before,
#toppage .pickuplist dl.taikoisho dt p.shurui::before {
    border-right: solid 7.5px #503421;
}


#workspage .pickuplist dl.dance dt p.shurui,
#toppage .pickuplist dl.dance dt p.shurui {
    background-color: #5472d3;
}

#workspage .pickuplist dl.dance dt p.shurui::before,
#toppage .pickuplist dl.dance dt p.shurui::before {
    border-right: solid 7.5px #384c8d;
}

#workspage .pickuplist dl.marching dt p.shurui,
#toppage .pickuplist dl.marching dt p.shurui {
    background-color: #dc3545;
}

#workspage .pickuplist dl.marching dt p.shurui::before,
#toppage .pickuplist dl.marching dt p.shurui::before {
    border-right: solid 7.5px #94242e;
}

#workspage .pickuplist dl.sonota dt p.shurui,
#toppage .pickuplist dl.sonota dt p.shurui {
    background-color: #9e9e9e;
}

#workspage .pickuplist dl.sonota dt p.shurui::before,
#toppage .pickuplist dl.sonota dt p.shurui::before {
    border-right: solid 7.5px #6a6a6a;
}

#workspage .pickuplist dl dt .new {
    background-color: #fff;
    right: 0;
}

#toppage .pickuplist dl dd,
#workspage .pickuplist dl dd {
    text-align: center;
    padding: 7.5px 15px 15px;
    font-size: 1.3rem;
}

#toppage .pickuplist dl dd p,
#workspage .pickuplist dl dd p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#toppage .pickuplist dl dd p span,
#workspage .pickuplist dl dd p span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#workspage .past dl dt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#toppage .pickuplist dl .photo a,
#workspage .pickuplist dl .photo a,
#workspage .past dl .photo a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 66.67%;
}

#toppage .pickuplist dl .photo a img,
#workspage .pickuplist dl .photo a img,
#workspage .past dl .photo a img {
    width: 110%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#toppage .pickuplist dl .photo a:hover,
#workspage .pickuplist dl .photo a:hover,
#workspage .past dl .photo a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#toppage .pickuplist dl dd p.title,
#workspage .pickuplist dl dd p.title {
    height: 27px;
}

#toppage .pickuplist dl dd p.title span,
#workspage .pickuplist dl dd p.title span {
    display: inline-block;
    max-width: 100%;
    transition: color 0.2s ease-out;
}

#toppage .pickuplist dl dd p.title span::after,
#workspage .pickuplist dl dd p.title span::after {
    content: "";
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #a7b6bb;
    display: block;
    transition: all 0.1s ease-out;
    transform: none;
    opacity: 0;
}

#toppage .pickuplist dl dt:hover + dd p.title span,
#workspage .pickuplist dl dt:hover + dd p.title span {
    color: #a7b6bb;
}

#toppage .pickuplist dl dt:hover + dd p.title span::after,
#workspage .pickuplist dl dt:hover + dd p.title span::after {
    transform: translateY(-3px);
    opacity: 1;
}

#workspage h3 {
    text-align: center;
    font-size: 200%;
    margin: 45px auto;
    width: 90%;
}

#workspage .past h4 {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    padding: 15px 0;
    font-size: 125%;
    font-weight: 400;
}

#workspage .past h4 {
    display: flex;
    align-items: center;
}

#workspage .past h4::before,
#workspage .past h4::after {
    content: "";
    flex-grow: 1;
    max-width: 30%;
    height: 1px;
}

#workspage .past h4::before {
    background: -moz-linear-gradient(right, #292b2c, transparent);
    background: -webkit-linear-gradient(right, #292b2c, transparent);
    background: linear-gradient(to left, #292b2c, transparent);
    margin: auto 22.5px auto auto;
}

#workspage .past h4::after {
    background: -moz-linear-gradient(left, #292b2c, transparent);
    background: -webkit-linear-gradient(left, #292b2c, transparent);
    background: linear-gradient(to right, #292b2c, transparent);
    margin: auto auto auto 22.5px;
}

#workspage .teamprofile {
    overflow: hidden;
}

#workspage .teamprofile dl {
    width: 90%;
    max-width: 640px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

#workspage .teamprofile dl dt:first-of-type,
#workspage .teamprofile dl dd:first-of-type {
    margin-top: 75px;
}

#workspage .teamprofile dl dt:last-of-type,
#workspage .teamprofile dl dd:last-of-type {
    margin-bottom: 75px;
}

#workspage .teamprofile dl dt {
    width: 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    padding: 22.5px;
}

#workspage .teamprofile dl dd {
    width: 70%;
    padding: 22.5px;
}

#workspage .teamprofile dl dt,
#workspage .teamprofile dl dd {
    border-bottom: 1px solid #292b2c;
}

#workspage .past {
    margin: 75px auto 30px;
}

#workspage .past dl dt {
    margin: 0 auto;
}

/*詳細*/
/**/
.pager {
    margin: 15px auto;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
}

.pager a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 2;
    padding-left: 2px;
    margin: 0 0.5em;
    text-align: center;
    border-radius: 50%;
}

.pager span.now {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 2;
    padding-left: 2px;
    margin: 0 0.5em;
    text-align: center;
    border-radius: 50%;
    background-color: #a7b6bb;
    color: #fff;
}

#workspage .table_jisseki {
    width: auto;
    max-width: 90%;
    margin: 20px auto;
}

#workspage .table_jisseki th {
    background-color: #9FA0A0;
    color: #fff;
    padding: 15px;
    text-align: center;
}

#workspage .table_jisseki th.name {
    text-align: center;
}

#workspage .table_jisseki td {
    padding: 15px;
}

#workspage .table_jisseki td.city {
    min-width: 200px;
    text-align: center;
    padding: 0 45px;
}

#workspage .table_jisseki td:last-child {
    text-align: center;
}

#workspage .table_jisseki td.team_nendo {
    text-align: left;
}

#workspage .table_jisseki td.team_nendo a {
    margin: 0 15px 0 0;
    white-space: nowrap;
}

#workspage .table_jisseki tr:nth-of-type(even) {
    background-color: #EFEFEF;
}

#workspage .table_jisseki td.name {
    padding-left: 15px;
}

#workspage .year {
    width: 90%;
    max-width: 980px;
    margin: 0 auto 75px;
    text-align: right;
}

#workspage .year select {
    padding: 0 15px;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}

#workspage .year select option {
    background-color: #fff;
    color: #292b2c;
}

#workspage .checkbox {
    width: 50%;
    height: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 45px;
    white-space: nowrap;
}

#workspage .checkbox label {
    cursor: pointer;
    display: inline-block;
}

#workspage .checkbox input[type="checkbox"] {
    position: relative;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}

#workspage .checkbox input[type="checkbox"]::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #999;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

#workspage .checkbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#workspage .checkbox input[type="checkbox"]:checked:after {
    background-color: #a7b6bb;
    border-color: #a7b6bb;
}

#workspage .checkbox input[type="checkbox"]:focus {
    outline: none;
}

#workspage .checkbox input[type="checkbox"]:focus:after {
    border-color: #a7b6bb;
}

#workspage .checkbox span {
    position: relative;
    top: -6px;
    letter-spacing: 0;
}

/* 会社概要
======================================================== */
#aboutpage .philosophy {
    width: 100%;
    margin: 45px auto;
}

#aboutpage .philosophy h2 {
    font-size: 150%;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 400;
}

#aboutpage .philosophy p {
    font-size: 150%;
    font-family: ten-mincho, serif;
    text-align: center;
    letter-spacing: 3px;
    margin: 15px 0;
}

#aboutpage .philosophy img {
    width: 170px;
    margin: 0 auto;
}

#aboutpage dl.table_about {
    width: 90%;
    max-width: 640px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 75px;
    overflow: hidden;
}

#aboutpage .table_about dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    font-weight: bold;
    padding: 30px 15px;
    border-bottom: 1px solid #292b2c;
}

#aboutpage .table_about dd {
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
    padding: 30px 0;
    border-bottom: 1px solid #292b2c;
}

#aboutpage .table_about dd p.bold {
    font-weight: bold;
}

#aboutpage .table_about dd p > span {
    display: inline-block;
    white-space: nowrap;
}

#aboutpage .table_about dd p:nth-child(3) {
    margin-top: 15px;
}

#aboutpage #access {
    margin: 0 auto;
    padding: 75px 0;
}

#aboutpage #access h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

#aboutpage #privacypolicy h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

#aboutpage #access .googlemap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

#aboutpage #access p.address {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

#aboutpage #access p > span {
    display: inline-block;
    white-space: nowrap;
}

#aboutpage .googlemap iframe {
    width: 100%;
    height: 420px;
}

#aboutpage p.address {
    text-align: right;
}

#aboutpage #privacypolicy {
    width: 90%;
    max-width: 800px;
    margin: 75px auto;
}

#aboutpage #privacypolicy h4 {
    text-align: center;
    margin: 15px;
}

#aboutpage #privacypolicy ol {
    list-style: decimal;
    margin: 30px;
}

#aboutpage #privacypolicy ol li {
    margin: 30px 0;
}

#aboutpage #privacypolicy ol li h5 {
    margin-bottom: 7.5px;
    font-weight: normal;
}

#aboutpage #privacypolicy ol li ul {
    margin: 15px 0 15px 15px;
    list-style: circle;
}

#aboutpage #privacypolicy ol li ul li {
    margin: 0;
}

/* おしらせ
======================================================== */
#newspage #newsinner h2 {
    font-size: 150%;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 15px;
    font-weight: 400;
}

#newspage #newsinner .news_wrapper {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

#newspage #newsinner #newsinner_main {
    width: 80%;
    padding-right: 30px;
}

#newspage #newsinner h3 {
    width: 100%;
    height: 60px;
    font-size: 150%;
}

#newspage #newsinner h3 p {
    line-height: 45px;
    font-weight: 400;
}

#newspage #newsinner p.date {
    font-size: 11px;
    color: #999;
    height: 15px;
    line-height: 15px;
    font-style: italic;
}

#newspage #newsinner .txt {
    margin: 45px 0 75px;
}

#newspage #newsinner #newsinner_side {
    width: 20%;
}

#newspage #newsinner #newsinner_side dl {
    text-align: center;
    position: sticky;
    top: 30px;
    margin: 30px 0;
}

#newspage #newsinner #newsinner_side dl dt {
    line-height: 3;
}

#newspage #newsinner #newsinner_side ul li a {
    text-align: center;
}

#newspage #newsinner .newsbox {
    margin: 37.5px 0 75px;
    border-bottom: 1px solid #ccc;
}

#newspage #newsinner .newsbox:last-child {
    margin-bottom: 30px;
}

/*制作の流れ*/
#flowpage h2 {
    font-size: 150%;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 15px;
    font-weight: 400;
}

#flowpage #flow ol {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

#flowpage #flow ol li {
    cursor: grab;
}

#flowpage #flow ol li:active {
    cursor: grabbing;
}

#flowpage #flow ol li.flow1,
#flowpage #flow ol li.flow2,
#flowpage #flow ol li.flow3,
#flowpage #flow ol li.flow4,
#flowpage #flow ol li.flow5 {
    width: 600px;
    padding-top: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% auto;
    margin: 0 auto;
}

#flowpage #flow ol li.flow1 {
    background-image: url(/flowtest/image/flow01.jpg);
}

#flowpage #flow ol li.flow2 {
    background-image: url(/flowtest/image/flow02.jpg);
}

#flowpage #flow ol li.flow3 {
    background-image: url(/flowtest/image/flow03.jpg);
}

#flowpage #flow ol li.flow4 {
    background-image: url(/flowtest/image/flow04.jpg);
}

#flowpage #flow ol li.flow5 {
    background-image: url(/flowtest/image/flow05.jpg);
}

#flowpage #flow ol li a,
#qandapage dl#qanda a {
    color: #a7b6bb;
    font-weight: bold;
    border-bottom: 3px double #f7f7f9;
}

#flowpage #flow ol li a {
    border-bottom: 3px double #fff;
}

#flowpage #flow ol li a:hover,
#qandapage dl#qanda a:hover {
    border-bottom: 3px double #a7b6bb;
}

#flowpage #flow ol li section {
    display: flex;
    width: 600px;
    min-height: 145.5px;
    flex-wrap: wrap;
}

#flowpage #flow ol li section h3,
#flowpage #flow ol li section p {
    position: relative;
    text-align: center;
    width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}

#flowpage #flow ol li section h3 {
    transition: all 0.5s ease 0.5s;
    transition-delay: 0.5s;
}

#flowpage #flow ol li section h3 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 15px 1em 7.5px 0;
}

#flowpage #flow ol li section p:last-child {
    padding-bottom: 15px;
}

#flowpage #flow ol li:nth-of-type(5) strong {
    line-height: 2.5;
    letter-spacing: 3px;
}

#flowpage #flow .slick-container {
    width: 100%;
    position: relative;
    /*position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);*/
}

#flowpage #flow .slick-wrapper {
    max-width: 100%;
    margin-top: 30px;
}

#flowpage #flow .slick-slide {
    outline: none;
    transition: all 1s ease;
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.25));
    margin-right: 75px;
}

#flowpage #flow .slick-track {
    margin-top: 30px;
    margin-bottom: 30px;
}

#flowpage #flow ol .slick-slide:not(.slick-current) {
    opacity: .75;
    transform: scale(0.9);
    filter: none;
}

#flowpage #flow ol .slick-slide:not(.slick-current) li {
    filter: blur(3px);
}

#flowpage #flow ol .slick-slide.slick-current li section p::before,
#flowpage #flow ol .slick-slide:not(.slick-current) li section p::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: transform 1s ease 1s;
}

#flowpage #flow ol .slick-slide.slick-current li section p::before {
    transform: translateX(100%);
    transition: transform 1s ease 1s;
}

#flowpage #flow ol .slick-slide:not(.slick-current) li section p {
    opacity: 0;
    transition: opacity 1s ease;
}

#flowpage #flow ol .slick-slide.slick-current li section p {
    opacity: 1;
    transition: opacity 1s ease;
}


#flowpage #flow .slick-prev::before,
#flowpage #flow .slick-next::before{
    content: '';
}

#flowpage #flow .slick-prev,
#flowpage #flow .slick-next {
    position: absolute;
    width: 30px;
    height: 64px;
    margin: 0;
}

#flowpage #flow .slick-prev {
    left: -60px;
}

#flowpage #flow .slick-next {
    right: -60px;
    transform: rotate(180deg);
}

.slick_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    margin: 0 auto;
    transition: opacity .75s ease;
}

.slick_arrow button {
    cursor: pointer;
}

.slick_arrow button.slick-disabled {
    cursor: not-allowed;
}

.slick_arrow button svg {
    width: 100%;
}

.flow_arrow {
    fill: none;
    stroke-width: 2px;
    stroke: #292b2c;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
}

.slick-arrow {
    transition: opacity .75s ease;
}

/*Q & A
======================================================== */
#qandapage h2 {
    font-size: 150%;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 60px;
}

#qandapage dl#qanda {
    width: 90%;
    max-width: 740px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

#qandapage dl#qanda dt,
#qandapage dl#qanda dd {
    width: 100%;
    position: relative;
}

#qandapage dl#qanda dt {
    color: #a7b6bb;
    padding: 7.5px 0 7.5px 45px;
    border-bottom: 1px dotted #a7b6bb;
    font-weight: bold;
}

#qandapage dl#qanda dt::before {
    content: "Q.";
    color: #fff;
    background-color: #a7b6bb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-left: 3px;
    display: inline-block;
    text-align: center;
    margin-right: 0.5em;
    line-height: 28px;
    position: absolute;
    left: 0;
}

#qandapage dl#qanda dd {
    padding: 15px 0 45px 45px;
    line-height: 45px;
}

#qandapage dl#qanda dd p:first-child::before {
    content: "A.";
    color: #fff;
    background-color: #29abe2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-left: 3px;
    display: inline-block;
    text-align: center;
    margin-right: 0.5em;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 22.5px;
    font-weight: bold;
}

/* フォーム
======================================================== */
#formpage .error_message {
    color: #a7b6bb;
}

fieldset > div {
    float: left;
    width: 100%;
    margin: 0 0 35px 0;
}

.isho input[type=radio] {
    display: none;
}

.kakunin,
.sousin {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.kakunin input[type=submit],
.sousin input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 120px;
    height: 60px;
    background-color: #a7b6bb;
    color: #fff;
    border: none;
    border-bottom: 3px solid #7c8a8f;
    padding: 7.5px 15px;
    border-radius: 15px;
    font-size: 1.8rem;
    -webkit-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
}

span.button_wrapper {
    display: block;
    overflow: hidden;
    height: 60px;
    border-radius: 15px;
    margin: 15px;
}

.kakunin input[type=submit]:active,
.sousin input[type=submit]:active {
    transform: translateY(3px);
}

span.etc {
    float: left;
    width: 100%;
    margin: 22.5px 0 0;
    height: 45px;
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.isho label.radiolabel {
    display: block;
    float: left;
    cursor: pointer;
    width: 20%;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #999;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.isho label.radiolabel:first-of-type {
    border-radius: 5px 0 0 5px;
    width: 17%;
}

.isho label.radiolabel:nth-of-type(3) {
    width: 17%;
}

.isho label.radiolabel:nth-of-type(4) {
    width: 26%;
}

.isho label.radiolabel:last-of-type {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
}

.isho input[type=radio]:checked + label.radiolabel {
    background-color: #a7b6bb;
    color: #fff;
}

.isho legend {
    left: 7.5px;
    color: #999;
}

span.hissu {
    color: #dc3545;
}

textarea#tsuushin {
    height: 128px;
}

#forminner fieldset {
    width: 480px;
    margin: 0 auto;
    margin-top: 50px;
}

#forminner fieldset .before_fs {
    margin-bottom: 21.5px;
}

#forminner fieldset fieldset.isho {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    display: block;
    margin: 0 0 35px 0;
    width: 100%;
    background-color: #fff;
}

#forminner fieldset fieldset.isho input {
    width: 100%;
}

span.disabled {
    height: 0;
    opacity: 0;
    margin: 0;
}

input[type=text][disabled] {
    background: #fff;
}

.has-float-label input,
.has-float-label .form-control {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    border-radius: 5px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: inherit;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.has-float-label .form-control:focus,
.has-float-label .form-control:active {
    border: 1px solid #a7b6bb;
}

.has-float-label .form-control:focus + label.hfl {
    color: #a7b6bb;
}

.has-float-label {
    display: block;
    position: relative;
}

.has-float-label label.hfl,
.has-float-label > span {
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: -7.5px;
    left: 15px;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}

.has-float-label label.hfl::after,
.has-float-label > span::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.has-float-label .form-control::-moz-placeholder,
.has-float-label .form-control:-ms-input-placeholder {
    color: #999;
    transition: all 0.3s ease-out;
}

.has-float-label input::placeholder {
    color: #999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.has-float-label .form-control::placeholder {
    color: #999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 15px;
    color: #999;
    top: 15px;
}

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group .has-float-label .form-control {
    width: 100%;
    border-radius: 0.25rem;
}

.input-group .has-float-label:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group .has-float-label:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.otoiawase h2,
.seisaku h2 {
    font-size: 150%;
    letter-spacing: 5px;
    margin: 0 0 15px;
    font-weight: 400;
}

hr {
    width: 90%;
    max-width: 980px;
    margin: 5em auto;
    border: none;
    border-top: 1px solid #ccc;
    display: block !important;
}

.otoiawase {
    text-align: center;
}

.otoiawase .mail {
    font-weight: bold;
    color: #a7b6bb;
    border-bottom: 3px double #f7f7f9;
}

.otoiawase .tel:hover,
.otoiawase .mail:hover {
    border-bottom: 3px double #a7b6bb;
}

.otoiawase p:first-of-type {
    margin: 30px 0;
}

.seisaku {
    text-align: center;
}

.otoiawase p > span {
    display: inline-block;
    white-space: nowrap;
}

.seisaku p > span {
    display: inline-block;
    white-space: nowrap;
}

.seisaku span {
    color: #dc3545;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.error_message {
    font-size: 14px !important;
    opacity: 1 !important;
    margin: 0;
}

.kakuningamen {
    width: 580px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px auto;
}

.kakuningamen > dt,
.kakuningamen > dd {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    align-content: center;
    border-bottom: 1px solid #292b2c;
    padding: 15px;
}

.kakuningamen > dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    font-weight: bold;
}

.kakuningamen > dd {
    width: 60%;
    font-size: 1.8rem;
    text-align: left;
}

.otoiawase a.tel[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    display: inline-block;
}

#formpage .complete {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85%;
    max-width: 460px;
    margin: 0 auto;
}

#formpage .complete p {
    text-align: center;
}

#formpage .complete .compcare {
    font-size: small;
    color: #dc3545;
    margin-top: 15px;
}

_:-ms-lang(x)::-ms-backdrop,
.pager a,
.pager span.now,
.kakunin input[type=submit],
.sousin input[type=submit] {
    line-height: 3;
}

_:-ms-lang(x)::-ms-backdrop,
#workspage .pickuplist dl dt:hover + dd p.title span::after {
    transform: translateY(-7px);
}

_:-ms-lang(x)::-ms-backdrop {
    line-height: 185%;
    height: 22px;
}

#workspage .pickuplist dl dt .year,
#workspage .past dl dt .year2,
#workspage .pickuplist dl dt .new {
    line-height: 185%;
    height: 22px;
}

_:-ms-lang(x)::-ms-backdrop,
.pager a,
.pager span.now,
.kakunin input[type=submit],
.sousin input[type=submit] {
    line-height: 3;
}

_:-ms-lang(x)::-ms-backdrop,
#workspage .pickuplist dl dt:hover + dd p.title span::after {
    transform: translateY(-7px);
}

_:-ms-lang(x)::-ms-backdrop,
#workspage .pickuplist dl dt .year,
#workspage .past dl dt .year2,
#workspage .pickuplist dl dt .new {
    line-height: 185%;
    height: 22px;
}

_:-ms-lang(x)::-ms-backdrop,
.has-float-label input, .has-float-label .form-control {
    line-height: 125%;
}

_:-ms-lang(x)::-ms-backdrop,
.has-float-label label.hfl, .has-float-label > span {
    top: -3.5px;
}

_:-ms-lang(x)::-ms-backdrop,
.has-float-label label.hfl::after, .has-float-label > span::after {
    top: 3.5px;
}

_:-ms-lang(x)::-ms-backdrop,
#forminner fieldset .before_fs {
    margin-bottom: 35px;
}

_:-ms-lang(x)::-ms-backdrop,
#forminner fieldset fieldset.isho {
    margin-top: 7.5px;
}

_:-ms-lang(x)::-ms-backdrop,
#forminner fieldset fieldset.isho > legend {
    float: left;
    margin-top: -30px;
    background-color: #fff;
}

_:-ms-lang(x)::-ms-backdrop,
#forminner fieldset fieldset.isho > legend + * {
    clear: both;
}

_:-ms-lang(x)::-ms-backdrop,
.isho label.radiolabel {
    padding: 18px 0 12px;
}

/* */
.cls-3 {
    stroke-width: 4px;
}

.cls-4 {
    stroke-width: 3px;
}

.cls-5 {
    stroke-width: 3.2px;
}

.cls-6 {
    stroke-width: 3.5px;
}

.cls-7 {
    stroke-width: 2.5px;
}

#toppage .intro h1.delighter.started {
    opacity: 1;
    filter: blur(0px);
}

#toppage .pickuplist dl.delighter {
    opacity: 0;
    filter: blur(3px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#toppage .pickuplist dl.delighter:nth-of-type(3n-1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#toppage .pickuplist dl.delighter:nth-of-type(3n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#toppage .pickuplist dl.delighter.started {
    filter: none;
    opacity: 1;
}

#toppage .pickuplist dl.delighter p.shurui {
    width: 30px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transition-delay: 0.5s;
}

#toppage .pickuplist dl.delighter.started.cheer dt p.shurui,
#workspage .pickuplist dl.cheer dt p.shurui,
#toppage .pickuplist dl.delighter.started.taikoisho dt p.shurui,
#workspage .pickuplist dl.taikoisho dt p.shurui {
    width: 75px;
}

#toppage .pickuplist dl.delighter.started.dance dt p.shurui,
#workspage .pickuplist dl.dance dt p.shurui,
#toppage .pickuplist dl.delighter.started.sonota dt p.shurui,
#workspage .pickuplist dl.sonota dt p.shurui {
    width: 90px;
}

#toppage .pickuplist dl.delighter.started.marching dt p.shurui,
#workspage .pickuplist dl.marching dt p.shurui {
    width: 120px;
}

#toppage .pickuplist dl.delighter dt p.shurui span {
    display: block;
    transform: translateX(-15px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transition-delay: 0.5s;
}

#toppage .pickuplist dl.delighter.started dt p.shurui span,
#workspage .pickuplist dl dt p.shurui span {
    opacity: 1;
    transform: none;
}

#toppage .information dt.delighter,
#toppage .information dd.delighter {
    filter: blur(3px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#toppage .information dt.delighter.started,
#toppage .information dd.delighter.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: none;
}

#newspage #newsinner .txt.delighter {
    filter: blur(3px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#newspage #newsinner .txt.delighter.started {
    opacity: 1;
    filter: none;
}

#aboutpage #access .googlemap.delighter {
    filter: blur(3px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#aboutpage #access .googlemap.delighter.started {
    opacity: 1;
    filter: none;
}

#workspage .past dl dt img.delighter {
    filter: blur(3px);
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#workspage .past dl dt img.delighter.started {
    opacity: 1;
    filter: none;
}