@charset "UTF-8";
#top {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto 70px;
}
#top .pc {
  display: block;
}
#top .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  #top {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 480px) {
  #top .pc {
    display: none;
  }
  #top .sp {
    display: block;
  }
}
section:not(#contact):not(#shop) h2 {
  width: 100%;
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #534741;
  margin-bottom: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  section:not(#contact):not(#shop) h2 {
    font-size: 1.5rem;
  }
}
section:not(#contact):not(#shop) h2 br {
  display: none;
}
@media screen and (max-width: 640px) {
  section:not(#contact):not(#shop) h2 br {
    display: block;
  }
}

#outline p {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6;
}
#outline p br {
  display: none;
}
@media screen and (max-width: 640px) {
  #outline p br {
    display: block;
  }
}
#outline h2 + p {
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  #outline h2 + p {
    padding-top: 0;
  }
}
#outline figure {
  max-width: 795px;
  margin: 20px auto;
}

#target {
  margin-bottom: 0;
}
#target table {
  width: 100%;
  border-collapse: collapse;
}
#target table thead th {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  background-color: #000;
  border: 1px solid #000;
}
#target table thead th:nth-of-type(2) {
  background-color: #727171;
}
#target table thead th:last-of-type {
  background-color: #AC1D41;
}
@media screen and (max-width: 768px) {
  #target table thead th {
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  #target table thead th {
    font-size: 1rem;
    padding: 5px 0;
  }
}
#target table thead th br {
  display: none;
}
@media screen and (max-width: 768px) {
  #target table thead th br {
    display: block;
  }
}
#target table tbody th {
  vertical-align: middle;
  border: 1px solid #000;
}
#target table tbody th img {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  #target table tbody th img {
    max-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #target table tbody th img {
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  #target table tbody th img {
    max-width: 100px;
  }
}
#target table tbody th img.pc {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #target table tbody th img.pc {
    display: none;
  }
}
#target table tbody th img.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #target table tbody th img.sp {
    display: inline-block;
  }
}
#target table tbody th br {
  display: none;
}
@media screen and (max-width: 480px) {
  #target table tbody th br {
    display: block;
  }
}
#target table tbody td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  line-height: 1;
  padding: 10px 0;
}
#target table tbody td:first-of-type {
  font-size: 1.6rem;
  background-color: #f1f1f1;
}
@media screen and (max-width: 640px) {
  #target table tbody td:first-of-type {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #target table tbody td:first-of-type {
    font-size: 0.9rem;
  }
}
#target table tbody td:last-of-type {
  font-size: 2.5rem;
  color: #AC1D41;
  background-color: #f7e8ec;
}
#target table tbody td:last-of-type span {
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  #target table tbody td:last-of-type {
    font-size: 3rem;
  }
  #target table tbody td:last-of-type span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  #target table tbody td:last-of-type {
    font-size: 1.5rem;
  }
  #target table tbody td:last-of-type span {
    font-size: 1.2rem;
  }
}
#target .item_link {
  width: 400px;
  margin: 60px auto 50px;
}
@media screen and (max-width: 480px) {
  #target .item_link {
    width: 90%;
    margin-top: 40px auto 30px;
  }
}
#target .item_link a {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #AC1D41;
  position: relative;
}
#target .item_link a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 12.5%;
}
#target .salesBtn {
  width: 100%;
}
#target .salesBtn a {
  width: 100%;
  height: 52px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background-color: #AC1D41;
}
#target .salesBtn a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: inherit;
  margin-left: 1em;
}

/*指定販売店*/
.shop {
  padding: 25px 25px 0px 25px;
  background-color: #fff;
  border: 2px solid #534741;
}

.shop > div {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.shop h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #534741;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.shop h2 br.pc_none {
  display: none;
}

.shop ul.list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.shop ul.list li {
  width: 19%;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2;
}

.shop ul.list::after {
  content: "";
  display: block;
  width: 19%;
}

.shop ul.list li a {
  display: block;
  border: 1px solid #777;
  border-radius: 10px;
}

