html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
}

body {
    /*font-size: 1.6rem;*/
    line-height: 1.4;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}
/*a[href] {
  transition: opcity .16s;
}
a[href]:hover {
  opacity: .5;
}*/

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

video {
    max-width: 100%;
}

img {
    border-style: none;
    vertical-align: bottom;
    width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: nost-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}

body {
    animation: fadeIn 1s ease-out 0s 1 normal;
    -webkit-animation: fadeIn 1s ease-out 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../images/main_title_pc.jpg);
  background-repeat: repeat-y;
  /*background-size: cover;*/
  background-size: 1800px;
  background-position: center;
}
.article {
  /*max-width: 45%;*/
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-left: 3px solid #1A1A1A;
  border-right: 3px solid #1A1A1A;
  box-sizing: content-box;
  background-color: #FFF;

}

/*--------------------------- yodogawa*/
.article-title {
  margin-top: -24px;
}
.article-title .logo {
  max-width: 45%;
  position: absolute;
  left: -10px;
  top: 30px;
}
.article-title .name {
  position: absolute;
  top: 30px;
  right: 10px;
}
.article-title .name a {
  color: #F7C7DC;
  font-size: 1.4em;
  letter-spacing: 1.68px;
  font-family: Shuei MaruGo B;
}
.article-hero {
  max-width: 480px;
  margin: auto;
  padding: 65px 0 35px;
}
.article-title-h1 {
  max-width: 528px;
  margin: auto;
}
.article-title,
.article-lead {
  position: relative;
  max-width: 100%;
  width: 100%
}
.article-lead {
  margin: 30px auto 80px;
}
.article-lead__text {
  text-align: center;
}
.article-lead__text.announce {
  font-family: Shuei MaruGo B;
  font-size: 1.8em;
  line-height : 2;
  color: #71CFA5;
  margin: 0 0 50px;
}
.article-lead__text.detail {
  font-family: Shuei MaruGo B;
  font-size: 1.8em;
  line-height : 2;
  color: #4D4D4D;
}

/*--------------------------- navigation*/
.article-navi ul {
  display: flex;
  justify-content: space-around;
  padding: 45px 0;
}
.navi-item.prev figure img,
.navi-item.next figure img {
  max-width: 50px;
}
.navi-item.index figure img {
  max-width: 67px;
}

