
/* -----------------------------------
  Custom
----------------------------------- */

header {
  position: relative;
  z-index: 2;
}

#seven-eleven {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.05em;

  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  background: url('../img/bg.png') top repeat;
}

#seven-eleven:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 180px;
  top: 0;
}

#seven-eleven:after {
  position: absolute;
  content: '';
  width: 96px;
  height: 96px;
  top: 24px;
  left: 24px;
  background: url('../img/seven_logo.png') left top no-repeat;
}

#seven-eleven * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#seven-eleven img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

#seven-eleven a:hover {
  opacity: 0.7;

  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#seven-eleven section {
  position: relative;
}

#seven-eleven section .inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

#seven-eleven h2 {
  position: relative;
  text-align: center;
  z-index: 5;
}

#seven-eleven .desc {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  padding: 20px 0 60px;
}

  br.pc {
    display: none;
  }

/* -------------------------------------------- */
@media only screen and (min-width: 768px) {
/* -------------------------------------------- */
  body {
    min-width: 1080px;
  }
} /* End of (min-width: 768px) */

/* -------------------------------------------- */
@media only screen and (max-width: 767px) {
/* -------------------------------------------- */

  #seven-eleven {
    width: 100%;
    font-size: 14px;
    line-height: 1.7em;
    background-size: 120px 1600px;
  }

  #seven-eleven:before {
  background-size: 640px 90px;
  }

  #seven-eleven:after {
  width: 48px;
  height: 48px;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: 48px 48px;
  }

  #seven-eleven section .inner {
    width: 90%;
  }

  #seven-eleven .desc {
  font-size: 14px;
  line-height: 2em;
  padding: 10px 0 30px;
  }

  br.pc {
    display: block;
  }

  br.sp {
    display: none;
  }

} /* End of (max-width: 767px) */


/* ############################################################ */

.visual {
  padding: 20px 0 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-top: -10px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;

  max-height: 720px;
  overflow: hidden;
}

/* -------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* -------------------------------------------- */

  .visual {
    padding: 60px 0 0;
  }

  .swiper-container {
    margin-top: -4px;
  }

} /* End of (max-width: 767px) */


/* ############################################################ */

.feature {
  padding: 80px 0 0;
}

.feature h3 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #300;
  letter-spacing: 0.05em;
}

.feature h3 .pick01 {
  font-size: 60px;
  line-height: 1em;
  color: #ED9714;
}

.feature h3 .pick02 {
  font-size: 60px;
  line-height: 1em;
  color: #E5131F;
}

.feature .feature_column {
  position: relative;
  padding-bottom: 100px;
  text-align: left;
}

.feature .feature_column:nth-of-type(even) {
  text-align: right;
}

.feature .feature_column .feature_desc {
  position: absolute;
  display: table;
  width: 580px;
  height: 380px;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.feature .feature_column:nth-of-type(1) .feature_desc {
  right: 0;
  border-top: 4px solid #ED9714;
}

.feature .feature_column:nth-of-type(2) .feature_desc {
  left: 0;
  border-top: 4px solid #009741;
}

.feature .feature_column:nth-of-type(3) .feature_desc {
  right: 0;
  border-top: 4px solid #E5131F;
}

.feature .feature_column dl {
  display: table-cell;
  vertical-align: middle;
}

.feature .feature_column dt {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 1.2em;
}

.feature .feature_column:nth-of-type(1) dt {
  color: #ED9714;
}

.feature .feature_column:nth-of-type(2) dt {
  color: #009741;
}

.feature .feature_column:nth-of-type(3) dt {
  color: #E5131F;
}

.feature .feature_column dt:after {
  content: '';
  position: relative;
  display: block;
  width: 80px;
  height: 1px;
  top: 0.6em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.feature .feature_column:nth-of-type(1) dt:after {
  background-color: #ED9714;
}

.feature .feature_column:nth-of-type(2) dt:after {
  background-color: #009741;
}

.feature .feature_column:nth-of-type(3) dt:after {
  background-color: #E5131F;
}

/* -------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* -------------------------------------------- */

.feature {
  padding: 20px 0 0;
}

.feature h3 {
  font-size: 22px;
  line-height: 1.5em;
}

.feature h3 .pick01 {
  font-size: 28px;
  line-height: 1em;
}

.feature h3 .pick02 {
  font-size: 28px;
  line-height: 1em;
}

.feature .feature_column {
  position: relative;
  padding-bottom: 40px;
  text-align: center !important;
}

.feature .feature_column .feature_desc {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  top: auto;
  padding: 15px;
}

.feature .feature_column dt {
  font-size: 24px;
  line-height: 1.5em;
}

.feature .feature_column dd {
  text-align: left;
}

} /* End of (max-width: 767px) */


/* ############################################################ */

.area .inner {
  padding: 20px 0 80px;
  text-align: center;
}

.area ul {
  display: flex;

  flex-wrap: wrap;
  align-content: space-between;
}

.area ul li {
  display: inline-block;
  margin: 10px calc(20px / 2);

  flex-basis: calc(25% - 20px);
}

.area ul li a {
  display: block !important;
  padding: 30px 0;
  border-radius: 8px;
  background: #EF6E17;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
}

/* -------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* -------------------------------------------- */

  .area .inner {
    width: 90%;
    padding: 10px 0 40px;
  }

  .area .desc {
    text-align: left !important;
  }

  .area ul li {
    margin: 5px calc(10px / 2);

    flex-basis: calc(50% - 10px);
  }

  .area ul li a {
    padding: 20px 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1em;
  }

} /* End of (max-width: 767px) */


/* ############################################################ */
