@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
.tryuq {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/*
body {
  margin: 0;
}
*/
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
.tryuq article,
.tryuq aside,
.tryuq details,
.tryuq figcaption,
.tryuq figure,
.tryuq footer,
.tryuq header,
.tryuq hgroup,
.tryuq main,
.tryuq menu,
.tryuq nav,
.tryuq section,
.tryuq summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
.tryuq audio,
.tryuq canvas,
.tryuq progress,
.tryuq video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
.tryuq audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
.tryuq template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
.tryuq a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
.tryuq a:active,
.tryuq a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
.tryuq abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
.tryuq b,
.tryuq strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
.tryuq dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
.tryuq h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
.tryuq mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
.tryuq small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
.tryuq sub,
.tryuq sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.tryuq sup {
  top: -0.5em; }

.tryuq sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
.tryuq img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
.tryuq svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
.tryuq figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
.tryuq hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
.tryuq pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
.tryuq code,
.tryuq kbd,
.tryuq pre,
.tryuq samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
.tryuq button,
.tryuq input,
.tryuq optgroup,
.tryuq select,
.tryuq textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
.tryuq button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
.tryuq button,
.tryuq select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
.tryuq button,
.tryuq html input[type="button"],
.tryuq input[type="reset"],
.tryuq input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
.tryuq button[disabled],
html .tryuq input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
.tryuq button::-moz-focus-inner,
.tryuq input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
.tryuq input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
.tryuq input[type="checkbox"],
.tryuq input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.tryuq input[type="number"]::-webkit-inner-spin-button,
.tryuq input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
.tryuq input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
.tryuq input[type="search"]::-webkit-search-cancel-button,
.tryuq input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
.tryuq fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
.tryuq legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
.tryuq textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
.tryuq optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
.tryuq table {
  border-collapse: collapse;
  border-spacing: 0; }

.tryuq td,
.tryuq th {
  padding: 0; }

/*基本設定-----------------------------------------------------------------------------------------------------------------*/
/* --------------------
リセット
-------------------- */
.tryuq h1, .tryuq h2, .tryuq h3, .tryuq h4, .tryuq h5, .tryuq h6, .tryuq p, .tryuq div, .tryuq ul, .tryuq ol, .tryuq li, .tryuq label, .tryuq dl, .tryuq dt, .tryuq dd {
  margin: 0;
  padding: 0;
  list-style: none; }

/* --------------------
HTML5
-------------------- */
.tryuq article, .tryuq aside, .tryuq details, .tryuq figcation, .tryuq figure, .tryuq footer, .tryuq header, .tryuq hgroup, .tryuq menu, .tryuq nav, .tryuq section, .tryuq time {
  margin: 0;
  padding: 0;
  display: block; }

/* --------------------
タグ
-------------------- */
/*
html {
	overflow-y:scroll;
}
*/
.tryuq {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.01em; }

/* ieのみ拡大縮小時にPX指定だと可変しないため%で指定する */
.tryuq.msie {
  font-size: 100%;
  letter-spacing: normal; }

.tryuq img {
  border: none;
  vertical-align: bottom; }

.tryuq table {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; }

.tryuq table tr {
  vertical-align: top; }

.tryuq table td,
.tryuq table th {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-weight: normal; }

.tryuq input, .tryuq button, .tryuq textarea, .tryuq select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* text */
.tryuq input::-ms-clear {
  visibility: hidden; }

/* password */
.tryuq input::-ms-reveal {
  visibility: hidden; }

/* テキストエリアのりサイズ縦のみ可 */
.tryuq textarea {
  resize: vertical; }

/*汎用要素-----------------------------------------------------------------------------------------------------------------*/
/* --------------------
太字
-------------------- */
.tryuq .weight-bold {
  font-weight: bold; }

.tryuq .weight-normal {
  font-weight: normal; }

/* --------------------
揃え方
-------------------- */
.tryuq .txt-left {
  text-align: left; }

.tryuq .txt-right {
  text-align: right; }

.tryuq .txt-center {
  text-align: center; }

.tryuq .txt-justfy {
  text-align: justify;
  text-justify: inter-ideograph; }

/* --------------------
インデント
-------------------- */
.tryuq .txt-indent {
  padding-left: 1em;
  text-indent: -1em; }

/* --------------------
フロート
-------------------- */
.tryuq .float-left {
  float: left; }

.tryuq .float-right {
  float: right; }

/* --------------------
clearfix
-------------------- */
/* clear */
.tryuq .clear {
  clear: both; }

/* clearfix */
.tryuq .clearfix:after {
  height: 0;
  content: "";
  clear: both;
  display: block;
  visibility: hidden; }

* html .tryuq .clearfix {
  zoom: 1; }

/*共通設定-----------------------------------------------------------------------------------------------------------------*/
/* --------------------
追加タグ設定
-------------------- */
body {
  height: 100%;
  width: 100%; }

body.fixed {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%; }

#uq-pagetop {
  bottom: 11%; }

#fnav,
.glnav-entry-block {
  display: none !important; }

.tryuq {
  min-width: 1px;
  background: #ffffff;
  color: #2b2b2b;
  font-family: "新ゴ R", "Shin Go Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  height: 100%;
  line-height: 1.5;
  padding-bottom: 60px;
  width: 100%;
  /* リンクテキストの設定 */ }
  .tryuq .container {
    margin: 0 auto; }
  .tryuq a {
    text-decoration: underline;
    cursor: pointer; }
  .tryuq a:link,
  .tryuq a:visited {
    color: #003399; }
  .tryuq a:hover,
  .tryuq a:active {
    color: #376cd6;
    text-decoration: none; }
  .tryuq .hover {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .tryuq .hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .tryuq img, .tryuq picture {
    width: 100%;
    height: auto; }
  .tryuq .disp_pc {
    display: inline-block; }
  .tryuq .disp_tb {
    display: none; }
  .tryuq .disp_sp {
    display: none; }
  .tryuq .disp_pc-tb {
    display: inline-block; }
  .tryuq .disp_tb-sp {
    display: none; }
  .tryuq .txt_link {
    background: url(../images/ar_r_p.svg) no-repeat left center;
    -webkit-background-size: 8px auto;
            background-size: 8px auto;
    padding-left: 12px; }
  .tryuq .txt_link_outer {
    position: relative; }
  .tryuq .txt_link_outer:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/ico_outer_w.svg) no-repeat left center;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    margin-left: 3px; }
  .tryuq .txt_link_s {
    background: url(../images/ar_r_p.svg) no-repeat 3px center;
    -webkit-background-size: 5px auto;
            background-size: 5px auto;
    padding-left: 10px; }
  .tryuq .txt_link_s_outer {
    position: relative; }
  .tryuq .txt_link_s_outer:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/ico_outer_w.svg) no-repeat left center;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    margin: 0 2px; }
  .tryuq .scroll_fade {
    opacity: 0; }

@media screen and (min-width: 769px) and (max-width: 980px) {
  .tryuq {
    min-width: 2px; }
    .tryuq .disp_pc {
      display: none; }
    .tryuq .disp_tb {
      display: inline-block; }
    .tryuq .disp_sp {
      display: none; }
    .tryuq .disp_pc-tb {
      display: inline-block; }
    .tryuq .disp_tb-sp {
      display: inline-block; }
    .tryuq .hover:hover {
      opacity: 1;
      filter: alpha(opacity=100); } }

@media screen and (min-width: 0px) and (max-width: 768px) {
  .uq-globalfooter__cr {
    padding-bottom: 100px !important; }
  .tryuq {
    min-width: 3px; }
    .tryuq .disp_pc {
      display: none; }
    .tryuq .disp_tb {
      display: none; }
    .tryuq .disp_sp {
      display: inline-block; }
    .tryuq .disp_pc-tb {
      display: none; }
    .tryuq .disp_tb-sp {
      display: inline-block; }
    .tryuq .hover:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .tryuq .txt_link {
      -webkit-background-size: 6px auto;
              background-size: 6px auto;
      padding-left: 10px; }
    .tryuq .txt_link_outer:after {
      width: 10px;
      height: 10px;
      margin-left: 2px; } }

/* モーダル コンテンツ */
.modal_contents {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  z-index: 1002; }
  .modal_contents iframe {
    width: 100%;
    height: 100%;
    overflow-y: scroll; }

#modal_close {
  display: none;
  background: url(../images/modal_close.png) no-repeat left top;
  -webkit-background-size: 53px 53px;
          background-size: 53px;
  position: fixed;
  width: 52px;
  height: 83px;
  right: 20px;
  top: 20px;
  z-index: 1010;
  cursor: pointer; }

