@charset "UTF-8";

/**
 * top
**/
.fp-watermark {
  display: none;
}
#top_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  width: 100%;
}
#top_header h1 {
  width: 208px;
  position: absolute;
  top: 18px;
  left: 84px;
  z-index: 1;
}
#top_header .openbtn {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 72px;
  height: 72px;
  transition: all .4s;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 100;
}
#top_header .openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 21px;
  height: 1px;
  border-radius: 0px;
  background: #fff;
  width: 30px;
}
#top_header .openbtn span:nth-of-type(1) {
  top: 22px;
}
#top_header .openbtn span:nth-of-type(2) {
  top: 34px;
}
#top_header .openbtn span:nth-of-type(3) {
  top: 46px;
}
#top_header .openbtn:hover{
  background: #231815;
}
#top_header .openbtn:hover span{
  background: #ffffff;
}
#top_header .openbtn.active {
  background: #231815;
}
#top_header .openbtn.active span{
  background: #ffffff;
}
#top_header .openbtn.active span:nth-of-type(1) {
  top: 29px;
  transform: translateY(6px) rotate(-45deg);
}
#top_header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
#top_header .openbtn.active span:nth-of-type(3){
  top: 41px;
  transform: translateY(-6px) rotate(45deg);
}
@media only screen and (max-width: 900px) {
  #top_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
  }
  #top_header h1 {
    width: 150px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
  }
  #top_header .openbtn {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #fff;
    transition: all .4s;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 100;
  }
  #top_header .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 1px;
    border-radius: 0px;
    background: #000;
    width: 20px;
  }
  #top_header .openbtn:hover {
    background: #fff;
  }
  #top_header .openbtn:hover span{
    background: #000;
  }
  #top_header.scroll .openbtn {
    background: #fff;
  }
  #top_header.scroll .openbtn span{
    background: #000;
  }
  #top_header .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  #top_header .openbtn span:nth-of-type(2) {
    top: 25px;
  }
  #top_header .openbtn span:nth-of-type(3) {
    top: 35px;
  }
  #top_header .openbtn.active {
    background: #000000;
  }
  #top_header .openbtn.active span:nth-of-type(1) {
    top: 19px;
    background: #fff;
    transform: translateY(6px) rotate(-45deg);
  }
  #top_header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    background: #fff;
  }
  #top_header .openbtn.active span:nth-of-type(3){
    top: 31px;
    background: #fff;
    transform: translateY(-6px) rotate(45deg);
  }
}


#top_navi {
  width: 100%;
  height: 70px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#top_navi ul {
  width: 100%;
  display: flex;
}
#top_navi ul li {
  width: 25%;
  height: 70px;
  display: table;
}
#top_navi ul li a {
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 16px;
  color: #231815;
  text-align: center;
  display: table-cell;
  vertical-align: bottom;
	transition: all 0.5s;
}
#top_navi ul li a:hover {
  background: #e6e6e6;
  opacity: 1;
}
#top_navi ul li a .eng {
  line-height: 1.4em;
  font-size: 11px;
  font-weight: bold;
}
#top_navi ul li a:after {
  margin: 5px auto 0 auto;
  width: 10px;
  height: 6px;
  line-height: 6px;
  content: "";
  background: url("../images/top/arrow_02.png") no-repeat center center;
  background-size: cover;
  display: block;
}
@media only screen and (max-width: 900px) {

}

#side_bnr {
  width: 310px;
  height: calc( 100vh - 70px );
  text-align: center;
  /*background: rgba(255,255,255,0.75);*/
  
  display: table;
  
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  
	opacity : 0;
	transform : translate(0, -50px);
	transition: all 0.8s;
}
#side_bnr .cell {
  display: table-cell;
  vertical-align: middle;
}

