@charset "utf-8";

#container #content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.section {
  margin: 0 auto;
  padding: 100px 0;
  width: 950px;
  text-align: center;
}

/* main  */
#main-img {
  height: 650px;
  background: #f7f6f5 url('/static/img/ds/www/index/img-catch.jpg') no-repeat center 0;
  text-align: center;
}

#main-img p {
  margin: 0 auto;
  padding-top: 425px;
  width: 950px;
}

/* navigation  */
#navigation {
  margin-bottom: 0;
  background-color: transparent;
}

#navigation ul {
  margin-left: -475px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
}

/* lead  */
#lead h2 {
  color: #448aca;
  line-height: 1.4;
  font-size: 3em;
}

#lead h2 span {
  color: #f79256;
}

#lead .section {
  padding-top: 90px;
  position: relative;
}

#lead #current {
  margin-top: 20px;
  overflow: hidden;
}

#lead #current li {
  padding: 40px 0;
  border-radius: 4px;
  width: 450px;
  float: left;
  line-height: 1.3;
  background-color: #bde7f6;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 2em;
}

#lead #current li span {
  display: block;
  font-weight: bold;
  font-size: 1.5em;
}

#lead #current li.member {
  margin-right: 50px;
  background-image: url('/static/img/ds/www/index/icon-shop-s.png');
}

#lead #current li.item {
  background-image: url('/static/img/ds/www/index/icon-item-s.png');
}

#lead p.updated {
  margin: 5px auto 40px;
  width: 950px;
  font-size: 1.2em;
  text-align: right;
}

#lead h3 {
  margin-bottom: 20px;
  color: #448aca;
  font-size: 2.5em;
}

#lead div.imakore-box {
  overflow: hidden;
  width: 950px;
  height: 150px;
  position: relative;
}

#lead ul#imakore {
  width: 1200px;
  height: 150px;
  position: relative;
  text-align: left;
}

#lead ul#imakore li {
  margin-right: 20px;
  display: inline-block;
}

#lead .section:after,
#copy p:after {
  margin-left: -40px;
  content: "";
  border: 40px solid transparent;
  border-top: 33px solid #fff;
  position: absolute;
  height: 0;
  width: 0;
  top: 98%;
  left: 50%;
}

/* about  */
#about {
  background-color: #f7f6f5;
}

#about h2 {
  margin-bottom: 10px;
  color: #448aca;
  font-size: 4.5em;
}

#about .section > p {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 1.4em;
}

#about .about-ds {
  margin-top: 20px;
  padding: 50px 0 150px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

#about .about-ds p {
  margin: 40px 62px 0;
  float: left;
  width: 350px;
  line-height: 1.4;
  font-size: 1.2em;
  text-align: left;
}

#about .about-ds p a {
  margin-bottom: 20px;
}

#about a.more {
  margin: -100px auto 0;
  padding: 0;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  line-height: 200px;
}

/* copy  */
#copy p {
  margin: 0 auto;
  padding: 155px 0;
  position: relative;
  width: 950px;
  color: #448aca;
  background: url('/static/img/ds/www/index/icon-shop-l.png') center center no-repeat;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
}

/* shop  */
#shop {
  color: #fff;
  background: url('/static/img/ds/www/index/bg-shop.jpg') center center no-repeat;
}

#shop h2 {
  margin-bottom: 20px;
  font-size: 2.5em;
}

#shop p {
  line-height: 1.4;
  font-size: 1.4em;
}

#shop ul.shop-list {
  margin: 0 -13px;
  width: 978px;
}

#shop ul.shop-list li {
  margin: 30px 13px 0;
  float: left;
  width: 300px;
}

#shop ul.shop-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(80, 80, 80, .9);
  transition: 0.3s ease-in-out;
}

#shop ul.shop-list li a span {
  padding: 10px 0;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.4;
  background-color: rgba(0, 0, 0, .8);
  font-size: 1.2em;
  text-align: center;
}

#shop ul.shop-list li a:hover,
#shop ul.success li a.pht:hover {
  box-shadow: 0 4px 8px rgba(80, 80, 80, .9);
}

#shop ul.shop-list li a:active,
#shop ul.success li a.pht:active {
  box-shadow: 0 2px 2px rgba(80, 80, 80, .9);
}

#shop ul.shop-list li img,
#shop ul.success img {
  transition: 0.3s ease-in-out;
}

#shop ul.shop-list li img:hover,
#shop ul.success img:hover {
  opacity: 0.7;
}

#shop .section:last-child {
  padding-top: 0;
}

#shop ul.success {
  margin: 0 auto 100px;
  width: 960px;
  overflow: hidden;
}

#shop ul.success li {
  margin: 0 5px;
  float: left;
  width: 310px;
  text-align: center;
}

