@charset "UTF-8";
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,p,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figblock-event--day-name {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
    font-size: 62.5%;
}
body{
    color: #333;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: #F4F4F4;
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.wrapper{
    background: #F4F4F4;
}
.area-header img {
    width: 100%;
}
/*<-----resetcss*/

/*fadein
.fade_in {
    opacity: 0;
}*/
.area-header{
    padding-top: 20px;
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 0px); /*fadein X,Y,*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, -20px);
}

.area-body{
    max-width: 900px;
    margin: 100px auto 160px;
}
.ttl_area{
    font-size: 34px;
    text-align: center;
    color: #082d4f;
    font-weight: 600;
    padding: 50px 0;
}
.main_area{
    line-height: 2;
}
.area-body .date {
    margin-bottom: 30px;
    color: #6c7985;
}
@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    .bodyWrap{
        width:100%;
        margin: auto;
    }
    .area-body {
        padding: 0 8%;
        margin: 14% auto 20%;
    }
    .bodyWrap .ttl_area {
        font-size: 20px;
        font-weight: 600;
        padding: 0;
        margin: 10% auto;
        text-align: left;
    }
    .area-body .date {
        margin-bottom: 10%;
    }
    .main_area {
        font-size: 14px;
    }
}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.inview2 {
  opacity: 0;
}

.left {
  opacity: 0;
}

.right {
  opacity: 0;
}

.above {
  opacity: 0;
}

.down {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.up2 {
  -webkit-animation: VisualImage 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
  animation: VisualImage 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
}

.leftup {
  -webkit-animation: LeftAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: LeftAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.rightup {
  -webkit-animation: RightAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: RightAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.aboveup {
  -webkit-animation: AboveAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: AboveAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.downup {
  -webkit-animation: DownAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: DownAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*LeftAnimation*/
@-webkit-keyframes LeftAnimation {
  0% {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes LeftAnimation {
  0% {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.LeftAnimation {
  -webkit-animation-name: LeftAnimation;
  animation-name: LeftAnimation;
}

/*RightAnimation*/
@-webkit-keyframes RightAnimation {
  0% {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes RightAnimation {
  0% {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.RightAnimation {
  -webkit-animation-name: RightAnimation;
  animation-name: RightAnimation;
}

/*AboveAnimation*/
@-webkit-keyframes AboveAnimation {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes AboveAnimation {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.AboveAnimation {
  -webkit-animation-name: AboveAnimation;
  animation-name: AboveAnimation;
}

/*DownAnimation*/
@-webkit-keyframes DownAnimation {
  0% {
    opacity: 0;
    transform: translate3d(0, -15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes DownAnimation {
  0% {
    opacity: 0;
    transform: translate3d(0, -15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.DownAnimation {
  -webkit-animation-name: DownAnimation;
  animation-name: DownAnimation;
}