@charset "utf-8";

.contents_inner {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  color: #000;
}
.h2_title {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.h2_title span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}
.pc_980 {
  display: block;
}
.tab {
  display: none;
}
@media screen and (max-width: 980px) {
  .h2_title {
      font-size: 34px;
  }
  .h2_title span {
      font-size: 15px;
  }
  .pc_980 {
      display: none;
  }
  .tab {
      display: block;
  }
}
@media screen and (max-width: 640px) {
  .h2_title span {
    font-size: 14px;
    padding-top: 10px;
  }
}


/*-----------------------------------

	lower_head

-----------------------------------*/
.lower_head {
  padding: 40px 0 0 0;
  background: url(/img/guide/sale/headline.png) #E0392D no-repeat center/cover;
}
.lower_head .contents_inner {
  width: 850px;
  max-width: 90%;
  position: relative;
  height: 250px;
}
.lower_head h1 {
  position: relative;
  z-index: 2;
}
.lower_head h1 img {
  width: 370px;
  margin: 0 auto;
  display: block;
}
.lower_head a {
  font-size: 16px;
  display: block;
  width: 240px;
  margin: 20px auto 0;
  color: #000 !important;
  text-align: center;
  background: #FFE33E;
  border-radius: 40px;
  padding: 15px 0;
}
.lower_head a:hover {
  opacity: 0.7;
  background-color: #FFB202;
}
.lower_head .headline_img01 {
  width: 300px;
  position: absolute;
  left: -100px;
  bottom: 0;
}
.lower_head .headline_img02 {
  width: 300px;
  position: absolute;
  right: -100px;
  bottom: 0;
}
@media screen and (max-width: 990px) {
	.lower_head .headline_img01{
		left: 0;
		width: 245px;
	}
	.lower_head .headline_img02{
		right: 0;
		width: 245px;
	}
}
@media screen and (max-width: 790px) {
	.lower_head .headline_img01{
		width: 190px;
	}
	.lower_head .headline_img02{
		width: 190px;
	}
}
@media screen and (max-width: 640px) {
  .lower_head{
	padding: 0;	
  }
  .lower_head h1 img {
    width: 70vw;
  }
  .lower_head .headline_img01 {
    width: 120px;
  }
  .lower_head .headline_img02 {
    width: 120px;
  }
  .lower_head a {
    width: 100%;
    padding: 0;
	margin: 0;
  }
}
@media screen and (max-width: 430px) {
  .lower_head .headline_img01 {
    width: 110px;
  }
  .lower_head .headline_img02 {
    width: 110px;
  }
}
/*-----------------------------------

	pagelink_block

-----------------------------------*/
#pagelink_block {
  padding: 50px 0 0;
}
ul.pagelink_list {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  background: #EFEFEF;
  border-radius: 40px;
  justify-content: center;
  gap: 60px;
  height: 80px;
}
ul.pagelink_list li {
  /*width: calc(100% / 4);
  transition: .2s;*/
}
ul.pagelink_list li a:hover {
  opacity: 0.8;
  transition: .2s;
}
ul.pagelink_list li a {
  display: block;
  font-size: 16px;
  padding: 32px 0;
  line-height: 100%;
  text-align: center;
　color: #000 !important;
}
ul.pagelink_list li a span {
  position: relative;
  color: #000;
  font-weight: 600;
}
ul.pagelink_list li a span::after {
  position: absolute;
  content: "";
  top: 30%;
  left: -20px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
}
/*出品ガイド用*/
ul.pagelink_list.creator li {
  width: calc(100% / 5);
}
ul.pagelink_list.creator li a {
  line-height: 140%;
}
@media screen and (max-width: 860px) {
  ul.pagelink_list {
    gap: 0;
    border-radius: 20px;
	height: 85px;
  }
  ul.pagelink_list li {
    width: calc(100% / 2);
  }
  ul.pagelink_list li a {
    font-size: 13px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 640px) {
  #pagelink_block {
    padding-top: 20px;
	padding-bottom: 0;	
  }
  ul.pagelink_list li a span::after {
    left: -15px;
    width: 5px;
    height: 5px;
  }
}

