@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:700&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
/*Variable*/
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

.hide {
  display: none;
}

::selection {
  background: #000;
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

*:focus {
  outline: none;
}

a {
  color: #444;
  text-decoration: none;
  transition: color 0.4s;
}

a:hover {
  color: #cc161d;
}

*::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

html.is-lock, body.is-lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  font-family: "微軟正黑體", sans-serif;
  overflow-x: hidden;
  background-position: center top;
  background: #f0eded;
  text-align: center;
}
body.lock {
  overflow: hidden;
}

* {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

/*Body*/
#g-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, white 36%, #c6c6c6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: 1s;
  z-index: 10;
}
#g-loader .center {
  width: 100%;
  height: 150px;
  color: #000;
}
#g-loader .center p {
  font-size: 12px;
  letter-spacing: 5px;
  margin: 15px 0;
}
#g-loader .center .bar {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  position: relative;
}
#g-loader .center .bar .move {
  width: 20%;
  height: 5px;
  background-color: #e7211b;
  position: absolute;
  animation: bar-move 0.5s ease infinite;
}
@keyframes bar-move {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
#g-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.is-m {
  display: none;
}

.color-blue {
  color: #444e54;
}

.color-pink {
  color: #ff4e8a;
}

.color-green {
  color: #8bc34a;
}

.color-yellow {
  color: orange;
}

.g-bt-1 {
  min-width: 450px;
  padding: 15px 50px;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  transform: scale(1);
  transition: 0.5s;
  background: linear-gradient(to bottom, #dd0615 0%, #a60611 100%);
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 10px;
  line-height: 1.4;
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  cursor: pointer;
}
.g-bt-1:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.g-bt-1 span {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.g-bt-1:hover {
  background: #000;
  color: #fff;
}

.bt-shine {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.bt-shine:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

.msg-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 101;
  transform: scale(1);
  perspective: 700px;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
}
.msg-box .msg-wrap {
  background: #fff;
  max-width: 550px;
  width: 90%;
  height: 60%;
  max-width: 600px;
  max-height: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 30px;
  transform: scale(1.2) translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition-delay: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.msg-box .msg-wrap > .close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -40px;
  width: 75px;
  height: 75px;
  transition: 0.2s;
  background: rgba(68, 78, 84, 0.8);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
}
.msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: 12px;
  left: 35px;
}
.msg-box .msg-wrap > .close:before {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.msg-box .msg-wrap > .close:after {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.msg-box.is-active .msg-wrap {
  transform: scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
.msg-box.is-active .msg-wrap > .close {
  transform: scale(1);
  opacity: 1;
}
.msg-box.is-active .msg-wrap > .close:hover {
  transform: rotate(90deg);
}
.msg-box .msg-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 95%;
  text-align: left;
  font-size: 20px;
  -webkit-overflow-scrolling: touch;
}
.msg-box .msg-content header {
  font-size: 40px;
  font-weight: bold;
}
.msg-box .msg-content p {
  line-height: 2;
  margin: 10px 0;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background-color: #000;
  border-radius: 10px;
  width: auto;
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #cc161d;
  transition: 0.2s;
}

#msg-alert .msg-wrap {
  height: auto;
  min-height: 100px;
  max-width: 500px;
}
#msg-alert .msg-content {
  text-align: center;
}
#msg-alert .msg-content header {
  font-size: 30px;
  margin-bottom: 20px;
}

#msg-privacy .msg-wrap {
  padding: 0;
  border-radius: 10px;
  max-width: 1160px;
  height: auto;
}
#msg-privacy header {
  background-color: red;
  padding: 15px 0;
  color: #fff;
  font-size: 50px;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  background: linear-gradient(to bottom, #dd0615 0%, #a60611 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#msg-privacy .msg-content {
  padding: 40px;
  height: 100%;
}

