
/* ==========================================================================
    Typograpgy
   ========================================================================== */
.main_inner * {
  color: #343434;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/* ==========================================================================
   Base
   ========================================================================== */
.main_inner,
.main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
}

.main_inner *,
.main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  width: 100%;
  /* background-image: url(../img/pc.jpg); */
  background-size: 1600px;
  background-position-x: center;
  background-position-y: -182px;
  background-repeat: no-repeat;
}

.inner {
  width: 90rem;
  margin: 0 auto;
}

.inner img {
  width: 100%;
  /* opacity: 0.5; */
}

.sec01 h3 {
  margin-top: 2rem;
  font-size:3rem;
  line-height:1.66;
  letter-spacing: 0.18em;
  text-align: center;
}

.txt {
  font-size:1.4rem;
  line-height:2.15;
  letter-spacing: 0.12em;
  text-align: center;
}

.sec01 .txt01 {
  margin: 3.2rem  0 0 -0.5rem;
}

.sec01 .txt02 {
  margin: 1.3rem  0 0 -0.5rem;
}

.ttl {
  margin: 8.6rem auto 0;
  width: 26rem;
}

.sec01 .img01 {
  width: 44rem;
  margin: 4.2rem auto 0;
}

.sec01 .box01 {
  margin: 2rem 0 0 41rem;
  display: flex;
}

.prc {
  font-size: 1.2rem;
  line-height:1.66;
  letter-spacing: 0.12em;
  color: #525252;
}

.yuan {  
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #525252;
}

.count {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #525252;
}

.buy {
  display: inline-block;
  padding-top: 0.2rem;
  margin-left: 1.5rem;
  position: relative;
  top: 0;
  width: 4.5rem;
  height: 1.6rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  background-color: #656565;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
}

.sec01 .txt03 {
  margin-top: 1.7rem;
}

.sec02 {
  margin-top: 14.3rem;
}

.sec02 .box01 {
  display: flex;
  justify-content: space-between;
}

.sec02 .img02 {
  width: 44rem;
}

.sec02 .img03 {
  width: 44rem;
}

.sec02 .txt {
  margin-top: 4.1rem;
  text-align: left;
}

.sec03 {
  margin-top: 13.7rem;
}