/*-----------------------------------

	sold_block

-----------------------------------*/
#sold_block {
  padding: 60px 0;
}
#sold_block .materials li {
  width: 48%;
  text-align: center;
  border: 1px solid #C9CACA;
  border-radius: 20px;
  padding: 30px;
}
#sold_block .materials h3 {
  font-size: 32px;
  font-weight: 600;

}
#sold_block .materials h3 span {
  position: relative;
}
/* 下線 */
#sold_block .materials h3 span::before {
  content: '';
  background-color: #FFB202;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sold_block .materials li:first-child .img_box {
  width: 60%;
  margin: 50px auto 20px;
}
#sold_block .materials li:last-child .img_box {
  width: 65%;
  margin: 60px auto 0;
}
@media screen and (max-width: 980px) {
  #sold_block .materials h3 {
      font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #sold_block {
      padding: 20px 0 25px;
  }
  #sold_block .materials h3 {
      font-size: 20px;
  }
  #sold_block .materials li {
      width: 80%;
      padding: 15px;
      margin: 0 auto 20px;
  }
  #sold_block .materials li:first-child .img_box {
      width: 40%;
      margin: 30px auto 0px;
  }
  #sold_block .materials li:last-child .img_box {
      width: 45%;
      margin: 40px auto 0;
  }
}

/*-----------------------------------

	sales_block

-----------------------------------*/
#sales_block {
  padding: 60px 0 0;
  background: #EFF1F1;
}
#sales_block ul li {
  width: 48%;
}
#sales_block ul li .img_box {
  width: 80%;
  margin: 0 auto;
}
#sales_block ul li .img_box.percent {
  width: 120%;
  margin-top: 70px;
  margin-left: -140px;
}
#sales_block ul li:first-child,#sales_block ul li:last-child {
  padding: 60px;
  border: 1px solid #C9CACA;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
}
#sales_block ul li h3 {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 3px solid #FFB202;
  margin-bottom: 30px;
  line-height: 2;
}
#sales_block ul li p {
  font-size: 18px;
  line-height: 2;
}
#sales_block ul li .img_box.percent_tab {
  display: none;
}
@media screen and (max-width: 980px) {
  #sales_block ul li {
      width: 100%;
  }
  #sales_block ul li h3 {
      font-size: 27px;
  }
  #sales_block ul li .img_box.percent {
      display: none;
  }
  #sales_block ul li .img_box.percent_tab {
      display: block;
      width: 120%;
      margin-top: 40px;
      margin-bottom: 40px;
      margin-left: -30%;
  }
}
@media screen and (max-width: 640px) {
  #sales_block {
      padding: 50px 0;
  }
  .h2_title {
      font-size: 24px;
      margin-bottom: 20px;
  }
  #sales_block ul li h3 {
      font-size: 24px;
      text-align: center;
      line-height: 1.4;
      padding-bottom: 5px;
  }
  #sales_block ul li:first-child {
      padding: 30px 20px;
      margin-bottom: 20px;
  }
  #sales_block ul li:last-child {
      padding: 30px 20px;
      margin-bottom: 0;
  }
  #sales_block ul li .img_box.percent_tab {
      width: 140%;
      margin-top: 40px;
      margin-bottom: 40px;
      margin-left: -42%;
  }
  #sales_block ul li p {
      font-size: 16px;
  }
}
@media screen and (max-width: 400px){
  #sales_block ul li p {
      font-size: 14px;
  }
}

/*-----------------------------------

	btn_area

-----------------------------------*/
.btn_area {
  text-align: center;
  padding: 60px 0;
  background: #FFE33E;
  font-size: 26px;
  font-weight: bold;
  height: 287px;
}
.btn_area span {
  display: block;
  margin: 0 auto 20px;
  width: 345px;
  position: relative;
}
.btn_area span::before{
	content: "";
	position: absolute;
	border-left: 2px solid #000;
	transform: rotate(-45deg);
	height: 35px;
	left: 0;
	bottom: -10px;
}
.btn_area span::after{
	content: "";
	position: absolute;
	border-left: 2px solid #000;
	transform: rotate(45deg);
	height: 35px;
	right: 0;
	bottom: -10px;
}
.btn_area a {
  display: inline-block;
  background: #E0392D 0% 0% no-repeat padding-box;
border-radius: 15px;
opacity: 1;
width: 560px;
padding: 5px;
color: #fff!important;
font-size: 26px;
  font-weight: bold;
  line-height: 3.5;
  border-bottom: 10px solid #BA2424;
  /* -webkit-box-shadow: 0 5px 5px rgba(186, 36, 36, 1);
box-shadow: 0 5px 5px rgba(186, 36, 36, 1); */
transition: 0.3s;
}
.btn_area a:hover {
  margin-top: 3px;
  color: #fff;
  background: #BA2424;
  border-bottom: 2px solid #BA2424;
}

