/* -------------------- 共通設定 -------------------- */

html {
  font-size: 62.5%;
/*  font-size: 50.0%;*/
}

@media screen and (max-width: 959px) {

  html {
    font-size: 62.5%;
  }

}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {

  p {
    font-size: 1.6rem;
  }

}

@media screen and (max-width: 559px) {

  p {
    font-size: 1.6rem;
    line-height: 1.6;
  }

}

@media(min-width: 768px){

  a[href^="tel:"]{
    pointer-events: none;
  }

}

@media screen and (min-width: 960px) {

  a.moEffectDown img {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }
  
  a.moEffectDown:hover img {
    transform: translateY(0.5rem);
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }

  a.moEffectDown2 .move {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }
  
  a.moEffectDown2:hover .move {
    transform: translateY(0.5rem);
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }

  a.moEffectUp img {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }
  
  a.moEffectUp:hover img {
    transform: translateY(-0.5rem);
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }

}

.loadEffect01, .loadEffect02 {
  position: relative;
  opacity: 0;
  top: 3rem;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

/* IEの場合はエフェクトを掛けない */
_:-ms-lang(x)::-ms-backdrop, .loadEffect01 {
  opacity: 1;
  top: 0;
}

/* IEの場合はエフェクトを掛けない */
_:-ms-lang(x)::-ms-backdrop, .loadEffect02 {
  opacity: 1;
  top: 0;
}

.loadEffect01.loadAnimation, .loadEffect02.loadAnimation {
  position: relative;
  opacity: 1;
  top: 0;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

/* -------------------- 枠 -------------------- */

.mainContainer {
  max-width: 120rem;
  margin: 0 auto;
}

.contentsContainer {
  margin: 0 auto;
  width: 95rem;
  max-width: 90vw;
}

/* -------------------- ヘッダ -------------------- */

#header {
  height: 8rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.2);
  z-index: 2;
  background-color: #ffffff;
}

#header .innerContainer {
  position: relative;
  height: 8rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

#header_logo_JLC {
  position: absolute;
  top: 1.6rem;
  left: 12.6rem;
  width: 182px;
  height: 61.7px;
}

#header_logo_5outoffence {
  position: absolute;
  top: 2.7rem;
  right: 31.9rem;
}

#header_btn01 {
  position: absolute;
  top: -0.5rem;
  right: 12.4rem;
}

@media screen and (max-width: 959px) {
  
  #header {
    height: 5.7rem;
  }

  #header_logo_JLC {
    top: 0.8rem;
    left: 0.5rem;
    width: 30vw;
    max-width: 20rem;
    max-height: 39px;
  }

  #header_logo_JLC img {
    max-height: 39px;
  }

  #header_logo_5outoffence {
    top: 1.5rem;
    left: 48%;
    width: 30vw;
    max-width: 22.5rem;
    transform: translateX(-50%);
  }

  #header_btn01 {
    top: -0.5rem;
    right: 0rem;
    width: 35vw;
    max-width: 16rem;
  }

}

@media screen and (max-width: 559px) {
  
  #header {
    height: 4.5rem;
  }

  #header_logo_JLC {
    top: 0.7rem;
    left: 0.5rem;
    width: 30vw;
    max-width: 11.25rem;
    height: 39px;
  }

  #header_logo_5outoffence {
    top: 0.2rem;
    left: 48%;
    width: 30vw;
    max-width: 11.25rem;
    transform: translateX(-50%);
  }

  #header_btn01 {
    top: -0.5rem;
    right: 0rem;
    width: 35vw;
    max-width: 13rem;
  }

}


/* -------------------- メインタイトル -------------------- */

#mainImage {
  background: url(../images/main_image_bg.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 8rem;
  z-index: 1
}

@media screen and (max-width: 959px) {

  #mainImage {
    margin-top: 5.7rem;
  }

}

@media screen and (max-width: 559px) {

  #mainImage {
    margin-top: 4.5rem;
  }

}

/* -------------------- section01 -------------------- */

#section01 h2 {
  text-align: center;
  padding: 11rem 0 4rem;
}

