@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700);
/* 共通
-------------------------------------------- */
.snsList {
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
  margin-top: 20px;
}

#bg_wrapper {
  background: #231816;
}

.sou {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
.sou a {
  color: #cc0000;
  text-decoration: underline;
}
.sou ul.caut {
  margin: 1em 0;
  padding: 0  0.5em;
  list-style-type: none;
  text-align: left;
}
.sou ul.caut li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 0.3em;
}
.sou ul.caut li.att {
  color: #cc0000;
}
.sou ul.caut li.attylw {
  color: #ffff00;
}

/* PC
-------------------------------------------- */
@media screen and (min-width: 751px), print {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: inherit;
  }

  #bg_wrapper {
    background: url("../img/sou_bg.png");
    background-repeat: repeat-y;
    background-position: 50% bottom;
    background-size: 200% auto;
    background-attachment: fixed;
    position: relative;
  }

  #bg_wrapper #wrapper2 {
    max-width: none;
  }

  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  nav.submenu.open {
    left: 0 !important;
  }
}
@media screen and (min-width: 751px), print {
  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }

  #maga_header {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  #footer_sec-03 .innerBlock {
    max-width: 1000px;
    width: 100%;
  }

  #footer_sec-03 .innerBlock > ul.list01 > li {
    max-width: 201px;
    height: 460px;
    width: calc(100% / 5);
  }

  #footer_sec-03 .innerBlock > ul.list01 > li:first-child {
    max-width: 190px;
    width: calc(100% / 5);
  }

  #footer_sec-03 .innerBlock > ul.list01 > li > ul {
    margin: 0 10px 0 20px;
  }

  .sou {
    position: relative;
    font-size: 16px;
    color: #000;
    padding-bottom: 100px;
  }
  .sou img {
    width: 100%;
    height: auto;
  }
  .sou_yokoku {
    background: #cc0000;
    text-align: center;
    line-height: 0;
    padding: 8px 0;
  }
  .sou_yokoku img {
    width: 62.5px;
  }
  .sou_main {
    width: 100%;
    background: #fff;
    position: relative;
    line-height: 0;
    border-bottom: 50px solid #000;
  }
  .sou_main_kv {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .sou_main::after {
    content: "";
    width: 104.5px;
    height: 29.5px;
    background: url("../img/sou_main_cp.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 250px);
    bottom: -40px;
  }
  .sou_start {
    width: 412.5px;
    margin: 120px auto 0;
  }
  .sou_navi {
    display: flex;
    width: 725px;
    margin: 25px auto 0;
    justify-content: space-between;
  }
  .sou_navi li {
    width: 235px;
    height: 260px;
    background: linear-gradient(22deg, #e0c4ff, #77d0d8);
    position: relative;
  }
  .sou_navi li a, .sou_navi li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
  }
  .sou_navi li a p, .sou_navi li span p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .sou_navi li a {
    transition: padding 0.5s;
  }
  .sou_navi li a:hover {
    padding: 12px;
    opacity: 1 !important;
  }
  .sou_navi_book picture {
    width: 176.5px;
    height: 129px;
    position: relative;
  }
  .sou_navi_book a::after {
    content: "";
    width: 61.5px;
    height: 61.5px;
    background: url("../img/sou_nv_ico_dwn.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -30.5px;
    left: calc(50% - 31px);
  }
  .sou_navi_book a:hover picture::after {
    content: "";
    width: 176.5px;
    height: 129px;
    background: url("../img/sou_nv_book_hv.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sou_navi_book a:hover img {
    display: none;
  }
  .sou_navi_twitter picture {
    width: 179.5px;
    height: 153px;
    position: relative;
  }
  .sou_navi_twitter a::after {
    content: "";
    width: 61.5px;
    height: 61.5px;
    background: url("../img/sou_nv_ico_dwn.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -30.5px;
    left: calc(50% - 31px);
  }
  .sou_navi_twitter a:hover picture::after {
    content: "";
    width: 179.5px;
    height: 153px;
    background: url("../img/sou_nv_twitter_hv.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sou_navi_twitter a:hover img {
    display: none;
  }
  .sou_navi_bromide picture {
    width: 170px;
    height: 63.5px;
    position: relative;
  }
  .sou_navi_bromide a::after {
    content: "";
    width: 61.5px;
    height: 61.5px;
    background: url("../img/sou_nv_ico_blank.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -30.5px;
    left: calc(50% - 31px);
  }
  .sou_navi_bromide a:hover picture::after {
    content: "";
    width: 170px;
    height: 63.5px;
    background: url("../img/sou_nv_bromide_hv.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sou_navi_bromide a:hover img {
    display: none;
  }
  .sou_navi_bromide span::after {
    content: "";
    width: 108.5px;
    height: 61.5px;
    background: url("../img/sou_nv_ico_soon.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -30.5px;
    left: calc(50% - 54.25px);
  }
  .sou ul.caut {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sou_contact {
    width: 722px;
    margin: 100px auto 0;
    padding: 40px 0;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #64b0b7;
    line-height: 0;
  }
  .sou_contact_ttl {
    width: 494px;
    margin: 0 auto;
  }
  .sou_contact_nm {
    width: 397.5px;
    margin: 20px auto;
  }
  .sou_contact_tel {
    width: 318px;
    margin: 20px auto 0;
  }
  .sou_contact_date {
    width: 467.5px;
    margin: 20px auto 0;
  }
  .sou_copy {
    text-align: center;
    padding: 10px 0;
  }
  .sou .pagetop {
    width: 88px;
    right: calc(50% - 390px);
    line-height: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .sou .pagetop {
    right: 0;
  }
}
@media screen and (min-width: 751px), print {
  .sou_book {
    margin-top: 80px;
  }
  .sou_book_ttl {
    background: #000;
    padding-bottom: 30px;
  }
  .sou_book_ttl img {
    display: block;
    max-width: 528px;
    width: 100%;
    margin: 0 auto;
  }
  .sou_book_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 344px;
    margin: 40px auto 0;
    padding: 10px 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
  }
  .sou_book_date_ttl img {
    width: 222px;
    line-height: 0;
  }
  .sou_book_date_time {
    width: 498px;
    margin: 10px auto 0;
  }
  .sou_book_items {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 35px 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_book_items_ex {
    width: 570.5px;
    margin: 0 auto;
  }
  .sou_book_items_limit {
    width: 599px;
    margin: 30px auto 0;
    padding-top: 30px;
    position: relative;
  }
  .sou_book_items_limit img {
    position: relative;
    z-index: 2;
  }
  .sou_book_items_limit::before {
    content: "";
    width: 108px;
    height: 108px;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
    transform: rotate(-45deg);
  }
  .sou_book_items_img {
    width: 650px;
    margin: 20px auto 0;
  }
  .sou_book_items_size {
    width: 723px;
    margin: 40px auto 0;
  }
  .sou_book_items ul.caut {
    margin-left: 40px;
    margin-right: 40px;
  }
  .sou_book_flow {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 0 70px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_book_flow_ttl {
    width: 420px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sou_book_flow_ttl img {
    width: 126.5px;
    margin: 0 auto;
  }
  .sou_book_flow_chat {
    width: 661.5px;
    margin: 35px auto 0;
  }
  .sou_book_itemlist {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_book_itemlist_ttl {
    width: 420px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sou_book_itemlist_ttl img {
    width: 125.5px;
    margin: 0 auto;
  }
  .sou_book_itemlist_pop {
    width: 368px;
    margin: 35px auto 0;
  }
  .sou_book_itemlist_img {
    width: 697px;
    margin: 35px auto 0;
  }
  .sou_book_itemlist_tbl {
    max-width: 800px;
    width: 100%;
    margin: 20px auto 0;
    line-height: 1.3;
    border-collapse: collapse;
  }
  .sou_book_itemlist_tbl tr th, .sou_book_itemlist_tbl tr td {
    padding: 11px 10px;
    border-right: 1px solid #fff;
    font-size: 14px;
  }
  .sou_book_itemlist_tbl tr th {
    background: #64b0b7;
    color: #fff;
    white-space: nowrap;
    text-align: center;
  }
  .sou_book_itemlist_tbl tr th:last-child {
    border-right: none;
  }
  .sou_book_itemlist_tbl tr td {
    background: #ededed;
  }
  .sou_book_itemlist_tbl tr td:first-child, .sou_book_itemlist_tbl tr td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
  }
  .sou_book_itemlist_tbl tr td:last-child {
    text-align: right;
    white-space: nowrap;
    border-right: none;
  }
  .sou_book_itemlist_tbl tr:nth-child(even) td {
    background: #dddddd;
  }
  .sou_book_caution {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 0 70px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_book_caution_ttl {
    width: 420px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sou_book_caution_ttl img {
    width: 126px;
    margin: 0 auto;
  }
  .sou_book_caution_inr {
    width: 720px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left;
  }
  .sou_book_caution h4 {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  .sou_book_caution h4:not(:first-of-type) {
    margin-top: 40px;
  }
  .sou_book_caution ul.caut {
    margin: 20px 0 0;
  }
  .sou_book_caution ol {
    list-style-type: none;
    margin: 20px 0 0;
  }
  .sou_book_caution ol li {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .sou_book_caution p.lnk {
    display: block;
    margin: 1em 0 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .sou_twitter {
    margin-top: 80px;
  }
  .sou_twitter_ttl {
    background: #000;
    padding: 30px 0;
  }
  .sou_twitter_ttl img {
    display: block;
    max-width: 528px;
    width: 100%;
    margin: 0 auto;
  }
  .sou_twitter_ex {
    width: 582px;
    margin: 35px auto 0;
  }
  .sou_twitter_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 344px;
    margin: 40px auto 0;
    padding: 10px 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    line-height: 0;
  }
  .sou_twitter_date_ttl img {
    width: 222px;
  }
  .sou_twitter_date_time {
    width: 687.5px;
    margin: 10px auto 0;
  }
  .sou_twitter_items {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 35px 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_twitter_items_img {
    width: 469.5px;
    margin: 0 auto;
  }
  .sou_twitter_btn {
    width: 680px;
    height: 140px;
    margin: 35px auto 0;
    background: linear-gradient(22deg, #e0c4ff, #77d0d8);
    position: relative;
  }
  .sou_twitter_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    transition: padding 0.5s;
  }
  .sou_twitter_btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .sou_twitter_btn a:hover {
    padding: 12px;
    opacity: 1 !important;
  }
  .sou_twitter_btn a::before {
    content: "";
    width: 52px;
    height: 42px;
    background: url("../img/sou_ico_twitter.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 25px;
    top: calc(50% - 21px);
  }
  .sou_twitter_btn a::after {
    content: "";
    width: 61.5px;
    height: 61.5px;
    background: url("../img/sou_nv_ico_blank.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: calc(50% - 31px);
  }
  .sou_twitter_btn a picture {
    width: 354px;
    height: 65px;
    position: relative;
  }
  .sou_twitter_btn a:hover picture::after {
    content: "";
    width: 354px;
    height: 65px;
    background: url("../img/sou_twitter_btn_hv.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sou_twitter_btn a:hover img {
    display: none;
  }
  .sou_twitter_btn:hover {
    opacity: 1 !important;
  }
  .sou_twitter_caution {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 0 70px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_twitter_caution_ttl {
    width: 420px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sou_twitter_caution_ttl img {
    width: 279px;
    margin: 0 auto;
  }
  .sou_twitter_caution_inr {
    width: 650px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left;
  }
  .sou_twitter_caution h4 {
    display: block;
    font-weight: 300;
  }
  .sou_twitter_caution h4:not(:first-of-type) {
    margin-top: 40px;
  }
  .sou_twitter_caution ul.caut {
    margin: 20px 0 0;
    padding: 0 20px;
  }
  .sou_twitter_caution ol {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0 20px;
  }
  .sou_twitter_caution ol li {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .sou_twitter_caution p.lnk {
    display: block;
    margin: 1em 20px 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    min-height: 100vh;
  }

  .pc {
    display: none;
  }

  a:hover {
    opacity: 1 !important;
  }

  #bg_wrapper {
    background: none;
    position: relative;
  }

  #wrapper .sou_bg {
    display: block;
    width: 300vw;
    height: 100vh;
    position: fixed;
    background: url("../img/sou_bg.png");
    background-repeat: repeat-y;
    background-position: 50% top;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }

  .spfooter {
    position: relative;
    z-index: 90;
  }

  .sou {
    position: relative;
    font-size: 3.2vw;
    color: #000;
    /*
    &::before {
      content: "";
      display: block;
      width: 300vw;
      height: 100vh;
      position: fixed;
      background: url("../img/sou_bg.png");
      background-repeat: repeat-y;
      background-position: 50% top;
      background-size: cover;
      top: 0;
      left: 0;
      z-index: -1;
    }
    */
  }
  .sou img {
    width: 100%;
    height: auto;
  }
  .sou_yokoku {
    display: block;
    width: 100%;
    background: #cc0000;
    text-align: center;
    line-height: 0;
    padding: 2vw 0;
  }
  .sou_yokoku img {
    width: 9.4666666667vw;
  }
  .sou_main {
    line-height: 0;
  }
  .sou_main_kv {
    width: 100%;
  }
  .sou_start {
    width: 62.8vw;
    margin: 9.8666666667vw auto 0;
  }
  .sou_navi {
    display: flex;
    width: 96.6666666667vw;
    margin: 3.3333333333vw auto 0;
    justify-content: space-between;
  }
  .sou_navi li {
    width: 31.3333333333vw;
    height: 34.6666666667vw;
    background: linear-gradient(22deg, #e0c4ff, #77d0d8);
    position: relative;
  }
  .sou_navi li a, .sou_navi li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.0666666667vw;
  }
  .sou_navi li a p, .sou_navi li span p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .sou_navi_book img {
    width: 23.7333333333vw;
    height: 17.2vw;
    position: relative;
  }
  .sou_navi_book a::after {
    content: "";
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    background: url("../img/sou_nv_ico_dwn_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -4.1333333333vw;
    left: calc(50% - 4vw);
  }
  .sou_navi_twitter img {
    width: 24.1333333333vw;
    height: 20.4vw;
    position: relative;
  }
  .sou_navi_twitter a::after {
    content: "";
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    background: url("../img/sou_nv_ico_dwn_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -4.1333333333vw;
    left: calc(50% - 4vw);
  }
  .sou_navi_bromide img {
    width: 22.6666666667vw;
    height: 8.5333333333vw;
    position: relative;
  }
  .sou_navi_bromide a::after {
    content: "";
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    background: url("../img/sou_nv_ico_blank_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -4.1333333333vw;
    left: calc(50% - 4vw);
  }
  .sou_navi_bromide span::after {
    content: "";
    width: 17.8666666667vw;
    height: 8.2666666667vw;
    background: url("../img/sou_nv_ico_soon_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -4.1333333333vw;
    left: calc(50% - 9vw);
  }
  .sou ul.caut {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .sou_contact {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
    padding: 2.6666666667vw 0;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #64b0b7;
    line-height: 0;
  }
  .sou_contact_ttl {
    width: 65.8666666667vw;
    margin: 0 auto;
  }
  .sou_contact_nm {
    width: 53.0666666667vw;
    margin: 2.6666666667vw auto;
  }
  .sou_contact_tel {
    width: 42.4vw;
    margin: 2.6666666667vw auto 0;
  }
  .sou_contact_date {
    width: 62.4vw;
    margin: 2.6666666667vw auto 0;
  }
  .sou_copy {
    text-align: center;
    padding: 1.3333333333vw 0;
  }
  .sou .pagetop {
    width: 12%;
    right: 1vw;
    z-index: 99;
  }
  .sou_book {
    margin-top: 10.6666666667vw;
  }
  .sou_book_ttl {
    background: #000;
    padding-bottom: 4vw;
  }
  .sou_book_ttl img {
    display: block;
    max-width: 70.4vw;
    width: 100%;
    margin: 0 auto;
  }
  .sou_book_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45.8666666667vw;
    margin: 5.3333333333vw auto 0;
    padding: 1.3333333333vw 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
  }
  .sou_book_date_ttl img {
    width: 29.6vw;
    line-height: 0;
  }
  .sou_book_date_time {
    width: 66.4vw;
    margin: 1.3333333333vw auto 0;
  }
  .sou_book_items {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 4.6666666667vw 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_book_items_ex {
    width: 76.1333333333vw;
    margin: 0 auto;
  }
  .sou_book_items_limit {
    width: 79.8666666667vw;
    margin: 2.6666666667vw auto 0;
    padding-top: 4vw;
    position: relative;
  }
  .sou_book_items_limit img {
    position: relative;
    z-index: 2;
  }
  .sou_book_items_limit::before {
    content: "";
    width: 14.4vw;
    height: 14.4vw;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    position: absolute;
    left: 1.3333333333vw;
    top: 0;
    z-index: 1;
    transform: rotate(-45deg);
  }
  .sou_book_items_img {
    width: 86.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  .sou_book_items_size {
    width: 96.4vw;
    margin: 5.3333333333vw auto 0;
  }
  .sou_book_items ul.caut {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .sou_book_flow {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0 0 9.3333333333vw;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_book_flow_ttl {
    width: 56vw;
    margin: 0 auto;
    padding: 1.3333333333vw 0;
    line-height: 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
  }
  .sou_book_flow_ttl img {
    width: 16.9333333333vw;
    margin: 0 auto;
  }
  .sou_book_flow_chat {
    width: 88.2666666667vw;
    margin: 4.6666666667vw auto 0;
  }
  .sou_book_itemlist {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_book_itemlist_ttl {
    width: 56vw;
    margin: 0 auto;
    padding: 1.3333333333vw 0;
    line-height: 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
  }
  .sou_book_itemlist_ttl img {
    width: 16.8vw;
    margin: 0 auto;
  }
  .sou_book_itemlist_pop {
    width: 49.0666666667vw;
    margin: 4.6666666667vw auto 0;
  }
  .sou_book_itemlist_img {
    width: 93.2vw;
    margin: 4.6666666667vw auto 0;
  }
  .sou_book_itemlist_tbl {
    width: 100%;
    margin: 2.6666666667vw auto 0;
    line-height: 1.3;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  .sou_book_itemlist_tbl thead tr {
    display: block;
    background: #64b0b7;
    padding: 2vw 4vw;
    font-size: 3.2vw;
    text-align: center;
  }
  .sou_book_itemlist_tbl thead tr th {
    display: inline;
    color: #fff;
  }
  .sou_book_itemlist_tbl thead tr th:not(:last-child)::after {
    content: "\00a0/\00a0";
  }
  .sou_book_itemlist_tbl tr {
    display: flex;
    flex-wrap: wrap;
    background: #ededed;
    padding: 1vw 4vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .sou_book_itemlist_tbl tr td {
    display: inline;
    color: #000;
  }
  .sou_book_itemlist_tbl tr td:first-child, .sou_book_itemlist_tbl tr td:nth-child(3) {
    width: 4em;
    padding-right: .5em;
  }
  .sou_book_itemlist_tbl tr td:nth-child(2), .sou_book_itemlist_tbl tr td:nth-child(4) {
    width: calc(100% - 4em);
  }
  .sou_book_itemlist_tbl tr td:nth-child(2)::after {
    content: "\a";
    white-space: pre;
  }
  .sou_book_itemlist_tbl tr:nth-child(even) {
    background: #dddddd;
  }
  .sou_book_caution {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0 0 9.3333333333vw;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_book_caution_ttl {
    width: 56vw;
    margin: 0 auto;
    padding: 1.3333333333vw 0;
    line-height: 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
  }
  .sou_book_caution_ttl img {
    width: 16.8vw;
    margin: 0 auto;
  }
  .sou_book_caution_inr {
    width: 96vw;
    margin: 0 auto;
    padding-top: 2.6666666667vw;
    text-align: left;
  }
  .sou_book_caution h4 {
    display: block;
    font-size: 2.4vw;
    font-weight: bold;
  }
  .sou_book_caution h4:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
  .sou_book_caution ul.caut {
    margin: 2.6666666667vw 0 0;
  }
  .sou_book_caution ol {
    list-style-type: none;
    margin: 2.6666666667vw 0 0;
  }
  .sou_book_caution ol li {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .sou_book_caution p.lnk {
    display: block;
    margin: 1em 0 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .sou_twitter {
    margin-top: 10.6666666667vw;
  }
  .sou_twitter_ttl {
    background: #000;
    padding: 4vw 0;
  }
  .sou_twitter_ttl img {
    display: block;
    max-width: 75.0666666667vw;
    width: 100%;
    margin: 0 auto;
  }
  .sou_twitter_ex {
    width: 85.3333333333vw;
    margin: 4.6666666667vw auto 0;
  }
  .sou_twitter_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45.8666666667vw;
    margin: 5.3333333333vw auto 0;
    padding: 1.3333333333vw 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    line-height: 0;
  }
  .sou_twitter_date_ttl img {
    width: 29.6vw;
  }
  .sou_twitter_date_time {
    width: 91.7333333333vw;
    margin: 1.3333333333vw auto 0;
  }
  .sou_twitter_items {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 4.6666666667vw 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_twitter_items_img {
    width: 62.6666666667vw;
    margin: 0 auto;
  }
  .sou_twitter_btn {
    width: 90.6666666667vw;
    height: 18.6666666667vw;
    margin: 4.6666666667vw auto 0;
    background: linear-gradient(22deg, #e0c4ff, #77d0d8);
    position: relative;
  }
  .sou_twitter_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.0666666667vw;
    transition: padding 0.5s;
  }
  .sou_twitter_btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .sou_twitter_btn a::before {
    content: "";
    width: 6.9333333333vw;
    height: 5.6vw;
    background: url("../img/sou_ico_twitter_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 3.3333333333vw;
    top: calc(50% - 3vw);
  }
  .sou_twitter_btn a::after {
    content: "";
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    background: url("../img/sou_nv_ico_blank_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 3.3333333333vw;
    top: calc(50% - 4.2vw);
  }
  .sou_twitter_btn a img {
    width: 47.2vw;
    height: 8.6666666667vw;
    position: relative;
  }
  .sou_twitter_caution {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0 0 9.3333333333vw;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sou_twitter_caution_ttl {
    width: 56vw;
    margin: 0 auto;
    padding: 1.3333333333vw 0;
    line-height: 0;
    background: linear-gradient(to left, #e1c6ff 0%, #bddaff 50%, #77d0d8 100%);
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
  }
  .sou_twitter_caution_ttl img {
    width: 37.2vw;
    margin: 0 auto;
  }
  .sou_twitter_caution_inr {
    width: 86.6666666667vw;
    margin: 0 auto;
    padding-top: 2.6666666667vw;
    text-align: left;
  }
  .sou_twitter_caution h4 {
    display: block;
    font-weight: 300;
  }
  .sou_twitter_caution h4:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
  .sou_twitter_caution ul.caut {
    margin: 2.6666666667vw 0 0;
    padding: 0 2.6666666667vw;
  }
  .sou_twitter_caution ol {
    list-style-type: none;
    margin: 2.6666666667vw 0 0;
    padding: 0 2.6666666667vw;
  }
  .sou_twitter_caution ol li {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .sou_twitter_caution p.lnk {
    display: block;
    margin: 1em 2.6666666667vw 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