.btn_area a img {
  width: 30px;
  margin: 30px 40px 34px 40px;
}
#sales_block ul li .img_box.pc {
  display: block;
}
#sales_block ul li .img_box.tab {
  display: none;
}
@media screen and (max-width: 980px) {
  .btn_area {
      font-size: 22px;
  }
  .btn_area a {
      width: 80%;
      font-size: 20px;
  }
  .btn_area a img {
      width: 30px;
      margin: 20px 30px 24px 30px;
  }
  #sales_block ul li .img_box {
      display: block;
      width: 60%;
      margin: 0 auto 20px;
  }
  #sales_block ul li .img_box.pc {
      display: none;
  }
  #sales_block ul li .img_box.tab {
      display: block;
  }
  .btn_area span{
	  width: 290px;
  }
}
@media screen and (max-width: 640px) {
  .btn_area {
      font-size: 18px;
      padding: 40px 0;
	  height: 210px;
  }
  .btn_area a {
      width: 90%;
      font-size: 16px;
  }
  .btn_area a img {
      width: 24px;
      margin: 17px 20px 18px 20px;
  }
  #sales_block ul li .img_box {
    width: 90%;
}
  #btn_block {
      padding: 40px 0;
  }
  .btn_area span{
	  width: 240px;
  }
  .btn_area span::before,
  .btn_area span::after{
	  height: 27px;
	  bottom: -3px;
  }
}
/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block {
  padding: 70px 0 60px;
}
#flow_block .three_wrapper {
  border: 1px solid #C9CACA;
  border-radius: 20px;
  padding: 40px;
}
#flow_block .three_wrapper .one_box {
  width: 25%;
}
#flow_block .three_wrapper .two_box {
  width: 28%;
}
#flow_block .three_wrapper .three_box {
  width: 26%;
}
#flow_block .three_wrapper li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow_block .three_wrapper .one_box::after {
  content: "";
  position: relative;
  top: 20px;
  left: 75%;
  height: 2px;
  background-color: #000000;
  order: -1;
  width: 145%;
  z-index: -1;
}
#flow_block .three_wrapper .two_box::after {
  content: "";
  position: relative;
  top: 20px;
  left: 68%;
  height: 2px;
  background-color: #000000;
  order: -1;
  width: 135%;
  z-index: -1;
}
#flow_block .three_wrapper li p {
  font-size: 16px;
  line-height: 2;
}
#flow_block .three_wrapper li p:last-child {
  text-align-last: left;
}
#flow_block .three_wrapper li .step_title {
  font-size: 20px;
}
#flow_block .three_wrapper li .number {
  width: 40px;
  margin-bottom: 13px;
}
#flow_block .three_wrapper .one_box .step_img {
  width: 45%;
  margin-left: 40px;
}
#flow_block .three_wrapper .two_box .step_img {
  width: 50%;
}
#flow_block .three_wrapper .three_box .step_img {
  width: 60%;
}
#flow_block .three_wrapper li .step_img {
  margin: 20px 0;
}
@media screen and (max-width: 980px) {
  #flow_block .three_wrapper li {
      flex-direction: initial;
      justify-content: space-between;
      margin-bottom: 40px;
  }
  #flow_block .three_wrapper li:last-child {
      margin-bottom: 0;
  }
  #flow_block .three_wrapper li p {
      text-align: left;
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 10px;
  }
  #flow_block .three_wrapper li .step_title {
    font-size: 20px;
  }
  #flow_block .three_wrapper .one_box {
      width: 100%;
  }
  #flow_block .three_wrapper .two_box {
      width: 100%;
  }
  #flow_block .three_wrapper .three_box {
      width: 100%;
  }
  #flow_block .three_wrapper .one_box::after {
      display: none;
  }
  #flow_block .three_wrapper .two_box::after {
      display: none;
  }
  #flow_block .three_wrapper .text_box {
      width: 62%;
  }
  #flow_block .three_wrapper .one_box .step_img {
      width: 20%;
      margin-left: 0;
  }
  #flow_block .three_wrapper .two_box .step_img {
      width: 25%;
  }
  #flow_block .three_wrapper .three_box .step_img {
      width: 25%;
  }
}
@media screen and (max-width: 640px) {
  #flow_block {
      padding: 50px 0;
  }
  #flow_block .three_wrapper {
      padding: 40px 20px;
  }
  #flow_block .three_wrapper li {
      flex-wrap: wrap;
      flex-direction: column;
  }
  #flow_block .three_wrapper .text_box {
      width: 100%;
  }
  #flow_block .three_wrapper .one_box .step_img {
      width: 30%;
  }
  #flow_block .three_wrapper .two_box .step_img {
      width: 35%;
  }
  #flow_block .three_wrapper .three_box .step_img {
      width: 40%;
  }
  #flow_block .three_wrapper li p {
      text-align: center;
  }
  #flow_block .three_wrapper li .number {
      margin-bottom: 3px;
  }
}
@media screen and (max-width: 400px){
  #flow_block .three_wrapper li p{
	  font-size: 14px;
  }
}