/*--------------------------- index-page*/
.article-content {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.products_indexWrap {
  padding: 0 0 65px 40px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}
.products_indexWrap__title {
  max-width: 22.75%;
}
.products-content {
  margin-top: 150px;
}
.toc-list-wrap {
  padding: 20px;
}
.toc-content ul li {
  margin-bottom: 80px;
}
.toc-item {
  font-size: 2.6em;
  line-height: 1.5;
  color : #1E7ABF;
  font-family: Shuei MaruGo B;
  background: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-size: 140px;
  margin: 0 0 30px;
}

/*--------------------------- mini-yodogawa*/
.article-bg {
  background-image: url(../images/bg01.png);
}
.column-section {
  background: url(../images/bg01.png);
  background-repeat: repeat-x;
}
.column__inner {
  max-width: 470px;
  margin: auto;
}
.column__txt.fast {
  padding: 60px 0 0;
}
.column__txt {
  padding: 30px 0 0;
  text-align: center;
  font-size: 1.8em;
  line-height: 2.1;
  font-family: Shuei MaruGo B;
}
.column__txt.last {
  padding: 30px 0 100px;
}
.column__txt2 {
  padding: 0;
}

/*--------------------------- sns_app_area*/
.sns-app {
  background: #FCEE21;
  padding: 55px 0;
}
.sns-app_wrap {
  max-width: 662px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.sns-app-img {
  max-width: 282px;
}
.sns_list {
  max-width: 50%;
}
.sns_list_ttl {
  max-width: 318px;
  margin: 0 0 25px;
}
.sns_list-txt {
  margin: 0 0 25px;
  font-size: 1.8em;
  line-height: 2;
  font-family: Shuei MaruGo B;
}
.sns_list-app_wrap {
  margin: 0 0 30px;
}
.sns_list-app_inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.sns_list-app_img {
  max-width: 138px;
}
.sns_list-app_img a[target=_blank]:after {
  display: none;
}
.sns_list-introduction {
   max-width: 156px;
}
/* Rotate */
.hvr-rotate,
.hvr-rotate2 {
  display: inline-block;
  vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.hvr-rotate2:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/*--------------------------- column*/
.column__wrap {
  width: 100%;
}
.column__title,
.column__title2 {
  margin: auto;
  position: relative;
}
.column__title:before {
  content: "";
  display: inline-block;
  background: url(../images/bg03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 177px;
  height: 177px;
}
.column__title2:before {
  content: "";
  display: inline-block;
  background: url(../images/bg04.png);
  background-size: contain;
  width: 177px;
  height: 177px;
}
.column__title-h2 {
  font-size: 3.7em;
  color : #1A1A1A;
  font-family: Shuei MaruGo B;
  text-align: left;
  width: 340px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.column__img {
  max-width: 315px;
  margin: 35px auto 0;
}
.column__img.episode05 {
  max-width: 155px;
}
.column__img.episode07 {
  max-width: 373px;
}
.column__img.episode09 {
  max-width: 270px;
}
.column__img.episode11 {
  max-width: 273px;
}
.column__img.episode13 {
  max-width: 277px;
}
.column__img.episode15 {
  max-width: 190px;
}
.column__body {
  max-width: 470px;
  margin: 40px auto 120px;
  text-align: center;
}
.column__body.last {
  margin: 40px auto 60px;
}
.column__body__txt {
  display: block;
  text-align: left;
  font-size: 1.8em;
  line-height: 2.1;
  color: #4D4D4D;
  font-family: Shuei MaruGo B;
  margin: 0 0 30px;
}
.nextday {
  margin: 0 0 65px;
  text-align: center;
  font-size: 1.8em;
  color : #4D4D4D;
  font-family: Shuei MaruGo B;
}
.date {
  margin: 0 0 100px;
  text-align: center;
  font-size: 1.4em;
  color : #1A1A1A;
  font-family: Shuei MaruGo B;
}

/*--------------------------- presen-page*/
.presen-wrap {
  max-width: 510px;
  background: #F7C7DC;
  margin: 40px auto 0;
  padding: 20px 30px 60px;
  border-radius: 10px;
}
.presen-wrap2 {
  background: transparent;
  max-width: 510px;
  margin: 30px auto 60px;
  padding: 0 30px;
}
.presen-title {
  font-size: 3.0em;
  color : #E8659F;
  font-family: Shuei MaruGo B;
  text-align: left;
  margin: 0 0 10px;
}
.presen-title:before {
  content: "";
  display: inline-block;
  width: 96px;
  height: 123px;
  vertical-align: middle;
  background: url(../images/image03.png);
  background-size: 96px 123px;
  background-repeat: no-repeat;
}
.presen-group {
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 15px;
  box-shadow: 0 0 8px lightcoral;
}
.presen-group:hover {
  background: #f4ff81 !important;
  transition: .5s;
}
.presen-group__title {
  font-size: 2.8em;
  color : #4D4D4D;
  text-align: center;
  font-family: Shuei MaruGo B;
  border-bottom: 1px #F7C7DC dashed;
  padding: 20px 0;
}
.presen-group__foot {
  text-align: center;
  padding: 10px 0;
}
.presen-group__foot:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/image04.png);
  background-size: 30px 20px;
  background-repeat: no-repeat;
  padding: 2.3% 3.5%;
}
.presen-group__foot .post {
  font-size: 1.3em;
  font-family: Shuei MaruGo B;
  margin: 0 10px;
  vertical-align: middle;
}
.presen-group__foot .name {
  font-size: 2em;
  font-family: Shuei MaruGo B;
  vertical-align: sub;
}
.comment, .comment2, .comment3 {
  font-size: 2.3em;
  color: #E8659F;
  font-family: Shuei MaruGo B;
  margin: 0 0 25px;
}
.comment:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  vertical-align: middle;
  background: url(../images/image05.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.comment2:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  vertical-align: middle;
  background: url(../images/image06.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.comment3:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  vertical-align: middle;
  background: url(../images/image07.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.presen__txt {
  font-size: 1.8em;
  line-height: 2;
  color : #4D4D4D;
  font-family: Shuei MaruGo B;
}
.presen__img {
  margin: 30px auto;
}

/*-------------------------------- SNS*/
.article-share {
  display: flex;
  justify-content: space-around;
}
.article-share ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 40%;
  margin-top: 30px;
}
.article-share ul li img {
  vertical-align: text-top;
}
.mdi-twitter-box {
  max-width: 51px;
}
.mdi-facebook-box {
  max-width: 36px;
}
.mdi-line {
  max-width: 44px;
}
.mdi-mail {
  max-width: 119px;
}
.mdi-home {
  max-width: 151px;
}
.mdi-dokonoko {
  max-width: 19.625%;
}

/*-------------------------------- footer*/
.article-copy {
  text-align: center;
  padding: 40px 0 90px;
}
.article-copy p {
  font-size: 1.3em;
  letter-spacing : 1.3px;
  color : #1A1A1A;
  font-family: Shuei MaruGo B;
}
.cmark {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 3px;
}

/*-------------------------------- popup*/
.lity.lity-opened {
  opacity: 1;
}
.lity-close {
  z-index: 9994;
  width: 50px !important;
  height: 50px !important;
  position: fixed;
  right: 20px!important;
  top: 20px!important;
  font-size: 0!important;
  background-image: url(https://www.dokonoko.jp/wp-content/themes/dokonoko.jp/img/top/btn_close_book@2x.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}
.lightbox {
  max-height: 90vh !important;
  padding: 0 100px 30px !important;
  margin: 2em 0;
  border: double 8px #BCE7F6;
  background-color: #fff;
  overflow: scroll;
    -webkit-overflow-scrolling: touch
}
.lightbox__container .profile div {
  max-width: 600px;
}
.profile__title {
  font-family: "Shuei MaruGo B"
  font-weight: 400;
  line-height: 1.8;
  font-size: 28px;
  letter-spacing: .06em;
}
.profile__sub {
  font-family: "Shuei MaruGo B"
  font-weight: 400;
  font-size: 20px;
}
.profile__body {
  margin-top: 9%;
  font-family: "Shuei MaruGo B";
  font-size: 1.2em !important;
  line-height: 1.8;
}

/*--------------------------- common-style*/
br, .br-pcsp, .pc {
  display: block;
}
.br-sp, .sp {
  display: none;
}
.bordertop {
  border-top: 3px solid #1A1A1A;
}
.borderbottom {
  border-bottom: 3px solid #1A1A1A;
}
.hidden {
  visibility: hidden;
}
.inactive {
  filter: grayscale(1);
  pointer-events: none;
}
.hover:hover img {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.mt0 {
  margin-top: 0;
}
.mt30 {
  margin-top: 30px;
}
.mb100 {
  margin-bottom: 100px;
}
.blue-txt {
  color: #1E7ABF !important;
}
.hover-txt:hover,
.blue-txt:hover {
  color: #398F4A !important;
  transition-duration: 0.3s;
}





/*.toc-item.gray img {
   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}*/




/*.interview-wrap {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.interview-wrap dl {
  width: 512px;
  margin: 0 auto 60px;
  display: flex;
}
.interview-wrap dl:first-child {
  margin-top: 85px;
}
.interview-wrap dl dt {
  width: 80px;
}
.interview-wrap dl dt,
.interview-wrap dl dd {
  font-size: 1.125rem;
  line-height: 2.1;
}
.interview-wrap .link {
  color: #1E7ABF;
}*/
/*.photo {
  margin-bottom: 55px;
}*/
/*.interview-wrap div.nextp {
  text-align: center;
  margin-bottom: 40px;
}*/
/*.article-date p {
  font-size: .875rem;
}
.article-date .data {
  text-align: center;
  margin-bottom: 100px;
}
.interview-content h2 {
  text-align: center;
  margin: 83px 0;
}
.interview-content h2 img {
  max-width: 65.5%;
}*/
/*.navi-item.prev figure img,
.navi-item.next figure img {
  max-width: 30px;
}*/
/*.navi-item.index figure img {
  max-width: 40px;
}*/
/*.navi-item.prev figcaption,
.navi-item.next figcaption,
.navi-item.index figcaption {
  margin-left: -5px;
  font-size: 17px;
  color: #000!important;
}
.listenerColor {
  color: #665B56;
}*/

/*.box00 {
  padding: 0.25em 1em;
  position: relative;
  margin: 30px 0;
}
.box00:before,.box00:after {
  content: "";
  width: 10px;
  height: 20px;
  display: inline-block;
  position: absolute;
}
.box00:before {
  border-left: solid 1px #4D4D4D;
  border-top: solid 1px #4D4D4D;
  top: 5px;
  left: 0;
}
.box00:after {
  border-right: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
  bottom: 10px;
  right: 110px;
}*/
/*.listenerColor {
  color: #665B56;
}*/

/*---------------------------scroll*/
/*.list {
  margin: 80px auto 0;
  overflow: hidden;
}
.list_block {
  transition: .8s;
}
.list-mv07 {
  opacity: 0;
  transform: translate(0,60px);
  -webkit-transform: translate(0,60px);
}
.mv07 {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transition: .8s;
}*/

@media screen and (min-width: 1801px) {
  body:before {
    background-size: cover;
  }
  .article {
    max-width: 45%;
  }
  .article-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 1785px) {}
@media screen and (max-width: 600px) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .article {
    max-width: 90%;
  }
  body:before {
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../images/main_title_sp.jpg);
    background-repeat: repeat-y;
    background-size: contain;
  }
  .article {
    max-width: calc(100% - 74px);
  }
  br, .pc {
    display: none;
  }
  .br-pcsp, .br-sp, .sp {
    display: block;
  }
  /*--------------------------- yodogawa*/
  .article-title {
    background: #FFF;
    border-bottom: 2px solid;
  }
  .article-lead {
    max-width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
  }
  .article-title,
  .products_indexWrap {
    max-width: 100%;
  }
  .article-lead__text.announce {
    margin: 0;
    font-size: 16px;
    line-height: 1.7
  }
  .article-title .name a {
    font-size: 10px;
    letter-spacing : 1.2px;
  }
  .article-title-h1 {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
  .article-title .logo {
    left: -10px;
  }
  .article-hero {
    /*max-width: calc(100% - 120px);*/
    max-width: 207px;
    padding: 50px 0 10px;
  }
  .article-lead__side.profile a {
    margin: auto;
  }
  .article-lead__side.profile p {
    font-size: 15.85px;
  }
  .article-lead__text {
    margin: 0;
    padding: 20px 0;
  }
  .article-lead__text p {
    padding: 10px;
    margin-top: 0;
    font-size: 15px;
    line-height: 2;
  }
  .article-lead__text.detail {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  /*--------------------------- index-page*/
  .products-content {
    width: calc(100% - 15px);
    margin: 30px auto 0;
  }
  .products_indexWrap {
    display: block;
    padding-left: 0;
    padding: 0 0 40px 0;
  }
  .products_indexWrap__title {
    max-width: 43%;
    margin: auto;
  }
  .toc-item {
    font-size: 16px;
    line-height: 1.8;
    background-size: 95px;
    margin: 0 0 10px;
  }
  .toc-item img {
    max-width: 100%;
  }
  .article-navi ul {
    padding: 20px 0;
  }
  .navi-item.prev figcaption, .navi-item.next figcaption, .navi-item.index figcaption {
    font-size: 11px;
    margin-left: -5px;
    text-align: center;
  }
  .navi-item.prev figure img, .navi-item.next figure img {
    max-width: 38px;
  }
  .navi-item.index figure img {
    max-width: 50px;
  }
/*  .notice-txtWrap {
    width: 100%;
  }*/
/*  .notice-txt {
    padding: 0 10px 0;
    font-size: 14px;
    margin-bottom: 30px;
  }*/
/*  .notice-txt.attention {
    text-align: center;
  }*/
/*  .notice-img {
    max-width: 79%;
  }*/
/*  .notice-btn {
    max-width: 85%;
    margin: 0 auto 15px;
  }*/
/*  .notice-img2 {
    margin: 0 auto 20px;
  }*/
/*  .notice-img2 ul li {
    max-width: 28%;
  }*/
/*  .notice1 h3 img  {
    max-width: 85%;
    margin: auto;
  }*/
/*  .notice2 h3 img {
    max-width: 90%;
    margin: auto;
  }*/
  /*-------------------------------- SNS*/
  .article-share {
    display: block;
    flex-wrap: wrap;
  }
  .article-share ul {
    width: 200px;
    margin: 20px auto;
  }
  .article-share ul li:nth-child(4),
  .article-share ul li:nth-child(5) {
    padding-top: 20px;
  }
  .mdi-twitter-box {
    max-width: 21%;
  }
  .mdi-facebook-box {
    max-width: 14.5%;
  }
  .mdi-line {
    max-width: 17.84%;
  }
  .mdi-mail {
    max-width: 120px;
    margin: 0 0 10px;
  }
  .mdi-home {
    max-width: 151px;
  }
  .mdi-dokonoko {
    max-width: 100%;
  }
  .article-copy {
    padding: 18px 0 40px;
  }
  .article-copy p {
    font-size: 11px;
    letter-spacing : 1.1px;
  }
  /*--------------------------- presen-page*/
  .presen-wrap {
    max-width: 100%;
    margin: 50px auto 0;
    padding: 20px 0 60px;
    border-radius: 0;
  }
  .presen-wrap2 {
    padding: 0;
  }
  .presen-section {
    width: calc(100% - 30px);
    margin: auto;
  }
  .presen-title {
    font-size: 2em;
    margin: 0 0 10px;
  }
  .presen-title:before {
    width: 50px;
    height: 60px;
    background-size: contain;
  }
  .presen-group__title {
    font-size: 1.8em;
    padding: 15px 0;
  }
  .presen-group__foot:before {
    background-size: contain;
    padding: 4% 6%;
  }
  .presen-group__foot .post {
    font-size: 1.1em;
    margin: 0 10px;
  }
  .presen-group__foot .name {
    font-size: 1.4em;
  }
  .comment, .comment2, .comment3 {
    font-size: 1.4em;
    margin: 0 0 15px;
  }
  .comment:before, .comment2:before, .comment3:before {
    width: 80px;
    height: 80px;
  }
  .presen__txt {
    font-size: 1.5em;
  }
/*--------------------------------interview*/
/*  .interview-content h2 {
    margin: 30px auto 23px;
  }
  .interview-content h2 img {
    max-width: 80%;
  }
  .interview-wrap {
    width: 100%;
  }
  .interview-wrap dl {
    width: 100%;
    display: block;
    padding: 0 10px;
    margin: 0 auto 33px;
  }
  .interview-wrap dl dt,
  .interview-wrap dl dd {
    font-size: 15px;
    line-height: 1.9
  }
  .photo {
    margin-bottom: 15px;
  }
  .navi-item.prev figcaption,
  .navi-item.next figcaption {
    font-size: 11px;
  }
  .navi-item.index figcaption {
    font-size: 11px;
    margin-left: 3px;
  }

  .article-date .data {
    margin-bottom: 25px;
  }
  .interview-wrap {
    margin-top: 20px;
  }
  .interview-wrap dl:first-child {
    margin-top: 0;
  }
  .interview-wrap div.nextp {
    font-size: 13px;
    padding: 0 10px;
  }
  .interview-wrap .link {
    font-size: 13px;
  }
  .lity-wrap:before {
    vertical-align: top!important;
  }
  .lity-close {
    color: #666!important;
  }
  .profile__title {
    font-size: 18px;
  }
  .profile__sub {
    font-size: 16px;
  }
  .profile__body {
    font-size: 14px;
  }*/
  /*--------------------------- column*/
  .column-section {
    background: url(../images/bg01@2.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .column__wrap {
    width: calc(100% - 20px);
    margin: auto;
  }
  .column__inner {
    margin: 35px auto;
  }
  .column__txt.fast {
    padding: 16px 0 0;
  }
  .column__txt {
    padding: 16px 0 0;
    font-size: 15px;
    text-align: left;
    line-height: 1.9;
  }
  .column__txt.last {
    padding: 16px 0 20px;
  }
  .column__txt2 {
    width: calc(100% - 20px);
    margin: auto;
  }
  .column__title,
  .column__title2 {
    max-width: calc(100% - 40px);
  }
  .column__title-h2 {
    top: 35px;
    left: 35px;
    font-size: 25px;
    width: 100%;
  }
  .column__title:before,
  .column__title2:before {
    width: 130px;
    height: 130px;
  }
  .column__img {
    max-width: 80%;
    margin: 30px auto;
  }
  .column__body {
    width: calc(100% - 20px);
    margin: auto;
  }
  .column__body__txt {
    font-size: 15px;
    line-height: 2;
  }
  .column__body.last {
    margin: 40px auto 30px;
  }
  .column__img.episode05 {
    max-width: 50%;
  }
  .column__img.episode09 {
    max-width: 60%;
  }
  .column__img.episode11,
  .column__img.episode13 {
    max-width: 70%
  }
  .column__img.episode15 {
    max-width: 45%;
  }
  .nextday {
    font-size: 13px;
    margin: 0 0 45px;
  }
  .date {
    margin: 0 0 50px;
    font-size: 11px;
    font-family: Shuei MaruGo B;
  }
  /*--------------------------- sns_app_area*/
  .sns-app {
    padding: 18px 0;
  }
  .sns-app_wrap {
    max-width: 90%;
    justify-content: space-around;
  }
  .sns-app-img {
    max-width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sns_list_ttl {
    max-width: 100px;
    margin: 0 0 10px;
  }
  .sns_list-txt {
    margin: 0 0 10px;
    font-size: 5px;
  }
  .sns_list-app_wrap {
    margin: 0 0 10px;
  }
  .sns_list-app_inner {
    width: 110px;
    justify-content: space-between;
  }
  .sns_list-app_img {
    max-width: 50px;
  }
  .sns_list-app_img.btn-hover01 {
    height: 20.5px;
  }
  .sns_list-introduction {
    max-width: 50px;
  }
  /*-------------------------------- popup*/
  .lightbox {
    margin: 9em 0 2em;
    padding: 0 50px 30px !important;
  }
}

@media screen and (max-width: 320px) {
  .toc-list-wrap {
    padding: 11px;
  }
  .toc-list-span {
    display: inline-block;
    text-indent: 3.3em;
  }
  .column__title:before,
  .column__title2:before {
    width: 95px;
    height: 95px;
  }
  .column__title-h2 {
    font-size: 20px;
    top: 25px;
    left: 25px;
  }
}