@charset "utf-8";

/**
 * style.css
 * update: 2017.12.08
 */

/*========================================

  #sdMainVisual

========================================*/
#sdMainVisual .item {
  background-color: #efefef;
}

@media (max-width: 640px){
  #sdMainVisual .item {
    background-size: 210%;
	background-position: 48% 60%;
	background-image: url("../img/mainvisual_sp.jpg") !important;
  }	
}


/*========================================

  .content__heading

========================================*/
.content__heading {
  display: table;
  text-align: center;
  width: 100%;
  height: 120px;
  line-height: 1.0;
  color: #393939;
  background: #ececec;
}
.content__heading--inner {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 20px 0;
}
.content__heading em {
  display: block;
  font-size: 120%;
  font-style: normal;
  color: #666;
}
.content__heading h2 {
  font-size: 280%;
}
.content__heading h2 + em {
  margin-top: 15px;
}

@media (max-width: 640px){
  .content__heading {
    height: auto;
  }
  .content__heading--inner {
    padding: 20px 30px;
  }
  .content__heading em {
    font-size: 81.3%;
  }
  .content__heading h2 {
    font-size: 175%;
  }
}


/*========================================

  .intro

========================================*/
.sd-content .intro{
  max-width: 758px;
  margin: 0 auto;
}
.sd-content .intro h3 {
  line-height: 1.75;
  color: #666;
  font-size: 240%;
}
.sd-content .intro p {
  letter-spacing: -0.04em;
}
.adjust .sd-content .intro h3 {
  font-size: 168.8%;
}

@media (max-width: 640px){
  .sd-content .intro p {
    text-align: left;
    font-size: 125%;
  }
  .sd-content .intro h3 {
  	line-height: 1.45;
  	color: #666;
    font-size: 240% !important;
	}
}


/*========================================

  section

========================================*/
.sd-content section .img-box {
  line-height: 0;
}
.sd-content section img {
  width: 100%;
  height: auto;
}
.sd-content section h5 {
  position: relative;
  z-index: 1;
  font-size: 137.5%;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
.sd-content section p {
  position: relative;
  z-index: 1;
  font-size: 81.3%;
  line-height: 1.95;
  color: #666;
}
.sd-content section p strong {
  font-weight: 700;
}
.sd-content section h5 + p {
  margin-top: 20px;
}
.sd-content section p + p {
  margin-top: 25px;
}
.sd-content section p.caption {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width:640px) {
  .sd-content section h5 + p {
    margin-top: 20px;
  }
}


/*----------------------------------------
  section.no-01
----------------------------------------*/
.section.no-01 {
  margin-top: 70px;
}
.section.no-01 .mod-youtube {
  display: none;
}

@media (max-width:640px) {
  .section.no-01 {
    margin-top: 50px;
  }
  .section.no-01 .colorbox-movie {
    display: none;
  }
  .section.no-01 .mod-youtube {
    display: block;
  }
}


/*----------------------------------------
  section.no-02
----------------------------------------*/
.sd-content .section h5 {
    font-size: 200%;
}
.section .txt-box p {
    font-size: 120%;
}
.sd-content .section p {
    font-size: 120%;
}
section.no-02 {
  margin-top: 85px;
}
section.no-02 h5 {
  text-align: center;
}
section.no-02 .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;

  margin-top: 40px;
}
section.no-02 .line-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;

  margin-top: 55px;
}
section.no-02 .img-box {
  width: 48.5106382%;
}
section.no-02 .txt-box {
  width: 46.8085106%;
  letter-spacing: -0.03em;
}

@media (max-width:640px) {
  section.no-02 .line {
    display: block;
    margin-top: 30px;
  }
  section.no-02 .line-reverse {
    margin-top: 50px;
  }
  section.no-02 .img-box {
    width: auto;
  }
  section.no-02 .txt-box {
    margin-top: 20px;
    width: auto;
    letter-spacing: 0;
  }
}


/*----------------------------------------
  .comment2.no-01
----------------------------------------*/
.sd-content .comment2.no-01 {
  margin-top: 60px;
  background: #edefef;
}
.sd-content .comment2.no-01 .txt-box {
  padding: 110px 0 40px;
  width: 50.5319148%;
}

