@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*
 * mixin
 --------------------------------------------------------------------------------*/
/* display */
.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/* text-align */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
 * basic
 --------------------------------------------------------------------------------*/
body {
  background: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000000;
}

del {
  text-decoration: line-through;
  color: #404040;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #1D4B73;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.2s ease-out;
}
a:link {
  color: #1D4B73;
  text-decoration: none;
}
a:visited {
  color: #1D4B73;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  color: #1D4B73;
  text-decoration: none;
}
a:active {
  color: #1D4B73;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  opacity: 0.5;
}
a img.hover, .opc a *, .opc2 a {
  transition: all 0.2s ease-out;
}
.sns a[target=_new], .sns a[target=_blank] {
  background-image: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .sns a[target=_new], .sns a[target=_blank] {
    background-image: none;
  }
}
.exlink a {
  display: block;
  background: url(images/icon_exlink.png) no-repeat left center;
  padding-left: 20px;
}
.exlink a:hover {
  opacity: 0.5;
  color: #1D4B73;
  text-decoration: none;
}

/* 
 * list style
 * 
 * How to create the perfect lists style using CSS
 * https://kaspars.net/wp-content/uploads/2008/02/index.html
 --------------------------------------------------------------------------------*/
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.list, ol.list {
  margin: auto -3em 1em 0;
  padding: 0;
  position: relative;
  left: -3em;
  overflow: hidden;
}
ul.list ul, ul.list ol, ol.list ul, ol.list ol {
  margin-left: 1em;
  padding-left: 0;
}
ul.list li, ol.list li {
  margin-left: 5em;
}
ul.list li li, ol.list li li {
  margin-left: 1em;
}
ul.list.flat li, ol.list.flat li {
  margin-left: 3em;
}
ul.list.flat li ul, ul.list.flat li ol, ol.list.flat li ul, ol.list.flat li ol {
  margin-left: 1em;
  padding-left: 0;
}
ul.list.flat li li, ol.list.flat li li {
  margin-left: 0;
}
ul.list.spaced, ol.list.spaced {
  margin-bottom: 0;
}
ul.list.spaced ul, ul.list.spaced ol, ol.list.spaced ul, ol.list.spaced ol {
  margin-top: 1em;
}
ul.list.spaced li, ol.list.spaced li {
  margin-bottom: 1em;
}
ul.list.indent li, ol.list.indent li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.list.inside li, ol.list.inside li {
  list-style-position: inside;
}
ul.list.clear li, ol.list.clear li {
  list-style-type: none;
}

ul.list {
  list-style-type: disc;
}
ul.list li {
  list-style-type: disc;
}

ol.list {
  list-style-type: decimal;
}
ol.list li {
  list-style-type: decimal;
}

