@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

.container {
  width: 100%;
}
.md-container {
  max-width: none;
}
.breadcrumb,
.title-area,
.nav,
.item-area-inner {
  max-width: 1000px;
  margin: 0 auto;
}
#sp-content {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#sp-content a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition-duration: 0.3s;
}
#sp-content .headline {
  width: 100%;
  position: relative;
}
#sp-content .headline img{
  width: 100%;
}

/*title-area*/
#sp-content .title-area {
  margin: 4% auto 4%;
}
#sp-content .title-area .title-area-txt {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0.06em;
  line-height: 2.2em;
}
#sp-content .title-area .title-area-txt span{
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

/*item-area*/
#sp-content .item-area {
  position: relative;
  padding: 10% 0 10%;
  margin: -10% 0 0;
}
.item-area_ttl{
  text-align: center;
}
.item-area_txt{
  font-size: 16px;
  letter-spacing: 0.05em;
}

.item-area ul.item_color {
  display: flex;
  justify-content: center;
  margin: 4% 0 0;
}
.item-area ul.item_color li {
  max-width: 490px;
  margin-right: 2%;
  width: 49%;
}
.item-area ul.item_color li:last-of-type {
  margin-right: 0;
}
.item-area ul.item_color li p.outer_name {
  font-size: 18px;
  margin-top: 6%;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.item-area ul.item_color li p.outer_name a {
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    padding: 0 2%;
    border: 2px solid #000;
}
.item-area ul.item_color li p.outer_name a:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}
.item-area ul.item_color li p.item_txt {
  font-size: 14px;
  margin-top: 6%;
  line-height: 1.8;
  letter-spacing: 0;
}
.item-area ul.item_color li p.item_cre {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  margin-top: 6%;
  line-height: 2;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
.item-area ul.item_color li p span{
  font-size: 12px;
}

.btn_buy{
  margin-top: 10%;
}
.btn_buy a {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding: 1.5% 8%;
  text-decoration: none;
  border: 2px solid #000000;
}
.btn_buy a:hover {
  background-color: #f7ecd5;
  color: #000000;
  font-weight: 600;
  border: 2px solid #f7ecd5;
}

.link-btn-area {
  margin: 0 auto 6%;
}

.link-btn-area img{
  margin: 0 auto;
  display: block;
}

.link-btn-area h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin-bottom: 3%;
  text-align: center;
  letter-spacing: 0.1em;
}

.link-btn-area p{
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  margin-top: 15px;
  letter-spacing: 0.08em;
}



.cont_line{
  display: flex;
  justify-content: center;
  margin: 4% auto 6%;
  width: 90%;
}

@media (max-width: 768px){
  .breadcrumb,
  #page-body {
    margin: 0;
  }
  #sp-content {
    margin-top: 20px;
    font-size: 10px;
  }
  #sp-content .title-area {
    margin: 11% auto 11%;
  }
  #sp-content .title-area .title-area-txt {
    padding: 0 3%;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
  }
  .cont_line {
    margin: 12% auto 18%;
  }
  .item-area_ttl img{
    width: 70%;
  }
  .item-area_txt {
    font-size: 1.7em;
    line-height: 1.5;
    width: 100%;
  }
  .item-area ul.item_color li {
    margin-bottom: 3.5%;
  }
  .item-area ul.item_color li p {
    line-height: 1.6em;
  }
  .item-area ul.item_color li p.item_txt span{
    font-size: 0.9em;
  }
  #sp-content .item-area {
    padding-top: 20%;
    margin-top: -20%;
  }
  .item-area ul.item_color {
    width: 100%;
    margin: 8% auto 0;
    flex-wrap: wrap;
    justify-content: center;
    display: inline-grid;
  }
  .item-area ul.item_color li{
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0;
  }
  .item-area ul.item_color:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .item-area ul.item_color li:last-of-type {
    margin: 0 auto 10%!important;
  }
  .item-area ul.item_color li p {
    margin-top: 10%;
  }

  .link-btn-area a {
    font-size: 1.3em;
    line-height: 2.5;
    width: 80%;
    min-width: 280px;
  }

.item-area ul.item_color li p.outer_name {
    font-size: 16px;
    letter-spacing: 0.02em;
    width: 95%;
    margin: 6% auto 0;
}

.item-area ul.item_color li p.item_txt {
    font-size: 12px;
    width: 95%;
    margin: 6% auto;
}

.item-area ul.item_color li p.item_cre {
    font-size: 13px;
    line-height: 2.5;
    width: 95%;
    margin: 6% auto 0;
}

.item-area ul.item_color li p.outer_name a {
    padding: 0 3% 0.1%;
    border: 1px solid #000;
}

.item-area ul.item_color li p.outer_name a:hover {
    border: 1px solid #000;
}

.link-btn-area h3 {
    font-size: 23px;
}

.link-btn-area p {
    font-size: 13px;
    margin-top: 5px;
}
}

.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 769px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

/*nav*/

#navi_box {
  width: 100%;
  list-style: none;
  margin: 123px 0 10% 0;
  overflow: hidden;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#navi_box.fixed{
  background: #ffffff;
}
.fixed #fixedbox{
  max-width: 90%;
}
.fixed #fixedbox .header_nav > * {
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
#fixedbox {
  max-width: 1000px;
  margin: auto;
  transition: 0.7s;
}

.lp_content .header_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lp_content .header_nav > * {
  padding: 5px 20px;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.lp_content .header_nav a:hover ,.item-area ul.item_color a:hover{
  /*opacity: .7;*/
  transition: .3s;
}
.lp_content .header_nav a:hover ,.item-area ul.item_color li > a:hover{
  opacity: .7;
  transition: .3s;
}

@media (min-width: 768px) {
  .fixed #fixedbox{
    max-width: 100%;
  }
  .fixed #fixedbox{
    max-width: 600px;
  }

  .lp_content .header_nav {
    max-width: 1260px;
    margin: 0 auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .lp_content .header_nav > * {
    padding: 5px 20px;
    -webkit-flex: 0 1 19%;
        -ms-flex: 0 1 19%;
            flex: 0 1 19%;
    -webkit-flex: 0 1 calc(100% / 3);
        -ms-flex: 0 1 calc(100% / 3);
            flex: 0 1 calc(100% / 3);
  }
}

@media (max-width: 768px) {
.lp_content .header_nav > * {
    padding: 5px 0px;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 45%;
}

#navi_box {
    margin: 16% 0 10% 0;
}

#sp-content .title-area .title-area-txt {
    margin-bottom: -6%;
}

.fixed #fixedbox .header_nav > * {
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 40%;
}
}

@media (max-width: 767px) {
#navi_box {
    margin: 32% 0 10% 0;
}

#sp-content .title-area .title-area-txt {
    margin-bottom: -23%;
}
}

@media screen\0 { /* IE8〜11 */
  .lp_content .header_nav > * {
    padding: 5px 20px;
  }
}