.g-form li {
  position: relative;
  padding: 10px 0 10px 20%;
  font-size: 20px;
}
.g-form li label {
  text-align: left;
  font-weight: bold;
  font-size: 25px;
}
.g-form li input {
  padding: 15px 15px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  width: 100%;
  background: #f2f2f2;
  font-size: 20px;
  font-family: "微軟正黑體", sans-serif;
  transition: 0.2s;
}
.g-form li input:focus, .g-form li input:hover {
  background-color: #fff;
}
.g-form li select {
  padding: 15px 15px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  width: 100%;
  background: url(../img/icon-down-arrow.svg) no-repeat 90% 50% #f2f2f2;
  background-size: 15px;
  font-size: 20px;
  font-family: "微軟正黑體", sans-serif;
  -webkit-appearance: none;
  appearance: none;
}
.g-form li select:focus, .g-form li select:hover {
  background-color: #fff;
}
.g-form li textarea {
  padding: 15px 15px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  background: #f2f2f2;
  width: 100%;
  height: 150px;
  font-size: 20px;
  font-family: "微軟正黑體", sans-serif;
  transition: 0.2s;
}
.g-form li textarea:focus, .g-form li textarea:hover {
  background-color: #fff;
}
.g-form li input[type=checkbox], .g-form li input[type=radio] {
  display: none;
}
.g-form li input[type=radio] + label, .g-form li input[type=checkbox] + label {
  padding-left: 60px;
  width: auto;
  position: relative;
  top: 10px;
  display: inline-block;
  line-height: 1.5;
}
.g-form li input[type=radio] + label:before,
.g-form li input[type=radio] + label:after,
.g-form li input[type=checkbox] + label:before,
.g-form li input[type=checkbox] + label:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  transition: 0.5s;
}
.g-form li input[type=radio] + label:focus:before, .g-form li input[type=radio] + label:hover:before,
.g-form li input[type=checkbox] + label:focus:before,
.g-form li input[type=checkbox] + label:hover:before {
  background-color: #fff;
}
.g-form li input[type=radio] + label:before,
.g-form li input[type=checkbox] + label:before {
  border-radius: 2px;
  box-shadow: none;
  border: 0;
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
}
.g-form li input[type=radio] + label:after,
.g-form li input[type=checkbox] + label:after {
  transform: scale(0);
  box-shadow: none;
  background: url(../img/icon-check.svg) no-repeat 80% 50%;
  background-size: 80%;
  border: 0;
}
.g-form li input[type=radio] + label:active:after,
.g-form li input[type=radio]:checked + label:after,
.g-form li input[type=checkbox] + label:active:after,
.g-form li input[type=checkbox]:checked + label:after {
  transform: scale(1);
}
.g-form li .g-bt-1 {
  margin: 0 auto;
}
.g-form li a {
  text-decoration: underline;
}
.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
  display: block;
}

#g-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  position: relative;
  background-size: 100%;
}
#g-wrap img {
  max-width: 100%;
}

.g-section {
  position: relative;
}
#g-logo {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 146px;
  height: 27px;
}
#g-logo img {
  width: 146px;
  position: relative;
  z-index: 1;
}

.logo-yokohama {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 155px;
  background: url(../img/logo-yokohama.svg) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 1;
}

#rule {
  width: 90%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
}
#rule header {
  margin-bottom: 2.5%;
}
#rule h3 {
  color: #18707c;
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
}
#rule > ol, #rule > p, #rule > ul {
  padding-left: 60px !important;
}
#rule ol {
  padding-left: 30px;
}
#rule ol li {
  list-style-type: disc;
}
#rule ul {
  padding-left: 30px;
}
#rule ul li {
  list-style-type: decimal;
}
#rule a {
  color: #0e0b8b;
  text-decoration: underline;
  word-break: break-all;
}
#rule .color-blue {
  color: #0e0b8b;
}

