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

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: "\201C" "\201D" "\2018" "\2019";
}

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;
  vertical-align: top;
}

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
 --------------------------------------------------------------------------------*/
/*
 * Font
 --------------------------------------------------------------------------------*/
.cap {
  font-size: 14rem;
  line-height: 1.5;
  color: #404040;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* font-weight */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* text color */
.gray {
  color: gray;
}

.gray2 {
  color: #b3b3b3;
}

.red {
  color: #FF0000;
}

.xx-small {
  font-size: 62.5%;
}

.x-small {
  font-size: 75%;
}

.small {
  font-size: 87.5%;
}

.large {
  font-size: 125%;
}

.x-large {
  font-size: 150%;
}

.xx-large {
  font-size: 200%;
}

/* font-size */
.size9px {
  font-size: 9px;
}

.size10px {
  font-size: 10px;
}

.size11px {
  font-size: 11px;
}

.size12px {
  font-size: 12px;
}

.size13px {
  font-size: 13px;
}

.size14px {
  font-size: 14px;
}

.size15px {
  font-size: 15px;
}

.size16px {
  font-size: 16px;
}

.size17px {
  font-size: 17px;
}

.size18px {
  font-size: 18px;
}

.size19px {
  font-size: 19px;
}

.size20px {
  font-size: 20px;
}

.size21px {
  font-size: 21px;
}

.size22px {
  font-size: 22px;
}

.size23px {
  font-size: 23px;
}

.size24px {
  font-size: 24px;
}

.size25px {
  font-size: 25px;
}

.size26px {
  font-size: 26px;
}

.size27px {
  font-size: 27px;
}

.size28px {
  font-size: 28px;
}

.size29px {
  font-size: 29px;
}

.size30px {
  font-size: 30px;
}

.size31px {
  font-size: 31px;
}

.size32px {
  font-size: 32px;
}

/* 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 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.075em;
}

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li img {
  vertical-align: top;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a img {
  vertical-align: top;
}

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

  Mobile Styles

------------------------------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  box-sizing: border-box;
}

a.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  transition: all .3s;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 6px;
  outline: none;
  background-color: #42a8db;
}
a.btn:active {
  opacity: .5;
  color: #FFFFFF;
}

a .amazon:after {
  font-family: "Hobonichi-Icons";
  font-weight: normal;
  display: inline-block;
  margin-left: 0.25em;
  content: "\e900";
}

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

  Header

------------------------------------------------------------------------------*/
.header h1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 220%;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  background-color: #FFFFFF;
}
.header h1 img {
  width: 100%;
}
.header__subtitle + h1 {
  padding-top: 5px;
}

.header__logo {
  text-align: center;
}
.header__logo a {
  font-size: 320%;
  line-height: 1;
  display: inline-block;
  padding: 3px 0;
  color: #000000;
}

.header__subtitle {
  text-align: center;
  padding-top: 10px;
}
.header__subtitle span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.header__lead {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.75;
  width: 87.5%;
  margin: 0 auto;
}
.header__lead img {
  width: 100%;
}

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

  Post

