/* common:start */
#main {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 150px;
  width: 100%;
}
/* common:end */

.outing {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.outing-ttl {
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.0;
  margin: 0 auto 50px;
  text-align: center;
  width: 100%;
}

.outing-mv {
  box-sizing: border-box;
  margin: 0 auto calc(112px - (34 - 20)/2*1px);
  width: 100%;
}

.outing-mv-img {
  aspect-ratio: 780/424;
  box-sizing: border-box;
  line-height: 1.0;
  width: 100%;
}

.outing-mv-cap {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(34/20);
  margin-top: calc(50px - (34 - 20)/2*1px);
  text-align: center;
}

.outing-item {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.outing-item-ttl {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.outing-item-ttl .ttl-img {
  box-sizing: border-box;
  line-height: 1.0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.outing-item-sttl {
  box-sizing: border-box;
  margin: 140px auto 0;
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.outing-item-ttl + .outing-item-sttl {
  margin-top: 86px;
}

.outing-item-lead {
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: calc(74em/1000);
  line-height: calc(28/18);
  margin-top: calc(40px - (34 - 22)/2*1px);
  padding: 0;
  text-align: left;
  width: 100%;
}

.outing-item-lead.tac {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.outing-item-lead span {
  color: #d4118c;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
.outing-item-lead .firstletter {
  display: inline-block;
  line-height: 1.0;
  transform: translateY(2px);
}
    
.outing-item-lead .firstletter::first-letter {
  font-size: 40px;
}

.outing-item .obi {
  background-color: #d4118c;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.0;
  margin: calc(60px - (44 - 30)/2*1px) auto 0;
  padding: 12px 0;
  text-align: center;
  width: 37rem;
}

.outing-item .obi span {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.0;
}

.outing-item .list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  margin: 40px auto 0;
  width: 100%;
}

.outing-item .list li {
  box-sizing: border-box;
  max-width: 780px;
  padding: 0;
  width: 100%;
}

.outing-item .list li a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

.outing-item .list li .list-item {
  display: flex;
  gap: 20px;
}
.outing-item .list li .list-item.wide-img {
  flex-direction: column;
  gap: 20px;
}

.outing-item .list li .list-item .item-img {
  aspect-ratio: 1/1;
  box-sizing: border-box;
  display: block;
  max-width: 390px;
  overflow: hidden;
  width: 100%;
}

.outing-item .list li .list-item.wide-img .item-img {
  aspect-ratio: inherit;
  max-width: inherit;
}

.outing-item .list li a img {
  transition: 0.4s ease-out;
}

.outing-item .list li a:hover .item-img img {
  scale: 1.035;
}

.outing-item .list .spec {
  box-sizing: border-box;
  display: block;
  max-width: 370px;
  width: 100%;
}

.outing-item .list .wide-img .spec {
  max-width: inherit;
}

.outing-item .list .spec p {
  box-sizing: border-box;
  display: block;
  line-height: 1.0;
}

.outing-item .list .spec .copy {
  color: #000000;
  font-size: 20px;
}

.outing-item .list .spec .name {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0;
}

.outing-item .list .spec .name.long {
  font-size: 20px;
  line-height: calc(32/20);
  margin: calc(0px - (32 - 20)/2*1px) 0;
}

.outing-item .list .spec .name span {
  font-size: 23px;
  font-weight: 500;
  line-height: calc(32/16);
}

.outing-item .list .spec .name + .txt {
  margin-top: calc(24px - (32 - 20)/2*1px);
}

.outing-item .list .spec .txt {
  font-size: 20px;
  font-weight: 300;
  line-height: calc(32/20);
}

.outing-item .list .spec .txt-check {
  display: block;
  margin-top: calc(30px - (22 - 16)/2*1px);
  padding: 0;
  width: 100%;
}

.outing-item .list .spec .txt-check li {
  align-items: center;
  color: #2e79a8;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.outing-item .list .spec .txt-check li::before {
  background: url(https://ayanokoji.itembox.design/item/feature/2025/2507summer-outing/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 21px;
  margin-right: 6px;
  padding: 0;
  width: 22px;
}

.outing-item .list .spec .txt-check li + li {
  margin-top: 20px;
}

.outing-item .btn {
  box-sizing: border-box;
  margin: 80px auto 0;
  max-width: 492px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.outing-item .btn .btn-link  {
  align-items: center;
  aspect-ratio: 492 / 84;
  background-color: #fff;
  border: 1px solid #000;
  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%;
}
.outing-item .btn .btn-link:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.outing-item + .outing-item {
  margin-top: 200px;
}

.outing-item .period {
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 60px auto 0;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

.outing-item .period .date {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 1.0;
}

.outing-item .period .date span {
  font-size: 28px;
  font-weight: bold;
}

.list-item2 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 84px 36px;
  justify-content: space-between;
  margin: 74px auto 0;
  width: 100%;
}

.list-item2 li {
  box-sizing: border-box;
  max-width: 372px;
  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: 26px;
  width: 100%;
}

.list-item2 .spec p {
  box-sizing: border-box;
  display: block;
  line-height: 1.0;
}

.list-item2 .spec .name {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(30/24);
  margin-bottom: calc((30 - 24)/2*-1px);
}

.list-item2 .spec .name .alphanumeric {
  letter-spacing: 0;
}

.list-item2 .spec .price {
  font-size: 20px;
  margin-top: 18px;
}

.list-item2 .spec .price span {
  font-size: 20px;
  letter-spacing: 0.16rem;
}
/*
.list-item2 .spec .price::first-letter {
  font-size: 16px;
}
*/
.outing-item + .outing-item-other {
  margin-top: 200px;
}

.outing-item-other {
  text-align: center;
}

.outing-item-other h2 {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.0;
}

.outing-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;
}

.outing-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;
}

.outing-item-other .btn .btn-link  {
  align-items: center;
  aspect-ratio: 358 / 60;
  background-color: #2e79a8;
  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%;
}

.outing-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;
}

.outing-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;
}

.outing-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 */
  
  .outing {
    margin-top: calc(26/750*100%);
  }

  .outing::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%);
  }

  .outing-ttl {
    font-size: calc(40/750*100vw);
    margin-bottom: calc(56/750*100%);
  }


  .outing-mv {
    margin-bottom: calc((90 - (34 - 20)/2)/750*100%);
    text-align: center;
  }

  .outing-mv-img {
    aspect-ratio: 750/424;
    margin: 0 auto;
    width: calc(720/750*100%);
  }

  .outing-mv-cap {
    font-size: calc(30/750*100vw);
    line-height: calc(45/30);
    margin: calc((30 - (45 - 30)/2)/750*100%) auto 0;
    text-align: left;
    width: calc(720/750*100%);
  }

  .outing-item {
    width: calc(720/750*100%);
  }

  .outing-item-ttl {
  }

  .outing-item-ttl::before {
    background-size: contain;
    height: calc(55/750*100vw);
    margin-bottom:calc(16/750*100%);
    padding: 0;
    width: calc(115/750*100vw);
  }

  .outing-item-ttl .english {
    font-size: calc(65/750*100vw);
  }

  .outing-item-ttl .japanese {
    color: #273045;
    font-size: calc(26/750*100vw);
    margin-top: calc(14/750*100%);
  }

  .outing-item-ttl::after {
    height: 2px;
    margin-top: calc(36/720*100%);
    width: calc(64/720*100%);
  }

  .outing-item-sttl {
    margin-top: calc(160/720*100%);
    max-width: 670px;
  }
 
  .outing-item-ttl + .outing-item-sttl {
    margin-top: calc(60/670*100%);
  }

  .outing-item-lead {
    font-size: calc(38/750*100vw);
    letter-spacing: -0.08rem;
    line-height: calc(56/38);
    margin-top: calc(60/750*100%);
  }

  .outing-item .list {
    gap: calc(120/720*100vw) 0;
    margin-top: calc(40/720*100%);
    width: 100%;
  }

  .outing-item .obi + .list {
    gap: calc(140/720*100vw) calc(18/720*100vw);
  }

  .outing-item .list + .obi {
    margin-top: calc(140/720*100vw);
  }

  .outing-item .list li {
    width: 100%;
  }

  .outing-item .list li a:hover {
    opacity: inherit;
  }

  .outing-item .list li a:hover img {
    scale: inherit;
  }

  .outing-item .list li a .item-img {
  }

  .outing-item .list li a img {
  }

  .outing-item .list li .list-item {
    gap: calc(30/750*100vw);
    flex-direction: column;
  }

  .outing-item .list li:nth-child(2n) .list-item {
    flex-direction: column;
  }

  .outing-item .list.limited li:nth-child(2n) .list-item {
    flex-direction: column;
  }

  .outing-item .list li .list-item.wide-img {
    gap: calc(30/750*100vw);
  }

  .outing-item .list li .list-item .item-img {
    aspect-ratio: inherit;
    max-width: 630px;
  }

  .outing-item .list li .list-item img:hover {
    scale: inherit;
  }

  .outing-item .list .spec {
    margin-top: 0;
    max-width: 630px;
  }

  .outing-item .list .spec p {
  }

  .outing-item .list .spec .name {
    font-size: calc(32/750*100vw);
    font-weight: 500;
    line-height: calc(50/36);
    margin-top: 0;
  }

  .outing-item .list .spec .name.long {
    font-size: calc(36/750*100vw);
  }

  .outing-item .list .spec .name span {
    font-size: calc(30/750*100vw);
  }

  .outing-item .list .spec .txt {
    font-size: calc(26/750*100vw);
  }

  .outing-item .list .spec .txt-check {
    margin-top: calc(20/720*100%);
  }

  .outing-item .list .spec .txt-check li {
    align-items: baseline;
    box-sizing: border-box;
    font-size: calc(26/750*100vw);
    font-weight: 500;
    line-height: calc(36/24);
  }

  .outing-item .list .spec .txt-check li::before {
    height: calc(21/750*100vw);
    width: calc(22/750*100vw);
  }

  .outing-item .list .spec .txt-check li + li {
    margin-top: calc(20/720*100%);
  }

  .outing-item + .outing-item {
    margin-top: calc(120/750*100%);
  }
  
  .outing-item .btn {
    display: block !important;
    margin: calc(60/630*100%) auto 0;
    max-width: inherit;
    width: calc(630/720*100%);
  }

  .outing-item .btn .btn-link {
    aspect-ratio: 630 / 100;
    background-color: #272727;
    color: #fff;
    font-size: calc(32/750*100vw);
  }

  .outing-item .btn .btn-link::before {
    border-bottom: calc(16/750*100vw) solid transparent;
    border-left: calc(16/750*100vw) solid transparent;
    border-right: calc(16/750*100vw) solid transparent;
    content: "";
    display: block;
    margin-right: 10px;
    transform: rotate(45deg) translate(-0.25rem);
  }

  .outing-item .btn .btn-link::after {
    border-bottom: calc(16/750*100vw) solid transparent;
    border-left: calc(16/750*100vw) solid transparent;
    border-right: calc(16/750*100vw) solid #fff;
    content: "";
    display: block;
    margin-left: 10px;
    transform: rotate(45deg) translate(-0.4rem);
  }

  .outing-item .btn .btn-link:hover {
    opacity: inherit;
  }

  .outing-item .btn-link:hover {
    opacity: inherit;
  }

  .outing-item .period {
    align-items: center;
    aspect-ratio: 720/100;
    display: flex;
    justify-content: center;
    margin-top: calc(60/720*100%);
  }
    
  .outing-item .period .date {
    font-size: calc(28/750*100vw);
  }
    
  .outing-item .period .date span {
    font-size: calc(36/750*100vw);
  }
    
  .outing-item .outing-item-lead span {
    font-size: calc(38/750*100vw);
    letter-spacing: -0.04rem;
  }

  .outing-item .outing-item-lead {
    font-size: calc(28/750*100vw);
    font-weight: normal;
    line-height: calc(52/28);
    margin: calc(36/720*100%) auto 0;
    max-width: 670px;
    width: calc(670/720*100%);
  }
    
  .outing-item .outing-item-lead.tac {
    font-size: calc(36/750*100vw);
    font-weight: bold;
  }
  .outing-item + .outing-item {
    margin-top: calc(200/720*100%);
  }

  .list-item2 {
    gap: calc(80/720*100vw) calc(18/720*100vw);
    justify-content: space-between;
    margin-top: calc(120/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;
  }
  .list-item2 .spec .price-original {
  }

  .list-item2 .spec .price {
    font-size: calc(24/750*100vw);
    margin-top: calc(16/340*100%);
  }

  .list-item2 .spec .price span {
    font-size: inherit;
  }
/*
  .list-item2 .spec .price::first-letter {
    font-size: calc(24/750*100vw);
  }
*/
  .outing-item + .outing-item-other {
    margin-top: calc(290/720*100%);
  }

  .outing-item-other {
  }

  .outing-item-other h2 {
    font-size: calc(34/750*100vw);
  }

  .outing-item-other h2 span {
    font-size: calc(34/750*100vw);
  }

  .linear {
  }

  .outing-item-other .btn {
    aspect-ratio: 626/104;
    margin-top: calc(30/750*100%);
    max-width: 626px;
    width: calc(626/750*100%);
  }

  .outing-item-other .btn .btn-link  {
    aspect-ratio: 630 / 100;
    font-size: calc(36/750*100vw);
  }

  .outing-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);
  }

  .outing-item-other .btn .btn-link::after  {
    aspect-ratio: 20 / 36;
    height: calc(36/750*100vw);
    margin-left: calc(26/630*100%);
    width: calc(20/750*100vw);
  }

  .outing-item-other .btn .btn-link:hover {
  }

}
