@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #2D2622;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 600px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: #2D2622;
  text-decoration: none;
  transition: 0.9s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.sp_show {
  display: none;
}
@media (max-width: 599px) {
  .sp_show {
    display: block;
  }
}

.pc_show {
  display: block;
}
@media (max-width: 599px) {
  .pc_show {
    display: none;
  }
}

.header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 15px 0 50px;
}
@media (min-width: 600px) {
  .header {
    padding: 30px 0 100px;
  }
}
.header .logo {
  line-height: 0;
  text-align: center;
  grid-column: 2;
}
.header .logo img {
  max-width: 300px;
}

/*-------------------- COUPON --------------------*/
@media (min-width: 600px) {
  .cp__wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.cp__heading {
  color: #baa67e;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  margin: 0 10px 20px;
}
@media (min-width: 600px) {
  .cp__heading {
    font-size: 5rem;
    margin-bottom: 50px;
  }
}
.cp__title-sub {
  font-size: 1.6rem;
  display: block;
}
@media (min-width: 600px) {
  .cp__title-sub {
    font-size: 3rem;
  }
}
.cp__inner {
  border-radius: 10px;
  background: #f5eddd;
  margin: 0 10px 50px;
  padding: 20px;
}
.cp__heading-coupun {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  text-align: center;
  border-top: #222 3px solid;
  border-bottom: #222 3px solid;
  max-width: 780px;
  margin: 20px auto 16px;
  padding: 8px 0;
}
@media (min-width: 600px) {
  .cp__heading-coupun {
    font-size: 4rem;
    margin: 50px auto;
    padding: 15px 0;
  }
}
.cp__item-img {
  max-width: 780px;
  margin: 0 auto;
  cursor: pointer;
}
.cp__code {
  text-align: center;
  border: 2px solid #26252c;
  border-radius: 10px;
  position: relative;
  margin: 25px auto 15px;
  padding: 20px;
}
@media (min-width: 600px) {
  .cp__code {
    width: 100%;
    max-width: 780px;
    margin: 50px auto;
    padding: 30px;
  }
}
.cp__code-heading {
  background: #f5eddd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 20px;
}
.cp__code-num {
  font-weight: bold;
  font-size: 3rem;
}
@media (min-width: 600px) {
  .cp__code-num {
    font-size: 4rem;
  }
}
.cp__copy-msg {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .cp__copy-msg {
    margin-bottom: 50px;
  }
}
.cp__copy-msg p {
  display: inline-block;
  color: #f5eddd;
  background: #a42e37;
  padding: 8px 0;
  transition: 0.9s;
}
@media (max-width: 599px) {
  .cp__copy-msg p {
    width: 90%;
  }
}
.cp__copy-msg p:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media (min-width: 600px) {
  .cp__copy-msg p {
    padding: 20px 50px;
  }
}
.cp__info {
  color: #a42e37;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .cp__info {
    font-size: 2rem;
    max-width: 780px;
    margin: 0 auto 40px;
  }
}
.cp__targetitem {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 10px;
}
@media (min-width: 600px) {
  .cp__targetitem {
    max-width: 780px;
    margin: 0px auto 40px;
    padding: 30px;
  }
}
.cp__targetitem-heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.cp__targetitem-wrap {
  display: flex;
  justify-content: center;
}
.cp__targetitem-img {
  flex-shrink: 0;
  width: 150px;
  margin-right: 20px;
}
@media (min-width: 600px) {
  .cp__targetitem-img {
    width: 250px;
  }
}
.cp__targetitem-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.cp__targetitem-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .cp__targetitem-name {
    font-size: 2rem;
  }
}
.cp__targetitem-link a {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  padding: 5px 0;
}
.cp__arrow {
  display: block;
  width: 8px;
  height: 5px;
  position: relative;
  margin-right: 10px;
}
.cp__arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #26252c;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(30deg);
  transform-origin: 50% 100%;
}
.cp__arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #26252c;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-30deg);
  transform-origin: 50% 100%;
}
.cp__ex {
  margin: 50px 0 100px;
}
@media (min-width: 600px) {
  .cp__ex {
    margin: 50px 0 150px;
  }
}
.cp__ex p {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 600px) {
  .cp__ex p {
    font-size: 2.5rem;
  }
}
.cp__ex p:first-child {
  margin-bottom: 10px;
}
.cp__ex p:nth-child(2) {
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .cp__ex p:nth-child(2) {
    font-size: 1.8rem;
  }
}
.cp__ex a {
  text-decoration: underline;
}
.cp__copy--success {
  display: none;
  color: #f5eddd;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  width: 200px;
  border-radius: 5px;
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -100px;
  padding: 5px 15px;
  z-index: 99999;
}
@media (min-width: 600px) {
  .cp__copy--success {
    top: 30px;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
.cp__copy--error {
  display: none;
  color: #f5eddd;
  text-align: center;
  background: #a42e37;
  width: 200px;
  border-radius: 5px;
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -100px;
  padding: 5px 15px;
  z-index: 99999;
}
@media (min-width: 600px) {
  .cp__copy--error {
    top: 30px;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}

@media (min-width: 600px) {
  .category {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.category__heading {
  color: #baa67e;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  margin: 0 10px 20px;
}
@media (min-width: 600px) {
  .category__heading {
    font-size: 5rem;
    margin-bottom: 50px;
  }
}
.category__title-sub {
  font-size: 1.6rem;
  display: block;
}
@media (min-width: 600px) {
  .category__title-sub {
    font-size: 3rem;
  }
}
.category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.category__item {
  width: calc(50% - 20px);
  margin-bottom: 10px;
}

.top-link {
  color: #021d38;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .top-link {
    margin-bottom: 100px;
  }
}
.top-link a {
  border-bottom: 1px solid #021d38;
  padding: 0 5px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-link a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("https://www.osharewalker.co.jp/s/image/common/ic_home.png") no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
@media (min-width: 600px) {
  .top-link a::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

/*-------------------- フッター --------------------*/
.footer {
  margin-top: auto;
}
.footer small {
  color: #fff;
  font-size: 1rem;
  display: block;
  text-align: center;
  background: #021d38;
  padding: 10px 0;
}
@media (min-width: 600px) {
  .footer small {
    font-size: 1.4rem;
    padding: 20px 0;
  }
}