@charset "UTF-8";

/* reading
---------------------------------------------------------------------------*/
.title-img {
  position: relative;
  background: #fffef3;
  width: 1100px;
  height: 625px;
  margin: 0 auto 80px;
}

.title-img h1,
.title-img div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -320px;
}

body#reading .title-img {
  width: 1060px;
  margin-bottom: 60px;
}

body#reading p:last-of-type {
  margin-bottom: 0;
}

.check {
  color: #cc0000 !important;
}

/* .sec-lead
------------------------------------*/
.sec-lead {
  margin: 0 auto 70px;
  text-align: center;
}

.sec-lead p {
  font-size: 17px;
  letter-spacing: 0.1em;
}

/* .reading-list
------------------------------------*/
.reading-list {
  overflow: hidden;
  width: 1060px;
  margin: 0 auto;
}

.reading-list li {
  float: left;
  width: 500px;
  margin: 80px 60px 0 0;
}

.reading-list li:nth-child(even) {
  margin-right: 0;
}

.reading-list li:nth-of-type(1),
.reading-list li:nth-of-type(2) {
  margin-top: 0;
}

.reading-list li a {
  display: block;
}

.reading-list figure {
  margin-bottom: 30px;
}

.reading-list h2 {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}

.reading-list .title-line strong {
  padding-bottom: 3px;
  padding-left: 2px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.reading-list .title-line strong em {
  letter-spacing: 0;
}

.reading-list .title-line strong span {
  letter-spacing: 0;
  font-size: 18px;
}

.reading-list p {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.9;
}

.reading-list p.txt-center {
  text-align: center;
}

/* detail
---------------------------------------------------------------------------*/

/* .sec-reading-list
------------------------------------*/
.sec-reading-list {
  width: 1060px;
  margin: 160px auto 0;
}

.sec-reading-list h2:first-child {
  margin-bottom: 33px;
}

/* .nav-sec
------------------------------------*/
.nav-sec {
  position: relative;
  width: 275px;
  height: 51px;
  margin: 0 auto;
}

.nav-sec .prev,
.nav-sec .next {
  position: absolute;
  top: 0;
  font-size: 22px;
  letter-spacing: 0.2em;
}

.nav-sec .prev {
  left: 0;
}
.nav-sec .next {
  right: 0;
}

.nav-sec span {
  opacity: 0.2;
}

.nav-sec a,
.nav-sec span {
  display: block;
  padding: 4px;
}

.nav-sec .prev a,
.nav-sec .prev span {
  padding-left: 45px;
}

.nav-sec .next a,
.nav-sec .next span {
  padding-right: 40px;
}

.nav-sec .prev a:before,
.nav-sec .prev span:before,
.nav-sec .next a:before,
.nav-sec .next span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: 31px 31px;
  width: 32px;
  height: 31px;
  transition: 0.2s linear;
}

.nav-sec .prev a:before,
.nav-sec .prev span:before {
  left: 0;
  background-image: url(../img/share/btn-prev2@2x.png);
}

.nav-sec .next a:before,
.nav-sec .next span:before {
  right: 0;
  background-image: url(../img/share/btn-next2@2x.png);
}

@media all and (-ms-high-contrast: none) {
  .nav-sec .prev span:before,
  .nav-sec .next span:before {
    opacity: 0.2;
  }
  .nav-sec a:hover:before {
    opacity: 0.2;
  }
}

/* .reading-title
------------------------------------*/
.reading-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}

.reading-title.title-l {
  margin-top: -20px;
}

.reading-title h1 {
  margin: 3px 0 10px;
}

.reading-title.title-l h1 span {
  display: block;
  margin-bottom: 25px;
}

.reading-title h1 strong {
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.12em;
}

.reading-title.title-l h1 strong {
  font-size: 30px;
}

.reading-title.title-l h1 span strong {
  font-size: 23px;
  letter-spacing: 0.4em;
}

.reading-title.title-l h1.txt-m span strong {
  font-size: 20px;
  letter-spacing: 0.25em;
}

.reading-title.title-l h1 strong em {
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 51px;
  letter-spacing: 0.05em;
}

.reading-title.title-l h1 strong span {
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: 0.08em;
}

