@charset "utf-8";
/* layout */
.pane-left-menu {
  display: none;
}
[data-browse-mode="P"] .pane-contents .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.free-trbus {
  background-color: rgb(243, 241, 213);
}
[data-browse-mode="P"] .free-trbus {
  padding-bottom: 100px;
}
/* mv */
.free-trbus .area-mv-frame {
  position: relative;
}
[data-browse-mode="P"] .free-trbus .area-mv-frame {
  max-width: 1680px;
  min-width: 100%;
  width: 100%;
  aspect-ratio: 1680 / 720;
}
[data-browse-mode="S"] .free-trbus .area-mv-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 828 / 699;
}
.area-mv-inner {
  position: relative;
  height: auto;
}
[data-browse-mode="P"] .area-mv-inner {
  max-width: 1680px;
  min-width: 100%;
  width: 100%;
  padding-bottom: calc(70 / 1680 * 100%);
  aspect-ratio: 1680 / 649;
  background: url(/img/usr/freepage/trbus/2509/bg_01.png) no-repeat;
  background-size: contain;
  box-sizing: content-box;
}
[data-browse-mode="S"] .area-mv-inner {
  width: 100%;
  padding-bottom: calc(72 / 828 * 100%);
  aspect-ratio: 828 / 610;
  background: url(/img/usr/freepage/trbus/2509/bg_01_sp.png) no-repeat;
  background-size: contain;
  box-sizing: content-box;
}
[data-browse-mode="P"] .area-mv-inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: url(/img/usr/freepage/trbus/streetscape.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  animation: move-background 60s linear infinite; 
  z-index: 3; 
  aspect-ratio: 1617 / 113;
}
[data-browse-mode="S"] .area-mv-inner::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  background: url(/img/usr/freepage/trbus/sp/streetscape.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0 0;
  animation: move-background 60s linear infinite;
  z-index: 4;
  aspect-ratio: 414 / 86;
}
@keyframes move-background {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1680px 0;
  }
}
.area-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.area-deco [class^="deco"] {
  position: absolute;
}
.decomv {
  margin: 0;
  padding: 0;
  border: none;
}
[data-browse-mode="P"] .decomv {
  top: min(86 / 1680 * 100vw, 86px);
  left: 50%;
  width: calc(626 / 1680 * 100%);
  aspect-ratio: 626 / 443;
  transform: translateX(-50%);
  z-index: 100;
}
[data-browse-mode="P"] .decosub {
  top: min(86 / 1680 * 100vw, 86px);
  right: min(438 / 1680 * 100vw, 438px);
  width: calc(116 / 1680 * 100%);
  aspect-ratio: 116 / 115;
  z-index: 100;
}
[data-browse-mode="P"] .deco01 {
  top: min(49 / 1680 * 100vw, 49px);
  left: min(162 / 1680 * 100vw, 162px);
  width: calc(252 / 1680 * 100%);
  aspect-ratio: 252 / 178;
  z-index: 100;
}
[data-browse-mode="P"] .deco02 {
  top: min(258 / 1680 * 100vw, 258px);
  left: min(49 / 1680 * 100vw, 49px);
  width: calc(225 / 1680 * 100%);
  aspect-ratio: 225 / 192;
  z-index: 100;
}
[data-browse-mode="P"] .deco03 {
  top: min(286 / 1680 * 100vw, 286px);
  left: min(320 / 1680 * 100vw, 320px);
  width: calc(153 / 1680 * 100%);
  aspect-ratio: 153 / 274;
  z-index: 100;
}
[data-browse-mode="P"] .deco04 {
  top: min(76 / 1680 * 100vw, 76px);
  right: min(135 / 1680 * 100vw, 135px);
  width: calc(282 / 1680 * 100%);
  aspect-ratio: 282 / 158;
  z-index: 100;
}
[data-browse-mode="P"] .deco05 {
  top: min(291 / 1680 * 100vw, 291px);
  right: min(258 / 1680 * 100vw, 258px);
  width: calc(249 / 1680 * 100%);
  aspect-ratio: 249 / 163;
  z-index: 100;
}
[data-browse-mode="P"] .deco06 {
  top: min(298 / 1680 * 100vw, 298px);
  right: min(56 / 1680 * 100vw, 56px);
  width: calc(229 / 1680 * 100%);
  aspect-ratio: 229 / 263;
  z-index: 100;
}
[data-browse-mode="S"] .decomv {
  margin: 0;
  padding: 0;
  border: none;
  top: calc(86 / 828 * 100vw);
  left: 50%;
  width: calc(530 / 828 * 100vw);
  aspect-ratio: 530 / 384;
  transform: translateX(-50%);
  z-index: 50;
}
[data-browse-mode="S"] .decosub {
  margin: 0;
  padding: 0;
  border: none;
  top: calc(109 / 828 * 100vw);
  right: calc(55 / 828 * 100vw);
  width: calc(116 / 828 * 100vw);
  aspect-ratio: 116 / 115;
  z-index: 50;
}
[data-browse-mode="S"] .deco01 {
  margin: 0;
  padding: 0;
  border: none;
  top: calc(-25 / 828 * 100vw);
  left: calc(17 / 828 * 100vw);
  width: calc(203 / 828 * 100vw);
  aspect-ratio: 203 / 139;
  z-index: 100;
}
[data-browse-mode="S"] .deco02 {
  margin: 0;
  padding: 0;
  border: none;
  top: calc(165 / 828 * 100vw);
  left: calc(-73 / 828 * 100vw);
  width: calc(207 / 828 * 100vw);
  aspect-ratio: 207 / 175;
  z-index: 100;
}
[data-browse-mode="S"] .deco03 {
  margin: 0;
  padding: 0;
  border: none;
  top: calc(352 / 828 * 100vw);
  left: calc(62 / 828 * 100vw);
  width: calc(104 / 828 * 100vw);
  aspect-ratio: 104 / 195;
  z-index: 100;
}
[data-browse-mode="S"] .deco04 {
  margin: 0;
  padding: 0;
  border: none;
  top: calc(10 / 828 * 100vw);
  right: calc(59 / 828 * 100vw);
  width: calc(191 / 828 * 100vw);
  aspect-ratio: 191 / 103;
  z-index: 100;
}
[data-browse-mode="S"] .deco05 {
  margin: 0;
  padding: 0;
  border: none;
  top: calc(242 / 828 * 100vw);
  right: calc(10 / 828 * 100vw);
  width: calc(191 / 828 * 100vw);
  aspect-ratio: 170 / 108;
  z-index: 100;
}
[data-browse-mode="S"] .deco06 {
  margin: 0;
  padding: 0;
  border: none;
  top: calc(365 / 828 * 100vw);
  right: calc(22 / 828 * 100vw);
  width: calc(153 / 828 * 100vw);
  aspect-ratio: 153 / 178;
  z-index: 100;
}