#side_bnr.in {
	opacity : 1;
	transform : translate(0, 0);
	transition: all 0.8s;
}
#side_bnr h2 {
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
}
#side_bnr img {
  width: 100%;
  display: block;
}
#side_bnr .series {
  margin: 0 auto 18px;
  width: 75px;
  position: relative;
  overflow: hidden;
}
#side_bnr .series:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  
  background: #ED2314;
  background: linear-gradient(
    -45deg,
    rgba(235,35,20,0.1) 50%,
    rgba(255,255,255,0.6) 60%,
    rgba(235,35,20,0.1) 70%
  );
  background-size: 100% 100%;
  animation: shine 2s infinite;
  animation-delay: 3s;
  animation-timing-function: linear;
  top: 150%;
  left: 150%;
  opacity: 0.2;
}


#side_bnr .bnr {
    margin: 0 auto 0;
    width: 268px;
    position: fixed;
    bottom: 0;
}
#side_bnr .bnr li {
  margin: 0 0 10px;
}
#side_bnr .bnr li a {
  position: relative;
  display: block;
}
#side_bnr .bnr li a img.off {
  opacity: 1;
	transition: all 0.5s;
}
#side_bnr .bnr li a img.on {
  opacity: 0;
	transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
#side_bnr .bnr li a:hover img.off {
  opacity: 0;
}
#side_bnr .bnr li a:hover img.on {
  opacity: 1;
}
#side_bnr .bnr li a:hover {
  opacity: 1;
}
#side_bnr .photo_library_link {
  margin: 0 auto 15px;
  width: 268px;
  height: 40px;
  display: table;
}
#side_bnr .photo_library_link a {
  padding: 0 0 0 28px;
  line-height: 1.4em;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  background: #12295C;
  display: table-cell;
  vertical-align: middle;
  position: relative;
	transition: all 0.5s;
}
#side_bnr .photo_library_link a:hover {
  background: rgba(0,0,0,0.75);
  opacity: 1;
}
#side_bnr .photo_library_link a:after {
  margin: -4px 0 0 0;
  width: 4px;
  height: 8px;
  line-height: 8px;
  content: "";
  background: url("../images/top/arrow_03.png") no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
}
@media only screen and (max-width: 900px) {
  #side_bnr {
    display: none;
  }
}


