@charset "UTF-8";

@import url("https://use.typekit.net/mdb4tpi.css");

/* Common */

* {
-webkit-text-size-adjust: 100%;
}
html {
margin: 0;
padding: 0;
height: 100%;
font-size: 62.5%;
}
body {
position: relative;
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 1.6rem;
line-height: 1.0em;
letter-spacing: 0.025em;
color: #111;
background: #fff;
margin: 0;
padding: 0;
overflow-y: scroll;
word-wrap: break-word;
height: 100%;
font-style: normal;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
th,
td,
span,
strong {
line-height: 1.0em;
letter-spacing: 0.025em;
font-style: normal;
font-weight: 400;
margin: 0;
padding: 0;
}
li {
list-style-type: none;
list-style-position: outside;
}
table {
border-collapse: collapse;
}
img {
vertical-align: bottom;
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover img {
opacity: 1.0;
_filter: alpha(opacity=100);
}
a:focus {
outline:none;
}
button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
input,
textarea,
select,
button {
outline: none;
margin: 0;
padding: 0;
border: none;
font-family: fot-tsukuardgothic-std, sans-serif;
font-size: 1.6rem;
line-height: 1.0em;
letter-spacing: 0.025em;
color: #111;
}



/* Clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.clear {
clear: both;
}



/* Nav */

.nav {
width: 260px;
height: 100%;
box-sizing: border-box;
background: #db2028;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
overflow: auto;
}
.nav::-webkit-scrollbar {
width: 3px;
}
.nav::-webkit-scrollbar-thumb {
background: #fff;
}
.nav .logo {
padding: 40px 0;
}
.nav .logo img {
width: 120px;
display: block;
margin: 0 auto;
}
.nav .logo_min {
padding: 40px 0;
}
.nav .logo_min img {
width: 80px;
display: block;
margin: 0 auto;
}
.nav ul {
border-top: 1px solid rgba(17,17,17,0.08);
}
.nav ul li a {
line-height: 60px;
padding-left: 20px;
border-bottom: 1px solid rgba(17,17,17,0.08);
position: relative;
color: #fff;
display: block;
font-size: 1.4rem;
font-weight: 700;
}
.nav ul li a:after {
content: '';
width: 7px;
height: 12px;
display: block;
margin-top: -6px;
position: absolute;
top: 50%;
right: 20px;
background: url(../images/ico-arw01.png) center center /cover no-repeat;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.nav ul li a:hover {
background: #c9060f;
}
.nav ul li a:hover:after {
right: 12px;
}




/* Parts */

.brSp {
display: none;
}
.sp-nav,
.modal-menu {
display: none;
}
.wrapper {
width: 100%;
height: 100%;
}
.conts {
width: 100%;
padding-left: 260px;
box-sizing: border-box;
}
.cts {
padding: 120px 40px;
}
.cts2 {
padding: 120px 0;
}
.bg1 {
background: #f5f4ea;
}
.bg2 {
background: #fafafa;
}
.ttl1 {
font-size: 4.4rem;
line-height: 1.2em;
font-weight: 700;
text-align: center;
margin-bottom: 56px;
}
.ttl1:after {
content: '';
width: 40px;
margin: 30px auto 0 auto;
display: block;
border-bottom: 3px solid #db2028;
}
.ttl1 span {
display: block;
font-size: 2.4rem;
line-height: 1.6em;
font-weight: 700;
margin-top: 12px;
}
.ttl2 {
font-size: 3.1rem;
line-height: 1.2em;
font-weight: 700;
text-align: center;
margin-bottom: 56px;
}
.ttl2 span {
display: block;
font-size: 2.1rem;
line-height: 1.6em;
font-weight: 700;
margin-top: 12px;
}
.ttlIco {
padding-top: 80px;
background: url(../images/ico-logo-min.png) center top /72px no-repeat;
}
.txtTtlMin {
line-height: 1.6em;
text-align: center;
margin-bottom: 60px;
}
.btn1 {
display: block;
margin: 0 auto;
text-align: center;
font-weight: 700;
color: #111;
box-sizing: border-box;
width: 180px;
line-height: 44px;
border: 2px solid #111;
border-radius: 44px;
}
.btn1:hover {
color: #fff;
background: #db2028;
border: 2px solid #db2028;
}
.btn2 {
display: block;
margin: 0 auto;
text-align: center;
font-weight: 700;
color: #fff;
box-sizing: border-box;
width: 360px;
line-height: 64px;
border-radius: 8px;
background-image: -moz-linear-gradient( 120deg, rgb(249,185,0) 0%, rgb(245,158,0) 60%, rgb(240,130,0) 100%);
background-image: -webkit-linear-gradient( 120deg, rgb(249,185,0) 0%, rgb(245,158,0) 60%, rgb(240,130,0) 100%);
background-image: -ms-linear-gradient( 120deg, rgb(249,185,0) 0%, rgb(245,158,0) 60%, rgb(240,130,0) 100%);
}
.btn2:hover {
background-image: -moz-linear-gradient( 120deg, rgb(240,130,0) 0%, rgb(245,158,0) 40%, rgb(249,185,0) 100%);
background-image: -webkit-linear-gradient( 120deg, rgb(240,130,0) 0%, rgb(245,158,0) 40%, rgb(249,185,0) 100%);
background-image: -ms-linear-gradient( 120deg, rgb(240,130,0) 0%, rgb(245,158,0) 40%, rgb(249,185,0) 100%);
}
.btn3 {
display: block;
margin: 0 auto;
text-align: center;
font-weight: 700;
color: #fff;
box-sizing: border-box;
width: 180px;
line-height: 44px;
border: 2px solid #fff;
border-radius: 44px;
}
.btn3:hover {
color: #fff;
background: #db2028;
border: 2px solid #db2028;
}
.mt40 {
margin-top: 40px;
}
.mt100 {
margin-top: 100px;
}
.mb80 {
margin-bottom: 80px;
}
.box1 {
max-width: 980px;
margin: 0 auto;
}

.footer {
color: #fff;
background: #111;
text-align: center;
padding: 56px 40px;
}
.footer .copy {
font-size: 1.4rem;
margin-top: 40px;
}



/* Index */

.main {
width: 100%;
height: 100vh;
min-height: 720px;
background: url(../images/main-bg-min.png) center center /cover no-repeat;
color: #fff;
text-shadow: 0 0 12px rgba(0,0,0,0.4);
text-align: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.main img {
display: block;
margin: 0 auto;
}
.main .st1 {
display: block;
font-size: 1.6rem;
font-weight: 700;
margin: 0 0 16px 0;
}
.main .st2 {
display: block;
font-size: 4.8rem;
font-weight: 700;
margin: 24px 0;
}
.main span {
display: block;
font-size: 2.4rem;
font-weight: 700;
margin: 0 0 36px 0;
}
.main p {
line-height: 1.8em;
font-weight: 700;
width: 720px;
margin: 0 auto;
padding: 24px 12px;
box-sizing: border-box;
border: 2px solid #fff;
}

.front-bnr {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.front-bnr img {
width: 50%;
}

.blk_rank {
width: 100%;
max-width: 720px;
margin: 0 auto 40px;
}
.blk_rank .col {
padding: 40px 0;
border-top: 1px solid #e0e0e0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.blk_rank .col:nth-of-type(1) {
border-top: none;
}
.blk_rank .col figure {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
position: relative;
margin: 0;
}
.blk_rank .col figure .user {
width: 60px;
}
.blk_rank .col figure .rank {
width: 80px;
margin-right: 20px;
}
.blk_rank .col figure .rank2 {
display: block;
width: 40px;
line-height: 40px;
border-radius: 40px;
text-align: center;
color: #fff;
font-weight: 700;
background: #db2028;
margin: 0 40px 0 20px;
}
.blk_rank .col .data {
flex: 1;
-webkit-flex: 1;
padding-left: 20px;
}
.blk_rank .col .data a {
font-size: 1.7rem;
font-weight: 700;
color: #db2028;
}
.blk_rank .col .data p {
font-size: 1.4rem;
line-height: 1.6em;
margin: 9px 0 16px 0;
}
.blk_rank .col .data span {
display: block;
color: #888;
font-size: 1.2rem;
}

.blk_fullrank {
display: none;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #f5f4ea;
box-sizing: border-box;
z-index: 2000;
padding-bottom: 40px
}
.blk_fullrank .box {
overflow: auto;
max-width: 810px;
height: calc(100% - 107px - 48px - 30px);
margin: 0 auto 30px;
}
.blk_fullrank .box::-webkit-scrollbar {
width: 4px;
}
.blk_fullrank .box::-webkit-scrollbar-thumb {
background: #e2e2e2;
}
.blk_fullrank .ttl2 {
margin: 0;
padding: 40px 0 30px;
}

.front-sasacan {
padding: 20px 0 20px 20px;
}
.front-sasacan .col {
width: 100%;
height: 600px;
background: url(../images/sasacan-bg-min.png) center top /cover no-repeat;
color: #fff;
text-shadow: 0 0 12px rgba(0,0,0,0.4);
text-align: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.front-sasacan strong {
display: block;
font-size: 6.0rem;
font-weight: 700;
}
.front-sasacan span {
display: block;
font-size: 4.0rem;
font-weight: 700;
margin: 48px 0 24px 0;
}
.front-sasacan p {
font-size: 2.0rem;
line-height: 2.0em;
font-weight: 700;
}

.news {
max-width: 900px;
margin: 0 auto 40px auto;
}
.news dl {
border-bottom: 1px solid rgba(17,17,17,0.08);
padding: 28px 10px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
}
.news dl:nth-of-type(1) {
border-top: 1px solid rgba(17,17,17,0.08);
}
.news dt {
width: 130px;
font-weight: 700;
line-height: 1.8em;
}
.news dd {
flex: 1;
-webkit-flex: 1;
}
.news dd a {
color: #111;
line-height: 1.8em;
}

.boxTxt {
max-width: 760px;
margin: 0 auto 100px auto;
text-align: center;
}
.boxTxt p {
line-height: 2.0em;
}

#campaign {
background: #fafafa;
}
.txt_cts {
text-align: center;
line-height: 1.6em;
margin: -24px 0 48px 0;
}
.txt_cts p {
text-align: center;
line-height: 1.6em;
margin: -24px 0 48px 0;
}
.boxCp {
display: block;
}


.comic_list {
position: relative;
}
.comic_list:before {
content: '';
width: 50px;
height: 78px;
display: block;
background: url(../images/ico-comic_l.png) center center /cover no-repeat;
position: absolute;
top: 50%;
left: 22%;
margin-top: -39px;
display: none;
}
.comic_list:after {
content: '';
width: 50px;
height: 78px;
display: block;
background: url(../images/ico-comic_r.png) center center /cover no-repeat;
position: absolute;
top: 50%;
right: 22%;
margin-top: -39px;
display: none;
}



.comic_list a {
display: none;
}
.comic_list a.comic1st {
width: 36%;
display: block;
margin: 0 auto;
position: relative;
}

.comic_list a.tw {
width: 150px;
line-height: 40px;
text-align: center;
color: #fff;
background: #3B94D9;
border: 2px solid #3B94D9;
display: block;
margin: 20px auto 0 auto;
position: relative;
font-weight: 700;
font-size: 1.3rem;
border-radius: 4px;
}

.ico_big {
display: block;
width: 60px;
position: absolute;
right: 20px;
bottom: 20px;
}

.boxCp .data {
padding: 20px 80px 0 80px;
}
.boxCp .data ul li {
line-height: 2.0em;
line-height: 1.6em;
border-bottom: 1px solid #ddd;
padding: 24px 0;
}
.boxCp .data ul.tab_comic li {
cursor: pointer;
}
.boxCp .data ul.tab_comic li.select {
color: #db2028;
}
.boxCp .data ul.tab_comic li.select span:after {
content: '';
width: 18px;
height: 18px;
display: inline-block;
position: relative;
top: 3px;
margin-left: 5px;
background: url(../images/ico_now.png) center center /cover no-repeat;
}
.boxCp .data ul.tab_comic li:hover {
color: #db2028;
}
.boxCp .data ul li span {
display: block;
font-weight: 700;
margin-bottom: 8px;
}
.mfp-counter {
right: auto;
left: 50%;
width: 80px;
text-align: center;
margin-left: -40px;
}
.boxCp2 iframe {
margin: 0 auto;
display: block;
}

.blk_prof {
background: #fff;
box-shadow: 0px 3px 6.51px 0.49px rgba(0, 0, 0, 0.05);
box-sizing: border-box;
padding: 40px;
max-width: 520px;
margin: 60px auto 80px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
}
.blk_prof img {
width: 140px;
border-radius: 140px;
border: 5px solid #eee;
}
.blk_prof div {
padding-left: 30px;
}
.blk_prof div strong {
display: block;
font-weight: 700;
font-size: 2.0rem;
margin-bottom: 32px;
}
.blk_prof div ul {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
}
.blk_prof div ul li {
margin-right: 12px;
}
.blk_prof div ul li a {
font-size: 1.2rem;
font-weight: 700;
color: #db2028;
border: 2px solid #db2028;
padding: 10px 20px;
}
.blk_prof div ul li a:hover {
color: #fff;
background: #db2028;
border: 2px solid #db2028;
}

.jichitai {
max-width: 1020px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
justify-content: center;
-webkit-justify-content: center;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.jichitai .col {
box-sizing: border-box;
width: 33.333%;
padding: 0 20px 40px 20px;
}
.jichitai .col img {
display: block;
}
.jichitai .col strong {
display: block;
font-weight: 700;
text-align: center;
margin-top: 20px;
}
.jichitai .col span {
font-size: 1.2rem;
display: block;
text-align: center;
margin-top: 10px;
color: #888;
}

.ctsMurayama {
background: url(../images/murayamayuka-bg.jpg) center top /cover no-repeat;
color: #fff;
text-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.ctsMurayama .col {
max-width: 980px;
margin: 0 auto 40px auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.ctsMurayama .col img {
border: 3px solid #fff;
box-sizing: border-box;
max-width: 420px;
width: 44%;
}
.ctsMurayama .col .data {
flex: 1;
-webkit-flex: 1;
padding-left: 40px;
}
.ctsMurayama .col .data p {
font-size: 2.0rem;
line-height: 2.0em;
font-weight: 700;
}
.ctsMurayama

.ctsFurusato {
max-width: 900px;
margin: 0 auto;
}
.ctsFurusato img {
display: block;
margin: 0 auto 40px auto;
}
.ctsFurusato p {
font-size: 2.0rem;
line-height: 2.0em;
}

.ctsDoublerand {
max-width: 900px;
margin: 0 auto;
}
.ctsDoublerand p {
font-size: 2.0rem;
line-height: 2.0em;
text-align: center;
}
.ctsDoublerand img {
display: block;
margin: 24px auto 40px auto;
}

.ctsPeople {
max-width: 744px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
justify-content: center;
-webkit-justify-content: center;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.ctsPeople .col {
box-sizing: border-box;
width: 200px;
height: 200px;
border-radius: 200px;
margin: 0 24px 48px 24px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.ctsPeople .col .data {
display: none;
text-align: center;
width: 200px;
height: 200px;
border-radius: 200px;
color: #fff;
background: rgba(240,130,0,0.92);
}
.ctsPeople .col:hover .data {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.ctsPeople .col .data strong {
display: block;
font-size: 2.0rem;
font-weight: 700;
margin-bottom: 16px;
}
.ctsPeople .col .data span {
display: block;
font-size: 1.4rem;
font-weight: 700;
}
.ctsPeople .col .data span + span {
margin-top: 8px;
}
.peopleSp01 {
background-image: url(../images/people-ex.jpg);
}
.peopleSp02 {
background-image: url(../images/people-ex.jpg);
}
.peopleSp03 {
background-image: url(../images/people-ex.jpg);
}
.peopleSp04 {
background-image: url(../images/people-ex.jpg);
}
.peopleSp05 {
background-image: url(../images/people-ex.jpg);
}
.peopleSp06 {
background-image: url(../images/people-ex.jpg);
}
.peopleBr01 {
background-image: url(../images/people-ex.jpg);
}
.peopleBr02 {
background-image: url(../images/people-ex.jpg);
}
.peopleBr03 {
background-image: url(../images/people-ex.jpg);
}
.peopleBr04 {
background-image: url(../images/people-ex.jpg);
}
.peopleBr05 {
background-image: url(../images/people-ex.jpg);
}
.peopleBr06 {
background-image: url(../images/people-ex.jpg);
}

.ctsGroup {
position: relative;
height: 400px;
z-index: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
}
.ctsGroup:nth-of-type(2n) {
flex-direction: row;
-webkit-flex-direction: row;
}
.ctsGroup + .ctsGroup {
margin-top: 80px;
}
.ctsGroup:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 80%;
height: 100%;
z-index: 0;
background: #fff;
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.ctsGroup:nth-of-type(2n):before {
right: 0;
left: auto;
}
.ctsGroup .tmb {
position: relative;
margin-top: -100px;
margin-right: 32px;
max-width: 40%;
}
.ctsGroup:nth-of-type(2n) .tmb {
margin-right: 0;
margin-left: 32px;
}
.ctsGroup .data {
position: relative;
padding: 0 3% 0 6%;
}
.ctsGroup:nth-of-type(2n) .data {
padding: 0 6% 0 3%;
}
.ctsGroup .data .blk_ttl {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
}
.ctsGroup .data .blk_ttl img {
width: 32%;
display: block;
margin-right: 20px;
}
.ctsGroup .data .blk_ttl h3 {
font-size: 2.5rem;
line-height: 1.4em;
font-weight: 700;
}
.ctsGroup .data .blk_ttl h3 span {
font-size: 1.3rem;
font-weight: 700;
color: #209D8C;
margin-bottom: 8px;
display: block;
width: 180px;
text-align: center;
}
.ctsGroup .data p {
font-size: 1.4rem;
line-height: 2.0em;
font-weight: 700;
margin: 20px 0 32px 0;
}
.ctsGroup .data a {
display: block;
text-align: center;
font-size: 1.4rem;
font-weight: 700;
color: #fff;
box-sizing: border-box;
width: 180px;
line-height: 44px;
border: 2px solid #fff;
border-radius: 44px;
}
.ctsGroup .data a:hover {
color: #629d47;
background: #fff;
}

.ctsContact {
max-width: 820px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.ctsContact form {
width: 400px;
}
.ctsContact form input[type=text],
.ctsContact form input[type=email],
.ctsContact form input[type=tel] {
display: block;
border: 1px solid #dee8f1;
border-radius: 4px;
box-sizing: border-box;
padding: 10px 24px;
width: 100%;
margin-bottom: 20px;
}
.ctsContact form textarea {
display: block;
border: 1px solid #dee8f1;
border-radius: 4px;
box-sizing: border-box;
padding: 20px 24px;
width: 100%;
height: 200px;
margin-bottom: 20px;
}

.ctsContact form button[type=submit] {
display: block;
text-align: center;
font-weight: 700;
color: #fff;
box-sizing: border-box;
width: 100%;
line-height: 64px;
border-radius: 8px;
background-image: -moz-linear-gradient( 120deg, rgb(249,185,0) 0%, rgb(245,158,0) 60%, rgb(240,130,0) 100%);
background-image: -webkit-linear-gradient( 120deg, rgb(249,185,0) 0%, rgb(245,158,0) 60%, rgb(240,130,0) 100%);
background-image: -ms-linear-gradient( 120deg, rgb(249,185,0) 0%, rgb(245,158,0) 60%, rgb(240,130,0) 100%);
}
.ctsContact form button[type=submit]:hover {
background-image: -moz-linear-gradient( 120deg, rgb(240,130,0) 0%, rgb(245,158,0) 40%, rgb(249,185,0) 100%);
background-image: -webkit-linear-gradient( 120deg, rgb(240,130,0) 0%, rgb(245,158,0) 40%, rgb(249,185,0) 100%);
background-image: -ms-linear-gradient( 120deg, rgb(240,130,0) 0%, rgb(245,158,0) 40%, rgb(249,185,0) 100%);
}
::placeholder {
color: #ccc;
}

.ctsContact .ctsCom {
width: 360px;
}
.ctsContact .ctsCom img {
display: block;
max-width: 200px;
margin: 0 auto 15px auto;
}
.ctsContact .ctsCom dl {
border-bottom: 1px solid #e2e2e2;
padding: 20px 4px;
}
.ctsContact .ctsCom dl:nth-of-type(1) {
border-top: 1px solid #e2e2e2;
}
.ctsContact .ctsCom dl dt {
font-weight: 700;
line-height: 1.6em;
margin-bottom: 8px;
}
.ctsContact .ctsCom dl dd {
line-height: 1.6em;
}
.ctsContact .ctsCom dl dd span {
font-size: 1.1rem;
letter-spacing: 0em;
color: #fff;
background: #209d8c;
padding: 5px;
margin-right: 6px;
}

.ctsContact .txtFormAlert {
  text-align: center;
  color: #F00;
  margin-bottom: 10px;
}

.cts .txtFinish {
  display: none;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 24px;
}


.CallToAction--mediaForward {
  display: none;
}





/* Page csr */

.csr_main {
width: 100%;
background: url(../images/csr_main_bg.jpg) center center /cover no-repeat;
color: #fff;
text-shadow: 0 0 12px rgba(0,0,0,0.4);
padding: 150px 8% 240px;
box-sizing: border-box;
}
.csr_main h1 {
font-size: 5.0rem;
line-height: 1.3em;
font-weight: 700;
margin-bottom: 40px;
}
.csr_main p {
font-size: 2.0rem;
line-height: 1.5em;
font-weight: 700;
}
.box_csr_ttl h2 {
font-size: 4.4rem;
line-height: 1.2em;
text-align: center;
font-weight: 700;
padding-top: 120px;
border-top: 1px solid #eee;
}
.box_csr_ttl h2:after {
content: '';
width: 40px;
margin: 30px auto 0 auto;
display: block;
border-bottom: 3px solid #db2028;
}
.ttl_csr {
color: #db2028;
text-align: center;
font-size: 3.1rem;
line-height: 1.3em;
font-weight: 700;
margin-bottom: 30px;
}
.ttl_csr span {
display: block;
font-size: 12.0rem;
font-weight: 700;
margin: 0 auto 10px auto;
}
.blk_pg_csr .cts {
padding: 120px 10%;
}
.blk_pg_csr .cts2 {
padding: 120px 0;
}
.blk_pg_csr .lead {
text-align: center;
font-size: 1.9rem;
line-height: 1.7em;
margin-bottom: 50px;
}
.img_csr_type1 {
max-width: 600px;
display: block;
margin: 0 auto 25px auto;
}
.img_csr_type2 {
display: block;
margin: 0 auto;
}

.csr_box_dbl {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
margin-bottom: 40px;
background: #db2028;
padding: 20px 10px;
}
.csr_box_dbl .col {
background: #fff;
width: calc(100% / 2 - 20px);
margin: 0 10px;
box-sizing: border-box;
position: relative;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
padding: 80px 40px;
position: relative;
}
.csr_box_dbl .col .ttl {
position: absolute;
top: 10px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
background: #fff;
color: #db2028;
}
.csr_box_dbl .col:nth-of-type(1) .ttl {
left: 10px;
}
.csr_box_dbl .col:nth-of-type(2) .ttl {
right: 10px;
}
.csr_box_dbl .col .ttl p {
padding: 25px 10px;
font-size: 3.1rem;
font-weight: 700;
}
.csr_box_dbl .col img {
display: block;
width: 140px;
margin: 0 auto 40px auto;
}
.csr_box_dbl .col p {
font-size: 1.9rem;
line-height: 1.7em;
}

.bx-wrapper {
max-width: 600px !important;
margin: 40px auto 40px auto !important;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: none;
margin: 0 auto;
}
.bx-wrapper .bx-pager {
padding: 0;
bottom: -20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: rgba(0,0,0,0.2);
width: 30px;
height: 4px;
margin: 0 4px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
background: rgba(219,32,40,0.8);
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -20px;
width: 40px;
height: 40px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
background-position: center center;
}
.bx-wrapper .bx-prev {
left: 20px;
background: url(../images/btn_slide_prev.png) center center /cover no-repeat;
}
.bx-wrapper .bx-next {
right: 20px;
background: url(../images/btn_slide_next.png) center center /cover no-repeat;
}
.blk_pg_csr figure {
margin: 0;
display: block;
position: relative;
}
.blk_pg_csr figure div {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
box-sizing: border-box;
color: #fff;
background: rgba(0,0,0,0.2);
}
.blk_pg_csr figure div p {
font-size: 1.6rem;
line-height: 1.4em;
}
.blk_pg_csr figure div span {
display: block;
margin-top: 10px;
font-size: 1.3rem;
line-height: 1.6em;
}

.link_csr1 {
text-align: center;
}
.link_csr1 a {
color: #00a0e9;
}
.link_csr1 + p {
margin-top: 25px;
}

.list_csr_pt3 {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.list_csr_pt3 li {
width: 200px;
margin: 0 15px;
}

.pp_rt_corp1,
.pp_rt_corp2 {
display: none;
background: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2000;
}
.close_rt_corp1,
.close_rt_corp2 {
position: absolute;
top: 40px;
right: 40px;
}
.pp_rt_corp1 .img,
.pp_rt_corp2 .img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.box_pg_csr_about h3 {
text-align: center;
font-size: 3.1rem;
line-height: 1.3em;
font-weight: 700;
margin-bottom: 30px;
}
.box_pg_csr_about h3 span {
font-size: 1.4rem;
font-weight: 700;
color: #209D8C;
margin-bottom: 10px;
display: block;
text-align: center;
}
.box_pg_csr_about img {
max-width: 270px;
display: block;
margin: 0 auto 35px auto;
}
.box_pg_csr_about .txt {
font-size: 1.9rem;
line-height: 1.7em;
margin-bottom: 25px;
}

.forSp {
display: none;
}




/* map */

.box_all_maps {
position: relative;
overflow: hidden;
height: 840px;
}
.blk_maps {
text-align: center;
padding-top: 104px;
}
.box_map {
text-align: center;
position: absolute;
top: 9999px;
left: 50%;
transform: translateX(-50%);
opacity: 0;
width: 100%;
max-width: 750px;
}
.box_map.onscreen {
top: 0;
opacity: 1;
}
.box_map .btn1 {
margin-top: 40px;
}
.box_pg_map1 {
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 0 40px;
box-sizing: border-box;
}
.box_pg_map1 img {
display: block;
margin: 0 auto;
}
.box_pg_map1 ul {
padding: 40px 30px 0 30px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.box_pg_map1 ul li {
padding: 0 10px 20px 10px;
width: calc(100% / 3 - 20px);
transition: all .5s ease;
}
.box_pg_map1 ul li a {
display: block;
background: #fff;
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
color: #111;
padding: 25px;
box-sizing: border-box;
width: 100%;
font-weight: 700;
position: relative;
}
.box_pg_map1 ul li a:after {
content: '';
display: block;
background: url(../images/ico-arw01.png) center center /contain no-repeat;
position: absolute;
top: 50%;
right: 16px;
width: 8px;
height: 12px;
transform: translateY(-50%);
transition: all .5s ease;
}
.box_pg_map1 ul li a:hover:after {
right: 12px;
}
.box_pg_map1 ul li:hover {
transform: translateY(-3px);
}

.box_pg_map2 {
width: 100%;
max-width: 1100px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
justify-content: center;
-webkit-justify-content: center;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.box_pg_map2 .col {
padding: 30px;
width: calc(100% / 3 - 60px);
}
.box_pg_map2 .col strong {
display: block;
font-size: 2.1rem;
line-height: 1.3em;
font-weight: 700;
text-align: center;
}
.box_pg_map2 .col span {
display: block;
font-size: 1.2rem;
line-height: 1.3em;
font-weight: 700;
text-align: center;
margin-top: 7px;
}
.box_pg_map2 .col img {
display: block;
margin: 15px auto 20px;
}
.box_pg_map2 .col p {
font-size: 1.4rem;
line-height: 1.5em;
}
.cts_map2_all {
position: relative;
}
.map_sns {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
position: absolute;
top: 40px;
right: 40px;
}
.map_sns li {
width: 50px;
margin-left: 15px;
}

body.screen:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.5);
z-index: 99999;
}

.blk_notmap {
display: none;
background: #fff;
box-sizing: border-box;
width: 360px;
padding: 50px 20px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99999;
}
.blk_notmap p {
text-align: center;
font-weight: 700;
}
.blk_notmap a {
display: block;
margin: 30px auto 0 auto;
text-align: center;
font-weight: 700;
color: #111;
box-sizing: border-box;
width: 180px;
line-height: 44px;
border: 2px solid #111;
border-radius: 44px;
}
.blk_notmap a:hover {
color: #fff;
background: #db2028;
border: 2px solid #db2028;
}










@media only screen and (max-width: 1024px) {


/* Nav */

.nav {
display: none;
}
.sp-nav {
display: block;
background: #db2028;
width: 100%;
box-sizing: border-box;
padding: 10px 20px;
position: fixed;
top: 0;
left: 0;
z-index: 999;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.sp-nav .logo {
width: 40px;
}
.menu-open {
width: 18px;
display: block;
}
.menu-close {
width: 18px;
display: block;
padding: 23px 20px;
}
.modal-menu {
display: none;
color: #fff;
background: #c30f16;
box-sizing: border-box;
width: 260px;
height: 100%;
position: fixed;
top: 0;
right: 0;
overflow-y: auto;
z-index: 999999;
}
.modal-menu a {
color: #fff;
}
.modal-menu ul {
border-top: 1px solid rgba(17,17,17,0.08);
}
.modal-menu ul li a {
line-height: 52px;
padding-left: 20px;
border-bottom: 1px solid rgba(17,17,17,0.08);
position: relative;
color: #fff;
display: block;
font-size: 1.4rem;
font-weight: 700;
}
.modal-menu ul li a:after {
content: '';
width: 7px;
height: 12px;
display: block;
margin-top: -6px;
position: absolute;
top: 50%;
right: 20px;
background: url(../images/ico-arw01.png) center center /cover no-repeat;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.modal-menu .logo {
width: 50px;
margin: 24px auto;
}




/* Parts */

.brPc {
display: none;
}
.brSp {
display: block;
}
.conts {
margin-top: 60px;
padding-left: 0;
height: 100%;
}
.cts {
padding: 60px 20px;
}
.cts2 {
padding: 60px 0;
}
.ttl1 {
font-size: 2.4rem;
line-height: 1.4em;
margin-bottom: 24px;
}
.ttl1:after {
width: 30px;
margin: 12px auto 0 auto;
}
.ttl1 span {
font-size: 1.4rem;
margin-top: 6px;
}
.ttl2 {
font-size: 1.9rem;
margin-bottom: 24px;
}
.ttl2 span {
font-size: 1.2rem;
margin-top: 6px;
}
.ttlIco {
padding-top: 40px;
background: url(../images/ico-logo-min.png) center top /36px no-repeat;
}
.txtTtlMin {
font-size: 1.4rem;
line-height: 1.6em;
text-align: center;
margin-bottom: 24px;
}
.btn1 {
font-size: 1.4rem;
width: 180px;
line-height: 38px;
border-radius: 38px;
}
.btn2 {
width: 100%;
line-height: 60px;
}
.btn3 {
font-size: 1.4rem;
width: 180px;
line-height: 38px;
border-radius: 38px;
}
.mt40 {
margin-top: 24px;
}
.mt100 {
margin-top: 48px;
}
.mb80 {
margin-bottom: 24px;
}
.box1 {
max-width: 980px;
margin: 0 auto;
}

.footer {
padding: 32px 20px 32px 20px;
}
.footer img {
width: 40px;
}
.footer .copy {
font-size: 1.0rem;
margin-top: 20px;
}




/* Index */

.main {
height: calc(100% - 60px);
min-height: auto;
text-align: center;
}
.main div {
width: 100%;
box-sizing: border-box;
padding: 0 20px;
}
.main img {
width: 110px;
}
.main .st1 {
font-size: 1.3rem;
margin: 0 0 12px 0;
}
.main .st2 {
font-size: 2.6rem;
letter-spacing: -0.15em;
line-height: 1.4em;
margin: 16px 0;
}
.main span {
font-size: 1.6rem;
line-height: 1.6em;
letter-spacing: 0em;
margin: 0 0 32px 0;
}
.main p {
max-width: 480px;
font-size: 1.3rem;
line-height: 1.6em;
width: 100%;
padding: 20px;
text-align: left;
}

.blk_rank {
margin: 0 auto 20px;
}
.blk_rank .col {
padding: 17px 0;
}
.blk_rank .col figure .user {
width: 40px;
}
.blk_rank .col figure .rank {
width: 50px;
margin-right: 12px;
}
.blk_rank .col figure .rank2 {
font-size: 1.3rem;
width: 30px;
line-height: 30px;
border-radius: 30px;
margin: 0 20px 0 12px;
}
.blk_rank .col .data {
padding-left: 15px;
}
.blk_rank .col .data a {
font-size: 1.4rem;
}
.blk_rank .col .data p {
font-size: 1.1rem;
margin: 7px 0 12px 0;
}
.blk_rank .col .data span {
font-size: 1.0rem;
}

.blk_fullrank {
padding: 0 0 20px 0
}
.blk_fullrank .box {
overflow: auto;
height: calc(100% - 72px - 42px - 20px);
margin: 0 auto 20px;
padding: 0 20px;
}
.blk_fullrank .box::-webkit-scrollbar {
width: 3px;
}
.blk_fullrank .ttl2 {
margin: 0;
padding: 30px 0 20px;
}

.front-sasacan {
padding: 10px;
}
.front-sasacan .col {
width: 100%;
height: 400px;
text-align: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.front-sasacan .col div {
width: 100%;
box-sizing: border-box;
padding: 0;
}
.front-sasacan strong {
font-size: 3.2rem;
}
.front-sasacan span {
font-size: 2.2rem;
margin: 32px 0 20px 0;
}
.front-sasacan p {
font-size: 1.4rem;
}

.news {
margin: 0 auto 24px auto;
}
.news dl {
padding: 16px 4px;
}
.news dt {
font-size: 1.2rem;
width: 90px;
}
.news dd {
font-size: 1.2rem;
}

.boxTxt {
max-width: 480px;
margin: 0 auto 48px auto;
text-align: left;
}
.boxTxt p {
font-size: 1.2rem;
line-height: 1.8em;
}

.txt_cts {
text-align: left;
font-size: 1.2rem;
margin: -8px 0 24px 0;
}



.comic_list:before {
width: 18px;
height: 28px;
left: 10%;
margin-top: -14px;
}
.comic_list:after {
width: 18px;
height: 28px;
right: 10%;
margin-top: -14px;
}



.comic_list a.comic1st {
width: 50%;
}

.comic_list a.tw {
width: 120px;
line-height: 32px;
margin: 15px auto 0 auto;
font-size: 1.1rem;
}

.ico_big {
width: 32px;
right: 8px;
bottom: 8px;
}

.boxCp .data {
padding: 16px 0 0 0;
}
.boxCp .data ul li {
font-size: 1.4rem;
line-height: 1.6em;
padding: 16px 0;
}
.boxCp .data ul li span {
margin-bottom: 4px;
}

.mfp-container {
position: fixed;
}

.mfp-bottom-bar {
margin-top: -7%;
}
.mfp-arrow {
top: auto;
bottom: -5.5%;
margin-top: 0;
}

.boxCp2 iframe {
max-width: 100%;
height: 200px;
}


.blk_prof {
text-align: center;
padding: 24px 20px 32px 20px;
margin: 20px auto 0px;
width: 80%;
display: block;
}
.blk_prof img {
display: block;
width: 68px;
border-radius: 68px;
border: 3px solid #eee;
margin: 0 auto 12px;
}
.blk_prof div {
padding-left: 0;
}
.blk_prof div strong {
font-size: 1.4rem;
margin-bottom: 16px;
}
.blk_prof div ul {
justify-content: center;
-webkit-justify-content: center;
}
.blk_prof div ul li {
margin: 0 4px;
}
.blk_prof div ul li a {
font-size: 1.0rem;
padding: 6px 12px;
}




.jichitai {
margin-bottom: 12px;
}
.jichitai .col {
box-sizing: border-box;
width: 33.333%;
padding: 0 6px 12px 6px;
}
.jichitai .col strong {
font-size: 1.2rem;
margin-top: 8px;
}
.jichitai .col span {
font-size: 1.0rem;
margin-top: 4px;
}

.ctsMurayama .col {
display: block;
margin-bottom: 24px;
}
.ctsMurayama .col img {
border: 2px solid #fff;
width: 80%;
margin: 0 auto;
display: block;
}
.ctsMurayama .col .data {
padding: 24px 0 0 0;
}
.ctsMurayama .col .data p {
font-size: 1.4rem;
line-height: 1.8em;
}

.ctsFurusato {
margin: 0 auto;
}
.ctsFurusato img {
width: 240px;
margin: 0 auto 24px auto;
}
.ctsFurusato p {
font-size: 1.4rem;
line-height: 1.8em;
}

.ctsDoublerand {
margin: 0 auto;
}
.ctsDoublerand p {
font-size: 1.4rem;
text-align: left;
}
.ctsDoublerand img {
margin: 24px auto 32px auto;
}

.ctsPeople {
margin: 0 auto -16px auto;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.ctsPeople .col {
width: 48%;
height: 140px;
border-radius: 8px;
margin: 0 0 80px 0;
}
.ctsPeople .col .data {
display: block;
width: 100%;
height: auto;
border-radius: 0;
color: #111;
background: none;
padding-top: 152px;
}
.ctsPeople .col .data strong {
font-size: 1.4rem;
margin-bottom: 10px;
}
.ctsPeople .col .data span {
font-size: 1.0rem;
}
.ctsPeople .col .data span + span {
margin-top: 6px;
}

.ctsGroup {
height: auto;
display: block;
}
.ctsGroup + .ctsGroup {
margin-top: 32px;
}
.ctsGroup:before {
top: auto;
bottom: 0;
left: 5%;
width: 90%;
height: 80%;
}
.ctsGroup:nth-of-type(2n):before {
right: auto;
left: 5%;
}
.ctsGroup .tmb {
max-width: 480px;
display: block;
width: 78%;
margin: 0 auto;
}
.ctsGroup:nth-of-type(2n) .tmb {
margin: 0 auto;
}
.ctsGroup .data {
padding: 16px 10% 32px 10%;
}
.ctsGroup:nth-of-type(2n) .data {
padding: 16px 10% 32px 10%;
}

.ctsGroup .data .blk_ttl {
display: block;
}
.ctsGroup .data .blk_ttl img {
width: 50%;
margin: 0 auto 12px auto;
}
.ctsGroup .data .blk_ttl h3 {
font-size: 2.2rem;
text-align: center;
}
.ctsGroup .data .blk_ttl h3 span {
font-size: 1.1rem;
margin: 16px auto 8px;
width: 150px;
}

.ctsGroup .data p {
font-size: 1.4rem;
line-height: 1.8em;
margin: 12px 0 16px 0;
}
.ctsGroup .data a {
margin: 0 auto;
line-height: 38px;
border-radius: 38px;
}

.ctsContact {
-webkit-flex-direction: column;
flex-direction: column;
}
.ctsContact form {
width: 100%;
}
.ctsContact form input[type=text],
.ctsContact form input[type=email],
.ctsContact form input[type=tel] {
margin-bottom: 16px;
}
.ctsContact form textarea {
margin-bottom: 16px;
}
.ctsContact form button[type=submit] {
line-height: 60px;
}

.ctsContact .ctsCom {
width: 100%;
margin-top: 40px;
}
.ctsContact .ctsCom dl {
padding: 16px 4px;
}
.ctsContact .ctsCom dl dt {
font-size: 1.4rem;
line-height: 1.6em;
margin-bottom: 4px;
}
.ctsContact .ctsCom dl dd {
font-size: 1.4rem;
line-height: 1.6em;
}










/* Page csr */

.csr_main {
padding: 40px 4% 60px;
box-sizing: border-box;
}
.csr_main h1 {
font-size: 2.3rem;
margin-bottom: 20px;
}
.csr_main p {
font-size: 1.3rem;
}
.box_csr_ttl h2 {
font-size: 2.4rem;
padding-top: 50px;
}
.box_csr_ttl h2:after {
content: '';
width: 30px;
margin: 12px auto 0 auto;
}



.ttl_csr {
font-size: 1.9rem;
margin-bottom: 20px;
}
.ttl_csr span {
font-size: 6.0rem;
margin: 0 auto 7px auto;
}
.blk_pg_csr .cts {
padding: 50px 20px;
}
.blk_pg_csr .cts2 {
padding: 50px 0;
}
.blk_pg_csr .lead {
font-size: 1.4rem;
margin-bottom: 24px;
}
.img_csr_type1 {
max-width: 300px;
margin: 0 auto 15px auto;
}
.img_csr_type2 {
max-width: 300px;
display: block;
margin: 0 auto;
}




.csr_box_dbl {
margin-bottom: 20px;
padding: 10px 5px;
}
.csr_box_dbl .col {
padding: 50px 17px;
width: calc(100% / 2 - 10px);
margin: 0 5px;
}
.csr_box_dbl .col .ttl {
top: 4px;
}
.csr_box_dbl .col:nth-of-type(1) .ttl {
left: 4px;
}
.csr_box_dbl .col:nth-of-type(2) .ttl {
right: 4px;
}
.csr_box_dbl .col .ttl p {
padding: 12px 3px;
font-size: 1.6rem;
}
.csr_box_dbl .col img {
width: 60px;
margin: 0 auto 20px auto;
}
.csr_box_dbl .col p {
font-size: 1.3rem;
}







.bx-wrapper {
max-width: 640px !important;
margin: 20px auto 40px auto !important;
}
.bx-wrapper .bx-pager {
bottom: -20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
width: 25px;
height: 3px;
}
.bx-wrapper .bx-controls-direction a {
margin-top: -12px;
width: 24px;
height: 24px;
}
.bx-wrapper .bx-prev {
left: 2px;
}
.bx-wrapper .bx-next {
right: 2px;
}
.blk_pg_csr figure {
max-width: none;
}
.blk_pg_csr figure div {
padding: 12px;
}
.blk_pg_csr figure div p {
font-size: 1.4rem;
}
.blk_pg_csr figure div span {
margin-top: 3px;
font-size: 1.1rem;
}
.link_csr1 a {
font-size: 1.3rem;
}
.link_csr1 + p {
margin-top: 15px;
}
.list_csr_pt3 li {
width: 100px;
margin: 0 7px;
}



.close_rt_corp1,
.close_rt_corp2 {
width: 18px;
top: 20px;
right: 20px;
}
.pp_rt_corp1 .img,
.pp_rt_corp2 .img {
width: 80%;
max-width: 500px;
}

.box_pg_csr_about h3 {
font-size: 1.9rem;
margin-bottom: 20px;
}
.box_pg_csr_about h3 span {
font-size: 1.2rem;
margin-bottom: 7px;
}
.box_pg_csr_about img {
max-width: 200px;
margin: 0 auto 20px auto;
}
.box_pg_csr_about .txt {
font-size: 1.4rem;
margin-bottom: 15px;
}


.forPc {
display: none;
}
.forSp {
display: block;
}


/* map */

.box_all_maps {
height: 382px;
}
.blk_maps {
padding-top: 50px;
max-width: 320px;
margin: 0 auto;
}
.box_map {
max-width: 320px;
}

.box_map .btn1 {
margin-top: 20px;
}
.box_pg_map1 {
width: 100%;
max-width: none;
padding: 0;
}
.box_pg_map1 ul {
padding: 20px 13px 0 13px;
}
.box_pg_map1 ul li {
padding: 0 7px 14px 7px;
width: calc(100% / 2 - 14px);
}
.box_pg_map1 ul li a {
padding: 17px;
font-size: 1.3rem;
}
.box_pg_map1 ul li a:after {
right: 8px;
width: 6px;
height: 9px;
}
.box_pg_map1 ul li a:hover:after {
right: 8px;
}

.box_pg_map2 {
max-width: none;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.box_pg_map2 .col {
padding: 15px 0;
width: calc(100% / 2 - 15px);
}
.box_pg_map2 .col strong {
font-size: 1.6rem;
}
.box_pg_map2 .col span {
font-size: 1.0rem;
margin-top: 5px;
}
.box_pg_map2 .col img {
width: 100px;
margin: 10px auto 10px;
}
.box_pg_map2 .col p {
font-size: 1.2rem;
}
.map_sns {
top: 15px;
right: 15px;
}
.map_sns li {
width: 30px;
margin-left: 10px;
}

.blk_notmap {
width: 92%;
padding: 30px 10px;
}
.blk_notmap p {
font-size: 1.4rem;
}
.blk_notmap p + p {
margin-top: 10px;
}
.blk_notmap a {
font-size: 1.4rem;
line-height: 38px;
border-radius: 38px;
margin: 20px auto 0 auto;
}




}
