/* common:start */
#main {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 150px;
  width: 100%;
}
/* common:end */

.present {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.present-ttl {
  box-sizing: border-box;
  line-height: 1.0;
  margin: 0 auto 50px;
  text-align: center;
  width: 100%;
}

.present-kv {
  box-sizing: border-box;
  margin: 0 auto calc(146px - (34 - 20)/2*1px);
  width: 100%;
}

.present-kv-img {
  aspect-ratio: 780/488;
  box-sizing: border-box;
  line-height: 1.0;
  width: 100%;
}

.present-kv-cap {
  box-sizing: border-box;
  font-size: 20px;
  line-height: calc(34/20);
  margin-top: calc(50px - (34 - 20)/2*1px);
  text-align: center;
}

.present-kv-cap p + p {
  margin-top: calc(50px - (34)/2*1px);
}

.present-item {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.present-item-ttl {
  box-sizing: border-box;
  color: #1e1e1e;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: calc(100em/1000);
  line-height: 1.0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

.present-item-lead {
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: calc(100em/1000);
  line-height: calc(34/20);
  margin: calc(50px - (34 - 22)/2*1px) auto 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.list-item2 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 30px;
  justify-content: space-between;
  margin: calc(66px - (34 - 20)/2*1px) auto 0;
  width: 100%;
}

.list-item2 li {
  box-sizing: border-box;
  max-width: 374px;
  padding: 0;
  width: 100%;
}

.list-item2 li a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

.list-item2 li a .item-img {
  aspect-ratio: 1/1;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 100%;
}

.list-item2 li a img {
  transition: 0.4s ease-out;
}

.list-item2 li a img:hover {
  scale: 1.2;
}

.list-item2 .spec {
  box-sizing: border-box;
  margin-top: 10px;
  width: 100%;
}

.list-item2 .spec p {
  box-sizing: border-box;
  display: block;
  line-height: 1.0;
}

.list-item2 .spec .name {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(30/16);
}

.list-item2 .spec .price {
  font-size: 12px;
  margin-top: calc((14 - (30 - 16))/2*1px);
}

.list-item2 .spec .price span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16rem;
}

.list-item2 .spec .price::first-letter {
  font-size: 12px;
}

.present-item .btn {
  box-sizing: border-box;
  margin: 80px auto 0;
  max-width: 684px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.present-item .btn .btn-link  {
  align-items: center;
  aspect-ratio: 684 / 66;
  background-color: #ffd52b;
  border: 4px solid #ffd52b;
  border-radius: 30px;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  gap: 0;
  justify-content: center;
  line-height: 1.0;
  margin: 0 auto;
  transition: 0.4s ease-out;
  width: 100%;
}

.present-item .btn .btn-link::before  {
  aspect-ratio: 12 / 20;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  line-height: 1.0;
  margin-left: 12px;
  width: 12px;
}

.present-item .btn .btn-link::after  {
  content: '';
  width: 0px;
  height: 0px;
  border: 0;
  border-left: 16px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 12px;
}

.present-item .btn .btn-link:hover {
  background-color: #fff;
  border: 4px solid #ffd52b;
  color: #000;
  opacity: 0.8;
  text-decoration: none;
}

.present-item + .present-item {
  margin-top: 200px;
}

.present-item + .present-item-other {
  margin-top: 200px;
}

.present-item-other {
  text-align: center;
}

.present-item-other h2 {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.0;
}

.present-item-other h2 span {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.0;
}

.linear {
  background: linear-gradient(transparent 60%, #fff77f, #fff77f);
  display: inline;
  padding: 4px 2px 2px;
}

.present-item-other .btn {
  aspect-ratio: 356/60;
  box-sizing: border-box;
  margin: 20px auto 0;
  max-width: 356px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.present-item-other .btn .btn-link  {
  align-items: center;
  aspect-ratio: 358 / 60;
  background-color: #55a6d6;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  gap: 0;
  justify-content: center;
  line-height: 1.0;
  margin: 0 auto;
  transition: 0.4s ease-out;
  width: 100%;
}

.present-item-other .btn .btn-link::before  {
  aspect-ratio: 12 / 20;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  line-height: 1.0;
  margin-left: 12px;
  width: 12px;
}

.present-item-other .btn .btn-link::after  {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: 12px;
}

.present-item-other .btn .btn-link:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}



@media only screen and (max-width: 839px) {
/* common:start */
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
  img {
    height: auto;
    width: 100%;
  }

  #main {
    padding: 70px 0 50px;
  }
/* common:end */
  
  .present {
    margin-top: calc(26/750*100%);
  }

  .present::after {
    border-bottom: 3px dotted #cfcfcf;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    padding-bottom: calc(96/750*100%);
    width: calc(720/750*100%);
  }

  .present-ttl {
    font-size: calc(48/750*100vw);
    margin-bottom: calc(56/750*100%);
  }


  .present-kv {
    margin-bottom: calc((200 - (48 - 30)/2)/750*100%);
    text-align: center;
  }

  .present-kv-img {
    width: calc(720/750*100%);
    margin: 0 auto;
  }

  .present-kv-cap {
    font-size: calc(30/750*100vw);
    line-height: calc(48/30);
    margin: calc((66 - (48 - 30)/2)/750*100%) auto 0;
    text-align: left;
    width: calc(720/750*100%);
  }

  .present-kv-cap p + p {
    margin: calc((66 - (48 - 30)/2)/750*100%) auto 0;
  }

  .present-item {
    width: calc(720/750*100%);
  }

  .present-item-ttl {
    font-size: calc(65/750*100vw);
  }

  .present-item-ttl::before {
    background-size: contain;
    height: calc(55/750*100vw);
    margin-bottom:calc(16/750*100%);
    padding: 0;
    width: calc(115/750*100vw);
  }

  .present-item-ttl .english {
    font-size: calc(65/750*100vw);
  }

  .present-item-ttl .japanese {
    color: #273045;
    font-size: calc(26/750*100vw);
    margin-top: calc(14/750*100%);
  }

  .present-item-ttl::after {
    height: 2px;
    margin-top: calc(36/720*100%);
    width: calc(64/720*100%);
  }

  .present-item-sttl {
    margin-top: calc(160/720*100%);
    max-width: 670px;
  }
 
  .present-item-ttl + .present-item-sttl {
    margin-top: calc(60/670*100%);
  }

  .present-item-lead {
    font-size: calc(38/750*100vw);
    letter-spacing: -0.08rem;
    line-height: calc(56/38);
    margin-top: calc(60/750*100%);
  }

  .present-item .list {
    gap: calc(120/720*100vw) 0;
    margin-top: calc(60/720*100%);
    width: 100%;
  }

  .present-item .obi + .list {
    gap: calc(140/720*100vw) calc(18/720*100vw);
  }

  .present-item .list + .obi {
    margin-top: calc(140/720*100vw);
  }

  .present-item .list li {
    width: 100%;
  }

  .present-item .list li a:hover {
    opacity: inherit;
  }

  .present-item .list li a:hover img {
    scale: inherit;
  }

  .present-item .list li a .item-img {
  }

  .present-item .list li a img {
  }

  .present-item .list li .list-item {
    gap: calc(30/750*100vw);
    flex-direction: column;
  }

  .present-item .list li:nth-child(2n) .list-item {
    flex-direction: column;
  }

  .present-item .list.limited li:nth-child(2n) .list-item {
    flex-direction: column;
  }

  .present-item .list li .list-item.wide-img {
    gap: calc(26/750*100vw);
  }

  .present-item .list li .list-item .item-img {
    aspect-ratio: inherit;
    max-width: 630px;
  }

  .present-item .list li .list-item img:hover {
    scale: inherit;
  }

  .present-item .list .spec {
    margin-top: 0;
    max-width: 630px;
  }

  .present-item .list .spec p {
  }

  .present-item .list .spec .copy {
    font-size: calc(24/750*100vw);
  }

  .present-item .list .spec .name {
    font-size: calc(36/750*100vw);
    font-weight: 500;
    line-height: calc(50/36);
    margin-top: 0;
  }
    
  .present-item .list .spec .copy + .name {
    margin-top: calc(20/720*100%);
  }

  .present-item .list .spec .name.long {
    font-size: calc(36/750*100vw);
  }

  .present-item .list .spec .name span {
    font-size: calc(30/750*100vw);
  }

  .present-item .list .spec .name + .price {
    margin-top: calc((20 - (50 - 36)/2)/630*100%);
  }

  .present-item .list .spec .price {
    font-size: calc(24/750*100vw);
  }

  .present-item .list .spec .txt + .price {
    margin-top: calc((54 - (46 - 28)/2)/720*100%);
  }

  .present-item .list .spec .price span {
    font-size: calc(40/750*100vw);
  }

  .present-item .list .spec .price::first-letter {
    font-size: calc(24/750*100vw);
  }

  .present-item .list .spec .txt {
    font-size: calc(28/750*100vw);
    line-height: calc(46/28);
  }

  .present-item .list .spec .name + .txt {
    font-weight: 300;
    margin-top: calc((36 - (56 - 36)/2)/720*100%);
  }

  .present-item .list .spec .price + .txt {
    margin-top: calc((30 - (52 - 28)/2)/630*100%);
  }

  .present-item .list .spec .price + .txt {
    margin-top: calc(60/630*100%);
  }

  .present-item + .present-item {
    margin-top: calc(120/750*100%);
  }
  
  .present-item .btn {
    display: block !important;
    margin: calc(66/630*100%) auto 0;
    max-width: inherit;
    width: calc(630/720*100%);
  }

  .present-item .btn .btn-link {
    aspect-ratio: 684 / 66;
    font-size: calc(28/750*100vw);
  }

  .present-item .btn .btn-link::before {
    border-bottom: calc(10/750*100vw) solid transparent;
    border-top: calc(10/750*100vw) solid transparent;
    border-right: calc(16/750*100vw) solid transparent;
    content: "";
    display: block;
    margin-right: calc(20/720*100%);
/*    transform: rotate(45deg) translate(-0.25rem);*/
  }

  .present-item .btn .btn-link::after {
    border-bottom: calc(10/750*100vw) solid transparent;
    border-top: calc(10/750*100vw) solid transparent;
    border-left: calc(16/750*100vw) solid #000;
    content: "";
    display: block;
    margin-left: calc(20/720*100%);
/*    transform: rotate(45deg) translate(-0.4rem);*/
  }

  .present-item .btn .btn-link:hover {
    background-color: #ffd52b;
    opacity: inherit;
  }

  .present-item .present-item-lead span {
    font-size: calc(38/750*100vw);
    letter-spacing: -0.04rem;
  }

  .present-item .present-item-lead {
    font-size: calc(24/750*100vw);
    font-weight: normal;
    line-height: calc(32/24);
    margin: calc(60/720*100%) auto 0;
    max-width: inherit;
    text-align: left;
    width: 100%;
  }
    
  .present-item .present-item-lead.tac {
    font-size: calc(36/750*100vw);
    font-weight: bold;
  }
  .present-item + .present-item {
    margin-top: calc(200/720*100%);
  }

  .list-item2 {
    gap: calc(60/720*100vw) calc(18/720*100vw);
    justify-content: space-between;
    margin-top: calc((60 - (32 - 24)/2)/720*100%);
  }

  .list-item2 li {
    box-sizing: border-box;
    max-width: inherit;
    padding: 0;
    width: calc(350/720*100%);
  }

  .list-item2 li a:hover {
    color: inherit;
    opacity: inherit;
    text-decoration: none;
  }

  .list-item2 li a .item-img {
  }

  .list-item2 li a img {
    transition: inherit;
  }

  .list-item2 li a img:hover {
    scale: inherit;
  }

  .list-item2 .spec {
    height: inherit;
    margin-top: calc(20/340*100%);
  }

  .list-item2 .spec p {
  }

  .list-item2 .spec .name {
    font-size: calc(24/750*100vw);
    letter-spacing: -0.08rem;
    line-height: calc(30/24);
  }
  .list-item2 .spec .price-original {
  }

  .list-item2 .spec .price {
    font-size: calc(16/750*100vw);
    margin-top: calc((24 - (30 - 24)/2)/340*100%);
  }

  .list-item2 .spec .price::first-letter {
    font-size: calc(16/750*100vw);
  }

  .list-item2 .spec .price span {
    font-size: calc(24/750*100vw);
  }
/*
  .list-item2 .spec .price::first-letter {
    font-size: calc(24/750*100vw);
  }
*/
  .present-item + .present-item-other {
    margin-top: calc(200/720*100%);
  }

  .present-item-other {
  }

  .present-item-other h2 {
    font-size: calc(25/750*100vw);
  }

  .present-item-other h2 span {
    font-size: calc(25/750*100vw);
  }

  .linear {
  }

  .present-item-other .btn {
    aspect-ratio: 358/60;
    margin-top: calc(30/750*100%);
    max-width: 358px;
    width: calc(358/750*100%);
  }

  .present-item-other .btn .btn-link  {
    aspect-ratio: 358 / 60;
    font-size: calc(20/750*100vw);
  }

  .present-item-other .btn .btn-link::before  {
    aspect-ratio: 20 / 36;
    height: calc(36/750*100vw);
    margin-left: calc(26/630*100%);
    width: calc(20/750*100vw);
  }

  .present-item-other .btn .btn-link::after  {
    aspect-ratio: 20 / 36;
    height: calc(12/750*100vw);
    margin-left: calc(26/630*100%);
    width: calc(12/750*100vw);
  }

  .present-item-other .btn .btn-link:hover {
  }

}
