html {
  scroll-behavior: smooth;
}

html[data-browse-mode="P"] {
  scroll-padding-top: 103px;
}

html[data-browse-mode="S"] {
  scroll-padding-top: 68px;
}

.protein-trial {
  background: url("/img/usr/freepage/protein-coffee-trial/bg.jpg") fixed repeat 0 0/500px auto;
}

.protein-trial img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.protein-trial__contents {
  max-width: 750px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

.protein-trial__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  height: 480px;
  padding: 40px 55px 0;
  background: url("/img/usr/freepage/protein-coffee-trial/mv_03.jpg") no-repeat 0 0/100% auto;
}

.protein-trial__mv-logo {
  margin: 0 0 10px;
}

.protein-trial__mv-awards {
  position: absolute;
  top: 25px;
  right: 50px;
}

.protein-trial__mv-ttl {
  line-height: 1.3;
  margin: 0 0 30px;
  font-size: 42px;
  font-weight: bold;
}

.protein-trial__mv-price {
  line-height: 1;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.protein-trial__mv-price span {
  display: block;
  margin: 0 0 5px;
  padding: 4px 2px 4px calc(2px + 0.1em);
  border: 2px solid #cc4f01;
  border-radius: 3px;
  color: #cc4f01;
  letter-spacing: 0.1em;
  background: #fff;
}

.protein-trial__mv-price strong {
  display: inline-block;
  font-size: 46px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.protein-trial__mv-btn {
  margin: 0 0 15px;
}

.protein-trial__mv-btn a {
  display: block;
  width: 295px;
  line-height: 1.3;
  padding: 9px 0;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #cc4f01;
}

.protein-trial__mv-btn a span {
  display: block;
  font-size: 12px;
}

.protein-trial__mv-notes {
  font-size: 10px;
}

.protein-trial__mv-notes a {
  text-decoration: underline;
}

.protein-trial__section {
  padding: 50px 0;
}

.protein-trial__inner {
  padding: 0 60px;
}

.protein-trial__hdg {
  line-height: 1.5;
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.protein-trial__hdg small {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  text-align: center;
}

.protein-trial__hdg strong {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  color: #bd5723;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f1f0eb));
  background: linear-gradient(transparent 65%, #f1f0eb 65%);
}

.protein-trial__hdg span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fff));
  background: linear-gradient(transparent 65%, #fff 65%);
}

.protein-trial__intro {
  padding-top: 40px;
  padding-bottom: 0;
  border-bottom: 44px solid #c1c8d1;
  background: #ebedf0;
}

.protein-trial__intro .protein-trial__hdg {
  margin: 0 0 20px;
}

.protein-trial__intro .protein-trial__hdg small {
  font-size: 22px;
}

.protein-trial__intro .protein-trial__hdg span {
  background: none;
}

.protein-trial__intro-img {
  margin-bottom: -3px;
}

.protein-trial__nav {
  background: #fff;
}

.protein-trial__nav-trial {
  margin: 0 0 50px;
}

.protein-trial__nav-trial img {
  border-radius: 10px;
}

.protein-trial__nav .protein-trial__hdg img {
  width: 217px;
  vertical-align: top;
}

.protein-trial__nav .protein-trial__hdg span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f1f0eb));
  background: linear-gradient(transparent 65%, #f1f0eb 65%);
}

.protein-trial__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13.5px;
}

.protein-trial__nav-btn a {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 38px 12px 21px;
  background-color: #f1f0eb;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
}

.protein-trial__nav-btn a span {
  position: absolute;
  top: -0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #a8a9ad;
}

.protein-trial__nav-btn a strong {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 12px;
  position: relative;
}

.protein-trial__nav-btn a strong::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.protein-trial__interview {
  background: url("/img/usr/freepage/protein-coffee-trial/interview_03.jpg") no-repeat 0 0/cover;
}

.protein-trial__interview .protein-trial__hdg {
  position: relative;
  padding: 0 0 0 150px;
}