.area-deco .decomv {
  opacity: 0;
  transform: translate(-50%,30px);
  transition: all 0.5s ease;
}

.area-deco .decosub {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.area-deco [class^="deco"] {
  opacity: 0;
}
.area-deco .deco01.is-show,
.area-deco .deco02.is-show,
.area-deco .deco03.is-show,
.area-deco .deco04.is-show,
.area-deco .deco05.is-show,
.area-deco .deco06.is-show {
  opacity: 1;
  transform: translateY(0);
  animation: kvIn 0.3s linear forwards;
}

.area-deco .decosub.is-show {
  opacity: 1;
  transform: scale(1);
}

.area-deco .decomv.is-show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes kvIn {
  0%   {transform: scale(0);}
  100% {transform: scale(1);}
}

.free-trbus .area-line-deco {
  position: absolute;
  width: 100%;
  bottom: 0;
  aspect-ratio: 1680 / 220;
}

.free-trbus .area-line-deco p{
  position: absolute;
  content: "";
  z-index: 1;
  transform-origin: center;
  animation-delay: 1s;
}

@keyframes kvIn {
  0%   {transform: scale(0);}
  100% {transform: scale(1);}
}
[data-browse-mode="P"] .free-trbus .area-line-deco p:nth-child(1){
  width: calc(826 / 1680 * 100%);
  bottom: 0;
  left: 0;
  background: url(/img/usr/freepage/trbus/cloud.png) no-repeat;
  background-size: contain;
  animation: elem_movie_lt 10s linear infinite;
  z-index: 2;
  aspect-ratio: 826 / 207;
}
[data-browse-mode="P"] .free-trbus .area-line-deco p:nth-child(2){
  width: calc(826 / 1680 * 100%);
  bottom: 0;
  right: 0;
  background: url(/img/usr/freepage/trbus/cloud.png) no-repeat;
  background-size: contain;
  animation: elem_movie_rt 9s ease-in infinite;
  z-index: 2;
  aspect-ratio: 826 / 207;
}
[data-browse-mode="P"] .free-trbus .area-line-deco p:nth-child(3){
  width: calc(826 / 1680 * 100%);
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(/img/usr/freepage/trbus/cloud.png) no-repeat;
  background-size: contain;
  animation: elem_movie_c 10s ease-in infinite;
  z-index: 2;
  aspect-ratio: 826 / 207;
}
[data-browse-mode="P"] .free-trbus .area-line-deco p:nth-child(4){
  width: calc(1660 / 1680 * 100%);
  bottom: min(70 / 1680 * 100vw, 799px);
  left: 50%;
  transform: translate(-50%, 0);
  background: url(/img/usr/freepage/trbus/cloud_b.png) no-repeat;
  background-size: contain;
  animation: elem_movie_c 6s ease-in infinite;
  opacity: .8;
  z-index: 1;
  aspect-ratio: 1660 / 144;
}
[data-browse-mode="S"] .free-trbus .area-line-deco p:nth-child(1){
  width: 413px;
  height: 103.5px;
  bottom: 0;
  left: 0;
  background: url(/img/usr/freepage/trbus/sp/cloud.png) no-repeat;
  animation: elem_movie_lt 20s ease-in infinite;
  background-size: 413px auto;
}
[data-browse-mode="S"] .free-trbus .area-line-deco p:nth-child(2){
  display: none;
}
[data-browse-mode="S"] .free-trbus .area-line-deco p:nth-child(3){
  display: none;
}
[data-browse-mode="S"] .free-trbus .area-line-deco p:nth-child(4){
  display: none;
}

.free-trbus .trainbus_mv{
  position: relative;
  width: 100%;
  z-index: 5;
  background-color: rgb(243, 241, 213);
}

[data-browse-mode="P"] .free-trbus .trainbus_mv {
  aspect-ratio: 1680 / 70;
}

[data-browse-mode="S"] .free-trbus .trainbus_mv {
  margin-top: calc(-76 / 828 * 100vw);
  aspect-ratio: 828 / 130;
}

[data-browse-mode="P"] .free-trbus .trainbus_mv:before{
  position: absolute;
  content: "";
  bottom: min(60 / 1680 * 100vw, 60px);
  left: calc(0% - min(463 / 1680 * 100vw, 463px));
  width: calc(463 / 1680 * 100%);
  background: url(/img/usr/freepage/trbus/train2.gif) no-repeat;
  background-size: contain;
  animation-name: train_anime01;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 2;
  aspect-ratio: 463 / 36;
}

[data-browse-mode="S"] .free-trbus .trainbus_mv:before{
  position: absolute;
  content: "";
  bottom: calc(75 / 828 * 100vw);
  left: calc(0% - 231.5px);
  width: 231.5px;
  height: 18px;
  background: url(/img/usr/freepage/trbus/train2.gif);
  background-size: 231.5px 18px;
  animation-name: train_anime01;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 5;
}

[data-browse-mode="P"] .free-trbus .trainbus_mv::after {
  position: absolute;
  content: "";
  bottom: min(20 / 1680 * 100vw, 20px);
  right: calc(0% - min(500 / 1680 * 100vw, 500px));
  width: calc(500 / 1680 * 100%);
  height: 36px;
  background: url(/img/usr/freepage/trbus/train.gif) no-repeat;
  background-size: contain;
  animation-name: train_anime02;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 3;
  aspect-ratio: 500 / 36;
}

[data-browse-mode="S"] .free-trbus .trainbus_mv::after {
  position: absolute;
  content: "";
  bottom: calc(15 / 828 * 100vw);
  right: calc(0% - 250px);
  width: 250px;
  height: 18px;
  background: url(/img/usr/freepage/trbus/train.gif);
  background-size: 250px 18px;
  animation-name: train_anime02;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 5;
}

[data-browse-mode="P"] .free-trbus .trainbus_mv span{
  display: block;
  position: absolute;
  content: "";
  bottom: min(90 / 1680 * 100vw, 90px);
  right: calc(0% - min(90 / 1680 * 100vw, 90px));
  width: calc(90 / 1680 * 100%);
  background: url(/img/usr/freepage/trbus/bus.gif);
  background-size: contain;
  animation-name: train_anime04;
  animation-duration: 60s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  z-index: 1;
  aspect-ratio: 90 / 35;
}

[data-browse-mode="S"] .free-trbus .trainbus_mv span{
  position: absolute;
  content: "";
  bottom: 35px;
  right: calc(0% - 90px);
  width: 45px;
  height: 17.5px;
  background: url(/img/usr/freepage/trbus/bus.gif);
  background-size: 45px 17.5px;
  animation-name: train_anime04;
  animation-duration: 60s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  z-index: 1;
}

@keyframes train_anime01{
  from{left: calc(0% - 463px);}
  to{left: calc(100% + 463px);}
}

@keyframes train_anime04{
  from{right: calc(0% - 463px);}
  to{right: calc(100% + 463px);}
}

/* 上下 */
@keyframes elem_movie_tp {
  0% {bottom: 0;}
  40% {bottom: 15px;}
  60% {bottom: 3px;}  
  100% {bottom: 0;}
}

/* 左に動く */
@keyframes elem_movie_lt {
  0% {left: 0;bottom: 0;}
  50% {left: -15px;bottom: 3px;}
  100% {left: 0;bottom: 0;}
}

/* 中央に動く */
@keyframes elem_movie_c {
  0% {left: 50%;}
  50% {left: 51%;}
  100% {left: 50%;}
}

/* 左に動く */
@keyframes elem_movie_rt {
  0% {right: 0;bottom: 0;}
  50% {right: -15px;bottom: 5px;}
  100% {right: 0;bottom: 0;}
}

@keyframes train_anime02{
  from{right: calc(0% - 500px);}
  to{right: calc(100% + 500px);}
}

/* main */
.free-trbus-main {
  background: #FFF;
}
[data-browse-mode="P"] .free-trbus-main {
  z-index: 1;
  position: relative;
  width: 1100px;
  padding: min(80 / 1100 * 100%, 80px) min(50 / 1100 * 100%, 50px);
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
[data-browse-mode="S"] .free-trbus-main {
  padding: calc(70 / 828 * 100vw) 0 calc(170 / 828 * 100vw);
}
.free-trbus-box {
  text-align: center;
}
[data-browse-mode="P"] .free-trbus-box {
  margin: 0 auto 60px;
}
[data-browse-mode="S"] .free-trbus-box {
  margin-bottom: calc(60 / 828 * 100vw);
  font-size: calc(24 / 828 * 100vw);
}
h2.hdglv2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
[data-browse-mode="P"] h2.hdglv2 {
  font-size: min(28 / 1680 * 100vw, 28px);
  line-height: calc(44 / 28);
}
[data-browse-mode="S"] h2.hdglv2 {
  margin-bottom: calc(30 / 828 * 100vw);
  font-size: calc(28 / 828 * 100vw);
  line-height: calc(50 / 32);
}
.section-head {
  position: relative;
}
[data-browse-mode="P"] .section-head {
  padding-bottom: 100px;
}
[data-browse-mode="S"] .section-head {
  padding-bottom: calc(100 / 828 * 100vw);
}
.pageNav-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b4275;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  margin: 0;
}
.pageNav-ttl::before,
.pageNav-ttl::after {
  background-color: #3b4275;
  border-radius: 5px;
  content: "";
}
.pageNav-ttl::before {
  transform: rotate(60deg);
}
.pageNav-ttl::after {
  transform: rotate(-60deg);
}
[data-browse-mode="P"] .pageNav-ttl {
  margin-bottom: 35px;
  padding: 0;
  font-size: 36px;
}
[data-browse-mode="S"] .pageNav-ttl {
  margin-bottom: calc(45 / 828 * 100vw);
  padding: 0;
  font-size: calc(42 / 828 * 100vw);
}
[data-browse-mode="P"] .pageNav-ttl::before,
[data-browse-mode="P"] .pageNav-ttl::after {
  height: 3px;
  width: 40px;
}
[data-browse-mode="P"] .pageNav-ttl::before {
  margin-right: 20px;
}
[data-browse-mode="P"] .pageNav-ttl::after {
  margin-left: 20px;
}
[data-browse-mode="S"] .pageNav-ttl::before,
[data-browse-mode="S"] .pageNav-ttl::after {
  height: calc(3 / 828 * 100vw);
  width: calc(60 / 828 * 100vw);
}
[data-browse-mode="S"] .pageNav-ttl::before {
  margin-right: calc(45 / 828 * 100vw);
}
[data-browse-mode="S"] .pageNav-ttl::after {
  margin-left: calc(45 / 828 * 100vw);
}
.pageNav {
  display: flex;
}
[data-browse-mode="P"] .pageNav {
  gap: 15px;
}
[data-browse-mode="S"] .pageNav {
  flex-wrap: wrap;
  margin: 0 auto;
  gap: calc(30 / 828 * 100vw);
  width: calc(710 / 828 * 100vw);
}
.pageNav .pageNav-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  border: 1px solid #a5a5a5;
  overflow: hidden;
}
[data-browse-mode="P"] .pageNav .pageNav-item {
  width: calc((100% - 15px * 3) / 4);
  border-radius: 10px;
  aspect-ratio: 240 / 210;
}
[data-browse-mode="S"] .pageNav .pageNav-item {
  width: calc((100% - (30 / 828 * 100vw)) / 2);
  border-radius: calc(10 / 828 * 100vw);
  aspect-ratio: 340 / 298;
}
.pageNav .pageNav-item a {
  transition: 0.3s ease;
}
.pageNav .pageNav-item a::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/img/usr/freepage/25unagi/arrow.png) no-repeat;
  background-size: contain;
}
.pageNav .pageNav-item a:hover {
  opacity: 0.7;
}
[data-browse-mode="P"] .pageNav .pageNav-item a::after {
  width: 10px;
  height: 8px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
[data-browse-mode="S"] .pageNav .pageNav-item a::after {
  width: calc(20 / 828 * 100vw);
  height: calc(15 / 828 * 100vw);
  bottom: calc(15 / 828 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.pageNav .pageNav-item p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
}
[data-browse-mode="P"] .pageNav .pageNav-item p {
  height: 68px;
}
[data-browse-mode="S"] .pageNav .pageNav-item p {
  height: calc(100 / 828 * 100vw);
}
.pageNav .pageNav-item a span {
  display: block;
  flex: 1;
  text-align: center;
}
[data-browse-mode="P"] .pageNav .pageNav-item .navName {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
[data-browse-mode="S"] .pageNav .pageNav-item .navName {
  padding-top: calc(15 / 828 * 100vw);
  font-size: calc(30 / 828 * 100vw);
  font-weight: bold;
}

.sec-product {
  position: relative;
}
.section-head::before,
.sec-product::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.section-head::after,
.sec-product::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(to right, #ddd 0 2px, transparent 2px 10px);
}
[data-browse-mode="P"] .sec-product {
  padding: 100px 0;
}
[data-browse-mode="S"] .sec-product {
  padding: calc(100 / 828 * 100vw) 0;
}

.event-common .list::after {
  display: none;
}
.hdg-product {
  font-weight: 600;
  text-align: center;
  color: #00458f;
  font-family: "Zen Maru Gothic", serif;
}
[data-browse-mode="P"] .hdg-product {
  margin: 0 auto 30px;
  font-size: 36px;
}
[data-browse-mode="S"] .hdg-product {
  margin-bottom: calc(50 / 828 * 100vw);
  padding: 0;
  font-size: calc(46 / 828 * 100vw);
}
.btn-product {
  margin-top: 30px;
  text-align: center;
}
.btn-product-link {
  border: #6786a8 1px solid;
  font-weight: bold;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6786a8;
  transition: .2s linear;
  position: relative;
  border-radius: 25px;
}
[data-browse-mode="P"] .btn-product-link {
  min-width: 240px;
  min-height: 50px;
  font-size: 16px;
}
[data-browse-mode="S"] .btn-product-link {
  min-width: 200px;
  min-height: 40px;
  font-size: 13px;
}

.sec-product .products-item-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
[data-browse-mode="P"] .sec-product .products-item-wrapper {
  padding: 0 20px;
}
[data-browse-mode="S"] .sec-product .products-item-wrapper {
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.sec-product .products-item-wrap {
  display: flex;
  gap: 80px 16px;
  padding: 0;
}
.sec-product .products-item-wrap > li {
  margin: 0;
  width: calc((100% - 16px * 4) / 5);
}
.sec-product .block-pickup-list-p--item-body {
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sec-product .slick-initialized .block-pickup-list-p--item-body {
  padding: 0 13px;
}
.sec-product .block-auto-icon.block-icon {
  position: absolute;
  top: 10px;
  left: -10px;
}
.sec-product .block-pickup-list-p--image {
  position: relative;
  width: 100%;
}
.sec-product .block-pickup-list-p--image figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
}
.sec-product .block-pickup-list-p--image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-product .block-pickup-list-p--item-description {
  margin-top: 15px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.sec-product .block-pickup-list-p--item-description .block-icon {
  order: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.sec-product .variation-name {
  display: none;
}
.sec-product .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  margin-bottom: 5px;
  order: 20;
}
.sec-product .block-pickup-list-p--item-description .block-pickup-list-p--shop-name {
  margin: 0 0 10px;
  padding: 2px 8px 2px 32px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  background: #fff url(/img/usr/common/ico_shop.png) center left 8px no-repeat;
  order: 36;
}
.sec-product .block-pickup-list-p--item-description .block-pickup-list-p--comment {
  display: none;
}
.sec-product .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  order: 50;
}

.sec-product .block-pickup-list-p--add-cart {
  margin-top: auto;
  order: 100;
  width: 100%;
}
.appendArea .block-list-add-cart-btn,
.appendArea .block-pickup-list-p--detail-btn {
  width: 100%;
  font-weight: bold;
  line-height: 2;
}
.block-pickup-list-p--price {
  font-weight: bold;
  font-size: 18px;
}
.block-pickup-list-p--default-price + .block-pickup-list-p--price {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  font-weight: bold;
  color: #eb959d;
}
.block-pickup-list-p--price .discount {
  padding-left: 0.3em;
  margin-left: 0.3em;
  border-left: 1px dotted #eb959d;
  font-family: "Rokkitt", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  order: 30;
}
.default-price::after, .price::after {
  font-size: 12px;
  order: 20;
}

.block-note h2 {
  color: #3b4275;
}
[data-browse-mode="P"] .block-note h2 {
  font-size: 26px;
}
.block-note ul li a {
  text-decoration: underline;
  color: #3b4275;
}
.block-note ul li a:hover {
  opacity: 0.7;
}
.block-note ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.block-note ul > li::after {
  content: "";
  width: 14px;
  height: 14px;
  border: #336eb6 3px solid;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.block-note ul ul {
  margin-top: 10px;
}
.block-note ul ul li {
  font-weight: normal;
}
.block-note ul ul li::after {
  content: '-';
  top: -2px;
  color: unset;
  border: none;
}

.hdg-product {
  color: #3b4275;
  font-weight: bold;
}

[data-browse-mode="P"] .hdg-product,
[data-browse-mode="S"] .hdg-product {
  padding-top: 0;
}

[data-browse-mode="S"] .event-common .list::after {
  margin-bottom: 30px;
}

[data-browse-mode="P"] .block-thumbnail-t--detail-btn {
  display: block;
  margin: 0;
  padding: 5px 0;
  border-color: #EB959D;
  border-radius: 18px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #EB959D;
}

[data-browse-mode="P"] .block-ranking-r--items .block-thumbnail-t--detail-btn {
  order: 53;
  margin-top: auto;
}
.block-ranking-r--items .price-discount {
  margin-bottom: 10px;
}

[data-browse-mode="S"] .block-thumbnail-t--detail-btn {
  display: block;
  margin: 0;
  padding: 5px 0;
  border-color: #EB959D;
  border-radius: 18px;
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #EB959D;
}
.block-thumbnail-t--items li .block-thumbnail-t--add-cart .block-thumbnail-t--detail-btn {
  border-color: #EB959D;
  background: #EB959D;
}

[data-browse-mode="P"] .point-rrf {margin-bottom: 15px;font-weight: 600; display: flex; flex-wrap: wrap; align-items: baseline; background: #FFF; position: relative;}
[data-browse-mode="P"] .point-rrf-num { font-size: 18px; color: #ef929d;}
[data-browse-mode="P"] .point-rrf-fm  { margin-left: 2px; font-size: 15px; color: #ef929d;}
[data-browse-mode="P"] .point-rrf-fs  { margin-left: 2px; font-size: 15px; color: #ef929d;}
[data-browse-mode="S"] .point-rrf     { font-weight: 600; display: flex; flex-wrap: wrap; align-items: baseline; background: #fff; position: relative;}
[data-browse-mode="S"] .point-rrf-num { margin-left: 2px; font-size: calc(18 / 375* 100vw); color: #ef929d;}
[data-browse-mode="S"] .point-rrf-fm  { font-size: calc(12 / 375* 100vw); font-weight: 400; color: #ef929d;}
[data-browse-mode="S"] .point-rrf-fs  { margin-left: 2px; font-size: calc(12 / 375* 100vw); color: #ef929d;}


[data-browse-mode="S"] .point-rrf-icon {
  font-size: 14px;
  border-radius: 5px;
  padding: 2px 5px;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}
[data-browse-mode="S"] .point-rrf-icon em {
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 16px;
}
.point-rrf-icon {
  order: 21;
  border-radius: 3px;
  background-color: #ffffa9;
  color: #ed0061;
  text-align: center;
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}
[data-browse-mode="P"] .point-rrf-icon {
  order: 35;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  padding: 0 5px 1px;
}
[data-browse-mode="P"] .point-rrf-icon em {
  margin: 0 5px;
  font-weight: 900;
  font-size: 20px;
}
[data-browse-mode="S"] .event-common .list {
  padding: 0;
}
[data-browse-mode="S"] .block-thumbnail-t--items {
  margin: 0;
  width: calc(100% + 25px);
  padding: 0 15px 0 0;
  margin: 0px 0 0 -5px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  overflow-x: auto;
}
[data-browse-mode="S"] .block-thumbnail-t--items li {
  margin-bottom: 20px;
  width: calc((100% - 15px) / 2.5);
  padding-top: 0;
  list-style: none;
  flex: 0 0 auto;
  position: relative;
}
.block-thumbnail-t--items li .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price {
  flex-wrap: wrap;
  font-size: calc(30 / 828 * 100vw);
}
.block-thumbnail-t--items li .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price .discount {
  font-size: calc(30 / 828 * 100vw);
}