.section {
  position: relative;
}
.section#section01 {
background: url("../images/007.png") no-repeat center center;
  background-size: cover;
}
.section#section02 {
  background: url("../images/005.png") no-repeat center center;
  background-size: cover;
}
.section#section03 {
background: url("../images/006.png") no-repeat center center;
  background-size: cover;
}
/*.section#section04 {
  background: url("../images/006.png") no-repeat center center;
  background-size: cover;
}
.section#section05 {
  background: url("../images/006.png") no-repeat center center;
  background-size: cover;
}
*/
.no-webp .section#section01 {
  background: url("../images/top/main_visual_01.jpg") no-repeat center center;
  background-size: cover;
}
.no-webp .section#section02 {
  background: url("../images/top/main_visual_02.jpg") no-repeat center center;
  background-size: cover;
}
.no-webp .section#section03 {
  background: url("../images/top/main_visual_03.jpg") no-repeat center center;
  background-size: cover;
}
.no-webp .section#section04 {
  background: url("../images/top/main_visual_04.jpg") no-repeat center center;
  background-size: cover;
}
.no-webp .section#section05 {
  background: url("../images/top/main_visual_05.jpg") no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  .section {
    position: relative;
  }
  .section#section01 {
    background: url("../images/007sp.png") no-repeat center center;
    background-size: cover;
  }
  .section#section02 {
    background: url("../images/005sp.png") no-repeat center center;
    background-size: cover;
  }
  .section#section03 {
    background: url("../images/006sp.png") no-repeat center center;
    background-size: cover;
  }
 /* .section#section04 {
    background: url("../images/006.png") no-repeat center center;
    background-size: cover;
  }
  .section#section05 {
    background: url("../images/007.png") no-repeat center center;
    background-size: cover;
  }*/
  .no-webp .section#section01 {
    background: url("../images/top/main_visual_01-sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .no-webp .section#section02 {
    background: url("../images/top/main_visual_02-sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .no-webp .section#section03 {
    background: url("../images/top/main_visual_03-sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .no-webp .section#section04 {
    background: url("../images/top/main_visual_04-sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .no-webp .section#section05 {
    background: url("../images/top/main_visual_05-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.section .box {
  line-height: 2.1em;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  position: absolute;
  left: 85px;
}
.section#section01 .box {
  width: 590px;
  text-align: right;
  top: 123px;
  left: 16.98%;
}
.section#section02 .box {
  top: 92px;
}
.section#section03 .box {
  top: 116px;
}
.section#section04 .box {
  top: 121px;
}
.section#section05 .box {
  top: 135px;
}
.section#section01 .box .eng img {
  display: block;
}
.section#section01 .box .eng {
  margin: 0 0 15px 0;
  max-width: 542px;
}
.section#section02 .box .eng {
  margin: 0 0 0 0;
  max-width: 533px;
}
.section#section03 .box .eng {
  margin: 0 0 25px 0;
  max-width: 338px;
}
.section#section04 .box .eng {
  margin: 0 0 5px 0;
  max-width: 519px;
}
.section#section05 .box .eng {
  margin: 0 0 5px 0;
  max-width: 354px;
}
.section .box .catch {
  margin: 0 0 25px 0;
  line-height: 1.8em;
  font-size: 21px;
  letter-spacing: 5px;
	opacity : 0;
	transform : translate(-50px, 0);
	transition: all 0.8s 0.25s;
}
.section.in .box .catch {
	opacity : 1;
	transform : translate(0, 0);
}
.section .box .description {
	opacity : 0;
	transform : translate(-50px, 0);
	transition: all 0.8s 0.25s;
}
.section.in .box .description {
	opacity : 1;
	transform : translate(0, 0);
}

.section .box .more {
  margin: 20px 0 0 0;
	opacity : 0;
	transform : translate(-50px, 0);
	transition: all 0.8s 0.25s;
}
.section.in .box .more {
	opacity : 1;
	transform : translate(0, 0);
}