#shop ul.success li a.pht {
  margin: 0 auto;
  display: block;
  border-radius: 170px;
  width: 170px;
  height: 170px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(80, 80, 80, .9);
  transition: 0.3s ease-in-out;
}

#shop ul.success li p {
  margin: 5px auto 0;
  width: 170px;
  font-size: 1.35em;
  text-align: left;
}

#shop ul.success li p.name {
  font-size: 1.2em;
}

#shop ul.success li p a {
  color: #fff;
}

#shop p.contact {
  margin-top: 20px;
}

#shop p.contact a {
  color: #fff;
  text-decoration: underline;
}

#shop p.contact a:hover {
  text-decoration: none;
}

/* contents */
#contents .section {
  padding-bottom: 0;
}

#contents .section h2 {
  margin-bottom: 30px;
  padding: 10px 20px;
  position: relative;
  background: #f7f6f5 url('/static/img/ds/www/common/bg-corner-blue.png') 0 0 no-repeat;
  font-size: 2em;
  text-align: left;
}

#contents .section h2 a {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #448aca;
  font-weight: normal;
  font-size: 0.583em;
}

/* beginner */
#beginner ul {
  overflow: hidden;
}

#beginner ul li {
  width: 450px;
  float: left;
}

#beginner ul li:first-child {
  margin-right: 50px;
}

#beginner ul li p {
  margin-top: 10px;
  font-size: 1.35em;
}

#beginner ul li a {
  transition: 0.3s ease-in-out;
}

#beginner ul li a:hover {
  opacity: 0.7;
}

/* media,news */
#media ul,
#news ul {
  height: 180px;
  overflow-y: scroll;
}

#media ul li,
#news ul li {
  padding: 8px 20px 8px 120px;
  position: relative;
  line-height: 1.3;
  font-size: 1.35em;
  text-align: left;
}

#media ul li span,
#news ul li span.day {
  display: inline-block;
  position: absolute;
  left: 20px;
}

#media ol {
  margin: 40px 0;
}

#media ol li {
  margin-top: 20px;
  padding: 0 10px;
  display: inline-block;
}

#media p img {
  margin: 10px auto;
  display: block;
}

#media p a {
  color: #448aca;
  font-size: 1.35em;
}

#news ul li span.new {
  margin-left: 5px;
  color: #e00;
  display: inline-block;
}

/* service */
#contents #service {
  padding: 100px 0 70px;
  overflow: hidden;
}

#service > div {
  margin: 0 52px;
  width: 370px;
  float: left;
}

#service > div p {
  margin-bottom: 30px;
  font-size: 2em;
}

/* banner  */
p.banner {
  margin: 0 auto;
  width: 950px;
}

p.banner a {
  margin-left: 970px;
  display: block;
  height: 485px;
  width: 94px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

/* Lightbox custom */
#lightbox {
  padding-top: 80px;
}

#lightbox .lb-dataContainer {
  position: relative;
}

#lightbox .lb-dataContainer a.lb-close {
  position: absolute;
  top: -535px;
  left: 600px;
}

#lightbox .lb-outerContainer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

#lightbox .lb-container {
  padding: 0;
}

#lightbox span.lb-number {
  visibility : hidden;
}

#lightbox .lb-nav a.lb-prev,
#lightbox .lb-nav a.lb-next {
  opacity: 0.7;
  position: absolute;
}

#lightbox .lb-nav a.lb-prev:hover,
#lightbox .lb-nav a.lb-next:hover {
  opacity: 1;
}

#lightbox .lb-nav a.lb-prev {
  left: -70px;
}

#lightbox .lb-nav a.lb-next {
  right: -70px;
}



/* for Smartphone
------------------------------------- */

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

/* iPads (portrait) */
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  /* lead  */
  #lead #current li {
    width: 300px;
    display: inline-block;
    float: none;
  }

  #about .about-ds p {
    margin: 20px 30px 0;
    width: 280px;
  }

  #about .about-ds p:last-child {
    float: right;
  }

  #about .about-ds p a.button-m {
    width: 280px;
  }

  #about h2,
  #copy p {
    font-size: 4em;
  }

  #shop ul.shop-list,
  #shop ul.success,
  #beginner ul {
    padding: 0 20px;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #shop ul.shop-list li {
    margin: 20px 0 0;
    float: none;
    width: 30%;
  }

  #shop ul.success li {
    margin: 0;
    float: none;
    width: 170px;
  }

  #beginner ul li {
    float: none;
    width: 48%;
    text-align: left;
  }

  #beginner ul li:first-child {
    margin: 0;
  }

  #service > div {
    margin: 0 20px;
    width: 330px;
    display: inline-block;
    float: none;
  }

  #service > div a.button-m {
    width: 330px;
  }

}
