/* =========================
  PC / 共通（このHTMLで使用しているものだけ）
========================= */

/* reset（このHTML内の要素に関わる範囲は残す） */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, p,
h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li,
table, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, main, section,
menu, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: #333;
  font-size: 1.6em;
  background-color: #fff;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

article, aside, footer, header, menu, nav, section,
main {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  cursor: pointer;
  color: #333;
}

.cr-pc {
        display: none;
    }

    .cr-sp {
        display: block;
    }

/* layout */
.area-wrapper {
  overflow: hidden;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  width: 100%;
}

.bodyWrap {
  position: relative;
  z-index: 1;
}

.area-header {
  padding-top: 20px;
}

.area-header img {
  width: 100%;
}

.mainvisual {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.area-body {
  margin: 0 auto;
  width: 100%;
  padding: 20px 0 0;
  position: relative;
  z-index: 2;
  top: 2px;
}

/* 表示切替（PC） */
.media_pc {
  display: inline-block;
}
.media_sp {
  display: none !important;
}

/* animation */
.effect-fade {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 1600ms;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, -20px);
}

/* lead */
.main_lead {
  max-width: 880px;
  margin: 80px auto 0px;
}
.main_lead_ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: .1em;
  color: #1f447b;
  margin-bottom: 30px;
}



.kikanmae {
  text-align: center;
  font-size: 16px;
line-height: 3.2rem;
}

.kikan {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.marker { background: linear-gradient(transparent 60%, #fff6b0 0%); }


/* main */
.main_area {
  margin: 190px auto 0;
  width: 100%;
}

.main_wrap {
  display: flex;
  margin: 0 auto 0px;
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}

.credit_wrap {
  width: 50%;
  text-align: center;
}

.credit_ttl {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  width: 80%;
  margin: 10px auto;
  text-align: left;

}




.credit_ttl_kikan {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  width: 80%;
  margin: 10px auto 0px;
  text-align: left;
}



.credit_wrap p {
  font-size: 16px;
  margin: 10px auto;
  text-align: left;
  width: 80%;
  font-weight: 500;
}

p.midashi0 {
    font-size: 18px;
    color: #1f447b;
    margin-bottom: 70px;
}

p.midashi1 {
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff;
    border-left: 5px solid #282977;
    padding: 2px 20px;
}

p.syosai1 {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    
}

p.syosai2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
}

p.attention1 {
    font-size: 14px;
    margin-bottom: 50px;
}

.item_slider {
  width: 50%;
  margin-inline: auto;
  overflow: hidden;
}

.main_photo {
  width: 50%;
}

/* prodact_ttl / item_credit（HTMLで使っているのはここだけ） */
.prodact_ttl {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}

.item_credit {
    width: 430px;
    margin: 4rem auto 0;
    font-weight: 600;
    font-size: 20px;
    color: #1f447b;
}

/* view all */
.view_all_item {
  text-align: center;
}

.view_all_item.effect-fade.effect-scroll {
    padding-bottom: 100px;
}

a.view_all_btn {
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  width: 600px;
  margin: 70px auto 0;
  padding: 13px 0;
  border: #000 solid 1px;
  transition: .4s;
}
a.view_all_btn:hover {
  background: #000;
  color: #fff;
}

/* =========================
  SP（～896px）
========================= */

@media screen and (max-width: 896px) {
  .media_pc { display: none !important; }
  .media_sp { display: block !important; }

  .bodyWrap {
    width: 100%;
    margin: auto;
  }

  .cr-sp {
        display: none;
    }

    .cr-pc {
        display: block;
    }

  .area-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .main_lead {
    width: 100%;
    margin: 40px auto;
    line-height: 1.8;
  }

  .area-body {
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  .main_lead_ttl {
    font-size: 18px;
        width: 100%;
        text-align: center;
        padding: 0 20px;
        margin: 50px auto 20px;
        line-height: 2.2rem;
  }

  .main_area { 
    margin-top: 0;
    width: 95%;
  }

  .main_wrap {
    flex-flow: column;
    margin: 30px auto;
  }


  .kikanmae {
  text-align: left;
        font-size: 15px;
        font-weight: 400;
        width: 100%;
        padding: 0 20px 0px;
        line-height: 2.5rem;
  }


  .kikan {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  }



  .credit_wrap { width: 100%; }
  .item_slider { width: 100%; }

  .credit_ttl {
    width: 96%;
    padding: 10px 0px;
    margin: 16px auto 30px;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    line-height: 1.3;
    position: relative;
    color: #000;
    font-size: 16px;
  
  }

  .credit_ttl_kikan {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 10px auto;
    text-align: center;

  }


  .read1 {
    text-align: left;
    margin: 10px auto 70px;
    width: 80%;
    font-weight: 600;
    color: #1f447b;
    font-size: 18px;
}

      .credit_wrap p {
        padding: 0 20px 0px;
        text-align: left;
        width: 100%;
        font-size: 15px;
    }

  p.midashi1 {
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff;
    border-left: 5px solid #282977;
    padding: 2px 20px;
}

  p.syosai1 {
    font-size: 14px;
    font-weight: 600;
  }
    p.syosai2 {
    margin-bottom: 40px;
  }

  p.attention1 {
    font-size: 14px;
    margin-bottom: 15px;
}

  .main_photo { width: 100%; }

  .prodact_ttl {
    width: 90%;
    margin: 50px auto 30px;
  }

  .item_credit {
    font-size: 14px;
    margin: 0 auto 30px;
    width: 100%;
    color: #1f447b;
  }

  a.view_all_btn {
    width: 90%;
    margin: 40px auto 0;
    padding: 8px 0;
  }

  
  /* 画像→テキストの順にする（SPだけ） */
  #reversible .item_slider { order: 1; }
  #reversible .credit_wrap { order: 2; }


}