.reading-title h1 em {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 0.3em;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.reading-title.title-l h1 span em {
  padding-left: 8px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.reading-title.title-l h1 span em {
  font-size: 20px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.reading-title .nav-sec {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1040px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reading-title .nav-sec.size-l {
  top: 50px;
}

.reading-title p {
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: 0.05em;
}

/* .sec-character
------------------------------------*/
.sec-character {
  margin-bottom: 70px;
  text-align: center;
}

.sec-character.mb-l {
  margin-top: 40px;
  margin-bottom: 100px;
}

.sec-character h2 {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #000000;
  height: 105px;
  margin-right: 40px;
  margin-top: 10px;
  padding: 41px 20px 0 21px;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.character {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.character:last-of-type {
  margin-right: 0;
}

.character .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 124px;
  text-align: left;
}

.character figure {
  padding-right: 22px;
}

.character-single figure {
  padding-right: 32px;
}

.character p {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.character h3 {
  font-size: 24px;
  letter-spacing: 0.08em;
}

.character .h3-m {
  font-size: 23px;
}

.character .h3-s {
  font-size: 19px;
}

.character h3 span {
  font-size: 12px;
}

/* .sec-movie
------------------------------------*/
.sec-movie {
  position: relative;
  width: 1100px;
  height: 619px;
  margin: 0 auto 90px;
}

.sec-movie.size-s {
  width: 1000px;
  height: 564px;
}

.sec-movie .inner {
  position: relative;
  cursor: pointer;
  transition: 0.2s linear;
  z-index: 2;
}

.sec-movie .inner:hover {
  opacity: 0.7;
}

.btn-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.movie-img {
  position: relative;
  z-index: 2;
}

.movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 1100px;
  height: 619px;
  z-index: 1;
  opacity: 0;
}

.sec-movie.size-s .movie-wrap {
  width: 1000px;
  height: 563px;
}

/* .sec-contents
------------------------------------*/
.sec-contents {
  width: 1100px;
  margin: 0 auto;
}

.sec-contents p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.045em;
}

.sec-contents p a {
  text-decoration: underline;
}

.sec-contents dl {
  margin-left: 95px;
  font-size: 16px;
}

.sec-contents dt {
  position: relative;
  margin: 30px 0 8px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #787878;
  text-align: justify;
}

.sec-contents dt:first-child {
  margin-top: 0;
}

.sec-contents dt:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: -36px;
  background: #888888;
  width: 14px;
  height: 1px;
}

.sec-contents dd {
  position: relative;
  /* 	margin-bottom: 20px; */
}

.sec-contents dd:last-of-type {
  margin-bottom: 0;
}

.sec-contents dd .name {
  position: absolute;
  top: 2px;
  left: -92px;
  width: 80px;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.sec-contents .block-txt dd .name,
.sec-contents .block-txt-wide dd .name {
  top: 3px;
}

.sec-contents dd .name.first {
  margin-left: -7px;
}

.sec-contents dd .name strong {
  display: block;
}

.sec-contents dd .name span {
  display: block;
  font-size: 12px;
}

.sec-contents dd p {
  color: #000000;
  text-align: justify;
}

.sec-contents dd:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.sec-contents blockquote {
  border-left: 4px solid #dadada;
  margin-left: 2px;
  padding: 0 0 0 20px;
}

.sec-contents blockquote p {
  line-height: 1.9 !important;
  letter-spacing: 0.025em;
}

/* .sec-contents-lead
------------------------------------*/
.sec-contents-lead {
  margin-bottom: 100px;
  text-align: center;
}

.sec-contents-lead h2 {
  margin-bottom: 35px;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.sec-contents-lead h3 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.sec-contents-lead p {
  margin-bottom: 10px;
  font-size: 18px;
}

.sec-contents-lead.size-s p {
  font-size: 16px;
}

.sec-contents-lead.size-l p {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 2;
}

.sec-contents-lead.jus p {
  width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
}

/* .block-title
------------------------------------*/
.block-title {
  margin-bottom: 35px;
  text-align: left;
  padding-left: 60px;
}

.block-title.mb-s {
  margin-bottom: 25px;
}

.block-title h2 {
  margin-bottom: 20px;
}

.block-title h2 strong {
  border-bottom: 3px solid #f1f35b;
  padding-bottom: 3px;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  position: relative;
}

/* .block-title-middle
------------------------------------*/
.block-title-middle {
  margin-bottom: 70px;
  text-align: left;
  padding-left: 70px;
}

.block-title-middle p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2;
}

/* .block-txt
------------------------------------*/
.block-txt {
  margin-bottom: 155px;
}

.block-txt.size-s {
  width: 940px;
  margin: 0 auto 90px;
}

.block-txt.size-s .block-title {
  padding: 0;
}

.block-txt dl {
  margin-left: 110px;
  padding-right: 80px;
}

.block-txt.size-s .block-title {
  margin: 50px 0 20px;
}

.block-txt.size-s block-title:first-of-type {
  margin-top: 0;
}

.block-txt.size-s p {
  text-align: justify;
}

/* .block-txt-wide
------------------------------------*/
.block-txt-wide {
  margin-bottom: 120px;
}

.block-txt-wide dl {
  padding-right: 95px;
}

/* .block-txt-left
------------------------------------*/
.block-txt-left {
  width: 700px;
  margin-bottom: 155px;
  padding-top: 10px;
}

.block-txt-left p {
  line-height: 1.8;
}

/* .block-txt-img
------------------------------------*/
.block-txt-img {
  overflow: hidden;
  margin-bottom: 110px;
}

.block-txt-img.size-m {
  width: 960px;
  margin: 0 auto 80px;
}

.block-txt-img.size-s {
  position: relative;
  width: 940px;
  margin: 0 auto 80px;
}

.block-txt-img .txt-set {
  float: left;
  width: 625px;
}

.block-txt-img.size-m .txt-set {
  width: 585px;
}

.block-txt-img.size-s .txt-set {
  width: 605px;
}

.block-txt-img .txt-set p {
  text-align: justify;
  line-height: 1.8;
}

.block-txt-img.size-s .txt-set p {
  line-height: 1.9;
}

.block-txt-img .txt-set p:last-of-type {
  margin-bottom: 0;
}

.block-txt-img.size-m .block-title,
.block-txt-img.size-s .block-title {
  margin-bottom: 22px;
  padding: 0;
}

.block-txt-img .img-set {
  float: right;
  width: 328px;
  margin: 5px 75px 0 0;
}

.block-txt-img.size-m .img-set {
  width: 328px;
  margin: 0;
}

.block-txt-img.size-s .img-set {
  width: 260px;
  margin: 0;
}

.block-txt-img.size-s .img-set.img-btm {
  float: none;
  position: absolute;
  bottom: 20px;
  right: 5px;
  width: 272px;
  margin: 0;
}

.block-txt-img .img-set img {
  margin-bottom: 30px;
}

.block-txt-img.size-s .img-set img {
  margin-bottom: 15px;
}

.block-txt-img .img-set img:last-of-type {
  margin-bottom: 0;
}

.block-txt-img .img-set figcaption {
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

/* .block-txt-img-ps
------------------------------------*/
.block-txt-img-ps {
  overflow: hidden;
  margin-bottom: 40px;
  width: 980px;
  margin: 0 auto;
}

.block-txt-img-ps div {
  float: right;
  width: 675px;
  margin-top: 35px;
}
.block-txt-img-ps figure {
  float: left;
}

/* .block-txt-img - media query
-----------------------------------*/
@media (max-width: 1140px) {
  .block-txt-img .txt-set {
    margin-left: 20px;
  }
  .block-txt-img .img-set {
    margin-right: 55px;
  }
}

/* .block-img
------------------------------------*/
.block-img {
  position: relative;
  margin-bottom: 75px;
  text-align: center;
}

.block-img.size-s {
  width: 1000px;
  margin: 0 auto 75px;
}

/* .block-img-set
------------------------------------*/
.block-img-set {
  position: relative;
  margin: 0 auto 60px;
}

/* .block-img-set2
------------------------------------*/
.block-img-set2 {
  position: relative;
  overflow: hidden;
  width: 940px;
  margin: 0 auto 85px;
}

.block-img-set2.size-s {
  width: 860px;
}
.block-img-set2.size-l {
  width: 1000px;
}
.block-img-set2.size-l2 {
  width: 1060px;
}

.block-img-set2 figure {
  float: left;
  width: 460px;
}

.block-img-set2.size-l figure {
  width: 490px;
}
.block-img-set2.size-l2 figure {
  width: 520px;
}

.block-img-set2 figure:last-of-type {
  float: right;
}

.block-img figcaption,
.block-img-set2 figcaption {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.block-img-set2 img {
  margin: 0 0 14px;
}

.block-img-set2 img:nth-child(2n) {
  margin-left: 14px;
}
.block-img-set2.size-s img:nth-child(2n) {
  margin-left: 15px;
}

/* .block-img-set4
------------------------------------*/
.block-img-set4 {
  position: relative;
  margin: 0 auto 60px;
}

.block-img-set4 img {
  margin: 0 0 14px;
}

.block-img-set4 img:nth-child(2n) {
  margin-left: 14px;
}

/* .block-txt3
------------------------------------*/
.block-txt3 {
  width: 980px;
  margin: 0 auto 60px;
}

.block-txt3 .block-title {
  margin-bottom: 25px;
  padding: 0;
}

/* .txt-set3
------------------------------------*/
.txt-set3 {
  overflow: hidden;
}

.txt-set3 .inner {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}

.txt-set3 .inner:last-of-type {
  margin-right: 0;
}

.txt-set3 .inner p {
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.8;
}

.txt-set3 .inner p:last-of-type {
  margin-bottom: 0;
}

/* .sec-product
------------------------------------*/
.sec-product {
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 940px;
  margin: 150px auto 70px;
  padding-top: 55px;
}

.sec-product .txt-set {
  box-sizing: border-box;
  position: relative;
  background: #fcfcee;
  width: 400px;
}

.sec-product .txt-set .inner {
  position: absolute;
  top: 50%;
  padding: 0 45px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-product h2 {
  margin: 10px 0 16px -2px;
}

.sec-product h2 strong {
  display: inline;
  font-size: 28px;
  letter-spacing: 0.05em;
  border-bottom: 3px solid #f1f35b;
  line-height: 1.6;
}

.sec-product h2 strong:after {
  content: none;
}

.sec-product h2 em {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0.15em;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.sec-product h3 {
  margin-bottom: 26px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.sec-product .inner div {
  border-left: 1px solid #979797;
  margin: 0 0 25px 1px;
  padding-left: 17px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.sec-product .inner div span {
  padding-left: 2px;
  font-size: 11px;
}

.sec-product .inner div a {
  text-decoration: underline;
}

.sec-product .btn-link {
  width: 235px;
  margin-bottom: 6px;
}

.sec-product figure {
  position: relative;
}

.sec-product figure figcaption {
  position: absolute;
  top: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.sec-product figure figcaption span {
  position: relative;
  display: inline-block;
}

.sec-product figure figcaption span:before,
.sec-product figure figcaption span:after {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  background: url(../img/share/line-balloon@2x.png) no-repeat;
  background-size: 23px 39px;
  width: 23px;
  height: 39px;
}

.sec-product figure figcaption span:before {
  left: -35px;
}

.sec-product figure figcaption span:after {
  right: -35px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sec-product figure figcaption strong {
  font-size: 20px;
  letter-spacing: 0.05em;
}

/* .sec-product-wide
------------------------------------*/
.sec-product-wide {
  position: relative;
  width: 940px;
  margin: 150px auto 70px;
}

.sec-product-wide h2 {
  margin-bottom: 30px;
  font-size: 17px;
  letter-spacing: 0.04em;
}

.sec-product-wide h2 + p {
  position: absolute;
  top: -10px;
  right: 20px;
  white-space: nowrap;
}

.sec-product-wide h2 + p span {
  position: relative;
  display: inline-block;
}

.sec-product-wide h2 + p span:before,
.sec-product-wide h2 + p span:after {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  background: url(../img/share/line-balloon@2x.png) no-repeat;
  background-size: 17px 31px;
  width: 17px;
  height: 31px;
}

.sec-product-wide h2 + p span:before {
  left: -28px;
}

.sec-product-wide h2 + p span:after {
  right: -28px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sec-product-wide h2 + p strong {
  padding-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.sec-product-wide .sec-inner {
  float: left;
  width: 447px;
}

.sec-product-wide .sec-inner:nth-child(even) {
  float: right;
}

.sec-product-wide .txt-set {
  background: #fcfcee;
  padding: 35px 20px 35px;
  text-align: center;
}

.sec-product-wide h3 {
  font-size: 23px;
  letter-spacing: 0.02em;
}

.sec-product-wide h3 span {
  padding-left: 5px;
  font-size: 13px;
}

.sec-product-wide h4 {
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.sec-product-wide .btn-link {
  width: 235px;
  margin: 25px auto 0;
}

.sec-product-wide .btn-link a {
  padding-right: 20px;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.sec-product-wide .btn-txt {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  font-size: 15px;
  z-index: 2;
}

.sec-product-wide .btn-txt:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  border-radius: 3px;
  background: #f1f35b;
  width: 100%;
  height: 5px;
  z-index: -1;
}

/* .sec-thanks
------------------------------------*/
.sec-thanks {
  overflow: hidden;
  background: linear-gradient(to left, #999999 50%, #ffffff 50%, #ffffff 100%),
    linear-gradient(to left, #999999 50%, #ffffff 50%, #ffffff 100%);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 6px 1px, 6px 1px;
  width: 940px;
  margin: 50px auto 0;
  padding: 45px 0;
}

.sec-thanks.btm {
  background: linear-gradient(to left, #999999 50%, #ffffff 50%, #ffffff 100%);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  margin-bottom: -5px;
  padding-bottom: 0;
}

.sec-thanks .txt-set {
  float: left;
  width: 270px;
  margin-left: 42px;
}

.sec-thanks.wide .txt-set {
  width: 310px;
}

.sec-thanks figure {
  margin-bottom: 28px;
}

.sec-thanks h2 {
  margin: 0 0 17px 3px;
}

.sec-thanks h2 strong {
  display: inline-block;
  padding-right: 10px;
  font-size: 23px;
  letter-spacing: 0.05em;
}

.sec-thanks h2 em {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.15em;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.sec-thanks address {
  margin-left: 5px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.sec-thanks address.no-height {
  margin-top: 25px;
  line-height: 1;
}

.sec-thanks address span {
  font-size: 12px;
}

.sec-thanks address a {
  display: block;
  margin-top: 8px;
  text-decoration: underline;
}

.sec-thanks .map {
  float: right;
  width: 555px;
  margin-right: 30px;
}

.sec-thanks.wide .map {
  width: 515px;
}

.sec-thanks .gmap iframe {
  width: 555px;
  height: 340px;
}

.sec-thanks.wide .gmap iframe {
  width: 515px;
  height: 370px;
}

/* width
------------------------------------*/
.w615 {
  width: 615px !important;
}
.w960 {
  width: 960px !important;
}

/* margin
------------------------------------*/
.mt5 {
  margin-top: 5px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt-40 {
  margin-top: -40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt105 {
  margin-top: 105px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.mb170 {
  margin-bottom: 170px !important;
}
.mb180 {
  margin-bottom: 180px !important;
}
.mb190 {
  margin-bottom: 190px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.mr80 {
  margin-right: 80px !important;
}

/* padding
------------------------------------*/
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pl80 {
  padding-left: 80px !important;
}

/* letter-spacing
------------------------------------*/
.ls1 {
  letter-spacing: 0.01em !important;
}
.ls2 {
  letter-spacing: 0.02em !important;
}
.ls3 {
  letter-spacing: 0.03em !important;
}
.ls35 {
  letter-spacing: 0.035em !important;
}

/* line-height
------------------------------------*/
.l-height1-8 {
  line-height: 1.8 !important;
}
.lh18 {
  line-height: 1.8 !important;
}
.lh19 {
  line-height: 1.9 !important;
}

/* white-space
------------------------------------*/
.nr {
  white-space: nowrap !important;
}

/* kids-beer
---------------------------------------------------------------------------*/
body#kids-beer-2 .block-img-set {
  width: 940px;
  height: 1375px;
}

body#kids-beer-2 .block-img-set img {
  position: absolute;
}
body#kids-beer-2 .block-img-set img:nth-of-type(1) {
  top: 38px;
  left: 37px;
}
body#kids-beer-2 .block-img-set img:nth-of-type(2) {
  top: 0;
  right: 38px;
}
body#kids-beer-2 .block-img-set img:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

/* cream-soda
---------------------------------------------------------------------------*/
body#cream-soda-2 .sec-product {
  width: 800px;
  margin-top: 30px;
}

body#cream-soda-2 .sec-product .txt-set {
  /* 	background: #FFFFFF; */
  width: 320px;
}

/*
body#cream-soda-2 .sec-product .txt-set .inner {
	left: 0;
	margin-top: -16px;
}
*/

body#cream-soda-2 .sec-product h2 {
  margin-bottom: 25px;
}

body#cream-soda-2 .sec-product h2 strong {
  padding-top: 6px;
  font-size: 22px;
}

body#cream-soda-2 .sec-product p {
  line-height: 1.7;
  letter-spacing: 0.1em;
}

body#cream-soda-2 .sec-product p a {
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 0.04em;
}

/* neo
---------------------------------------------------------------------------*/
body#neo-2 .sec-thanks {
  background: none;
  width: 940px;
  margin-top: 100px;
  padding: 0;
}

body#neo-2 .sec-thanks .txt-set {
  width: 270px;
  margin-left: 0;
}

body#neo-2 .sec-thanks .map {
  width: 590px;
  margin-right: 0;
}

body#neo-2 .sec-thanks .gmap iframe {
  width: 590px;
  height: 380px;
}

body#neo .block-txt-img.size1 {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
body#neo .block-txt-img.size1 .txt-set {
  width: 540px;
}
body#neo .block-txt-img.size1 .txt-set .block-title {
  padding-left: 0;
}
body#neo .block-txt-img.size1 .txt-set p {
  line-height: 1.9;
}
body#neo .block-txt-img.size1 .img-set {
  width: 340px;
  margin: 0;
}

body#neo .block-txt-img.size2 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
body#neo .block-txt-img.size2 .txt-set {
  width: 540px;
}
body#neo .block-txt-img.size2 .txt-set .block-title {
  padding-left: 0;
}
body#neo .block-txt-img.size2 .txt-set p {
  line-height: 1.9;
}
body#neo .block-txt-img.size2 .img-set {
  width: 360px;
  margin: 0;
}

body#neo-2 .block-txt-img.size3 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
body#neo-2 .block-txt-img.size3 .txt-set {
  width: 455px;
}
body#neo-2 .block-txt-img.size3 .txt-set .block-title {
  padding-left: 0;
}
body#neo-2 .block-txt-img.size3 .txt-set p {
  line-height: 1.85;
}
body#neo-2 .block-txt-img.size3 .img-set {
  width: 440px;
  margin: 0;
}

