/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * about.scss
 */
#about {
  /* #header */
  /* PC
  --------------------------------------------------*/
  /* #aboutArea */
  /* #distributeArea */
  /* #eventArea */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#about .gNav > ul > li.about a,
#about .gNav > ul > li.about .label {
  border-bottom-color: #0018c0;
}
#about #aboutArea .wrap {
  max-width: 880px;
}
#about #aboutArea .title01 .sub {
  display: block;
  font-size: 28px;
  letter-spacing: 0.06em;
}
#about #aboutArea .lead {
  margin-bottom: 30px;
}
#about #aboutArea .list {
  margin-bottom: 60px;
}
#about #aboutArea .list > li {
  display: table;
  width: 100%;
  background: #ffffff;
}
#about #aboutArea .list > li + li {
  margin-top: 20px;
}
#about #aboutArea .list > li .image {
  display: table-cell;
  width: 34.09%;
  vertical-align: top;
}
#about #aboutArea .list > li .image img {
  width: 100%;
  height: auto;
}
#about #aboutArea .list > li .text {
  display: table-cell;
  padding: 40px;
  vertical-align: top;
}
#about #aboutArea .list > li .text .ttl {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
#about #aboutArea .list > li .text .ttl .sub {
  display: block;
  font-size: 17px;
}
#about #aboutArea .list > li .text .links {
  text-align: right;
}
#about #aboutArea .list > li .text .links > li {
  display: inline-block;
  padding-top: 12px;
}
#about #aboutArea .list > li .text .links > li + li {
  margin-left: 10px;
}
#about #aboutArea .list > li .text .links > li a {
  display: inline-block;
  position: relative;
  padding: 0 36px 0 10px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
}
#about #aboutArea .list > li .text .links > li a .arw {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  background: #0018c0;
}
#about #aboutArea .list > li .text .links > li a .arw:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 13px;
  height: 10px;
  background: url(../imgs/arw-02_2_white.svg) no-repeat center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.noTouch #about #aboutArea .list > li .text .links > li a:hover .arw:after {
  -moz-animation: arwMoveLeft 0.3s ease-in 0s;
  -webkit-animation: arwMoveLeft 0.3s ease-in 0s;
  animation: arwMoveLeft 0.3s ease-in 0s;
}
#about #distributeArea {
  padding-bottom: 0;
  border-top-color: rgba(0, 24, 192, 0.15);
}
#about #distributeArea .place .ttl {
  padding: 15px 30px;
  background: #0018c0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
#about #distributeArea .place .inner {
  zoom: 1;
  padding: 30px 30px 30px 90px;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.70;
}
#about #distributeArea .place .inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#about #distributeArea .place .inner .list {
  float: left;
  width: 33.33%;
  margin-left: 30px;
}
#about #distributeArea .place .inner .list:first-child {
  margin-left: -60px;
}
#about #distributeArea .place .inner .list dt {
  margin-top: 1.70em;
  font-weight: bold;
}
#about #distributeArea .place .inner .list dt:first-child {
  margin-top: 0;
}
#about #eventArea {
  border-top: none;
}
#about #eventArea .title {
  padding: 15px 30px;
  background: #0018c0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
#about #eventArea .list {
  zoom: 1;
  margin: 20px auto -10px;
  padding: 0 30px;
  text-align: center;
}
#about #eventArea .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
@media only screen and (max-width: 1355px) {
  #about #eventArea .list {
    max-width: 765px;
  }
}
#about #eventArea .list li {
  display: inline-block;
  width: 235px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
