@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.ichioshi {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 40px;
}

.ichioshi .pc_vis {
  display: inline-block !important;
}
.ichioshi .sp_vis {
  display: none !important;
}

.ichioshi .main_img {
  border-left: none;
  line-height: 0;
  margin: 0 0 70px;
  padding: 0;
}
.ichioshi h3 {
  background: none;
  padding-left: 0;
}

.ichioshi .overview {
  background-color: #FFFEE3;
  padding-bottom: 70px;
}
.ichioshi .overview .lead {
  color: #6A3906;
  margin: 0 0 80px;
  line-height: 2.0;
  text-align: center;
}
.ichioshi .overview .lead strong {
  color: #ED5057;
  font-weight: 800;
}
.ichioshi .overview .flow_title {
  margin-bottom: 20px;
  text-align: center;
}
.ichioshi .overview .flow_step {
  border: 3px solid #774636;
  border-radius: 20px;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: 620px;
}
.ichioshi .overview .flow_step.this_time {
  background-color: #FACF12;
  padding: 25px 0;
  position: relative;
  width: 750px;
}
.ichioshi .overview .flow_step.this_time:before {
  background: url("ichioshi_pic01.png") no-repeat;
  background-size: 124px 120px;
  content: "";
  position: absolute;
  top: -82px;
  left: -18px;
  width: 124px;
  height: 120px;
}
.ichioshi .overview .flow_step.this_time:after {
  background: url("ichioshi_pic02.png") no-repeat;
  background-size: 58px 44px;
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 58px;
  height: 44px;
}
.ichioshi .overview .flow_step:last-child:before {
  background: url("ichioshi_pic04.png") no-repeat;
  background-size: 32px 95px;
  content: "";
  position: absolute;
  top: calc(50% - (95px / 2));
  left: 50px;
  width: 32px;
  height: 95px;
}
.ichioshi .overview .flow_step:last-child:after {
  background: url("ichioshi_pic05.png") no-repeat;
  background-size: 32px 95px;
  content: "";
  position: absolute;
  top: calc(50% - (95px / 2));
  right: 50px;
  width: 32px;
  height: 95px;
}
.ichioshi .overview .flow_step p {
  color: #6A3906;
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.0em;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
.ichioshi .overview .flow_step.this_time p {
  color: #774634;
  font-size: 2.0em;
  text-shadow: 
    3px 3px 3px #FFF,
    -3px -3px 3px #FFF,
    -3px 3px 3px #FFF,
    3px -3px 3px #FFF,
    3px 0 3px #FFF,
    -3px 0 3px #FFF,
    0 3px 3px #FFF,
    0 -3px 3px #FFF;
}
.ichioshi .overview .flow_step p strong {
  font-size: 1.1em;
  font-weight: 800;
}
.ichioshi .overview .flow_step.this_time p strong {
  color: #FF5900;
  font-size: 1.1em;
  font-weight: 800;
}
.ichioshi .overview .flow_step .selection {
  color: #EB5979;
}
.ichioshi .overview .flow_step .vs {
  font-size: 0.7em;
}
.ichioshi .overview .arrow {
  line-height: 0;
  margin: 15px auto;
  padding: 0;
  text-align: center;
}
.ichioshi .overview .arrow img {
  margin: 0;
  padding: 0;
}

.ichioshi .entry {
  background: url("ichioshi_bg01.png") repeat;
  padding-top: 60px;
  padding-bottom: 40px;
}
.ichioshi .entry .entry_title {
  margin-bottom: 40px;
  text-align: center;
}
.ichioshi .entry .entry_box {
  background-color: #FFFFFF;
  border: 5px solid #774635;
  border-radius: 20px;
  margin: 0 50px 20px;
  position: relative;
}
.ichioshi .entry .entry_box:last-of-type {
  margin-bottom: 40px;
}
.ichioshi .entry .entry_box:before {
  background-size: 184px 190px;
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 184px;
  height: 190px;
  z-index: 1;
}
.ichioshi .entry .entry_box:nth-of-type(1):before {
  background: url("ichioshi_bg02.png") no-repeat;
}
.ichioshi .entry .entry_box:nth-of-type(2):before {
  background: url("ichioshi_bg03.png") no-repeat;
}
.ichioshi .entry .entry_box:nth-of-type(3):before {
  background: url("ichioshi_bg04.png") no-repeat;
}
.ichioshi .entry .entry_box:nth-of-type(4):before {
  background: url("ichioshi_bg05.png") no-repeat;
}
.ichioshi .entry .entry_box:nth-of-type(5):before {
  background: url("ichioshi_bg06.png") no-repeat;
}
.ichioshi .entry .entry_box .product_name {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  margin-top: -1px;
}
.ichioshi .entry .entry_box .product_name p {
  margin-top: -4px;
  margin-bottom: 0;
}
.ichioshi .entry .entry_box .product_name img {
  padding-left: 40px;
  padding-right: 35px;
}
.ichioshi .entry .entry_box .product_name h4 {
  color: #6A3906;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 0px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.ichioshi .entry .entry_box .product_name h4 span {
  background-color: #EC3B05;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 0.6em;
  font-weight: 400;
  padding: 3px 20px;
}
.ichioshi .entry .entry_box hr {
  border-bottom: 2px dotted #7B372E;
  margin: 10px 40px 20px;
}
.ichioshi .entry .entry_box .product_img {
  margin-bottom: 20px;
  text-align: center;
}
.ichioshi .entry .entry_box .product_info {
  color: #774635;
  font-size: 0.95em;
  margin: 0 40px;
  padding-bottom: 10px;
}
.ichioshi .entry .guidance1 {
  color: #774634;
  font-size: 1.05em;
  margin-bottom: 10px;
  text-align: center;
  text-shadow: 
    4px 4px 3px #FFFFFF,
    -4px -4px 3px #FFFFFF,
    -4px 4px 3px #FFFFFF,
    4px -4px 3px #FFFFFF,
    4px 0 3px #FFFFFF,
    -4px 0 3px #FFFFFF,
    0 4px 3px #FFFFFF,
    0 -4px 3px #FFFFFF;
}
.ichioshi .entry .guidance1 strong {
  color: #ED5057;
}
.ichioshi .entry .guidance2 {
  text-align: center;
}

.ichioshi .notice {
  margin: 40px 80px;
}
.ichioshi .notice p {
  color: #774635;
  margin-bottom: 10px;
  line-height: 1.5;
  text-indent: -1.0em;
  padding-left: 1.0em;
}
.ichioshi .notice p.normal {
  font-weight: 400;
}
.ichioshi .notice p a {
  color: #ED5057;
  text-decoration: underline;
}
.ichioshi .notice p a:hover {
  color: #ED5057;
  text-decoration: none;
}
.ichioshi .deadline {
  color: #774635;
  font-size: 1.2em;
  margin: 20px auto 0;
  text-align: center;
}
.ichioshi .deadline .big {
  font-size: 1.5em;
}

.ichioshi .vote_btn {
  margin: 0 auto 80px;
  text-align: center;
}
.ichioshi .vote_btn a img {
  margin: 0 auto 80px;
}
.ichioshi .vote_btn a img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.ichioshi .exchange {
  background: repeating-linear-gradient(90deg, #FFF7DF, #FFF7DF 30px, #FFF4D2 28px, #FFF4D2 56px);
  border-radius: 20px;
  margin: 130px auto 30px;
  padding-bottom: 40px;
  position: relative;
}
.ichioshi .exchange .exchange_bg {
  background: repeating-linear-gradient(90deg, #FFF7DF, #FFF7DF 30px, #FFF4D2 28px, #FFF4D2 56px);
  border-radius: 50%;
  margin: 0 auto;
  width: 754px;
  height: 361px;
  position: absolute;
  top: -100px;
  left: calc(50% - (754px / 2));
  z-index: -1;
}
.ichioshi .exchange .exchange_title {
  position: absolute;
  top: -55px;
  left: calc(50% - (622px / 2) + 55px);
}
.ichioshi .exchange .product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*align-items: center;*/
  padding-top: 130px;
}
.ichioshi .exchange .product_list .product_item {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 3px solid #FF5900;
  border-radius: 20px;
  margin: 0 5px 10px;
  padding: 20px;
  width: 250px;
}
.ichioshi .exchange .product_list .product_item .product_img {
  line-height: 0;
  margin-bottom: 5px;
  text-align: center;
}
.ichioshi .exchange .product_list .product_item .product_img img {
	width: auto;
	height: 168px;
}
.ichioshi .exchange .product_list .product_item .product_name {
  flex: 1;
  color: #6A3906;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}
.ichioshi .exchange .product_list .product_item .exchange_btn {
  margin-bottom: 0;
  text-align: center;
}
.ichioshi .exchange .product_list .product_item .exchange_btn a {
  background-color: #FF5900;
  border-radius: 9999px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.1em;
  padding: 10px 40px;
}
.ichioshi .exchange .product_list .product_item .exchange_btn a:hover {
  transform: scale(1.05);
  transition: 0.3s;
  text-decoration: none;
}
.ichioshi .exchange:before {
  background: url("ichioshi_bg09.png") no-repeat;
  background-size: 135px 139px;
  content: "";
  position: absolute;
  bottom: 50px;
  left: 45px;
  width: 135px;
  height: 139px;
}
.ichioshi .exchange:after {
  background: url("ichioshi_bg10.png") no-repeat;
  background-size: 135px 139px;
  content: "";
  position: absolute;
  bottom: 50px;
  right: 45px;
  width: 135px;
  height: 139px;
}
.ichioshi .next,
.ichioshi .info {
  color: #774635;
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.ichioshi .info {
  font-weight: 400;
}


@media screen and (max-width: 767px) {
  .ichioshi .pc_vis {
    display: none !important;
  }
  .ichioshi .sp_vis {
    display: inline-block !important;
  }

  .ichioshi .main_img {
    margin: 0 -20px 30px;
  }

  .ichioshi .overview {
    margin: 0 -20px;
    padding: 0 20px 30px;
  }
  .ichioshi .overview .lead {
    margin: 0 0 30px;
    text-align: left;
  }
  .ichioshi .overview .flow_title {
    margin-bottom: 10px;
  }
  .ichioshi .overview .flow_step {
    padding: 10px 0;
    width: auto;
  }
  .ichioshi .overview .flow_step.this_time {
    padding: 15px 0;
    width: auto;
  }
  .ichioshi .overview .flow_step.this_time:before {
    background-size: 62px 60px;
    top: -40px;
    left: -10px;
    width: 62px;
    height: 60px;
  }
  .ichioshi .overview .flow_step.this_time:after {
    background-size: 29px 22px;
    top: -20px;
    right: -20px;
    width: 29px;
    height: 22px;
  }
  .ichioshi .overview .flow_step:last-child:before {
    background-size: 16px 48px;
    top: calc(50% - (48px / 2));
    left: 8%;
    width: 16px;
    height: 48px;
  }
  .ichioshi .overview .flow_step:last-child:after {
    background-size: 16px 48px;
    top: calc(50% - (48px / 2));
    right: 8%;
    width: 16px;
    height: 48px;
  }
  .ichioshi .overview .flow_step p {
    font-size: 1.0em;
  }
  .ichioshi .overview .flow_step.this_time p {
    font-size: 1.3em;
  }
  .ichioshi .overview .arrow {
    margin: 10px auto;
  }
  .ichioshi .overview .arrow img {
    width: 27px;
    height: 14px;
  }

  .ichioshi .entry {
    background-size: 100%;
    margin: 0 -20px;
    padding-top: 30px;
  }
  .ichioshi .entry .entry_title {
    margin: 0 10px 30px;
  }
  .ichioshi .entry .entry_box {
    border: 4px solid #774635;
    margin: 0 20px 20px;
  }
  .ichioshi .entry .entry_box:before {
    background-size: 46px 48px;
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 46px;
    height: 48px;
  }
  .ichioshi .entry .entry_box:nth-of-type(1):before,
  .ichioshi .entry .entry_box:nth-of-type(2):before,
  .ichioshi .entry .entry_box:nth-of-type(3):before,
  .ichioshi .entry .entry_box:nth-of-type(4):before,
  .ichioshi .entry .entry_box:nth-of-type(5):before {
    background-size: 46px 48px;
  }
  .ichioshi .entry .entry_box .product_name p {
    vertical-align: top;
	margin-top: -3px;
    width: 90px;
    height: 70px;
  }
  .ichioshi .entry .entry_box .product_name p img {
    padding-left: 15px;
    padding-right: 15px;
    width: 90px;
    height: 70px;
  }
  .ichioshi .entry .entry_box .product_name h4 {
    font-size: 1.2em;
    margin-top: 5px;
  }
  .ichioshi .entry .entry_box .product_img {
    margin: 0 20px 10px;
  }
  .ichioshi .entry .entry_box .product_info {
    margin: 0 20px;
    padding-bottom: 10px;
  }
  .ichioshi .entry .entry_box .product_info p {
    margin-bottom: 20px;
  }
  .ichioshi .entry .guidance1 {
    font-size: 0.9em;
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: left;
  }
  .ichioshi .entry .guidance2 {
    margin: 0 20px;
  }
  .ichioshi .notice {
    margin: 40px 0px;
  }
  .ichioshi .deadline {
    font-size: 1.0em;
    line-height: 1.2;
    margin: 20px auto 20px;
    text-align: center;
  }
  .ichioshi .vote_btn {
    margin: 0 auto 40px;
  }

  .ichioshi .exchange {
    background: repeating-linear-gradient(90deg, #FFF7DF, #FFF7DF 15px, #FFF4D2 14px, #FFF4D2 28px);
    border-radius: 20px;
    margin: 60px -20px 30px;
    padding-bottom: 40px;
  }
  .ichioshi .exchange .exchange_bg {
    background: repeating-linear-gradient(90deg, #FFF7DF, #FFF7DF 15px, #FFF4D2 14px, #FFF4D2 28px);
    width: 100%;
    top: -80px;
    left: 0px;
    right: 0px;
  }
  .ichioshi .exchange .exchange_title {
    top: -60px;
    left: calc(50% - (311px / 2) + 28px);
  }
  .ichioshi .exchange .exchange_title img {
    width: 311px;
  }
  .ichioshi .exchange .product_list {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .ichioshi .exchange .product_list .product_item {
    background-color: #FFFFFF;
    border: 3px solid #FF5900;
    border-radius: 20px;
    margin: 0 20px 20px;
    padding: 20px;
    width: 100%;
  }
  .ichioshi .exchange .product_list .product_item .product_img {
    padding: 0 20px;
  }
  .ichioshi .exchange .product_list .product_item .product_img img {
    width: 100%;
	height: auto;
  }
  .ichioshi .exchange .product_list .product_item .exchange_btn {
    padding: 0 20px;
  }
  .ichioshi .exchange .product_list .product_item .exchange_btn a {
    width: 100%;
  }
  .ichioshi .exchange:before {
    background-size: 68px 70px;
    bottom: 10px;
    left: 10px;
    width: 68px;
    height: 70px;
  }
  .ichioshi .exchange:after {
    background-size: 68px 70px;
    bottom: 10px;
    right: 10px;
    width: 68px;
    height: 70px;
  }

  .ichioshi .next,
  .ichioshi .info {
    font-size: 0.85em;
    text-align: left;
  }
}


@media screen and (max-width: 428px) {
  .ichioshi .overview .flow_step:last-child:before {
    left: 6%;
  }
  .ichioshi .overview .flow_step:last-child:after {
    right: 6%;
  }
}


@media screen and (max-width: 390px) {
  .ichioshi .overview .flow_step:last-child:before {
    left: 4%;
  }
  .ichioshi .overview .flow_step:last-child:after {
    right: 4%;
  }
}


@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