body#neo .block-txt.size-s {
  width: 960px;
}

body#neo-2 .sec-product h2 strong {
  letter-spacing: 0;
}

/* .sec-recipe
------------------------------------*/
.sec-recipe {
  position: relative;
  width: 840px;
  margin: 200px auto 80px;
}

.recipe-lead {
  margin-bottom: 48px;
  text-align: center;
}

.recipe-lead h2 {
  margin-bottom: 32px;
}

.recipe-lead h2 span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  box-sizing: border-box;
  height: 66px;
  padding: 6px 45px 0 50px;
}

.recipe-lead h2 span:before,
.recipe-lead h2 span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  box-sizing: border-box;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  z-index: -1;
}

.recipe-lead h2 span:before {
  left: -30px;
}
.recipe-lead h2 span:after {
  right: -30px;
}

.recipe-lead h2 em {
  display: block;
  margin-bottom: 17px;
  font-size: 16px;
  letter-spacing: 0.45em;
}

.recipe-lead h2 strong {
  display: block;
  font-size: 26px;
  letter-spacing: 0.15em;
}

.recipe-lead p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.9;
}

.recipe-lead p:last-of-type {
  letter-spacing: 0.1em;
}

/* .recipe-wrap
------------------------------------*/
.recipe-wrap {
  position: relative;
  box-sizing: border-box;
  background: #fcfcf7;
  border: 2px solid #000000;
  border-radius: 11px;
  width: 100%;
  padding: 70px 35px 40px;
}

