@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;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 a:hover{
  opacity: 0.7;
}

#sp-content {
  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;
}

.top-ttl{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 120px;
}

.top-subtext {
  transform: rotate( 90deg );
  font-size: 18px;
  letter-spacing: .08em;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  right: -100px;
  top: 50%;
}

.top-subtext::after {
  content: '';
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -221px;
  top: 10px;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    width: 200px;
    opacity: 1;
  }
  100%{
    width: 0;
    opacity: 0;
  }
}

/*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 {
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 10%;
}

.item-area_txt{
  font-size: 16px;
  letter-spacing: 0.05em;
}

.item-area ul.item_color {
  display: flex;
  justify-content: center;
}

#Style-1 ul.item_color li {
  width: 65%;
}

#Style-1 ul.item_color li:last-of-type {
  width: 35%;
  margin-top: 42%;
}

#Style-2 .style-2-2{
  width: 65%;
  margin-top: 4%;
}

#Style-3 img{
  display: block;
  margin: 0 auto;
}

#Style-4 ul.item_color li {
  width: 25%;
  margin-right: 15%;
}

#Style-4 ul.item_color li:last-of-type {
    width: 50%;
    margin-top: 17%;
    margin-right: 0;
}

#Style-5 .style-5-1{
  width: 61%;
}

#Style-5 .style-5-2{
  width: 60%;
  margin-top: 4%;
  margin-left: 30%;
}

#Style-6 ul.item_color li {
  width: 50%;
  margin-left: 15%;
  margin-right: 5%;
}

#Style-6 ul.item_color li:last-of-type {
    width: 21%;
    margin-top: 20%;
    margin-right: 0;
}

p.item_cre {
    max-width: 250px;
    margin-top: 3%;
}

p.cre_left{
  margin: 3% 0 0 auto;
}

p.cre_3{
  margin-left: 25%;
}

p.item_cre a{
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: space-between;
}

p.item_cre span{
  font-size: 14px;
  display: inline-block;
  background-color: #364aad;
  color: #fff;
  padding: .5% 5%;
}

.btn_buy{
  margin-top: 10%;
}

.btn_buy a {
  font-family: 'Roboto Condensed', sans-serif;
  width: 35%;
  margin: 0 auto 10%;
  background-color: #364aad;
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 1% 0;
  text-decoration: none;
  text-align: center;
}

.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: 'Roboto Condensed', sans-serif;
  margin-bottom: 3%;
  text-align: center;
  letter-spacing: 0.1em;
}

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

@media (max-width: 1179px){
.top-ttl {
    left: 70px;
    width: 45%;
}
#sp-content .item-area{
  width: 80%;
}

#Style-1 ul.item_color li {
  width: 65%;
}

#Style-1 ul.item_color li:last-of-type {
  width: 40%;
  margin-left: 5%;
  margin-top: 42%;
}
p.item_cre {
  margin-top: 5%;
}

.top-subtext {
    font-size: 16px;
}
p.cre_3 {
    margin-left: 18%;
}
}

@media (max-width: 768px){
.top-ttl {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6%;
    top: auto;
    width: 80%;
}

.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;
}

#sp-content .item-area {
    width: 100%;
    margin-top: 30%;
}

.item-area ul.item_color {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-grid;
}

#Style-1 ul.item_color li {
    width: 90%;
}

#Style-1 ul.item_color li:last-of-type {
    width: 70%;
    margin-left: 30%;
    margin-top: 20%;
}

#Style-2 .style-2-2 {
    width: 100%;
    margin-top: 20%;
}

#Style-4 ul.item_color li {
    width: 65%;
    margin-right: 0%;
}

#Style-4 ul.item_color li:last-of-type {
    width: 90%;
    margin-top: 20%;
    margin-left: 10%;
}

#Style-5 .style-5-1 {
    width: 100%;
}

#Style-5 .style-5-2 {
    width: 90%;
    margin-top: 20%;
    margin-left: 10%;
}

#Style-6 ul.item_color li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#Style-6 ul.item_color li:last-of-type {
    width: 40%;
    margin-top: 20%;
    margin-right: 10%;
}

p.item_cre {
    margin-top: 7%;
    margin-left: 5%;
}

p.cre_left {
    margin: 7% 0 0 auto !important;
}

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

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

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

.btn_buy a {
    width: 80%;
    margin: 20% auto;
    display: block;
    font-size: 17px;
    padding: 3.2% 0;
}
}

.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;
  }
}