.protein-trial__interview .protein-trial__hdg img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.protein-trial__interview .protein-trial__hdg span {
  margin: 0;
  color: #fff;
  font-size: 22px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #000));
  background: linear-gradient(transparent 65%, #000 65%);
}

.protein-trial__interview .protein-trial__hdg span+span {
  margin-top: 4px;
}

.protein-trial__interview-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 0 40px;
  border-radius: 10px;
  background: #fff;
}

.protein-trial__interview-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 30px 30px;
}

.protein-trial__interview-desc {
  line-height: 1.7;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}

.protein-trial__interview-name {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.protein-trial__interview-img {
  width: 192px;
}

.protein-trial__interview-movie {
  margin: 0 0 30px;
}

.protein-trial__interview-movie p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
}

.protein-trial__interview-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: top;
}

.protein-trial__interview-btn {
  text-align: center;
}

.protein-trial__interview-btn a {
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid #cc4f01;
  border-radius: 40px;
  color: #cc4f01;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff;
}

.protein-trial__interview-btn a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin: 8px 0 0 8px;
  border-top: 2px solid #cc4f01;
  border-right: 2px solid #cc4f01;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.protein-trial__protein {
  position: relative;
  background: #fff;
  z-index: 0;
}

.protein-trial__protein:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 582px;
  background: url("/img/usr/freepage/protein-coffee-trial/protein_04.png") no-repeat 0 0/100% auto;
  z-index: -1;
}

.protein-trial__protein .protein-trial__hdg {
  margin: 0 0 20px;
}

.protein-trial__protein-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 10px;
}

.protein-trial__protein-item {
  position: relative;
}

.protein-trial__protein-item p {
  position: absolute;
  right: 15px;
  bottom: 20px;
  left: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.protein-trial__voice {
  padding-bottom: 0;
  background: #fff url("/img/usr/freepage/protein-coffee-trial/voice_03.jpg") no-repeat 0 50px/100% auto;
}

.protein-trial__voice .protein-trial__hdg {
  position: relative;
}

.protein-trial__voice .protein-trial__hdg span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f1f0eb));
  background: linear-gradient(transparent 65%, #f1f0eb 65%);
}

.protein-trial__voice-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-left: 70px;
  background: #f1f0eb;
  border-radius: 10px;
  padding: 30px 40px 40px;
}

.protein-trial__voice-item+.protein-trial__voice-item {
  margin-top: 70px;
}

.protein-trial__voice-item figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
  margin-bottom: -70px;
  margin-left: -110px;
}

.protein-trial__voice-item.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 70px;
}

.protein-trial__voice-item.is-reverse figure {
  margin-left: 0;
  margin-right: -110px;
}

.protein-trial__voice-item figure img {
  border-radius: 10px;
}

.protein-trial__voice-desc {
  padding-top: 6px;
}

.protein-trial__voice-desc strong {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.95;
  color: #cc4f01;
  letter-spacing: 0.08em;
}

.protein-trial__voice-desc p {
  padding-right: 10px;
  margin-top: 12px;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.016em;
  line-height: 2.15;
}

.protein-trial__eat {
  padding: 130px 0 100px;
  background: #fff url("/img/usr/freepage/protein-coffee-trial/eat_04.jpg") no-repeat 0 15px/100% auto;
}

.protein-trial__eat .protein-trial__hdg {
  margin: 0 0 30px;
}

.protein-trial__eat .protein-trial__hdg span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f1f0eb));
  background: linear-gradient(transparent 65%, #f1f0eb 65%);
}

.protein-trial__eat-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 10px;
}

.protein-trial__eat-item {
  position: relative;
}

.protein-trial__eat-text {
  position: absolute;
  right: 15px;
  bottom: 20px;
  left: 15px;
  color: #fff;
}

.protein-trial__eat-text strong {
  font-size: 18px;
  font-weight: 500;
}

.protein-trial__eat-text p {
  margin: 10px 0 0;
}

.protein-trial__media {
  background: #f1f0eb;
}