.recipe-wrap figure {
  width: 636px;
  margin: 0 auto 47px;
}

.recipe-wrap h3 {
  margin-bottom: 38px;
  text-align: center;
}

.recipe-wrap h3 strong {
  font-size: 31px;
  letter-spacing: 0.08em;
}

.recipe-wrap .detail {
  border-top: 2px solid #000000;
  padding: 45px 15px 35px 20px;
}

.recipe-wrap .detail-inner {
  display: -webkit-box;
  display: flex;
}

.recipe-wrap .detail h4 {
  margin: 0 0 26px -2px;
}

.recipe-wrap .detail h4 strong {
  font-size: 17px;
}

.recipe-wrap .detail h4 span {
  font-size: 13px;
}

.recipe-wrap .material {
  box-sizing: border-box;
  width: 305px;
  padding: 20px 40px 15px 0;
}

.recipe-wrap .material dl {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
}

.recipe-wrap .material dt {
  clear: both;
  float: left;
  display: inline-block;
  position: relative;
  background: #fcfcf7;
  padding-right: 10px;
  z-index: 2;
}

.recipe-wrap .material dd {
  position: relative;
  padding-bottom: 10px;
  text-align: right;
}

.recipe-wrap .material dd:after {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: linear-gradient(to left, #000000 20%, #ffffff 20%, #ffffff 100%)
    left bottom repeat-x;
  background-size: 4px 1px;
  width: 100%;
  height: 1px;
  z-index: 0;
}

.recipe-wrap .material dd p {
  position: relative;
  display: inline-block;
  background: #fcfcf7;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.6;
  z-index: 2;
}

.recipe-wrap .material dd p.attention {
  display: block;
  padding: 5px 0 10px 2px;
  font-size: 11px;
  text-align: left;
  line-height: 1.4;
  opacity: 0.6;
}

.recipe-wrap .cook {
  box-sizing: border-box;
  background: linear-gradient(to bottom, #000000 20%, #ffffff 20%, #ffffff 100%)
    left top repeat-y;
  background-size: 1px 4px;
  width: 430px;
  padding: 20px 0 15px 42px;
}

.recipe-wrap .cook li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 25px;
}

.recipe-wrap .cook li i,
.recipe-wrap .cook li p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.recipe-wrap .cook li i {
  position: absolute;
  top: 0;
  left: 0;
}

.recipe-wrap .cook li p {
  text-align: justify;
}

/* .detail.sub
------------------------------------*/
.recipe-wrap .detail.sub {
  position: relative;
  padding: 45px 0 0 190px;
}

.recipe-wrap .detail.sub .txt-circle {
  position: absolute;
  top: 40px;
  left: 10px;
  box-sizing: border-box;
  background: url(../img/share/bg-txt-circle.svg) no-repeat center center;
  background-size: 100% auto;
  border-radius: 50%;
  width: 144px;
  height: 144px;
  text-align: center;
}

.recipe-wrap .detail.sub .txt-circle strong {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 3px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.recipe-wrap .detail.sub h3 {
  margin: 0 0 25px -3px;
  text-align: left;
}

.recipe-wrap .detail.sub h3 strong {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.recipe-wrap .detail.sub h4 {
  margin-bottom: 8px;
}

.recipe-wrap .detail.sub h4 strong {
  font-size: 14px;
}

.recipe-wrap .detail.sub h4 span {
  font-size: 12px;
}

.recipe-wrap .detail.sub .material {
  max-width: 265px;
  padding: 0;
}

.recipe-wrap .detail.sub .material dd {
  padding-bottom: 3px;
}

.recipe-wrap .detail.sub .cook {
  background: none;
  max-width: 305px;
  padding: 0 0 0 30px;
}

.recipe-wrap .detail.sub .cook li {
  margin-bottom: 4px;
  padding-left: 18px;
}

/* nokonoshima
---------------------------------------------------------------------------*/
body#nokonoshima .sec-character h2,
body#nokonoshima-2 .sec-character h2 {
  margin-right: 30px;
}

body#nokonoshima .character,
body#nokonoshima-2 .character {
  margin-right: 20px;
}

body#nokonoshima .character figure,
body#nokonoshima-2 .character figure {
  padding-right: 14px;
}

