@charset "utf-8";
/* 全国共通 商品カセット用CSS（PCSP共通） */
.is-pc .product__wrapper {
  display: flex;
  justify-content: space-between;
}
.is-sp .product__wrapper + .product__wrapper, .is-sp .product__contents + .product__contents {
  margin-top: calc(100vw/ (750 / 100));
}
.is-pc .product__wrapper + .product__wrapper {
  margin-top: 70px;
}
.is-pc .product__contents {
  width: 490px;
  display: flex;
  flex-direction: column;
}
.is-pc .product__contents:only-of-type {
  width: 100%;
}
.product__title {
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.is-pc .product__title {
  margin-bottom: 20px;
}
.product__title--link {
  display: inline-block;
	color: inherit;
	text-decoration: none;
}
.product__title--texts {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	line-height: 1;
	position: relative;
}
.is-sp .product__title--sub-text {
	font-size: calc(23vw/ (750 / 100));
	margin-bottom: calc(4vw/ (750 / 100));
}
.is-sp .product__title--main-text {
	font-size: calc(54vw/ (750 / 100));
}
.product__title--texts::before, .product__title--texts::after {
	content: "";
	background: no-repeat 0 0 / cover;
	position: absolute;
}

.is-sp .product__button {
  margin-top: calc(45vw/ (750 / 100));
}
.is-sp .product__button .button-base + .button-base {
  margin-top: calc(30vw/ (750 / 100));
}
.is-pc .product__button {
  margin-top: 15px;
}
.is-pc .product__list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
  margin-left: -15px;
  margin-top: -15px;
}
.is-sp .time-code + .product__list {
  margin-top: calc(15vw/ (750 / 100));
}
.product__list--item {
  letter-spacing: .5px;
}
.is-sp .product__list--item {
  margin-top: calc(20vw/ (750 / 100));
}
.is-pc .product__list--item {
  width: 236px;
  margin-left: 15px;
  margin-top: 15px;
}
.product__list--inner {
  background: #fff;
  color: inherit;
  text-decoration: none;
  display: flex;
  position: relative;
}
.is-sp .product__list--inner {
  justify-content: space-between;
  padding: calc(22vw/ (750 / 100));
  flex-wrap: wrap;
  border: calc(2vw/ (750 / 100)) solid #c1c0bc;
}
.is-sp .product__list--inner {
  font-size: calc(20vw / (750 / 100));
}
.is-pc .product__list--inner {
  font-size: 12px;
}
.is-sp .product__wrapper:nth-of-type(-n+2) .product__contents:only-of-type .product__list--inner, .is-pc .product__list--inner {
  flex-direction: column;
  height: 100%;
}
.product__list--image {
  background: no-repeat center center / cover;
}
.is-sp .product__list--image {
  width: calc(233vw/ (750 / 100));
  height: calc(175vw/ (750 / 100));
}
.is-sp .product__wrapper:nth-of-type(-n+2) .product__contents:only-of-type .product__list--image {
  width: 100%;
  height: calc(360vw/ (750 / 100));
}
.is-sp .product__wrapper:nth-of-type(-n+2) .product__contents:only-of-type .product__list--image.music {
  width: 100%;
  height: calc(460vw/ (750 / 100));
}
.is-pc .product__list--image {
  height: 160px;
}
.product__list--label {
  display: flex;
}
.is-sp .product__list--label {
  width: 100%;
  margin-bottom: calc(15vw / (750 / 100));
}
.is-pc .product__list--label {
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 90px;
}
[class*="product__list--label--"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  font-weight: bold;
}
.is-pc [class*="product__list--label--"] {
  height: 25px;
  font-size: 12px;
}
.is-sp [class*="product__list--label--"] {
  width: calc(180vw / (750 / 100));
  height: calc(50vw / (750 / 100));
  margin-right: calc(10vw / (750 / 100));
}
.product__list--label--goto {
  background: url("../../../../../assets/common/images/product_label_goto.png") no-repeat 0 0 / contain;
}
.product__list--label--selection {
  background: url("../../../../../assets/common/images/product_label_selection.png") no-repeat 0 0 / contain;
}
.is-sp .product__list--label--selection {
  border: 1px solid #ccc;
}
.product__list--label--line {
  background: #07b53b;
}
.product__list--label--koukoku {
  background: #ff6000;
}
.product__list--type {
  color: #fff;
}
.is-sp .product__list--type {
  padding: calc(6vw / (750 / 100)) 0 calc(8vw / (750 / 100));
  text-align: center;
  font-size: calc(20vw / (750 / 100))
}
.is-pc .product__list--type {
  padding: 6px 6px 8px;
}
.product__list--type.is-color-blue {
  background: #062d91;
}
.product__list--type.is-color-green {
  background: #006633;
}
.is-online .product__list--type, .is-activity .product__list--type {
  background: #000;
  text-align: center;
}
.product__list--text-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.is-sp .product__list--text-wrapper {
  width: calc(415vw / (750 / 100));
  flex-grow: 0;
}
.is-sp .product__wrapper:nth-of-type(-n+2) .product__contents:only-of-type .product__list--text-wrapper {
  width: 100%;
}
.product__list--texts {
  display: flex;
  flex-direction: column;
}
.product__list--texts > [class*="product__list--"]:not(.product__list--type) {
  order: 1;
}
.is-pc .product__list--texts > [class*="product__list--"]:not(.product__list--type) {
  padding: 0 10px;
}
.product__list--title {
  font-weight: bold;
}
.is-sp .product__list--title {
  font-size: 1rem;
  margin-bottom: calc(15vw / (750 / 100));
}
.is-sp .product__wrapper:nth-of-type(-n+2) .product__contents:only-of-type .product__list--title {
  margin-top: calc(10vw / (750 / 100));
}
.is-pc .product__list--title {
  font-size: 16px;
  margin: 8px 0;
}
.is-pc .is-airhotel .product__list--title {
  font-size: 14px;
}
.product__list--title > [class*="product__list--"] {
  display: block;
}
.is-pc .product__list--hotel {
  margin-top: 4px;
}
.product__list--more {
  display: flex;
  align-items: baseline;
}
.is-sp .product__list--more {
  margin-top: calc(10vw / (750 / 100));
}
.is-pc .product__list--more {
  margin-top: 10px;
}
.product__list--more + .product__list--more {
  margin-top: 1px;
}
.product__list--more--title {
  display: inline-block;
  line-height: 1;
  background: #7d7d7d;
  color: #fff;
  text-align: center;
}
.is-sp .product__list--more--title {
  padding: calc(4vw / (750 / 100)) 0;
  width: calc(130vw / (750 / 100));
  margin-right: calc(5vw / (750 / 100));
}
.is-pc .product__list--more--title {
  padding: 2px 0 4px;
  width: 72px;
  margin-right: 5px;
}
.is-sp .product__list--more--text {
  width: calc(100% - (130vw / (750 / 100)) - (5vw / (750 / 100)));
}
.is-pc .product__list--more--text {
  width: calc(100% - 72px - 5px);
}
.is-sp .product__list--price {
  margin-top: calc(30vw / (750 / 100));
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
}
.is-pc .product__list--price {
  padding: 20px 8px 10px;
  margin-top: auto;
}
.product__list--point {
  background: #e60012;
  color: #fff;
  text-align: center;
}
.is-sp .product__list--point {
  padding: calc(5vw / (750 / 100));
  margin-bottom: calc(5vw / (750 / 100));
  font-weight: bold;
  width: 100%;
}
.is-pc .product__list--point {
  font-size: 11px;
  padding: 2px 0 3px;
  margin-bottom: 4px;
}
.product__list--minmax {
  color: #e90000;
  font-weight: bold;
}
.is-sp .product__list--minmax {
  font-size: calc(30vw / (750 / 100));
  line-height: 1.5;
}
.is-sp .product__wrapper:nth-of-type(-n+2) .product__contents:only-of-type .product__list--minmax {
  width: 100%;
}
.is-pc .product__list--minmax {
  font-size: 18px;
}
.product__list--dep {
  color: #333;
}
.is-pc .product__list--dep {
  font-size: 12px;
  margin-top: 5px;
}
.is-pc .product__list--notes {
  font-size: 12px;
  margin-top: 5px;
}
.is-online .product__list--price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
}
.is-online .product__list--point {
  width: 100%;
}
.is-online .product__list--notes {
  order: 1;
  margin: 0 .5em;
  color: #e90000;
}
.is-online .product__list--minmax {
  order: 2;
}
/*広告*/
.is-sp .product__list--item + .product__list--item {
  margin-top: calc(30vw / (750 / 100))
}
.is-pc .is-koukoku .product__list--item {
  width: 100%;
  margin: 10px 0 0 0;
  background: #fff;
  padding: 10px;
  box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, .23);
}
.is-pc .is-koukoku .product__list--inner {
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  transition: color .3s, opacity .3s;
}
.is-pc .is-koukoku .product__list--inner:hover {
  opacity: .7;
  color: #0057B8;
}
.is-pc .is-koukoku .product__list--image {
  width: 140px;
  height: 94px;
}
.is-pc .is-koukoku .product__list--text-wrapper {
  width: calc(100% - 155px);
  display: block;
  flex-grow: initial;
}
.is-pc .is-koukoku .product__list--texts > [class*="product__list--"]:not(.product__list--type) {
  padding: 0;
}
.is-pc .is-koukoku .product__list--title {
  margin-top: 0;
}
.is-pc .is-koukoku .product__list--price {
  padding: 0;
  margin-top: 8px;
}
/*.is-sp .contents__list::before {
    content: "目的から選ぶ旅";
}*/