.protein-trial__media-list {
  width: 100%;
  max-width: 100%;
  padding-bottom: 9px;
  margin: 0 auto;
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.protein-trial__media-list:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.protein-trial__media-list img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.protein-trial__media-marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0 30px;
  will-change: transform;
}

.protein-trial__media-item {
  float: none;
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f7f7f7;
}

.protein-trial__media-item figure {
  height: 234px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.protein-trial__media-item figure img {
  max-height: 100%;
}

.protein-trial__media-item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 10px;
  background-color: $bg-gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protein-trial__media-item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.protein-trial__media-item-name img {
  height: 50px;
}

.protein-trial__media-item p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.protein-trial__media-item-btn {
  margin: auto 0 0;
  text-align: center;
}

.protein-trial__media-item-btn a {
  display: inline-block;
  padding: 5px 25px;
  border: 2px solid #cc4f01;
  border-radius: 40px;
  color: #cc4f01;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff;
}

.protein-trial__media-item-btn a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin: 6px 0 0 8px;
  border-top: 2px solid #cc4f01;
  border-right: 2px solid #cc4f01;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.protein-trial__faq {
  background: #f7f7f7;
}

.protein-trial__faq-item {
  border-radius: 10px;
  background: #fff;
}

.protein-trial__faq-item+.protein-trial__faq-item {
  margin-top: 10px;
}