body#nokonoshima .block-txt-img.size1,
body#nokonoshima-2 .block-txt-img.size1 {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
body#nokonoshima .block-txt-img.size1 .txt-set,
body#nokonoshima-2 .block-txt-img.size1 .txt-set {
  width: 540px;
}
body#nokonoshima .block-txt-img.size1 .txt-set .block-title,
body#nokonoshima-2 .block-txt-img.size1 .txt-set .block-title {
  padding-left: 0;
}
body#nokonoshima .block-txt-img.size1 .txt-set p,
body#nokonoshima-2 .block-txt-img.size1 .txt-set p {
  letter-spacing: 0.02em;
}
body#nokonoshima .block-txt-img.size1 .img-set,
body#nokonoshima-2 .block-txt-img.size1 .img-set {
  width: 328px;
  margin: 0;
}

/* .sec-product
------------------------------------*/
body#nokonoshima-2 .sec-product h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

body#nokonoshima-2 .sec-product h2:first-of-type {
  margin-top: 10px;
}

body#nokonoshima-2 .sec-product h2:nth-of-type(2) strong {
  font-size: 24px;
}

/* .sec-thanks
------------------------------------*/
body#nokonoshima-2 .sec-thanks h2 strong {
  letter-spacing: 0.02em;
}

body#nokonoshima-2 .sec-thanks h2 em {
  letter-spacing: 0.1em;
}