#g-quick {
  width: 68px;
  height: 278px;
  background: url(../img/quick.png);
  position: fixed;
  top: 50%;
  right: 0;
  color: #fff;
}
#g-quick p {
  width: 10px;
  line-height: 1.3;
  position: absolute;
  top: 40px;
  left: 25px;
  font-size: 20px;
}
#g-quick .icon-arrow {
  background: url(../img/icon_down_arrow.png);
  width: 22px;
  height: 20px;
  display: block;
  animation: arrow_down 0.5s infinite alternate;
  position: absolute;
  bottom: 50px;
  left: 25px;
}
@keyframes arrow_down {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

#g-try {
  background: url(../img/bg-pc.jpg?v1) no-repeat center top;
  background-size: 1920px;
}
#g-try .kv {
  width: 1300px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  perspective: 1000;
}
#g-try .kv header {
  width: 30%;
  margin-left: 47%;
  padding-top: 5.2%;
  text-align: left;
}
#g-try .kv .icon-arrow-down {
  width: 10vw;
  height: 10vw;
  position: absolute;
  bottom: 2vw;
  left: calc(50% - 5vw);
  animation: arrow_down_jump ease-in-out 0.3s infinite alternate;
}
#g-try .kv .icon-arrow-down:before, #g-try .kv .icon-arrow-down:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/if_down_fff.svg) no-repeat center;
  background-size: 60%;
  position: absolute;
  top: 0;
  left: 0;
}
#g-try .kv .icon-arrow-down:after {
  content: "";
  top: 2vw;
}
@keyframes arrow_down_jump {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
#g-try .wrap {
  background-color: #fff;
  padding-bottom: 30px;
  max-width: 1160px;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
  transition: 1s;
}
#g-try .wrap header {
  background: linear-gradient(to bottom, #c2c2c2 0%, #fff 30%, #fff 65%, #e3e3e4 100%);
  margin: 4px 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-bottom: 20px;
}
#g-try .wrap header h1 {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 45px;
  letter-spacing: 2px;
  color: #cc161d;
}
#g-try .wrap header p {
  font-size: 20px;
  line-height: 1;
}
#g-try .g-form {
  width: 100%;
  max-width: 990px;
  margin: 20px auto;
  text-align: left;
  position: relative;
}
#g-try .g-form li {
  width: 100%;
  float: left;
  padding: 25px 4%;
}
#g-try .g-form li:last-child {
  text-align: center;
}
#g-try .g-form li:nth-of-type(2n+1) {
  clear: both;
}
#g-try .g-form li .flex {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-try .g-form li.w50 {
  width: 50%;
}
#g-try .g-form li #t-time {
  background-position: 95.5% 50%;
}
#g-try .g-form li select {
  background-size: 10px;
}
#g-try .g-form li span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  margin: 0 10px;
}
#g-try .g-form li span.star {
  color: #cc161d;
  display: inline-block;
  font-size: 20px;
}
#g-try .g-form h4 {
  font-weight: bold;
  font-size: 25px;
}
#g-try .g-form #star-note {
  position: absolute;
  top: 0;
  right: 4%;
  color: #cc161d;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
#g-try .g-form a.link-orange {
  font-weight: bold;
  color: #de5121;
  margin: 35px auto 0;
  display: inline-block;
  font-size: 25px;
  text-decoration: none;
  position: relative;
}
#g-try .g-form a.link-orange:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #de5121;
  position: absolute;
  bottom: 0;
  left: 0;
}
#g-try .g-form a.link-orange i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #de5121;
  display: inline-block;
  margin-left: 10px;
}
#g-try .g-form a.link-orange:hover {
  color: #666;
}
#g-try .g-form a.link-orange:hover:before {
  background-color: #666;
}
#g-try .g-form a.link-orange:hover i {
  border-color: transparent transparent transparent #666;
}
#g-try.is-animate .kv header h1 span {
  animation: se1 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes se1 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
#g-try.is-animate .kv header h1 span:nth-of-type(1) {
  animation-delay: 0.63s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(2) {
  animation-delay: 0.66s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(3) {
  animation-delay: 0.69s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(4) {
  animation-delay: 0.72s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(5) {
  animation-delay: 0.75s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(6) {
  animation-delay: 0.78s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(7) {
  animation-delay: 0.81s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(8) {
  animation-delay: 0.84s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(9) {
  animation-delay: 0.87s !important;
}
#g-try.is-animate .kv header h1 span:nth-of-type(10) {
  animation-delay: 0.9s !important;
}
#g-try.is-animate .kv header u {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#g-try.is-animate .kv header dl dt {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#g-try.is-animate .kv header dl dd p {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#g-try.is-animate .wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
#t-store-list {
  clear: both;
  width: 100%;
  display: none;
}
#t-store-list input[type=radio] + label {
  display: block;
  border: 1px solid #bfbfbf;
  background: #f2f2f2;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px 10px 10px 80px;
}
#t-store-list input[type=radio] + label:nth-of-type(2) {
  margin-top: 0;
}
#t-store-list input[type=radio] + label:hover {
  background-color: #fff;
}
#t-store-list input[type=radio] + label:before {
  background-color: #fff;
}
#t-store-list input[type=radio] + label:before, #t-store-list input[type=radio] + label:after {
  top: 50%;
  left: 15px;
  margin-top: -23px;
}
#t-store-list input[type=radio] + label p {
  font-size: 18px;
}
#t-store-list.active {
  display: block;
}

#g-footer {
  clear: both;
  font-weight: 200;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 15px;
}
#g-footer p.note {
  letter-spacing: 0;
  margin: 20px;
}

#g-gotop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: fixed;
  bottom: -50px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  transition: 0.2s;
  background-color: rgba(68, 78, 84, 0.2);
}
#g-gotop.active {
  bottom: 20px;
}
#g-gotop:hover {
  transform: scale(1.1);
}
#g-gotop .icon-arrow {
  width: 30px;
  height: 30px;
  background: url(../img/if_forward_fff.svg);
  background-size: cover;
  display: block;
  transform: rotate(270deg) translate(-10px, 10px);
  animation: gotop 0.25s infinite alternate;
}
@keyframes gotop {
  0% {
    transform: rotate(270deg) translate(-5px, 10px);
  }
  100% {
    transform: rotate(270deg) translate(-10px, 10px);
  }
}