.conv {
  width: 560px;
  margin: 40px auto 40px;
}
.conv dl {
  display: table;
  width: 100%;
}
.conv dl:first-of-type dt, .conv dl:first-of-type dd {
  padding-top: 0;
}
.conv dl + dl {
  margin-top: 0px;
}
.conv dt, .conv dd {
  display: table-cell;
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
}
.conv dt.talker0, .conv dd.talker0 {
  color: #000000;
}
.conv dt.talker1, .conv dd.talker1 {
  color: #000000;
}
.conv dt.talker2, .conv dd.talker2 {
  color: #333333;
}
.conv dt.talker3, .conv dd.talker3 {
  color: #333333;
}
.conv dt {
  width: 80px;
  padding: 1em 0 0 0;
  font-weight: bold;
  vertical-align: top;
  color: #000;
}
.conv dt.talker3 {
  letter-spacing: 0;
}
.conv dd {
  padding-top: 1em;
  vertical-align: middle;
  color: #000;
}
.conv dd.photo {
  padding: 30px 0 10px 80px;
  text-align: left;
}
.conv dd.photo p {
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  text-align: left;
  color: #CCC;
}
.conv dd.photoC {
  padding: 30px 0 10px 0;
  text-align: center;
}
.conv dd.photoC p {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  text-align: left;
  color: #CCC;
}
.conv dd.center {
  text-align: center;
}
.conv .continue {
  width: 560px;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .conv {
    width: 100%;
    margin: 20px auto 20px;
  }
  .conv dl {
    display: block;
    margin-bottom: 10px;
  }
  .conv dl dt, .conv dl dd {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.article p, body {
  letter-spacing: 0.075em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile h3, .article h2,
.article h3,
.article h4,
.article h5,
.article h6, .toc h3, .toc h4, .toc li, .yodogawa ul li em, .yodogawa p, .header__title {
  font-weight: normal;
  letter-spacing: 0;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows .profile h3, .profile .ua-desktop-windows h3, .ua-desktop-windows .article h2, .article .ua-desktop-windows h2,
.ua-desktop-windows .article h3,
.article .ua-desktop-windows h3,
.ua-desktop-windows .article h4,
.article .ua-desktop-windows h4,
.ua-desktop-windows .article h5,
.article .ua-desktop-windows h5,
.ua-desktop-windows .article h6,
.article .ua-desktop-windows h6, .ua-desktop-windows .toc h3, .toc .ua-desktop-windows h3, .ua-desktop-windows .toc h4, .toc .ua-desktop-windows h4, .ua-desktop-windows .toc li, .toc .ua-desktop-windows li, .ua-desktop-windows .yodogawa ul li em, .yodogawa ul li .ua-desktop-windows em, .ua-desktop-windows .yodogawa p, .yodogawa .ua-desktop-windows p, .ua-desktop-windows .header__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.footer-contact {
  position: static;
  left: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-contact li {
  position: static;
  left: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*------------------------------------------------------------------------------
 *
 *    sp
 *
 *--------------------------------------------------------------------------- */
body {
  background: url(../images/bg.jpg) repeat center top;
}

canvas {
  display: block;
  vertical-align: bottom;
}

body * {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.header {
  margin: 0;
  text-align: center;
}
.header .logo {
  background-color: #FFFFFF;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header .hobo {
  padding: 10px 10px 0 10px;
  text-align: center;
}
.header .hobo a {
  color: #000000;
}
.header .hobo a i {
  font-size: 300%;
  opacity: 0.75;
}
.header .oragajam {
  padding: 10px;
  text-align: center;
}
.header .oragajam img {
  max-width: 100%;
  vertical-align: bottom;
}
.header__title {
  position: relative;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic N B", sans-serif;
}
.header__title > span {
  display: block;
  background-color: #1D4B73;
  padding: 20px 10px;
  color: #FFFFFF;
}
.header__title > span > span {
  display: block;
}
.header__title > span > span:first-of-type {
  font-size: 16px;
  line-height: 1.5;
  border-top: 4px solid #FFFFFF;
  padding-top: 20px;
}
.header__title > span > span:first-of-type::before {
  content: "";
  display: block;
  border-top: 1px solid #FFFFFF;
  margin-top: -18px;
  margin-bottom: 18px;
}
.header__title > span > span:last-of-type {
  line-height: 1.2;
  font-size: 36px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
}
.header__title > span > span span {
  display: inline;
}
.header__title::after {
  display: block;
  max-width: 1200px;
  padding-top: 87.5%;
  margin: auto;
  content: "";
  background: url(../images/main-sp.jpg) repeat-y center top;
  background-size: cover;
  border-bottom: 8px solid #1D4B73;
}

@media only screen and (min-width: 601px) {
  .header__title::after {
    padding-top: 56.25%;
  }
}

.yodogawa {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.yodogawa p {
  font-size: 160%;
  line-height: 1.75;
  text-align: left;
  margin: 0 10px;
  color: #000000;
  font-family: "Zen Kaku Gothic N M", sans-serif;
}
.yodogawa p:first-child {
  margin-top: 0;
}
.yodogawa p:last-child {
  margin-bottom: 0;
}
.yodogawa ul {
  border-right: 1px solid #BF1F2C;
  padding-right: 9px;
}
.yodogawa ul li {
  width: 60px;
  padding: 20px 0;
  border-bottom: 1px solid #BF1F2C;
}
.yodogawa ul li:first-child {
  margin-top: 10px;
  border-top: 1px solid #BF1F2C;
}
.yodogawa ul li:last-child {
  margin-bottom: 10px;
}
.yodogawa ul li em, .yodogawa ul li span {
  display: inline-block;
  vertical-align: middle;
}
.yodogawa ul li em {
  color: #BF1F2C;
  font-style: normal;
  font-family: "FB PoynterSerif RE Italic", serif;
  font-size: 160%;
}
.yodogawa ul li span {
  width: 30px;
}
.yodogawa ul li span img {
  width: 100%;
  vertical-align: top;
}

.toc {
  margin: 20px auto;
  padding: 20px 10px;
  text-align: left;
}
.toc h3, .toc h4, .toc li {
  color: #1D4B73;
  font-family: "Zen Kaku Gothic N B", sans-serif;
}
.toc h3 {
  font-size: 180%;
  line-height: 1.5;
  margin-top: 0;
  border-bottom: 1px solid #1D4B73;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.toc h3::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1D4B73;
  margin-bottom: 2px;
  margin-top: -2px;
}
.toc h4 {
  font-size: 140%;
  line-height: 1.5;
  margin: 1em 0 0.5em 0;
  color: #404040;
  border-bottom: 1px solid #999999;
}
.toc ul {
  border-bottom: 1px solid #1D4B73;
  padding-bottom: 0px;
}
.toc ul::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1D4B73;
  margin-bottom: 2px;
  margin-top: -2px;
}
.toc ul li {
  margin-bottom: 10px;
}
.toc ul li:last-child {
  padding-top: 10px;
  border-top: 1px solid #1D4B73;
}
.toc ul li:nth-last-of-type {
  margin-bottom: 0;
}
.toc ul li > span,
.toc ul li a {
  display: block;
  position: relative;
  font-size: 160%;
  line-height: 1.5;
  padding-left: 20px;
}
.toc ul li > span::before,
.toc ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 2px;
  top: 5px;
  background: url(../images/check0.svg) no-repeat left top;
  background-size: contain;
}
.toc ul li > span > span,
.toc ul li a > span {
  float: left;
}
.toc ul li > span > span + em,
.toc ul li a > span + em {
  margin-left: 15px;
}
.toc ul li > span em,
.toc ul li a em {
  font-style: normal;
  display: block;
}
.toc ul li > span em span,
.toc ul li a em span {
  font-size: 75%;
  display: block;
}
.toc ul li.off > span,
.toc ul li.off a {
  color: #cccccc;
}
.toc ul li.current a {
  color: #BF1F2C;
}
.toc ul li.current a::before {
  background-image: url(../images/check1.svg);
}

.contents {
  padding: 0 10px;
}
.contents > section {
  padding-bottom: 40px;
  background: url(../images/section_mark.svg) no-repeat center bottom;
  background-size: 31px 20px;
}
@media only screen and (min-width: 601px) {
  .contents > section {
    padding-bottom: 30px;
  }
}

.article {
  padding: 20px 0;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: normal;
  line-height: 1.2;
  color: #1D4B73;
  font-family: "Zen Kaku Gothic N B", sans-serif;
}
.article h2 {
  text-align: center;
  margin: 10px auto 10px;
  border-top: 4px solid #1D4B73;
  padding-top: 10px;
  border-bottom: 1px solid #1D4B73;
  padding-bottom: 10px;
}
.article h2::before {
  content: "";
  display: block;
  border-top: 1px solid #1D4B73;
  margin-top: -8px;
  margin-bottom: 8px;
}
.article h2::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1D4B73;
  margin-bottom: -8px;
  margin-top: 8px;
}
.article h2 em {
  font-size: 18px;
  display: block;
  font-style: normal;
  margin-bottom: 5px;
}
.article h2 > span {
  font-size: 20px;
  display: block;
}
.article h3 {
  text-align: center;
  font-size: 180%;
  margin: 20px auto 0;
  border-top: 1px solid #1D4B73;
  padding-top: 10px;
  border-bottom: 1px solid #1D4B73;
  padding-bottom: 10px;
}
.article h3::before {
  content: "";
  display: block;
  border-top: 1px solid #1D4B73;
  margin-top: -8px;
  margin-bottom: 8px;
}
.article h3::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1D4B73;
  margin-bottom: -8px;
  margin-top: 8px;
}
.article h4 {
  font-size: 180%;
}
.article h5 {
  font-size: 160%;
}
.article p {
  font-size: 160%;
  line-height: 1.75;
  color: #000000;
}
.article p:first-child {
  margin-top: 0;
}
.article p:last-child {
  margin-bottom: 0;
}
.article p.info {
  font-size: 220%;
}
.article p.date {
  font-size: 140%;
}
.article .photo {
  margin: 20px auto;
}
.article .photo img {
  overflow: hidden;
  width: 100%;
  vertical-align: top;
  border-radius: 4px;
  transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
}
.article .photo img.lazyload, .article .photo img.lazyloading {
  opacity: 0;
  -webkit-filter: grayscale(1) brightness(0.1);
  filter: grayscale(1) brightness(0.1);
}
.article .photo img.lazyloaded {
  opacity: 1;
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.article .photo img + img {
  margin-top: 20px;
}

.profile h3 {
  font-size: 180%;
  line-height: 1.5;
  color: #1D4B73;
  font-family: "Zen Kaku Gothic N B", sans-serif;
  margin-top: 0;
  border-bottom: 1px solid #1D4B73;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.profile h3::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1D4B73;
  margin-bottom: 2px;
  margin-top: -2px;
}
.profile ul {
  border-bottom: 1px solid #1D4B73;
  padding-bottom: 0px;
}
.profile ul::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1D4B73;
  margin-bottom: 2px;
  margin-top: -2px;
}
.profile ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1D4B73;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile ul li:last-child {
  border-bottom: 0 none transparent;
  margin-bottom: 0;
}
.profile ul li p {
  font-size: 140%;
  color: #1D4B73;
  margin: 0;
  letter-spacing: 0.075em;
}
.profile ul li p a {
  text-decoration: underline;
}

.info {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.info h4 {
  color: #BF1F2C;
  margin: 0;
}
.info h4::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/bullet1.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.info dl {
  margin: 10px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 4px solid #BF1F2C;
  border-bottom: 4px solid #BF1F2C;
}
.info dl dt, .info dl dd {
  font-size: 14px;
  color: #BF1F2C;
  margin: 3px 0 0 0;
  padding-top: 3px;
  border-top: 1px solid #BF1F2C;
}
.info dl dt:first-of-type, .info dl dd:first-of-type {
  border-top: 0 none;
  padding-top: 0;
}
.info dl dt:last-of-type, .info dl dd:last-of-type {
  padding-bottom: 3px;
}
.info dl dt {
  font-weight: bold;
  width: 28.3333333333%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.info dl dt span {
  display: block;
  width: 100%;
  border-right: 1px solid #BF1F2C;
  padding: 5px;
}
.info dl dd {
  width: 71.6666666667%;
}
.info dl dd span {
  display: block;
  width: 100%;
  padding: 5px;
}

.compare {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.compare h4 {
  color: #1D4B73;
  margin: 0;
}
.compare h4::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/bullet2.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.compare ol {
  margin: 10px auto;
  border-top: 4px solid #1D4B73;
  border-bottom: 4px solid #1D4B73;
}
.compare ol li {
  font-size: 14px;
  color: #1D4B73;
  margin: 3px 0 0 0;
  padding: 3px;
  border-top: 1px solid #1D4B73;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.compare ol li:first-of-type {
  border-top: 0 none;
  padding-top: 0;
}
.compare ol li:last-of-type {
  padding-bottom: 3px;
}
.compare ol li span {
  display: block;
  width: 16.6666666667%;
}
.compare ol li span + span {
  width: 83.3333333333%;
}

.spec {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.spec h4 {
  color: #1D4B73;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.spec h4::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/icon_jam_oi.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.spec h4 > span {
  padding-left: 10px;
  width: calc(100% - 60px);
}
.spec h4.ichigo::before {
  background-image: url(../images/icon_jam_oi.png);
}
.spec h4.anzu::before {
  background-image: url(../images/icon_jam_oa.png);
}
.spec h4.mixberry::before {
  background-image: url(../images/icon_jam_kmb.png);
}
.spec h4.marmalade::before {
  background-image: url(../images/icon_jam_kmq.png);
}
.spec h4.ringo::before {
  background-image: url(../images/icon_jam_ora.png);
}
.spec h4.hobonichi::before {
  background-image: url(../images/section_mark.svg);
}
.spec ul {
  margin: 10px auto;
  border-top: 4px solid #1D4B73;
  border-bottom: 4px solid #1D4B73;
}
.spec ul li {
  font-size: 14px;
  color: #1D4B73;
  margin: 3px 0 0 0;
  padding: 3px;
  border-top: 1px solid #1D4B73;
}
.spec ul li:first-of-type {
  border-top: 0 none;
  padding-top: 0;
}
.spec ul li:last-of-type {
  padding-bottom: 3px;
}
.spec ul li h5 {
  font-size: 18px;
  margin: 10px auto;
}
.spec ul li h5 em {
  font-family: "FB PoynterSerif RE Italic", serif;
  padding-right: 5px;
  font-style: normal;
}
.spec ul li p {
  font-size: 16px;
  margin: 10px auto;
}

.conv {
  padding-top: 10px;
}
.conv h4 {
  color: #BF1F2C;
  margin: 0;
  border-bottom: 1px solid #BF1F2C;
  padding-bottom: 10px;
}
.conv h4::after {
  content: "";
  display: block;
  border-bottom: 1px solid #BF1F2C;
  margin-bottom: -8px;
  margin-top: 8px;
}
.conv h4::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/bullet3.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.comment {
  border-left: 4px solid #BF1F2C;
  padding-left: 10px;
  margin: 20px auto;
}

.continue {
  border-top: 1px solid #1D4B73;
  border-bottom: 1px solid #1D4B73;
  padding: 5px 0;
}
.continue p {
  text-align: center;
}

.navi {
  max-width: 560px;
  margin: 40px auto;
  padding: 15px 0;
  border-top: 2px solid #BF1F2C;
  border-bottom: 2px solid #BF1F2C;
}
.navi ul {
  font-family: "zero-width";
  margin: 0 auto;
  text-align: center;
}
.navi li {
  display: inline-block;
  text-align: right;
}
.navi li:first-child {
  text-align: left;
}
.navi li a {
  font-size: 160%;
  line-height: 1.5;
  display: block;
  padding: 8px 0;
}
.navi li a i {
  font-size: 150%;
  display: inline-block;
  vertical-align: middle;
}
.navi li a span {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.navi__prev {
  margin-right: 20px;
}

.navi__next {
  margin-left: 20px;
}

.date {
  margin-top: 30px;
  text-align: center;
}

.campaign {
  border-top: 4px solid #1D4B73;
  border-bottom: 4px solid #1D4B73;
  margin: 20px auto;
}
.campaign__header {
  padding: 10px 0 0 0;
  background: url(../../images/ph_small_jam_mixberry.jpg) no-repeat 96.5277777778% 5px;
  background-size: 44.5px 50px;
}
.campaign__header > div {
  font-size: 14px;
  color: #FFF;
  background-color: #4C4296;
  width: 100px;
  padding: 8px 16px;
  text-align: center;
  border-radius: 4px;
}
.campaign__header > h3 {
  margin: 1.5em auto;
}
.campaign__header > h3 span {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
.campaign__header > h3 span:first-child {
  font-size: 14px;
  display: inline-block;
  color: #4C4296;
  border-bottom: 2px solid #4C4296;
  margin-bottom: 0.5em;
}
.campaign__header > p {
  font-size: 12px;
  margin: 0.5em auto;
}

.campaign__body {
  padding: 0 0 10px 0;
}
.campaign__body p {
  font-size: 16px;
  line-height: 1.75;
}
.campaign__body p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
  .campaign {
    width: 560px;
    border: 4px solid #1D4B73;
    padding: 0px 40px 20px;
    background-color: #FFFFFF;
  }
  .campaign__header {
    padding: 20px 0 0;
    background-position: 380px bottom;
    background-size: 89px 100px;
  }
  .campaign__header > h3 span:first-child {
    font-size: 16px;
  }
  .campaign__body {
    padding: 0 0 20px 0;
  }
}

.banner {
  margin: 20px auto;
  text-align: center;
}
.banner ul {
  line-height: 0;
}
.banner ul li + li {
  margin-top: 8px;
}
.banner ul li a {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  padding: 16px 16px;
  text-align: left;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.banner ul li a > div > span,
.banner ul li a > div > small {
  display: block;
}
.banner ul li a > div > small {
  font-size: 75%;
}
.banner ul li a img {
  width: 100%;
  max-width: 160px;
}
.banner ul li.lr a {
  text-align: center;
}
.banner ul li.lr a img {
  display: block;
  margin: 0 auto 16px;
}
.banner ul li.lr a > div {
  display: inline-block;
  text-align: left;
}

.share {
  max-width: 640px;
  margin: 20px auto;
  padding: 15px 0;
}
.share h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  margin: 0 auto 10px;
  padding: 0.618em 0;
  text-align: center;
}
.share ul {
  font-family: "zero-width";
  text-align: center;
  letter-spacing: 0;
}
.share ul li {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.075em;
}
.share ul li a {
  font-size: 400%;
  display: block;
}
.share ul li a:after {
  content: none;
}
.share .article-share__facebook a {
  color: #3b5998;
}

.share .article-share__twitter a {
  color: #00aced;
}

.share .article-share__line a {
  color: #00b900;
}

.share .article-share__mail a {
  color: #f4cb3c;
}

/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 0 auto 0;
  background-color: #FFFFFF;
}
.footer h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  padding-top: 10px;
  text-align: center;
}
.footer a {
  font-size: 120%;
}
.footer-contact {
  overflow: hidden;
}
.footer-contact li {
  margin: 0;
  padding: 0;
}
.footer-contact li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.footer-contact li a i {
  font-size: 200%;
  vertical-align: middle;
}
.footer-contact li a span {
  font-weight: bold;
  vertical-align: middle;
}
.footer-contact__home img {
  height: 32px;
}

.footer .follow {
  margin: 0 auto;
  padding: 15px 0;
}
.footer .follow h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  margin: 0 auto 10px;
  padding: 0.618em 0;
  text-align: center;
}
.footer .follow ul {
  font-family: "zero-width";
  text-align: center;
  letter-spacing: 0;
}
.footer .follow ul li {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.075em;
}
.footer .follow ul li a {
  font-size: 320%;
  display: block;
  color: #404040;
}
.footer .follow ul li a:after {
  content: none;
}
.footer .contact {
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
}
.footer .copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
}

#nakashima .header__title,
#yamada1 .header__title,
#yamada2 .header__title,
#mascot .header__title {
  margin-top: 10px;
  text-align: center;
}
#nakashima .header__title > span,
#yamada1 .header__title > span,
#yamada2 .header__title > span,
#mascot .header__title > span {
  font-size: 56%;
  display: block;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#nakashima .header__title em,
#yamada1 .header__title em,
#yamada2 .header__title em,
#mascot .header__title em {
  font-size: 128%;
  font-style: normal;
  line-height: 1.3;
  display: inline-block;
  margin-top: 10px;
  text-align: left;
}
#nakashima .header__title em > span,
#yamada1 .header__title em > span,
#yamada2 .header__title em > span,
#mascot .header__title em > span {
  font-size: 53.3333333333%;
  display: block;
  display: block;
}

#nakashima::before {
  background-image: url(../images/ph2-main-sp.jpg);
}

#yamada1::before {
  background-image: url(../images/ph3-main-sp.jpg);
}