.adjust .sd-content .comment2.no-01 .txt-box {
  padding: 80px 0 40px;
}

@media (max-width:640px) {
  .sd-content .comment2.no-01 .img-box img {
    margin-left: -10%;
    width: 120%;
  }
}
@media (max-width:479px) {
  .sd-content .comment2.no-01 .txt-box {
    padding: 30px 0 75% !important;
    width: auto;
  }
  .sd-content .comment2.no-01 .img-box img {
    margin-left: -68%;
    width: 180%;
  }
}


/*----------------------------------------
  section.no-03
----------------------------------------*/
section.no-03 {
  margin-top: 90px;
}
section.no-03 h5 {
  text-align: center;
}
section.no-03 .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;

  margin-top: 50px;
}
section.no-03 .line-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;

  margin-top: 65px;
}
section.no-03 .img-box-full {
  margin-top: 50px;
  width: auto;
}
section.no-03 .img-box {
  width: 48.5106382%;
}
section.no-03 .img-b {
  width: 125.8771929%;
}
section.no-03 .img-c {
  margin-left: -26.2894736%;
  width: 128.2894736%;
}
section.no-03 .txt-box {
  width: 45.8085106%;
  letter-spacing: -0.03em;
}

@media (max-width:640px) {
  section.no-03 .img-box-full {
    margin-top: 30px;
  }
  section.no-03 .line {
    display: block;
    margin-top: 50px;
  }
  section.no-03 .line-reverse {
    margin-top: 10px;
  }
  section.no-03 .img-box {
    width: auto;
  }
  section.no-03 .img-b,
  section.no-03 .img-c {
    margin: 0;
    width: 100%;
  }
  section.no-03 .txt-box {
    margin-top: 20px;
    width: auto;
    letter-spacing: 0;
  }
}


/*----------------------------------------
  .comment2.no-02
----------------------------------------*/
.sd-content .comment2.no-02 {
  margin-top: 60px;
  background: #fbfcfc;
}
.sd-content .comment2.no-02 .txt-box {
  margin-left: 43.617%;
  padding: 105px 0 40px;
  width: 48.9361%;
}

.adjust .sd-content .comment2.no-02 .txt-box {
  padding: 80px 0 40px;
}

@media (max-width:640px) {
  .sd-content .comment2.no-02 .txt-box {
    padding: 40px 0 80px !important;
  }
  .sd-content .comment2.no-02 .img-box img {
    margin-left: -4%;
  }
}
@media (max-width:479px) {
  .sd-content .comment2.no-02 .txt-box {
    padding: 30px 0 74% !important;
    width: auto;
  }
}


/*----------------------------------------
  section.no-04
----------------------------------------*/
section.no-04 {
  margin-top: 110px;
}
section.no-04 h5 {
  text-align: center;
}
section.no-04 .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;

  margin-top: 50px;
}
section.no-04 .line-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
section.no-04 .img-box-a {
  width: 48.5106382%;
}
section.no-04 .img-box-b {
  width: 47.4468085%;
}
section.no-04 .img-box-c {
  position: relative;
  width: 45.3191489%;
}
section.no-04 .caption {
  display: block;
  font-size: 68.8%;
  line-height: 1.0;
  color: #666;
}
section.no-04 .caption-1 {
  text-align: right;
  margin: 10px 10% 0 0;
}
section.no-04 .caption-2 {
  position: absolute;
  left: 19.953%;
  bottom: 0;
  margin-bottom: 16.4319248%;
}
section.no-04 .caption-3 {
  position: absolute;
  right: 8%;
  bottom: 0;
  margin-bottom: 16.4319248%;
}
section.no-04 .txt-box {
  width: 46.8085106%;
  letter-spacing: -0.03em;
}