.shop ul.list li img {
  width: 100%;
  border-radius: 10px;
}

.shop ul.list li p {
  font-size: 15px;
  line-height: 1;
}

.shop ul.list li span {
  width: 120px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #fa0280;
  padding: 4px 0;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}

.shop ul.list li span::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 0.5em;
}

.other_list {
  width: 100%;
}

.other_list h3 {
  font-size: 2rem;
  color: #777;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.other_list > div {
  display: flex;
  justify-content: space-between;
}

.other_list > div > ul > li {
  font-size: 1.4rem;
  color: #777;
}

.other_list > div > ul > li::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #777;
  margin-right: 0.2em;
  margin-left: 0.2em;
  vertical-align: 0.1em;
}

.other_list + p {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}

.other_list .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .shop {
    padding: 25px 25px 0px 25px;
  }

  .shop > div {
    width: 100%;
  }

  .shop h2 {
    font-size: 2.2rem;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .shop h2 br.pc_none {
    display: block;
  }

  .shop ul.list li {
    width: 32%;
  }

  .shop ul.list::after {
    width: 32%;
  }

  .shop ul.list li p {
    font-size: 1.4rem;
  }

  .shop ul.list li span {
    width: 70%;
  }

  .other_list h3 {
    font-size: 2rem;
    padding-top: 10px;
  }

  .other_list > div {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .other_list > div > ul {
    width: 50%;
  }

  .other_list > div > ul:first-of-type {
    order: 1;
  }

  .other_list > div > ul:nth-of-type(2) {
    order: 3;
  }

  .other_list > div > ul:last-of-type {
    order: 2;
  }

  .other_list > div > ul > li::before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background-color: #777;
    margin-right: 0.2em;
    margin-left: 0.2em;
    vertical-align: 0.1em;
  }

  .other_list + p {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .shop {
    padding: 20px 20px 0px 20px;
  }

  .shop h2 {
    font-size: 1.8rem;
  }

  .shop ul.list li {
    width: 48%;
  }

  .shop ul.list::after {
    width: 48%;
  }

  .other_list > div > ul {
    width: 100%;
  }

  .other_list > div > ul:first-of-type {
    order: 1;
  }

  .other_list > div > ul:nth-of-type(2) {
    order: 2;
  }

  .other_list > div > ul:last-of-type {
    order: 3;
  }

  .other_list > div > ul > li::before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background-color: #777;
    margin-right: 0.2em;
    margin-left: 0.2em;
    vertical-align: 0.1em;
  }

  .other_list + p {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .other_list .sp {
    display: block;
  }
}
#more dl {
  width: 100%;
  border: 4px solid #AC1D41;
}
#more dl dt {
  padding: 15px 0;
  background-color: #AC1D41;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #more dl dt {
    padding: 10px 0;
  }
}
#more dl dt img {
  max-width: 370px;
}
@media screen and (max-width: 480px) {
  #more dl dt img {
    max-width: 80%;
  }
}
#more dl div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
}
@media screen and (max-width: 480px) {
  #more dl div {
    padding: 15px;
  }
}
#more dl div dd:first-of-type {
  width: 32%;
}
#more dl div dd:last-of-type {
  width: 62%;
}
#more ul {
  text-align: center;
  margin-top: 15px;
}
#more ul li {
  font-size: 1rem;
}
#more ul li br {
  display: none;
}
@media screen and (max-width: 768px) {
  #more ul li br {
    display: block;
  }
}
#more .bracket {
  margin-top: 30px;
}
#more .pc {
  display: block;
}
#more .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #more {
    margin-bottom: 60px;
  }
  #more .pc {
    display: none;
  }
  #more .sp {
    display: block;
  }
}

#atm .pc {
  display: block;
}
#atm .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #atm .pc {
    display: none;
  }
  #atm .sp {
    display: block;
  }
}

