.clsbtn { font-size: 90%; text-align: center; padding: 10px 0 0 0;}
.clsbtn a:hover { color: rgba(255, 255, 255, 1);}
/*modal*/
.modal { display: none; height: 100vh; position: fixed; top: 0; left: 0; width: 100%; font-size: 85%; line-height: 100%; z-index: 10000000000;}
.modal__bg { height: 100vh; position: absolute; width: 100%;}
.modal__content { box-sizing: border-box; width: 88%; max-width: 700px; max-height: 78%; background: rgba(255, 255, 255, 1); padding: 3px 5px 20px 5px; position: absolute; top: 42%; left: 50%; transform: translate(-50%,-50%); overflow-y: auto; font-size: 100%; font-family: 'Noto Sans JP', sans-serif;}
.js-modal-close { cursor: pointer;}
.modal__content a { z-index: 100000; text-align: center; margin: 0 auto; padding: 3px 0 10px 0; font-size: 110%; font-weight: bold; display: block; cursor: pointer;}
/*_chart*/
.chart1 { background: rgba(163, 33, 98, .9);}
.chart2 { background: rgba(32, 139, 188, .9);}
.chart3 { background: rgba(234, 108, 31, .9);}
.waku { width: 100%; max-width: 760px; margin: 5px auto; background-repeat: repeat-y; -webkit-background-size: contain; background-size: contain; -webkit-background-position: center center; background-position: center center; background-color: rgba(255, 255, 255, 1); padding-top: 20px;}
.c1 { background-image: url(../img/waku1.jpg);}
.c2 { background-image: url(../img/waku2.jpg);}
.c3 { background-image: url(../img/waku3.jpg);}
.photo_all { width: 80%; max-width: 450px; margin: 0 auto 5px auto;}
.photo_sp { width: 100%; height: 0; padding-top: 100%; position: relative; box-shadow: 1px 2px 5px rgba(200, 200, 200, .75); -webkit-box-shadow: 1px 2px 5px rgba(200, 200, 200, .75); -moz-box-shadow: 1px 2px 5px rgba(200, 200, 200, .75);}
.sphoto { width: 100%; height: 0; padding-top: 100%; position: absolute; top: 0; left: 0; background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain;}
.name_txt { text-align: center; font-size: 120%; letter-spacing: .1em; line-height: 160%; margin-top: 1em; font-family: 'Noto Sans JP', sans-serif; }
.name_txt ruby { line-height: .5em; font-size: 90%;}
.name_txt rt { margin-bottom: -.4em; font-size: .4em;}
.c1 .name_txt { color: rgba(163, 33, 98, 1);}
.c2 .name_txt { color: rgba(32, 139, 188, 1);}
.c3 .name_txt { color: rgba(234, 108, 31, 1);}
.c1 .name_txt .goth { color: rgba(203, 73, 138, 1);}
.c2 .name_txt .goth { color: rgba(72, 179, 228, 1);}
.c3 .name_txt .goth { color: rgba(255, 148, 71, 1);}
.profile { box-sizing: border-box; width: 85%; max-width: 600px; margin: 10px auto; padding: 10px 0 30px 0; line-height: 160%; text-align: left; color: rgba(0, 0, 0, 1);}

/*for_W640-*/
@media all and (min-width: 640px) {
.modal { font-size: 95%;}
}
/*for_W768-*/
@media all and (min-width: 768px) {
.clsbtn { padding: 10px 0;}
.modal { font-size: 105%;}
.modal__content { padding: 0;}
.waku { box-sizing: border-box; width: 98%; padding: 10px;}
.waku:before, .waku:after { content: ""; display: table;}
.waku:after { clear: both;}
.waku::after { content: ""; display: block; clear: both;}
.photo_all { width: 48%; margin: 0; float: left;}
.ptxt_set { width: 50%; float: right; text-align: left;}
.name_txt { text-align: left;}
.name_txt:before, .name_txt:after { content: ""; display: table;}
.name_txt:after { clear: both;}
.name_txt::after { content: ""; display: block; clear: both;}
.profile { width: 95%; margin: 10px 0; padding: 10px 0;}
}
/*for_W1000-*/
@media screen and (min-width: 1000px) {
.modal__content a { padding: 0 0 20px 0; font-size: 110%;}
}