#modal_close.tb {
  background: url(../images/modal_close.png) no-repeat left top;
  -webkit-background-size: 40px 40px;
          background-size: 40px;
  width: 40px;
  height: 63px;
  right: 10px;
  top: 10px; }

#modal_bg {
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001; }

/*
#modal_loading {
	width: 50px;
	position: absolute;
	left: 50%;
	top: 42%;// 120%のセンター
	margin: -25px 0 0 -25px;
	display: none;

	img{
		width: 100%;
		height: auto;
		display: block;
	}
}
*/
.modal_yt {
  background-color: #000000; }

#player1,
#player2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.modal_img img {
  width: 100%;
  height: auto; }

.modal_grp img,
.modal_grp iframe {
  position: relative;
  display: none;
  width: 100%;
  height: auto; }

.modal_grp .show {
  display: block; }

.modal_ar {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 35%;
  z-index: 1003;
  background: url(../images/blank.gif) repeat left top; }
  .modal_ar .ar {
    width: 46px;
    height: 46px;
    position: absolute;
    margin-top: -23px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.modal_ar.show {
  display: block; }

.modal_ar_prev {
  left: 0;
  top: 0; }
  .modal_ar_prev .ar {
    background: url(/mobile/beginner/tryuqmobile/images/images/modal_ar_prev.png) no-repeat left top;
    -webkit-background-size: 46px 46px;
            background-size: 46px;
    left: 20px;
    top: 50%; }

.modal_ar_prev:hover .ar {
  opacity: 1;
  filter: alpha(opacity=100); }

.modal_ar_next {
  right: 0;
  top: 0; }
  .modal_ar_next .ar {
    background: url(/mobile/beginner/tryuqmobile/images/modal_ar_next.png) no-repeat left top;
    -webkit-background-size: 46px 46px;
            background-size: 46px;
    right: 20px;
    top: 50%; }

.modal_ar_next:hover .ar {
  opacity: 1;
  filter: alpha(opacity=100); }

.modal_grp_num {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #ffffff;
  font-size: 100%; }

.modal_yt {
  height: auto; }

@media screen and (max-width: 980px) {
  .modal_ar {
    display: none; }
    .modal_ar .ar {
      width: 23px;
      height: 23px;
      position: absolute;
      margin-top: -11px;
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .modal_ar_prev .ar {
    background: url(/mobile/beginner/tryuqmobile/images/modal_ar_prev.png) no-repeat left top;
    -webkit-background-size: 23px 23px;
            background-size: 23px;
    left: 10px;
    top: 50%; }
  .modal_ar_prev:hover .ar {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .modal_ar_next .ar {
    background: url(/mobile/beginner/tryuqmobile/images/modal_ar_next.png) no-repeat left top;
    -webkit-background-size: 23px 23px;
            background-size: 23px;
    right: 10px;
    top: 50%; }
  .modal_ar_next:hover .ar {
    opacity: 0.6;
    filter: alpha(opacity=60); } }

@media screen and (max-width: 768px) {
  #modal_close {
    display: none;
    -webkit-background-size: 40px 40px;
            background-size: 40px;
    width: 40px;
    height: 63px;
    left: 10px;
    right: auto;
    top: 10px;
    z-index: 1010;
    cursor: pointer; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/common2/js/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
/*
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.tryuq .slick-dots {
  bottom: -25px;
  font-size: 0;
  letter-spacing: -1em;
  word-spacing: 0.1em; }
  .tryuq .slick-dots li {
    letter-spacing: normal;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 6px;
    margin: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .tryuq .slick-dots li button {
      width: 100%;
      height: 100%; }
    .tryuq .slick-dots li button:before {
      content: ''; }
  .tryuq .slick-dots li:before {
    content: ''; }
  .tryuq .slick-dots li.slick-active {
    background: #e4007f;
    cursor: default; }
    .tryuq .slick-dots li.slick-active button {
      cursor: default; }

.tryuq .slide-arrow {
  position: absolute;
  width: 14px;
  height: 22px;
  z-index: 1;
  cursor: pointer; }

.tryuq .prev-arrow {
  left: -25px;
  top: 50%;
  margin-top: -11px; }

.tryuq .next-arrow {
  right: -25px;
  top: 50%;
  margin-top: -11px; }

.tryuq .btn_outer {
  display: inline-block;
  min-width: 406px;
  margin: 0 auto;
  font-size: 100%;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffe4f3;
  border: 2px solid #e4007f;
  color: #e4007f;
  text-decoration: none;
  position: relative;
  border-radius: 25px; }

.tryuq .btn_outer:link,
.tryuq .btn_outer:visited {
  color: #e4007f;
  text-decoration: none; }

.tryuq .btn_outer:before {
  content: '';
  background: url(../images/ico_outer_w.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px; }

.tryuq .btn_outer_l {
  font-size: 125%;
  min-width: 570px;
  padding: 15px 40px;
  border-radius: 40px; }

.tryuq .btn_intro {
  display: inline-block;
  margin: 60px auto 0;
  font-size: 100%;
  color: #ffffff;
  background: #000000;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 406px;
  border-radius: 25px;
  position: relative; }

.tryuq .btn_intro:link,
.tryuq .btn_intro:visited {
  color: #ffffff;
  text-decoration: none; }

.tryuq .btn_intro:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../images/ar_r_w.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 6px;
  height: 10px;
  margin-top: -5px; }

.tryuq .btn_anchor {
  display: inline-block;
  margin: 40px auto 0;
  min-width: 570px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 40px;
  background: #e4007f;
  border-radius: 40px;
  position: relative; }
  .tryuq .btn_anchor span {
    display: block;
    width: 338px;
    margin: 0 auto; }

.tryuq .btn_anchor:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  background: url(../images/ar_d_w.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 16px;
  height: 10px;
  margin-top: -5px; }

.tryuq .btn_anchor-top:before {
  background: url(../images/ar_u_w.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain; }

.tryuq .btn_conv-web {
  display: inline-block;
  margin: 30px auto 0;
  min-width: 630px;
  height: 102px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px 0 70px;
  background: #e4007f;
  border-radius: 60px;
  position: relative; }
  .tryuq .btn_conv-web .txt {
    display: block;
    width: 375px;
    margin: 0 auto; }
  .tryuq .btn_conv-web .ico {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 112px;
    height: auto;
    margin-top: -31px; }

.tryuq .btn_conv-web:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  background: url(../images/ico_outer_p.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: -10px; }

.tryuq .btn_conv-shop {
  display: inline-block;
  margin: 20px auto 0;
  min-width: 630px;
  height: 102px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 40px 0;
  background: #e4007f;
  border-radius: 60px;
  position: relative; }
  .tryuq .btn_conv-shop .txt {
    display: block;
    width: 339px;
    margin: 0 auto; }
  .tryuq .btn_conv-shop .ico {
    position: absolute;
    top: 50%;
    left: 49px;
    width: 54px;
    height: auto;
    margin-top: -31px; }

.tryuq .btn_conv-shop:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 38px;
  background: url(../images/ar_r_w.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  width: 12px;
  height: 20px;
  margin-top: -10px; }

.tryuq .loading {
  position: fixed;
  width: 100%;
  height: 120%;
  min-width: 320px;
  z-index: 100;
  background: #efefef;
  -webkit-transition: all .8s;
  transition: all .8s; }

.tryuq .loading.hide {
  opacity: 0; }

.tryuq .loading_ico {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 41.6%;
  margin-left: -25px;
  margin-top: -25px; }

.tryuq .bottom {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 10px 0;
  display: none; }

.tryuq .bottom_in {
  width: 980px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }
  .tryuq .bottom_in li {
    display: inline-block;
    margin-left: 5px;
    letter-spacing: normal; }
    .tryuq .bottom_in li a {
      font-size: 18px;
      text-decoration: none;
      display: block;
      border-radius: 40px;
      color: #ffffff;
      padding: 10px 60px;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .tryuq .bottom_in li:first-child {
    margin-left: 0; }
  .tryuq .bottom_in .bottom_entry-web a {
    background: #e4007f; }
  .tryuq .bottom_in .bottom_entry-web a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../images/ar_d_w.svg) no-repeat left center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 10px;
    height: 6px;
    margin-top: -3px; }
  .tryuq .bottom_in .bottom_entry-shop a {
    background: #e4007f; }
  .tryuq .bottom_in .bottom_entry-shop a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../images/ar_d_w.svg) no-repeat left center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 10px;
    height: 6px;
    margin-top: -3px; }
  .tryuq .bottom_in .bottom_wimax a {
    background: #0099ff; }
  .tryuq .bottom_in .bottom_wimax a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../images/ar_r_w.svg) no-repeat left center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 6px;
    height: 10px;
    margin-top: -5px; }

.tryuq .kv {
  width: 100%;
  height: 696px;
  position: relative; }

.tryuq .kv_img {
  width: 1800px;
  height: auto;
  font-size: 1px;
  line-height: 0;
  position: absolute;
  left: calc(50% - 900px);
  top: 0; }
  .tryuq .kv_img img {
    width: 100%;
    height: auto; }

.tryuq .tab {
  width: 980px;
  margin: -74px auto 0;
  position: relative;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }
  .tryuq .tab li {
    width: 465px;
    height: 137px;
    border-radius: 20px 20px 0 0;
    display: inline-block;
    letter-spacing: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: bottom;
    position: relative; }
    .tryuq .tab li .ico {
      width: 234px;
      position: absolute;
      left: 50%;
      margin-left: -117px;
      top: -97px; }
  .tryuq .tab .tab_mob {
    margin-right: 14px; }
    .tryuq .tab .tab_mob a {
      background: #e4007f;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      border-radius: 20px 20px 0 0;
      padding-top: 35px;
      height: 100%;
      -webkit-transition: all .1s ease-in;
      transition: all .1s ease-in;
      margin-top: 3px; }
    .tryuq .tab .tab_mob .txt {
      display: block;
      width: 367px;
      margin: 0 auto; }
  .tryuq .tab .tab_mob:hover a {
    margin-top: 0; }
  .tryuq .tab .tab_wmx a {
    background: #ffffff;
    border-top: 3px solid #0099ff;
    border-right: 3px solid #0099ff;
    border-left: 3px solid #0099ff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border-radius: 20px 20px 0 0;
    padding-top: 35px;
    height: 100%;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    margin-top: 3px; }
  .tryuq .tab .tab_wmx .txt {
    display: block;
    width: 330px;
    margin: 0 auto; }
  .tryuq .tab .tab_wmx:hover a {
    margin-top: 0;
    background: #eaf7ff; }

.tryuq .tab:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: #e4007f;
  border-radius: 3px;
  z-index: 1; }

.tryuq .read {
  width: 100%;
  padding: 100px 0 0;
  position: relative; }

.tryuq .read_img {
  visibility: hidden;
  opacity: 0;
  width: 1240px;
  height: 651px;
  margin: 0 auto;
  background: url(../images/read_img_l.jpg) no-repeat left top, url(../images/read_img_r.jpg) no-repeat right top;
  position: absolute;
  left: calc(50% - 600px);
  top: calc(50% - 300px); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tryuq .read_img {
    background: url(../images/read_img_l@2x.jpg) no-repeat left top, url(../images/read_img_r@2x.jpg) no-repeat right top;
    -webkit-background-size: 297px auto, 312px, auto;
            background-size: 297px auto, 312px, auto; } }

.tryuq .read_txt {
  max-width: 591px;
  width: 96%;
  margin: 0 auto;
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.tryuq .read_txt:before {
  content: '';
  width: 100%;
  height: 20px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0 );
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.tryuq .read_btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.05;
  line-height: 1.4;
  color: #ffffff;
  padding: 4px 0 5px;
  width: 140px;
  background: #000000;
  border-radius: 30px;
  margin-top: 40px;
  position: relative; }

.tryuq .read_btn:after {
  content: '';
  width: 8px;
  height: 25px;
  background: url(../images/ar_read_btn.svg) no-repeat left top;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  position: absolute;
  left: 50%;
  top: -25px;
  display: none; }

.tryuq .read_btn:before {
  content: '';
  width: 8px;
  height: 25px;
  background: url(../images/ar_read_btn.svg) no-repeat left top;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -25px; }

.tryuq .read.open .read_txt:before {
  display: none; }

.tryuq .read.open .read_btn {
  margin-top: 60px; }

.tryuq .read.open .read_btn:after {
  display: block; }

.tryuq .read.open .read_btn:before {
  display: none; }

.tryuq .intro_in {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0; }

.tryuq .intro_share {
  border-radius: 10px;
  border: 2px solid #efefef;
  background: #efefef;
  width: 820px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding: 10px; }

.tryuq .intro_share_txt {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 20px; }

.tryuq .intro_share_btn {
  display: inline-block;
  vertical-align: middle; }
  .tryuq .intro_share_btn li {
    width: 100px;
    height: 40px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 5px; }
    .tryuq .intro_share_btn li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 5px; }
    .tryuq .intro_share_btn li img {
      width: auto;
      height: 100%; }
  .tryuq .intro_share_btn .fb a {
    background: #3b5998; }
  .tryuq .intro_share_btn .tw {
    margin-left: 10px; }
    .tryuq .intro_share_btn .tw a {
      background: #32a7e0; }
  .tryuq .intro_share_btn .ln {
    margin-left: 10px; }
    .tryuq .intro_share_btn .ln a {
      background: #00b500; }
  .tryuq .intro_share_btn .ua_get {
    display: none; }
  .tryuq .intro_share_btn .ua_get.tb,
  .tryuq .intro_share_btn .ua_get.sp {
    display: inline-block; }

.tryuq .intro_logo {
  width: 621px;
  margin: 30px auto 0; }

.tryuq .intro_head {
  width: 813px;
  margin: -40px auto 0; }

.tryuq .intro_col {
  width: 820px;
  margin: 40px auto 0;
  position: relative; }
  .tryuq .intro_col .intro_col_in {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    border-radius: 20px;
    border: 2px solid #efefef;
    padding: 0 40px 20px; }
  .tryuq .intro_col .intro_col_in:first-child {
    margin-bottom: 40px; }
  .tryuq .intro_col .intro_col1 {
    margin-right: 20px; }

.tryuq .intro_col1_img {
  width: 645px;
  margin: -28px auto 0; }

.tryuq .intro_col2_img {
  width: 336px;
  margin: -28px auto 0; }

.tryuq .intro_notes {
  margin-top: 15px;
  font-size: 12px; }

.tryuq .intro_notes_s {
  margin-top: 10px;
  text-align: left; }
  .tryuq .intro_notes_s li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px; }

.tryuq .intro_read {
  max-width: 695px;
  margin: 30px auto 0; }

.tryuq .intro_graph {
  max-width: 696px;
  margin: 30px auto 0; }

.tryuq .about {
  background: #efefef; }

.tryuq .about_in {
  width: 980px;
  padding: 60px 0;
  margin: 0 auto; }

.tryuq .about_ttl {
  width: 482px;
  margin: 0 auto; }

.tryuq .about_list_box_outer {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin-top: 20px; }

.tryuq .about_list_box {
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  vertical-align: bottom;
  position: relative; }

.tryuq .about_list_box_saving {
  font-size: 12px;
  line-height: 1.2;
  color: #e4007f;
  margin-bottom: 10px; }

.tryuq .about_list {
  text-align: center;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }
  .tryuq .about_list li {
    display: inline-block;
    letter-spacing: normal;
    width: 236px;
    margin-left: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    font-size: 14px;
    vertical-align: top;
    background: #ffffff; }
  .tryuq .about_list li:not(:first-child) {
    margin-left: 12px; }

.tryuq .about_list_icon {
  display: block;
  width: 140px;
  margin: 0 auto 10px; }

.tryuq .about_list_box_01 {
  margin: 0 12px 90px 0;
  height: 293px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 34px; }

.tryuq .about_list_box_02 {
  margin: 0 0 90px;
  height: 293px; }

.tryuq .about_list_box_03 {
  margin-right: 12px; }

.tryuq .about_list_box_01_ttl {
  width: 197px;
  margin: 0 auto 10px; }

.tryuq .about_list_box_02_ttl {
  width: 200px;
  margin: 0 auto 10px; }

.tryuq .about_list_box_03_ttl {
  width: 175px;
  margin: 0 auto 10px; }

.tryuq .about_list_box_04_ttl {
  width: 160px;
  margin: 0 auto 10px; }

.tryuq .about_list_box_txt {
  font-size: 100%; }

.tryuq .about_list_box_notes {
  text-align: left;
  margin: 5px auto 0;
  width: 484px; }
  .tryuq .about_list_box_notes li {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 10px;
    margin-right: 5px; }

.tryuq .btn_saving {
  display: inline-block;
  min-width: 240px;
  font-size: 14px;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffe4f3;
  border: 2px solid #e4007f;
  color: #e4007f;
  text-decoration: none;
  position: relative;
  border-radius: 25px;
  position: absolute;
  bottom: -86px;
  left: 50%;
  margin-left: -120px; }

.tryuq .btn_saving:link,
.tryuq .btn_saving:visited {
  color: #e4007f;
  text-decoration: none; }

.tryuq .btn_saving:before {
  content: '';
  background: url(../images/ico_outer_w.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px; }

.tryuq .products {
  padding: 60px 0;
  margin: 0 auto;
  position: relative; }

.tryuq .products_ttl {
  width: 507px;
  margin: 0 auto; }

.tryuq .products_nav {
  width: 570px;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin: 30px auto 40px; }
  .tryuq .products_nav li {
    display: inline-block;
    letter-spacing: normal;
    width: 280px; }
    .tryuq .products_nav li a {
      padding: 23px 0 24px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 40px;
      position: relative; }
    .tryuq .products_nav li a:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 30px;
      background: url(../images/ar_d_p.svg) no-repeat left center;
      -webkit-background-size: contain;
              background-size: contain;
      width: 16px;
      height: 10px;
      margin-top: -5px; }
  .tryuq .products_nav .products_nav_sp {
    margin-right: 10px; }
    .tryuq .products_nav .products_nav_sp a {
      display: block;
      border: 2px solid #e4007f;
      background: #ffe4f3; }
    .tryuq .products_nav .products_nav_sp .ico {
      position: absolute;
      top: 50%;
      left: 15px;
      width: 50px;
      height: 57px;
      margin-top: -28px; }
    .tryuq .products_nav .products_nav_sp .txt {
      display: block;
      width: 85px;
      margin: 0 auto; }
  .tryuq .products_nav .products_nav_sim a {
    display: block;
    border: 2px solid #e4007f;
    background: #ffefd9; }
  .tryuq .products_nav .products_nav_sim .ico {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 50px;
    height: 57px;
    margin-top: -28px; }
  .tryuq .products_nav .products_nav_sim .txt {
    display: block;
    width: 58px;
    margin: 0 auto; }

.tryuq .products_sp {
  background: #ffe4f3;
  padding: 40px 0; }

.tryuq .products_sp_in {
  width: 980px;
  margin: 0 auto; }

.tryuq .products_sp_ttl {
  width: 341px;
  margin: 0 auto; }

.tryuq .products_sp_head {
  font-size: 113%;
  color: #e4007f;
  margin: 15px 0; }

.tryuq .products_txt_sp {
  width: 148px;
  margin: 15px auto 20px; }

.tryuq .products_list_sp {
  margin-bottom: 50px;
  position: relative; }
  .tryuq .products_list_sp .col {
    position: relative;
    list-style: none;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .tryuq .products_list_sp .col_in {
    padding: 40px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    margin: 0 5px; }

.tryuq .products_list_new {
  position: absolute;
  top: 0;
  left: 20px;
  width: 13.13%;
  border-radius: 0; }

.tryuq .products_list_img_sp {
  width: 15.31%;
  margin: 0 auto; }

.tryuq .products_list_name {
  display: block;
  color: #e4007f;
  font-size: 107%;
  margin: 20px auto 0; }

.tryuq .products_list_caption {
  display: block;
  font-size: 75%; }

.tryuq .products_list_btn {
  display: block;
  margin: 20px auto 0;
  font-size: 88%; }
  .tryuq .products_list_btn a {
    border: 1px solid #666;
    background: #fff;
    color: #2c2c2c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 8px 40px;
    border-radius: 30px;
    text-decoration: none;
    vertical-align: top;
    text-align: center; }
  .tryuq .products_list_btn a:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/ico_outer_b.svg) no-repeat;
    -webkit-background-size: 10px auto;
            background-size: 10px auto; }

.tryuq .products_sim {
  background: #ffefd9;
  padding: 40px 0; }

.tryuq .products_sim_in {
  width: 980px;
  margin: 0 auto; }

.tryuq .products_sim_ttl {
  width: 315px;
  margin: 0 auto; }

.tryuq .products_sim_read {
  margin-top: 30px; }

.tryuq .products_sim_txt {
  width: 504px;
  margin: 30px auto; }

.tryuq .products_list_sim {
  background: #ffffff;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  width: 100%;
  border: 2px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  margin-bottom: 40px; }
  .tryuq .products_list_sim li {
    display: inline-block;
    letter-spacing: normal;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .tryuq .products_list_sim li:not(:first-child) {
    border-left: 2px solid #efefef; }

.tryuq .products_list_img_sim {
  width: 19.59%;
  margin: 20px auto 0; }

.tryuq .products_notes {
  width: 980px;
  border: 1px solid #cccccc;
  text-align: left;
  padding: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 0; }
  .tryuq .products_notes li {
    font-size: 88%; }
  .tryuq .products_notes li:not(:first-child) {
    margin-top: 5px; }

.tryuq .products_btn {
  background: #ffffff; }

.tryuq .voice {
  background: #efefef; }

.tryuq .voice_in {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0; }

.tryuq .voice_ttl {
  max-width: 426px;
  margin: 0 auto; }

.tryuq .voice_list {
  width: 100%;
  position: relative;
  margin: 40px 0 50px;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }
  .tryuq .voice_list li {
    margin-top: 30px; }
  .tryuq .voice_list li:first-child {
    margin-top: 0; }

.tryuq .voice_list_img,
.tryuq .voice_list_comment {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top; }

.tryuq .voice_list_img {
  width: 266px;
  position: relative;
  z-index: 0; }

.tryuq .voice_list_comment {
  width: 630px;
  background: #ffffff;
  padding: 40px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1; }
  .tryuq .voice_list_comment .comment {
    font-size: 18px;
    line-height: 1.8;
    text-align: left; }
  .tryuq .voice_list_comment .type {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 30px;
    bottom: 20px; }

.tryuq .voice_list_01 .voice_list_comment,
.tryuq .voice_list_03 .voice_list_comment,
.tryuq .voice_list_05 .voice_list_comment {
  margin-left: -30px; }

.tryuq .voice_list_01 .voice_list_comment:before,
.tryuq .voice_list_03 .voice_list_comment:before,
.tryuq .voice_list_05 .voice_list_comment:before {
  content: '';
  position: absolute;
  left: 44px;
  bottom: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 30px 0 0;
  border-color: #ffffff transparent transparent transparent; }

.tryuq .voice_list_02 .voice_list_comment,
.tryuq .voice_list_04 .voice_list_comment {
  margin-right: -30px; }

.tryuq .voice_list_02 .voice_list_comment:before,
.tryuq .voice_list_04 .voice_list_comment:before {
  content: '';
  position: absolute;
  right: 44px;
  bottom: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 26px 0;
  border-color: transparent #ffffff transparent transparent; }

.tryuq .conv {
  background: #ffffff;
  padding: 60px 0;
  position: relative; }

.tryuq .conv_in {
  width: 980px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }

.tryuq .conv_ttl {
  width: 723px;
  margin: 0 auto; }

.tryuq .conv_stock {
  margin: 10px auto 0; }

.tryuq .conv_notes {
  text-align: left;
  font-size: 63%;
  color: #666666;
  margin: 10px auto 0 50%;
  width: 100%; }
  .tryuq .conv_notes li {
    margin-left: -31%;
    padding-left: 1em;
    text-indent: -1em; }

.tryuq .conv_main_col {
  background: #efefef;
  border-radius: 10px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px auto 0;
  text-align: left;
  width: 680px; }

.tryuq .conv_main_date {
  font-size: 100%;
  margin: 0;
  text-align: center; }

.tryuq .conv_main_details {
  font-size: 63%; }

.tryuq .conv_main_present {
  background: #ffe4f3;
  display: block;
  border-radius: 50px;
  width: 231px;
  border: 3px solid #e4007f;
  padding: 12px 40px 14px;
  margin: 5px auto 0;
  font-size: 0; }

.tryuq .flow {
  width: 100%;
  padding: 60px 0;
  background: #efefef; }

.tryuq .flow_in {
  width: 980px;
  margin: 0 auto; }

.tryuq .flow_ttl {
  width: 456px;
  margin: 0 auto; }

.tryuq .flow_list {
  zoom: 1;
  margin-top: 50px; }
  .tryuq .flow_list:before, .tryuq .flow_list:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .tryuq .flow_list:after {
    clear: both; }

.tryuq .flow_list_step {
  position: relative;
  width: 31.63%;
  float: left;
  list-style: none;
  text-align: left;
  border-radius: 20px; }

.tryuq .flow_list_step:not(:first-child) {
  margin-left: 2.55%; }

.tryuq .flow_list_step:not(:first-child):before {
  content: "";
  background: url(../images/flow_arrow_pc.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 25px;
  height: 44px;
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  margin: auto; }

.tryuq .flow_list_step_in {
  position: relative;
  width: 100%;
  min-height: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 6% 20px;
  border: 2px solid #e2007e;
  border-radius: 20px; }

.tryuq .flow_list_num {
  position: absolute;
  width: 64px;
  left: 12px;
  top: -10px; }

.tryuq .flow_list_01 {
  background: url(../images/flow_01_ico.png) no-repeat 90% 20px #ffffff;
  -webkit-background-size: 56px auto;
          background-size: 56px auto; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tryuq .flow_list_01 {
    background: url(../images/flow_01_ico@2x.png) no-repeat 90% 20px #ffffff;
    -webkit-background-size: 56px auto;
            background-size: 56px auto; } }

.tryuq .flow_list_02 {
  background: url(../images/flow_02_ico.png) no-repeat 90% 20px #ffffff;
  -webkit-background-size: 65px auto;
          background-size: 65px auto; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tryuq .flow_list_02 {
    background: url(../images/flow_02_ico@2x.png) no-repeat 90% 20px #ffffff;
    -webkit-background-size: 65px auto;
            background-size: 65px auto; } }

.tryuq .flow_list_03 {
  background: url(../images/flow_03_ico.png) no-repeat 90% 20px #ffffff;
  -webkit-background-size: 76px auto;
          background-size: 76px auto; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tryuq .flow_list_03 {
    background: url(../images/flow_03_ico@2x.png) no-repeat 90% 20px #ffffff;
    -webkit-background-size: 76px auto;
            background-size: 76px auto; } }

.tryuq .flow_list_01_head {
  font-size: 0;
  width: 142px; }

.tryuq .flow_list_02_head {
  font-size: 0;
  width: 145px; }

.tryuq .flow_list_03_head {
  font-size: 0;
  width: 86px; }

.tryuq .flow_list_ttl {
  font-size: 100%;
  color: #e4007f;
  line-height: 1.4;
  margin-top: 10px; }

.tryuq .flow_list_notes {
  margin-top: 10px; }
  .tryuq .flow_list_notes li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 75%; }

.tryuq .flow_list_notes.out {
  position: absolute;
  left: 0;
  bottom: -22px; }
  .tryuq .flow_list_notes.out li {
    font-size: 63%; }

.tryuq .flow_list_txt {
  margin-top: 10px;
  font-size: 88%;
  line-height: 1.4; }

.tryuq .flow_btn {
  min-width: 0;
  width: 100%;
  margin-top: 10px;
  font-size: 88%;
  padding: 10px 30px;
  text-align: center; }

.tryuq .notes {
  background: #efefef; }

.tryuq .notes_ttl {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 125%;
  margin-bottom: 10px; }

.tryuq .notes_box {
  width: 980px;
  border: 2px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  height: 220px;
  overflow-y: scroll;
  display: block; }

.tryuq .notes_box_in {
  padding: 38px; }

.tryuq .notes_col-shop {
  margin-bottom: 40px; }

.tryuq .notes_col_ttl {
  font-size: 113%;
  margin-bottom: 10px; }

.tryuq .notes_midashi {
  margin-bottom: 5px; }

.tryuq .notes_txt {
  font-size: 75%;
  margin-bottom: 20px; }

.tryuq .notes_list {
  margin-bottom: 20px; }
  .tryuq .notes_list li {
    list-style: disc;
    font-size: 75%;
    margin: 0 0 5px 20px; }
    .tryuq .notes_list li .link-icon {
      width: 16px;
      vertical-align: middle; }

.tryuq .notes_list.mb0 {
  margin-bottom: 0; }

.tryuq .notes_list_in li {
  list-style: none;
  margin: 5px 0 0 0;
  font-size: 100%; }

.tryuq .entry {
  padding: 60px 0;
  background: #efefef; }

.tryuq .entry_txt {
  margin-bottom: 10px;
  font-size: 125%; }

.tryuq .entry_shop {
  text-align: center;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }
  .tryuq .entry_shop li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 16px; }
    .tryuq .entry_shop li a {
      background: #0c9b01;
      display: block;
      border-radius: 50px;
      width: 360px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px 35px 20px 45px;
      margin: 0 auto;
      color: #ffffff;
      text-decoration: none;
      position: relative; }
      .tryuq .entry_shop li a .ico_cart {
        display: block;
        width: 34px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -16px; }
      .tryuq .entry_shop li a .ico_shop {
        display: block;
        width: 31px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -16px; }
    .tryuq .entry_shop li a:before {
      content: '';
      width: 10px;
      height: 16px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -8px;
      background: url(../images/ar_r_w.svg) no-repeat left top; }
    .tryuq .entry_shop li a.outer:before {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -6px;
      background: url(../images/ico_outer_g.svg) no-repeat left top; }
  .tryuq .entry_shop li:first-child {
    margin-right: 20px; }

.tryuq .qa {
  width: 100%;
  padding: 60px 0 0; }

.tryuq .qa_in {
  width: 980px;
  margin: 0 auto; }

.tryuq .qa_ttl {
  width: 311px;
  margin: 0 auto; }

.tryuq .qa-toggle {
  width: 100%;
  margin: 40px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c1c1c1;
  text-align: left; }

.tryuq .qa-toggle .js-toggle-hook {
  position: relative;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #c1c1c1;
  padding: 20px 70px;
  border-radius: 0;
  font-size: 125%;
  color: #2b2b2b; }

.tryuq .qa-toggle .js-toggle-hook .q-mark {
  width: 7%;
  max-width: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33px;
  margin: auto; }

.tryuq .qa-toggle .js-toggle-hook:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/qa_toggle_close.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px; }

.tryuq .qa-toggle .is-open .js-toggle-hook:before {
  background: url(../images/qa_toggle_open.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain; }

.tryuq .qa-toggle .js-toggle-content {
  border-top: 1px solid #c1c1c1; }

.tryuq .qa-toggle .js-toggle-content .col {
  padding: 20px 10px 20px 70px; }

.tryuq .qa-toggle .js-toggle-content .col_web {
  padding: 20px 10px 20px 70px; }

.tryuq .qa-toggle .js-toggle-content .col_shop {
  padding: 0 10px 20px 70px; }

.tryuq .qa-toggle .js-toggle-content .col_ttl {
  display: inline-block;
  color: #e4007f;
  border: 2px solid #e4007f;
  line-height: 1;
  font-size: 88%;
  padding: 4px 10px;
  margin-bottom: 10px;
  border-radius: 20px; }

.tryuq .qa-toggle .js-toggle-content .text {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  color: #4d4d4d; }

.tryuq .qa-toggle .js-toggle-content .list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .tryuq .qa-toggle .js-toggle-content .list li {
    font-size: 100%;
    color: #4d4d4d;
    margin: 0 0 5px 0;
    text-indent: -1em;
    padding-left: 1em; }
    .tryuq .qa-toggle .js-toggle-content .list li .link-icon {
      width: 16px;
      vertical-align: middle; }
  .tryuq .qa-toggle .js-toggle-content .list .list_in {
    margin: 5px 0 0 0; }
    .tryuq .qa-toggle .js-toggle-content .list .list_in li {
      text-indent: 0;
      padding-left: 0;
      font-size: 14px;
      margin: 0 0 5px 0; }

.tryuq .annotation {
  font-size: 75%;
  text-align: left;
  width: 980px;
  margin: 60px auto 0; }
  .tryuq .annotation li {
    padding-left: 1em;
    text-indent: -1em; }

.tryuq .bnr {
  width: 100%;
  padding: 60px 0 0; }

.tryuq .bnr_in {
  width: 980px;
  margin: 0 auto; }

.tryuq .bnr_cpn li:first-child {
  margin-bottom: 30px; }

@media screen and (min-width: 769px) and (max-width: 980px) {
  .tryuq .read_txt {
    max-width: 473px;
    height: 177px; }
  .tryuq .read_img {
    width: 980px;
    height: 521px;
    -webkit-background-size: 238px auto, 250px, auto;
            background-size: 238px auto, 250px, auto;
    left: calc(50% - 490px);
    top: calc(50% - 240px); } }

@media only screen and (min-width: 769px) and (max-width: 980px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 769px) and (max-width: 980px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 769px) and (max-width: 980px) and (min-device-pixel-ratio: 2), only screen and (min-width: 769px) and (max-width: 980px) and (min-resolution: 192dpi), only screen and (min-width: 769px) and (max-width: 980px) and (min-resolution: 2dppx) {
  .tryuq .read_img {
    -webkit-background-size: 238px auto, 250px, auto;
            background-size: 238px auto, 250px, auto; } }

@media screen and (min-width: 0px) and (max-width: 768px) {
  .tryuq section {
    min-width: 0; }
  .tryuq .slick-dots {
    bottom: -25px;
    font-size: 0;
    letter-spacing: -1em;
    word-spacing: 0.1em; }
    .tryuq .slick-dots li {
      letter-spacing: normal;
      width: 10px;
      height: 10px;
      background: #ffffff;
      border-radius: 6px;
      margin: 0 10px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .tryuq .slick-dots li button {
        width: 100%;
        height: 100%; }
      .tryuq .slick-dots li button:before {
        content: ''; }
    .tryuq .slick-dots li:before {
      content: ''; }
    .tryuq .slick-dots li.slick-active {
      background: #e4007f;
      cursor: default; }
      .tryuq .slick-dots li.slick-active button {
        cursor: default; }
  .tryuq .slide-arrow {
    position: absolute;
    width: 14px;
    height: 22px;
    z-index: 1;
    cursor: pointer; }
  .tryuq .prev-arrow {
    left: 2%;
    top: 50%;
    margin-top: -11px; }
  .tryuq .next-arrow {
    right: 2%;
    top: 50%;
    margin-top: -11px; }
  .tryuq .btn_outer {
    min-width: 0;
    width: 96%;
    font-size: 88%;
    padding: 8px 30px; }
  .tryuq .btn_outer_l {
    font-size: 100%;
    line-height: 1.2;
    min-width: 0;
    width: 96%;
    padding: 15px 40px;
    border-radius: 40px; }
  .tryuq .btn_intro {
    margin: 20px auto 0;
    font-size: 88%;
    padding: 10px 30px;
    min-width: 0;
    width: 96%; }
  .tryuq .btn_intro:before {
    right: 15px; }
  .tryuq .btn_anchor {
    margin: 15px auto 0;
    min-width: 0;
    width: 100%;
    padding: 10px 30px 10px;
    background: #e4007f;
    border-radius: 40px;
    position: relative; }
    .tryuq .btn_anchor span {
      max-width: 338px;
      width: 80%;
      margin: 0 auto;
      font-size: 1px;
      line-height: 0.1; }
  .tryuq .btn_anchor:before {
    right: 20px; }
  .tryuq .btn_conv-web {
    margin: 10px auto 0;
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 10px 40px 10px 10px;
    background: #e4007f;
    border-radius: 60px;
    position: relative;
    text-decoration: none;
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0; }
    .tryuq .btn_conv-web .txt {
      max-width: 375px;
      width: 60%;
      padding: 0 0 0 2%;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle; }
    .tryuq .btn_conv-web .ico {
      position: relative;
      top: auto;
      left: auto;
      width: 30%;
      height: auto;
      margin-top: 0;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle; }
  .tryuq .btn_conv-web:before {
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px; }
  .tryuq .btn_conv-shop {
    margin: 10px auto 0;
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 10px 40px 10px 10px;
    background: #e4007f;
    border-radius: 60px;
    position: relative;
    text-decoration: none;
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0; }
    .tryuq .btn_conv-shop .txt {
      max-width: 339px;
      width: 57.24%;
      padding: 0 0 0 2%;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle; }
    .tryuq .btn_conv-shop .ico {
      position: relative;
      top: auto;
      left: auto;
      width: 15%;
      height: auto;
      margin-top: 0;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle; }
  .tryuq .btn_conv-shop:before {
    right: 20px;
    width: 10px;
    height: 16px;
    margin-top: -8px; }
  .tryuq .loading {
    z-index: 1001; }
  .tryuq .bottom {
    padding: 5px 0;
    background: #000000; }
  .tryuq .bottom_in {
    width: 98%;
    margin: 0 auto; }
    .tryuq .bottom_in li {
      margin-left: 1%;
      width: 32.5%; }
      .tryuq .bottom_in li a {
        font-size: 14px;
        line-height: 1.2;
        border-radius: 5px;
        padding: 8px 20px; }
    .tryuq .bottom_in li:first-child {
      margin-left: 0; }
    .tryuq .bottom_in .bottom_entry-web a:before {
      right: 10px;
      width: 8px;
      height: 5px;
      margin-top: -3px; }
    .tryuq .bottom_in .bottom_entry-shop a:before {
      right: 10px;
      width: 8px;
      height: 5px;
      margin-top: -3px; }
    .tryuq .bottom_in .bottom_wimax a:before {
      right: 10px;
      width: 5px;
      height: 8px;
      margin-top: -4px; }
  .tryuq .kv {
    min-width: 100%;
    height: auto; }
  .tryuq .kv_img {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto; }
    .tryuq .kv_img img {
      width: 100%;
      height: auto; }
  .tryuq .tab {
    width: 96%;
    margin: -65px auto 0;
    margin: -15vw auto 0; }
    .tryuq .tab li {
      width: 45.8333%;
      height: 0;
      padding-top: 20.8333%;
      border-radius: 10px 10px 0 0; }
      .tryuq .tab li .ico {
        width: 62.1212%;
        left: 50%;
        margin-left: -31.0606%;
        top: -50%; }
    .tryuq .tab .tab_mob {
      margin-right: 2.5%; }
      .tryuq .tab .tab_mob a {
        background: #e4007f;
        padding-top: 20.8333%;
        border-radius: 10px 10px 0 0;
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .tryuq .tab .tab_mob .txt {
        position: absolute;
        left: 50%;
        top: 25%;
        width: 81.8181%;
        margin-left: -40.909%; }
    .tryuq .tab .tab_wmx {
      height: 0;
      padding-top: 20.8333%; }
      .tryuq .tab .tab_wmx a {
        background: #ffffff;
        border-top: 2px solid #0099ff;
        border-right: 2px solid #0099ff;
        border-left: 2px solid #0099ff;
        border-radius: 10px 10px 0 0;
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .tryuq .tab .tab_wmx .txt {
        position: absolute;
        left: 50%;
        top: 25%;
        width: 67.8787%;
        margin-left: -33.9393%; }
    .tryuq .tab .tab_wmx:hover a {
      background: #ffffff; }
  .tryuq .tab:before {
    bottom: -3px;
    border-radius: 3px;
    height: 3px; }
  .tryuq .intro {
    width: 96%;
    margin: 0 auto; }
  .tryuq .read {
    padding: 40px 0 0; }
  .tryuq .read_img {
    display: none; }
  .tryuq .read_txt {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 115px; }
  .tryuq .read_txt:before {
    height: 12px; }
  .tryuq .read_btn {
    margin-top: 20px;
    font-size: 14px;
    width: 100px;
    position: relative; }
  .tryuq .read.open .read_btn {
    margin-top: 40px; }
  .tryuq .intro_in {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px;
    -webkit-background-size: 36px auto;
            background-size: 36px auto; }
  .tryuq .intro_share {
    border-radius: 10px;
    width: 100%;
    padding: 5px; }
  .tryuq .intro_share_txt {
    display: block;
    font-size: 16px;
    margin: 0 0 3px 0; }
  .tryuq .intro_share_btn {
    display: block;
    vertical-align: middle; }
    .tryuq .intro_share_btn li {
      width: 80px;
      height: 30px;
      border-radius: 5px; }
      .tryuq .intro_share_btn li a {
        padding: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 5px; }
    .tryuq .intro_share_btn .tw {
      margin-left: 5px; }
    .tryuq .intro_share_btn .ln {
      margin-left: 5px; }
  .tryuq .intro_logo {
    width: 67.2%;
    margin: 15px auto 0; }
  .tryuq .intro_head {
    width: 87.7333%;
    margin: -20px auto 0; }
  .tryuq .intro_col {
    width: 100%;
    margin: 20px auto 0;
    position: relative; }
    .tryuq .intro_col .intro_col_in {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #ffffff;
      border-radius: 10px;
      border: 2px solid #efefef;
      padding: 0 10px 10px; }
    .tryuq .intro_col .intro_col_in:first-child {
      margin-bottom: 20px; }
    .tryuq .intro_col .intro_col1 {
      margin-right: 20px; }
  .tryuq .intro_col1_img {
    width: 100%;
    margin: -15px auto 0; }
  .tryuq .intro_col2_img {
    width: 73.9364%;
    margin: -15px auto 0; }
  .tryuq .intro_notes {
    margin-top: 15px;
    font-size: 9px; }
  .tryuq .intro_notes_s {
    font-size: 9px; }
  .tryuq .intro_read {
    margin: 15px auto 0; }
  .tryuq .intro_graph {
    margin: 15px auto 0; }
  .tryuq .about {
    width: 100%; }
  .tryuq .about_in {
    width: 96%;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-background-size: 36px auto;
            background-size: 36px auto; }
  .tryuq .about_ttl {
    max-width: 482px;
    width: 66.94%;
    margin: 0 auto; }
  .tryuq .about_list_box_outer {
    margin-top: 10px; }
  .tryuq .about_list_box {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    box-sizing: border-box; }
  .tryuq .about_list {
    text-align: center; }
    .tryuq .about_list li {
      display: inline-block;
      letter-spacing: normal;
      width: 49%;
      margin-left: 0;
      margin-bottom: 8px;
      padding: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      list-style: none;
      font-size: 12px;
      vertical-align: top;
      background: #ffffff; }
    .tryuq .about_list li:not(:first-child) {
      margin-left: 2%; }
  .tryuq .about_list_icon {
    display: block;
    max-width: 140px;
    width: 70%;
    margin: 0 auto 10px; }
  .tryuq .about_list_box_01,
  .tryuq .about_list_box_02 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0; }
  .tryuq .btn_saving {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    min-width: 0;
    width: 96%;
    margin-top: 5px;
    padding: 8px 30px; }
  .tryuq .about_list_box_03 {
    width: 49%;
    margin-right: 2%; }
    .tryuq .about_list_box_03 .about_list li {
      width: 100%; }
  .tryuq .about_list_box_04 {
    width: 49%; }
    .tryuq .about_list_box_04 .about_list li {
      width: 100%; }
  .tryuq .about_list_box_01_ttl {
    max-width: 197px;
    width: 43.75%;
    margin: 0 auto 5px; }
  .tryuq .about_list_box_02_ttl {
    max-width: 200px;
    width: 44.44%;
    margin: 0 auto 5px; }
  .tryuq .about_list_box_03_ttl {
    max-width: 175px;
    width: 77.78%;
    margin: 0 auto 5px; }
  .tryuq .about_list_box_04_ttl {
    max-width: 160px;
    width: 71.11%;
    margin: 0 auto 5px; }
  .tryuq .about_list_box_txt {
    text-align: left;
    font-size: 88%; }
  .tryuq .about_list_box_notes {
    text-align: left;
    margin-top: 0;
    width: auto; }
    .tryuq .about_list_box_notes li {
      display: block;
      margin-right: 0; }
  .tryuq .about_list_box_saving {
    margin-bottom: 5px;
    line-height: 1.4; }
  .tryuq .products {
    padding: 30px 0;
    width: 100%; }
  .tryuq .products_ttl {
    max-width: 507px;
    width: 67.6%;
    margin: 0 auto; }
  .tryuq .products_nav {
    width: 96%;
    margin: 15px auto 20px; }
    .tryuq .products_nav li {
      width: 49%; }
      .tryuq .products_nav li a {
        padding: 20px 0 21px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 40px;
        position: relative; }
      .tryuq .products_nav li a:before {
        right: 15px;
        -webkit-background-size: contain;
                background-size: contain;
        width: 14px;
        height: 8px;
        margin-top: -4px; }
    .tryuq .products_nav .products_nav_sp {
      margin-right: 2%; }
      .tryuq .products_nav .products_nav_sp a {
        display: block; }
      .tryuq .products_nav .products_nav_sp .ico {
        left: 8px;
        width: 41px;
        height: 47px;
        margin-top: -24px; }
      .tryuq .products_nav .products_nav_sp .txt {
        display: block;
        width: 33%;
        margin: 0 auto;
        padding-left: 4%; }
    .tryuq .products_nav .products_nav_sim a {
      display: block; }
    .tryuq .products_nav .products_nav_sim .ico {
      left: 8px;
      width: 41px;
      height: 47px;
      margin-top: -24px; }
    .tryuq .products_nav .products_nav_sim .txt {
      display: block;
      width: 22.5176%;
      margin: 0 auto;
      padding-left: 4%; }
  .tryuq .products_sp {
    padding: 20px 0; }
  .tryuq .products_sp_in {
    width: 100%;
    margin: 0 auto; }
  .tryuq .products_sp_ttl {
    max-width: 345px;
    width: 55%;
    margin: 0 auto; }
  .tryuq .products_sp_head {
    font-size: 88%;
    margin: 5px 0; }
  .tryuq .products_txt_sp {
    width: 148px;
    margin: 15px auto 20px; }
  .tryuq .products_list_sp {
    margin-bottom: 40px;
    padding: 0 5px;
    position: relative; }
    .tryuq .products_list_sp .col_in {
      padding: 20px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #ffffff;
      margin: 0 5px; }
  .tryuq .products_list_new {
    left: 10px;
    width: 23.33%; }
  .tryuq .products_list_img_sp {
    max-width: 49px;
    width: 30%;
    margin: 0 auto; }
  .tryuq .products_list_name {
    display: block;
    font-size: 82%;
    line-height: 1.2;
    font-weight: normal;
    margin: 20px auto 0;
    min-height: 40px; }
  .tryuq .products_list_caption {
    display: block;
    font-size: 75%;
    line-height: 1.3; }
  .tryuq .products_list_btn {
    display: block;
    margin: 10px auto 0;
    font-size: 63%; }
    .tryuq .products_list_btn a {
      padding: 8px 20%; }
    .tryuq .products_list_btn a:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      right: 11px;
      top: 50%;
      margin-top: -6px;
      background: url(../images/ico_outer_b.svg) no-repeat;
      -webkit-background-size: 10px auto;
              background-size: 10px auto; }
  .tryuq .products_sim {
    width: 100%;
    padding: 20px 0; }
  .tryuq .products_sim_in {
    width: 96%;
    margin: 0 auto; }
  .tryuq .products_sim_ttl {
    max-width: 315px;
    width: 50.2174%;
    margin: 0 auto; }
  .tryuq .products_sim_read {
    margin-top: 10px;
    font-size: 88%;
    text-align: left; }
  .tryuq .products_sim_txt {
    max-width: 504px;
    width: 84%;
    margin: 10px auto; }
  .tryuq .products_list_img_sim {
    width: 19.59%;
    margin: 20px auto 0; }
  .tryuq .products_notes {
    width: 96%;
    padding: 10px;
    margin-top: 20px; }
    .tryuq .products_notes li {
      font-size: 63%; }
    .tryuq .products_notes li:not(:first-child) {
      margin-top: 3px; }
  .tryuq .products_btn {
    background: #ffffff; }
  .tryuq .products_btn-sim {
    padding: 8px 40px; }
  .tryuq .products_anchor {
    width: 96%; }
  .tryuq .products_list_sim {
    background: #ffffff;
    width: 100%;
    padding: 15px 4%;
    margin-bottom: 20px; }
    .tryuq .products_list_sim li {
      width: 48%; }
    .tryuq .products_list_sim li:not(:first-child) {
      border-left: none; }
    .tryuq .products_list_sim li.products_list_sim_01 {
      border-bottom: 2px dotted #efefef;
      border-right: 2px dotted #efefef; }
    .tryuq .products_list_sim li.products_list_sim_02 {
      border-bottom: 2px dotted #efefef; }
    .tryuq .products_list_sim li.products_list_sim_03 {
      border-right: 2px dotted #efefef; }
  .tryuq .voice_in {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }
  .tryuq .voice_ttl {
    max-width: 426px;
    width: 56.8%;
    margin: 0 auto; }
  .tryuq .voice_list {
    width: 96%;
    position: relative;
    margin: 20px auto; }
    .tryuq .voice_list li {
      margin-top: 10px; }
    .tryuq .voice_list li:first-child {
      margin-top: 0; }
  .tryuq .voice_list_img,
  .tryuq .voice_list_comment {
    vertical-align: middle; }
  .tryuq .voice_list_img {
    max-width: 266px;
    width: 31.25%; }
  .tryuq .voice_list_comment {
    max-width: 630px;
    width: 68.8333%;
    padding: 10px 10px 20px 10px; }
    .tryuq .voice_list_comment .comment {
      font-size: 12px;
      line-height: 1.6; }
    .tryuq .voice_list_comment .type {
      font-size: 10px;
      right: 5px;
      bottom: 5px; }
  .tryuq .voice_list_01 .voice_list_comment,
  .tryuq .voice_list_03 .voice_list_comment,
  .tryuq .voice_list_05 .voice_list_comment {
    margin-left: -1%; }
  .tryuq .voice_list_01 .voice_list_comment:before,
  .tryuq .voice_list_03 .voice_list_comment:before,
  .tryuq .voice_list_05 .voice_list_comment:before {
    left: -15px;
    bottom: auto;
    top: 50%;
    margin-top: -12px;
    border-width: 10px 25px 10px 0;
    border-color: transparent #ffffff transparent transparent; }
  .tryuq .voice_list_02 .voice_list_comment,
  .tryuq .voice_list_04 .voice_list_comment {
    margin-right: -1%; }
  .tryuq .voice_list_02 .voice_list_comment:before,
  .tryuq .voice_list_04 .voice_list_comment:before {
    right: -15px;
    bottom: auto;
    top: 50%;
    margin-top: -12px;
    border-width: 10px 0 10px 25px;
    border-color: transparent transparent transparent #ffffff; }
  .tryuq .conv {
    padding: 30px 0 30px; }
  .tryuq .conv_obi {
    width: 120%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    margin-left: -60%; }
  .tryuq .conv_in {
    width: 96%;
    margin: 0 auto; }
  .tryuq .conv_ttl {
    max-width: 723px;
    width: 96%; }
  .tryuq .conv_stock {
    font-size: 75%; }
  .tryuq .conv_notes {
    margin: 10px auto 0; }
    .tryuq .conv_notes li {
      margin-left: 0; }
  .tryuq .conv_main_col {
    width: 100%;
    padding: 10px;
    margin: 10px auto 0; }
  .tryuq .conv_main_date {
    font-size: 88%; }
  .tryuq .conv_main_present {
    background: #ffe4f3;
    display: block;
    border-radius: 50px;
    width: 70%;
    max-width: 289px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #e4007f;
    padding: 8px 6% 10px;
    margin: 5px auto 0; }
  .tryuq .flow {
    width: 100%;
    padding: 30px 0; }
  .tryuq .flow_in {
    width: 96%;
    margin: 0 auto; }
  .tryuq .flow_ttl {
    max-width: 492px;
    width: 68.33%;
    margin: 0 auto; }
  .tryuq .flow_list {
    margin-top: 20px; }
  .tryuq .flow_list_step {
    width: 100%;
    min-height: 100%;
    float: none;
    border-radius: 10px;
    margin-bottom: 30px; }
  .tryuq .flow_list_step:not(:first-child) {
    margin-left: 0; }
  .tryuq .flow_list_step:not(:first-child):before {
    display: none; }
  .tryuq .flow_list_step_in {
    min-height: 100%;
    padding: 65px 4% 20px;
    border: 2px solid #e2007e;
    border-radius: 10px; }
  .tryuq .flow_list_step:not(:last-child) {
    margin-bottom: 30px; }
  .tryuq .flow_list_step:not(:last-child):before {
    display: block;
    content: "";
    background: url(../images/flow_arrow_sp.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 44px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -30px;
    margin-left: -22px; }
  .tryuq .flow_list_03 {
    margin-bottom: 5px; }
  .tryuq .flow_list_ttl {
    font-size: 100%; }
  .tryuq .flow_list_notes {
    margin-top: 5px; }
    .tryuq .flow_list_notes li {
      font-size: 75%; }
  .tryuq .flow_list_txt {
    margin-top: 5px;
    font-size: 88%; }
  .tryuq .flow_btn {
    width: 100%; }
  .tryuq .notes {
    width: 100%;
    background: #efefef; }
  .tryuq .notes_in {
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #e2007e;
    border-radius: 10px;
    text-align: center;
    background: #ffffff; }
  .tryuq .notes_ttl {
    margin-bottom: 3px;
    font-size: 107%;
    color: #e4007f;
    margin: 0;
    padding: 10px 0;
    position: relative; }
  .tryuq .notes_ttl:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/qa_toggle_close.svg) no-repeat left top;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px; }
  .tryuq .notes_ttl.open:before {
    background: url(../images/qa_toggle_open.svg) no-repeat left top;
    -webkit-background-size: contain;
            background-size: contain; }
  .tryuq .notes_box {
    border: none;
    height: auto;
    width: 100%;
    display: none; }
  .tryuq .notes_box_in {
    padding: 10px; }
  .tryuq .notes_col-shop {
    margin-bottom: 20px; }
  .tryuq .notes_col_ttl {
    font-size: 100%;
    margin-bottom: 5px; }
  .tryuq .notes_midashi {
    font-size: 88%; }
  .tryuq .notes_list {
    margin-bottom: 10px; }
    .tryuq .notes_list li {
      list-style: disc;
      font-size: 63%;
      margin: 0 0 3px 15px; }
      .tryuq .notes_list li .link-icon {
        width: 14px;
        vertical-align: middle; }
  .tryuq .notes_list.mb0 {
    margin-bottom: 0; }
  .tryuq .notes_list_in li {
    list-style: none;
    margin: 5px 0 0 0;
    font-size: 100%; }
  .tryuq .notes_txt {
    font-size: 63%;
    margin-bottom: 10px; }
  .tryuq .entry {
    padding: 30px 0; }
  .tryuq .entry:before {
    height: 2px;
    width: 96%;
    -webkit-background-size: 36px auto;
            background-size: 36px auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -48%; }
  .tryuq .entry_txt {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 3px; }
  .tryuq .entry_shop {
    text-align: center;
    margin-top: 0; }
    .tryuq .entry_shop li {
      display: block;
      font-size: 0;
      line-height: 0; }
      .tryuq .entry_shop li a {
        background: #0c9b01;
        display: block;
        border-radius: 50px;
        width: 90%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 12px 40px 12px;
        margin: 0 auto;
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        position: relative; }
        .tryuq .entry_shop li a .ico_cart {
          display: block;
          width: 27px;
          position: absolute;
          left: 15px;
          top: 50%;
          margin-top: -13px; }
        .tryuq .entry_shop li a .ico_shop {
          display: block;
          width: 25px;
          position: absolute;
          left: 15px;
          top: 50%;
          margin-top: -13px; }
      .tryuq .entry_shop li a:before {
        content: '';
        width: 9px;
        height: 14px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -7px;
        background: url(../images/ar_r_w.svg) no-repeat left top; }
      .tryuq .entry_shop li a.outer:before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -6px;
        background: url(../images/ico_outer_g.svg) no-repeat left top; }
    .tryuq .entry_shop li:first-child {
      margin-right: 0;
      margin-bottom: 10px; }
  .tryuq .qa {
    width: 100%;
    padding: 30px 0 0; }
  .tryuq .qa_in {
    width: 96%;
    margin: 0 auto; }
  .tryuq .qa_ttl {
    max-width: 311px;
    width: 43.19%;
    margin: 0 auto; }
  .tryuq .qa-toggle {
    width: auto;
    margin: 20px auto 0; }
    .tryuq .qa-toggle .js-toggle-hook {
      width: auto;
      padding: 20px 55px;
      font-size: 88%;
      font-weight: normal; }
      .tryuq .qa-toggle .js-toggle-hook .q-mark {
        width: 7%;
        max-width: 25px;
        left: 20px; }
    .tryuq .qa-toggle .js-toggle-content .col {
      padding: 20px; }
    .tryuq .qa-toggle .js-toggle-content .col_web {
      padding: 20px 20px 0 20px; }
    .tryuq .qa-toggle .js-toggle-content .col_shop {
      padding: 20px; }
    .tryuq .qa-toggle .js-toggle-content .col_ttl {
      display: inline-block;
      color: #e4007f;
      border: 2px solid #e4007f;
      line-height: 1;
      font-size: 88%;
      padding: 4px 10px;
      margin-bottom: 10px;
      border-radius: 20px; }
    .tryuq .qa-toggle .js-toggle-content .text {
      width: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 88%; }
    .tryuq .qa-toggle .js-toggle-content .list {
      width: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .tryuq .qa-toggle .js-toggle-content .list li {
        font-size: 88%; }
        .tryuq .qa-toggle .js-toggle-content .list li .link-icon {
          width: 14px; }
      .tryuq .qa-toggle .js-toggle-content .list .list_in li {
        font-size: 10px; }
  .tryuq .annotation {
    font-size: 63%;
    width: 96%;
    margin: 40px auto 0; }
  .tryuq .bnr {
    width: 100%;
    padding: 40px 0 0; }
  .tryuq .bnr_in {
    width: 96%;
    margin: 0 auto; }
  .tryuq .bnr_cpn_txt {
    font-size: 75%; }
  .tryuq .bnr_cpn li:first-child {
    margin-bottom: 10px; } }

@media screen and (min-width: 0px) and (max-width: 374px) {
  .tryuq .bottom_in li a {
    font-size: 12px; }
  .tryuq .products_list_caption {
    font-size: 9px; }
  .tryuq .products_list_btn {
    font-size: 9px; }
    .tryuq .products_list_btn a {
      padding: 8px 10% 8px 6%;
      width: 100%; } }

/* Tel pc時にクリックできようにするスタイル！ */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    -webkit-text-decoration-line: none !important;
       -moz-text-decoration-line: none !important;
            text-decoration-line: none !important;
    color: #2c2c2c; } }