@media screen and (max-width: 559px) {

  #section01 h2 {
    padding: 4rem 0 4rem;
  }

}

#section01 p.text01 {
  font-size: 1.8rem;
  line-height: 3.4rem;
  margin: 0 0 13rem;
}

@media screen and (max-width: 559px) {

  #section01 p.text01 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 4rem;
  }

}

#section01_01, #section01_02, #section01_03 {
  background-color: #dedede;
  margin: 1rem 0;
  padding: 0 0 2rem;
}

@media screen and (max-width: 559px) {

  #section01_01, #section01_02, #section01_03 {
    padding-bottom: 0;
  }

}

#section01_03 {
  background-color: #dedede;
  margin-bottom: 0;
  padding-bottom: 4rem;
}

@media screen and (max-width: 559px) {

  #section01_03 {
    padding-bottom: 2rem;
  }

}

#section01 h3 {
  padding: 4rem 0 3.4rem;
}

#section01 p.text02 {
  font-size: 1.6rem;
  line-height: 2.9rem;
}

@media screen and (max-width: 559px) {

  #section01 p.text02 {
    line-height: 2.4rem;
  }

}

#section01 .fig01 {
  text-align: center;
  margin: 2.5rem auto 2rem;
}

#section01 .gridRows {
  padding: 0 0 3rem;
}

#section01 .gridRows .grid01 {
  flex-basis: calc(49% - 3rem);
  max-width: calc(49% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-right: 0.2rem;
}

#section01 .gridRows .grid02 {
  flex-basis: calc(51% - 3rem);
  max-width: calc(51% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media screen and (max-width: 959px) {

  #section01 .gridRows .grid01 {
    flex-basis: calc(100% - 3rem);
    max-width: calc(100% - 3rem);
    padding-right: 0;
  }

  #section01 .gridRows .grid02 {
    flex-basis: calc(100% - 3rem);
    max-width: calc(100% - 3rem);
  }

}

#section01 .box01 {
  padding: 0.7rem;
  margin: 0.5rem 0 1rem;
  background-color: #ffffff;
}

@media screen and (max-width: 959px) {

  #section01 .box01 {
    margin-top: 2rem;
  }

}

/* -------------------- section02 -------------------- */

#section02 {
  background: url(../images/section02_bg.jpg) center top no-repeat;
  background-color: #ffffff;
  padding-bottom: 10rem;
}

@media screen and (max-width: 959px) {

  #section02 {
    background: url(../images/section02_bg_tablet.jpg) center top no-repeat;
    background-size: contain;
    padding-bottom: 0.1rem;
  }

}

@media screen and (max-width: 559px) {

  #section02 {
    background: #ffffff;
  }

}

#section02 h2 {
  text-align: center;
  padding: 7rem 0 3.5rem;
}

@media screen and (max-width: 559px) {

  #section02 h2 {
    padding-top: 4rem;
  }

}

#section02 p.text01 {
  font-size: 1.8rem;
  line-height: 3.4rem;
  margin: 0 0 5.8rem;
}

@media screen and (max-width: 559px) {

  #section02 p.text01 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;
  }

}

#section02 .gridRows {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}

#section02 .gridRows .grid01 {
  flex-basis: calc(50% - 5rem);
  max-width: calc(50% - 5rem);
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

@media screen and (max-width: 959px) {

  #section02 .gridRows .grid01 {
    flex-basis: calc(100% - 5rem);
    max-width: calc(100% - 5rem);
  }

}

#section02 .box01 {
  border: 2px solid #000000;
  padding: 3rem;
}

@media screen and (max-width: 959px) {

  #section02 .box01 {
    margin-bottom: 4rem;
  }

}

#section02 .box01 h3 {
  display: block;
  border-bottom: 2px solid #000000;
  padding-bottom: 2.3rem;
  margin-top: -0.2rem;
}

#section02 .box01 ul {
  list-style: none;
  font-size: 2.2rem;
  line-height: 3.4rem;
  margin: 1.5rem 0 0 0.7rem;
}

@media screen and (max-width: 559px) {

  #section02 .box01 ul {
    line-height: 3.3rem;
  }

}

