@charset "UTF-8";
/* CSS Document */
p {
  font-size: 14px;
  line-height: 1.7em;
  padding: 0 0 15px 0;
  margin: 0;
  color: #333;
  letter-spacing: 0.1em;
}
#slide {
  position: relative;
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
  background-color: #000;
}
section#top {
  background-image: url("../img/back.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 600px;
  padding: 50px 0;
}
section#top h1 {
  width: 870px;
  margin: 0 auto;
  padding: 35px 0 20px 0;
}
section#top h2 {
  width: 690px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
section#top p {
  text-align: center;
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.1em;
}
section#second {
  width: 1100px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#second h3 {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.box {
  width: 48%;
  height: 250px;
  position: relative;
  margin: 0 1% 80px 1%;
  background-position: center center;
  background-size: cover;
}
.box:nth-of-type(1) {
  background-image: url("../img/link-1.jpg");
}
.box:nth-of-type(2) {
  background-image: url("../img/link-2.jpg");
}
.box:nth-of-type(3) {
  background-image: url("../img/link-5.jpg");
}
.box:nth-of-type(4) {
  background-image: url("../img/link-6.jpg");
}
.box:nth-of-type(5) {
  background-image: url("../img/link-3.jpg");
}
.box:nth-of-type(6) {
  background-image: url("../img/link-4.jpg");
}
.link {
  position: absolute;
  width: 40%;
  left: 30%;
  height: 40px;
  bottom: -20px;
}
.link2 {
  width: 212px;
  margin: 0 auto;
}
section#foot-slide {
  width: 100%;
  margin: 0 0 0 0;
  background-image: url("../img/back2.png");
  background-position: top center;
  background-size: cover;
  padding: 50px 0 0 0;
}
section#foot-slide h4 {
  width: 400px;
  margin: 0 auto;
}
section#foot-slide p {
  text-align: center;
  line-height: 1.8em;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 20px 0 100px 0;
}
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 166px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#loopslider ul {
  height: 166px;
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider ul li {
  width: 250px;
  height: 166px;
  float: left;
  display: inline;
  overflow: hidden;
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#loopslider ul {
  display: inline-block;
  overflow: hidden;
}
.button {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  margin: 0 0 0 0;
  border-radius: 10px;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  border: 1px solid #ddd;
  color: #000;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  background-color: #fff;
}
.button:hover {
  color: #fff;
  letter-spacing: 0.3em;
}
.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #F15A24;
}
.albumbox {
  width: 1100px;
  margin: 20px auto;
  background-image: url("../img/album-back-pc.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.albumbox h4 {
  width: 550px;
  padding: 15px 0 0 30px;
}
.albumbox h5 {
  width: 500px;
  padding: 20px 0 80px 30px;
}
/*スマホ==========================================================================================================*/
@media screen and (max-width: 768px) {
  #slide {
    position: relative;
    margin: 0 0 0 0;
    padding: 50px 0 0 0;
    background-color: #000;
  }
  section#top {
    background-image: url("../img/back.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0;
  }
  section#top h1 {
    width: 70%;
    margin: 0 auto;
    padding: 35px 0 20px 0;
  }
  section#top h2 {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
  section#top p {
    text-align: left;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0;
    width: 90%;
    margin: 0 auto;
  }
  section#second {
    width: 80%;
    margin: 40px auto;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section#second h3 {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .box {
    width: 100%;
    height: 160px;
    position: relative;
    margin: 0 1% 50px 1%;
    background-position: center center;
    background-size: cover;
  }
  .link {
    position: absolute;
    width: 50%;
    left: 25%;
    height: 40px;
    bottom: -20px;
  }
  section#foot-slide {
    width: 100%;
    background-image: url("../img/back2.png");
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 50px 0 0 0;
    margin: 0 0 0 0;
  }
  section#foot-slide h4 {
    width: 70%;
    margin: 0 auto;
  }
  section#foot-slide p {
    text-align: justify;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0;
    width: 90%;
    margin: 0 auto;
  }
  #loopslider {
    margin: 0 auto;
    width: 100%;
    height: 166px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  #loopslider ul {
    height: 166px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  #loopslider ul li {
    width: 250px;
    height: 166px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  /* =======================================
    ClearFixElements
======================================= */
  #loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #loopslider ul {
    display: inline-block;
    overflow: hidden;
  }
  .button {
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    margin: 0 0 0 0;
    border-radius: 10px;
  }
  .button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .button {
    position: relative;
    z-index: 2;
    border: 1px solid #ddd;
    color: #000;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    background-color: #fff;
  }
  .button:hover {
    color: #fff;
    letter-spacing: 0.3em;
  }
  .button::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .button:hover::after {
    top: 0;
    left: 0;
    background-color: #F15A24;
  }
  .albumbox {
    width: 100%;
    margin: 20px auto;
    background-image: url("../img/album-back-sp.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 65%;
  }
  .albumbox h4 {
    width: 70%;
    padding: 15px 0 0 15px;
  }
  .albumbox h5 {
    width: 70%;
    padding: 20px 0 30px 15px;
  }
}