/*------------------------------------*\
    $device setting
\*------------------------------------*/
#rollscreen_2022 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #332e2c;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 {
    max-width: 100%;
    padding: 0 5px;
  }
}

#rollscreen_2022 a {
  text-decoration: none;
}

#rollscreen_2022 a:hover {
  text-decoration: none;
}

#rollscreen_2022 h1,
#rollscreen_2022 h2,
#rollscreen_2022 p,
#rollscreen_2022 span {
  padding: 0;
  margin: 0;
}

#rollscreen_2022 ul,
#rollscreen_2022 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#rollscreen_2022 img {
  width: 100%;
}

#rollscreen_2022 .red {
  color: #d92323;
}

#rollscreen_2022 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#rollscreen_2022 .col > div {
  width: 49%;
}

#rollscreen_2022 .text-center {
  text-align: center;
}

#rollscreen_2022 .text-right {
  text-align: right;
}

#rollscreen_2022 .text-left {
  text-align: left;
}

#rollscreen_2022 hr.line {
  padding: 50px 0;
  height: 3px;
  background-color: #332e2c;
  width: 100%;
}

#rollscreen_2022 .navbar {
  padding: 0 10px;
  margin: 0;
  margin-top: 15px;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .navbar {
    padding: 0;
    margin-top: 10px;
  }
}

#rollscreen_2022 .navbar li {
  padding: 3px;
  width: 23%;
  background-color: #e6e2d6;
  -webkit-transition: .2s;
  transition: .2s;
}

#rollscreen_2022 .navbar li a {
  text-align: center;
  border: 1px solid #fff;
  display: block;
  padding: 0.5px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 4;
  color: #706c6b;
  background-image: url(tri.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right bottom;
}

#rollscreen_2022 .navbar li:hover {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .8;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #rollscreen_2022 .navbar li {
    margin-bottom: 5px;
    width: 24.5%;
  }
  #rollscreen_2022 .navbar li a {
    font-size: 2vw;
    letter-spacing: 1px;
    font-weight: 500;
  }
}

#rollscreen_2022 h1.title {
  padding: 50px 0 10px 50px;
  background: url(tlt_bg.jpg) no-repeat bottom left;
  letter-spacing: 1px;
}

#rollscreen_2022 .title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 600;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .title {
    font-size: 3vw;
  }
}

#rollscreen_2022 .title02 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
}

#rollscreen_2022 .title02 > div {
  font-weight: bold;
  color: #000;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .title02 {
    font-size: 3.5vw;
  }
}

#rollscreen_2022 .subtitle {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 500;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .subtitle {
    font-size: 2.5vw;
  }
}

#rollscreen_2022 .medium {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 500;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .medium {
    font-size: 2.6vw;
  }
}

#rollscreen_2022 p,
#rollscreen_2022 .word {
  color: #332e2c;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 p,
  #rollscreen_2022 .word {
    font-size: 2.5vw;
  }
}

#rollscreen_2022 .block .block-tlt.decro {
  text-align: center;
}

#rollscreen_2022 .block .block-tlt.decro img {
  width: 50%;
  margin-top: 10px;
}

#rollscreen_2022 .block.block_01 {
  padding: 0 10px;
  margin-bottom: -35px;
}

#rollscreen_2022 .block.block_01 .block-img {
  width: 40%;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_01 .block-img {
    width: 35%;
  }
}

#rollscreen_2022 .block.block_01 .block-word {
  width: 60%;
}

#rollscreen_2022 .block.block_01 .block-word .title {
  margin-bottom: 10px;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_01 .block-word {
    word-wrap: 65%;
  }
}

#rollscreen_2022 .block.block_02 {
  padding: 36px 10px 50px 0;
  background-image: url(1-bg.png);
  background-size: cover;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

#rollscreen_2022 .block.block_02 h1 {
  font-size: 36px;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_02 h1 {
    font-size: 4vw;
    line-height: 2;
    font-weight: bold;
  }
}

#rollscreen_2022 .block.block_02 .word {
  text-align: justify;
  line-height: 1.5;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_02 {
    padding-top: 50px;
    background-position-y: center;
    background-size: contain;
  }
}

#rollscreen_2022 .block.block_03 .circle:first-child {
  margin-top: 0;
}

#rollscreen_2022 .block.block_03 .circle.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#rollscreen_2022 .block.block_03 .circle .block-img {
  width: 50%;
}