#about #eventArea .list li .item {
  display: block;
  background: #ffffff;
}
#about #eventArea .list li .item .text {
  position: relative;
  padding: 20px 20px 80px;
  font-weight: bold;
  line-height: 1.4;
}
#about #eventArea .list li .item .text .date {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #000000 solid 2px;
  font-size: 13px;
  -webkit-transition: border-color 0.3s ease-in 0s;
  -moz-transition: border-color 0.3s ease-in 0s;
  -o-transition: border-color 0.3s ease-in 0s;
  -ms-transition: border-color 0.3s ease-in 0s;
  transition: border-color 0.3s ease-in 0s;
}
#about #eventArea .list li .item .text .ttl {
  font-size: 20px;
  letter-spacing: 0.06em;
}
#about #eventArea .list li .item .text .status {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 4px 36px 4px 10px;
  background: #ffe73f;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.msie #about #eventArea .list li .item .text .status {
  padding-top: 7px;
  padding-bottom: 1px;
}
#about #eventArea .list li .item .text .status:before, #about #eventArea .list li .item .text .status:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#about #eventArea .list li .item .text .status:before {
  background-color: #0018c0;
  background-image: url(../imgs/arw-02_2_white.svg);
}
#about #eventArea .list li .item .text .status:after {
  background-color: #ffffff;
  background-image: url(../imgs/arw-02_2.svg);
  opacity: 0;
}
#about #eventArea .list li .item .text .status.finish, #about #eventArea .list li .item .text .status.off {
  background: none;
}
#about #eventArea .list li .item .text .status.off:before {
  opacity: 0.5;
}
#about #eventArea .list li a.item {
  color: #000000;
  text-decoration: none;
}
.noTouch #about #eventArea .list li a.item:hover {
  background: #0018c0;
  color: #ffffff;
}
.noTouch #about #eventArea .list li a.item:hover .text .date {
  border-bottom-color: #ffffff;
}
.noTouch #about #eventArea .list li a.item:hover .text .status {
  color: #000000;
}
.noTouch #about #eventArea .list li a.item:hover .text .status:before {
  opacity: 0;
}
.noTouch #about #eventArea .list li a.item:hover .text .status:after {
  opacity: 1;
}
.noTouch #about #eventArea .list li a.item:hover .text .status.finish {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  #about {
    /* #eventArea */
  }
  #about #eventArea .list {
    width: 510px;
    padding-left: 20px;
  }
  #about #eventArea .list li {
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #about {
    /* #aboutArea */
    /* #distributeArea */
    /* #eventArea */
  }
  #about #aboutArea .title01 .sub {
    font-size: 17px;
  }
  #about #aboutArea .lead {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
  }
  #about #aboutArea .list {
    margin-bottom: 40px;
  }
  #about #aboutArea .list > li {
    display: block;
  }
  #about #aboutArea .list > li + li {
    margin-top: 30px;
  }
  #about #aboutArea .list > li .image {
    display: block;
    width: auto;
  }
  #about #aboutArea .list > li .text {
    display: block;
    padding: 20px;
  }
  #about #aboutArea .list > li .text .ttl {
    margin-bottom: 0;
    font-size: 21px;
  }
  #about #aboutArea .list > li .text .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  #about #aboutArea .list > li .text .links > li {
    display: block;
  }
  #about #aboutArea .list > li .text .links > li + li {
    margin-left: 0;
  }
  #about #aboutArea .list > li .text .links > li a {
    padding: 0 30px 0 10px;
    line-height: 20px;
  }
  #about #aboutArea .list > li .text .links > li a .arw {
    width: 20px;
    height: 20px;
  }
  #about #aboutArea .list > li .text .links > li a .arw:after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 6px;
  }
  #about #distributeArea .place {
    border-bottom: #0018c0 solid 3px;
    background: #ffffff;
  }
  #about #distributeArea .place .ttl {
    overflow: hidden;
    position: relative;
    padding: 22px 50px 22px 20px;
    border-top: #0018c0 solid 3px;
    background: none;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.34;
    cursor: pointer;
  }
  #about #distributeArea .place .ttl:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background: url(../imgs/arw-01_2.svg) no-repeat center center;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #about #distributeArea .place .ttl.opened:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #about #distributeArea .place .inner {
    display: none;
    padding: 5px 20px 20px;
    line-height: 1.54;
  }
  #about #distributeArea .place .inner .list {
    float: none;
    width: auto;
    margin-top: 1.54em;
    margin-left: 0;
  }
  #about #distributeArea .place .inner .list:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  #about #distributeArea .place .inner .list dt {
    margin-top: 1.54em;
  }
  #about #eventArea .title {
    padding: 18px 20px;
    font-size: 17px;
  }
  .msie #about #eventArea .title {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  #about #eventArea .list {
    width: auto;
    padding: 0;
  }
  #about #eventArea .list li {
    float: none;
    width: auto;
    padding: 0;
  }
  #about #eventArea .list li + li {
    margin-top: 20px;
  }
  #about #eventArea .list li .item .text {
    padding: 20px 20px 60px;
    line-height: 1.29;
  }
  #about #eventArea .list li .item .text .date {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
  }
  #about #eventArea .list li .item .text .ttl {
    font-size: 21px;
  }
  #about #eventArea .list li .item .text .status {
    padding: 2px 30px 2px 10px;
  }
  .msie #about #eventArea .list li .item .text .status {
    padding-top: 4px;
    padding-bottom: 0;
  }
  #about #eventArea .list li .item .text .status:before, #about #eventArea .list li .item .text .status:after {
    width: 20px;
    -moz-background-size: auto 6px;
    -o-background-size: auto 6px;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
  }
}
