@charset "utf-8";

/* ======================================================
 * lr30sg.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print

====================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.lr30sg-header,.Main,.lr30sg-footer {
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * header
  ------------------------------------------------------ */
  .lr30sg-header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    padding: 20px 10px;
    background: #fff;
  }
  .lr30sg-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
  }
  .lr30sg-header__title__type:hover {
    opacity: .7;
  }
  /* ----- header__nav ----- */
  .lr30sg-header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 100%;
    max-width: 860px;
  }
  .lr30sg-header__nav__list {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .lr30sg-header__nav__list__type {
    display: block;
    margin-bottom: 0;
    padding: 0.3em 1.1em;
    border-radius: 27px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .lr30sg-header__nav__list__type[data-category="feature"] {
    border: 2px solid #ecf3cf;
    background-color: #ecf3cf;
  }
  .lr30sg-header__nav__list__type[data-category="howto"] {
    border: 2px solid #cfeaf1;
    background-color: #cfeaf1;
  }
  .lr30sg-header__nav__list__type[data-category="spec"] {
    border: 2px solid #fbe2e9;
    background-color: #fbe2e9;
  }
  .lr30sg-header__nav__list__type[data-category="tape"] {
    border: 2px solid #fde8c8;
    background-color: #fde8c8;
  }
  .lr30sg-header__nav__list__type[data-category="gallery"] {
    border: 2px solid #e5dbec;
    background-color: #e5dbec;
  }
  .lr30sg-header__nav__list__type:hover {
    opacity: .7;
  }
  .lr30sg-header__nav__list__label {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #7e644d;
  }
  .lr30sg-header__company-logo {
    text-align: right;
  }
  .lr30sg-header__company-logo__type:hover {
    opacity: .7;
  }
  .lr30sg-header__info-area {
    min-height: 106px;
  }
  .lr30sg-header__info {
    margin-top: 20px;
  }
  .lr30sg-header__info__type {
    display: block;
    padding: 0.3em 1.1em;
    border-radius: 27px;
    border: 2px solid #333;
    background-color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .lr30sg-header__info__type:hover {
    opacity: .7;
  }
  .lr30sg-header__info__label {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #333;
  }
  .lr30sg-header__hamburger {
    display: none;
  }

  /* ------------------------------------------------------
   * TOP Page Component
  ------------------------------------------------------ */
  .MainBody {
    margin-top: 156px;
    padding: 0;
  }
  .container {
    padding: 0;
  }
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    margin-top: 18px;
    background-color: #fff;
    border-radius: 12px;
  }
  .ec-button__link {
    display: inline-block;
    padding: 3px 24px 4px;
    background-color: #fff;
    border: 5px solid #6ec6d0;
    border-radius: 12px;
    color: #7e644d!important;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: .3em;
  }
  .ec-button__link:hover {
    opacity: .7;
  }
  .ec-button__label {
    margin-left: .3em;
  }
  .table-ec {
    display: flex;
    align-items: center;
  }
  .table-ec-button {
    display: inline-block;
    margin-left: 20px;
    max-width: 300px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 12px;
  }
  .table-ec-button__link {
    display: inline-block;
    padding: 3px 24px 4px;
    background-color: #fff;
    border: 5px solid #6ec6d0;
    border-radius: 12px;
    color: #7e644d!important;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: .3em;
  }
  .table-ec-button__link:hover {
    opacity: .7;
  }
  .table-ec-button__label {
    margin-left: .3em;
  }
  /* ----- lr30sg-hero ----- */
  .lr30sg-hero-layout__inner {
    position: relative;
  }
  .lr30sg-hero__contents {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 0 14px;
  }
  .lr30sg-hero__image {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
    text-align: center;
  }
  .lr30sg-hero__title-area {
    width: 32.2%;
  }
  .lr30sg-hero__lead img {
    width: 57.4%;
  }
  .lr30sg-hero__title img {
    width: 100%;
    margin-top: 30px;
  }
  .lr30sg-hero__detail-area {
    width: 32.2%;
    margin-top: 20px;
    text-align: center;
    color: #7e644d;
    font-weight: bold;
  }
  .lr30sg-hero__detail__text {
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .lr30sg-hero__detail__text--small,
  .lr30sg-hero__detail__date {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .lr30sg-hero__app-area {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 0;
  }
  .lr30sg-hero__app__column {
    width: 47.7%;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .lr30sg-hero__app__icon {
    width: 15.6%;
  }
  .lr30sg-hero__app__text {
    width: 32%;
  }
  .lr30sg-hero__app__btn {
    width: 21.9%;
    background-color: #fff;
    border-radius: 6px;
  }
  .lr30sg-hero__app__link {
    display: block;
  }
  a.lr30sg-hero__app__link:hover {
    opacity: .7;
  }
  /* ----- lr30sg-content-layout ----- */
  .lr30sg-content-layout {
    width: 100vw;
    margin-top: 50px;
    margin-left: calc(50% - 50vw);
  }
  .lr30sg-content-layout__inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 50px 30px 60px;
  }
  .lr30sg-content-layout__head {
    text-align: center;
  }
  .lr30sg-content-layout__body {
    margin-top: 20px;
  }
  .lr30sg-content__text {
    text-align: center;
    color: #7e644d;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .lr30sg-content__column {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 72px;
  }
  .lr30sg-content__column + .lr30sg-content__column {
    margin-top: 42px;
  }
  /* ----- lr30sg-content-layout data-category="feature" ----- */
  .lr30sg-content-layout[data-category="feature"]{
    background-color: #ecf3cf;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__text + .lr30sg-content__image {
    margin-top: -60px;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__image + .lr30sg-content__image {
    margin-top: -27px;
  }
  /* ----- lr30sg-content-layout data-category="howto" ----- */
  .lr30sg-content-layout[data-category="howto"]{
    position: relative;
    padding-top: 140px;
    margin-top: 0;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content-layout__character {
    background-color: #cfeaf1;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content-layout__character::before {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1220px;
    height: 100%;
    max-height: 131px;
    content: "";
    display: inline-block;
    background: url("/sp/lr30sg/img/index_im09.png") no-repeat bottom center;
    background-size: calc(100% - 20px) auto;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__text + .lr30sg-content__image {
    margin: 14px 0 0 70px;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__image + .lr30sg-content__image {
    margin: 40px 0 0 75px
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__column {
    max-width: 1010px;
    margin: 50px 0 0 102px;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__app__button__type {
    display: block;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__app__button__type:hover {
    opacity: .7;
    background-color: #cfeaf1;
  }
  /* ----- lr30sg-content-layout data-category="spec" ----- */
  .lr30sg-content-layout[data-category="spec"]{
    background-color: #fbe2e9;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content-layout__inner {
    padding-top: 45px;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content-layout__body {
    max-width: 1080px;
    margin: 42px auto 0;
    padding: 67px 30px 46px;
    border: 4px solid #c8a180;
    background-color: #fffde4;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-area {
    width: 80%;
    margin: 0 auto;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider__item {
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider__image {
    margin: 0 auto;
    width: 260px;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail {
    margin: 52px auto 0;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail .slick-track {
    display: flex;
    justify-content: center;
    transform: unset !important;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail__item {
    float: none;
    width: auto!important;
    margin: 0 18px;
    transition: opacity .2s ease;
    cursor: pointer;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail__item:hover,
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail .slick-current {
    opacity: .5;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-arrow {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 38px;
    transform: translateY(-50%);
  }
  .lr30sg-content-layout[data-category="spec"] .slick-prev {
    left: 11%;
    z-index: 1;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-next {
    right: 11%;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-prev:before,
  .lr30sg-content-layout[data-category="spec"] .slick-next:before {
    content: "";
    display: block!important;
    position: absolute;
    top: 5px;
    left: -18px;
    width: 28px;
    height:28px;
    border-top: solid 2px #7e644d;
    border-right: solid 2px #7e644d;
    transform: rotate(45deg);
    opacity: 1;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-prev:hover::before,
  .lr30sg-content-layout[data-category="spec"] .slick-next:hover::before {
    opacity: .75;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-prev:before {
    left: 10px;
    transform: rotate(225deg);
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table-area {
    max-width: 800px;
    margin: 36px auto 0;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #7e644d;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table tr {
    border-top: 1px solid #7e644d;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table tr:last-child {
    border-bottom: 1px solid #7e644d;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table th {
    width: 25%;
    padding: 10px 0;
    border-right: 1px solid #7e644d;
    text-align: left;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table td {
    width: 75%;
    padding: 10px 0 10px 20px;
  }
  /* ----- lr30sg-content-layout data-category="tape" ----- */
  .lr30sg-content-layout[data-category="tape"]{
    background-color: #fde8c8;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content-layout__body {
    position: relative;
    max-width: 1080px;
    margin: 42px auto 0;
    padding: 42px 30px 69px;
    border: 4px solid #c8a180;
    background-color: #fffde4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content-layout__body::before {
    position: absolute;
    top: 450px;
    left: -103px;
    width: 100%;
    max-width: 105px;
    height: 100%;
    content: "";
    display: inline-block;
    background: url("/sp/lr30sg/img/index_im23.png") no-repeat;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape-area {
    position: relative;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__icon {
    position: absolute;
    top: -73px;
    left: -63px;
    display: inline-block;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__title {
    width: 66%;
    color: #7e644d;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__detail {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 8px 0 0 16px;
    color: #7e644d;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__price--bold {
    font-size: 3.2rem;
    font-weight: bold;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width {
    margin-top: .6em;
    margin-left: 2.5em;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width--bold {
    font-weight: bold;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__date {
    padding: 8px 0 0 16px;
    color: #7e644d;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__characteristic {
    position: absolute;
    top: 0px;
    right: 1.5%;
    width: 32.5%;
    padding: 10px 10px 6px;
    border: 2px solid #7e644d;
    color: #7e644d;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__characteristic--bold {
    display: block;
    font-weight: bold;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort {
    margin-top: 38px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort + .lr30sg-content__tape__sort {
    margin-top: 16px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__title {
    position: relative;
    padding-left: 2em;
    color: #7e644d;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__title::before {
    position: absolute;
    top: 6px;
    left: 16px;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #7e644d;
    border-radius: 50px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__image {
    display: -webkit-flex;
    display: flex;
    margin: 22px 0 0 18px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__image__item {
    width: 79.4%;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__image__item + .lr30sg-content__tape__sort__image__item {
    width: 13.1%;
    margin: -15px 0 0 24px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape-area + .lr30sg-content__tape-area {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 2px dashed #7e644d;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape-area + .lr30sg-content__tape-area .lr30sg-content__tape__column__item + .lr30sg-content__tape__column__item {
    width: 36.7%;
    text-align: right;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other-area {
    position: absolute;
    top: 39px;
    right: 1.5%;
    width: 37%;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__text {
    color: #7e644d;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other {
    width: 100%;
    text-align: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other__type {
    display: block;
    margin-top: 10px;
    padding: 12px 20px;
    border: 3px solid #7e644d;
    border-radius: 30px;
    background-color: #fde8c8;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other__type:hover {
    opacity: .7;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other__label {
    color: #7e644d;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width-area {
    display: -webkit-flex;
    display: flex;
    max-width: 980px;
    margin: 46px auto 0;
    justify-content: space-between;
    align-items: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__text {
    margin-top: -1em;
    color: #7e644d;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image-area {
    position: relative;
    width: 24.5%;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image {
    min-height: 96px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image-area[data-tape-width="13mm"] .lr30sg-content__tape__width__image {
    padding-top: 6px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image-area[data-tape-width="11mm"] .lr30sg-content__tape__width__image {
    padding-top: 13px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image-area .figure__caption {
    position: absolute;
    bottom: -1.8em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #7e644d;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note-wrap {
    max-width: 1080px;
    margin: 15px auto 0;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li {
    position: relative;
    padding-left: 1.1em;
    color: #7e644d;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li:nth-of-type(n+2) {
    margin-top: 0.65em;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 13px;
    height: 13px;
    background-color: #7e644d;
    border-radius: 50px;
  }
  /* ----- lr30sg-content-layout data-category="gallery" ----- */
  .lr30sg-content-layout[data-category="gallery"]{
    background-color: #e5dbec;
  }
  .lr30sg-content-layout[data-category="gallery"] .lr30sg-content-layout__body {
    margin-top: 40px;
  }
  .lr30sg-content-layout[data-category="gallery"] .lr30sg-content__image {
    width: 56.4%;
    margin: 0 auto;
  }
  .lr30sg-content-layout[data-category="gallery"] .lr30sg-content__gallery {
    margin-top: 60px;
  }
  .lr30sg-content-layout[data-category="gallery"] .product__image {
    border: 4px solid #fff;
  }
  /* ----- lr30sg-modal-container ----- */
  .lr30sg-modal-container {
    display: none;
  }
  /* ----- lr30sg-modal-content ----- */
  .lr30sg-modal-content {
    position: relative;
    margin: 0 60px;
    border-radius: 10px;
    padding: 4.0625em 4.375em;
    background: #ffffff;
  }
  /* v2 */
  .lr30sg-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 50px 50px 35px;
    background: #ffffff;
  }
  /* ----- lr30sg-modal__type ----- */
  .lr30sg-modal__type:hover {
    opacity: .7;
  }
  /* ----- lr30sg-gallrey (modal) ----- */
  #cboxOverlay.lr30sg-gallrey {
    background: #000000;
  }
  #colorbox.lr30sg-gallrey #cboxContent {
    background: #fff
  }
  #colorbox.lr30sg-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.lr30sg-gallrey #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url("/sp/lr30sg/img/btn-close.png") no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.lr30sg-gallrey #cboxNext,
  #colorbox.lr30sg-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -30px;
    background: url("/sp/lr30sg/img/btn-pager.png") no-repeat;
    width: 20px;
    height: 38px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.lr30sg-gallrey #cboxPrevious {
    left: 10px;
  }
  #colorbox.lr30sg-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 10px;
  }
  /* ----- type-lr30sg-gallery ----- */
  .type-lr30sg-gallery .column__item:hover {
    opacity: 0.8;
  }
  .type-lr30sg-gallery[data-row-pc]:not([data-row-pc="1"]) > .column__item {
    margin-left: 40px;
  }
  .type-lr30sg-gallery[data-row-pc="2"] > .column__item {width: calc((100% - (40px * 1)) / 2);}
  .type-lr30sg-gallery[data-row-pc="3"] > .column__item {width: calc((100% - (40px * 2)) / 3);}
  .type-lr30sg-gallery[data-row-pc="4"] > .column__item {width: calc((100% - (40px * 3)) / 4);}
  .type-lr30sg-gallery[data-row-pc="5"] > .column__item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .type-lr30sg-gallery[data-row-pc="2"] > .column__item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .type-lr30sg-gallery[data-row-pc="3"] > .column__item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .type-lr30sg-gallery[data-row-pc="4"] > .column__item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .type-lr30sg-gallery[data-row-pc="5"] > .column__item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .type-lr30sg-gallery[data-row-pc="2"] > .column__item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .type-lr30sg-gallery[data-row-pc="3"] > .column__item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .type-lr30sg-gallery[data-row-pc="4"] > .column__item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .type-lr30sg-gallery[data-row-pc="5"] > .column__item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .type-lr30sg-gallery[data-row-pc="2"] > .column__item:nth-child(2n+1),
  .type-lr30sg-gallery[data-row-pc="3"] > .column__item:nth-child(3n+1),
  .type-lr30sg-gallery[data-row-pc="4"] > .column__item:nth-child(4n+1),
  .type-lr30sg-gallery[data-row-pc="5"] > .column__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .type-lr30sg-gallery[data-row-pc="1"] > .column__item + .column__item,
  .type-lr30sg-gallery[data-row-pc="2"] > .column__item:nth-child(n+3),
  .type-lr30sg-gallery[data-row-pc="3"] > .column__item:nth-child(n+4),
  .type-lr30sg-gallery[data-row-pc="4"] > .column__item:nth-child(n+5),
  .type-lr30sg-gallery[data-row-pc="5"] > .column__item:nth-child(n+6) {
    margin-top: 40px;
  }

  /* ------------------------------------------------------
   * footer
  ------------------------------------------------------ */
  .lr30sg-footer {
    margin-top: 50px;
    background: #e5e5e5;
    text-align: center;
    padding: 86px 0 60px 0;
  }
  .lr30sg-footer a:hover {
    opacity: .7;
  }
  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
  .pagetop__btn {
    display: block;
    position: relative;
    height: 53px;
    width: 53px;
    background: #ecda1d;
    border-radius: 106px;
    overflow: hidden;
  }
  .pagetop__btn::before {
    content: "";
    display: block;
    height: 21px;
    width: 21px;
    border-top: #fff 4px solid;
    border-left: #fff 4px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 21px;
    left: 17px;
  }
  .pagetop__btn__label {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  .lr30sg-footer__copy {
    margin-top: 43px;
  }
  .lr30sg-footer__copy small {
    font-size: 0.6875em;
    line-height: 2.09091;
  }

  
  /* ------------------------------------------------------
   * App Page Component
  ------------------------------------------------------ */
  /* ----- lr30sg-content-layout data-category="app-howto" ----- */
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] {
    background-color: #ecf3cf;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content-layout__inner {
    padding-bottom: 80px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content-layout__body {
    position: relative;
    margin-top: -65px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content-layout__body::after {
    position: absolute;
    bottom: -5.2%;
    right: -8%;
    width: 100%;
    max-width: 78px;
    height: 100%;
    max-height: 76px;
    content: "";
    display: inline-block;
    background: url("/sp/lr30sg/howtoapp/img/index_im06.png") no-repeat;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__image {
    max-width: 1080px;
    margin: 0 auto;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__column {
    margin-top: 45px;
    align-items: flex-start;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__column .lr30sg-content__column__item img {
    width: 100%;
    max-width: 376px;
  }
  /* ----- lr30sg-content-layout data-category="app-template" ----- */
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] {
    position: relative;
    margin-top: 48px;
    background-color: #cfeaf1;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] .lr30sg-content-layout__inner {
    position: relative;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] .lr30sg-content-layout__inner::before {
    position: absolute;
    top: -115px;
    left: 50%;
    width: 100vw;
    max-width: 1500px;
    height: 100%;
    max-height: 156px;
    content: "";
    display: inline-block;
    background: url("/sp/lr30sg/howtoapp/img/index_im05.png") no-repeat 20px 0;
    background-size: auto 100%;
    transform: translateX(-50%);
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] .lr30sg-content__image {
    max-width: 1126px;
    margin: -15px auto 0;
  }
  /* ----- lr30sg-content-layout data-category="app-download" ----- */
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] {
    background-color: #fbe2e9;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__column {
    position: relative;
    align-items: flex-start;
    margin-top: 40px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__column__item:first-child {
    margin: 30px 0 0 42px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download-area{
    min-width: 494px;
    margin-left: 58px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__icon {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__text {
    margin-top: 25px;
    color: #7e644d;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__link {
    display: block;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] a.lr30sg-content__download__app__link:hover {
    opacity: .7;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__link img {
    width: 100%;
    max-width: 230px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note-wrap {
    margin-top: 14px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note {
    color: #7e644d;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note li {
    position: relative;
    padding-left: 1em;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    width: 13px;
    height: 13px;
    color: #7e644d;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__column__item:last-child img {
    width: 100%;
    max-width: 222px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content-layout__body {
    position: relative;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content-layout__body::after {
    position: absolute;
    bottom: 0;
    right: -9%;
    width: 100%;
    max-width: 75px;
    height: 100%;
    max-height: 100px;
    content: "";
    display: inline-block;
    background: url("/sp/lr30sg/howtoapp/img/index_im10.png") no-repeat;
  }
  #lr30sg-app-page .lr30sg-content__btn {
    text-align: center;
    margin-top: 38px;
  }
  #lr30sg-app-page .lr30sg-content__btn__type {
    display: inline-block;
    padding: 2px 20px;
    background-color: #fff;
    border: 5px solid #6ec6d0;
    border-radius: 12px;
    color: #7e644d;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #lr30sg-app-page .lr30sg-content__btn:hover {
    opacity: .7;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] .lr30sg-content-layout__inner::before {
    top: -7.66vw;
    max-height: 10.4vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  /* ------------------------------------------------------
   * font-size
  ------------------------------------------------------ */
  .lr30sg-header__nav__list__type {
    font-size: calc( 16 * 100vw / 1280);
  }
  .lr30sg-header__info__type {
    font-size: calc( 14 * 100vw / 1280);
  }
  .ec-button__link {
    font-size: calc( 22 * 100vw / 1280);
  }
  .lr30sg-hero__detail__text {
    font-size: calc( 20 * 100vw / 1280);
  }
  .lr30sg-hero__detail__text--small,
  .lr30sg-hero__detail__date {
    font-size: calc( 18 * 100vw / 1280);
  }
  .lr30sg-content__text {
    font-size: calc( 18 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table {
    font-size: calc( 16 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__title {
    font-size: calc( 26 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__detail {
    font-size: calc( 18 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__price--bold {
    font-size: calc( 32 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__date {
    font-size: calc( 18 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__characteristic {
    font-size: calc( 14 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__title {
    font-size: calc( 22 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__text {
    font-size: calc( 14 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other__label {
    font-size: calc( 16 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__text {
    font-size: calc( 22 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image-area {
    font-size: calc( 16 * 100vw / 1280);
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li {
    font-size: calc( 14 * 100vw / 1280);
  }
  .lr30sg-footer__copy small {
    font-size: calc( 7 * 100vw / 1280);
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__text {
    font-size: calc( 16 * 100vw / 1280);
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note {
    font-size: calc( 14 * 100vw / 1280);
  }
  #lr30sg-app-page .lr30sg-content__btn__type {
    font-size: calc( 22 * 100vw / 1280);
  }
  .lr30sg-header__inner {
    max-width: 90vw;
  }
  .lr30sg-header__nav {
    width: auto;
    max-width: 40vw;
  }
  .lr30sg-header__nav__list {
    width: 50vw;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .lr30sg-header__nav__list li {
    margin-left: 1vw;
  }
  .lr30sg-header__nav__list li:nth-of-type(n+3) {
    margin-top: 1vw;
  }
  .lr30sg-hero__title-area {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 50%;
  }
  .lr30sg-hero__lead img {
    width: 80%;
  }
  .lr30sg-hero__title img {
    margin-top: 0;
  }
  .lr30sg-content-layout__body {
    margin-top: 1.2vw;
  }
  .lr30sg-content__column {
    margin-top: 3vw;
  }
  .lr30sg-content__title img {
    max-width: 80%;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__text + .lr30sg-content__image {
    margin-top: -5vw;
  }
  .lr30sg-content-layout[data-category="howto"]::before {
    top: -8%;
    background-size: contain;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__text + .lr30sg-content__image,
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__image + .lr30sg-content__image {
    margin: 2vw auto;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__column {
    width: 70vw;
    margin: 2vw auto;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__title img,
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__title img,
  .lr30sg-content-layout[data-category="gallery"] .lr30sg-content__title img {
    width: 15vw;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content-layout__body::before {
    width: 0;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__title::before {
    top: 16%;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li {
    padding-left: 1.5em;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li::before {
    top: 8%;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="feature"] .lr30sg-content-layout__body::after {
    bottom: -5.2%;
    right: -8%;
    width: 100%;
    max-width: 78px;
    height: 100%;
    max-height: 76px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="howto"]::before {
    top: -15%;
    left: 16.5%;
    width: 100%;
    max-width: 177px;
    height: 100%;
    max-height: 156px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 950px) {
  .lr30sg-content-layout[data-category="howto"]::before {
    top: -7.8%;
  }
}
/***
@media print, screen and (min-width: 768px) and (max-width: 960px) {
}
@media print, screen and (min-width: 1921px) {
}
@media print, screen and (min-width: 768px) and (max-width: 1920px) {
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * header
  ------------------------------------------------------ */
  .lr30sg-header {
    background-color: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .lr30sg-header__inner {
    height: 100%;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  /* ヘッダーのロゴ部分 */
  .lr30sg-header__title {
    width: 55px;
    z-index: 999;
  }
  .lr30sg-header__title__logo {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* ヘッダーのナビ部分 */
  .lr30sg-header__nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 60px);
    background-color: #fff;
    overflow-y: auto;
  }
  .lr30sg-header__nav__list {
    padding: 20px 15px 10px;
  }
  .lr30sg-header__nav__list .lr30sg-header__nav__list__type[data-category*="info"] {
    padding: 4px 20px;
  }
  /* ナビのリンク */
  .lr30sg-header__nav__list__type {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 8px 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .lr30sg-header__nav__list__type[data-category*="info"] .lr30sg-header__nav__list__label {
    font-size: 1.4rem;
    line-height: 1.0
  }
  .lr30sg-header__nav__list__type[data-category="feature"] {
    border: 2px solid #ecf3cf;
    background-color: #ecf3cf;
  }
  .lr30sg-header__nav__list__type[data-category="howto"] {
    border: 2px solid #cfeaf1;
    background-color: #cfeaf1;
  }
  .lr30sg-header__nav__list__type[data-category="spec"] {
    border: 2px solid #fbe2e9;
    background-color: #fbe2e9;
  }
  .lr30sg-header__nav__list__type[data-category="tape"] {
    border: 2px solid #fde8c8;
    background-color: #fde8c8;
  }
  .lr30sg-header__nav__list__type[data-category="gallery"] {
    border: 2px solid #e5dbec;
    background-color: #e5dbec;
  }
  .lr30sg-header__nav__list__type[data-category="info"] {
    border: 2px solid #333;
    background-color: #fff;
  }
  .lr30sg-header__nav__list__type[data-category="info"] .lr30sg-header__nav__list__label {
    color: #333;
  }
  .lr30sg-header__nav__list__type[data-category="logo"] .lr30sg-header__nav__list__label img {
    width: 105px;
  }
  .lr30sg-header__nav__list__label {
    color: #7e644d;
    font-weight: bold;
  }
  .lr30sg-header__nav__list li:last-child .lr30sg-header__nav__list__type {
    margin-bottom: 0;
  }
  /* ハンバーガーメニュー */
  .lr30sg-header__hamburger {
    width: 30px;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    z-index: 999;
  }
  /* ハンバーガーメニューの線 */
  .lr30sg-header__hamburger span {
    width: 100%;
    height: 3px;
    background-color: #7e644d;
    border-radius: 3px;
    position: relative;
    transition: ease .4s;
    display: block;
  }
  .lr30sg-header__hamburger span:nth-child(1) {
    top: 0;
  }
  .lr30sg-header__hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .lr30sg-header__hamburger span:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .lr30sg-header__hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .lr30sg-header__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .lr30sg-header__hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }

  /* ------------------------------------------------------
   * TOP Page Component
  ------------------------------------------------------ */
  .MainBody {
    padding-top: 4px;
  }
  .container {
    padding: 0;
  }
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    margin-top: 8px;
  }
  .ec-button__link {
    display: inline-block;
    padding: 1px 20px 3px;
    background-color: #fff;
    border: 4px solid #6ec6d0;
    border-radius: 10px;
    color: #7e644d!important;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .3em;
  }
  .ec-button__link:hover {
    opacity: .7;
  }
  .ec-button__label {
    margin-left: .3em;
  }
  .table-ec-button {
    display: inline-block;
    min-width: 90px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button__link {
    display: inline-block;
    padding: 1px 18px 3px;
    background-color: #fff;
    border: 4px solid #6ec6d0;
    border-radius: 5px;
    color: #7e644d!important;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .3em;
  }
  .table-ec-button__link:hover {
    opacity: .7;
  }
  .table-ec-button__label {
    margin-left: .3em;
  }
  /* ----- lr30sg-hero ----- */
  .lr30sg-hero-layout__inner {
    position: relative;
  }
  .lr30sg-hero__contents {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px 14px;
  }
  .lr30sg-hero__image img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .lr30sg-hero__lead img {
    width: 39%;
  }
  .lr30sg-hero__title img {
    width: 100%;
  }
  .lr30sg-hero__detail-area {
    width: 66%;
    margin-top: 34.9vw;
    color: #7e644d;
    font-weight: bold;
  }
  .lr30sg-hero__detail__text {
    margin-top: 6px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .lr30sg-hero__detail__text--small,
  .lr30sg-hero__detail__date {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .lr30sg-hero__app-area {
    width: 100%;
    position: absolute;
    bottom: 5vw;
    left: 0;
    padding: 0 15px;
  }
  .lr30sg-hero__app__column {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
  .lr30sg-hero__app__icon {
    width: 25%;
  }
  .lr30sg-hero__app__text {
    width: 54%;
  }
  .lr30sg-hero__app__btn-area {
    width: 100%;
    margin-left: 8px;
  }
  .lr30sg-hero__app__btn {
    width: 37%;
  }
  .lr30sg-hero__app__btn + .lr30sg-hero__app__btn {
    margin-top: 6px;
  }
  .lr30sg-hero__app__link {
    display: block;
  }
  /* ----- lr30sg-content-layout ----- */
  .lr30sg-content-layout {
    width: 100vw;
    margin-top: 25px;
    margin-left: calc(50% - 50vw);
  }
  .lr30sg-content-layout__inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 25px 15px 30px;
  }
  .lr30sg-content-layout__head {
    text-align: center;
  }
  .lr30sg-content-layout__body {
    margin-top: 12px;
  }
  .lr30sg-content__text {
    text-align: center;
    color: #7e644d;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lr30sg-content__column {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .lr30sg-content__column + .lr30sg-content__column {
    margin-top: 25px;
  }
  /* ----- lr30sg-content-layout data-category="feature" ----- */
  .lr30sg-content-layout[data-category="feature"]{
    background-color: #ecf3cf;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__text + .lr30sg-content__image {
    margin-top: -15px;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__image + .lr30sg-content__image {
    margin-top: -6px;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column {
    margin-top: 22px;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__image + .lr30sg-content__column {
    margin: 22px 0 0 10px;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(1) {
    width: 21%;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(2) {
    width: 21%;
    margin-left: -22px;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(3) {
    width: 48%;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column + .lr30sg-content__column {
    display: block;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column + .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(2) {
    margin-left: 0;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column + .lr30sg-content__column .lr30sg-content__column__item img {
    width: 100%;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column + .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(1) {
    width: 95%;
    margin: 30px auto 0;
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__column + .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(2) {
    width: 98%;
    margin: 34px auto 0;
  }
  /* ----- lr30sg-content-layout data-category="howto" ----- */
  .lr30sg-content-layout[data-category="howto"]{
    position: relative;
    margin-top: 50px;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content-layout__character {
    position: relative;
    background-color: #cfeaf1;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content-layout__character::before {
    position: absolute;
    top: -9.25vw;
    left: 0;
    width: 100%;
    height: 10.15vw;
    max-height: 131px;
    content: "";
    display: inline-block;
    background: url("/sp/lr30sg/img/index_im09.png") no-repeat bottom center;
    background-size: calc(100% - 30px) auto;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__text {
    font-size: 1.3rem;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__image {
    margin-top: 15px;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__image img {
    width: 100%;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__column {
    margin-top: 18px;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(1) {
    width: 18%;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(2) {
    width: 57%;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__column .lr30sg-content__column__item:nth-of-type(3) {
    width: 21%;
  }
  .lr30sg-content-layout[data-category="howto"] .lr30sg-content__app__button__type {
    display: block;
  }
  /* ----- lr30sg-content-layout data-category="spec" ----- */
  .lr30sg-content-layout[data-category="spec"]{
    background-color: #fbe2e9;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content-layout__body {
    margin: 20px auto 0;
    padding: 30px 15px 22px;
    border: 4px solid #c8a180;
    background-color: #fffde4;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__title {
    width: 81px;
    margin: 0 auto;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-area {
    margin: 0 auto;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider__image {
    margin: 0 auto;
    width: 160px;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail {
    margin: 16px auto 0;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail .slick-track {
    display: flex;
    justify-content: center;
    transform: unset!important;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail__item {
    float: none;
    width: auto!important;
    margin: 0 18px;
    transition: opacity .2s ease;
    cursor: pointer;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail__item:hover,
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__slider-thumbnail .slick-current {
    opacity: .5;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-arrow {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 29px;
    transform: translateY(-50%);
  }
  .lr30sg-content-layout[data-category="spec"] .slick-prev {
    left: 5%;
    z-index: 1;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-next {
    right: 5%;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-prev:before,
  .lr30sg-content-layout[data-category="spec"] .slick-next:before {
    content: "";
    display: block!important;
    position: absolute;
    top: 5px;
    left: -4px;
    width: 20px;
    height:20px;
    border-top: solid 2px #7e644d;
    border-right: solid 2px #7e644d;
    transform: rotate(45deg);
    opacity: 1;
  }
  .lr30sg-content-layout[data-category="spec"] .slick-prev:before {
    left: 2px;
    transform: rotate(225deg);
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table-area {
    margin: 33px auto 0;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #7e644d;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table tr {
    border-top: 1px solid #7e644d;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table tr:last-child {
    border-bottom: 1px solid #7e644d;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table th {
    width: 25%;
    padding: 7px 0;
    border-right: 1px solid #7e644d;
    text-align: left;
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table .cell__middle {
    vertical-align: middle
  }
  .lr30sg-content-layout[data-category="spec"] .lr30sg-content__table td {
    width: 75%;
    padding: 7px 0 7px 10px;
  }
  /* ----- lr30sg-content-layout data-category="tape" ----- */
  .lr30sg-content-layout[data-category="tape"]{
    background-color: #fde8c8;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content-layout__body {
    position: relative;
    margin: 20px auto 0;
    padding: 18px 15px 20px;
    border: 4px solid #c8a180;
    background-color: #fffde4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content-layout__body::before {
    display: none;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__title {
    width: 106px;
    margin: 0 auto;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__icon {
    position: absolute;
    top: -24px;
    left: -16px;
    width: 66px;
    display: inline-block;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__column {
    display: block;
    color: #7e644d;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__title {
    color: #7e644d;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__detail {
    display: block;
    color: #7e644d;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__price {
    margin-top: .3em;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__price--bold {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width {
    margin-top: .3em;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width--bold {
    font-weight: bold;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__date {
    color: #7e644d;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__image {
    width: 157px;
    margin: 7% auto 0;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__image img {
    margin-left: 12%;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort {
    margin-top: 18px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__characteristic {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__characteristic--bold {
    display: block;
    font-weight: bold;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort + .lr30sg-content__tape__sort {
    margin-top: 22px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__title {
    position: relative;
    padding-left: 1.4em;
    color: #7e644d;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__title::before {
    position: absolute;
    top: 6px;
    left: 2px;
    content: "";
    width: 13px;
    height: 13px;
    background-color: #7e644d;
    border-radius: 50px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__sort__image {
    display: -webkit-flex;
    display: flex;
    margin-top: 7px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__characteristic {
    margin-top: 30px;
    padding: 10px 10px 6px;
    border: 2px solid #7e644d;
    color: #7e644d;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__characteristic--bold {
    display: block;
    font-weight: bold;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape-area + .lr30sg-content__tape-area {
    margin-top: 24px;
    padding-top: 15px;
    border-top: 2px dashed #7e644d;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape-area + .lr30sg-content__tape-area .lr30sg-content__tape__column__item {
    width: 61.8%;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape-area + .lr30sg-content__tape-area .lr30sg-content__tape__column__item + .lr30sg-content__tape__column__item {
    width: 36.7%;
    text-align: right;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other-area {
    margin-top: 22px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__text {
    color: #7e644d;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other {
    width: 100%;
    text-align: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other__type {
    display: block;
    margin-top: 7px;
    padding: 8px 10px;
    border: 1.5px solid #7e644d;
    border-radius: 30px;
    background-color: #fde8c8;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__other__label {
    color: #7e644d;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width-area {
    margin-top: 20px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__text {
    color: #7e644d;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image-area {
    margin: 10px 0 0 7%;
    color: #7e644d;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image img {
    width: 54%;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__width__image .figure__caption {
    width: 100%;
    margin-left: 1em;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note-wrap {
    margin-top: 15px;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li {
    position: relative;
    padding-left: 1.2em;
    color: #7e644d;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li:nth-of-type(n+2) {
    margin-top: 0.65em;
  }
  .lr30sg-content-layout[data-category="tape"] .lr30sg-content__tape__note li::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 13px;
    height: 12px;
    background-color: #7e644d;
    border-radius: 50px;
  }
  /* ----- lr30sg-content-layout data-category="gallery" ----- */
  .lr30sg-content-layout[data-category="gallery"]{
    background-color: #e5dbec;
  }
  .lr30sg-content-layout[data-category="gallery"] .lr30sg-content-layout__body {
    margin-top: 20px;
  }
  .lr30sg-content-layout[data-category="gallery"] .lr30sg-content__title {
    width: 112px;
    margin: 0 auto;
  }
  .lr30sg-content-layout[data-category="gallery"] .lr30sg-content__image {
    width: 84%;
    margin: 0 auto;
  }
  .lr30sg-content-layout[data-category="gallery"] .lr30sg-content__gallery {
    margin-top: 30px;
  }
  .lr30sg-content-layout[data-category="gallery"] .product__image {
    border: 2px solid #fff;
  }
  /* ----- lr30sg-modal-container ----- */
  .lr30sg-modal-container {
    display: none;
  }
  /* ----- lr30sg-modal-content ----- */
  .lr30sg-modal-content {
    position: relative;
    margin: 10px 10%;
    border-radius: 10px;
    padding: 28px 20px 15px;
    background-color: #ffffff;
  }
  /* v2 */
  .lr30sg-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 30px 30px 20px;
    background: #ffffff;
  }
  /* ----- lr30sg-modal__type ----- */
  .lr30sg-modal__type:hover {
    opacity: .7;
  }
  /* ----- lr30sg-gallrey (modal) ----- */
  #cboxOverlay.lr30sg-gallrey {
    background: #000000;
  }
  #colorbox.lr30sg-gallrey #cboxContent {
    background: #fff;
    margin-top: 0;
  }
  #colorbox.lr30sg-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.lr30sg-gallrey #cboxClose {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    background: url("/sp/lr30sg/img/btn-close.png") no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.lr30sg-gallrey #cboxNext,
  #colorbox.lr30sg-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -16px;
    background: url("/sp/lr30sg/img/btn-pager.png") no-repeat;
    width: 14px;
    height: 25px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.lr30sg-gallrey #cboxPrevious {
    left: 6px;
  }
  #colorbox.lr30sg-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 6px;
  }
  #cboxOverlay.lr30sg-gallrey {
    background: #000000;
  }
  /* ----- type-lr30sg-gallery ----- */
  .type-lr30sg-gallery .column__item:hover {
    opacity: 0.8;
  }
  .type-lr30sg-gallery[data-row-pc]:not([data-row-pc="1"]) > .column__item {
    margin-left: 40px;
  }
  .type-lr30sg-gallery[data-row-pc="2"] > .column__item {width: calc((100% - (40px * 1)) / 2);}
  .type-lr30sg-gallery[data-row-pc="3"] > .column__item {width: calc((100% - (40px * 2)) / 3);}
  .type-lr30sg-gallery[data-row-pc="4"] > .column__item {width: calc((100% - (40px * 3)) / 4);}
  .type-lr30sg-gallery[data-row-pc="5"] > .column__item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .type-lr30sg-gallery[data-row-pc="2"] > .column__item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .type-lr30sg-gallery[data-row-pc="3"] > .column__item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .type-lr30sg-gallery[data-row-pc="4"] > .column__item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .type-lr30sg-gallery[data-row-pc="5"] > .column__item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .type-lr30sg-gallery[data-row-pc="2"] > .column__item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .type-lr30sg-gallery[data-row-pc="3"] > .column__item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .type-lr30sg-gallery[data-row-pc="4"] > .column__item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .type-lr30sg-gallery[data-row-pc="5"] > .column__item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .type-lr30sg-gallery[data-row-pc="2"] > .column__item:nth-child(2n+1),
  .type-lr30sg-gallery[data-row-pc="3"] > .column__item:nth-child(3n+1),
  .type-lr30sg-gallery[data-row-pc="4"] > .column__item:nth-child(4n+1),
  .type-lr30sg-gallery[data-row-pc="5"] > .column__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .type-lr30sg-gallery[data-row-pc="1"] > .column__item + .column__item,
  .type-lr30sg-gallery[data-row-pc="2"] > .column__item:nth-child(n+3),
  .type-lr30sg-gallery[data-row-pc="3"] > .column__item:nth-child(n+4),
  .type-lr30sg-gallery[data-row-pc="4"] > .column__item:nth-child(n+5),
  .type-lr30sg-gallery[data-row-pc="5"] > .column__item:nth-child(n+6) {
    margin-top: 40px;
  }

  /* ------------------------------------------------------
   * footer
  ------------------------------------------------------ */
  .lr30sg-footer {
    margin-top: 30px;
    padding: 30px 17px 18px 17px;
    background: #e5e5e5;
    text-align: center;
    position: relative;
  }
  .pagetop {
    position: absolute;
    right: 17px;
    top: -21px;
  }
  .pagetop__btn {
    display: block;
    position: relative;
    height: 42px;
    width: 42px;
    background: #ecda1d;
    border-radius: 106px;
    overflow: hidden;
  }
  .pagetop__btn::before {
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    left: 13px;
  }
  .pagetop__btn__label {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  .lr30sg-footer__copy {
    margin-top: 18px;
  }
  .lr30sg-footer__copy small {
    font-size: 0.6875rem;
    line-height: 2;
  }

  
  /* ------------------------------------------------------
   * App Page Component
  ------------------------------------------------------ */
  /* ----- lr30sg-content-layout data-category="app-howto" ----- */
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] {
    background-color: #ecf3cf;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content-layout__inner {
    padding-bottom: 58px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content-layout__body {
    position: relative;
    margin-top: -6px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content-layout__body::after {
    position: absolute;
        bottom: -4%;
    right: 3%;
    width: 100%;
    max-width: 20px;
    height: 100%;
    max-height: 19px;
    content: "";
    display: inline-block;
    background: url("/sp/lr30sg/howtoapp/img/index_im06.png") no-repeat;
    background-size: contain;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__title {
    width: 152px;
    margin: 0 auto;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__image img {
    width: 100%;
    margin: 0 auto;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__column {
    display: block;
    width: 80%;
    margin: 24px auto 0;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__column__item img {
    width: 100%;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__column__item + .lr30sg-content__column__item {
    margin-top: 30px;
  }
  /* ----- lr30sg-content-layout data-category="app-template" ----- */
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] {
    position: relative;
    margin-top: 30px;
    background-color: #cfeaf1;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"]::before {
    position: absolute;
    top: -15%;
    left: 5%;
    width: 100%;
    max-width: 52px;
    height: 100%;
    max-height: 46px;
    content: "";
    display: inline-block;
    background: url("/sp/lr30sg/howtoapp/img/index_im05.png") no-repeat;;
    background-size: contain;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] .lr30sg-content-layout__body {
    margin-top: 25px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] .lr30sg-content__image {
    max-width: 1126px;
    margin: -15px auto 0;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-template"] .lr30sg-content__image img {
    width: 100%;
  }
  /* ----- lr30sg-content-layout data-category="app-download" ----- */
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] {
    background-color: #fbe2e9;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__title {
    width: 328px;
    margin: 0 auto;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__column {
    position: relative;
    display: block;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__column__item:first-child {
    margin: 30px 0 0 42px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__icon {
    width: 100%;
    max-width: 28%;
    margin: 0 auto;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__text {
    margin-top: 16px;
    color: #7e644d;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__type {
    width: calc((100% - 15px)/2);
    max-width: 250px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__type + .lr30sg-content__download__app__type {
    margin-left: 15px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__link {
    display: block;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__link img {
    width: 100%;
    max-width: 165px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note-wrap {
    margin-top: 10px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note {
    color: #7e644d;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note li {
    position: relative;
    padding-left: 1em;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    width: 13px;
    height: 13px;
    color: #7e644d;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__column__item:last-child {
    margin-top: 32px;
    text-align: center;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__column__item:last-child img {
    width: 100%;
    max-width: 138px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__column::after {
    display: none;
  }
  #lr30sg-app-page .lr30sg-content__btn {
    text-align: center;
    margin-top: 20px;
  }
  #lr30sg-app-page .lr30sg-content__btn__type {
    display: inline-block;
    padding: 4px 20px;
    background-color: #fff;
    border: 4px solid #6ec6d0;
    border-radius: 12px;
    color: #7e644d;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #lr30sg-app-page .lr30sg-content__btn:hover {
    opacity: .7;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 375px) {
}
***/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .lr30sg-hero__detail__text {
    font-size: calc( 24 * 100vw / 767);
  }
  .lr30sg-hero__detail__text--small,
  .lr30sg-hero__detail__date {
    font-size: calc( 22 * 100vw / 767);
  }
  .lr30sg-content-layout[data-category="feature"] .lr30sg-content__image img {
    width: 100%;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-howto"] .lr30sg-content__title {
    width: 100%;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__title {
    width: 100%;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__text {
    font-size: calc( 24 * 100vw / 767);
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__link img {
    max-width: none;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__note {
    font-size: calc( 24 * 100vw / 767);
  }
}
@media only screen and (min-width: 480px) and (max-width: 710px) {
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__link img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 550px) {
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__link img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 370px) {
  .lr30sg-hero__detail-area {
    margin-top: 31vw;
  }
  .lr30sg-hero__app-area {
    bottom: 3vw;
  }
  .table-ec {
    flex-flow: column;
    align-items: baseline;
  }
  .table-ec-button {
    margin-left: 0;
    margin-top: 5px;
  }
  #lr30sg-app-page .lr30sg-content-layout[data-category="app-download"] .lr30sg-content__download__app__link img {
    max-width: 140px;
  }
}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}