@charset "UTF-8";


/*============================
top_img
============================*/

.top_img {
  background: url(../images/home/top_img.jpg) no-repeat center top;
  background-size: auto 100%;
  height: 1130px;
}

@media only screen and (max-width: 1040px) {
  .top_img {
    height: 0;
    padding-top: 192.6666%;
    background-image: url(../images/home/top_img_sp.jpg);
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}


/*============================
container
============================*/

.container {
  position: relative;
}

.primary {
  width: 100%;
  float: none;
}

.primary > article {
  padding: 80px 0 80px;
}

.primary .inner {
  width: 1040px;
  margin: auto;
}

@media only screen and (max-width: 1040px) {
  .primary > article {
    padding: 50px 0;
  }

  .primary .inner {
    width: 90.625%;
  }
}

/*============================
store
============================*/

#store {
  padding: 80px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(238, 238, 238, 1) 50%, rgba(238, 238, 238, 1) 100%);
}

#store h2 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  background-color: #111;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1;
  padding: 15px 0 17px;
}

#store .flex img {
  width: 500px;
}

#store .flex .text {
  width: 500px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 20px;
}

#store .red {
  color: #f23434;
}

@media only screen and (max-width: 1040px) {
  #store {
    padding: 40px 0;
  }

  #store h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #store .flex img {
    width: 100%;
  }

  #store .flex .text {
    width: 100%;
    padding: 20px;
  }

  #store .flex .text br{
    display: none;
  }

}


/*============================
explain
============================*/

#explain {
  background: url(../images/home/explain/explain_bg.jpg) no-repeat center bottom;
  background-size: auto 100%;
  height: 390px;
  padding: 60px 0 0;
}

#explain p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

#explain .red {
  color: #f23434;
}

#explain .yellow {
  color: #bc8500;
}

@media only screen and (max-width: 1040px) {
  #explain {
    background-position: center bottom -2px;
    background-size: 100%;
    padding: 40px 0;
    height: auto;
  }

  #explain p {
    font-size: 16px;
  }

  #explain p br {
    display: none;
  }

  #explain .p_block {
    display: block;
  }
}

/*============================
campaign
============================*/

#campaign .campaign_bg {
  background: url(../images/home/campaign/campaign_bg.png) no-repeat center bottom;
  background-size: auto 100%;
  height: 520px;
}

#campaign .inner {
  margin-top: -250px;
}

@media only screen and (max-width: 1040px) {
  #campaign {
    background-color: #eee;
  }

  #campaign .campaign_bg {
    background-position: center top;
    background-size: 160%;
    height: 0;
    padding-top: 33%;
  }

  #campaign .inner {
    margin-top: -10%;
  }

  #campaign img {
    background: url(../images/home/campaign/campaign_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 0;
    padding-top: 165.6716%;
    overflow: hidden;
  }
}

/*============================
point
============================*/

#point {
  background-color: #fff;
}

#point .point_bg {
  background: url(../images/home/point/point_bg.png) no-repeat center bottom;
  background-size: auto 100%;
  height: 360px;
}

#point .each {
  width: 500px;
  margin-top: 80px;
}

#point .each dt {
  font-size: 28px;
  font-weight: bold;
  padding: 40px 0 20px;
  line-height: 1;
}

@media only screen and (max-width: 1040px) {
  #point .point_bg {
    background-position: center top;
    background-size: 230%;
    height: 0;
    padding-top: 39%;
  }

  #point .each {
    width: 100%;
    margin-top: 40px;
  }

  #point .each dt {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 10px;
    line-height: 1;
  }
}

/*============================
cv_section
============================*/

.cv_section {
  background-color: #111;
  padding: 60px 0;
}

.cv_section .inner {
  position: relative;
  overflow: visible;
}

.cv_section .inner::before {
  content: '';
  background: url(../images/common/btn/medal.png) no-repeat center;
  display: block;
  width: 200px;
  height: 200px;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: -150px;
  left: -40px;
}

.cv_section .link {
  padding-top: 40px;
}

.cv_section .cv_notes{
  color: #fff;
}


@media only screen and (max-width: 1040px) {
  .cv_section {
    background-color: #111;
    padding: 60px 0 40px;
  }

  .cv_section .inner::before {
    width: 120px;
    height: 120px;
    top: -110px;
    left: -40px;
  }

  .cv_section .inner::before {
    width: 110px;
    height: 110px;
    top: -110px;
    left: -10px;
  }

  .cv_section .inner img {
    background: url(../images/common/btn/campaign_lead_sp.png) no-repeat center top;
    background-size: 100%;
    height: 0;
    padding-top: 44.7761%;
    overflow: hidden;
  }

  .cv_section .link {
    padding-top: 0;
  }
}

/*============================
taisaku
============================*/

#taisaku {
  padding-top: 140px;
}

#taisaku h2 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
}

#taisaku .inner > img {
  margin: 60px 0;
}

#taisaku .box {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

#taisaku .box img {
  width: 200px;
}

#taisaku .box .text {
  width: 740px;
}

@media only screen and (max-width: 1040px) {
  #taisaku {
    padding: 60px 0;
    background-color: #eee;
  }

  #taisaku h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }

  #taisaku .inner > img {
    margin: 30px 0;
    background: url(../images/home/taisaku/illust_sp.png) no-repeat center top;
    background-size: 100%;
    height: 0;
    padding-top: 176.7164%;
    overflow: hidden;
  }

  #taisaku .box {
    padding: 20px;
  }

  #taisaku .box img {
    width: 140px;
    margin: 0 auto;
  }

  #taisaku .box .text {
    width: 100%;
    margin-top: 20px;
  }
}

/*============================
flow
============================*/

#flow {
  background-color: #fff;
}

#flow .flow_bg {
  background: url(../images/home/flow/flow_bg.png) no-repeat center bottom;
  background-size: auto 100%;
  height: 360px;
}

#flow .inner {
  margin-top: -80px;
}

#flow h2 {
  font-size: 24px;
  color: #555;
  font-weight: bold;
  text-align: center;
  background-color: #eee;
  padding: 6px 0;
  margin-bottom: 30px;
}

#flow .inner > div {
  width: 500px;
}

#flow dl {
  position: relative;
}

#flow dl:not(:first-of-type) {
  margin-top: 100px;
}

#flow dl:not(:last-of-type)::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #111;
  position: absolute;
  margin-left: -10px;
  left: 50%;
  bottom: -50px;
}

#flow dt {
  max-width: 160px;
  width: 100%;
}

#flow dd {
  flex: 1;
  width: 100%;
  margin-left: 30px;
}

#flow dd a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 1040px) {
  #flow .flow_bg {
    background-position: center top;
    background-size: 230%;
    height: 0;
    padding-top: 39%;
  }

  #flow .inner {
    margin-top: -30px;
  }

  #flow h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #flow .inner > div {
    width: 100%;
  }

  #flow dl {
    position: relative;
  }

  #flow dl:not(:first-of-type) {
    margin-top: 40px;
  }

  #flow dl:not(:last-of-type)::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    margin-left: -5px;
    bottom: -25px;
  }

  #flow dt {
    max-width: 120px;
  }

  #flow dd {
    font-size: 14px;
    margin-left: 10px;
  }

  #flow dd a {
    font-size: 15px;
    margin-top: 10px;
  }

  #flow .visit {
    margin-top: 40px;
  }
}