body#nokonoshima-2 .sec-thanks address {
  margin-left: 0;
}

/* strong-soda
---------------------------------------------------------------------------*/
#strong-soda .block-txt-img .img-set {
  margin-top: 0;
}

#strong-soda .sec-contents-lead.size-m h2,
#strong-soda-2 .sec-contents-lead.size-m h2 {
  margin-bottom: 22px;
  font-size: 35px;
}

#strong-soda .sec-contents-lead.size-m h2.size-s,
#strong-soda-2 .sec-contents-lead.size-m h2.size-s {
  font-size: 30px;
}

#strong-soda .sec-contents-lead.size-m p,
#strong-soda-2 .sec-contents-lead.size-m p {
  font-size: 16px;
}

#strong-soda .block-txt-img .img-set.mt {
  margin-top: 38px;
}

#strong-soda .sec-contents dt.let {
  letter-spacing: 0.02em;
}

#strong-soda .block-txt-img .txt-set.lh p,
#strong-soda-2 .block-txt-img .txt-set.lh p {
  line-height: 1.9;
}

#strong-soda .sec-contents-lead.end p {
  font-size: 20px;
  line-height: 2;
}

#strong-soda-2 .sec-contents-lead.end p {
  font-size: 22px;
  line-height: 2;
}

/* .tansan
------------------------------------*/
#strong-soda .tansan {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto 65px;
  padding: 0 75px 0 95px;
}

