@charset "UTF-8";

.bg-circle--right {
  width: 80%;
  height: auto;
  position: absolute;
  top: -5%;
  left: -25%;
  opacity: .5;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.bg-circle--left {
  width: 80%;
  height: auto;
  position: absolute;
  top: 75%;
  right: -10%;
  opacity: .3;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

/*----------------------------------------------------
  list
----------------------------------------------------*/
.list {
  padding: 150px 0;
  position: relative;
  z-index: 1;
}

.list .container {
  width: 95%;
  max-width: 1440px;
}

.list-tab {
  width: 90%;
  margin: 0 auto 150px auto;
}

.list-tab__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.list-tab__ttl>img {
  width: 80px;
}

.list-tab__ttl-inner {
  width: calc(100% - 94px);
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}

.list-tab__ttl-inner>p {
  font-size: 2.4rem;
  font-weight: 700;
}

.list-tab__ttl-inner>span {
  display: block;
  color: #E6A857;
  display: flex;
  align-items: center;
}

.list-tab__ttl-inner>span::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px dotted #ccc;
  margin-left: 10px;
}

.list-tab>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-tab>ul::after {
  display: block;
  content: '';
  width: 32%;
}

.list-tab>ul>li {
  width: 32%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background: #f9f6f0;
  border-radius: 20px;
}

.list-tab>ul>li:nth-of-type(n+4) {
  margin-top: 10px;
}

.list-tab>ul>li>a {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.list-tab__img {
  width: 100px;
}

.list-tab__img>img {
  border-radius: 20px;
}

.list-tab>ul>li>a>p {
  width: calc(100% - 100px);
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 20px;
  box-sizing: border-box;
}

.list-tab>ul>li>a>p>img {
  width: 18px;
}

.list-col {
  width: 100%;
  position: relative;
}

.list-box {
  width: 100%;
  display: flex;
  padding: 60px 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border: 4px solid #fbdfaa;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: rgba(25, 25, 25, 0.07) 0px 6px 12px;
  position: relative;
}

.list-box__bg {
  width: 20%;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .3;
}

#gift {
  border: 4px solid #E6EEFD;
}

#snack {
  border: 4px solid #E4F4EF;
}

#sports {
  border: 4px solid #F4EAF9;
}

#recipe {
  border: 4px solid #F8E1D9;
}

#book {
  border: 4px solid #F5EAC9;
}

.list-box:not(:last-of-type) {
  margin-bottom: 100px;
}

.list-img {
  width: 45%;
}

.list-img>img {
  border-radius: 20px;
}

.list-sp {
  display: none;
}

.list-inner {
  width: 47.5%;
  padding: 50px 0;
}

.list-inner__ttl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.list-inner__ttl-img {
  width: 80px;
}

.list-inner__ttl-inner {
  width: calc(100% - 100px);
  line-height: 1.6;
}

.list-inner__ttl-inner>h3 {
  font-size: 3rem;
}

.list-inner_ttl-tab {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 20px;
  background: #eee;
  border-radius: 50vh 50vh 50vh 0;
  margin-left: 100px;
  font-weight: 700;
}

.list-inner__ttl-inner>p {
  display: flex;
  align-items: center;
  width: 100%;
  color: #E6A857;
  letter-spacing: .1em;
}

.list-inner__ttl-inner>p::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/common/icon-flower--ora.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.list-inner__ttl-inner>p::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

.list-inner__txt>p:not(:last-of-type) {
  margin-bottom: 14px;
}

.list-link {
  width: 100%;
  margin-top: 40px;
}

.list-link>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  border-radius: 50vh;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  color: #fff;
  font-weight: 700;
}

.list-link>a>img {
  width: 16px;
  margin-left: 5px;
}

@media screen and (max-width:1280px) {
  .list-box {
    padding: 60px 40px;
  }

  .list-inner {
    padding: 0;
  }
}

@media screen and (max-width:1024px) {
  .bg-circle--right {
    top: -2.5%;
    left: -15%;
    opacity: .4;
  }

  .bg-circle--left {
    top: 90%;
    right: -10%;
  }

  /*---list---*/
  .list {
    padding: 100px 0;
  }

  .list .container {
    width: 85%;
  }

  .list-tab {
    margin-bottom: 100px;
  }

  .list-tab>ul>li {
    width: 48%;
  }

  .list-tab>ul>li:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .list-box {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    padding: 60px 10%;
  }

  .list-pc {
    display: none;
  }

  .list-sp {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .list-inner {
    width: 100%;
  }
}

@media screen and (max-width:896px) {}

@media screen and (max-width:786px) {
  .list-tab {
    width: 100%;
  }
}

@media screen and (max-width:680px) {
  .list-tab>ul>li {
    width: 49%;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .list-tab>ul>li>a {
    flex-direction: column;
  }

  .list-tab__img {
    width: 65%;
    margin: 0 auto 10px auto;
  }

  .list-tab__img>img {
    border-radius: 50vh;
  }

  .list-tab>ul>li>a>p {
    width: 100%;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
  }
}

@media screen and (max-width:480px) {
  .bg-circle--right {
    width: 100%;
    top: -1.5%;
    left: -15%;
    opacity: .4;
  }

  .bg-circle--left {
    top: 90%;
    right: -10%;
  }

  /*---list---*/
  .list {
    padding: 80px 0 100px 0;
  }

  .list .container {
    width: 95%;
  }

  .list-tab {
    width: 90%;
    margin-bottom: 80px;
  }

  .list-tab__ttl {
    margin-bottom: 20px;
  }

  .list-tab__ttl-inner>p {
    font-size: 2rem;
  }

  .list-tab>ul>li {
    padding: 30px 12px;
  }

  .list-tab>ul>li>a>p {
    padding: 0 5px 5px 5px;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .list-tab>ul>li>a>p>img {
    width: 12px;
  }

  .list-box {
    padding: 40px 20px;
  }

  .list-box:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .list-box__bg {
    width: 25%;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .3;
  }

  .list-inner__ttl {
    margin-bottom: 20px;
  }

  .list-inner__ttl-img {
    width: 68px;
  }

  .list-inner__ttl-inner {
    width: calc(100% - 80px);
  }

  .list-inner_ttl-tab {
    margin-left: 68px;
    font-size: 1.3rem;
  }

  .list-inner__ttl-inner>h3 {
    font-size: 2.4rem;
  }

  .list-sp {
    margin-bottom: 20px;
  }

  .list-link {
    width: 100%;
    margin: 24px auto 0 auto;
  }

  .list-link>a {
    width: 100%;
  }

}