#rollscreen_2022 .block.block_03 .circle .block-word {
  width: 45%;
  padding: 70px 0;
  background-image: url(circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-align: center;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_03 .circle .block-word {
    padding: 30px 0;
    background-size: cover;
  }
}

#rollscreen_2022 .block.block_03 .circle .block-word .title02 {
  letter-spacing: 3px;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_03 .circle .block-word .title02 {
    letter-spacing: 1px;
  }
}

#rollscreen_2022 .block.block_03 .circle .block-word .number {
  margin: 10px 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
  background-image: url(2-num.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_03 .circle .block-word .number {
    font-size: 2vw;
  }
}

#rollscreen_2022 .block.block_03 .circle .block-word ul {
  margin: 0 auto;
  width: 55%;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_03 .circle .block-word ul {
    width: 60%;
  }
}

#rollscreen_2022 .block.block_03 .circle .block-word ul li {
  list-style: disc;
  text-align: left;
  font-size: 20px;
  line-height: 1.75;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_03 .circle .block-word ul li {
    font-size: 2.4vw;
  }
}

#rollscreen_2022 .block.block_03 .ad {
  display: block;
}

#rollscreen_2022 .block.block_03 .ad img {
  width: 100%;
}

#rollscreen_2022 .block.block_03 .decro-line img {
  width: 60%;
}

#rollscreen_2022 .block.block_04 .content .border {
  margin: 0 3%;
  padding: 40px 20px;
  border: 1px solid #fbb99d;
  border-radius: 10px;
  font-weight: 400;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_04 .content .border {
    padding: 20px 10px;
    margin: 0 1%;
  }
}

#rollscreen_2022 .block.block_05 {
  padding: 0 20px;
}

#rollscreen_2022 .block.block_05 .content div.col {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#rollscreen_2022 .block.block_05 .content div.col img {
  margin-right: 20px;
  width: 10%;
}

#rollscreen_2022 .block.block_05 .content div.col > div {
  width: 80%;
}

#rollscreen_2022 .block.block_05 .content div.col > div .medium {
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 5px;
}

#rollscreen_2022 .block.block_05 .content ul.col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#rollscreen_2022 .block.block_05 .content ul.col li {
  width: 49%;
  list-style: none;
  -webkit-transition: .2s;
  transition: .2s;
}

#rollscreen_2022 .block.block_05 .content ul.col li a {
  width: 100%;
  display: inline-block;
}

#rollscreen_2022 .block.block_05 .content ul.col li:hover {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

#rollscreen_2022 .block.block_05 .content .flag {
  width: 25%;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_05 .content .flag {
    width: 50%;
  }
}

#rollscreen_2022 .block.block_06 .nagare {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rollscreen_2022 .block.block_06 .nagare li {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  width: 30%;
  padding: 20px 10px;
  background-color: #F5715E;
  text-align: center;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_06 .nagare li {
    width: 26%;
  }
}

#rollscreen_2022 .block.block_06 .nagare li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_06 .nagare li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#rollscreen_2022 .block.block_06 .nagare li a .icon {
  width: 50px;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_06 .nagare li a .icon {
    width: 35px;
  }
}

#rollscreen_2022 .block.block_06 .nagare li a p {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 66px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_06 .nagare li a p {
    padding: 0;
    width: 100%;
    font-size: 3vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#rollscreen_2022 .block.block_06 .nagare li a .arrow {
  width: 30px;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .block.block_06 .nagare li a .arrow {
    width: 20px;
  }
}

#rollscreen_2022 .block.block_06 .nagare li:hover {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

#rollscreen_2022 .m-t-30 {
  margin-top: 30px;
}

#rollscreen_2022 .m-b-30 {
  margin-bottom: 30px;
}

#rollscreen_2022 .m-t-50 {
  margin-top: 50px;
}

@media only screen and (max-device-width: 767px) {
  #rollscreen_2022 .m-t-50 {
    margin-top: 10vw;
  }
}

#rollscreen_2022 .m-b-50 {
  margin-bottom: 50px;
}

#rollscreen_2022 .m-t-100 {
  margin-top: 100px;
}

#rollscreen_2022 .m-b-100 {
  margin-bottom: 100px;
}
/*# sourceMappingURL=rollscreen_css.css.map */