.protein-trial__faq-item dt,
.protein-trial__faq-item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.protein-trial__faq-item dt:before,
.protein-trial__faq-item dd:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.protein-trial__faq-item dt {
  padding: 20px 26px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.protein-trial__faq-item dt:before {
  content: "Q";
}

.protein-trial__faq-item dt:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.protein-trial__faq-item dt.is-open {
  padding-bottom: 12px;
}

.protein-trial__faq-item dt.is-open:after {
  top: 30px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.protein-trial__faq-item dd {
  max-height: 0;
  overflow: hidden;
  margin: 0 26px 14px;
  border-top: 1px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.protein-trial__faq-item dd:before {
  content: "A";
}

.protein-trial__faq-item dd.is-open {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 15px 0 20px;
  border-top: 1px dotted #000;
}

.protein-trial__ingredient {
  color: #fff;
  background: url("/img/usr/freepage/protein-coffee-trial/ingredient_01.jpg") no-repeat 50% 50%/cover;
}

.protein-trial__ingredient-hdg {
  margin: 0 0 10px;
  letter-spacing: 0.12em;
}

.protein-trial__ingredient-hdg:not(:first-child) {
  margin-top: 40px;
}

.protein-trial__ingredient-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #fff;
}

.protein-trial__ingredient-table table th {
  width: 138px;
  vertical-align: top;
  line-height: 1.45;
  padding: 14px 10px 14px 20px;
  border: 1px solid #a8a9ad;
  color: #000;
  font-weight: normal;
  text-align: left;
  background: #fff;
}

.protein-trial__ingredient-table table td {
  line-height: 1.45;
  padding: 14px 10px 14px 20px;
  border: 1px solid #a8a9ad;
}

.protein-trial__ingredient-table2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #a8a9ad;
}

.protein-trial__ingredient-table2 dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.protein-trial__ingredient-table2 dl dt {
  padding: 13px;
  border-top: 1px solid #a8a9ad;
  border-bottom: 1px solid #a8a9ad;
  border-right: 1px solid #a8a9ad;
  color: #000;
  text-align: center;
  background: #fff;
}

.protein-trial__ingredient-table2 dl dd {
  padding: 13px;
  border-bottom: 1px solid #a8a9ad;
  border-right: 1px solid #a8a9ad;
  text-align: center;
}

.protein-trial__ingredient-note {
  line-height: 1.45;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.protein-trial__ingredient-note2 {
  line-height: 1.45;
  margin-top: 40px;
  letter-spacing: 0.1em;
}

.protein-trial__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: sticky;
  bottom: 0;
  padding: 10px;
  background: url("/img/usr/freepage/protein-coffee-trial/cta_02.jpg") no-repeat 0 0/cover;
}

.protein-trial__cta-price {
  line-height: 1;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.protein-trial__cta-price span {
  display: block;
  padding: 4px 2px 4px calc(2px + 0.1em);
  border: 2px solid #cc4f01;
  border-radius: 3px;
  color: #cc4f01;
  letter-spacing: 0.1em;
  background: #fff;
}

.protein-trial__cta-price strong {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.protein-trial__cta-btn a {
  display: block;
  width: 295px;
  line-height: 1.3;
  padding: 9px 0;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #cc4f01;
}

.protein-trial__cta-btn a span {
  display: block;
  font-size: 12px;
}

[data-browse-mode="S"] .protein-trial {
  font-size: 3.733333333333333vw;
}

[data-browse-mode="S"] .protein-trial__contents {
  max-width: inherit;
}

[data-browse-mode="S"] .protein-trial__mv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 146.66666666666666vw;
  padding: 6.666666666666667vw 9.333333333333334vw 0;
  background: url("/img/usr/freepage/protein-coffee-trial/mv_03_sp.jpg") no-repeat 0 0/cover;
}

[data-browse-mode="S"] .protein-trial__mv-logo {
  width: 57.86666666666667vw;
  margin: 0 auto 4vw 0;
}

[data-browse-mode="S"] .protein-trial__mv-logo img {
  width: 100%;
}

[data-browse-mode="S"] .protein-trial__mv-awards {
  top: 2.666666666666667vw;
  right: 9.333333333333334vw;
  width: 19.2vw;
}

[data-browse-mode="S"] .protein-trial__mv-awards img {
  width: 100%;
}

[data-browse-mode="S"] .protein-trial__mv-ttl {
  margin: 0 0 2.133333333333333vw;
  font-size: 8vw;
  text-align: center;
}

[data-browse-mode="S"] .protein-trial__mv-price {
  margin: 0 0 57.333333333333336vw;
  font-size: 4.266666666666667vw;
  background: #eeede7;
}

[data-browse-mode="S"] .protein-trial__mv-price span {
  margin: 0 0 1.066666666666667vw;
  padding: 1.066666666666667vw;
  border-width: 0.533333333333333vw;
  border-radius: 0.8vw;
}

[data-browse-mode="S"] .protein-trial__mv-price strong {
  font-size: 8.533333333333333vw;
  -webkit-transform: translateY(0.4vw);
  transform: translateY(0.4vw);
}

[data-browse-mode="S"] .protein-trial__mv-btn {
  margin: 0 0 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__mv-btn a {
  width: 78.66666666666667vw;
  padding: 2.4vw 0;
  border-radius: 10.666666666666666vw;
  font-size: 4.266666666666667vw;
}

[data-browse-mode="S"] .protein-trial__mv-btn a span {
  font-size: 3.2vw;
}

[data-browse-mode="S"] .protein-trial__mv-notes {
  font-size: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__section {
  padding: 10.666666666666666vw 0;
}

[data-browse-mode="S"] .protein-trial__inner {
  padding: 0 8vw;
}

[data-browse-mode="S"] .protein-trial__hdg {
  line-height: 1.3;
  margin: 0 0 5.333333333333333vw;
  font-size: 6.4vw;
}

[data-browse-mode="S"] .protein-trial__hdg small {
  line-height: 1.5;
  margin: 0 0 2.666666666666667vw;
  font-size: 3.733333333333333vw;
}

[data-browse-mode="S"] .protein-trial__hdg strong {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin: 0 auto 8vw;
  font-size: 5.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__intro {
  padding-top: 8vw;
  padding-bottom: 0;
  border-width: 5.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__intro .protein-trial__hdg {
  margin: 0 0 4vw;
}

[data-browse-mode="S"] .protein-trial__intro .protein-trial__hdg small {
  font-size: 4.8vw;
}

[data-browse-mode="S"] .protein-trial__intro-img {
  margin-bottom: -0.8vw;
}

[data-browse-mode="S"] .protein-trial__intro-img img {
  width: 100%;
}

[data-browse-mode="S"] .protein-trial__nav {
  padding-top: 0;
}

[data-browse-mode="S"] .protein-trial__nav-trial {
  margin: 0 -8vw 10.666666666666666vw;
}

[data-browse-mode="S"] .protein-trial__nav-trial img {
  width: 100%;
  border-radius: 0;
}

[data-browse-mode="S"] .protein-trial__nav .protein-trial__hdg img {
  width: 57.86666666666667vw;
}

[data-browse-mode="S"] .protein-trial__nav .protein-trial__hdg span {
  margin: 4vw auto 0;
  font-size: 5.866666666666666vw;
}

[data-browse-mode="S"] .protein-trial__nav-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__nav-btn a {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16vw;
  text-align: left;
  padding: 0 5.333333333333333vw 0 17.6vw;
  border-radius: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__nav-btn a span {
  top: 50%;
  left: 2.666666666666667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 9.066666666666666vw;
}

[data-browse-mode="S"] .protein-trial__nav-btn a strong {
  width: 100%;
  font-size: inherit;
  line-height: 1.4;
  padding-bottom: 0;
}

[data-browse-mode="S"] .protein-trial__nav-btn a strong::after {
  width: 1.866666666666667vw;
  height: 1.866666666666667vw;
  border-width: 0.533333333333333vw;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

[data-browse-mode="S"] .protein-trial__interview {
  padding-top: 8vw;
  background-image: url("/img/usr/freepage/protein-coffee-trial/interview_03_sp.jpg");
}

[data-browse-mode="S"] .protein-trial__interview .protein-trial__hdg {
  margin: 0 0 8vw;
  padding: 0;
}

[data-browse-mode="S"] .protein-trial__interview .protein-trial__hdg img {
  position: static;
  width: 23.466666666666665vw;
  -webkit-transform: none;
  transform: none;
}

[data-browse-mode="S"] .protein-trial__interview .protein-trial__hdg span {
  display: block;
  width: auto;
  margin-top: 4.8vw;
  font-size: 4.8vw;
  background: none;
}

[data-browse-mode="S"] .protein-trial__interview .protein-trial__hdg span+span {
  margin-top: 0;
}

[data-browse-mode="S"] .protein-trial__interview-msg {
  display: block;
  margin: 0 0 8vw;
  border-radius: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__interview-main {
  display: block;
  padding: 5.333333333333333vw 4vw;
}

[data-browse-mode="S"] .protein-trial__interview-desc {
  margin: 0 0 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__interview-name {
  font-size: 3.2vw;
}

[data-browse-mode="S"] .protein-trial__interview-img {
  width: auto;
}

[data-browse-mode="S"] .protein-trial__interview-img img {
  width: 100%;
}

[data-browse-mode="S"] .protein-trial__interview-movie {
  margin: 0 0 5.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__interview-movie p {
  margin: 0 0 2.666666666666667vw;
  font-size: inherit;
}

[data-browse-mode="S"] .protein-trial__interview-btn a {
  padding: 2.4vw 6.666666666666667vw;
  border-width: 0.533333333333333vw;
  border-radius: 10.666666666666666vw;
  font-size: 4vw;
  letter-spacing: inherit;
}

[data-browse-mode="S"] .protein-trial__interview-btn a:after {
  width: 1.866666666666667vw;
  height: 1.866666666666667vw;
  margin: 2.133333333333333vw 0 0 2.133333333333333vw;
  border-width: 0.533333333333333vw;
}

[data-browse-mode="S"] .protein-trial__protein:before {
  height: 233.86666666666667vw;
  background-image: url("/img/usr/freepage/protein-coffee-trial/protein_04_sp.png");
}

[data-browse-mode="S"] .protein-trial__protein .protein-trial__hdg {
  margin: 0 0 5.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__protein-list {
  display: block;
  border-radius: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__protein-item img {
  width: 100%;
}

[data-browse-mode="S"] .protein-trial__protein-item p {
  right: 5.333333333333333vw;
  bottom: 4vw;
  left: 5.333333333333333vw;
  font-size: 4.266666666666667vw;
}

[data-browse-mode="S"] .protein-trial__voice {
  padding: 0;
  background: #fff url("/img/usr/freepage/protein-coffee-trial/voice_03_sp.jpg") no-repeat 0 0/100% auto;
}

[data-browse-mode="S"] .protein-trial__voice .protein-trial__hdg {
  margin: 0 0 8vw;
}

[data-browse-mode="S"] .protein-trial__voice .protein-trial__hdg span {
  margin-top: 10.666666666666666vw;
}

[data-browse-mode="S"] .protein-trial__voice-item {
  display: block;
  position: relative;
  margin-left: 0;
  overflow: hidden;
  border-radius: 2.666666666666667vw;
  padding: 0;
  z-index: 1;
}

[data-browse-mode="S"] .protein-trial__voice-item+.protein-trial__voice-item {
  margin-top: 5.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__voice-item figure {
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
}

[data-browse-mode="S"] .protein-trial__voice-item.is-reverse {
  margin-right: 0;
}

[data-browse-mode="S"] .protein-trial__voice-item.is-reverse figure {
  margin-right: 0;
}

[data-browse-mode="S"] .protein-trial__voice-item figure img {
  width: 100%;
  border-radius: 0;
}

[data-browse-mode="S"] .protein-trial__voice-desc {
  padding: 5.333333333333333vw 5.333333333333333vw 6.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__voice-desc strong {
  font-size: 4.266666666666667vw;
  line-height: 1.7;
}

[data-browse-mode="S"] .protein-trial__voice-desc p {
  padding-right: 0;
  margin-top: 4vw;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: 1.7;
}

[data-browse-mode="S"] .protein-trial__eat {
  position: relative;
  padding: 10.666666666666666vw 0;
  background: #fff;
  z-index: 0;
}

[data-browse-mode="S"] .protein-trial__eat:before {
  content: "";
  position: absolute;
  top: -6.4vw;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/img/usr/freepage/protein-coffee-trial/eat_04_sp.jpg") no-repeat 0 0/100% auto;
  z-index: -1;
}

[data-browse-mode="S"] .protein-trial__eat .protein-trial__hdg {
  margin: 0 0 8vw;
  font-size: 5.866666666666666vw;
}

[data-browse-mode="S"] .protein-trial__eat-list {
  display: block;
  border-radius: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__eat-item figure img {
  width: 100%;
}

[data-browse-mode="S"] .protein-trial__eat-text {
  right: 5.333333333333333vw;
  bottom: 4vw;
  left: 5.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__eat-text strong {
  font-size: 4.8vw;
}

[data-browse-mode="S"] .protein-trial__eat-text p {
  margin: 2.666666666666667vw 0 0;
}

[data-browse-mode="S"] .protein-trial__media {
  padding-bottom: 13.333333333333334vw;
}

[data-browse-mode="S"] .protein-trial__media .protein-trial__hdg {
  margin: 0 0 8vw;
  font-size: 5.866666666666666vw;
}

[data-browse-mode="S"] .protein-trial__media-list {
  padding-bottom: 2.4vw;
}

[data-browse-mode="S"] .protein-trial__media-marquee-inner {
  gap: 0 4vw;
}

[data-browse-mode="S"] .protein-trial__media-item {
  width: 46.666666666666664vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46.666666666666664vw;
  flex: 0 0 46.666666666666664vw;
  border-radius: 2.666666666666667vw;
  -webkit-box-shadow: 0 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.16);
}

[data-browse-mode="S"] .protein-trial__media-item figure {
  height: 32vw;
  padding: 1.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__media-item-content {
  padding: 2.666666666666667vw 1.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__media-item-name {
  margin-bottom: 2.133333333333333vw;
}

[data-browse-mode="S"] .protein-trial__media-item-name img {
  width: auto;
  height: 7.2vw;
}

[data-browse-mode="S"] .protein-trial__media-item p {
  font-size: 2.933333333333333vw;
  margin-bottom: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__media-item-btn a {
  padding: 1.066666666666667vw 3.2vw;
  border-width: 0.533333333333333vw;
  border-radius: 10.666666666666666vw;
  font-size: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__media-item-btn a:after {
  width: 1.6vw;
  height: 1.6vw;
  margin: 1.333333333333333vw 0 0 1.6vw;
  border-width: 0.533333333333333vw;
}

[data-browse-mode="S"] .protein-trial__faq {
  padding: 8vw 0;
}

[data-browse-mode="S"] .protein-trial__faq-item {
  border-radius: 1.6vw;
}

[data-browse-mode="S"] .protein-trial__faq-item+[data-browse-mode="S"] .protein-trial__faq-item {
  margin-top: 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__faq-item dt,
[data-browse-mode="S"] .protein-trial__faq-item dd {
  gap: 2.133333333333333vw;
  font-size: inherit;
}

[data-browse-mode="S"] .protein-trial__faq-item dt:before,
[data-browse-mode="S"] .protein-trial__faq-item dd:before {
  margin-top: -0.533333333333333vw;
  font-size: 5.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__faq-item dt {
  padding: 5.333333333333333vw 8vw 5.333333333333333vw 5.333333333333333vw;
}

[data-browse-mode="S"] .protein-trial__faq-item dt:after {
  top: 6.4vw;
  right: 5.333333333333333vw;
  width: 1.866666666666667vw;
  height: 1.866666666666667vw;
  border-width: 0.533333333333333vw;
}

[data-browse-mode="S"] .protein-trial__faq-item dt.is-open {
  padding-bottom: 3.2vw;
}

[data-browse-mode="S"] .protein-trial__faq-item dt.is-open:after {
  top: 8vw;
}

[data-browse-mode="S"] .protein-trial__faq-item dd {
  margin: 0 5.333333333333333vw 3.733333333333333vw;
}

[data-browse-mode="S"] .protein-trial__faq-item dd.is-open {
  padding: 4vw 0;
}

[data-browse-mode="S"] .protein-trial__ingredient-hdg {
  margin: 0 0 2.666666666666667vw;
}

[data-browse-mode="S"] .protein-trial__ingredient-hdg:not(:first-child) {
  margin-top: 8vw;
}

[data-browse-mode="S"] .protein-trial__ingredient-table table {
  font-size: 3.2vw;
}

[data-browse-mode="S"] .protein-trial__ingredient-table table th {
  width: 29.333333333333332vw;
  padding: 4vw 2.133333333333333vw;
}

[data-browse-mode="S"] .protein-trial__ingredient-table table td {
  padding: 4vw 2.133333333333333vw;
}

[data-browse-mode="S"] .protein-trial__ingredient-table2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

[data-browse-mode="S"] .protein-trial__ingredient-table2 dl {
  margin-top: -1px;
}

[data-browse-mode="S"] .protein-trial__ingredient-table2 dl dt {
  padding: 4vw 3.466666666666667vw;
}

[data-browse-mode="S"] .protein-trial__ingredient-table2 dl dd {
  padding: 4vw 3.466666666666667vw;
}

[data-browse-mode="S"] .protein-trial__ingredient-note {
  margin-top: 2.666666666666667vw;
  font-size: 3.2vw;
}

[data-browse-mode="S"] .protein-trial__ingredient-note2 {
  margin-top: 8vw;
  font-size: 3.2vw;
}

[data-browse-mode="S"] .protein-trial__cta-btn a {
  width: 180px;
  font-size: 14px;
}

[data-browse-mode="S"] .protein-trial__cta-btn a span {
  font-size: 12px;
}

[data-browse-mode="S"] .protein-trial__cta-price strong {
  font-size: 20px;
}

[data-browse-mode="S"] .protein-trial__cta-price {
  font-size: 14px;
}

[data-browse-mode="S"] .protein-trial__cta-img {
  display: none;
}

[data-browse-mode="S"] p#footer_pagetop {
  bottom: 8%;
}