@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-family: "A1明朝", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.025em;
  line-height: 2;
  color: #575757;
  background-color: #fff;
}

html, body {
  min-width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.social-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.social-buttons:after {
  overflow: hidden;
}

.social-buttons li {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

iframe.twitter-share-button {
  width: 90px !important;
  margin-bottom: 0;
}

iframe.hatena-bookmark-button-frame {
  margin-bottom: 0;
}

div#___plusone_0 {
  width: 60px !important;
}

.fb-like {
  line-height: 1;
  top: -6px;
}

@media screen and (max-width: 480px) {
  br {
    display: none;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.header {
  width: 900px;
  margin: 0 auto;
  display: table;
  height: 50px;
}

.logo_hobonichi {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.menu__lang {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
}

.menu__lang li {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 10px;
  height: 20px;
}

.menu__lang li.en a svg {
  width: 50.671px;
}

.menu__lang li.ja a svg {
  width: 60.691px;
}

.menu__lang li a svg {
  fill: #575757;
}

.menu__lang li a:hover svg, .menu__lang li a.disable svg {
  fill: #bbb;
}

.menu__lang li:first-child:after {
  display: inline-block;
  content: '';
  height: 20px;
  border-right: 1px solid #575757;
  margin-left: 20px;
}

.menu__share {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-top: 10px;
}

.menu__share li {
  display: inline-block;
  vertical-align: middle;
}

.btn__zoomin, .btn__zoomout {
  position: absolute;
}

.btn__zoomin svg, .btn__zoomout svg {
  width: 43px;
}

.btn__zoomin:hover, .btn__zoomout:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btn__zoomin {
  right: 20px;
  bottom: 70px;
}

.btn__zoomout {
  right: 20px;
  bottom: 20px;
}

.head {
  width: 100%;
  background-image: url("../images/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 50%;
  height: 700px;
}

.head__title {
  padding-top: 77px;
  margin-left: -40px;
}

.head__title__container {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.head__intro {
  font-size: 18px;
  font-size: 1.8rem;
  color: #575757;
  width: 490px;
  line-height: 1.8;
}

.head__movie {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.head__movie__title {
  position: absolute;
  left: -10px;
  top: -15px;
  z-index: 100;
}

.head__movie > a {
  display: block;
  position: relative;
}

.head__movie > a img {
  border: 3px solid #fff;
}

.head__movie > a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.article__crew {
  margin: 0 auto;
  width: 800px;
}

.article__crew__name {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
}

.article__crew__name:before {
  content: "";
  width: 107px;
  height: 45px;
  background-image: url("../images/1028/title_from_hobo@2x.png");
  background-size: 107px 45px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 20px;
  top: -22px;
}

.article__crew__name:before svg {
  width: 107px;
}

.article__crew__name .face {
  position: relative;
  width: 154px;
  height: 124px;
  text-align: center;
  padding-top: 30px;
}

.article__crew__name .face:before {
  content: "";
  width: 154px;
  height: 154px;
  background-color: #DAC300;
  border-radius: 77px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.article__crew__name .name {
  text-align: center;
  width: 154px;
  padding: 0;
  margin: 0;
  font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.article__crew__comment {
  display: inline-block;
  padding-left: 70px;
  margin-bottom: 72px;
}

.article__crew__comment:before {
  width: 473px;
  height: 25px;
  background-image: url("../images/1028/comment_header.png");
  background-size: 473px 25px;
  background-repeat: no-repeat;
  display: block;
  content: '';
}

.article__crew__comment:after {
  width: 473px;
  height: 25px;
  background-image: url("../images/1028/comment_footer.png");
  background-size: 473px 25px;
  background-repeat: no-repeat;
  display: block;
  content: '';
}

.article__crew__comment-text {
  width: 473px;
  background-image: url("../images/1028/comment_bg.png");
  background-size: 473px 418px;
  background-repeat: repeat-y;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}

.article__crew__comment-text p {
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 15px 0 30px;
}

.article__crew__comment-text:after {
  content: '';
  background-image: url("../images/1028/fukidashi-handle.png");
  background-size: 40px 29px;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 29px;
  position: absolute;
  left: -28px;
  top: 40px;
}

.article__area {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.article__area-title {
  display: inline-block;
  vertical-align: middle;
}

.article__area-map {
  display: inline-block;
  vertical-align: middle;
}

.article__area__content-title {
  display: block;
  background-image: url("../images/1028/area_bg@2x.png");
  background-repeat: no-repeat;
  background-size: 810px 82px;
  width: 810px;
  height: 82px;
  margin: 0 auto;
}

.article__area__content-country {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0;
  width: 614px;
  display: inline-block;
  padding: 20px;
  text-align: center;
}

.article__area__content-name {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  width: 132px;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
}

.article__area__img {
  background-image: url("../images/1028/bg_techo@2x.png");
  background-size: 810px 650px;
  background-repeat: no-repeat;
  width: 810px;
  height: 650px;
  display: block;
  margin: 15px auto;
  padding: 24px 0;
  position: relative;
}

.article__area__img-content {
  width: 730px;
  height: 513px;
  margin: 15px auto;
}

.article__area__img-translate {
  display: none;
  width: 100%;
  height: 590px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}

.article__area__img-translate p {
  width: 460px;
  height: 490px;
  overflow: scroll;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  padding: 80px 0 20px;
}

.article__area__img .btn__tl-close {
  position: absolute;
  right: 15px;
  bottom: 0;
}

.article__area__img .btn__tl-close:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.article__area__img .btn__tl-close svg {
  width: 37px;
}

.article__area__img .btn__zoomin {
  left: 15px;
  top: auto;
  bottom: 50px;
  right: auto;
}

.article__area__img .btn__zoomin svg {
  width: 37px;
}

.article__area__img .btn__zoomout {
  left: 60px;
  top: auto;
  bottom: 50px;
  right: auto;
}

.article__area__img .btn__zoomout svg {
  width: 37px;
}

.article__area__img .btn__tl {
  position: absolute;
  bottom: 42px;
  right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #575757;
}

.article__area__img .btn__tl:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.article__area__img .btn__tl span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 24px;
  margin-right: 5px;
}

.article__usage {
  position: relative;
}

.article__usage .title {
  display: inline-block;
  background-color: #DAC300;
  color: #575757;
  padding: 4px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: absolute;
  left: -26px;
  top: -17px;
}

.article__usage p {
  font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px;
  color: #fff;
}

.article__usage p.blue {
  background-color: #578094;
}

.article__usage p.green {
  background-color: #97AD00;
}

.article__usage p.mitsuko:after {
  content: url("../images/0930/mitsuko_03.png");
  position: absolute;
  right: 30px;
  top: -15px;
}

.article__usage p.christina:after {
  content: url("../images/0930/christina_03.png");
  position: absolute;
  right: 10px;
  top: -15px;
}

.article__usage p.karen:after {
  content: url("../images/0930/karen_03.png");
  position: absolute;
  right: -20px;
  top: 176px;
}

.article__usage p.ginn:after {
  content: url("../images/0930/ginn_03.png");
  position: absolute;
  right: -20px;
  top: 156px;
}

.article__usage p.amanda:after {
  content: url("../images/0930/amanda_03.png");
  position: absolute;
  right: -50px;
  top: -12px;
}

.article__usage p.amanda:after {
  content: url("../images/0930/amanda_03.png");
  position: absolute;
  right: -50px;
  top: -12px;
}

.article__usage p.tonia:after {
  content: url("../images/0930/tonia_03.png");
  position: absolute;
  right: -40px;
  top: 13px;
}

.article__usage p.martha:after {
  content: url("../images/0930/martha_03.png");
  position: absolute;
  right: -60px;
  top: 34px;
}

.article__usage p.miyoko {
  padding-right: 190px;
}

.article__usage p.miyoko:after {
  content: url("../images/0930/miyoko_03.png");
  position: absolute;
  right: 4px;
  top: 24px;
}

.article__member {
  display: table;
  width: 100%;
}

.article__member.curveR {
  background-image: url("../images/curveR.png");
  background-repeat: no-repeat;
  padding-top: 155px;
  background-position: 388px 0;
  padding-bottom: 5px;
  margin-top: 20px;
}

.article__member.curveL {
  background-image: url("../images/curveL.png");
  background-repeat: no-repeat;
  padding-top: 115px;
  background-position: 268px 0;
  padding-bottom: 5px;
  margin-top: 20px;
}

.article__member__name {
  display: table-cell;
  vertical-align: bottom;
  width: 40%;
}

.article__member__name img {
  display: block;
}

.article__member__name.article__member-R {
  padding-left: 20px;
}

.article__member__comment {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 58%;
}

.article__member__comment p {
  display: inline-block;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  border: 3px solid #DAC300;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 10px 12px;
  box-shadow: 7px 7px 0 #DAC300;
  font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

.article__member__comment.article__member-R p {
  margin-left: 20px;
}

.article__member__comment.article__member-R p:before {
  background-image: url("../images/arrow_fukidashi_r.png");
  background-repeat: no-repeat;
  background-size: 20px 14px;
  display: inline-block;
  content: '';
  width: 20px;
  height: 14px;
  position: absolute;
  left: 4px;
  bottom: 52px;
}

.article__member__comment.article__member-L p:before {
  background-image: url("../images/arrow_fukidashi_l.png");
  background-repeat: no-repeat;
  background-size: 20px 14px;
  display: inline-block;
  content: '';
  width: 20px;
  height: 14px;
  position: absolute;
  right: -22px;
  bottom: 52px;
}

.article__start {
  padding-top: 50px;
  width: 236px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.article__comic-coment_001_1 {
  background-image: url("../images/1014/techo_001_coment_1.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_001_1.Lindsay {
  height: 505px;
}

.article__comic-coment_001_1.Lindsay p {
  position: absolute;
  top: 50px;
  left: 70px;
  font-family: "Cinema Letter";
}

.article__comic-coment_001_1.Lindsay p.name {
  position: absolute;
  top: 163px;
  left: 590px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_001_1.Lindsay p.coment__text {
  position: absolute;
  top: 325px;
  left: 125px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_001_2 {
  background-image: url("../images/1014/techo_001_coment_2.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_001_2.Steph {
  height: 560px;
}

.article__comic-coment_001_2.Steph p {
  position: absolute;
  top: 40px;
  left: 330px;
  font-family: "Cinema Letter";
}

.article__comic-coment_001_2.Steph p.name {
  position: absolute;
  top: 170px;
  left: 25px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_001_2.Steph p.coment__text {
  position: absolute;
  top: 375px;
  left: 335px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_002_1 {
  background-image: url("../images/1014/techo_002_coment_1.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_002_1.Adil {
  height: 480px;
}

.article__comic-coment_002_1.Adil p {
  position: absolute;
  top: 45px;
  left: 90px;
  font-family: "Cinema Letter";
}

.article__comic-coment_002_1.Adil p.name {
  position: absolute;
  top: 125px;
  left: 550px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_002_1.Adil p.coment__text {
  position: absolute;
  top: 271px;
  left: 30px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
  letter-spacing: 0.01em;
}

.article__comic-coment_002_2 {
  background-image: url("../images/1014/techo_002_coment_2.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_002_2.Audrey {
  height: 560px;
}

.article__comic-coment_002_2.Audrey p {
  position: absolute;
  top: 40px;
  left: 330px;
  font-family: "Cinema Letter";
}

.article__comic-coment_002_2.Audrey p.name {
  position: absolute;
  top: 170px;
  left: 25px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_002_2.Audrey p.coment__text {
  position: absolute;
  top: 350px;
  left: 330px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_003_1 {
  background-image: url("../images/1014/techo_003_coment_1.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_003_1.Tony {
  height: 560px;
}

.article__comic-coment_003_1.Tony p {
  position: absolute;
  top: 50px;
  left: 60px;
  font-family: "Cinema Letter";
}

.article__comic-coment_003_1.Tony p.name {
  position: absolute;
  top: 205px;
  left: 580px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_003_1.Tony p.coment__text {
  position: absolute;
  top: 345px;
  left: 85px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_003_2 {
  background-image: url("../images/1014/techo_003_coment_2.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_003_2.Jenna {
  height: 660px;
}

.article__comic-coment_003_2.Jenna p {
  position: absolute;
  top: 50px;
  left: 320px;
  font-family: "Cinema Letter";
}

.article__comic-coment_003_2.Jenna p.name {
  position: absolute;
  top: 260px;
  left: 60px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_003_2.Jenna p.coment__text {
  position: absolute;
  top: 510px;
  left: 335px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_004_1 {
  background-image: url("../images/1014/techo_004_coment_1.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_004_1.Heidi {
  height: 280px;
}

.article__comic-coment_004_1.Heidi p {
  position: absolute;
  top: 80px;
  left: 70px;
  font-family: "Cinema Letter";
}

.article__comic-coment_004_1.Heidi p.name {
  position: absolute;
  top: 15px;
  left: 325px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_004_1.Heidi p.coment__text {
  position: absolute;
  top: 375px;
  left: 335px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_004_2 {
  background-image: url("../images/1014/techo_004_coment_2.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_004_2.Clyde {
  height: 280px;
}

.article__comic-coment_004_2.Clyde p {
  position: absolute;
  top: 80px;
  left: 70px;
  font-family: "Cinema Letter";
}

.article__comic-coment_004_2.Clyde p.name {
  position: absolute;
  top: 15px;
  left: 320px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_004_2.Clyde p.coment__text {
  position: absolute;
  top: 375px;
  left: 335px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_004_3 {
  background-image: url("../images/1014/techo_004_coment_3.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_004_3.Reid {
  height: 370px;
}

.article__comic-coment_004_3.Reid p {
  position: absolute;
  top: 80px;
  left: 60px;
  font-family: "Cinema Letter";
}

.article__comic-coment_004_3.Reid p.name {
  position: absolute;
  top: 15px;
  left: 345px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_004_3.Reid p.coment__text {
  position: absolute;
  top: 375px;
  left: 335px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_005_1 {
  background-image: url("../images/1014/techo_005_coment_1.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_005_1.Dan {
  height: 685px;
}

.article__comic-coment_005_1.Dan p {
  position: absolute;
  top: 50px;
  left: 63px;
  font-family: "Cinema Letter";
}

.article__comic-coment_005_1.Dan p.name {
  position: absolute;
  top: 318px;
  left: 595px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_005_1.Dan p.coment__text {
  position: absolute;
  top: 438px;
  left: 85px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_005_2 {
  background-image: url("../images/1014/techo_005_coment_2.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_005_2.Steve {
  height: 685px;
}

.article__comic-coment_005_2.Steve p {
  position: absolute;
  top: 50px;
  left: 390px;
  font-family: "Cinema Letter";
}

.article__comic-coment_005_2.Steve p.name {
  position: absolute;
  top: 95px;
  left: 25px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_005_2.Steve p.coment__text__01 {
  position: absolute;
  top: 230px;
  left: 430px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_005_2.Steve p.coment__text__02 {
  position: absolute;
  top: 355px;
  left: 345px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_006_1 {
  background-image: url("../images/1014/techo_006_coment_1.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_006_1.Jack {
  height: 857px;
}

.article__comic-coment_006_1.Jack p {
  position: absolute;
  top: 50px;
  left: 60px;
  font-family: "Cinema Letter";
}

.article__comic-coment_006_1.Jack p.name {
  position: absolute;
  top: 362px;
  left: 558px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_006_1.Jack p.coment__text__01 {
  position: absolute;
  top: 515px;
  left: 105px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_006_1.Jack p.coment__text__02 {
  position: absolute;
  top: 648px;
  left: 145px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_006_2 {
  background-image: url("../images/1014/techo_006_coment_2.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_006_2.Kevin {
  height: 325px;
}

.article__comic-coment_006_2.Kevin p {
  position: absolute;
  top: 80px;
  left: 50px;
  font-family: "Cinema Letter";
}

.article__comic-coment_006_2.Kevin p.name {
  position: absolute;
  top: 15px;
  left: 345px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_006_2.Kevin p.coment__text {
  position: absolute;
  top: 375px;
  left: 335px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_007_1 {
  background-image: url("../images/1014/techo_007_coment_1.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_007_1.Michael {
  height: 615px;
}

.article__comic-coment_007_1.Michael p {
  position: absolute;
  top: 50px;
  left: 40px;
  font-family: "Cinema Letter";
}

.article__comic-coment_007_1.Michael p.name {
  position: absolute;
  top: 275px;
  left: 595px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_007_1.Michael p.coment__text {
  position: absolute;
  top: 455px;
  left: 175px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic-coment_007_2 {
  background-image: url("../images/1014/techo_007_coment_2.png");
  background-repeat: no-repeat;
  width: 780px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.article__comic-coment_007_2.Jenna02 {
  height: 347px;
}

.article__comic-coment_007_2.Jenna02 p {
  position: absolute;
  top: 90px;
  left: 30px;
  font-family: "Cinema Letter";
}

.article__comic-coment_007_2.Jenna02 p.name {
  position: absolute;
  top: 15px;
  left: 345px;
  z-index: 1;
  font-size: 18px;
  font-family: "Koburina Gothic W3 JIS2004";
}

.article__comic-coment_007_2.Jenna02 p.coment__text {
  position: absolute;
  top: 375px;
  left: 335px;
  text-align: center;
  font-size: 15px;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.7em;
}

.article__comic p.comic_en {
  width: 350px;
  line-height: 1.5em;
  font-family: "A1明朝", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.article__comic p.name.comic_en {
  width: 350px;
  line-height: 1.5em;
  margin-top: 3px;
  font-size: 18px;
  padding-left: 15px;
  font-family: "A1明朝", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.article__comic p.coment__text.comic_en {
  width: 300px;
  line-height: 1.5em;
  margin-top: 3px;
  font-family: "A1明朝", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.article__comic p.coment__text__01.comic_en {
  width: 300px;
  line-height: 1.5em;
  margin-top: 3px;
  font-family: "A1明朝", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.article__comic p.coment__text__02.comic_en {
  width: 300px;
  line-height: 1.5em;
  margin-top: 3px;
  font-family: "A1明朝", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.article__comic p.coment__text.comic_en.p__left {
  padding-left: 60px;
  top: 260px;
}

.article__comic p.name.comic_en.p__left__02 {
  padding-left: 40px;
}

.article__comic p.coment__text.comic_en.p__left__03 {
  padding-left: 25px;
  top: 360px;
}

.article__end {
  margin-top: 50px;
  width: 236px;
  margin: 0 auto;
}

.article__date {
  padding: 80px 0 130px;
  text-align: center;
}

.article__date p {
  font-size: 16px;
  font-size: 1.6rem;
}

.article__title {
  width: 900px;
  margin: 0 auto;
  position: relative;
  color: #fff;
}

.article__title:after {
  content: '';
  background-image: url("../images/arrow_right.svg");
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  right: 30px;
  top: 22px;
}

.article__title-container {
  height: 100px;
}

.article__title-container.title-01 {
  background-color: #dbc400;
}

.article__title-container.title-02 {
  background-color: #98ae00;
}

.article__title-container.title-03 {
  background-color: #438400;
}

.article__title-container.title-04 {
  background-color: #578095;
}

.article__title-text {
  font-size: 28px;
  font-size: 2.8rem;
  position: absolute;
  left: 80px;
  top: 24px;
}

.article__title .num {
  position: absolute;
  left: 8px;
  top: 36px;
}

.article__title .num svg {
  width: 50px;
  height: auto;
  fill: #fff;
}

.article__title .date {
  position: absolute;
  right: 100px;
  top: 32px;
}

.article__title.this:before {
  content: '';
  background-image: url("../images/contents.svg");
  width: 80.058px;
  height: 30.186px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: -23px;
}

.article__title.this:after {
  content: '';
  background-image: url("../images/arrow_down.svg");
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  right: 30px;
  top: 22px;
}

.article__title.disable {
  color: #575757;
}

.article__title.disable:after {
  content: '';
  background-image: url("../images/coming_soon_title.svg");
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  right: 30px;
  top: 22px;
}

.article__title.disable .num svg {
  fill: #575757;
}

.article__colors {
  display: table;
  width: 900px;
  margin: 0 auto;
}

.article__colors li {
  display: table-cell;
  width: 25%;
  height: 20px;
}

.article__colors-01 {
  background-color: #dbc400;
}

.article__colors-02 {
  background-color: #98ae00;
}

.article__colors-03 {
  background-color: #438400;
}

.article__colors-04 {
  background-color: #578095;
}

.article__contents {
  width: 760px;
  margin: 0 auto;
}

.article__text {
  width: 550px;
  margin: 35px auto 50px;
  font-size: 20px;
  font-size: 2rem;
}

.article__quote {
  width: 500px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  box-shadow: 0 0 5px 3px #ddd;
  padding: 40px 50px;
}

.article__img {
  position: relative;
  text-align: center;
}

.article__img-caption {
  padding: 20px;
  text-align: center;
  background: #ede7e2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede7e2), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #ede7e2 0%, #fff 100%);
  background: linear-gradient(to bottom, #ede7e2 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

.article__img-caption p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #578095;
}

.article__img-caption p a {
  color: #578095;
  text-decoration: underline;
}

.article__img.zoom_pan {
  height: 500px;
}

.article__img img#zoom_pan, .article__img img#zoom_pan1, .article__img img#zoom_pan2, .article__img img#zoom_pan3, .article__img img#zoom_pan4, .article__img img#zoom_pan5, .article__img img#zoom_pan6, .article__img img#zoom_pan7, .article__img img#zoom_pan8, .article__img img#zoom_pan9 {
  width: auto;
}

.article__interview__title {
  margin: 55px 0 50px;
}

.article__interview__title:before {
  content: '';
  border-top: 1px solid #575757;
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}

.article__interview__title:after {
  content: '';
  border-top: 1px solid #575757;
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}

.article__dl {
  width: 670px;
  margin: 0 auto;
}

.article__dl dt {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin: 1em 0;
  color: #578095;
}

.article__dl dt.staff {
  font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: -0.1em;
}

.article__dl dd {
  display: inline-block;
  vertical-align: top;
  width: 83%;
  margin: 1em 0;
}

.comingsoon {
  text-align: center;
  background-color: #89B8BB;
  height: 570px;
  padding-top: 30px;
  text-align: center;
}

.footer {
  height: 360px;
  text-align: center;
}

.footer .menu__share {
  display: block;
  text-align: center;
  padding-top: 150px;
}

.footer .menu__share li.mail {
  margin-left: 40px;
}

.footer .menu__share li.home {
  margin-left: 40px;
}

body.en .article__text {
  font-size: 15px;
  font-size: 1.5rem;
}

body.en .article__quote {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  background-image: url("../images/header_bg@2x.jpg");
}

@media screen and (max-width: 768px) {
  .header {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 40px;
    padding: 0 10px;
  }
  .comingsoon {
    text-align: center;
    background-color: #89B8BB;
    height: auto;
    padding-top: 30px;
    text-align: center;
  }
  .comingsoon img {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .article__title, .head__title__container, .article__colors {
    width: 100%;
  }
  .article__title.this:before {
    left: 10px;
  }
  .article__title .num {
    left: 18px;
  }
  .article__title-text {
    width: 35%;
    line-height: 1.5;
  }
  .article__title-container {
    height: 150px;
  }
  .head {
    background-size: auto 100%;
    background-position: top center;
    height: 700px;
  }
  .head__title {
    margin-left: -10px;
  }
  .head__intro {
    padding-left: 10px;
  }
  .head__movie {
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .logo_hobonichi {
    text-align: left;
    padding-left: 20px;
  }
  .logo_hobonichi img {
    width: 179.132px;
  }
  .menu__lang {
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
    text-align: right;
    padding-right: 20px;
    position: relative;
  }
  .menu__lang li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 7px;
    height: auto;
    position: relative;
  }
  .menu__lang li.en a svg {
    width: 16.643px;
    position: relative;
    top: -2px;
  }
  .menu__lang li.ja a svg {
    width: 13.059px;
  }
  .menu__lang li a svg {
    fill: #575757;
  }
  .menu__lang li a:hover svg, .menu__lang li a.disable svg {
    fill: #bbb;
  }
  .menu__lang li:first-child:after {
    display: inline-block;
    content: '';
    height: 20px;
    border-right: 1px solid #575757;
    margin-left: 10px;
    position: absolute;
    top: 10px;
    left: 22px;
  }
  .menu__share {
    display: block;
  }
  .head {
    width: 100%;
    background-image: url("../images/header_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
  }
  .head__title {
    padding-top: 22px;
    margin-left: 0;
    text-align: center;
  }
  .head__title img {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .head__title__container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .head__intro {
    font-size: 1.8rem;
    color: #575757;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 auto;
    line-height: 1.8;
    padding: 18px 0 40px;
  }
  .head__intro:before {
    content: '';
    background-image: url("../images/thin_arrow_down.svg");
    background-repeat: no-repeat;
    width: 19.588px;
    height: 11.943px;
    display: block;
    margin: 0 auto 40px;
  }
  .head__movie {
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .head__movie__title {
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .head__movie > a {
    display: block;
    position: relative;
  }
  .head__movie > a img {
    border: none;
  }
  .head__movie > a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .btn__zoomin, .btn__zoomout {
    position: absolute;
  }
  .btn__zoomin svg, .btn__zoomout svg {
    width: 43px;
  }
  .btn__zoomin:hover, .btn__zoomout:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .btn__zoomin {
    right: 20px;
    bottom: 70px;
  }
  .btn__zoomout {
    right: 20px;
    bottom: 20px;
  }
  .article {
    overflow: hidden;
  }
  .article__crew {
    margin: 50px auto 0;
    width: 100%;
  }
  .article__crew__name {
    position: relative;
    display: block;
    vertical-align: top;
    padding-left: 0;
  }
  .article__crew__name:before {
    content: "";
    width: 107px;
    height: 45px;
    background-image: url("../images/1028/title_from_hobo@2x.png");
    background-size: 107px 45px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: -22px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .article__crew__name:before svg {
    width: 107px;
  }
  .article__crew__name .face {
    position: relative;
    width: 100px;
    height: 74px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
  }
  .article__crew__name .face img {
    width: 70%;
  }
  .article__crew__name .face:before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #DAC300;
    border-radius: 77px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .article__crew__name .name {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
  }
  .article__crew__comment {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
  }
  .article__crew__comment:before {
    width: 100%;
    height: 22px;
    background-image: url("../images/1028/comment_header.png");
    background-size: 100% 22px;
    background-repeat: no-repeat;
    display: block;
    content: '';
  }
  .article__crew__comment:after {
    width: 100%;
    height: 22px;
    background-image: url("../images/1028/comment_footer.png");
    background-size: 100% 22px;
    background-repeat: no-repeat;
    display: block;
    content: '';
  }
  .article__crew__comment-text {
    width: 100%;
    background-image: url("../images/1028/comment_bg.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 0;
    font-size: 1.8rem;
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
  }
  .article__crew__comment-text p {
    letter-spacing: 0;
    font-size: 1.6rem;
    padding: 0 30px;
  }
  .article__crew__comment-text:after {
    content: none;
    background-image: url("../images/1028/fukidashi-handle.png");
    background-size: 40px 29px;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 29px;
    position: absolute;
    left: -28px;
    top: 40px;
  }
  .article__area {
    display: block;
    text-align: center;
    padding: 80px 0 0;
  }
  .article__area-title {
    display: block;
    vertical-align: middle;
  }
  .article__area-map {
    display: block;
    vertical-align: middle;
  }
  .article__area-map img {
    width: 100%;
  }
  .article__area__content {
    width: 100%;
  }
  .article__area__content-title {
    display: block;
    background-image: none;
    width: 100%;
    padding: 40px 0 55px;
  }
  .article__area__content-country {
    color: #fff;
    background-color: #578094;
    font-size: 1.7rem;
    letter-spacing: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    display: block;
    padding: 10px 10px 0 10px;
    text-align: center;
    margin: 0;
    border-bottom: 2px solid #fff;
  }
  .article__area__content-name {
    color: #fff;
    background-color: #578094;
    font-size: 2rem;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 0 10px 10px 10px;
    margin: 0;
    display: block;
    text-align: center;
  }
  .article__area__img {
    background-image: url("../images/1028/bg_techo@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 300px;
    display: block;
    margin: 15px auto;
    padding: 5px 0 15px;
    position: relative;
  }
  .article__area__img-content {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 250px;
    margin: 15px auto;
  }
  .article__area__img-translate {
    display: none;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
  }
  .article__area__img-translate p {
    width: 100%;
    height: auto;
    overflow: scroll;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    padding: 80px 0 20px;
  }
  .article__area__img .btn__tl-close {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .article__area__img .btn__tl-close:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .article__area__img .btn__tl-close svg {
    width: 37px;
  }
  .article__area__img .btn__zoomin {
    left: auto;
    top: auto;
    bottom: -5px;
    right: 60px;
  }
  .article__area__img .btn__zoomin svg {
    width: 37px;
  }
  .article__area__img .btn__zoomout {
    left: auto;
    top: auto;
    bottom: -5px;
    right: 20px;
  }
  .article__area__img .btn__zoomout svg {
    width: 37px;
  }
  .article__area__img .btn__tl {
    display: none;
    position: absolute;
    bottom: 42px;
    right: 15px;
    font-size: 1.4rem;
    color: #575757;
  }
  .article__area__img .btn__tl:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .article__area__img .btn__tl span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 24px;
    margin-right: 5px;
  }
  .article__usage {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: -10px auto 0;
    position: relative;
  }
  .article__usage .title {
    display: inline-block;
    background-color: #DAC300;
    color: #575757;
    padding: 4px 16px;
    font-size: 1.6rem;
    font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    position: absolute;
    left: -26px;
    top: -17px;
  }
  .article__usage p {
    font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    padding: 30px;
    color: #fff;
  }
  .article__usage p.blue {
    background-color: #578094;
  }
  .article__usage p.green {
    background-color: #97AD00;
  }
  .article__usage p:after {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .article__usage p.mitsuko:after {
    content: url("../images/0930/mitsuko_03.png");
    position: absolute;
    right: -50px;
    top: auto;
    bottom: -70px;
  }
  .article__usage p.christina:after {
    content: url("../images/0930/christina_03.png");
    position: absolute;
    right: -100px;
    top: auto;
    bottom: -110px;
  }
  .article__usage p.karen:after {
    content: url("../images/0930/karen_03.png");
    position: absolute;
    right: -50px;
    top: auto;
    bottom: -60px;
  }
  .article__usage p.ginn:after {
    content: url("../images/0930/ginn_03.png");
    position: absolute;
    right: -70px;
    top: auto;
    bottom: -60px;
  }
  .article__usage p.amanda:after {
    content: url("../images/0930/amanda_03.png");
    position: absolute;
    right: 30px;
    top: -12px;
  }
  .article__usage p.amanda:after {
    content: url("../images/0930/amanda_03.png");
    position: absolute;
    right: -60px;
    top: auto;
    bottom: -50px;
  }
  .article__usage p.tonia:after {
    content: url("../images/0930/tonia_03.png");
    position: absolute;
    right: -70px;
    top: auto;
    bottom: -80px;
  }
  .article__usage p.martha:after {
    content: url("../images/0930/martha_03.png");
    position: absolute;
    right: -80px;
    top: auto;
    bottom: -70px;
  }
  .article__usage p.miyoko {
    padding-right: 30px;
  }
  .article__usage p.miyoko:after {
    content: url("../images/0930/miyoko_03.png");
    position: absolute;
    right: -59px;
    top: auto;
    bottom: -102px;
  }
  .article__comic img {
    width: 100%;
    margin: 0 auto;
  }
  .article__comic-coment_001_1 {
    background-image: url("../images/1014/techo_001_coment_1_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_001_1.Lindsay {
    height: 450px;
    width: 100%;
  }
  .article__comic-coment_001_1.Lindsay p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_001_1.Lindsay p.name {
    text-align: center;
    position: absolute;
    top: 325px;
    left: 130px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_001_1.Lindsay p.coment__text {
    text-align: center;
    position: absolute;
    top: 370px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_001_2 {
    background-image: url("../images/1014/techo_001_coment_2_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_001_2.Steph {
    height: 550px;
    width: 100%;
  }
  .article__comic-coment_001_2.Steph p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_001_2.Steph p.name {
    text-align: center;
    position: absolute;
    top: 385px;
    left: 115px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_001_2.Steph p.coment__text {
    text-align: center;
    position: absolute;
    top: 430px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_002_1 {
    background-image: url("../images/1014/techo_002_coment_1_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_002_1.Adil {
    height: 530px;
    width: 100%;
  }
  .article__comic-coment_002_1.Adil p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_002_1.Adil p.name {
    text-align: center;
    position: absolute;
    top: 297px;
    left: 115px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_002_1.Adil p.coment__text {
    text-align: center;
    position: absolute;
    top: 355px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_002_2 {
    background-image: url("../images/1014/techo_002_coment_2_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_002_2.Audrey {
    height: 550px;
    width: 100%;
  }
  .article__comic-coment_002_2.Audrey p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 45px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_002_2.Audrey p.name {
    text-align: center;
    position: absolute;
    top: 350px;
    left: 115px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_002_2.Audrey p.coment__text {
    text-align: center;
    position: absolute;
    top: 400px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_003_1 {
    background-image: url("../images/1014/techo_003_coment_1_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_003_1.Tony {
    height: 550px;
    width: 100%;
  }
  .article__comic-coment_003_1.Tony p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_003_1.Tony p.name {
    text-align: center;
    position: absolute;
    top: 350px;
    left: 130px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_003_1.Tony p.coment__text {
    text-align: center;
    position: absolute;
    top: 400px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_003_2 {
    background-image: url("../images/1014/techo_003_coment_2_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_003_2.Jenna {
    height: 580px;
    width: 100%;
  }
  .article__comic-coment_003_2.Jenna p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 40px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_003_2.Jenna p.name {
    text-align: center;
    position: absolute;
    top: 430px;
    left: 140px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_003_2.Jenna p.coment__text {
    text-align: center;
    position: absolute;
    top: 480px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_004_1 {
    background-image: url("../images/1014/techo_004_coment_1_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_004_1.Heidi {
    height: 150px;
    width: 100%;
  }
  .article__comic-coment_004_1.Heidi p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_004_1.Heidi p.name {
    text-align: center;
    position: absolute;
    top: 110px;
    left: 127px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_004_1.Heidi p.coment__text {
    text-align: center;
    position: absolute;
    top: 370px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_004_2 {
    background-image: url("../images/1014/techo_004_coment_2_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_004_2.Clyde {
    height: 170px;
    width: 100%;
  }
  .article__comic-coment_004_2.Clyde p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_004_2.Clyde p.name {
    text-align: center;
    position: absolute;
    top: 130px;
    left: 120px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_004_2.Clyde p.coment__text {
    text-align: center;
    position: absolute;
    top: 370px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_004_3 {
    background-image: url("../images/1014/techo_004_coment_3_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_004_3.Reid {
    height: 280px;
    width: 100%;
  }
  .article__comic-coment_004_3.Reid p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_004_3.Reid p.name {
    text-align: center;
    position: absolute;
    top: 217px;
    left: 140px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_004_3.Reid p.coment__text {
    text-align: center;
    position: absolute;
    top: 370px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_005_1 {
    background-image: url("../images/1014/techo_005_coment_1_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_005_1.Dan {
    height: 680px;
    width: 100%;
  }
  .article__comic-coment_005_1.Dan p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 30px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_005_1.Dan p.name {
    text-align: center;
    position: absolute;
    top: 425px;
    left: 145px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_005_1.Dan p.coment__text {
    text-align: center;
    position: absolute;
    top: 480px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_005_2 {
    background-image: url("../images/1014/techo_005_coment_2_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_005_2.Steve {
    height: 600px;
    width: 100%;
  }
  .article__comic-coment_005_2.Steve p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_005_2.Steve p.name {
    text-align: center;
    position: absolute;
    top: 280px;
    left: 114px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_005_2.Steve p.coment__text__01 {
    text-align: center;
    position: absolute;
    top: 330px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_005_2.Steve p.coment__text__02 {
    text-align: center;
    position: absolute;
    top: 400px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_006_1 {
    background-image: url("../images/1014/techo_006_coment_1_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_006_1.Jack {
    height: 750px;
    width: 100%;
  }
  .article__comic-coment_006_1.Jack p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 55px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_006_1.Jack p.name {
    text-align: center;
    position: absolute;
    top: 460px;
    left: 120px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_006_1.Jack p.coment__text__01 {
    text-align: center;
    position: absolute;
    top: 520px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_006_1.Jack p.coment__text__02 {
    text-align: center;
    position: absolute;
    top: 615px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_006_2 {
    background-image: url("../images/1014/techo_006_coment_2_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_006_2.Kevin {
    height: 220px;
    width: 100%;
  }
  .article__comic-coment_006_2.Kevin p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 27px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_006_2.Kevin p.name {
    text-align: center;
    position: absolute;
    top: 158px;
    left: 140px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_006_2.Kevin p.coment__text {
    text-align: center;
    position: absolute;
    top: 370px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_007_1 {
    background-image: url("../images/1014/techo_007_coment_1_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_007_1.Michael {
    height: 510px;
    width: 100%;
  }
  .article__comic-coment_007_1.Michael p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 30px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_007_1.Michael p.name {
    text-align: center;
    position: absolute;
    top: 402px;
    left: 145px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_007_1.Michael p.coment__text {
    text-align: center;
    position: absolute;
    top: 450px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic-coment_007_2 {
    background-image: url("../images/1014/techo_007_coment_2_sp.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: top center;
    position: relative;
  }
  .article__comic-coment_007_2.Jenna02 {
    height: 300px;
    width: 100%;
  }
  .article__comic-coment_007_2.Jenna02 p {
    position: absolute;
    text-align: left;
    font-size: 14px;
    top: 28px;
    left: 40px;
    font-family: "Cinema Letter";
  }
  .article__comic-coment_007_2.Jenna02 p.name {
    text-align: center;
    position: absolute;
    top: 188px;
    left: 140px;
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
  }
  .article__comic-coment_007_2.Jenna02 p.coment__text {
    text-align: center;
    position: absolute;
    top: 370px;
    left: 0px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.7em;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .article__comic p.comic_en {
    width: 270px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .article__comic p.name.comic_en {
    width: 100px;
    left: 120px;
  }
  .article__comic p.coment__text.comic_en.p__left {
    padding-left: 0px;
    top: 355px;
  }
  .article__comic p.name.comic_en.p__left__02 {
    padding-left: 0px;
  }
  .article__comic p.coment__text.comic_en.p__left__03 {
    padding-left: 0px;
    top: 400px;
  }
  .article__member {
    display: block;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .article__member.curveR {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 388px 0;
    padding-bottom: 5px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 60px;
  }
  .article__member.curveL {
    background-image: none;
    background-repeat: no-repeat;
    padding-top: 50px;
    background-position: 268px 0;
    padding-bottom: 5px;
    margin-top: 20px;
  }
  .article__member__name {
    display: block;
    vertical-align: bottom;
    width: 100%;
  }
  .article__member__name img {
    display: block;
    width: 100%;
  }
  .article__member__name.article__member-R {
    padding-left: 0;
  }
  .article__member__comment {
    display: block;
    vertical-align: bottom;
    position: relative;
    width: 100%;
  }
  .article__member__comment p {
    display: inline-block;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    border: none;
    background-color: #fff;
    border-radius: 6px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 10px 12px;
    box-shadow: none;
    font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
  }
  .article__member__comment.article__member-R p {
    margin-left: 0;
  }
  .article__member__comment.article__member-R p:before {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 20px 14px;
    display: inline-block;
    content: '';
    width: 20px;
    height: 14px;
    position: absolute;
    left: 4px;
    bottom: 52px;
  }
  .article__member__comment.article__member-L p:before {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 20px 14px;
    display: inline-block;
    content: '';
    width: 20px;
    height: 14px;
    position: absolute;
    right: -22px;
    bottom: 52px;
  }
  .article__date {
    padding: 80px 0 130px;
    text-align: center;
  }
  .article__date p {
    font-size: 1.6rem;
  }
  .article__title {
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
  }
  .article__title:after {
    content: none;
    background-image: url("../images/arrow_right.svg");
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    right: 30px;
    top: 22px;
  }
  .article__title-container {
    height: 120px;
    overflow: hidden;
  }
  .article__title-container.title-01 {
    background-color: #dbc400;
  }
  .article__title-container.title-02 {
    background-color: #98ae00;
  }
  .article__title-container.title-03 {
    background-color: #438400;
  }
  .article__title-container.title-04 {
    background-color: #578095;
  }
  .article__title-text {
    font-size: 1.8rem;
    position: absolute;
    left: 20px;
    top: 40px;
    letter-spacing: 0.07em;
    width: 100%;
  }
  .article__title .num {
    position: absolute;
    left: 20px;
    top: 8px;
  }
  .article__title .num svg {
    width: 35.092px;
  }
  .article__title .date {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 1.5rem;
  }
  .article__title.this:before {
    content: '';
    background-image: url("../images/contents.svg");
    width: 44.03px;
    height: 16.499px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 20px;
  }
  .article__title.this:after {
    content: none;
  }
  .article__title.disable {
    color: #575757;
  }
  .article__title.disable:after {
    content: none;
    background-image: url("../images/coming_soon_title.svg");
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    right: 30px;
    top: 22px;
  }
  .article__colors {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .article__colors li {
    display: table-cell;
    width: 25%;
    height: 18px;
  }
  .article__colors-01 {
    background-color: #dbc400;
  }
  .article__colors-02 {
    background-color: #98ae00;
  }
  .article__colors-03 {
    background-color: #438400;
  }
  .article__colors-04 {
    background-color: #578095;
  }
  .article__contents {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .article__text {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 35px auto 50px;
    font-size: 1.5rem;
  }
  .article__quote {
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
    margin: 0 auto;
    font-size: 1.2rem;
    box-shadow: 0 0 5px 3px #ddd;
    padding: 14px;
  }
  .article__img {
    position: relative;
    text-align: center;
  }
  .article__img.zoom_pan {
    height: 260px;
    margin-bottom: 20px;
  }
  .article__img img {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .article__img img#zoom_pan {
    width: auto;
  }
  .article__img-caption {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 0 auto;
    padding: 15px;
    text-align: left;
    background: #ede7e2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede7e2), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #ede7e2 0%, #fff 100%);
    background: linear-gradient(to bottom, #ede7e2 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  }
  .article__img-caption p {
    font-size: 1.5rem;
    color: #578095;
  }
  .article__img-caption p a {
    color: #578095;
    text-decoration: underline;
  }
  .article__interview__title {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 45px auto 20px;
  }
  .article__interview__title:before {
    content: '';
    border-top: 1px solid #575757;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
  }
  .article__interview__title:after {
    content: '';
    border-top: 1px solid #575757;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
  }
  .article__dl {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .article__dl dt {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 1em 0;
    color: #578095;
  }
  .article__dl dt.staff {
    font-family: "TBゴシック M", "TBGothic M", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: -0.1em;
  }
  .article__dl dd {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 1em 0;
  }
  .footer {
    height: 110px;
    text-align: center;
  }
  .footer .menu__share {
    display: block;
    text-align: center;
    padding-top: 26px;
  }
  .footer .menu__share li.mail {
    margin-left: 20px;
  }
  .footer .menu__share li.home {
    margin-left: 20px;
  }
  .footer .menu__share li img {
    width: 30px;
  }
  .footer .menu__share li a img {
    width: 27px;
  }
  small {
    font-size: 0.9rem;
  }
  .article__title-container.under {
    height: 40px;
  }
  .article__title-container.under .article__title-text {
    display: none;
  }
  .article__title-container.under .num {
    top: 3px;
  }
  .article__title-container.under .date {
    top: 5px;
  }
}