#section02 .box01 li {
  background: url(../images/section02_listmark.png) left top 0.9rem no-repeat;
  padding-left: 1.8rem;
}

#section02 .box01 li .text02 {
  font-size: 1.9rem;
}

#section02 .box01 p {
  font-size: 1.7rem;
  line-height: 3.0rem;
  margin: 2.4rem 0.3rem 0.2rem;
  background: #f2eedb;
  padding: 3.2rem 1.95rem 1.8rem;
  position: relative;
  letter-spacing: -0.08rem;
}

@media screen and (max-width: 559px) {

  #section02 .box01 p {
    font-size: 1.36rem;
    line-height: 2.1rem;
    margin-top: 3.4rem;
    letter-spacing: 0;
  }

}

#section02 .box01 p:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.3rem;
  height: 50px;
  width: 140px;
  transform: translateX(-50%);
  background: url(../images/section02_pict01.png) center top no-repeat;
}

#section02 .box01 p strong {
  font-weight: bold;
  color: #c0ac49;
}

/* -------------------- section03 -------------------- */

#section03 {
  background-color: #dedede;
  padding-bottom: 1rem;
}

#section03 .gridRows {
  padding-bottom: 7rem;
}

@media screen and (max-width: 559px) {

  #section03 .gridRows {
    padding-bottom: 4rem;
  }

}

#section03 .grid01 {
  flex-basis: 60.7%;
  max-width: 60.7%;
  margin-left: 0;
  margin-right: 0;
}

#section03 .grid02 {
  flex-basis: 39.3%;
  max-width: 39.3%;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 959px) {

  #section03 .grid01 {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #section03 .grid02 {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

}

#section03 h2 {
  text-align: center;
  padding: 7rem 0 6.6rem;
}

@media screen and (max-width: 559px) {

  #section03 h2 {
    padding: 4rem 0;
  }

}

#section03 .box01, #section03 .box02 {
  background: linear-gradient(180deg, #dedede 0%, #dedede 10%, #ffffff 10%, #ffffff 100%);
}

@media screen and (max-width: 959px) {

  #section03 .box02 {
    background: #ffffff;
  }

}

#section03 .box01 h3 {
  background-color: #dedede;
  padding: 0.9rem 2rem 2.4rem;
  text-align: center;
}

@media screen and (max-width: 559px) {

  #section03 .box01 h3 {
    padding: 0 0 3rem;
  }

}

#section03 .box01 p {
  font-size: 1.7rem;
  line-height: 3.9rem;
  margin: 0;
  padding: 4.1rem 5.7rem 4.1rem 5.7rem;
  letter-spacing: -0.05rem;
  color: #000000;
  background-color: #ffffff;
}

@media screen and (max-width: 559px) {

  #section03 .box01 p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 2.1rem 2.5rem 2.1rem 2.5rem;
    letter-spacing: 0;
  }

}

#section03 .box01 p strong {
  font-weight: bold;
  color: #ea1c24;
}

@media screen and (max-width: 959px) {

  #section03 .box02 .photo {
    background: #ffffff;
    padding: 0 0 5rem;
    text-align: center;
  }

}

@media screen and (max-width: 559px) {

  #section03 .box02 .photo {
    padding: 0 2.5rem;
  }

}

#section03 .box02 .labelProfile {
  display: none;
}

@media screen and (max-width: 959px) {

  #section03 .box02 .labelProfile {
    display: block;
    text-align: center;
    margin: -1rem 0 3rem;
  }

}

@media screen and (max-width: 559px) {

  #section03 .box02 .labelProfile {
    margin: -1rem 0 2rem;
  }

}

#section03 .box02 p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 1rem 0 3.5rem 3.6rem;
  letter-spacing: 0.02rem;
  color: #000000;
  background-color: #ffffff;
}

@media screen and (max-width: 959px) {

  #section03 .box02 p {
    padding: 1rem 0 3.1rem;
    letter-spacing: 0;
    margin-left: 0;
  }

}