------------------------------------------------------------------------------*/
.post {
  width: 87.5%;
  margin: 20px auto;
}
.post-header {
  overflow: hidden;
  *zoom: 1;
}
.post-header__title {
  position: relative;
  margin-right: 60px;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.post-header__title:before {
  position: absolute;
  top: 67px;
  right: -15px;
  width: 20px;
  height: 12px;
  content: "";
  background: url(../images/balloon.svg) no-repeat left top;
}
.post-header__title h3 {
  font-size: 180%;
  line-height: 1.4;
  margin: 0;
  padding: 19px 0 0 19px;
}
.post-header__title .time {
  line-height: 1;
  margin: 0;
  padding: 10px 0 20px 19px;
}

.post-header__icon {
  float: right;
  margin-top: 9px;
}

.post__text {
  font-size: 160%;
  line-height: 1.75;
  padding: 10px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  background-color: #FFFFFF;
}

.post-share ul {
  overflow: hidden;
  *zoom: 1;
}
.post-share li {
  float: left;
  width: 33.3333%;
  border-left: 1px solid #FFFFFF;
}
.post-share li:first-child {
  border: 0 none transparent;
}
.post-share li a {
  font-size: 240%;
  display: block;
  padding: 2px 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #42a8db;
}
.post-share li a:hover {
  color: #FFFFFF;
}
.post-share__twitter a {
  border-radius: 0 0 0 6px;
}

.post-share__line a {
  border-radius: 0 0 6px 0;
}
.post .mail {
  display: block;
  margin-left: 30px;
  color: #666666;
}
.post .mail:before {
  font-family: "Hobonichi-Icons";
  font-size: 150%;
  line-height: 1.16667;
  display: inline-block;
  float: left;
  margin-left: -30px;
  content: "\e909";
  vertical-align: top;
}
.post .mail + br {
  display: none;
}

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

  Slide

------------------------------------------------------------------------------*/
.slide {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-bottom: 0 none transparent;
  border-radius: 8px 8px 0 0;
  background-color: #FFFFFF;
}
.slide .slide__image img {
  width: 100%;
}
.slide .slide__no-image img {
  width: 100%;
}

.youtube {
  margin-top: 4px;
  margin-bottom: 4px;
}
.youtube__content {
  position: relative;
  padding-top: 56.25%;
}
.youtube__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bx-wrapper {
  margin-bottom: 36px;
}

.bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.pswp {
  z-index: 9999;
}
.pswp__bg {
  background-color: rgba(0, 0, 0, 0.75);
}

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

  Navi

------------------------------------------------------------------------------*/
.navi {
  margin: 20px 5px;
  padding: 12px 0;
  border-top: 5px solid #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
}
.navi ul {
  font-family: "zero-width";
  margin: 10px auto;
  text-align: center;
}
.navi li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  text-align: right;
}
.navi li:first-child {
  text-align: left;
}
.navi li a {
  padding: 8px 0;
}
.navi li a span {
  font-weight: bold;
  vertical-align: middle;
}
.navi li a span[class^="hb-"] {
  font-size: 171.42857%;
}
.navi li.off a {
  opacity: 0.2;
}
.navi__date li {
  text-align: center;
}
.navi__date li > span,
.navi__date li input,
.navi__date li a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.navi__date li > span {
  font-size: 120%;
  font-weight: bold;
}
.navi__date li input {
  width: 160px;
  border-radius: 6px 0 0 6px;
}
.navi__date li a {
  width: 60px;
}
.navi__date li a.btn {
  font-size: 140%;
  border-radius: 0 6px 6px 0;
}

.navi__first-latest li a {
  font-size: 140%;
  display: block;
  width: 150px;
}

.navi__prev-next li {
  padding-left: 1px;
}
.navi__prev-next li a {
  display: block;
  width: 150px;
}
.navi__prev-next li a.btn {
  font-size: 160%;
  border-radius: 0 6px 6px 0;
}
.navi__prev-next li a.btn span[class^="hb-"] {
  font-size: 150%;
}
.navi__prev-next li:first-child {
  margin-left: 0;
}
.navi__prev-next li:first-child a.btn {
  border-radius: 6px 0 0 6px;
}

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

  Footer

------------------------------------------------------------------------------*/
.footer a {
  font-size: 120%;
}
.footer-share {
  font-family: "zero-width";
  margin: 20px auto;
  text-align: center;
}
.footer-share h3 {
  font-size: 140%;
}
.footer-share li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  margin: 0 10px;
}
.footer-share li a {
  display: block;
  text-align: center;
}
.footer-share li a i {
  font-size: 300%;
  display: block;
}
.footer-share li a span {
  font-weight: bold;
  display: block;
}

.footer-contact {
  overflow: hidden;
  *zoom: 1;
}
.footer-contact li {
  float: left;
  width: 50%;
}
.footer-contact li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.footer-contact li a i {
  font-size: 250%;
  vertical-align: middle;
}
.footer-contact li a span {
  font-weight: bold;
  vertical-align: middle;
}
.footer-contact__mail a {
  color: #FFFFFF;
  background-color: #42a8db;
}
.footer-contact__mail a:hover {
  color: #FFFFFF;
}

.footer-contact__home {
  padding-left: 1px;
}
.footer-contact__home a {
  color: #FFFFFF;
  background-color: #42a8db;
}
.footer-contact__home a:hover {
  color: #FFFFFF;
}
.footer .copyright {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFFFFF;
}

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

 form control styles