#method .inner:last-of-type {
  margin-top: 70px;
}
#method h2 br {
  display: none;
}
#method ul {
  width: 100%;
  display: flex;
  align-items: center;
  border: 3px solid #AC1D41;
  padding: 25px 30px;
  position: relative;
}
#method ul:not(:last-of-type) {
  margin-bottom: 20px;
}
#method ul::after {
  width: 66px;
  height: 34px;
  content: url(../img/method_arrow.svg);
  position: absolute;
  left: calc(50% - 33px);
  bottom: -34px;
}
#method ul:last-of-type::after {
  content: "";
}
#method ul li:first-of-type {
  width: 60px;
}
#method ul li:nth-of-type(2) {
  margin-left: 30px;
}
#method ul li .pc {
  display: block;
}
#method ul li .sp {
  display: none;
}
#method ul li:nth-of-type(3) {
  margin-left: auto;
}
#method ul li.link {
  width: 295px;
}
#method ul li.link a {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 23px 0;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background-color: #AC1D41;
}
#method ul li.link a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 1em;
}
#method ul li.step5, #method ul li.step6 {
  width: 230px;
}
#method ul li dl dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#method ul li dl dt span {
  color: #AC1D41;
}
#method ul li dl dt br {
  display: block;
}
@media screen and (max-width: 768px) {
  #method ul li dl dt br {
    display: none;
  }
}
#method ul li dl dd {
  font-size: 0.7rem;
  text-indent: -1em;
  padding-left: 1em;
}
#method ul li dl dd br {
  display: block;
}
@media screen and (max-width: 768px) {
  #method ul li dl dd br {
    display: none;
  }
}
#method ul li.irr {
  width: 100%;
}
#method ul li.irr h3 {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background-color: #534741;
  padding: 10px 15px 10px calc(10px + 1em);
  margin-bottom: 10px;
  text-indent: -1em;
}
@media screen and (max-width: 480px) {
  #method ul li.irr h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
#method ul li.irr p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#method ul li.irr p span {
  color: #AC1D41;
}
#method ul li.irr p br {
  display: block;
}
@media screen and (max-width: 768px) {
  #method ul li.irr p br {
    display: none;
  }
}
#method ul li.irr figure {
  margin-left: auto;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  #method ul li.irr figure {
    margin-left: 0;
    margin: 20px auto 0;
  }
}
#method ul li.irr .caution {
  background-color: #FF0000;
}
#method ul li.irr .caution br {
  display: block;
}
@media screen and (max-width: 480px) {
  #method ul li.irr .caution br {
    display: none;
  }
}
#method ul li.atm {
  margin-left: auto;
}
#method ul li.atm figure {
  margin-left: auto;
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  #method ul li.atm figure {
    margin-left: 0;
    margin: 20px auto 0;
  }
}
#method ul li.atm .caution {
  background-color: #009948;
}
#method ul li .fBox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #method ul li .fBox {
    flex-direction: column;
  }
}
#method ul li .fBox dl {
  width: 100%;
}
#method ul li .caution {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 7px;
  padding: 8px 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #method ul li .caution {
    margin-top: 25px;
  }
}
#method .space {
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  #method .inner:last-of-type {
    margin-top: 40px;
  }
  #method h2 br {
    display: block;
  }
  #method ul {
    flex-direction: column;
    align-items: inherit;
    padding: 25px;
  }
  #method ul li:first-of-type {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 20px;
  }
  #method ul li:nth-of-type(2) {
    margin-left: 0;
  }
  #method ul li .pc {
    display: none;
  }
  #method ul li .sp {
    display: block;
  }
  #method ul li:nth-of-type(3) {
    margin-left: 0;
    margin: 25px auto 0;
  }
  #method ul li.link {
    width: 70%;
  }
  #method ul li.step7 {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #method h2 {
    font-size: 2.4rem;
  }
  #method ul {
    padding: 20px 15px 20px;
  }
  #method ul li:nth-of-type(3) {
    margin-top: 20px;
  }
  #method ul li.link {
    width: 100%;
  }
  #method ul li.step7 {
    width: 100%;
  }
}