@media screen and (max-width: 559px) {

  #section03 .box02 p {
    line-height: 2.1rem;
    padding: 1rem 2.5rem 0.5rem;
    letter-spacing: 0;
    margin-left: 0;
  }

}

#section03 .box02 p.name {
  font-size: 2.3rem;
  font-weight: bold;
  padding: 2.5rem 0 0 3.6rem;
  margin-bottom: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 959px) {

  #section03 .box02 p.name {
    padding: 0;
  }

}

@media screen and (max-width: 559px) {

  #section03 .box02 p.name {
    padding: 2.5rem 2.5rem 0;
  }

}

#section03 .box02 p.name span.alpha {
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  display: inline-block;
  vertical-align: 0.3rem;
  margin-left: 2rem;
}

#section03 .box03 {
  padding-bottom: 0;
}

@media screen and (max-width: 959px) and  (min-width: 560px) {

  #section03 .box03 {
    padding: 0 5.7rem;
  }

}

@media screen and (max-width: 559px) {

  #section03 .box03 {
    padding-bottom: 0.5rem;
  }

}

/* -------------------- section04 -------------------- */

#section04 {
  background: url(../images/section04_bg.jpg) center top no-repeat;
  background-color: #ea1c24;
  padding-bottom: 6.7rem;
}

@media screen and (max-width: 959px) {

  #section04 {
    background: url(../images/section04_bg_tablet.jpg) center top no-repeat;
    background-color: #ea1c24;
    background-size: contain;
  }

}

@media screen and (max-width: 559px) {

  #section04 {
    background: #ea1c24;
  }

}

#section04 h2 {
  text-align: center;
  padding: 6.7rem 0 2.5rem;
}

@media screen and (max-width: 559px) {

  #section04 h2 {
    padding-top: 4rem;
  }

}

#section04 p.text01 {
  font-size: 1.8rem;
  line-height: 3.5rem;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 959px) {

  #section04 p.text01 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }

  #section04 p.text01 br {
    display: none;
  }

}

#section04 .box01 {
  background-color: #ffffff;
  padding: 3.6rem;
  margin: 3.8rem auto 0;
  text-align: center;
  max-width: 90rem;
}

#section04 .box01 p {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin: -0.3rem 0 1.9rem;
}

#section04 .box01 p .price {
  font-size: 4.0rem;
  color: #ea1c24;
  vertical-align: -0.06em;
}

#section04 .box01 p .priceYen {
  color: #ea1c24;
}

#section04 .box01 p .tax {
  font-size: 1.4rem;
  vertical-align: 0.25em;
}

@media screen and (max-width: 959px) {

  #section04 .box01 p {
    font-size: 2.2rem;
    line-height: 3.4rem;
    font-weight: bold;
    margin: -0.3rem 0 1.9rem;
  }

  #section04 .box01 p .priceContainer {
    display: inline-block;
    margin-top: 1rem;
  }

}

/* -------------------- section05 -------------------- */

#section05 .box01 {
  border: 2px solid #ea1c24;
  padding: 2.1rem 3.3rem;
  margin: 5rem auto 0;
  max-width: 85rem;
  position: relative;
}

#section05 .box01 .grid01 {
  flex-basis: 23%;
  max-width: 23%;
  margin-left: 0;
  margin-right: 0;
}

#section05 .box01 .grid02 {
  flex-basis: 77%;
  max-width: 77%;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 959px) {

  #section05 .box01 .grid01 {
    flex-basis: 30%;
    max-width: 30%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  #section05 .box01 .grid02 {
    flex-basis: 70%;
    max-width: 70%;
    margin-left: 0;
    margin-right: 0;
  }

}

@media screen and (max-width: 559px) {

  #section05 .box01 .grid01 {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  #section05 .box01 .grid02 {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

}

#section05 .box01 h3 {
  text-align: left;
  padding: 2.1rem 0 1.4rem;
}

#section05 .box01 .text01 {
  font-size: 1.6rem;
  line-height: 3.4rem;
  margin-bottom: -0.3rem;
}