.sec03 h4 {
  font-size: 2.8rem;
  line-height:1;
  letter-spacing: 0.12em;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.sec03 .box01{
  margin-top: 4.6rem;
  display: flex;
  flex-wrap: wrap
}

.sec03 .box01 li {
  width:27rem;
}

.sec03 .box01 li:nth-child(2) {
  margin-left: 4.5rem;
}

.sec03 .box01 li:nth-child(3) {
  margin-left: 4.5rem;
}

.sec03 .box01 li:nth-child(4) {
  margin-top: 6rem;
}

.sec03 .box01 li:nth-child(5) {
  margin: 6rem 0 0 4.5rem;
}

.sec03 .box01 li:nth-child(6) {
  margin: 6rem 0 0 4.5rem;
}

.name {
  margin-top: 1.2rem;
  display: block;
  font-size: 2rem;
  line-height:1.4;
  letter-spacing: 0.12em;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #343434;
  
}

.button {
  display: block;
  padding-right: 0.1rem;
  margin: 14.4rem auto 15rem;
  width: 45.9rem;
  height: 6rem;
  font-size: 1.4rem;
  line-height: 6.5rem;
  letter-spacing: 0.12em;
  background-color: #ebebeb;
  text-align: center;
}
  
.button span {
	display: inline-block;width: 0.6rem;
	height: 0.6rem;
  margin-left: 0.5rem;
	margin-bottom: 0.3rem;
	border-top: 1px solid #414141;
	border-right: 1px solid #414141;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align : middle;
  }

.sp_only {
    display: none!important;
}










/* ====== TABLET ===== */
@media screen and (max-width: 1280px) and (min-width:751px){
	html{
		font-size: calc(10*(100vw/1280));
	}
}







/* ====== SP ===== */
@media only screen and (max-width: 750px) {


  #Contents {
    width: 100%;
		/* background-image: url(../img/sp.jpg); */
		background-size: 100%;
		background-position-x: center;
		background-position-y:-176px;
		background-repeat: no-repeat;
    color: #343434;
  }

  .breadlist.lp {
    line-height: 5.33333vw;
    font-size: 2.66667vw;
    margin: 3.33333vw auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }
  
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  
  .sec01 .ttlb {
    width: calc(510*(100vw/750));
    margin: calc(28*(100vw/750)) auto 0;
  }
  
  .txt {
    font-size:calc(22*(100vw/750));
    line-height:1.64;
  }
  
  .sec01 .txt01 {
    margin: calc(32*(100vw/750)) auto 0;
  }
  
  .sec01 .txt02 {
    margin: calc(16*(100vw/750)) 0 0 calc(9*(100vw/750));
  }
  
  .ttl {
    margin: calc(86*(100vw/750)) auto 0;
    width: calc(237*(100vw/750));
  }
  
  .sec01 .img01 {
    width: calc(550*(100vw/750));
    margin: calc(41*(100vw/750)) auto 0;
  }
  
  .sec01 .box01 {
    margin: calc(37*(100vw/750)) 0 0 calc(255*(100vw/750));
  }
  
  .prc {
    font-size: calc(22*(100vw/750));
    line-height:1.36;
  }
  
  .buy {
    display: inline-block;
    top: 0;
    padding-top: calc(0*(100vw/750));
    margin-left: calc(7*(100vw/750));
    width: calc(70*(100vw/750));
    height: calc(24*(100vw/750));
    font-size: calc(20*(100vw/750));
    line-height: calc(24*(100vw/750));
  }
  
  .sec01 .txt03 {
    margin: calc(43*(100vw/750)) 0 0 calc(50*(100vw/750));
    text-align: left;
  }
  
  .sec02 {
    margin-top: calc(146*(100vw/750));
  }
  
  .sec02 .box01 {
    display: flex;
    justify-content:center;
    flex-direction:column;
    margin-left: calc(100*(100vw/750));
  }   
  
  .sec02 .img02 {
    width: calc(550*(100vw/750));
  }
  
  .sec02 .img03 {
    margin-top:calc(10*(100vw/750));
    width: calc(550*(100vw/750));
  }
  
  .sec02 .txt {
    margin: calc(41*(100vw/750)) 0 0 calc(49*(100vw/750));
    text-align: left;
  }
  
  .sec03 {
    margin-top:calc(137*(100vw/750));
  }
  
  .sec03 h4 {
    font-size: calc(25*(100vw/750));
    line-height:1.12;
    letter-spacing: 0.12em;
  }
  
  .sec03 .box01{
    width: calc(650*(100vw/750));
    margin: calc(26*(100vw/750)) auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  
  .sec03 .box01 li {
    width:calc(315*(100vw/750));
  }
  
  .sec03 .box01 li:nth-child(2) {
    margin-left:calc(20*(100vw/750));
  }
  
  .sec03 .box01 li:nth-child(3) {
    margin:calc(60*(100vw/750)) 0 0; 
  }
  
  .sec03 .box01 li:nth-child(4) {
    margin:calc(60*(100vw/750)) 0 0 calc(20*(100vw/750));
  }
  
  .sec03 .box01 li:nth-child(5) {
    margin: calc(60*(100vw/750))  0;
  }
  
  .sec03 .box01 li:nth-child(6) {
    margin: calc(60*(100vw/750)) 0 0 calc(20*(100vw/750));;
  }

  .name {
    margin-top: calc(13*(100vw/750));
    font-size: calc(22*(100vw/750));
    line-height:1.27;
    letter-spacing: 0.12em;
    font-weight: 400;
  

    
  }
  
  .button {
    margin: calc(86*(100vw/750)) 0 0 calc(153*(100vw/750));
    padding-left: calc(59*(100vw/750));
    width: calc(458*(100vw/750));
    font-size: calc(28*(100vw/750));
    line-height: calc(65*(100vw/750));
    height: calc(70*(100vw/750));
    letter-spacing: 0.09em;
    background-color: #ebebeb;
    text-align: left;
    color: #333333;
	  }
	
	.button span {
		display: inline-block;
    margin-left:calc(9*(100vw/750)); 
		width: calc(14*(100vw/750));
		height: calc(14*(100vw/750));
		margin-bottom: calc(6*(100vw/750));
		border-top: 1px solid #333333;
		border-right: 1px solid #333333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
    color: #333333;
	}

  .sp_only {
    display: block!important;
  }

  .pc_only {
    display: none!important;
  }



}