@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
.c-both {
  clear: both;
}
/**************************
/*ローディング*
**************************/
/* ブラウザのスクロールバーを常に表示させることでカクカクッとなるのを防ぐ */
html {
  overflow-y: scroll;
}
/* ローディング関係ない部分のCSS */
.button {
  background: #FFF;
  border: 1px solid #222;
  border-radius: 5px;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 30px auto;
  text-align: center;
  width: 600px;
}
.button:hover {
  background: #fff;
  color: #222;
}
img {
  max-width: 100%;
}
/* ローディングの背景部分のCSS */
.loader {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation, .loader-animation:before, .loader-animation:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader-animation {
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  color: #ffffff;
  text-indent: -9999em;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader-animation:before, .loader-animation:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader-animation:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-animation:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/**************************
/*トップへ戻るボタン*
**************************/
.topBtn {
  position: fixed; /*固定*/
  bottom: 20px; /*場所を右下に移動*/
  right: 20px; /*場所を右下に移動*/
  display: block; /*aタグをblock要素に変更*/
  background-color: #FFF; /*以下、デザイン*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  border-radius: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  opacity: 0.7;
}
.topBtn:before {
  content: '\25B2';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.topBtn:hover {
  opacity: 0.5;
}
/**************************
/*ふわっと表示*
**************************/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
/**************************
/*全体*
**************************/
article {
  margin: 0 auto;
  padding: 0;
  background-color: #e3cecd;
}
#top {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  background: url("../images/title_bg.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
}
#ACR {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #e3cecd;
  padding-bottom: 3em;
}
.concept {
  text-align: left;
  font-family: yu-mincho-pr6n, sans-serif;
}
.slipper {
  float: none;
  margin: 1em auto !important;
  width: 70% !important;
}
/* 	スマホ ------------------------------------------------------------------------------------------------------------------------------スマホ---- */
@media screen and (max-width: 736px) {
  /* PCを非表示   
---------------------------------------*/
  .namepc {
    display: none;
  }
  .concept {
    font-size: 16px;
    line-height: 22px;
    margin: 2em .5em 0;
  }
  p.event_txt {
    margin: .5em;
    text-align: left;
  }
  p.text2 {
    margin: .5em 0 0 0;
  }
  p.note {
    font-size: .8em;
    line-height: 1.2em;
    margin: .5em;
    text-align: left;
  }
  #top h2 {
    font-size: 2em;
    line-height: 1.6em;
    font-weight: bold;
  }
  .mb5em {
    margin-bottom: 1em !important;
  }
  .conbox {
    width: 96%;
    margin: 0 auto 3em;
  }
  .phtL {
    float: none;
  }
  .phtR {
    float: none;
    margin: 0;
    padding: 0;
  }
  .phtL img, .phtR img {
    width: 100%;
  }
  .conL {}
  .content {
    padding: 1em;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
  }
  .content2 {
    padding: 1em 2%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
  }
  .details h3 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 2em;
    font-weight: bold;
  }
  /* -------------商品  2枠 */
  #RR ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
  }
  #RR li {
    margin: 0 3%;
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    list-style-type: none;
    float: left;
  }
  #RR li img {
    width: 100%;
    height: auto;
  }
  #RR li p {
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
  }
  #RR h3 {
    margin: .5em 0;
    padding: 0;
    line-height: 1em;
    font-size: 2em;
    font-weight: bold;
  }
  .eventBox {
    margin: 2px;
  }
  .left {
    padding: 5px;
    width: 97%;
  }
  .right {
    padding: 5px;
    width: 97%;
  }
  .copy {
    font-family: yu-mincho-pr6n, sans-serif;
    font-size: 50px;
    text-align: center;
    color: #333;
    margin: 1em 0 .3em !important;
    line-height: 1em;
  }
  .catchphrase {
    font-family: yu-mincho-pr6n, sans-serif;
    padding: 0;
    margin: .5em 0;
    color: #344162;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.4em;
    text-align: left;
    display: inline-block;
  }
  .catchphraseL {
    font-family: yu-mincho-pr6n, sans-serif;
    padding: .5em 0;
    margin: 0;
    color: #344162;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.4em;
    text-align: left;
    display: inline-block;
  }
  p.text {
    margin: .5em 0;
    padding: 0;
  }
  h2.event_title {
    color: #344162;
    padding: .2em 0 .2em .5em;
    border-top: solid 3px #344162;
    border-bottom: solid 1px #344162;
  }
  .hrsp {
    border-top: 2px dotted #344162;
    margin: 2em .5em 1em;
  }
  #RR {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 3em 0 5em;
    background: #edeeee;
  }
  #RR .text {
    margin: .5em 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.6em;
  }
  #RR .text2 {
    margin: .5em 0;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.4em;
  }
  #RR .note {
    margin: .5em 0;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .present_box {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin: 3em .3em;
    padding: 3em 1em 1em 1em;
  }
  .present_box h3 {
    text-align: center !important;
    position: absolute;
    right: 0;
    left: 0;
    top: -2em;
  }
  .present_box span {
    font-family: 'Noto Serif JP', serif;
    padding: 0;
    background: #edeeee;
    color: #344162;
    font-size: 1.9em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
  }
  .present_box.inner {
    padding: 1.5em 2em;
  }
  h4.present_h4 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.8em;
    font-weight: bold;
  }
  h5.present_h5 {
    margin: .5em 0 0 !important;
    padding: 0;
    font-size: 18px;
    color: #344162;
    font-weight: bold;
  }
  .present_txt span {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 1em;
    background: none;
    color: #000;
    font-size: 1em;
  }
  p.present_p {
    margin: 0 !important;
    padding: 0 .5em 1em !important;
  }
  .event2_box {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin: 3em .3em;
    padding: 3em 1em 1em 1em;
  }
  .event2_box h3 {
    text-align: center !important;
    position: absolute;
    right: 0;
    left: 0;
    top: -2em;
  }
  .event2_box span {
    font-family: 'Noto Serif JP', serif;
    padding: 0;
    background: #edeeee;
    color: #344162;
    font-size: 1.9em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
  }
  #airweave .event2_box span {
    font-family: 'Noto Serif JP', serif;
    padding: 0 .5em;
    background: #e3cecd;
    color: #344162;
    font-size: 4em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
  }
  #airweave .event2_box h3 {
    text-align: center !important;
    position: absolute;
    right: 0;
    left: 0;
    top: -3em;
  }
  #airweave .event2_box span {
    font-family: 'Noto Serif JP', serif;
    padding: 0 .5em;
    background: #e3cecd;
    color: #344162;
    font-size: 4em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
  }
  .event2_box.inner {
    padding: 1.5em 2em;
  }
  h4.event2_h4 {
    margin: 0 !important;
    padding: 0 .5em .5em .5em !important;
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1.4em;
  }
  h5.event2_h5 {
    margin: .5em 0 0 !important;
    padding: 0;
    font-size: 18px;
    color: #344162;
    font-weight: bold;
  }
  .event2_txt span {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 1em;
    background: none;
    color: #000;
    font-size: 1em;
  }
  p.event2_p {
    margin: 0 !important;
    padding: 0 .5em 1em !important;
  }
  .event_box {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin: 1em .3em;
    padding: 3em 1em 1em 1em;
  }
  .event_box h3 {
    text-align: center !important;
    position: absolute;
    right: 0;
    left: 0;
    top: -3em;
  }
  .event_box span {
    font-family: 'Noto Serif JP', serif;
    padding: 0 .5em;
    background: #e3cecd;
    color: #344162;
    font-size: 4em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
  }
  .event_box h4 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2em;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
  }
  .event_box .inner {
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }

    
    
    .box_3f {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin: 1em .3em;
    padding: 3em 1em 1em 1em;
    background-color:#fff2f0;
  }
    .box_3f h3 {
    text-align: center !important;
  padding:0 0 1em 0;

  }
    .box_3f h3 span {
    font-family: 'Noto Serif JP', serif;
    padding: 0 0 1em 0;
    color: #344162;
    font-size: 3em;
    text-align:center;
    line-height: 1.2em;
    font-weight: bold;
  }

    .box_3f h4  {
      margin:2em 0 1em 0;
  }

    .box_3f h4 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2em;
  text-align:center;
  line-height: 1.3em;
  font-weight: bold;
  color: #000;
  margin: 0 auto; 
  }

    .box_3f .inner {
    width: 98%;
    margin: 0 auto;
    text-align: center;
}
    
    .box_3f event_txt span {
    margin: .5em;
    text-align: left;
    font-weight:normal;
    padding:0 0 1em 0;
}

    
  .hr_p {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
  }
  .event_h4 {
    font-size: 1.6em;
    margin: .5em 0 0 .5em;
    padding: 0;
    font-weight: bold;
    text-align: left;
    line-height: 1.4em;
  }
  .event_txt span {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 1em;
    background: none;
    color: #000;
    font-size: 1em;
  }
  .event_img {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .event_img2 {
    width: 50%;
    margin: 0 auto 1em;
  }
  #RR {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    background: url("../images/bt_bg_sp.png") repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 6em 0 5em;
  }
}
/* 	PC -----------------------------------------------------------------------------------------------------------------------------------PC---- */
@media screen and (min-width: 737px) {
  /* SPを非表示
-----------------------------*/
  .namesf {
    display: none;
  }
  #airweave p.text {
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 1em 1em 1em 0;
  }
  p.text {
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 1em;
  }
  p.text2 {
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 1em 0;
  }
  .mb5em {
    margin-bottom: 10em !important;
  }
  #top h2 {
    font-family: yu-mincho-pr6n, sans-serif;
    font-size: 2em;
    font-weight: 900;
  }
  .concept {
    margin-top: 1em;
    font-size: 1.8em;
    line-height: 1.6em;
  }
  .content {
    padding: 5em;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
  }
  .copy {
    font-family: yu-mincho-pr6n, sans-serif;
    font-size: 40px;
    text-align: center;
    color: #000;
    line-height: 1;
    margin: 1em 0;
  }
  .catchphrase {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    padding: .5em;
    margin: 0 0 .5em 1em;
    color: #344162;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 2em;
  }
  .catchphraseL {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    padding: .5em 0;
    margin: 0 1em .5em 0;
    color: #344162;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 2em;
  }
  .details h3 {
    margin: 0;
    line-height: 1em;
    font-size: 1.8em;
    font-weight: bold;
  }
  .phtL {
    float: left;
    width: 50%;
    padding-right: 1%;
  }
  .phtR {
    float: right;
    width: 50%;
    padding-left: 1%;
  }
  .phtL img, .phtR img {
    max-width: 480px;
    width: 98%;
    height: auto;
  }
  .content2 {
    padding: 2em;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
  }
  #RR.content2 {
    position: relative;
    margin: 10px auto;
    width: 100%;
    max-width: 1000px;
    text-align: left;
  }
  #RR ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
  }
  #RR li {
    width: 50%;
    margin: 0 0 4em 0;
    text-align: center;
    vertical-align: middle;
    list-style-type: none;
    float: left;
  }
  #RR li img {
    max-width: 480px;
    width: 98%;
    height: auto;
  }
  #RR li p {
    width: 93%;
    margin: 5px auto 0px 10px;
    text-align: left;
    font-size: 14px;
  }
  #RR h2 {
    padding: .5em 0 1em;
    margin: 0;
    color: #344162;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    font-size: 2em;
  }
  #RR h3 {
    margin: 0 0 .5em 0;
    line-height: 1em;
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
  }
  #RR .name {
    margin: 0;
    line-height: 1em;
    font-size: 1.2em;
    font-weight: bold;
  }
  #RR .text {
    font-size: 1.6em;
    line-height: 1.6em;
  }
  #RR .text2 {
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 1em;
    color: #666;
  }
  .present_box {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin-top: 1em;
    padding: 1em 1.5em 1em;
    text-align: center;
  }
  .present_box h3 {
    text-align: center !important;
    position: absolute;
    right: 0;
    left: 0;
    top: -.5em;
  }
  .present_box h3 span {
    font-family: 'Noto Serif JP', serif;
    padding: 0 .5em;
    background: #edeeee;
    color: #344162;
    font-size: 1.8em;
    font-weight: bold;
    line-height: .5em;
  }
  .present_box .inner {
    padding: 1.5em;
  }
  .present_box h4 span {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0 auto .5em;
  }
  .present_h4 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
  }
  .present_h5 {
    font-size: 2em;
    margin: 0;
    padding: 1em 0 0 0;
    font-weight: bold;
    color: #344162;
    text-align: left;
  }
  .present_p {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    text-align: left;
  }
  .event2_box {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin-top: 1em;
    padding: 1em 1.5em 1em;
  }
  .event2_box h3 {
    text-align: center !important;
    position: absolute;
    right: 0;
    left: 0;
    top: -.5em;
  }
  .event2_box .inner {
    padding: 1.5em;
  }
  #airweave .event2_box {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin: 2em 0 5em 0;
    padding: 1em 1.5em 1em;
  }
  #airweave .event2_h4 {
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
  }
  #RR .event2_h4 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
  }
  #RR_pre .event2_h4 {
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
  }
  #airweave .event2_box h3 span {
    font-family: 'Noto Serif JP', serif;
    padding: 0 .7em;
    background: #e3cecd;
    color: #344162;
    font-size: 3em;
    font-weight: bold;
    line-height: .5em;
  }
  .event2_box h3 span {
    font-family: 'Noto Serif JP', serif;
    padding: 0 .7em;
    background: #edeeee;
    color: #344162;
    font-size: 2em;
    font-weight: bold;
    line-height: .5em;
  }
  .event_h4 {
    font-size: 1.6em;
    margin: 1em 0 0 0;
    padding: 0;
    line-height: 1.4em;
    font-weight: bold;
    text-align: left;
  }
  #airweave .event_h4 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
  }
  #RR .event_h4 {
    font-size: 1.5em;
    margin: 0;
    padding: 0 0 0 .5em;
    font-weight: bold;
    text-align: left;
  }
  #RR_pre .event_h4 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
  }
  .event2_h5 {
    font-size: 2em;
    margin: 0;
    padding: 1em 0 0 0;
    font-weight: bold;
    color: #344162;
  }
  .event2_p {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
  }
  span.floatR {
    margin: 0 !important;
    padding: 0;
  }
  #RR .boxL {
    display: flex;
  }
  .pillow {
    max-width: 300px;
  }
  .event_box {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin: 6em 0 5em;
    padding: 3em 1em 1em 1em;
  }
  .event_box h3 {
    text-align: center !important;
    position: absolute;
    right: 0;
    left: 0;
    top: -1.4em;
  }
  .event_box h3 span {
    font-family: 'Noto Serif JP', serif;
    padding: 0 .7em;
    background: #e3cecd;
    color: #344162;
    font-size: 3em;
    font-weight: bold;
    line-height: .5em;
  }
  .event_box h4 span {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 0 3em;
    margin: 0 auto;
  }
  .event_box.inner {
    padding: 1.5em 2em;
  }
  .event_txt span {
    font-family: 'Noto Sans JP', sans-serif;
    background: none;
    color: #000;
    font-size: 1.1em;
    font-weight: normal;
    padding: 1em 0 0 0;
  }
  .box_3f {
    border: 2px solid #344162;
    border-radius: 30px;
    position: relative;
    margin: 0 0 6em;
    padding: 3em 1em 1em 1em;
    background-color: #fff2f0;
  }
  .box_3f h3 {
    text-align: center;
    padding: 0 0 1em 0;
  }
  .box_3f h3 span {
    font-family: 'Noto Serif JP', serif;
    color: #344162;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.6em;
  }
  .box_3f h4 span {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 0 0 0 1em;
  }
  .box_3f p.event_txt {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.8em;
    padding: 1em 2em 1em 1.7em;
  }
  .hr_p {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
  }
  p.event_txt {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.8em;
    padding: 1em;
}
.event_img {
  margin: 0;
}
.note {
  margin: -1em 0 1em 1em;
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: left;
}
#RR {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  background: url("../images/bt_bg_sp.png") repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3em 0 2em;
}
}