/*========= ふわっと出す ===============*/
.animation {
/*  margin: 50px 0; */
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/*========= デフォルトデザイン打消 ===============*/
body {
  background: #FFFFFF;
  background-position: right 10%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 12%;
  border: none;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bolder;
  color: #666;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
}
h1,h2,h3 {
  font-family: serif;
}
div #sysAside {
    display: none !important;
}
.header_wrap {
  border: none;
  height: 92px;
  background: #fff;
  border-bottom: double;
}
.header_wrap .headerLabel {
  display: none;
}
.header_wrap_inner {
  background: #fff;
}
.h_navi {
  height: auto;
}
/*
footer {
  background: #fff;
  height: 224px;
  color: #666;
}
footer .credit {
  width: 100%;
  margin: auto;
  text-align: center;
}
footer .credit .logo {
    margin: 24px auto;
    width: 400px;
}
footer .credit p {
    font-size: smaller;
}
footer small {
  width: fit-content;
  margin: 24px auto;
  display: block;
  font-size: xx-small;
}
*/
.pagetop {
  display: none;
}
/*========= デフォルトデザイン打消 ===============*/

.lp-pageMain {
  width: 80%;
  margin: 54px auto;
}
.scroll {
  color: #666;
  z-index: 2;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.scroll .line {
  width: 2px;
  height: 34px;
  background-color: #666;
  margin: auto;
}
.content {
  margin: 160px auto;
}
.cd-txt {
  width: fit-content;
  margin: 40px auto;
}
.tile img {
  padding: 4px;
  object-fit: cover;
  object-position: center;
  margin: auto;
  width: 100%;
  height: 100%;
}
.tile a {
  display: contents;
}
.tartan .tile {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 540px 356px 270px 540px auto;
}
.tartan .tile .big1 {
  grid-column: 2 / 4;
}
.tartan .tile .big2 {
  grid-column: 1 / 3;
}
.tartan .tile .big3 {
  grid-column: 3 / 4;
  grid-row: 2 / 5;
}
.tartan .tile .big4 {
  grid-column: 1 / 4;
  height: 400px;
}

.madara .tile {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 270px 270px 540px 540px 540px 540px;
}
.madara .tile .big1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.madara .tile .big1-2 {
  grid-column: 1 / 3;
  grid-row: 6 / 7;
}
.madara .tile .big2 {
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}
.madara .tile .big2-2 {
  grid-column: 2 / 4;
  grid-row: 5 / 6;
}
.madara .tile .big3 {
  grid-column: 1 / 1;
  grid-row: 4 / 6;
}

.item-list {
  /* margin: 160px auto; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.item-list .item {
  width: 300px;
  text-align: center;
}
.item-list .item  img {
  border: solid 4px #e5e5e5;
  padding: 4px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: fit-content;
}
.item-list a {
  border-radius: 8px;
  border: solid;
  padding: 6px;
  margin: 8px auto;
  display: block;
  color: #666;
}
.item-list .buy {
  background: #666;
  color: #fff;
}
.concept {
  margin: auto;
  width: fit-content;
}
.concept p {
  margin: 16px auto;
}
.concept .title {
  font-size: 4rem;
  color: #b2b2b2;
}
.concept .txt {
  margin-bottom: 48px;
}
.concept a {
  text-align: center;
  width: 200px;
  border-radius: 8px;
  border: solid;
  padding: 6px;
  margin: 8px auto;
  display: block;
  color: #666;
}
.concept .buy {
  background: #666;
  color: #fff;
}
.model {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-end;
}
.model img {
  width: 360px;
}
.model .name {
  font-size: 4rem;
  margin-right: 16px;
}
#creditArea {
  padding: 24px;
  text-align: center;
  font-size: small;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#creditArea .mgr-10 {
  margin: 4px;
}
@media screen and (max-width: 1199px) {
  .header_wrap {
    height: 86px;
  }
  .header_sp #navBtn .headerMenuBtn {
    background: #fff;
  }
  p {
    font-size: 2.4vw;
    word-break: keep-all;
  }
  .lp-pageMain {
    margin: 32px auto;
  }
  .tartan .tile {
    display: grid;
    gap: 4px;
    grid-template-rows: 136px 100px 80px 136px auto;
  }
  .tartan .tile .big4 {
    height: 160px;
  }
  .madara .tile {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 80px 80px 136px 136px 136px 136px;
  }
  .item-list .item {
    width: 45%;
    margin: 12px auto;
  }
  .item-list .item p {
    font-size: 3vw;
  }
  .item-list a {
    font-size: 1rem;
  }
  .concept .title {
    font-size: 7vw;
  }
  .model img {
    width: 150px;
  }
  .model .txt {
    margin-left: 14px;
  }
  .model .name {
    font-size: 6vw;
  }
}