#strong-soda .tansan dl {
  margin-left: 0;
}

#strong-soda .tansan figure {
  overflow: hidden;
  margin: -5px auto 22px;
}

#strong-soda .tansan figure img {
  display: block;
  float: left;
}

#strong-soda .tansan figure img:first-of-type {
  margin-left: 5px;
}

#strong-soda .tansan figure img:nth-child(even) {
  float: right;
}

#strong-soda .tansan .inner,
#strong-soda .tansan .inner a {
  color: #888888;
}

#strong-soda .tansan .inner {
  position: relative;
  padding-left: 115px;
}

#strong-soda .tansan .inner h3 {
  position: absolute;
  top: 3px;
  left: 1px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

#strong-soda .tansan .inner p {
  margin-bottom: 7px;
  font-size: 13px;
  text-align: justify;
  line-height: 1.65;
}

/* .comment
------------------------------------*/
#strong-soda .comment {
  position: relative;
  width: 976px;
  margin: 0 auto 100px;
  text-align: center;
}

#strong-soda .comment h2 {
  margin-bottom: 20px;
  font-size: 40px;
  letter-spacing: 0.06em;
}

#strong-soda .comment h2 + p {
  margin-bottom: 35px;
  font-size: 18px;
  letter-spacing: 0.06em;
}

#strong-soda .comment-wrap {
  margin-bottom: 35px;
}

#strong-soda .comment-nav {
  width: 930px;
  margin: 0 auto 35px;
}

#strong-soda .comment-nav li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 25%;
}

#strong-soda .comment-nav li:before,
#strong-soda .comment-nav li:last-of-type:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #b2b2b2;
  width: 1px;
  height: calc(100% - 20px);
}

#strong-soda .comment-nav li:last-of-type:after {
  left: inherit;
  right: 0;
}

#strong-soda .comment-nav li span {
  display: block;
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.15s ease-out;
}

#strong-soda .comment-nav li span:hover {
  opacity: 0.5;
}

#strong-soda .comment-nav li span img {
  display: inline-block;
}

#strong-soda .comment-nav li span i {
  display: block;
  position: absolute;
  bottom: 7px;
  left: 50%;
  background-color: #f1f35b;
  height: 2px;
  opacity: 0;
}

