#headSNS {
  height: 30px;
}
#a-main {
  margin-top: 20px;
}
#lv1, #lv2, #lv3 {
  width: 96.775%;
  margin: 0 1.5625%;
}
.magazineTitleArea {
  padding-right: 37.5%;
}
.magazineTitleArea.btn2 {
  padding-right: 25%;
}
.magazineTitleArea.btn1 {
  padding-right: 12.5%;
}
.magazineTitleArea .magazineText h1 {
  font-family: georgia, "times new roman", times, serif;
  font-size: 30px;
  font-weight: 400;
  color: #1F2C52;
  line-height: 1.2;
}
.magazineTitleArea .magazineText .c-lead {
  font-family: georgia, "times new roman", times, serif;
  font-size: 20px;
  color: #1F2C52;
  line-height: 1;
}
.magazineTitleArea .magazineText .c-body {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.magazineInner {
}
.magazineImage {
  display: block;
  float: left;
  width: 16.667%;
  border: solid 1px #ccc;
}
.magazineImage img {
  width: 100%;
}
.magazineText {
  float: right;
  width: 81%;
  padding-right: 20px;
}
/*OtherContentsArea---------------------------------------------*/

.otherContentsArea {
  width: 37.5%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.otherContentsArea ul {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.otherContentsArea li {
  width: 30%;
}
.otherContentsArea.btn1 ul,
.otherContentsArea.btn2 ul {
  justify-content: flex-end;
}
.otherContentsArea.btn2 li {
  margin-left: 5%;
}
.otherContentsArea li:last-child {
  margin-right: 0;
}
.exBtn {
    margin-top: 15px;
    width: 65%;
    margin-left: 35%;
}
.otherContentsArea img {
  width: 100%;
}

.otherContentsArea--kindle ul {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.otherContentsArea--kindle li:last-child {
  margin-left: 20px;
}


/*Layout---------------------------------------------*/

.layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.layoutBox img {
  box-shadow: 5px 5px 3px -3px #aaa;
  -moz-box-shadow: 5px 5px 3px -3px #aaa;
  -webkit-box-shadow: 5px 5px 3px -3px #aaa;
}
.layoutBox a {
  display: block;
}
.layout2-1 {
  width: 48.4375%;
  margin-bottom: 30px;
}
.layout2-1 h2 {
  padding: 20px 0 0 0;
  font-family: georgia, "times new roman", times, serif;
  font-size: 24px;
  font-weight: 700;
  color: #2D3760;
  line-height: 1.3;
  margin-bottom: 10px;
}
.layout2-1 h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.layout2-1 p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.layout3-2 {
  width: 65.592%;
  margin-bottom: 30px;
}
.layout3-2 h2 {
  padding: 20px 0 0 0;
  font-family: georgia, "times new roman", times, serif;
  font-size: 18px;
  font-weight: 700;
  color: #2D3760;
  line-height: 1.4;
  margin-bottom: 10px;
}
.layout3-2 h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.layout3-2 p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.layout3-1 {
  width: 31.25%;
  margin-bottom: 30px;
}
.layout3-1 h2 {
  padding: 20px 0 0 0;
  font-family: georgia, "times new roman", times, serif;
  font-size: 18px;
  font-weight: 700;
  color: #2D3760;
  line-height: 1.3;
  margin-bottom: 10px;
}
.layout3-1 h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.layout3-1 p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.layout2-1s {
  width: 48.4375%;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
.layout2-1s:nth-child(1), .layout2-1s:nth-child(2) {
  border-top: solid 1px #ccc;
}
.layout2-1s img {
  width: 100px;
  float: left;
  margin: 5px 10px 10px 10px;
}
.layout2-1s h2 {
  padding: 0;
  font-family: georgia, "times new roman", times, serif;
  font-size: 16px;
  font-weight: 700;
  color: #2D3760;
  line-height: 1.4;
  margin-bottom: 10px;
}
.layout2-1s h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.layout2-1s p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
/*feature---------------------------------------------*/
.layoutBoxMV2 {
    background-color: #2D3760;
    padding: 30px 30px 0;
    margin-bottom: 10px;
}

.featureTitleBox {
    background-color: #222;
    padding: 25px 20px;
}

.featureTitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #BFAA79;
    border-bottom: double 3px #BFAA79;
    line-height: 1.5;
}

.featureText {
    color: #fff;
    padding: 20px 5px;
    border-bottom: double 3px #BFAA79;
}
.featureText p {
  font-family: georgia, "times new roman", times, serif;
    font-size: 32px;
}
.layoutBoxMV2 .layout3-1 {
  margin-bottom: 0;
}
.layoutBoxMV2 .layout3-2 {
  padding-left: 6px;
  margin-bottom: 0;
}

.layoutBoxMV2 h3 {
    color: #fff;
    padding: 0 0 7px;
}
.layoutBoxMV2 img {
    box-shadow: 5px 5px 3px -3px #181E34;
    -moz-box-shadow: 5px 5px 3px -3px #181E34;
    -webkit-box-shadow: 5px 5px 3px -3px #181E34;
}

.layoutBoxMV2 .layoutBox {
  padding-bottom: 40px;
}
.layoutBoxMV2 .layoutBox h2 {
    font-size: 22px;
    font-weight:700;
    color: #BFAA79;
}
.layoutBoxMV2 .layout2-1 {
  margin-bottom: 0;
}
.layoutBoxMV2 .layout2-1 h2 {
  padding-top:0;
}
.layoutBoxMV2 .layoutBox p {
    color:#fff;
    font-weight:300;
}

/*mv backup-----------------------------------------*/
.layoutBoxMV a {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 5px 5px 3px -3px #aaa;
  -moz-box-shadow: 5px 5px 3px -3px #aaa;
  -webkit-box-shadow: 5px 5px 3px -3px #aaa;
}
.mvImage {
  width: 65.625%;
}
.mvText {
  width: 34.375%;
  background-color: #2D3760;
}
.mvText h2 {
  padding: 30px 20px 10px 20px;
  font-family: georgia, "times new roman", times, serif;
  font-size: 22px;
  font-weight: 700;
  color: #BFAA79;
  line-height: 1.4;
}
.mvText h3 {
  padding: 20px 20px 10px 20px;
  font-family: georgia, "times new roman", times, serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.4;
}
.mvText p {
  font-family: 'Roboto', sans-serif;
  padding: 0 20px 20px 20px;
  font-size: 14px !important;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.4;
}
/*959---------------------------------------------*/
@media(max-width:959px) {
.mvImage {
  width: 65.625%;
  background-color: #2D3760;
  padding: 30px 0 30px 20px;
}
}


/*640---------------------------------------------*/
@media(max-width:640px) {
.mvImage {
  width: 100%;
  padding: 0;
}
.mvImage img {
  width: 100%;
}
.mvText {
  width: 100%;
}
.mvText h2 {
  padding: 20px 20px 10px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.mvText h3 {
  padding: 0 20px 10px 20px;
}
.mvText p {
  padding: 0 20px 20px 20px;
}
.magazineImage {
  width: 30%;
  margin-right: 10px;
}
.magazineText {
  float: none;
  width: 100%;
  padding-right: 0;
}
.magazineTitleArea .magazineText h1 {
  font-size: 26px;
}
.magazineTitleArea .magazineText .c-lead {
  font-size: 18px;
}
.magazineTitleArea {
  padding-right: 0 !important;
}
.otherContentsArea {
  width: 100%;
  position: relative;
  bottom: 0;
  right: 0;
  margin: 10px auto 0 auto;
}
.otherContentsArea--kindle ul {
  -webkit-justify-content: center;
  justify-content: center;
}
.layoutBoxMV a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#lv1, #lv2, #lv3 {
  width: auto;
}
.layoutBox img {
  width: 100%;
}
.layout2-1 {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 0px;
}
.layout2-1 h2 {
  padding: 10px 0 0 0;
  font-size: 20px;
  margin-bottom: 0px;
}
.layout3-1 {
  width: 48%;
  margin-bottom: 20px;
}
.layout3-1 h2 {
  padding: 10px 0 0 0;
  margin-bottom: 0px;
}
.layout2-1s {
  width: 100%;
}
.layout2-1s:nth-child(1), .layout2-1s:nth-child(2) {
  border-top: none;
}
.layout2-1s {
  border-bottom: none;
}
.layout2-1s img {
  width: 100px;
  float: left;
  margin: 5px 10px 10px 0px;
}
.layout2-1s p {
  clear: both;
}

.layoutBoxMV2 {
    padding: 0 0 20px;
}
.layoutBoxMV2 .layoutBox {
    padding-bottom: 10px;
}
.layoutBoxMV2 .layout3-1 {
    width: 100%;
}
.layoutBoxMV2 .layout3-2 {
    width: 100%;
    padding:20px 20px 0;
}
.layoutBoxMV2 .layout2-1 {
    width: 100%;
    padding:0 20px;
}
.featureTitle {
    font-size: 32px;
    line-height: 1.5;
}

.featureText p {
    font-size: 24px;
}

.layoutBoxMV2 .layoutBox h2 {
    padding: 10px 0 0 0;
    margin-bottom:10px;
}

.layoutBoxMV2 .layoutBox p {
    padding-bottom: 30px;
}
.layoutBoxMV2 .layoutBox .featureText {
    padding: 10px 5px;
}
.layoutBoxMV2 .layoutBox .featureText p {
    padding: 0;
}
}


























