@charset "utf-8";

img {
  transition: 1.0s;
}
/*フェードイン*/
/*.fadein {
  opacity: 0;
}
*/
.inview-fadein {
  opacity: 1;
  transition: opacity 1.5s linear;
}
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1.5s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*右から左にフェードイン*/
.right-to-left {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1.5s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*下から上にフェードイン*/
.down-to-top {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
#wraptomoka {
  max-width: 1060px;
  margin: 0 auto 5%;
  font-size: 60%;
  clear: both;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  overflow: hidden;
}
.intro {
  margin: 0 auto;
}
.intro p {
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  width: 78%;
  margin: 0 auto;
}
.date p {
	font-size: 16px;
	text-align: center;
    margin: 2% auto 6%;
}
.main {
  max-width: 700px;
  margin: 0 auto 100px;
}
#item01, #item02, #item03 {
  display: block;
}
.pc {
  display: block;
/*  margin-top: 70px;*/
}
.sp {
  display: none;
}
.title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_img {
  width: 70%;
  margin: 0 auto;
}
.price {
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.07em;
  font-size: 13px
}
.credit .item, .credit .price, .credit2 .price, .credit3 .price {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.tomoka_text {
  width: 60%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  margin-top: 2%;
}
.next {
  color: #ff69b4;
}
.item_text {
  width: 60%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  margin-top: 4%;
}
.itemArea {
  text-align: center;
/*  padding: 10%;*/
    width: 83%;
    margin: auto;
  
}
.name {
	margin: 10px 0 5px;
	margin-bottom: 5px;
  font-size: 15px;
}
.byBtn {
  display: inline-block;
  max-width: 70px;
  margin-left: 10px;
  vertical-align: sub;
}
.br-sp {
  display: none;
}
.buy {
  text-decoration: none;
  margin: -31px 27px 8px 126px;
  padding: 2px 1px 1px 11px;
  font-size: 11px;
}
.credit .buy {
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0px 20px;
  font-size: 15px;
  background: #e5e4e6;
  color: #333;
}
.credit2 .buy {
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0px 20px;
  font-size: 15px;
  background: #e5e4e6;
  color: #333;
}
.credit3 .buy {
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0px 20px;
  font-size: 15px;
  background: #e5e4e6;
  color: #333;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.item{	
padding: 15px;
}

.title_line {
  margin-top: 5%;
  color: #7c4331;
  margin-bottom: 5%;
}
.title_line2 {
  margin-top: 10%;
  color: #7c4331;
  margin-bottom: 15%;
}
.other_new, .other_features {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  padding: 2% 0;
  margin: 3% 23%;
  font-size: 12px;
}
.other_new {
  margin-bottom: 10%;
  margin-top: 3%;
}
#chart {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
  width: 80%;
}
.butuimg {
  margin: 20px auto 0;
}
.type {
  width: 60%;
  margin: 4%;
}
.st {
  color: #89a1df;
}
.wv {
  color: #ef98ac;
}
.nt {
  color: #54beb0;
}
.recomend {
  font-size: 20px;
  text-align: center;
  padding-top: 6%;
}
.cltext {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
	 margin-top: -5%;
margin-bottom: 7%;
}

.other_box2{
	width: 85%;
	margin: 0 auto; 
}

.other_box2 p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

/***************▼タブレット▼*****************/
@media screen and (max-width: 768px) {}
/***************▼スマホ大▼*****************/
@media screen and (max-width: 640px) {
  #wraptomoka {
    font-size: 60%;
    clear: both;
    font-family: '游ゴシック', YuGothic, 'Helvetica neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    overflow: hidden;
    max-width: 100%;
    margin: 23% auto 10%;
  }
  .sp {
    display: block;
	   margin-top: 6%;
  }
  .pc {
    display: none;
  }
  .intro {
    margin: 0 auto;
  }
  .intro p {
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.05em;
    width: 100%;
    margin: 0 auto;
  }
  #item01, #item02, #item03 {
    display: block;
    padding-top: 15px;
  }
  .title {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .main_img {
    width: 90%;
    margin: 0 auto;
  }
  .item {
    text-align: center;
	  padding: 7px;
  }
  .other_items {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-family: futura-pt, sans-serif;
  }
  .price {
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.07em;
    font-size: 13px;
    margin-top: -5%;
  }

	 /* 	.br-sp {
    display: block;
  }	 */

  .credit .item, .credit .price, .credit2 .price, .credit3 .price {
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 0 auto 5% auto;
    display: block;
    text-align: center;
  }
  .credit .buy {
    text-decoration: none;
    margin: 30px 0;
    padding: 5px 20px;
    font-size: 15px;
    background: #e5e4e6;
    color: #333;
  }
  .credit2 .buy {
    text-decoration: none;
    margin: 30px 0;
    padding: 5px 20px;
    font-size: 15px;
    background: #e5e4e6;
    color: #333;
  }
  .credit3 .buy {
    text-decoration: none;
    margin: 30px 0;
    padding: 5px 20px;
    font-size: 15px;
    background: #e5e4e6;
    color: #333;
  }
  .buy {
    text-decoration: none;
    margin: -39px 18px 15px 153px;
    padding: 1px 0px 2px 12px;
    font-size: 11px;
  }
  .tomoka_text {
    width: 90%;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-top: 2%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
  .name {
    margin: 10px auto 5px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  .item_text {
    width: 80%;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-top: 2%;
  }
  .thumslider {
    position: relative;
  }
  .next {
    color: #ff69b4;
	}

@keyframes sdl {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .item-text {
    position: absolute;
    top: 40%;
    left: 59%;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 26px;
    text-align: right;
    font-weight: 300;
  }
  .item_credit {
    text-align: center;
    text-decoration: underline;
    margin-top: 6%;
  }
  .title_number {
    text-align: center;
    font-size: 35px;
    color: #006400;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
  }
  .title_item {
    font-size: 35px;
    color: #fdd35c;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0 10px;
  }
  .title_line {
    margin-top: 8%;
    color: #7c4331;
  }
  .color {
    text-align: center;
    font-size: 11px;
    margin-top: 2%;
  }
  #chart {
    margin: 0 auto;
    display: block;
    padding-top: 15px;
    width: 95%;
  }
  .itemArea {
    text-align: center;
/*    padding: 10%;*/
    width: 90%;
    margin: auto;
  }
  .byBtn {
    margin-left: 5px;
    max-width: 60px;
    padding-top: 0%;
  }
  .butuimg {
    margin: 20px auto 0;
    width: 90%;
  }
  .type {
    width: 100%;
  }	
  .st {
    color: #89a1df;
  }
  .wv {
    color: #ef98ac;
  }
  .nt {
    color: #54beb0;
  }
  .recomend {
    font-size: 15px;
    text-align: center;
    padding-top: 6%;
  }
  .cltext {
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
	
	.other_box2 p {
		font-size: 16px;
	}


  /***************▼スマホ小▼*****************/
  @media screen and (max-width: 479px) {}
  #lower {
    padding-top: 0%;
  }