#section05 .box01 .text02 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.4rem;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 559px) {

  #section05 .box01 .text01 {
    font-size: 1.5rem;
    line-height: 3.0rem;
    margin-bottom: -0.3rem;
  }

  #section05 .box01 .text02 {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 3.0rem;
    margin-bottom: 1.3rem;
  }

}

#section05 .box01 .text03 {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 3.4rem;
  margin-bottom: 0;
}

#section05 .box01 .text03 .priceYen {
  font-size: 1.6rem;
}

#section05 .box01 .text03 .tax {
  font-size: 1.6rem;
}

#section05 .box01 .btn01 {
  position: absolute;
  right: 3.7rem;
  bottom: 3.3rem;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 750px) {

  #section05 .box01 .btn01 {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: right;
  }

}

@media screen and (max-width: 559px) {

  #section05 .box01 .btn01 {
    text-align: center;
  }

}

#section05 .box02 {
  margin: 7.2rem auto 0;
  max-width: 85rem;
}

@media screen and (max-width: 559px) {

  #section05 .box02 {
    margin: 4rem auto 0;
    max-width: 85rem;
  }

}

#section05 .box02 .gridRows {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

#section05 .box02 .grid01 {
  flex-basis: calc(35% - 2.5rem);
  max-width: calc(35% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

#section05 .box02 .grid02 {
  flex-basis: calc(30% - 2.5rem);
  max-width: calc(30% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media screen and (max-width: 559px) {

  #section05 .box02 .grid01 {
    flex-basis: calc(100% - 2.5rem);
    max-width: calc(100% - 2.5rem);
    text-align: center;
    margin-bottom: 1rem;
  }

  #section05 .box02 .grid02 {
    flex-basis: calc(100% - 2.5rem);
    max-width: calc(100% - 2.5rem);
    text-align: center;
    margin-bottom: 1rem;
  }

}

#section05 .sbContainer {
  text-align: center;
  margin: 4.2rem 0 2rem;
}

@media screen and (max-width: 559px) {

  #section05 .sbContainer {
    margin-top: 4rem;
  }

}

#section05 .sbContainer li {
  display: inline-block;
  padding: 0 2.6rem 0 2.8rem;
  border-left: 1px solid #000000;
}

@media screen and (max-width: 559px) {

  #section05 .sbContainer li {
    display: inline-block;
    padding: 0 1.6rem 0 1.8rem;
    border-left: 1px solid #000000;
  }

  #section05 .sbContainer li:nth-of-type(1) {
    width: 25.6vw;
  }

  #section05 .sbContainer li:nth-of-type(2) {
    width: 23.6vw;
  }

  #section05 .sbContainer li:nth-of-type(3) {
    width: 26.6vw;
  }

}

#section05 .sbContainer li:first-of-type {
  border-left: none;
}

#section05 .box03 {
  margin: 6.9rem auto 7.2rem;
  max-width: 85rem;
}

@media screen and (max-width: 559px) {

  #section05 .box03 {
    margin: 4rem auto;
  }

}

#section05 .box03 p {
  text-align: center;
  margin-bottom: 2.5rem;
}

#section05 .box03 .gridRows > div {
  position: relative;
}

#section05 .box03 .gridRows > div .btn {
  position: absolute;
  left: 50%;
  top: 76%;
  transform: translate(-50%,-50%);
}

/* -------------------- footer -------------------- */

#footer {
  color: #ffffff;
  background-color: #000000;
  padding: 3.3rem;
}

@media screen and (max-width: 559px) {

  #footer {
    padding: 3.3rem 2rem;
  }

}

#footer p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 559px) {

  #footer p {
    text-align: left;
    margin-bottom: 2rem;
  }

  #footer p br {
    display: none;
  }

}

#footer .linkContainer {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
  margin: 0.5rem 0 0.5rem;
  vertical-align: -0.1rem;
}

@media screen and (max-width: 559px) {

  #footer .linkContainer {
    margin-bottom: 1.5rem;
  }

}

#footer .linkContainer li {
  display: inline-block;
  padding: 0 1rem;
  border-left: 1px solid #ffffff;
}

#footer .linkContainer li a {
  color: #ffffff;
}

#footer .linkContainer li:first-of-type {
  border-left: none;
}

