/* css start */

/* Setting */
html {
  height: auto;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  font-weight: normal;
  text-align: justify;
}

*:active, *:focus {
  outline: none;
}

/************************************************
	Setting
************************************************ */
* {
  transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {

}

body {
  color: #000;
  background: #000;

  letter-spacing: 0.05em;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
}

/* link */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  /*text-decoration: underline;*/
}

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}
/************************************************
	PC
************************************************ */
@media screen and (min-width: 769px) {
  #header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 86px;
    z-index: 999;
  }
  #header ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .mvArea {

  }

  #mvTop h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  #mvTop .btnArea {
    text-align: center;
  }

  .addImg {
    margin-top: 50px;
  }
  .addImg p {
    text-align: center;
  }
  .addImg p.img02 {
    margin-top: 15px;
  }
  .addImg p.img03 {
    margin-top: 80px;
  }

  #container {
    width: 1400px;
    margin: 0 auto;
  }
  #container h1.tit {
    padding: 40px 0;
    text-align: center;
  }

  section .inner {
    max-width: 1281px;
    margin: 0 auto;
  }

  #sec01 {
    padding: 17px 0 125px;
  }
  #sec01 .photo {
	margin-left: -3px;
  }
  #sec01 .scrollLink ul {
	  margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
	#sec01 .scrollLink ul li {
		margin:0 2px 0 3px;
	}
  #sec01 p {
    text-align: center;
  }
  #sec01 p.sec01_01 {
    margin-top: 80px;
  }
	#sec00 h2 {
		margin: 84px 52px 55px;
	}
  #sec02 {
    padding: 75px 0 140px 105px;
    background: #FFFFF3;
  }
  #sec02 p.sec02_01 {
    margin-top: 37px;
  }
  #sec02 p.sec02_02 {
    margin-top: 90px;
  }
  #sec02 p.sec02_03 {
    margin-top: 90px;
  }
  #sec02 p.sec02_04 {
    margin-top: 70px;
  }
  #sec02 p.sec02_05 {
    margin-top: 55px;
  }
  #sec02 p.sec02_06 {
    margin-top: 65px;
  }
  #sec02 p.sec02_07 {
    margin-top: 67px;
  }
  #sec02 p.sec02_08 {
    margin-top: 123px;
  }
  #sec02 p.sec02_09 {
    margin-top: 92px;
  }

  #sec03 {
    padding: 110px 0 110px 117px;
  }
  #sec03 p.sec03_01 {
    margin: 32px 0 0 -3px;
  }
  #sec03 p.sec03_02 {
    margin: 78px 0 0 -10px;
  }
  #sec03 p.sec03_03 {
    margin-top: 85px;
  }

  #sec04 {
    padding: 80px 0 120px 50px;
    background: #FFFFF3;
  }
  #sec04 p.sec04_01 {
    margin-top: 30px;
  }
  #sec04 p.sec04_02 {
    margin-top: 65px;
  }
  #sec04 p.sec04_03 {
    margin-top: 60px;
  }

  #sec05 {
    padding: 93px 0 147px 103px;
  }
  #sec05 p.sec05_01 {
    margin-top: 32px;
  }
  #sec05 p.sec05_02 {
    margin-top: 77px;
  }

  #sec06 {
    padding: 76px 0 90px 104px;
    background: #282828;
  }
  #sec06 p.sec06_01 {
    margin-top: 30px;
    margin-left: 104px;
  }
  #sec06 p.sec06_02 {
    margin-top: 90px;
  }
  #sec06 p.sec06_03 {
    margin-top: 60px;
    text-align: center;
  }
  #sec06 p.sec06_04 {
    margin-top: 50px;
    text-align: center;
  }
  #sec07 {
    background: #282828;
  }

  #footer .inner {
    position: relative;
  }
  #footer .btnArea {
    position: absolute;
    top: 115px;
    right: 260px;
  }

  #goTop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    opacity: 0;
  }
  #goTop.is-show {
    opacity: 1;
  }

  .copy {
    text-align: center;
    padding: 60px 0;
  }
}
/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  #fixHeaderSP {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  #fixHeaderSP .headerSP {
    height: 50px;
  }
  #fixHeaderSP .logo {
    padding-left: 5px;
  }
  #fixHeaderSP .logo img {
    height: 55px;
  }

  .fixNav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
    padding-top: 10px;
    background: #D70D18;
  }
  .fixNav ul li {
    background: #000;
  }
  .fixNav ul img {
    width: auto;
  }

  #menuBtn {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/menu_bt.png) no-repeat center center;
    background-size: 70%;
  }
  #menuBtn.open {
    background: url(../images/cl_bt.png) no-repeat center center;
    background-size: 40%;
  }

  .spNav {
    transition: all 0.3s ease-out;
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    right: 0;
    bottom: 0;
    overflow: auto;
    visibility: hidden;
  }
  .spNav .logo {
    transform: translate(0, -40px);
    opacity: 0;
    background: #fff;
  }
  .spNav ul {
    width: 100%;
    background: #fff;
    height: 0;
  }
  .spNav ul li {
    padding: 0 20px;
    transform: translate(0, -40px);
    transition: all 0.4s ease;
    opacity: 0;
  }
  .spNav ul li a {
    font-weight: bold;
    font-size: 16px;
    display: block;
    border-top: 1px solid #000;
    color: transparent;
    padding: 15px 10px;
    position: relative;
  }
  .spNav ul li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  .spNav.open {
    opacity: 1;
    width: 100%;
    border-radius: 0;
    visibility: visible;
  }
  .spNav.open .logo {
    opacity: 1;
    transform: translate(0, 0);
  }
  .spNav.open ul {
    height: auto;
  }
  .spNav.open ul li {
    opacity: 1;
    transform: translate(0, 0);
  }
  .spNav.open ul li a {
    color: #000;
  }

  .mvArea {
    background: #D70D18;
  }

  #mvTop .btnArea {
    padding: 0 20px;
  }

  .addImg {
    margin-top: 20px;
    padding: 0 20px;
  }
  .addImg p {
    text-align: center;
  }
  .addImg p.img02 {
    margin-top: 10px;
  }
  .addImg p.img03 {
    margin-top: 10px;
  }

  #container {
    padding-top: 0;
  }
  #container h1.tit {
    padding: 10px 0;
    text-align: center;
  }
  #container h1.tit img {
    width: 50%;
  }

  #sec01 {
    padding: 20px 0 21px;
  }
  #sec01 .scrollLink {
	margin-bottom: 7px;
  }
  #sec01 .scrollLink ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1px 12px;
  }
  #sec01 .scrollLink ul li {
    width: 49.5%;
    margin-bottom: 1.5%;
  }
  #sec01 .scrollLink ul li img {
	width: 100%;
  }
  #sec01 p.sec01_01 {
    margin-top: 25px;
  }
  #sec00 .photo {
	margin-top: -2px;
  }
  #sec01 img,
  #sec06 img,
  #sec05 img,
  #sec03 img,
  #sec02 img,
  #sec00 img {
	width: 100%;
}
  #sec02 {
    background: #282828;
  }

  #sec04 {
    background: #282828;
  }

  #sec06 {
    background: #282828;
  }

  #footer .inner {
    position: relative;
  }
  #footer .btnArea {
    width: 53%;
    position: absolute;
    top: 30%;
    right: 3%;
  }

  #goTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 25%;
    opacity: 0;
  }
  #goTop.is-show {
    opacity: 1;
  }

  .copy {
    text-align: center;
    padding: 25px;
  }
}
#gFooter .fNaviBox {
	line-height: 1.22;
}
#gFooter .topLink a, #gFooter .fNaviBox a {
	font-size: 21px;
}

#gNavi > ul > li > a {
	font-size: 15px;
}
#gNavi .subBox .subNavi {
	line-height: 1.1;
}