#yamada2::before {
  background-image: url(../images/ph4-main-sp.jpg);
}

#mascot::before {
  background-image: url(../images/ph5-main-sp.jpg);
}

@media only screen and (max-width: 600px) {
  p:not(.sp) br:not(.sp) {
    display: none;
  }

  br.pc {
    display: inline;
  }

  li br:not(.sp), dd br:not(.sp) {
    display: none;
  }

  .hidden-sp {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .visible-sp {
    display: none;
  }

  body * {
    box-sizing: border-box;
  }
  body::before {
    background-image: url(../images/main-pc.jpg);
    background-size: cover;
  }
  body.archive .article {
    margin-top: 0;
  }

  .header {
    margin-right: auto;
    margin-left: auto;
  }
  .header__title::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #1D4B73;
    bottom: 0;
  }
  .header__title::after {
    border-bottom-width: 40px;
  }

  .yodogawa {
    width: 960px;
    padding: 0;
    margin: 40px auto;
    border-left: 4px solid #BF1F2C;
    border-right: 4px solid #BF1F2C;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .yodogawa::before, .yodogawa::after {
    content: "";
    width: 1px;
    margin: 0 1px;
    background-color: #BF1F2C;
  }
  .yodogawa p {
    padding-top: 40px;
    font-size: 200%;
  }
  .yodogawa ul li {
    width: 170px;
    text-align: left;
    padding: 20px 10px;
  }
  .yodogawa ul li em {
    font-size: 20px;
    margin-right: 50px;
  }
  .yodogawa ul li span {
    width: 60px;
  }

  .toc {
    width: 640px;
    padding: 0;
  }
  .toc h3 {
    font-size: 20px;
  }
  .toc ul li.current a {
    cursor: default;
  }
  .toc ul li.current a:hover {
    opacity: 1;
  }
  .toc ul li.off a {
    cursor: default;
    pointer-events: none;
  }

  .contents {
    padding: 0;
  }

  .article {
    width: 640px;
    margin: 40px auto 0;
    padding: 0;
  }
  .article > section {
    width: 560px;
    margin: 80px auto;
  }
  .article > section:last-of-type {
    margin-bottom: 20px;
  }
  .article h2 {
    font-size: 240%;
    margin: 0 -40px 20px;
  }
  .article h2 em {
    font-size: 20px;
  }
  .article h2 span {
    font-size: 24px;
  }
  .article h3 {
    font-size: 220%;
  }
  .article h4 {
    font-size: 200%;
  }
  .article h5 {
    font-size: 180%;
  }
  .article p {
    font-size: 160%;
    letter-spacing: 0.1em;
  }
  .article p.info {
    font-size: 300%;
    line-height: 1.75;
  }
  .article p.date {
    font-size: 140%;
  }
  .article .photo {
    margin: 40px auto;
  }

  .continue {
    margin: 40px auto;
  }

  .profile {
    width: 640px;
    margin: 40px auto;
  }
  .profile h3 {
    font-size: 20px;
  }
  .profile ul li p {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 20px;
  }

  .info {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }

  .spec {
    border: 4px solid #1D4B73;
    padding: 20px;
    margin: 40px auto;
  }
  .spec ul {
    border-bottom: 0 none;
  }

  .share {
    margin-top: 40px;
    padding: 40px;
  }

  .banner {
    margin-top: 40px;
  }
  .banner ul li a {
    width: 480px;
    padding: 16px 16px;
  }
  .banner ul li.lr a {
    font-family: "zero-width";
    position: relative;
    text-align: left;
  }
  .banner ul li.lr a img {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    width: 33%;
    margin-right: 16px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .banner ul li.lr a > div {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    vertical-align: middle;
  }
  .banner ul li.lr a > div i {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .navi li {
    margin-right: 10px;
    margin-left: 10px;
  }

  /*------------------------------------------------------------------------------

    Footer

  ------------------------------------------------------------------------------*/
  .footer {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .footer > div {
    max-width: 960px;
    margin: 0 auto;
  }
  .footer > div > div {
    float: left;
  }
  .footer > div > div + div {
    float: right;
  }
  .footer h3 {
    margin: 0;
    padding: 20px 10px;
  }
  .footer-contact {
    font-family: "zero-width";
    padding: 20px 0;
    text-align: center;
    letter-spacing: 0;
    border-bottom: 0 none transparent;
  }
  .footer-contact li {
    float: none;
    width: auto;
    margin: 0 10px 20px;
  }
  .footer-contact li a {
    display: block;
    padding: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .footer-contact li a i {
    font-size: 300%;
    display: block;
  }
  .footer-contact li a span {
    font-weight: bold;
    display: block;
    letter-spacing: 0.075em;
  }

  .footer .copyright {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    float: none;
    clear: both;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
  }

  .ua-ie-9 .article p {
    font-size: 160%;
    letter-spacing: 0;
  }

  .ua-desktop-windows p {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
  }
}

/*# sourceMappingURL=main.css.map */