.pause-msg {
  margin: 120px 5%;
}
.pause-msg h2 {
  font-size: 40px;
  line-height: 2;
}
.pause-msg p {
  font-size: 20px;
}

@media screen and (max-width: 1300px) {
  #g-logo {
    width: 12vw;
  }

  #g-try {
    background-size: 160%;
  }
  #g-try .kv {
    height: 29vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1100px) {
  #g-try .wrap header h1 {
    font-size: 5.2vw;
  }
  #g-try .wrap header p {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  #g-logo {
    width: 25vw;
  }

  #g-try {
    background: url(../img/bg-m.jpg?v1) no-repeat center top;
    background-size: 100%;
  }
  #g-try .kv {
    height: 0;
    padding-bottom: 140%;
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  #g-try .kv header {
    width: 73%;
    margin-left: 15%;
    padding-top: 65.2%;
    text-align: left;
  }
  #g-try .kv header .logo-yokohama {
    width: 31vw;
    height: 5.3vw;
  }
  #g-try .kv header h1 {
    font-size: 8.6vw;
  }
  #g-try .kv header u {
    font-size: 6vw;
  }
  #g-try .kv header u b {
    font-size: 9vw;
    margin: 0 1vw 0 1.5vw;
  }
  #g-try .kv header u b span {
    font-size: 6vw;
  }
  #g-try .kv header dl dt {
    font-size: 3.3vw;
  }
  #g-try .kv header dl dd p {
    font-size: 3.3vw;
  }
  #g-try .wrap header {
    padding: 0 5% 5%;
  }
  #g-try .wrap header h1 {
    line-height: 1.2;
    padding: 20px 0;
    font-size: 5vw;
    padding-bottom: 2%;
    letter-spacing: 0;
  }
  #g-try .wrap header p {
    font-size: 15px;
    line-height: 1.5;
  }
  #g-try .g-form li.w50 {
    width: 100%;
  }

  .is-m {
    display: block;
  }

  .is-pc {
    display: none;
  }

  #msg-alert .msg-content header {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #msg-privacy header {
    font-size: 8vw;
  }
  #msg-privacy .msg-content {
    font-size: 13px;
    padding: 20px;
  }

  .msg-box.is-active .msg-wrap > .close {
    transform: scale(0.6);
    right: -20px;
  }

  .pause-msg {
    margin: 120px 15%;
  }
  .pause-msg h2 {
    font-size: 7vw;
  }
  .pause-msg p {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 15px;
  }

  #g-try .wrap {
    padding-bottom: 0;
  }
  #g-try .g-form {
    margin: 10px auto;
  }
  #g-try .g-form li {
    font-size: 15px;
    padding: 7px 4%;
  }
  #g-try .g-form li span.star {
    font-size: 17px;
  }
  #g-try .g-form li label {
    font-size: 20px;
  }
  #g-try .g-form li label span {
    font-size: 15px;
  }
  #g-try .g-form li input {
    font-size: 20px;
    padding: 5px;
  }
  #g-try .g-form li select {
    font-size: 20px;
    padding: 5px;
  }
  #g-try .g-form li textarea {
    font-size: 20px;
    height: 100px;
    padding: 5px;
  }
  #g-try .g-form li input[type=checkbox] + label {
    padding-left: 45px;
    font-size: 15px;
    padding-top: 5px;
  }
  #g-try .g-form li input[type=radio] + label:before,
#g-try .g-form li input[type=radio] + label:after,
#g-try .g-form li input[type=checkbox] + label:before,
#g-try .g-form li input[type=checkbox] + label:after {
    width: 30px;
    height: 30px;
  }
  #g-try .g-form a.link-orange {
    margin-top: 20px;
    font-size: 15px;
  }
  #g-try .g-form a.link-orange i {
    border-width: 5px 0 5px 7px;
    margin-left: 5px;
  }

  #t-store-list input[type=radio] + label {
    padding-left: 60px;
  }
  #t-store-list input[type=radio] + label p {
    font-size: 13px;
  }

  #g-try .g-form #star-note {
    font-size: 15px;
    top: 9px;
  }

  .g-bt-1 {
    width: 100%;
    min-width: auto;
    font-size: 25px;
  }

  #g-footer {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 321px) {
  #kv .g-bt-1 {
    font-size: 16px;
  }
}