#strong-soda .comment-nav li:nth-of-type(1) span i {
  width: 146px;
  margin-left: -73px;
}
#strong-soda .comment-nav li:nth-of-type(2) span i {
  width: 146px;
  margin-left: -73px;
}
#strong-soda .comment-nav li:nth-of-type(3) span i {
  width: 126px;
  margin-left: -63px;
}
#strong-soda .comment-nav li:nth-of-type(4) span i {
  width: 146px;
  margin-left: -73px;
}

#strong-soda .attention {
  font-size: 14px;
  text-align: left;
}

/* .message
------------------------------------*/
#strong-soda .message {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  opacity: 0;
}

#strong-soda .message img {
  display: block;
  position: relative;
  z-index: 2;
}

#strong-soda .message i {
  display: block;
  position: absolute;
  top: -32px;
  left: 25px;
  background: url(../img/reading/strong-soda/star.svg) no-repeat center center;
  background-size: 101px 101px;
  width: 101px;
  height: 101px;
  z-index: 1;
  transform-origin: center center;
  animation: message 10s linear infinite;
}

@keyframes message {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

/* .comment-box
------------------------------------*/
#strong-soda .comment-box {
  position: relative;
  width: 976px;
  height: 795px;
}

#strong-soda .comment-box > div {
  position: absolute;
}

#strong-soda .txt-comment {
  transition: 0.3s ease-out;
}

#strong-soda .txt-comment.off {
  opacity: 0.1 !important;
}

#strong-soda .txt-bg.off {
  opacity: 0.5 !important;
}

#strong-soda .txt-comment span {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 0;
  border-bottom: 2px solid #f1f35c;
  font-size: 14px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: perspective(0);
}

#strong-soda .txt1-1 span {
  left: 62px;
}
#strong-soda .txt1-2 span {
  left: 0;
}
#strong-soda .txt2-1 span {
  left: 60px;
}
#strong-soda .txt2-2 span {
  left: 102px;
}
#strong-soda .txt3-1 span {
  left: 68px;
}
#strong-soda .txt3-2 span {
  left: 165px;
}
#strong-soda .txt4-1 span {
  left: 2px;
}
#strong-soda .txt4-2 span {
  left: 102px;
}
#strong-soda .txt4-3 span {
  left: 38px;
}

#strong-soda .txt1-1 {
  top: 30px;
  left: 25px;
  z-index: 2;
}
#strong-soda .txt1-2 {
  bottom: 45px;
  right: 10px;
  z-index: 2;
}
#strong-soda .txt2-1 {
  top: 30px;
  left: 595px;
  z-index: 2;
}
#strong-soda .txt2-2 {
  top: 50px;
  left: 264px;
  z-index: 2;
}
#strong-soda .txt3-1 {
  top: 30px;
  right: 45px;
  z-index: 2;
}
#strong-soda .txt3-2 {
  top: 475px;
  right: 55px;
  z-index: 2;
}
#strong-soda .txt4-1 {
  bottom: 50px;
  left: 30px;
  z-index: 2;
}
#strong-soda .txt4-2 {
  top: 195px;
  left: 260px;
  z-index: 2;
}
#strong-soda .txt4-3 {
  bottom: 0;
  left: 350px;
  z-index: 2;
}

#strong-soda .bg1 {
  bottom: 45px;
  left: -10px;
  z-index: 1;
}
#strong-soda .bg2 {
  top: 3px;
  left: 258px;
  z-index: 1;
}
#strong-soda .bg3 {
  top: 14px;
  left: 13px;
  z-index: 1;
}
#strong-soda .bg4 {
  bottom: 20px;
  right: 10px;
  z-index: 1;
}
#strong-soda .bg-soda {
  top: 269px;
  left: 229px;
  z-index: 1;
}
#strong-soda .bg-tansan {
  top: 0;
  right: 2px;
  z-index: 1;
}

/* frula
---------------------------------------------------------------------------*/
#frulaContents .reading-title.title-l h1 strong,
#frula-2Contents .reading-title.title-l h1 strong {
  letter-spacing: 0.2em;
}

#frulaContents .character,
#frula-2Contents .character {
  margin-right: 40px;
}

/* .reading-instagram
------------------------------------*/
.reading-instagram {
  display: -webkit-box;
  display: flex;
  width: 1000px;
  margin: 0 auto 120px;
}

.reading-instagram figure {
  width: 25%;
}

.reading-instagram figure a {
  display: block;
}

.reading-instagram figcaption {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* .reading-message
------------------------------------*/
.reading-message {
  position: relative;
  box-sizing: border-box;
  background-color: #f6f2ec;
  width: 884px;
  margin: 0 auto 135px;
  padding: 85px 0 75px 85px;
}

.reading-message .mark {
  position: absolute;
  top: -26px;
  right: 41px;
}

.reading-message h2 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.reading-message h2 + p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.reading-message dl {
  margin: 60px 0 65px;
}

.reading-message dt {
  margin: 45px 0 15px;
  color: #246b92;
  font-size: 19px;
  letter-spacing: 0.12em;
}

.reading-message dt:before {
  display: none;
}

.reading-message dd p {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.reading-message dl + p {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.15em;
}