@media (max-width:640px) {
  section.no-04 .line {
    display: block;
    margin-top: 50px;
  }
  section.no-04 h5 + .line {
    margin-top: 30px;
  }
  section.no-04 .img-box-a,
  section.no-04 .img-box-b,
  section.no-04 .img-box-c {
    width: auto;
  }
  section.no-04 .txt-box {
    margin-top: 20px;
    width: auto;
    letter-spacing: 0;
  }
  section.no-04 .img-box-b img {
  	width: 75%;
	margin-left: 9%;
  }
  section.no-04 .caption-1 {
	  width: 75%;
	  margin: 10px 10% 50px 0;
	}
	section.no-04 .img-box-c img {
    width: 75%;
	margin-left: 12.5%;
  }
  section.no-04 .caption-3 {
  	right: 12.5%;
	}
}


/*----------------------------------------
  .comment2.no-03
----------------------------------------*/
.sd-content .comment2.no-03 {
  margin-top: 20px;
  background: #fbfbfb;
}
.sd-content .comment2.no-03 .txt-box {
  padding: 110px 0 40px;
  width: 50.5319148%;
}

.adjust .sd-content .comment2.no-03 .txt-box {
  padding: 70px 0 40px;
  width: 52%;
}

@media (max-width:640px) {
  .sd-content .comment2.no-03 {
    margin-top: 50px;
  }
  .sd-content .comment2.no-03 .img-box img {
    margin-left: -13%;
    width: 120%;
  }
}
@media (max-width:479px) {
  .sd-content .comment2.no-03 .txt-box {
    padding: 30px 0 75% !important;
    width: auto;
  }
  .sd-content .comment2.no-03 .img-box img {
    margin-left: -68%;
    width: 180%;
  }
}


/*----------------------------------------
  section.no-05
----------------------------------------*/
section.no-05 {
  margin-top: 110px;
}
section.no-05 h5 {
  text-align: center;
}
section.no-05 .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;

  margin: 50px 0 100px;
}
section.no-05 .img-box {
  width: 46.5957446%;
}
section.no-05 .txt-box {
  width: 46.8085106%;
  letter-spacing: -0.03em;
}

@media (max-width:640px) {
  section.no-05 .line {
    display: block;
    margin: 30px 0 60px;
  }
  section.no-05 .img-box {
    width: 75%;
	margin-left:12.5%;
  }
  section.no-05 .txt-box {
    margin-top: 20px;
    width: auto;
    letter-spacing: 0;
  }
}
section.no-05 .productlink{
  position: absolute;
  top: 0;
  width: 32%;
  height: 100%;
}
section.no-05 .productlink.plink1{
  left:0;
}
section.no-05 .productlink.plink2{
  left:36%;
}
section.no-05 .productlink.plink3{
  left:72%;
}

/*----------------------------------------
  .comment2.no-04
----------------------------------------*/
.sd-content .comment2.no-04 {
  margin-top: 60px;
  background: #f4f5f5;
}
.sd-content .comment2.no-04 .txt-box {
  margin-left: 43.617%;
  padding: 105px 0 40px;
  width: 48.9361%;
}

.adjust .sd-content .comment2.no-04 .txt-box {
  padding: 80px 0 40px;
}

@media (max-width:640px) {
  .sd-content .comment2.no-04 .txt-box {
    padding: 40px 0 80px !important;
  }
  .sd-content .comment2.no-04 .img-box img {
    margin-left: -4%;
  }
}
@media (max-width:479px) {
  .sd-content .comment2.no-04 .txt-box {
    padding: 30px 0 74% !important;
    width: auto;
  }
}


/*----------------------------------------
  .conclusion
----------------------------------------*/
.conclusion {
  margin: 90px 0 100px;
}
.conclusion p {
  text-align: center;
  font-size: 81.3%;
  line-height: 2.0;
}

/*----------------------------------------
  .notice
----------------------------------------*/
.sd-content .section.notice {
  margin-top: 40px;
  margin-top:-60px;
}
.sd-content .section.notice p {
  font-size: 120%;
  /*text-align: right;*/
  text-align: center;
  color: #999;
}
@media(max-width:640px) {
	.sd-content .section.notice {
  	margin-top:-80px;
	}
  .sd-content .section.notice p {
    font-size: 62.5%;
    /*text-align: left;*/
  }
}

.sp {
	display:none;
}

@media(max-width:640px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}