------------------------------------------------------------------------------*/
.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  background-image: none;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eeeeee;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border: 6px solid #000000;
  border-top-color: transparent;
  border-radius: 50%;
  -moz-animation: spin 0.75s linear infinite;
  -webkit-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
}
.ua-ie-8 .loader, .ua-ie-9 .loader {
  border: 0 none transparent;
  background-image: url(../css/default-skin/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*------------------------------------------------------------------------------

 datetimepicker

------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .xdsoft_datetimepicker {
    left: 50% !important;
    width: 93.75% !important;
    margin-left: -46.875% !important;
    padding: 8px;
  }
  .xdsoft_datetimepicker .xdsoft_month {
    float: none;
  }
  .xdsoft_datetimepicker .xdsoft_year {
    float: none;
    width: 60px;
    text-align: left;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100%;
    margin-left: 0;
  }
  .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 100%;
    margin-left: 0;
  }
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    margin: 0 auto;
  }
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    margin-bottom: 7px;
  }
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    margin-top: 7px;
  }
}
/*------------------------------------------------------------------------------

 small device styles

------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .hidden-sp {
    display: none;
  }

  .visible-block {
    display: block !important;
  }

  .visible-inline-block {
    display: inline-block !important;
  }

  .visible-inline {
    display: inline !important;
  }
}
/*------------------------------------------------------------------------------

 large device styles

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

  .visible-block,
  .visible-inline-block,
  .visible-inline {
    display: none !important;
  }

  	/*------------------------------------------------------------------------------
  
  	  Header
  
  	------------------------------------------------------------------------------*/
  .header h1 {
    font-size: 420%;
  }
  .header__lead {
    width: 93.75%;
    max-width: 960px;
    text-align: center;
  }
  .header__lead > div {
    display: inline-block;
    text-align: left;
  }

  	/*------------------------------------------------------------------------------
  
  	  Post
  
  	------------------------------------------------------------------------------*/
  .post {
    width: 93.75%;
    max-width: 900px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background-color: #FFFFFF;
    overflow: hidden;
    *zoom: 1;
  }
  .post-header {
    float: right;
    width: 60%;
    padding: 20px 0 0 0;
    border: 0 none transparent;
    border-radius: 0 6px 0 0;
  }

  .post__text {
    float: right;
    clear: right;
    width: 60%;
    padding: 20px 20px 20px 0;
    border: 0 none transparent;
  }

  .post-share {
    line-height: 0;
    clear: both;
    padding: 0 20px 20px 0;
    text-align: right;
  }
  .post-share ul {
    display: inline-block;
    width: 60%;
    border-radius: 0;
  }
  .post-share li {
    width: 33%;
  }
  .post-share li:last-child {
    width: 34%;
  }
  .post-share li a {
    padding: 8px 0;
  }
  .post-share__twitter a {
    border-radius: 6px 0 0 6px;
  }

  .post-share__line a {
    border-radius: 0 6px 6px 0;
  }

  .slide {
    float: left;
    width: 40%;
    max-width: 360px;
    padding: 20px;
    border: 0 none transparent;
  }
  .slide__item li {
    margin-bottom: 4px;
  }
  .slide__item li:last-child {
    margin-bottom: 0;
  }

  	/*------------------------------------------------------------------------------
  
  	  Navi
  
  	------------------------------------------------------------------------------*/
  .navi__first-latest {
    width: 93.75%;
  }
  .navi__first-latest li {
    float: right;
  }
  .navi__first-latest li:first-child {
    float: left;
  }

  .navi--bottom {
    padding-bottom: 62px;
  }
  .navi--bottom .navi__first-latest {
    margin-top: -50px;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer-share {
    float: left;
    margin: 0 20px 20px;
  }
  .footer-share h3,
  .footer-share ul {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-share ul {
    margin-left: 10px;
  }

  .footer-contact {
    float: right;
    margin: 0 20px 20px;
    text-align: center;
  }
  .footer-contact li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 10px;
  }
  .footer-contact li a {
    display: block;
    padding: 0;
  }
  .footer-contact li a i {
    font-size: 300%;
  }
  .footer-contact li a span {
    display: block;
  }
  .footer-contact__mail a {
    color: #42a8db;
    background-color: transparent;
  }
  .footer-contact__mail a:hover {
    color: #42a8db;
  }

  .footer-contact__home a {
    color: #42a8db;
    background-color: transparent;
  }
  .footer-contact__home a:hover {
    color: #42a8db;
  }
  .footer .copyright {
    clear: both;
  }
}
