@charset "utf-8";

/* ======================================================
 * lr30gs.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
====================================================== */

/* ======================================================
 * Font
====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .contents-wrap[data-contents-type="lr30gs"] {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
  }
  h2, h3, h4 {
    color: #000;
  }
  .util-pc-hidden {
    display: none!important;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- lr30gs-anchor-menu__area ----- */
  .lr30gs-anchor-menu__area {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 18px 0;
    background-color: #f5f5f5;
  }
  .lr30gs-anchor-menu__area__inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .lr30gs-anchor-link__list {
    display: flex;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .lr30gs-anchor-link__list > li {
    border-left: 1px solid #ddd;
  }
  .lr30gs-anchor-link__list > li:last-of-type {
    border-right: 1px solid #ddd;
  }
  .lr30gs-anchor-link__type {
    color: #000!important;
    display: block;
    width: 100%;
    padding: 0 18px;
  }
  .lr30gs-anchor-link__type:hover {
    text-decoration: underline;
  }
  .lr30gs-switch-btn {
    position: absolute;
    right: 0;
    top: -10%;
  }
  .lr30gs-switch-btn__type {
    display: inline-block;
    border-radius: 10px;
    font-size: 1.7rem;
    padding: 3px 12px;
    background-color: #3e8fe1;
    color: #fff!important;
  }
  .lr30gs-switch-btn__type:hover {
    opacity: .8;
  }
  /* ----- lr30gs-hero-layout ----- */
  .lr30gs-hero-layout {
    margin-top: 55px;
  }
  .lr30gs-hero-layout > .hero_visual {
    position: relative;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    text-align: center;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots > li {
    width: 12px;
    height: 12px;
    display: inline-block;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots > li + li {
    margin-left: 20px;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    padding: 0;
    background-color: #ccc;
    border: none;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    outline: none;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots > li.slick-active > button {
    opacity: 1.0;
    background-color: #000;
  }
  .lr30gs-hero-layout > .hero_caption {
    margin-top: 10px;
  }
  .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    text-indent: -9999em;
    cursor: pointer;
    top: 46%;
    z-index: 10;
    padding: 0;
    border: none;
  }
  .slick-arrow:hover {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    opacity: .8;
  }
  .slick-prev {
    background-image: url("/sp/english/lr30gs/img/index_pre_ic01.png");
    background-repeat: no-repeat;
    content: "";
    left: 0;
  }
  .slick-next {
    background-image: url("/sp/english/lr30gs/img/index_next_ic01.png");
    background-repeat: no-repeat;
    content: "";
    right: 0;
  }

  
  
  .color-area {
    background-color: #d6f4f0;
    width: 100vw;
    margin: 70px calc(50% - 50vw) 0;
  }
  .color-area__inner {
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 65px 40px 70px;
  }
  .lr30gs-lead-text {
    font-size: 2.6rem;
    font-weight: bold;
    color: #000;
  }
  .lr30gs-lead-text + .text, .lr30gs-lead-text + .text--center {
    margin-top: 10px;
  }
  .text--center {
    text-align: center;
  }
  .pc-text--center {
    text-align: center;
  }
  .text--small {
    font-size: 1.2rem;
  }
  
  .movie__wrap {
    width: 51%;
    padding: 0;
    margin: 40px auto 0;
    box-sizing: border-box;
  }
  .movie__inner {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
  }
  .movie__inner iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
  }
  
  /* ----- lr30gs-media ----- */
  .lr30gs-media {
    display: flex;
    margin-top: 45px;
  }
  .lr30gs-media__head {
    margin-right: 36px;
    width: 48.5%;
  }
  .lr30gs-media__body {
    display: flex;
    align-items: center;
    width: 48.5%;
  }
  
  .lr30gs-block {
    margin-top: 70px;
  }
  
  
  /* ----- lr30gs-flex__wrap ----- */
  .lr30gs-flex__wrap {
    display: flex;
    margin-top: 40px;
  }
  .lr30gs-flex__elm {
    width: 48.5%;
  }
  .lr30gs-flex__elm:first-child {
    margin-right: 36px;
  }
  .lr30gs-flex__elm__body {
    margin-top: 25px;
  }
  .lr30gs-flex__elm__body figure {
    text-align: center;
  }
  
  .lr30gs-image-wrap--center {
    text-align: center;
  }
  
  .lr30gs-button-wrap--center {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
  .lr30gs-button__type {
    display: block;
    padding: 15px 35px;
    border: 2px solid #000;
    border-radius: 5px;
    background-color: #000;
    color: #fff!important;
    font-size: 2rem;
    font-weight: bold;
  }
  .lr30gs-button__type:hover {
    background-color: #fff;
    color: #000!important;
  }
  
  /* ----- lr30gs-table ----- */
  .lr30gs-table {
    margin-top: 40px;
  }
  .lr30gs-table__matrix {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .lr30gs-table [class*=__cell] {
    padding: 15px 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
  }
  .lr30gs-table__cell__head {
    background-color: #f1f1f1;
    text-align: left;
    font-weight: 500;
  }
  .qr-code__area {
    margin-top: 20px;
  }
  
  
  /* ----- lr30gs-heading3 ----- */
  .lr30gs-heading3 {
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
    margin-top: 45px;
  }
  .lr30gs-heading3 .heading_title3 {
    font-size: 2.8rem;
    font-weight: bold;
  }
  /* ----- lr30gs-heading4 ----- */
  .lr30gs-heading4 {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .lr30gs-heading4 .heading_title4 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  
  /* ----- heading-decoration ----- */
  .heading-decoration {
    width: 250px;
    font-size: 3rem;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  /* ----- lr30gs-list-wrap ----- */
  .lr30gs-list-wrap {
    margin-top: 45px;
  }
  .lr30gs-list-wrap li {
    position: relative;
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .lr30gs-list-wrap li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 7px;
    left: 3px;
    background-color: #555;
  }
  .lr30gs-list-wrap li:not(:first-of-type) {
   margin-top: 13px; 
  }
  
  .pc-mt15 {
    margin-top: 15px!important;
  }
  .pc-mt35 {
    margin-top: 35px!important;
  }
  .pc-mt45 {
    margin-top: 45px!important;
  }
  /* ----- lr30gs-modal-container ----- */
  .lr30gs-modal-container {
    display: none;
  }
  
  /* ----- lr30gs-modal-content ----- */
  .lr30gs-modal-content {
    position: relative;
    margin: 0 60px;
    border-radius: 10px;
    padding: 4.0625em 4.375em;
    background: #ffffff;
  }
  /* v2 */
  .lr30gs-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 50px 50px 35px;
    background: #ffffff;
  }
  /* ----- lr30gs-gallrey (modal) ----- */
  #cboxOverlay.lr30gs-gallrey {
    background: #000000;
  }
  #colorbox.lr30gs-gallrey #cboxContent {
    background: #fff
  }
  #colorbox.lr30gs-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.lr30gs-gallrey #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url(/sp/english/lr30gs/img/btn-close.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.lr30gs-gallrey #cboxNext,
  #colorbox.lr30gs-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -30px;
    background: url("/sp/english/lr30gs/img/btn-pager.png") no-repeat;
    width: 20px;
    height: 38px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.lr30gs-gallrey #cboxPrevious {
    left: 10px;
  }
  #colorbox.lr30gs-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 10px;
  }
  /* ----- lr30gs-gallery-layout ----- */
  .lr30gs-gallery-layout {
  }
  .lr30gs-gallery-layout > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .lr30gs-gallery-layout > *:first-child {
    margin-top: 0 !important;
  }
  .lr30gs-gallery-layout .gallery_heading + * {
    margin-top: 3.125em !important;
  }
  .lr30gs-gallery-layout .gallery_title {
    text-align: center;
  }
  .lr30gs-gallery-layout .gallery_title .gallery_title_label {
    display: inline-block;
    position: relative;
    padding: 0 150px;
    font-size: 3.6rem;
    font-weight: 700;
    vertical-align: top;
    line-height: 1.4;
  }
  
  /* ----- type-lr30gs-gallery ----- */
  .type-lr30gs-gallery .column_item:hover {
    opacity: 0.8;
  }
  .type-lr30gs-gallery[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 40px;
  }
  .type-lr30gs-gallery[data-row-pc="2"] > .column_item {width: calc((100% - (40px * 1)) / 2);}
  .type-lr30gs-gallery[data-row-pc="3"] > .column_item {width: calc((100% - (40px * 2)) / 3);}
  .type-lr30gs-gallery[data-row-pc="4"] > .column_item {width: calc((100% - (40px * 3)) / 4);}
  .type-lr30gs-gallery[data-row-pc="5"] > .column_item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .type-lr30gs-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .type-lr30gs-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .type-lr30gs-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .type-lr30gs-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .type-lr30gs-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .type-lr30gs-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .type-lr30gs-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .type-lr30gs-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .type-lr30gs-gallery[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .type-lr30gs-gallery[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .type-lr30gs-gallery[data-row-pc="4"] > .column_item:nth-child(4n+1),
  .type-lr30gs-gallery[data-row-pc="5"] > .column_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .type-lr30gs-gallery[data-row-pc="1"] > .column_item + .column_item,
  .type-lr30gs-gallery[data-row-pc="2"] > .column_item:nth-child(n+3),
  .type-lr30gs-gallery[data-row-pc="3"] > .column_item:nth-child(n+4),
  .type-lr30gs-gallery[data-row-pc="4"] > .column_item:nth-child(n+5),
  .type-lr30gs-gallery[data-row-pc="5"] > .column_item:nth-child(n+6) {
    margin-top: 40px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .lr30gs-series-media::after,
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lr30gs-layout-v2 .lr30gs_inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .contents-wrap[data-contents-type="lr30gs"] {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1c1c1c;
    position: relative;
  }
  .lr30gs-heading .heading_title,
  .lr30gs-series-heading .heading_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .util-sp-hidden {
    display: none!important;
  }
  .text, .text--center {
    line-height: 1.75;
  }
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .container {
  }
  .Header {
    z-index: 999!important;
  }
  .menu-overlay {
    z-index: 99!important;
  }
  .search-overlay {
    z-index: 99!important;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- lr30gs-anchor-menu__area ----- */
  .anchor-menu__btn {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 5px 0 0 5px;
    background-color: #000;
  }
  .is-open .anchor-menu__btn {
    position: absolute;
    top: 110px;
    left: -35px;
    width: 45px;
    height: 45px;
    border-radius: 5px 0 0 5px;
    background-color: #000;
  }
  .anchor-menu__btn::before {
    position: absolute;
    top: 14px;
    left: 55%;
    width: 15px;
    height: 2px;
    margin: 0 0 0 -10px;
    background-color: #fff;
    content: "";
  }
  .anchor-menu__btn::after {
    position: absolute;
    bottom: 14px;
    left: 55%;
    width: 15px;
    height: 2px;
    margin: 0 0 0 -10px;
    background-color: #fff;
    content: "";
  }
  .anchor-menu__label {
    position: relative;
    display: block;
    text-indent: -9999em;
  }
  .anchor-menu__label::before {
    position: absolute;
    top: 21px;
    left: 55%;
    width: 15px;
    height: 2px;
    margin: 0 0 0 -10px;
    background-color: #fff;
    content: "";
  }
  
  .is-open .anchor-menu__btn::before, .is-open .anchor-menu__btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .is-open .anchor-menu__btn::before {
    transform: rotate(-45deg);
  }
  .is-open .anchor-menu__btn::after {
    transform: rotate(45deg);
  }
  .is-open .anchor-menu__label::before {
    width: 0;
    height: 0;
  }
  .lr30gs-anchor-menu__area {
    position: fixed;
    z-index: 100;
    top: 80px;
    right: 0;
  }
  .lr30gs-anchor-menu__area.is-open {
    z-index: 999;
  }
  .lr30gs-anchor-menu__area__inner {
  }
  .lr30gs-anchor-link {
    display: none;
  }
  .is-open .lr30gs-anchor-link {
    display: block;
  }
  .is-open .lr30gs-anchor-menu__area__inner {
    position: fixed;
    top: 0;
    left: 14%;
    width: 86%;
    padding: 22px 22px 35px;  
    background-color: #fff;
    z-index: 1000;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .is-open .lr30gs-anchor-link__inner {
    text-align: right;
  }
  .is-open .lr30gs-anchor-link__list {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .is-open .lr30gs-anchor-link__type {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1.5px solid #333;
    color: #000!important;
  }
  .is-open .lr30gs-anchor-link__list > li:not(:first-of-type) {
    margin-top: 12px;
  }
  .is-open .lr30gs-switch-btn {
    margin-top: 12px;
    padding-right: 20px;
    font-size: 1.4rem;
    background-image: url(/sp/english/lr30gs/img/lr30gs_ic02.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right;
  }
  .is-open .lr30gs-switch-btn__type {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1.5px solid #333;
    color: #000!important;
  }
  .anchor-menu__logo {
    display: none;
  }
  .is-open .anchor-menu__logo {
    display: block;
  }
  .is-open .anchor-menu__logo figure {
    display: inline-block;
  }
  .is-open .anchor-menu__logo__caption--center {
    margin-top: 7px;
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    
  }
  .anchor-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.4);
  }
  /* ----- lr30gs-hero-layout ----- */
  .lr30gs-hero-layout {
    margin: 0 -15px;
  }
  .lr30gs-hero-layout > .hero_visual {
    position: relative;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots {
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 100%;
    text-align: center;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots > li {
    width: 12px;
    height: 12px;
    display: inline-block;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots > li + li {
    margin-left: 20px;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    padding: 0;
    background-color: #ccc;
    border: none;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    outline: none;
    opacity: .5;
  }
  .lr30gs-hero-layout > .hero_visual .slick-dots > li.slick-active > button {
    opacity: 1.0;
    background-color: #000;
  }
  .lr30gs-hero-layout > .hero_caption {
    margin-top: 10px;
  }
  .slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    text-indent: -9999em;
    cursor: pointer;
    top: 46%;
    z-index: 10;
    padding: 0;
    border: none;
  }
  .slick-arrow:hover {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    opacity: .8;
  }
  .slick-prev {
    background-image: url("/sp/english/lr30gs/img/index_pre_ic01.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    content: "";
    left: 0;
  }
  .slick-next {
    background-image: url("/sp/english/lr30gs/img/index_next_ic01.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    content: "";
    right: 0;
  }
  
  .color-area {
    background-color: #d6f4f0;
    width: 100vw;
    margin: 50px calc(50% - 50vw) 0;
  }
  .color-area__inner {
    margin: 0 auto;
    padding: 30px 15px 20px;
  }
  .lr30gs-lead-text {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  }
  .text--center {
    text-align: center;
  }
  
  .movie__wrap {
    
  }
  .movie__wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .movie__inner {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
  }
  .movie__inner iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
  }
  /* ----- heading-decoration ----- */
  .heading-decoration {
    width: 195px;
    font-size: 2.25rem;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  
  
  .lr30gs-block {
    margin-top: 45px;
  }
  
  /* ----- lr30gs-media ----- */
  .lr30gs-media {
    display: flex;
    flex-direction: column-reverse!important;
    margin-top: 30px;
  }
  .lr30gs-media__head {
    width: 100%;
    margin: 15px 0 0;
  }
  .lr30gs-media__image {
    text-align: center;
  }
  .lr30gs-media__body {
  }
  /* ----- lr30gs-flex__wrap ----- */
  .lr30gs-flex__wrap {
  }
  .lr30gs-flex__elm {
    margin-top: 30px;
  }
  .lr30gs-flex__elm__body figure {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  /* ----- r30gs-button-wrap--center ----- */
  .lr30gs-button-wrap--center {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .lr30gs-button__type {
    display: block;
    padding: 15px 27px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #000;
    color: #fff!important;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  /* ----- lr30gs-table ----- */
  .lr30gs-table {
    margin-top: 20px;
  }
  .lr30gs-table__matrix {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .lr30gs-table [class*=__cell] {
    padding: 13px 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
  }
  .lr30gs-table__cell__head {
    background-color: #f1f1f1;
    text-align: left;
    font-weight: 500;
  }
  
  
  .lr30gs-image-wrap--center {
    text-align: center;
  }
  
  /* ----- download-btn ----- */
  .download-btn__wrap {
    margin-top: 25px;
  }
  .download-btn__inner {
    display: flex;
    justify-content: center;
  }
  .download-btn__type {
    display: block;
  }
  .download-btn__type:first-of-type {
    margin-right: 10px;
  }
  .download-btn__type:last-of-type {
    margin-left: 10px;
  }
  /* ----- lr30gs-heading3 ----- */
  .lr30gs-heading3 {
    padding-bottom: 8px;
    margin-top: 50px;
    border-bottom: 2px solid #ddd;
  }
  .lr30gs-heading3 .heading_title3 {
    font-size: 2rem;
    font-weight: bold;
  }
  /* ----- lr30gs-heading4 ----- */
  .lr30gs-heading4 {
    padding-bottom: 8px; 
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
  }
  .lr30gs-heading4 .heading_title4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  /* ----- lr30gs-list-wrap ----- */
  .lr30gs-list-wrap {
    margin-top: 15px;
  }
  .lr30gs-list-wrap li {
    position: relative;
    font-size: 1.1rem;
    padding-left: 15px;
  }
  .lr30gs-list-wrap li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 7px;
    left: 3px;
    background-color: #555;
  }
  .lr30gs-list-wrap li:not(:first-of-type) {
   margin-top: 13px; 
  }
  
  .text--small {
    font-size: 1.1rem;
  }
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt10 {
    margin-top: 10px!important;
  }
  .sp-mt15 {
    margin-top: 15px!important;
  }
  .sp-mt20 {
    margin-top: 20px!important;
  }
  .sp-mt23 {
    margin-top: 23px!important;
  }
  .sp-mt25 {
    margin-top: 25px!important;
  }
  /* ----- lr30gs-modal-container ----- */
  .lr30gs-modal-container {
    display: none;
  }
  
  /* ----- lr30gs-modal-content ----- */
  .lr30gs-modal-content {
    position: relative;
    margin: 10px 10%;
    border-radius: 10px;
    padding: 28px 20px 15px;
    background-color: #ffffff;
  }
  /* v2 */
  .lr30gs-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 30px 30px 20px;
    background-color: #ffffff;
  }
  
  /* ----- lr30gs-gallrey (modal) ----- */
  #colorbox.lr30gs-gallrey #cboxContent {
    background: #fff;
    margin-top: 0;
  }
  #colorbox.lr30gs-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.lr30gs-gallrey #cboxClose {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    background: url(/sp/english/lr30gs/img/btn-close.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.lr30gs-gallrey #cboxNext,
  #colorbox.lr30gs-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -16px;
    background: url("/sp/english/lr30gs/img/btn-pager.png") no-repeat;
    width: 14px;
    height: 25px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.lr30gs-gallrey #cboxPrevious {
    left: 6px;
  }
  #colorbox.lr30gs-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 6px;
  }
  #cboxOverlay.lr30gs-gallrey {
    background: #000000;
  }
  
  /* ----- lr30gs-gallery-layout ----- */
  .lr30gs-gallery-layout {
    margin-top: 45px;
  }
  .lr30gs-gallery-layout .column_item {
    margin-top: 1em;
  }
  .lr30gs-gallery-layout > *:first-child {
    margin-top: 0 !important;
  }
  .lr30gs-gallery-layout .gallery_heading + * {
    margin-top: 2.15em !important;
  }
  .lr30gs-gallery-layout .gallery_title {
    text-align: center;
  }
  .lr30gs-gallery-layout .gallery_title .gallery_title_label {
    display: inline-block;
    position: relative;
    padding: 0 80px;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: top;
  }
  .lr30gs-gallery-layout .gallery_title .gallery_title_label::before,
  .lr30gs-gallery-layout .gallery_title .gallery_title_label::after {
    position: absolute;
    top: 50%;
    content: "";
  }
  .lr30gs-gallery-layout .gallery_title .gallery_title_label::before {
    left: 0;
    width: 49px;
    height: 67px;
    margin-top: -33px;
    background: url("/hitotoki/sp/english/lr30gs/img/index_gallery_bg01.gif") no-repeat 0 0;
    background-size: 49px 67px;
  }
  .lr30gs-gallery-layout .gallery_title .gallery_title_label::after {
    right: 0;
    width: 54px;
    height: 39px;
    margin-top: -24px;
    background: url("/hitotoki/sp/english/lr30gs/img/index_gallery_bg02.gif") no-repeat 0 0;
    background-size: 54px 39px;
  }
  /* ------------------------------------------------------
   * 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 (min-width: 700px) and (max-width: 767px) {
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 365px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 355px) {
}
@media only screen and (max-width: 335px) {
}
@media only screen and (max-width: 320px) {
}


@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .lr30gs-anchor-menu__area__inner {
    width: auto;
    margin: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .lr30gs-anchor-link__list {
    justify-content: flex-start;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
}