@charset "utf-8";
/**********************************************************************
	ttlMain - className : ttlMain
***********************************************************************/
.container.ttlMain {
  padding-top: 40px;
  margin-bottom: 28px;
}

/**********************************************************************
	Contents03 - className : Contents03
***********************************************************************/
.Contents03 .link-shop {
  margin-bottom: 30px;
}
.Contents03 .link-shop a {
  text-decoration: underline;
}
.Contents03 .link-shop a:hover {
  text-decoration: none;
  opacity: 1;
  color: #0381cb;
}
.Contents03 .attention-img {
  margin-top: 50px;
  margin-bottom: 30px;
}

/**********************************************************************
	Contents04 - className : Contents04
***********************************************************************/
.Contents04 .imgP {
  position: relative;
  height: 0;
  padding-bottom: 44.25%;
  min-height: 375px;
}
.Contents04 .imgP iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

/**********************************************************************
	Contents05 - className : Contents05
***********************************************************************/
.Contents05 .imgP {
  position: relative;
  height: 0;
  padding-bottom: 44.25%;
  min-height: 375px;
}
.Contents05 .imgP iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

/**********************************************************************
	Contents06 - className : Contents06
***********************************************************************/
.Contents06 .bnr-op {
  max-width: 517px;
  margin-top: 50px;
}
.Contents06 .bnr-fb {
  max-width: 324px;
  margin-top: 20px;
}
.Contents06 .movie {
  max-width: 700px;
  margin: 0 auto 30px;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.Contents06 .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

@media only screen and (max-width: 767px) {
  /**********************************************************************
  	ttlMain - className : ttlMain
  ***********************************************************************/
  .container.ttlMain {
    padding-top: 20px;
    margin-bottom: 5px;
  }

  /**********************************************************************
  	Contents03 - className : Contents03
  ***********************************************************************/
  .Contents03 .link-shop {
    margin-bottom: 15px;
  }
  .Contents03 .attention-img {
    margin-top: 15px;
  }

  /**********************************************************************
  	Contents04 - className : Contents04
  ***********************************************************************/
  .Contents04 .imgP {
    padding-bottom: 56.25%;
    min-height: auto;
  }

  /**********************************************************************
  	Contents05 - className : Contents05
  ***********************************************************************/
  .Contents05 .imgP {
    padding-bottom: 58.25%;
    min-height: auto;
  }

  /**********************************************************************
  	Contents06 - className : Contents06
  ***********************************************************************/
  .Contents06.container {
    margin-bottom: 50px;
  }
  .Contents06 .bnr-op {
    max-width: 100%;
    margin-top: 50px;
  }
  .Contents06 .bnr-fb {
    max-width: 100%;
    margin-top: 0px;
  }
  .Contents06 .movie {
    max-width: 100%;
  }
}