/*-----------------------------------

	receipt_block

-----------------------------------*/
#receipt_block {
  padding: 65px 0 60px;
  background: #EFF1F1;
}
#receipt_block ul li {
  width: 48%;
}
#receipt_block ul li .text_box {
  padding: 60px 48px;
  border: 1px solid #C9CACA;
  background: #fff;
  border-radius: 20px;
  font-size: 18px;
  line-height: 2;
}
#receipt_block ul li .img_box {
  width: 60%;
  margin: 20px auto 0;
}
.step_title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #receipt_block ul li {
      width: 100%;
      position: relative;
  }
  #receipt_block ul li .text_box {
    padding: 40px 48px;
  }
  #receipt_block ul li .img_box.pc {
      display: none;
  }
  #receipt_block ul li .img_box.tab {
    width: 50%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 640px) {
  #receipt_block {
      padding: 50px 0;
  }
  #receipt_block ul li .text_box {
      padding: 25px 25px;
      font-size: 16px;
      line-height: 1.6;
  }
  #receipt_block ul li .img_box.tab {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 400px) {
   #receipt_block ul li .text_box{
	  font-size: 14px;	
   }
}

/*-----------------------------------

	btn_block

-----------------------------------*/
#btn_block {
  padding: 60px 0;
}
#btn_block .btn_wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#btn_block .btn_wrapper .btn_area_2 {
  width: 48%;
}
#btn_block .btn_wrapper .btn_area_2 span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
#btn_block .btn_wrapper .btn_area_2 a {
  background: #FFB202;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 27px 20px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
#btn_block .btn_wrapper .btn_area_2 a::before{
  position: absolute;
  content: "";
  top: 45%;
  left: 30px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);	
}
#btn_block .btn_wrapper .btn_area_3 a::before{
	display: none;
}
#btn_block .btn_wrapper .btn_area_3 a::after{
  position: absolute;
  content: "";
  top: 45%;
  right: 30px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);	
}
#btn_block .btn_wrapper .btn_area_2 a:hover {
  background: #999999;
}
@media screen and (max-width: 980px) {
  #btn_block .btn_wrapper {
      justify-content: center;
  }
  #btn_block .btn_wrapper .btn_area_2 {
      width: 80%;
      margin-bottom: 30px;
  }
  #btn_block .btn_wrapper .btn_area_2 a {
	  padding: 20px;	
  }
}
@media screen and (max-width: 640px) {
  #btn_block .btn_wrapper .btn_area_2 {
      width: 300px;
  }
  #btn_block .btn_wrapper .btn_area_2:last-child {
      margin-bottom: 0;
  }
  #btn_block .btn_wrapper .btn_area_2 a {
      font-size: 14px;
  }
  #btn_block .btn_wrapper .btn_area_2 a::before{
      top: 42%;
   }
  #btn_block .btn_wrapper .btn_area_3 a::after{
      top: 42%;
   }
}
@media screen and (max-width: 360px) {
	#btn_block .btn_wrapper .btn_area_2 span {
	  font-size: 14px;
	}
  #btn_block .btn_wrapper .btn_area_2 a {
      font-size: 14px;
  }
  #btn_block .btn_wrapper .btn_area_2 a::before{
      left: 20px;
   }
  #btn_block .btn_wrapper .btn_area_3 a::after{
      right: 20px;
   }
}