.section .box .more a {
  padding: 0 0 5px 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4em;
  display: inline-block;
  border-bottom: 2px solid #D3DEE1;
}
.section .box .more a:after {
  margin: 0 0 0 25px;
  width: 31px;
  height: 9px;
  line-height: 9px;
  content: "";
  background: url("../images/top/arrow_01.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  .section .box {
    width: 100%;
    line-height: 2.1em;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
  }
  .section#section01 .box {
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
  }
  .section#section02 .box {
    top: 0;
  }
  .section#section03 .box {
    top: 0;
  }
  .section#section04 .box {
    top: 0;
  }
  .section#section05 .box {
    top: 0;
  }
  .section#section01 .box .eng img {
    display: block;
  }
  .section#section01 .box .eng {
    margin: 0 auto 0 auto;
    padding: 80px 0 0 0;
    max-width: 304px;
  }
  .section#section02 .box .eng {
    margin: 0 auto 0 auto;
    padding: 85px 0 0 0;
    max-width: 300px;
  }
  .section#section03 .box .eng {
    margin: 0 auto 0 auto;
    padding: 108px 0 0 0;
    max-width: 190px;
  }
  .section#section04 .box .eng {
    margin: 0 auto 0 auto;
    padding: 105px 0 0 0;
    max-width: 290px;
  }
  .section#section05 .box .eng {
    margin: 0 auto 0 auto;
    padding: 75px 0 0 0;
    max-width: 200px;
  }
  .section .box .catch {
    margin: 0 0 35px 0;
    line-height: 1.8em;
    font-size: 18px;
    letter-spacing: 5px;
  	transform : translate(0, 50px);
  }
  .section .box .description {
    transform : translate(0, 50px);
  }
  .section .box .more {
    margin: 35px 0 0 0;
  	transform : translate(0, 50px);
  }
  .section .box .more a {
    padding: 0 0 5px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4em;
    display: inline-block;
    border-bottom: 2px solid #D3DEE1;
  }
  .section .box .more a:after {
    margin: 0 0 0 25px;
    width: 31px;
    height: 9px;
    line-height: 9px;
    content: "";
    background: url("../images/top/arrow_01.png") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
}
.section .news {
    width: 350px;
    /* min-height: auto; */
    text-align: left;
    /* border-left: 1px solid #ffffff; */
    background: rgb(1 7 18 / 71%);
    position: absolute;
    bottom: 92px;
    left: 60px;
}
.section .news h3 {
    color: white;
    letter-spacing: 8px;
}
.section .news .more {
  position: absolute;
  top: 12px;
  right: 30px;
}
.section .news .more a {
  padding: 0 0 0 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4em;
  display: inline-block;
}
.section .news .more a:after {
  margin: 0 0 0 25px;
  width: 31px;
  height: 9px;
  line-height: 9px;
  content: "";
  background: url("../images/top/arrow_01.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.section .news .list {
    padding: 10px;
}
.section .news .list .item {
  padding: 8px 0 8px 15px;
  color: #ffffff;
  border-top: 1px dotted #ffffff;
  display: flex;
}
.section .news .list .item:nth-of-type(1) {
  border-top: none;
}
.section .news .list .item .update {
  width: 90px;
  line-height: 1.4em;
  font-size: 14px;
}
.section .news .list .item .title {
  line-height: 1.4em;
  font-size: 15px;
}
.section .news .list .item .title a {
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
.section .news {
    width: 55%;
    min-height: 120px;
    text-align: left;
    /* border-left: 1px solid #ffffff; */
    background: rgb(2 6 16 / 71%);
    position: absolute;
    bottom: 58px;
    left: 42%;
}
  .section .news .eng {
    max-width: 104px;
    position: absolute;
    top: -12px;
    left: 15px;
  }
  .section .news .more {
    position: absolute;
    top: 0;
    right: 12px;
  }
  .section .news .more a {
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 0px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4em;
    display: inline-block;
  }
  .section .news .more a:after {
    margin: 0 0 0 0;
    width: 20px;
    height: 5px;
    line-height: 5px;
    content: "";
    background: url("../images/top/arrow_01.png") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
.section .news .list {
    padding: 10px;
}
  .section .news .list .item {
    padding: 8px 0 8px 0;
    color: #ffffff;
    border-top: none;
    border-bottom: 1px dotted #ffffff;
    display: flex;
  }
  .section .news .list .item:nth-of-type(1) {
    border-top: none;
  }
  .section .news .list .item .update {
    width: 65px;
    line-height: 1.4em;
    font-size: 11px;
  }
.section .news .list .item .title {
    width: calc(100% - 65px);
    line-height: 1.4em;
    font-size: 14px;
    height: 1.4em;
    overflow: hidden;
}
  .section .news .list .item .title a {
    color: #ffffff;
  }

}


#eng01 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
}
#base01 path {
  fill:#fff;
}
#mask01 path {
  fill:none;
  stroke:#ffffff;
  stroke-width:20px;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#eng02 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
}
#base02 path {
  fill:#fff;
}
#mask02 path {
  fill:none;
  stroke:#ffffff;
  stroke-width:20px;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#eng03 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
}
#base03 path {
  fill:#fff;
}
#mask03 path {
  fill:none;
  stroke:#ffffff;
  stroke-width:20px;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#eng04 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
}
#base04 path {
  fill:#fff;
}
#mask04 path {
  fill:none;
  stroke:#ffffff;
  stroke-width:20px;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#eng05 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
}
#base05 path {
  fill:#fff;
}
#mask05 path {
  fill:none;
  stroke:#ffffff;
  stroke-width:20px;
  stroke-linecap:round;
  stroke-linejoin:round;
}


