/* lessc user.less > user.css */
html,
body {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  color: #333;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  height: 100%;
}
img {
  border: none;
}
.myimg {
  margin: 0;
  padding: 0;
}
ul {
  position: relative;
  padding: 0;
  margin: 0;
}
li {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.red {
  color: #F00;
}
a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0 none;
}
@keyframes hilight {
  50% {
    box-shadow: 0 1px 20px 1px blue;
  }
}
/* .myMax */
@media only screen and (min-width: 992px) {
  /* header and  Sticky footer ****************************************************** */
  .waveBox0 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .wave0 {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at 50% 0%, #5fa8e9 30px, rgba(0, 0, 0, 0) 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 40px;
  }
  .wave1 {
    position: relative;
    top: -20px;
    z-index: 1;
    background: radial-gradient(circle at 50% 0%, #0e7ac4 30px, rgba(0, 0, 0, 0) 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 40px;
  }
  .wave2 {
    background: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 30px, #0e7ac4 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 54px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  .wave2 .wave2logo {
    margin: 0 10px 3px 0;
    align-self: flex-end;
    background: url(../img/coopiiWhite.png) no-repeat;
    background-size: 148px 20px;
    width: 148px;
    height: 20px;
  }
  /* ************************************************************************* */
  .p1title {
    position: absolute;
    top: 45px;
    right: 0px;
    background: url(../img/p1title.png) no-repeat;
    background-size: calc(100vw * 0.5) calc(100vw * 0.08);
    width: calc(100vw * 0.5);
    height: calc(100vw * 0.08);
    z-index: 1000;
  }
  /* ************************************** */
  .baseBoxOuter {
    position: relative;
    top: 0;
    height: 100%;
    width: calc(100vw * 0.8);
    margin: 0 auto;
    overflow: hidden;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }
  .page-baseBOX {
    position: relative;
    top: 70px;
    margin: 0 auto;
    z-index: 100;
    height: 74vh;
    overflow-scrolling: auto;
    overflow-y: auto;
    /*border:1px #f0f dashed;*/
  }
  #footbanner {
    position: fixed;
    bottom: 0;
  }
  /* ******************************************************* */
  .p1navcls {
    display: flex;
    width: 560px;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
  }
  .upperbox {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .lowerbox {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 30px;
  }
  .docbox {
    position: absolute;
    top: 10px;
    right: 60px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: 1000;
    font-weight: 900;
  }
  .dolphmark0 {
    position: absolute;
    top: calc(100vh * 0.02);
    left: calc(100vw * 0.12);
    background: url(../img/mark00.png) no-repeat;
    background-size: calc(100vw * 0.11) calc(100vw * 0.11);
    width: calc(100vw * 0.11);
    height: calc(100vw * 0.11);
    z-index: 1000;
  }
  /* ************************************** */
  .caltoday {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #timewatch {
    margin-top: 18px;
    color: #0e7ac4;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
  }
  .todaybox .todayboxupper {
    background-color: #FF6860;
    height: 35px;
    width: 113px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 900;
  }
  .todaybox .todayboxlower {
    background-color: #61BCAD;
    height: 78px;
    width: 113px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    text-align: center;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
  }
  .todayboxlower div {
    transform: translateY(3%);
  }
  /* ************************************** */
  .p1boxhead {
    position: relative;
    left: 70px;
    background: url(../img/p1leftboxheader.png) no-repeat;
    background-size: 423px 72px;
    width: 423px;
    height: 72px;
  }
  .mambow {
    position: absolute;
    margin: -4px;
    top: -12px;
    left: -75px;
    background: url(../img/mambow.png) no-repeat;
    background-size: 2000px 108px;
    width: 100px;
    height: 108px;
    /* ****************** */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .mininews {
    position: relative;
    background: url(../img/mininews.png) no-repeat;
    background-size: 62px 58px;
    width: 62px;
    height: 58px;
    /* ****************** */
    z-index: 101;
  }
  /* ******************************************************* */
  p.indentback {
    text-indent: -5em;
    padding-left: 5em;
  }
  .p1scrollbox {
    position: relative;
    font-size: 14px;
    width: 460px;
    height: 200px;
    top: 10px;
    /*right:0;*/
    padding: 0 0 0 30px;
    line-height: 120%;
    background-color: #fff;
    border-top: 1px solid #0E7AC4;
    border-bottom: 1px solid #0E7AC4;
    white-space: normal;
    overflow: scroll;
    word-break: break-all;
    box-shadow: 0 2px 10px #000000;
  }
  .p1scrollbox p {
    margin-bottom: -0.7em;
    word-break: break-all;
  }
  /* スクロールバー全体 */
  .p1scrollbox::-webkit-scrollbar {
    width: 20px;
    background: #40AAEF;
  }
  /* 横スクロールバー全体 */
  .p1scrollbox::-webkit-scrollbar:horizontal {
    height: 0;
    background: #40AAEF;
  }
  /* スクロールバー上下左右末端のボタン */
  .p1scrollbox::-webkit-scrollbar-button {
    width: 20px;
    height: 20px;
    background: #0E7AC4;
  }
  /* ドラッグするツマミ部分 */
  .p1scrollbox::-webkit-scrollbar-thumb {
    background: #0E7AC4;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  /* 右下角部分 */
  .p1scrollbox::-webkit-scrollbar-corner {
    background: #0E7AC4;
  }
  /* ************************************** */
  /* p1 入室マーク */
  #nyushitsuBox {
    width: 400px;
    height: 175px;
    overflow: hidden;
    border-radius: 20px;
  }
  #nyushitsuBox.hilight {
    animation: hilight 2s infinite;
  }
  #nyushitsu1,
  #nyushitsu2,
  #nyushitsu3 {
    background-size: 400px 175px;
    width: 400px;
    height: 175px;
    display: none;
  }
  .nyushitsu1 {
    background: url(../img/in1.png) no-repeat;
  }
  .nyushitsu2 {
    background: url(../img/in2.png) no-repeat;
  }
  .nyushitsu3 {
    background: url(../img/in3.png) no-repeat;
  }
  /* ******************************************************* */
  .p1sublist {
    margin-top: 30px;
    color: #666;
    display: flex;
    flex-direction: row;
  }
  .p1btn {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .p1btn div {
    margin: 10px;
  }
  #bookimg {
    background: url(../img/p1book.png) no-repeat;
    background-size: 53px 50px;
    width: 53px;
    height: 50px;
  }
  #handimg {
    background: url(../img/p1hand.png) no-repeat;
    background-size: 43px 43px;
    width: 43px;
    height: 43px;
    margin-left: 35px;
  }
  /* ******************************************************* */
  /*
.mambow {
position:absolute;
  margin:-4px * @scale;
  padding:0;
  background: url(../../assets/img/mambow.png) no-repeat;
  top:-12px * @scale;
  width: 100px * @scale;
  height: 108px * @scale;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
}
*/
  .mambow {
    position: absolute;
    margin: -4px;
    top: -12px;
    left: -75px;
    background: url(../img/mambow.png) no-repeat;
    background-size: 2000px 108px;
    width: 100px;
    height: 108px;
    /* ****************** */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .mininews {
    position: relative;
    background: url(../img/mininews.png) no-repeat;
    background-size: 62px 58px;
    width: 62px;
    height: 58px;
    /* ****************** */
    z-index: 101;
  }
  .mambow:hover {
    animation: mambowX 0.7s steps(19) forwards;
  }
  @keyframes mambowX {
    to {
      background-position: -1900px 0;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* header and  Sticky footer ****************************************************** */
  .waveBox0 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .wave0 {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at 50% 0%, #5fa8e9 30px, rgba(0, 0, 0, 0) 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 40px;
  }
  .wave1 {
    position: relative;
    top: -20px;
    z-index: 1;
    background: radial-gradient(circle at 50% 0%, #0e7ac4 30px, rgba(0, 0, 0, 0) 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 40px;
  }
  .wave2 {
    background: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 30px, #0e7ac4 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 54px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  .wave2 .wave2logo {
    margin: 0 10px 3px 0;
    align-self: flex-end;
    background: url(../img/coopiiWhite.png) no-repeat;
    background-size: 148px 20px;
    width: 148px;
    height: 20px;
  }
  /* ************************************************************************* */
  .p1title {
    position: absolute;
    top: 45px;
    right: 40px;
    background: url(../img/p1title.png) no-repeat;
    background-size: calc(100vw * 0.5) calc(100vw * 0.08);
    width: calc(100vw * 0.5);
    height: calc(100vw * 0.08);
    z-index: 1000;
  }
  /* ************************************** */
  .baseBoxOuter {
    position: relative;
    top: 0;
    height: 100%;
    width: calc(100vw * 0.9);
    margin: 0 auto;
    overflow: hidden;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }
  .page-baseBOX {
    position: relative;
    top: 70px;
    margin: 0 auto;
    z-index: 100;
    height: 74vh;
    overflow-scrolling: auto;
    overflow-y: auto;
    /*border:1px #f0f dashed;*/
  }
  #footbanner {
    position: fixed;
    bottom: 0;
  }
  /* ******************************************************* */
  .p1navcls {
    display: flex;
    width: 560px;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
  }
  .upperbox {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .lowerbox {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 30px;
  }
  .docbox {
    position: absolute;
    top: 10px;
    right: 60px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: 1000;
    font-weight: 900;
  }
  .dolphmark0 {
    position: absolute;
    top: calc(100vh * 0.02);
    left: calc(100vw * 0.12);
    background: url(../img/mark00.png) no-repeat;
    background-size: calc(100vw * 0.11) calc(100vw * 0.11);
    width: calc(100vw * 0.11);
    height: calc(100vw * 0.11);
    z-index: 1000;
  }
  /* ************************************** */
  .caltoday {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #timewatch {
    margin-top: 18px;
    color: #0e7ac4;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
  }
  .todaybox .todayboxupper {
    background-color: #FF6860;
    height: 35px;
    width: 113px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 900;
  }
  .todaybox .todayboxlower {
    background-color: #61BCAD;
    height: 78px;
    width: 113px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    text-align: center;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
  }
  .todayboxlower div {
    transform: translateY(3%);
  }
  /* ************************************** */
  .p1boxhead {
    position: relative;
    left: 70px;
    background: url(../img/p1leftboxheader.png) no-repeat;
    background-size: 423px 72px;
    width: 423px;
    height: 72px;
  }
  .mambow {
    position: absolute;
    margin: -4px;
    top: -12px;
    left: -75px;
    background: url(../img/mambow.png) no-repeat;
    background-size: 2000px 108px;
    width: 100px;
    height: 108px;
    /* ****************** */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .mininews {
    position: relative;
    background: url(../img/mininews.png) no-repeat;
    background-size: 62px 58px;
    width: 62px;
    height: 58px;
    /* ****************** */
    z-index: 101;
  }
  /* ******************************************************* */
  p.indentback {
    text-indent: -5em;
    padding-left: 5em;
  }
  .p1scrollbox {
    position: relative;
    font-size: 14px;
    width: 460px;
    height: 200px;
    top: 10px;
    /*right:0;*/
    padding: 0 0 0 30px;
    line-height: 120%;
    background-color: #fff;
    border-top: 1px solid #0E7AC4;
    border-bottom: 1px solid #0E7AC4;
    white-space: normal;
    overflow: scroll;
    word-break: break-all;
    box-shadow: 0 2px 10px #000000;
  }
  .p1scrollbox p {
    margin-bottom: -0.7em;
    word-break: break-all;
  }
  /* スクロールバー全体 */
  .p1scrollbox::-webkit-scrollbar {
    width: 20px;
    background: #40AAEF;
  }
  /* 横スクロールバー全体 */
  .p1scrollbox::-webkit-scrollbar:horizontal {
    height: 0;
    background: #40AAEF;
  }
  /* スクロールバー上下左右末端のボタン */
  .p1scrollbox::-webkit-scrollbar-button {
    width: 20px;
    height: 20px;
    background: #0E7AC4;
  }
  /* ドラッグするツマミ部分 */
  .p1scrollbox::-webkit-scrollbar-thumb {
    background: #0E7AC4;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  /* 右下角部分 */
  .p1scrollbox::-webkit-scrollbar-corner {
    background: #0E7AC4;
  }
  /* ************************************** */
  /* p1 入室マーク */
  #nyushitsuBox {
    width: 400px;
    height: 175px;
    overflow: hidden;
    border-radius: 20px;
  }
  #nyushitsuBox.hilight {
    animation: hilight 2s infinite;
  }
  #nyushitsu1,
  #nyushitsu2,
  #nyushitsu3 {
    background-size: 400px 175px;
    width: 400px;
    height: 175px;
    display: none;
  }
  .nyushitsu1 {
    background: url(../img/in1.png) no-repeat;
  }
  .nyushitsu2 {
    background: url(../img/in2.png) no-repeat;
  }
  .nyushitsu3 {
    background: url(../img/in3.png) no-repeat;
  }
  /* ******************************************************* */
  .p1sublist {
    margin-top: 30px;
    color: #666;
    display: flex;
    flex-direction: row;
  }
  .p1btn {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .p1btn div {
    margin: 10px;
  }
  #bookimg {
    background: url(../img/p1book.png) no-repeat;
    background-size: 53px 50px;
    width: 53px;
    height: 50px;
  }
  #handimg {
    background: url(../img/p1hand.png) no-repeat;
    background-size: 43px 43px;
    width: 43px;
    height: 43px;
    margin-left: 35px;
  }
  /* ******************************************************* */
  /*
.mambow {
position:absolute;
  margin:-4px * @scale;
  padding:0;
  background: url(../../assets/img/mambow.png) no-repeat;
  top:-12px * @scale;
  width: 100px * @scale;
  height: 108px * @scale;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
}
*/
  .mambow {
    position: absolute;
    margin: -4px;
    top: -12px;
    left: -75px;
    background: url(../img/mambow.png) no-repeat;
    background-size: 2000px 108px;
    width: 100px;
    height: 108px;
    /* ****************** */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .mininews {
    position: relative;
    background: url(../img/mininews.png) no-repeat;
    background-size: 62px 58px;
    width: 62px;
    height: 58px;
    /* ****************** */
    z-index: 101;
  }
  .mambow:hover {
    animation: mambowX 0.7s steps(19) forwards;
  }
  @keyframes mambowX {
    to {
      background-position: -1900px 0;
    }
  }
}
@media only screen and (min-width: 551px) and (max-width: 767px) {
  /* header and  Sticky footer ****************************************************** */
  .waveBox0 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .wave0 {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at 50% 0%, #5fa8e9 24px, rgba(0, 0, 0, 0) 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 32px;
  }
  .wave1 {
    position: relative;
    top: -20px;
    z-index: 1;
    background: radial-gradient(circle at 50% 0%, #0e7ac4 24px, rgba(0, 0, 0, 0) 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 32px;
  }
  .wave2 {
    background: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 24px, #0e7ac4 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 43.2px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  .wave2 .wave2logo {
    margin: 0 8px 2.4px 0;
    align-self: flex-end;
    background: url(../img/coopiiWhite.png) no-repeat;
    background-size: 118.4px 16px;
    width: 118.4px;
    height: 16px;
  }
  /* ************************************************************************* */
  .p1title {
    position: absolute;
    top: 36px;
    right: 40px;
    background: url(../img/p1title.png) no-repeat;
    background-size: calc(100vw * 0.5) calc(100vw * 0.08);
    width: calc(100vw * 0.5);
    height: calc(100vw * 0.08);
    z-index: 1000;
  }
  /* ************************************** */
  .baseBoxOuter {
    position: relative;
    top: 0;
    height: 100%;
    width: calc(100vw * 1);
    margin: 0 auto;
    overflow: hidden;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }
  .page-baseBOX {
    position: relative;
    top: 49px;
    margin: 0 auto;
    z-index: 100;
    height: 74vh;
    overflow-scrolling: auto;
    overflow-y: auto;
    /*border:1px #f0f dashed;*/
  }
  #footbanner {
    position: fixed;
    bottom: 0;
  }
  /* ******************************************************* */
  .p1navcls {
    display: flex;
    width: 392px;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
  }
  .upperbox {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .lowerbox {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
    padding-left: 21px;
  }
  .docbox {
    position: absolute;
    top: 7px;
    right: 42px;
    font-size: 16.8px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: 1000;
    font-weight: 900;
  }
  .dolphmark0 {
    position: absolute;
    top: calc(100vh * 0.02);
    left: calc(100vw * 0.12);
    background: url(../img/mark00.png) no-repeat;
    background-size: calc(100vw * 0.11) calc(100vw * 0.11);
    width: calc(100vw * 0.11);
    height: calc(100vw * 0.11);
    z-index: 1000;
  }
  /* ************************************** */
  .caltoday {
    width: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #timewatch {
    margin-top: 12.6px;
    color: #0e7ac4;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
  }
  .todaybox .todayboxupper {
    background-color: #FF6860;
    height: 24.5px;
    width: 79.1px;
    -webkit-border-top-left-radius: 4.2px;
    -webkit-border-top-right-radius: 4.2px;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 900;
  }
  .todaybox .todayboxlower {
    background-color: #61BCAD;
    height: 54.6px;
    width: 79.1px;
    -webkit-border-bottom-left-radius: 4.2px;
    -webkit-border-bottom-right-radius: 4.2px;
    text-align: center;
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
  }
  .todayboxlower div {
    transform: translateY(3%);
  }
  /* ************************************** */
  .p1boxhead {
    position: relative;
    left: 49px;
    background: url(../img/p1leftboxheader.png) no-repeat;
    background-size: 296.1px 50.4px;
    width: 296.1px;
    height: 50.4px;
  }
  .mambow {
    position: absolute;
    margin: -2.8px;
    top: -8.4px;
    left: -52.5px;
    background: url(../img/mambow.png) no-repeat;
    background-size: 1400px 75.6px;
    width: 70px;
    height: 75.6px;
    /* ****************** */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .mininews {
    position: relative;
    background: url(../img/mininews.png) no-repeat;
    background-size: 43.4px 40.6px;
    width: 43.4px;
    height: 40.6px;
    /* ****************** */
    z-index: 101;
  }
  /* ******************************************************* */
  p.indentback {
    text-indent: -3.5em;
    padding-left: 3.5em;
  }
  .p1scrollbox {
    position: relative;
    font-size: 9.8px;
    width: 322px;
    height: 140px;
    top: 7px;
    /*right:0;*/
    padding: 0 0 0 21px;
    line-height: 120%;
    background-color: #fff;
    border-top: 1px solid #0E7AC4;
    border-bottom: 1px solid #0E7AC4;
    white-space: normal;
    overflow: scroll;
    word-break: break-all;
    box-shadow: 0 2px 10px #000000;
  }
  .p1scrollbox p {
    margin-bottom: -0.7em;
    word-break: break-all;
  }
  /* スクロールバー全体 */
  .p1scrollbox::-webkit-scrollbar {
    width: 14px;
    background: #40AAEF;
  }
  /* 横スクロールバー全体 */
  .p1scrollbox::-webkit-scrollbar:horizontal {
    height: 0;
    background: #40AAEF;
  }
  /* スクロールバー上下左右末端のボタン */
  .p1scrollbox::-webkit-scrollbar-button {
    width: 14px;
    height: 14px;
    background: #0E7AC4;
  }
  /* ドラッグするツマミ部分 */
  .p1scrollbox::-webkit-scrollbar-thumb {
    background: #0E7AC4;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4.2px rgba(0, 0, 0, 0.5);
  }
  /* 右下角部分 */
  .p1scrollbox::-webkit-scrollbar-corner {
    background: #0E7AC4;
  }
  /* ************************************** */
  /* p1 入室マーク */
  #nyushitsuBox {
    width: 280px;
    height: 122.5px;
    overflow: hidden;
    border-radius: 14px;
  }
  #nyushitsuBox.hilight {
    animation: hilight 2s infinite;
  }
  #nyushitsu1,
  #nyushitsu2,
  #nyushitsu3 {
    background-size: 280px 122.5px;
    width: 280px;
    height: 122.5px;
    display: none;
  }
  .nyushitsu1 {
    background: url(../img/in1.png) no-repeat;
  }
  .nyushitsu2 {
    background: url(../img/in2.png) no-repeat;
  }
  .nyushitsu3 {
    background: url(../img/in3.png) no-repeat;
  }
  /* ******************************************************* */
  .p1sublist {
    margin-top: 21px;
    color: #666;
    display: flex;
    flex-direction: row;
  }
  .p1btn {
    font-size: 12.6px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .p1btn div {
    margin: 7px;
  }
  #bookimg {
    background: url(../img/p1book.png) no-repeat;
    background-size: 37.1px 35px;
    width: 37.1px;
    height: 35px;
  }
  #handimg {
    background: url(../img/p1hand.png) no-repeat;
    background-size: 30.1px 30.1px;
    width: 30.1px;
    height: 30.1px;
    margin-left: 24.5px;
  }
  /* ******************************************************* */
  /*
.mambow {
position:absolute;
  margin:-4px * @scale;
  padding:0;
  background: url(../../assets/img/mambow.png) no-repeat;
  top:-12px * @scale;
  width: 100px * @scale;
  height: 108px * @scale;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
}
*/
  .mambow {
    position: absolute;
    margin: -2.8px;
    top: -8.4px;
    left: -52.5px;
    background: url(../img/mambow.png) no-repeat;
    background-size: 1400px 75.6px;
    width: 70px;
    height: 75.6px;
    /* ****************** */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .mininews {
    position: relative;
    background: url(../img/mininews.png) no-repeat;
    background-size: 43.4px 40.6px;
    width: 43.4px;
    height: 40.6px;
    /* ****************** */
    z-index: 101;
  }
  .mambow:hover {
    animation: mambowX 0.7s steps(19) forwards;
  }
  @keyframes mambowX {
    to {
      background-position: -1330px 0;
    }
  }
}
@media only screen and (max-width: 550px) {
  /* header and  Sticky footer ****************************************************** */
  .waveBox0 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .wave0 {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at 50% 0%, #5fa8e9 24px, rgba(0, 0, 0, 0) 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 32px;
  }
  .wave1 {
    position: relative;
    top: -20px;
    z-index: 1;
    background: radial-gradient(circle at 50% 0%, #0e7ac4 24px, rgba(0, 0, 0, 0) 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 32px;
  }
  .wave2 {
    background: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 24px, #0e7ac4 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 43.2px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  .wave2 .wave2logo {
    margin: 0 8px 2.4px 0;
    align-self: flex-end;
    background: url(../img/coopiiWhite.png) no-repeat;
    background-size: 118.4px 16px;
    width: 118.4px;
    height: 16px;
  }
  /* ************************************************************************* */
  .p1title {
    position: absolute;
    top: 36px;
    right: 30px;
    background: url(../img/p1title.png) no-repeat;
    background-size: calc(100vw * 0.5) calc(100vw * 0.08);
    width: calc(100vw * 0.5);
    height: calc(100vw * 0.08);
    z-index: 1000;
  }
  /* ************************************** */
  .baseBoxOuter {
    position: relative;
    top: 0;
    height: 100%;
    width: calc(100vw * 1);
    margin: 0 auto;
    overflow: hidden;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }
  .page-baseBOX {
    position: relative;
    top: 42px;
    margin: 0 auto;
    z-index: 100;
    height: 74vh;
    overflow-scrolling: auto;
    overflow-y: auto;
    /*border:1px #f0f dashed;*/
  }
  #footbanner {
    position: fixed;
    bottom: 0;
  }
  /* ******************************************************* */
  .p1navcls {
    display: flex;
    width: 336px;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
  }
  .upperbox {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .lowerbox {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    padding-left: 18px;
  }
  .docbox {
    position: absolute;
    top: 6px;
    right: 36px;
    font-size: 14.4px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: 1000;
    font-weight: 900;
  }
  .dolphmark0 {
    position: absolute;
    top: calc(100vh * 0.02);
    left: calc(100vw * 0.12);
    background: url(../img/mark00.png) no-repeat;
    background-size: calc(100vw * 0.11) calc(100vw * 0.11);
    width: calc(100vw * 0.11);
    height: calc(100vw * 0.11);
    z-index: 1000;
  }
  /* ************************************** */
  .caltoday {
    width: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #timewatch {
    margin-top: 10.8px;
    color: #0e7ac4;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
  }
  .todaybox .todayboxupper {
    background-color: #FF6860;
    height: 21px;
    width: 67.8px;
    -webkit-border-top-left-radius: 3.6px;
    -webkit-border-top-right-radius: 3.6px;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 900;
  }
  .todaybox .todayboxlower {
    background-color: #61BCAD;
    height: 46.8px;
    width: 67.8px;
    -webkit-border-bottom-left-radius: 3.6px;
    -webkit-border-bottom-right-radius: 3.6px;
    text-align: center;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
  }
  .todayboxlower div {
    transform: translateY(3%);
  }
  /* ************************************** */
  .p1boxhead {
    position: relative;
    left: 42px;
    background: url(../img/p1leftboxheader.png) no-repeat;
    background-size: 253.8px 43.2px;
    width: 253.8px;
    height: 43.2px;
  }
  .mambow {
    position: absolute;
    margin: -2.4px;
    top: -7.2px;
    left: -45px;
    background: url(../img/mambow.png) no-repeat;
    background-size: 1200px 64.8px;
    width: 60px;
    height: 64.8px;
    /* ****************** */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .mininews {
    position: relative;
    background: url(../img/mininews.png) no-repeat;
    background-size: 37.2px 34.8px;
    width: 37.2px;
    height: 34.8px;
    /* ****************** */
    z-index: 101;
  }
  /* ******************************************************* */
  p.indentback {
    text-indent: -3em;
    padding-left: 3em;
  }
  .p1scrollbox {
    position: relative;
    font-size: 8.4px;
    width: 276px;
    height: 120px;
    top: 6px;
    /*right:0;*/
    padding: 0 0 0 18px;
    line-height: 120%;
    background-color: #fff;
    border-top: 1px solid #0E7AC4;
    border-bottom: 1px solid #0E7AC4;
    white-space: normal;
    overflow: scroll;
    word-break: break-all;
    box-shadow: 0 2px 10px #000000;
  }
  .p1scrollbox p {
    margin-bottom: -0.7em;
    word-break: break-all;
  }
  /* スクロールバー全体 */
  .p1scrollbox::-webkit-scrollbar {
    width: 12px;
    background: #40AAEF;
  }
  /* 横スクロールバー全体 */
  .p1scrollbox::-webkit-scrollbar:horizontal {
    height: 0;
    background: #40AAEF;
  }
  /* スクロールバー上下左右末端のボタン */
  .p1scrollbox::-webkit-scrollbar-button {
    width: 12px;
    height: 12px;
    background: #0E7AC4;
  }
  /* ドラッグするツマミ部分 */
  .p1scrollbox::-webkit-scrollbar-thumb {
    background: #0E7AC4;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3.6px rgba(0, 0, 0, 0.5);
  }
  /* 右下角部分 */
  .p1scrollbox::-webkit-scrollbar-corner {
    background: #0E7AC4;
  }
  /* ************************************** */
  /* p1 入室マーク */
  #nyushitsuBox {
    width: 240px;
    height: 105px;
    overflow: hidden;
    border-radius: 12px;
  }
  #nyushitsuBox.hilight {
    animation: hilight 2s infinite;
  }
  #nyushitsu1,
  #nyushitsu2,
  #nyushitsu3 {
    background-size: 240px 105px;
    width: 240px;
    height: 105px;
    display: none;
  }
  .nyushitsu1 {
    background: url(../img/in1.png) no-repeat;
  }
  .nyushitsu2 {
    background: url(../img/in2.png) no-repeat;
  }
  .nyushitsu3 {
    background: url(../img/in3.png) no-repeat;
  }
  /* ******************************************************* */
  .p1sublist {
    margin-top: 18px;
    color: #666;
    display: flex;
    flex-direction: row;
  }
  .p1btn {
    font-size: 10.8px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .p1btn div {
    margin: 6px;
  }
  #bookimg {
    background: url(../img/p1book.png) no-repeat;
    background-size: 31.8px 30px;
    width: 31.8px;
    height: 30px;
  }
  #handimg {
    background: url(../img/p1hand.png) no-repeat;
    background-size: 25.8px 25.8px;
    width: 25.8px;
    height: 25.8px;
    margin-left: 21px;
  }
  /* ******************************************************* */
  /*
.mambow {
position:absolute;
  margin:-4px * @scale;
  padding:0;
  background: url(../../assets/img/mambow.png) no-repeat;
  top:-12px * @scale;
  width: 100px * @scale;
  height: 108px * @scale;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
}
*/
  .mambow {
    position: absolute;
    margin: -2.4px;
    top: -7.2px;
    left: -45px;
    background: url(../img/mambow.png) no-repeat;
    background-size: 1200px 64.8px;
    width: 60px;
    height: 64.8px;
    /* ****************** */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .mininews {
    position: relative;
    background: url(../img/mininews.png) no-repeat;
    background-size: 37.2px 34.8px;
    width: 37.2px;
    height: 34.8px;
    /* ****************** */
    z-index: 101;
  }
  .mambow:hover {
    animation: mambowX 0.7s steps(19) forwards;
  }
  @keyframes mambowX {
    to {
      background-position: -1140px 0;
    }
  }
}
