@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* reset
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select {
  vertical-align: middle;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Setting */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  font-weight: 400;
}

*:active, *:focus {
  outline: none;
}

/************************************************
    Setting
************************************************ */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}

/* link */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  /*text-decoration: underline;*/
}

a img {
  transition: 0.2s;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.001);
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.fa {
  letter-spacing: 0;
}

.bx-wrapper {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.bx-wrapper .bx-viewport {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  left: auto;
  right: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bungee {
  font-family: 'Permanent Marker', cursive;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  #header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #000;
  }
  #header .inner {
    width: 100%;
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
  }
  #header .inner .logo {
    height: 80px;
    margin-right: auto;
    background: #000;
  }
  #header .inner .logo a {
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 300px;
  }
  #header .inner .logo a span {
    padding-bottom: 3px;
  }
  #header .inner .logo a img {
    transition: ease 0.5s;
  }
  #header .inner .logo a:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  #header .inner #gNavi {
    margin-right: 20px;
  }

  #gNavi > ul.main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  #gNavi > ul.main > li {
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px;
    position: relative;
  }
  #gNavi > ul.main > li > a {
    position: relative;
  }
  #gNavi > ul.main > li > a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    top: 100%;
    left: 0;
    transition: 0.3s;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
  }
  #gNavi > ul.main > li > a:hover:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #gNavi > ul.main > li > span {
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  #gNavi > ul.main > li > span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    top: 100%;
    left: 0;
    transition: 0.3s;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
  }
  #gNavi > ul.main > li > span:hover:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #gNavi > ul.main > li .sub {
    transition: ease 0.2s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    padding-top: 1px;
    width: 260px;
    top: 100%;
    left: 0;
  }
  #gNavi > ul.main > li .sub ul {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 0 17px 30px;
    font-size: 14px;
    letter-spacing: 0.005em;
    font-weight: bold;
  }
  #gNavi > ul.main > li .sub ul li {
    margin-bottom: 10px;
  }
  #gNavi > ul.main > li .sub ul li:last-of-type {
    margin: 0;
  }
  #gNavi > ul.main > li .sub ul li > a {
    position: relative;
  }
  #gNavi > ul.main > li .sub ul li > a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    top: 100%;
    left: 0;
    transition: 0.3s;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
  }
  #gNavi > ul.main > li .sub ul li > a:hover:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #gNavi > ul.main > li .sub.open {
    opacity: 1;
    visibility: visible;
  }

  #social {
    margin-left: 0px;
    margin-right: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #social a {
    margin-right: 10px;
    transition: 0.3s;
  }
  #social a .a2a_svg {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    background: #000;
    border-radius: 100%;
  }
  #social a svg {
    width: 20px;
    height: 20px;
  }
  #social a:hover {
    opacity: 0.7;
  }

  #utility ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #utility ul li {
    height: 80px;
    border-left: 1px solid #000;
    width: 80px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }
  #utility ul li > span, #utility ul li a {
    display: block;
    height: 80px;
    padding-top: 55px;
    cursor: pointer;
    letter-spacing: 0.075em;
    font-weight: bold;
  }
  #utility ul li.search {
    background: url(../images/ico/ico_search.png) center 13px no-repeat;
    background-size: 23px 35px;
  }
  #utility ul li.contact {
    background: url(../images/ico/ico_contact.png) center 18px no-repeat;
    background-size: 33px 25px;
  }

  #searchBox {
    transition: ease 0.2s;
    -ms-transform: translate(770px, 0);
    -webkit-transform: translate(770px, 0);
    transform: translate(770px, 0);
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 760px;
    padding-top: 1px;
  }
  #searchBox .boxInner {
    background: rgba(201, 201, 201, 0.95);
    padding: 45px 80px;
  }
  #searchBox .boxInner #searchform {
    display: block;
    margin-bottom: 30px;
  }
  #searchBox .boxInner #searchform p {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #c9c9c9 inset;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #searchBox .boxInner #searchform p input[type=text] {
    padding: 5px 10px;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    width: 480px;
    font-size: 15px;
  }
  #searchBox .boxInner #searchform p input[type=submit] {
    background: #4d4d4d;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    padding: 5px 10px 4px;
    margin-left: auto;
    border-radius: 5px;
  }
  #searchBox .boxInner .tagBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  #searchBox .boxInner .tagBox a {
    padding: 5px 15px;
    background: #fff;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
  }
  #searchBox .boxInner .tagBox a:before {
    content: '# ';
  }

  #searchBox.open {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  #page {
    padding-top: 80px;
  }

  #mainBnr {
    padding: 85px 0 65px;
  }
  #mainBnr .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  #mainBnr .inner a {
    display: inline-block;
    transition: ease 0.3s;
  }
  #mainBnr .inner a:hover {
    opacity: 0.7;
  }
  #mainBnr .inner a:not(:last-of-type) {
    margin-bottom: 20px;
  }

  #entry {
    padding: 80px 0 0;
    margin-bottom: 100px;
  }
  #entry .inner {
    width: 100%;
    max-width: 1400px;
    max-width: 1350px;
    margin: 0 auto;
  }
  #entry .inner h2 {
    font-size: 50px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  #entry .inner ul.entry {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #entry .inner ul.entry li {
    width: 314px;
    margin-bottom: 40px;
  }
  #entry .inner ul.entry li a {
    display: block;
    transition: ease 0.3s;
  }
  #entry .inner ul.entry li a:hover {
    opacity: 0.6;
  }
  #entry .inner ul.entry li .imgClm {
    margin-bottom: 10px;
    background: #000;
    width: 100%;
    height: 226px;
    overflow: hidden;
    text-align: center;
  }
  #entry .inner ul.entry li .imgClm:hover {
    background: #000;
  }
  #entry .inner ul.entry li .imgClm a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #entry .inner ul.entry li .imgClm img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  #entry .inner ul.entry li .txtClm span {
    display: inline-block;
    letter-spacing: 0.05em;
  }
  #entry .inner ul.entry li .txtClm span.cate {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #entry .inner ul.entry li .txtClm span.time {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
  }
  #entry .inner ul.entry li .txtClm span.time:before {
    left: 0;
    top: 50%;
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: -1px;
  }
  #entry .inner ul.entry li .txtClm h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.005em;
    height: 56px;
  }
  #entry .inner ul.entry li.new {
    position: relative;
  }
  #entry .inner ul.entry li.new:before {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    display: inline-block;
    background: #f9eb21;
    padding: 3px 15px;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
  }
  #entry .inner ul.entry:before {
    content: '';
    width: 314px;
    display: block;
    -webkit-order: 1;
    -ms-flex-order: 1;
        order: 1;
  }
  #entry .inner ul.entry:after {
    content: '';
    width: 314px;
    display: block;
  }
  #entry .inner .btnBox {
    text-align: center;
  }

  .sub #entry {
    padding-top: 40px;
    margin-bottom: 0;
  }

  a.btn {
    display: inline-block;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 65px;
    position: relative;
  }
  a.btn:after {
    transition: ease 0.3s;
    pointer-events: none;
    content: '';
    background: url(../images/ico/arrow.svg) no-repeat center;
    width: 56px;
    height: 14px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -28px;
  }
  a.btn:hover:after {
    right: -35px;
  }

  #pickup {
    background: url(../images/bg_pickup.jpg) center;
    background-size: cover;
    padding-bottom: 60px;
  }
  #pickup .inner {
    padding-top: 60px;
    position: relative;
  }
  #pickup .inner h2 {
    font-size: 50px;
    text-align: center;
    letter-spacing: 0.05em;
    position: absolute;
    top: -40px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #pickup .inner ul.pickupslider {
    left: -225px;
  }
  #pickup .inner ul.pickupslider li .imgClm {
    position: relative;
    width: 413px;
    height: 300px;
    background: #000;
    overflow: hidden;
  }
  #pickup .inner ul.pickupslider li .imgClm:after {
    z-index: 10;
    position: absolute;
    content: '';
    right: -36px;
    top: 50%;
    margin-top: -15px;
    background: url(../images/ico/ico_dot.png) no-repeat center;
    width: 6px;
    height: 30px;
    background-size: cover;
  }
  #pickup .inner ul.pickupslider li .imgClm a {
    width: 100%;
    height: 100%;
  }
  #pickup .inner ul.pickupslider li .imgClm a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #pickup .inner ul.pickupslider li a {
    display: block;
    transition: ease 0.3s;
  }
  #pickup .inner ul.pickupslider li a:hover {
    opacity: 0.7;
  }
  #pickup .inner ul.pickupslider li .txtClm {
    background: #fff;
    padding: 15px;
  }
  #pickup .inner ul.pickupslider li .txtClm span {
    display: inline-block;
    letter-spacing: 0.05em;
  }
  #pickup .inner ul.pickupslider li .txtClm span.cate {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #pickup .inner ul.pickupslider li .txtClm span.time {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
  }
  #pickup .inner ul.pickupslider li .txtClm span.time:before {
    left: 0;
    top: 50%;
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: -1px;
  }
  #pickup .inner ul.pickupslider li .txtClm h3 {
    height: 64px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.005em;
  }

  .sub #pickup {
    background: #fff;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
    margin-bottom: 60px;
  }

  #footer {
    background: #000;
    color: #fff;
    padding: 73px 0;
  }
  #footer .inner {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #footer .inner .prof {
    padding-right: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #footer .inner .prof .imgClm {
    width: 190px;
    min-width: 190px;
    margin-right: 40px;
  }
  #footer .inner .prof .txtClm h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #footer .inner .prof .txtClm h4 span {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
  }
  #footer .inner .prof .txtClm p {
    font-size: 14px;
    letter-spacing: 0.005em;
    margin-bottom: 25px;
    line-height: 1.9;
  }
  #footer .inner .prof .txtClm p:last-of-type {
    margin: 0;
  }
  #footer .inner .video {
    width: 540px;
    min-width: 540px;
    padding-left: 85px;
  }
  #footer .inner .video .cap {
    font-size: 14px;
    letter-spacing: 0.005em;
    font-weight: bold;
    margin-top: 15px;
  }

  #copy {
    padding: 20px 0 18px;
  }
  #copy .copy {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }

  .a2a_floating_style.a2a_vertical_style {
    top: 50% !important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #pageMeta .inner {
    width: 100%;
    max-width: 1350px;
    margin: 60px auto 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  #pageMeta .inner .cateList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 1;
    font-weight: 600;
  }
  #pageMeta .inner .cateList li {
    margin: 0 10px 10px 0;
  }
  #pageMeta .inner .cateList li a {
    display: inline-block;
    padding: 6px 15px;
  }
  #pageMeta .inner .cateList li.current-cat a {
    background: #f6e821;
    border-radius: 20px;
  }
  #pageMeta .inner .datettl {
    font-size: 40px;
    font-weight: bold;
  }
  #pageMeta .inner .archives {
    width: 150px;
    min-width: 150px;
    position: relative;
    text-align: right;
    margin-left: auto;
  }
  #pageMeta .inner .archives h4 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
    width: 142px;
    text-align: center;
    cursor: pointer;
  }
  #pageMeta .inner .archives h4 span {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 10px;
  }
  #pageMeta .inner .archives .archiveList {
    position: absolute;
    z-index: 50;
    top: 100%;
    right: 0;
    text-align: left;
    padding-top: 1px;
    width: 142px;
    height: 300px;
    overflow-y: auto;
    transition: ease 0.2s;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    opacity: 0;
  }
  #pageMeta .inner .archives .archiveList ul {
    background: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: bold;
  }
  #pageMeta .inner .archives .archiveList ul li a {
    display: block;
    padding: 5px 0 5px 20px;
    transition: 0.2s;
  }
  #pageMeta .inner .archives .archiveList ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #pageMeta .inner .archives .archiveList.open {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  #pager {
    margin-bottom: 100px;
  }
  #pager .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
  }
  #pager .inner a, #pager .inner span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding: 10px 10px 8px;
    border: 1px solid #000;
    letter-spacing: 0;
    margin: 0 5px 10px;
    transition: 0.2s;
  }
  #pager .inner span.current, #pager .inner a:hover {
    background: #000;
    color: #fff;
  }

  #footerSearch {
    background: url(../images/bg_search.jpg) center;
    background-size: cover;
    padding: 55px 0;
  }
  #footerSearch .boxInner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  #footerSearch .boxInner #searchform {
    display: block;
    margin-bottom: 30px;
  }
  #footerSearch .boxInner #searchform p {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #c9c9c9 inset;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #footerSearch .boxInner #searchform p input[type=text] {
    padding: 5px 10px;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    width: 590px;
    font-size: 15px;
  }
  #footerSearch .boxInner #searchform p input[type=submit] {
    background: #4d4d4d;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    padding: 5px 10px 4px;
    margin-left: auto;
    border-radius: 5px;
  }
  #footerSearch .boxInner .tagBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  #footerSearch .boxInner .tagBox a {
    padding: 5px 15px;
    background: #fff;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
  }
  #footerSearch .boxInner .tagBox a:before {
    content: '# ';
  }

  #container {
    width: 100%;
    max-width: 1350px;
    margin: 55px auto 100px;
    overflow: hidden;
  }
  #container #main {
    float: left;
    width: 870px;
  }
  #container #side {
    float: right;
    width: 314px;
  }

  #side .related {
    margin-bottom: 60px;
  }
  #side .related ul li {
    margin-bottom: 30px;
  }
  #side .related ul li a {
    display: block;
    transition: 0.2s;
  }
  #side .related ul li a:hover {
    opacity: 0.6;
  }
  #side .related ul li .imgClm {
    width: 100%;
    height: 225px;
    overflow: hidden;
    background: #000;
    margin-bottom: 15px;
  }
  #side .related ul li .imgClm a {
    height: 225px;
  }
  #side .related ul li .imgClm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #side .related ul li .txtClm .meta {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #side .related ul li .txtClm .meta .time {
    display: inline-block;
    margin-right: 10px;
  }
  #side .related ul li .txtClm h3 {
    font-size: 16px;
    letter-spacing: 0.005em;
    font-weight: bold;
  }
  #side .sideBnr ul li {
    margin-bottom: 20px;
    background: #000;
  }
  #side .sideBnr ul li a {
    transition: 0.2s;
    display: block;
  }
  #side .sideBnr ul li a:hover {
    opacity: 0.6;
  }

  #single .inner .meta {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #single .inner .meta .time {
    display: inline-block;
    margin-right: 20px;
  }
  #single .inner .ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #single .inner .content {
    font-size: 16px;
    line-height: 1.8;
    /* editor */
    /* img */
    /* clearfix */
  }
  #single .inner .content h2, #single .inner .content h3, #single .inner .content h4, #single .inner .content h5 {
    font-weight: bold;
    margin: 1.5em 0 0.5em;
  }
  #single .inner .content p, #single .inner .content ul {
    display: block;
    margin: 1em 0;
    font-size: 16px;
  }
  #single .inner .content strong {
    font-weight: bold;
  }
  #single .inner .content em {
    font-style: italic;
  }
  #single .inner .content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  #single .inner .content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #single .inner .content .alignright {
    float: right;
  }
  #single .inner .content .alignleft {
    float: left;
  }
  #single .inner .content img[class*="wp-image-"],
  #single .inner .content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
  #single .inner .content .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  #single .inner .content .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  #single .inner .content .bx-wrapper {
    margin-bottom: 30px !important;
  }
  #single .inner .content .bxslider li {
    text-align: center;
  }
  #single .inner .content .bxslider li img {
    margin: 0 auto;
  }
  #single .inner .content a {
    text-decoration: underline;
  }
  #single .inner .content a:hover {
    text-decoration: none;
  }

  #gallerySec {
    padding: 60px 0 45px;
    margin-bottom: 0px;
  }
  #gallerySec .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  #gallerySec .inner ul.junl_tab {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 40px;
  }
  #gallerySec .inner ul.junl_tab li {
    margin: 0 10px 10px 0;
  }
  #gallerySec .inner ul.junl_tab li a {
    display: inline-block;
    padding: 6px 18px;
  }
  #gallerySec .inner ul.junl_tab li.current-cat a {
    background: #f6e821;
    border-radius: 20px;
  }
  #gallerySec .inner ul.list {
    overflow: hidden;
  }
  #gallerySec .inner ul.list li {
    width: 244px;
    float: left;
    margin: 0 45px 45px 0;
  }
  #gallerySec .inner ul.list li a {
    display: block;
    height: 100%;
    transition: ease 0.3s;
  }
  #gallerySec .inner ul.list li a:hover {
    opacity: 0.6;
  }
  #gallerySec .inner ul.list li .imgClm {
    margin-bottom: 10px;
    background: #000;
    width: 100%;
    height: 340px;
    overflow: hidden;
    text-align: center;
  }
  #gallerySec .inner ul.list li .imgClm img {
    object-fit: cover;
  }
  #gallerySec .inner ul.list li .txtClm .period {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0.005em;
  }
  #gallerySec .inner ul.list li .txtClm h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.005em;
  }
  #gallerySec .inner ul.list li.new {
    position: relative;
  }
  #gallerySec .inner ul.list li.new:before {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    display: inline-block;
    background: #f9eb21;
    padding: 3px 15px;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
  }
  #gallerySec .inner ul.list li:nth-of-type(5n) {
    margin-right: 0;
  }
  #gallerySec .inner .btnBox {
    text-align: center;
  }

  #singleGallery {
    padding: 60px 0 45px;
    margin-bottom: 0px;
  }
  #singleGallery .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  #singleGallery .inner p.ttl {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 40px;
  }
  #singleGallery .inner .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #singleGallery .inner .wrap .imgClm {
    width: 480px;
    min-width: 480px;
  }
  #singleGallery .inner .wrap .txtClm {
    width: 820px;
  }
  #singleGallery .inner .wrap .txtClm .period {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  #singleGallery .inner .wrap .txtClm h1 {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 45px;
  }
  #singleGallery .inner .wrap .txtClm .box {
    margin-bottom: 60px;
  }
  #singleGallery .inner .wrap .txtClm .box h2 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 15px;
  }
  #singleGallery .inner .wrap .txtClm .box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }
  #singleGallery .inner .wrap .txtClm .box:last-of-type {
    margin: 0;
  }
  #singleGallery .inner ul.books {
    margin-top: 90px;
    overflow: hidden;
  }
  #singleGallery .inner ul.books li {
    float: left;
    width: 130px;
    margin: 0 42px 30px 0;
  }
  #singleGallery .inner ul.books li a {
    display: block;
    height: 100%;
    transition: ease 0.3s;
  }
  #singleGallery .inner ul.books li a img {
    widows: 100%;
    height: 100%;
    object-fit: cover;
  }
  #singleGallery .inner ul.books li a:hover {
    opacity: 0.6;
  }
  #singleGallery .inner ul.books li .imgClm2 {
    margin-bottom: 10px;
    background: #000;
    width: 100%;
    height: 184px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
  }
  #singleGallery .inner ul.books li p.bookttl {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.5;
  }
  #singleGallery .inner ul.books li:nth-of-type(5n) {
    margin-right: 0;
  }

  #contact {
    padding: 80px 0 45px;
    margin-bottom: 40px;
  }
  #contact .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  #contact .inner h1 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  #contact .inner .contact {
    width: 620px;
    margin: 0 auto;
  }
  #contact .inner .contact p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
  }
  #contact .inner .contact p input[type=text], #contact .inner .contact p input[type=email], #contact .inner .contact p textarea, #contact .inner .contact p select {
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  }
  #contact .inner .contact p input[type=submit] {
    transition: 0.3s;
    border: 1px solid #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 15px 12px;
    line-height: 1;
    display: inline-block;
    background: #4d4d4d;
    color: #fff;
    border-radius: 8px;
    box-shadow: none;
    letter-spacing: 0.1em;
    cursor: pointer;
  }
  #contact .inner .contact p input[type=submit]:hover {
    background: #fff;
    color: #000;
  }
  #contact .inner .contact p:last-of-type {
    margin-top: 40px;
    margin-bottom: 0;
  }

  /*  shortcode : columns
  /* ------------------------------------ */
  .grid {
    margin-right: 2.1%;
    float: left;
    display: inline;
    position: relative;
  }

  .last {
    clear: right;
    margin-right: 0 !important;
  }

  .one-full {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }

  .one-half {
    width: 48.9%;
  }

  .one-third {
    width: 31.9%;
  }

  .two-third {
    width: 65.9%;
  }

  .one-fourth {
    width: 23.4%;
  }

  .three-fourth {
    width: 74.4%;
  }

  .one-fifth {
    width: 18.3%;
  }

  .two-fifth {
    width: 38.8%;
  }

  .three-fifth {
    width: 59.2%;
  }

  .four-fifth {
    width: 79.6%;
  }

  .content .grid {
    margin-right: 3.2%;
  }

  .content .one-half {
    width: 48.4%;
  }

  .content .one-third {
    width: 31.2%;
  }

  .content .two-third {
    width: 65.6%;
  }

  .content .one-fourth {
    width: 22.6%;
  }

  .content .three-fourth {
    width: 74.2%;
  }

  .content .one-fifth {
    width: 17.4%;
  }

  .content .two-fifth {
    width: 38.1%;
  }

  .content .three-fifth {
    width: 58.7%;
  }

  .content .four-fifth {
    width: 79.4%;
  }

  #subBnr img {
    width: 100% !important;
    height: auto;
  }

  #mv img {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  html, body {
    overflow-x: hidden;
    width: 100%;
  }

  #header {
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #000;
  }
  #header .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  #header .inner .logo {
    -webkit-order: 1;
    -ms-flex-order: 1;
        order: 1;
    width: calc(100vw - 80px);
    width: -webkit-calc(100vw - 80px);
    height: 40px;
    margin-right: auto;
  }
  #header .inner .logo a {
    background: #000;
    display: block;
    padding: 8px 15px;
    height: 40px;
  }
  #header .inner .logo a img {
    height: 20px;
    width: auto;
  }
  #header .inner #social {
    border-right: 1px solid #000;
    width: 80px;
    -webkit-order: 2;
    -ms-flex-order: 2;
        order: 2;
  }
  #header .inner #social ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #header .inner #social ul li {
    height: 40px;
    width: 50%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #header .inner #social ul li:first-of-type {
    border-right: 1px solid #000;
  }
  #header .inner #utility {
    width: 80px;
    -webkit-order: 3;
    -ms-flex-order: 3;
        order: 3;
  }
  #header .inner #utility ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #header .inner #utility ul li {
    width: 50%;
    height: 40px;
    text-align: center;
  }
  #header .inner #utility ul li span {
    display: none;
  }
  #header .inner #utility ul li.search {
    background: url(../images/ico/ico_search.png) center no-repeat;
    background-size: auto 25px;
  }
  #header .inner #utility ul li.contact {
    background: url(../images/ico/ico_contact.png) center no-repeat;
    background-size: auto 20px;
  }
  #header .inner #utility ul li.contact a {
    display: block;
    height: 100%;
  }
  #header .inner #utility ul li:first-of-type {
    border-right: 1px solid #000;
  }
  #header .inner #gNavi {
    width: 100%;
    -webkit-order: 4;
    -ms-flex-order: 4;
        order: 4;
  }

  #gNavi {
    border-top: 1px solid #000;
  }
  #gNavi > ul.main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: bold;
    position: relative;
  }
  #gNavi > ul.main > li {
    width: 25%;
  }
  #gNavi > ul.main > li:not(:last-of-type) {
    border-right: 1px solid #000;
  }
  #gNavi > ul.main > li > a, #gNavi > ul.main > li > span {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  #gNavi > ul.main > li .sub {
    transition: ease 0.2s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    padding-top: 1px;
    width: 300px;
    top: 100%;
    left: 0;
  }
  #gNavi > ul.main > li .sub ul {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  #gNavi > ul.main > li .sub ul li {
    margin-bottom: 10px;
  }
  #gNavi > ul.main > li .sub ul li:last-of-type {
    margin: 0;
  }
  #gNavi > ul.main > li .sub ul li > a {
    position: relative;
  }
  #gNavi > ul.main > li .sub ul li > a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    top: 100%;
    left: 0;
    transition: 0.3s;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  #gNavi > ul.main > li .sub ul li > a:hover:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #gNavi > ul.main > li:hover .sub {
    opacity: 1;
    visibility: visible;
  }

  #searchBox {
    transition: ease 0.2s;
    -ms-transform: translate(100vw, 0);
    -webkit-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding-top: 1px;
  }
  #searchBox .boxInner {
    background: rgba(201, 201, 201, 0.95);
    padding: 20px 15px;
  }
  #searchBox .boxInner #searchform {
    display: block;
    margin-bottom: 20px;
  }
  #searchBox .boxInner #searchform p {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #c9c9c9 inset;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #searchBox .boxInner #searchform p input[type=text] {
    padding: 5px 10px;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    width: 480px;
    font-size: 13px;
  }
  #searchBox .boxInner #searchform p input[type=submit] {
    background: #4d4d4d;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    padding: 5px 10px 4px;
    margin-left: auto;
    border-radius: 5px;
  }
  #searchBox .boxInner .tagBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  #searchBox .boxInner .tagBox a {
    padding: 5px 15px;
    background: #fff;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
  }
  #searchBox .boxInner .tagBox a:before {
    content: '# ';
  }

  #searchBox.open {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  #mainBnr {
    padding: 40px 0 40px;
  }
  #mainBnr .inner a {
    display: inline-block;
    transition: ease 0.3s;
  }
  #mainBnr .inner a:hover {
    opacity: 0.7;
  }
  #mainBnr .inner a:not(:last-of-type) {
    margin-bottom: 20px;
  }

  #entry {
    padding: 40px 0 40px;
  }
  #entry .inner {
    padding: 0 15px;
  }
  #entry .inner h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #entry .inner ul.entry {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #entry .inner ul.entry li {
    width: 48%;
    margin-bottom: 50px;
  }
  #entry .inner ul.entry li a {
    display: block;
    transition: ease 0.3s;
  }
  #entry .inner ul.entry li a:hover {
    opacity: 0.6;
  }
  #entry .inner ul.entry li .imgClm {
    margin-bottom: 10px;
    background: #000;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  #entry .inner ul.entry li .imgClm img {
    object-fit: cover;
  }
  #entry .inner ul.entry li .txtClm span {
    display: inline-block;
    letter-spacing: 0.05em;
  }
  #entry .inner ul.entry li .txtClm span.cate {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #entry .inner ul.entry li .txtClm span.time {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
  }
  #entry .inner ul.entry li .txtClm span.time:before {
    left: 0;
    top: 50%;
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: -1px;
  }
  #entry .inner ul.entry li .txtClm h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.075em;
  }
  #entry .inner ul.entry li.new {
    position: relative;
  }
  #entry .inner ul.entry li.new:before {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    display: inline-block;
    background: #f9eb21;
    padding: 3px 15px;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 600;
  }
  #entry .inner .btnBox {
    text-align: center;
  }

  a.btn {
    display: inline-block;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px;
    position: relative;
  }
  a.btn:after {
    transition: ease 0.3s;
    pointer-events: none;
    content: '';
    background: url(../images/ico/arrow.svg) no-repeat center;
    width: 56px;
    height: 14px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -28px;
  }
  a.btn:hover:after {
    right: -35px;
  }

  #pickupsp {
    background: url(../images/bg_pickup.jpg) center;
    background-size: cover;
    padding: 20px 0;
  }
  #pickupsp .inner h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  #pickupsp .inner ul.swiper-wrapper li .imgClm {
    background: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #pickupsp .inner ul.swiper-wrapper li a {
    display: block;
    height: 100%;
  }
  #pickupsp .inner ul.swiper-wrapper li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #pickupsp .inner ul.swiper-wrapper li .txtClm {
    background: #fff;
    padding: 10px;
  }
  #pickupsp .inner ul.swiper-wrapper li .txtClm span {
    display: inline-block;
    letter-spacing: 0.05em;
  }
  #pickupsp .inner ul.swiper-wrapper li .txtClm span.cate {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #pickupsp .inner ul.swiper-wrapper li .txtClm span.time {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
  }
  #pickupsp .inner ul.swiper-wrapper li .txtClm span.time:before {
    left: 0;
    top: 50%;
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: -1px;
  }
  #pickupsp .inner ul.swiper-wrapper li .txtClm h3 {
    height: 57px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.075em;
  }

  .sub #pickup {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
  }

  #footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
  }
  #footer .inner {
    padding: 0 15px;
  }
  #footer .inner .prof {
    overflow: hidden;
    margin-bottom: 20px;
  }
  #footer .inner .prof .imgClm {
    width: 30%;
    float: left;
    margin: 0 10px 10px 0;
  }
  #footer .inner .prof .txtClm h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #footer .inner .prof .txtClm h4 span {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
  }
  #footer .inner .prof .txtClm p {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    line-height: 1.9;
  }
  #footer .inner .prof .txtClm p:last-of-type {
    margin: 0;
  }
  #footer .inner .video {
    width: 100%;
  }
  #footer .inner .video .cap {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
  }

  #copy {
    padding: 20px 15px 60px;
  }
  #copy .copy {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }

  #pageMeta {
    margin-top: 20px;
  }
  #pageMeta .inner {
    padding: 0 15px;
  }
  #pageMeta .inner .cateList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #pageMeta .inner .cateList li {
    margin: 0 10px 10px 0;
  }
  #pageMeta .inner .cateList li a {
    display: inline-block;
    padding: 6px 10px;
  }
  #pageMeta .inner .cateList li.current-cat a {
    background: #f6e821;
    border-radius: 20px;
  }
  #pageMeta .inner .datettl {
    font-size: 20px;
    font-weight: bold;
  }
  #pageMeta .inner .archives {
    position: relative;
  }
  #pageMeta .inner .archives h4 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
    width: 142px;
    text-align: center;
    cursor: pointer;
  }
  #pageMeta .inner .archives h4 span {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 10px;
  }
  #pageMeta .inner .archives .archiveList {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    text-align: left;
    padding-top: 1px;
    width: 142px;
    height: 300px;
    overflow-y: auto;
    transition: ease 0.2s;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    opacity: 0;
  }
  #pageMeta .inner .archives .archiveList ul {
    background: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: bold;
  }
  #pageMeta .inner .archives .archiveList ul li a {
    display: block;
    padding: 5px 0 5px 20px;
    transition: 0.2s;
  }
  #pageMeta .inner .archives .archiveList ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #pageMeta .inner .archives .archiveList.open {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  #pager {
    margin-bottom: 60px;
  }
  #pager .inner {
    padding: 0 15px;
    text-align: center;
  }
  #pager .inner a, #pager .inner span {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding: 10px 10px 8px;
    border: 1px solid #000;
    letter-spacing: 0;
    margin: 0 5px 10px;
    transition: 0.2s;
  }
  #pager .inner span.current, #pager .inner a:hover {
    background: #000;
    color: #fff;
  }

  #footerSearch {
    background: url(../images/bg_search.jpg) center;
    background-size: cover;
    padding: 20px 0;
  }
  #footerSearch .boxInner {
    padding: 0 15px;
  }
  #footerSearch .boxInner #searchform {
    display: block;
    margin-bottom: 20px;
  }
  #footerSearch .boxInner #searchform p {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #c9c9c9 inset;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  #footerSearch .boxInner #searchform p input[type=text] {
    padding: 5px 10px;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    width: 590px;
    font-size: 13px;
  }
  #footerSearch .boxInner #searchform p input[type=submit] {
    background: #4d4d4d;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    padding: 5px 10px 4px;
    margin-left: auto;
    border-radius: 5px;
  }
  #footerSearch .boxInner .tagBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  #footerSearch .boxInner .tagBox a {
    padding: 5px 15px;
    background: #fff;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
  }
  #footerSearch .boxInner .tagBox a:before {
    content: '# ';
  }

  #container #main {
    margin-bottom: 40px;
  }
  #container #side {
    margin-bottom: 40px;
  }

  #side {
    padding: 0 15px;
  }
  #side .related {
    margin-bottom: 40px;
  }
  #side .related ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #side .related ul li {
    width: 48%;
    margin-bottom: 50px;
  }
  #side .related ul li a {
    display: block;
    transition: ease 0.3s;
  }
  #side .related ul li a:hover {
    opacity: 0.6;
  }
  #side .related ul li .imgClm {
    margin-bottom: 10px;
    background: #000;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  #side .related ul li .imgClm img {
    object-fit: cover;
  }
  #side .related ul li .txtClm span {
    display: inline-block;
    letter-spacing: 0.05em;
  }
  #side .related ul li .txtClm span.cate {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #side .related ul li .txtClm span.time {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
  }
  #side .related ul li .txtClm h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.075em;
  }
  #side .related ul li.new {
    position: relative;
  }
  #side .related ul li.new:before {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    display: inline-block;
    background: #f9eb21;
    padding: 3px 15px;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 600;
  }
  #side .sideBnr ul li {
    text-align: center;
    margin-bottom: 20px;
  }
  #side .sideBnr ul li a {
    transition: 0.2s;
    display: block;
  }
  #side .sideBnr ul li a:hover {
    opacity: 0.6;
  }

  #single {
    margin-bottom: 40px;
    padding: 30px 0;
  }
  #single .inner {
    padding: 0 15px;
  }
  #single .inner .meta {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #single .inner .meta .time {
    display: inline-block;
    margin-right: 20px;
  }
  #single .inner .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #single .inner .content {
    font-size: 12px;
    line-height: 1.8;
    /* editor */
    /* img */
    /* clearfix */
  }
  #single .inner .content h2, #single .inner .content h3, #single .inner .content h4, #single .inner .content h5 {
    font-weight: bold;
    margin: 1.5em 0 0.5em;
  }
  #single .inner .content p, #single .inner .content ul {
    display: block;
    margin: 1em 0;
    font-size: 12px;
  }
  #single .inner .content strong {
    font-weight: bold;
  }
  #single .inner .content em {
    font-style: italic;
  }
  #single .inner .content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  #single .inner .content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #single .inner .content .alignright {
    float: right;
  }
  #single .inner .content .alignleft {
    float: left;
  }
  #single .inner .content img[class*="wp-image-"],
  #single .inner .content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
  #single .inner .content .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  #single .inner .content .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  #single .inner .content .bx-wrapper {
    margin-bottom: 30px !important;
  }
  #single .inner .content .bxslider li {
    text-align: center;
  }
  #single .inner .content .bxslider li img {
    margin: 0 auto;
  }
  #single .inner .content .video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  #single .inner .content .video iframe,
  #single .inner .content .video object,
  #single .inner .content .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #single .inner .content iframe {
    width: 100%;
    height: 56.25vw;
    max-height: 240px;
  }
  #single .inner .content a {
    text-decoration: underline;
  }

  #gallerySec {
    padding: 40px 0 40px;
  }
  #gallerySec .inner {
    padding: 0 15px;
  }
  #gallerySec .inner ul.junl_tab {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #gallerySec .inner ul.junl_tab li {
    margin: 0 10px 10px 0;
  }
  #gallerySec .inner ul.junl_tab li a {
    display: inline-block;
    padding: 6px 18px;
  }
  #gallerySec .inner ul.junl_tab li.current-cat a {
    background: #f6e821;
    border-radius: 20px;
  }
  #gallerySec .inner ul.list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #gallerySec .inner ul.list li {
    width: 48%;
    margin-bottom: 15px;
  }
  #gallerySec .inner ul.list li a {
    display: block;
    height: 100%;
    transition: ease 0.3s;
  }
  #gallerySec .inner ul.list li a:hover {
    opacity: 0.6;
  }
  #gallerySec .inner ul.list li .imgClm {
    margin-bottom: 10px;
    background: #000;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  #gallerySec .inner ul.list li .imgClm img {
    object-fit: cover;
  }
  #gallerySec .inner ul.list li .txtClm .period {
    font-size: 10px;
    margin-bottom: 5px;
  }
  #gallerySec .inner ul.list li .txtClm h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.075em;
  }
  #gallerySec .inner ul.list li.new {
    position: relative;
  }
  #gallerySec .inner ul.list li.new:before {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    display: inline-block;
    background: #f9eb21;
    padding: 3px 15px;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
  }
  #gallerySec .inner .btnBox {
    text-align: center;
  }

  #singleGallery {
    padding: 40px 0 40px;
  }
  #singleGallery .inner {
    padding: 0 15px;
  }
  #singleGallery .inner p.ttl {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #singleGallery .inner .wrap {
    margin-bottom: 40px;
  }
  #singleGallery .inner .wrap .imgClm {
    margin-bottom: 20px;
  }
  #singleGallery .inner .wrap .txtClm .period {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  #singleGallery .inner .wrap .txtClm h1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #singleGallery .inner .wrap .txtClm .box {
    margin-bottom: 40px;
  }
  #singleGallery .inner .wrap .txtClm .box h2 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 15px;
  }
  #singleGallery .inner .wrap .txtClm .box p {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
  }
  #singleGallery .inner .wrap .txtClm .box:last-of-type {
    margin: 0;
  }
  #singleGallery .inner ul.books {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #singleGallery .inner ul.books li {
    width: 32%;
    margin-bottom: 30px;
  }
  #singleGallery .inner ul.books li a {
    display: block;
    height: 100%;
    transition: ease 0.3s;
  }
  #singleGallery .inner ul.books li a:hover {
    opacity: 0.6;
  }
  #singleGallery .inner ul.books li .imgClm {
    margin-bottom: 10px;
    background: #000;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
  }
  #singleGallery .inner ul.books li .imgClm img {
    object-fit: cover;
  }
  #singleGallery .inner ul.books li p.bookttl {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
  }
  #singleGallery .inner ul.books:before {
    content: '';
    width: 32%;
    display: block;
    -webkit-order: 1;
    -ms-flex-order: 1;
        order: 1;
  }
  #singleGallery .inner ul.books:after {
    content: '';
    width: 32%;
    display: block;
  }

  #contact {
    padding: 40px 0 4px;
  }
  #contact .inner {
    padding: 0 15px;
  }
  #contact .inner h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #contact .inner .contact p {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 20px;
  }
  #contact .inner .contact p input[type=text], #contact .inner .contact p input[type=email], #contact .inner .contact p textarea, #contact .inner .contact p select {
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 5px;
    font-size: 13px;
    letter-spacing: 0.05em;
    border: 1px solid #000;
  }
  #contact .inner .contact p input[type=submit] {
    transition: 0.3s;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px 5px;
    line-height: 1;
    display: inline-block;
    background: #fff;
    color: #000;
    box-shadow: none;
    letter-spacing: 0.1em;
    cursor: pointer;
  }
  #contact .inner .contact p input[type=submit]:hover {
    background: #000;
    color: #fff;
  }

  /*  shortcode : columns
  /* ------------------------------------ */
  .grid {
    margin-right: 2.1%;
    float: left;
    display: inline;
    position: relative;
  }

  .last {
    clear: right;
    margin-right: 0 !important;
  }

  .one-full {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }

  .one-half {
    width: 48.9%;
  }

  .one-third {
    width: 31.9%;
  }

  .two-third {
    width: 65.9%;
  }

  .one-fourth {
    width: 23.4%;
  }

  .three-fourth {
    width: 74.4%;
  }

  .one-fifth {
    width: 18.3%;
  }

  .two-fifth {
    width: 38.8%;
  }

  .three-fifth {
    width: 59.2%;
  }

  .four-fifth {
    width: 79.6%;
  }

  .content .grid {
    margin-right: 3.2%;
  }

  .content .one-half {
    width: 48.4%;
  }

  .content .one-third {
    width: 31.2%;
  }

  .content .two-third {
    width: 65.6%;
  }

  .content .one-fourth {
    width: 22.6%;
  }

  .content .three-fourth {
    width: 74.2%;
  }

  .content .one-fifth {
    width: 17.4%;
  }

  .content .two-fifth {
    width: 38.1%;
  }

  .content .three-fifth {
    width: 58.7%;
  }

  .content .four-fifth {
    width: 79.4%;
  }
}
.content p img {
  margin: 0 0 20px 0;
}

.content h2 {
  font-size: 24px !important;
  font-weight: bold;
}

.kami_col {
  padding-top: 60px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.kami_col .h3 {
  font-size: 23px;
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #000;
  margin-top: 80px;
}

.imghlder {
  margin: 20px 0 40px 0;
}

.imghlder .caption {
  font-size: 10px;
  text-align: center;
  font-weight: normal;
}

.k_col, .w_col {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.k_col p, .w_col p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.7;
}

.k_col .h4, .w_col .h4 {
  font-size: 23px;
  line-height: 1.7;
}

.k_col img {
  float: right;
  margin: 0px 0 20px 40px;
}

.k_col .comnt {
  float: left;
  margin: 20px 0 20px 0px;
  width: 430px;
}

.w_col img {
  float: left;
  margin: 0px 40px 20px 0px;
}

.w_col .comnt {
  float: right;
  margin: 20px 0px 20px 0;
  width: 430px;
  color: #d4145a;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 321px) and (max-device-width: 900px) {
  .k_col img {
    float: right;
    margin: 0px 0px 20px 0px;
  }

  .w_col img {
    float: left;
    margin: 0px 0 20px 0px;
  }

  .w_col .comnt {
    display: block;
    margin: 0;
    width: 100%;
    color: #d4145a;
  }

  .k_col .comnt {
    display: block;
    margin: 0;
    width: 100%;
  }

  .resp {
    height: 140px !important;
  }
}
.tojo {
  border: 3px solid #ccc;
  padding: 20px 20px 40px 20px;
}

.tojo_ttl {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-bottom: 4px;
}

.tojo_chara_hld {
  margin-top: 15px;
  width: 260px;
  float: left;
  height: auto;
}

.tojo_disc {
  width: 260px;
  display: block;
}

.tojo_chara_hld .tojo_disc img {
  float: left;
  width: 60px;
}

.tojo_blc {
  width: 160px;
  display: inline-block;
  height: 60px;
  margin: 0 0 20px 20px;
  line-height: 30px;
}

.tojo_name {
  font-weight: bold;
}

.tojo_blc span {
  font-size: 10px;
  letter-spacing: 0;
}

.tojo_blc2 {
  width: 260px;
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (max-device-width: 767px) {
  .tojo_chara_hld {
    width: 100% !important;
  }

  .tojo_disc {
    width: 100% !important;
  }

  .tojo_blc2 {
    width: 100% !important;
  }
}
.setsumei_col {
  font-weight: bold;
  width: 100%;
  padding-bottom: 35px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: url("http://www.haratetsuo.com/wp-content/uploads/kamiyama/bg.gif");
}

.setsumei_col .col_inside {
  width: 100%;
  padding: 35px;
}

.col_ttl_hld {
  font-size: 30px;
  padding: 35px 0 10px 35px;
}

.col_ttl_hld span {
  background: #001377;
  color: #ffffff;
  padding: 10px 20px;
}

.setsumei_col .col_inside_img {
  padding: 20px 35px 0px 35px;
}

.set_crdt {
  font-size: 9px;
  padding: 0px 35px 20px 35px;
  text-align: right;
}

.setsumei_col .col_inside_txt {
  margin: 0px 35px 0px 35px;
  padding: 30px 20px 20px 20px;
  background: #fff;
  color: #d4145a;
  letter-spacing: 0 !important;
  line-height: 1.6;
}

.float_30p {
  float: left;
  width: 30%;
}

.float_70p {
  float: left;
  width: 70%;
}

.set_title {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
}

.set_p {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

@media screen and (max-device-width: 767px) {
  .setsumei_col {
    padding-bottom: 10px;
  }

  .col_ttl_hld {
    font-size: 18px;
    padding: 10px 0 10px 10px;
  }

  .col_ttl_hld span {
    background: #001377;
    color: #ffffff;
    padding: 5px 10px;
  }

  .setsumei_col .col_inside {
    width: 100%;
    padding: 10px;
  }

  .setsumei_col .col_inside_img {
    padding: 20px 10px 0px 10px;
  }

  .setsumei_col .col_inside_txt {
    margin: 0px 10px 0px 10px;
    padding: 30px 10px 20px 10px;
  }

  .set_crdt {
    padding: 0px 10px 20px 10px;
    text-align: right;
  }

  .set_title {
    padding-bottom: 10px;
  }
}
.colorx {
  color: #1b2b7a !important;
}

/* ---- main_img start ---- */
div #main_img.sum p.set_chara_b {
  width: 100%;
  height: 100%;
  top: -760px;
  left: -700px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
}

div #main_img.sum p.txt_01_b {
  bottom: 80px;
  left: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
}

div #main_img.sum p.txt_02_b {
  bottom: 20px;
  left: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
}

div #main_img.sum p.txt_03_b {
  width: 1000%;
  height: 1000%;
  top: -1360px;
  left: -2000px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
}

/* ---- main_img end ---- */
h2 {
  line-height: 1.6 !important;
}

/* ---- 母体CSSと絡む CCDN edit ---- */
.entry-title {
  font-weight: bold;
}

/* ---- リストページ CCDN edit ---- */
.entry-part .fix .head_unit {
  margin-bottom: 5px !important;
}

/* ---- 下層ページ CCDN edit ---- */
.charaunit {
  margin-top: -30px;
}

div #main_img.sum p.y2016 {
  top: -50px;
  left: 0;
  display: none;
}

/* ---- CCDN edit ---- */
.ninja_onebutton {
  left: 150px !important;
}

.entry {
  overflow: visible !important;
}

#pans_unit ul li {
  background: url("http://www.haratetsuo.com/wp-content/uploads/2014/07/breadbg.png");
  font-size: 12px;
}

.udlineblue {
  border-bottom: 1px dashed #1362dc !important;
}

.outlink {
  color: #333333;
  text-decoration: underline;
  line-height: 1.0;
  font-weight: bold;
  padding: 0 18px 10px 38px;
  display: block;
  background: url("http://www.haratetsuo.com/wp-content/uploads/2014/07/linkmark.png") no-repeat left center;
}

.outlink2 {
  color: #333333;
  text-decoration: underline;
  line-height: 1.0;
  font-weight: bold;
  padding: 0 18px 10px 23px;
  display: block;
  background: url("http://www.haratetsuo.com/wp-content/uploads/2014/07/linkmark2.png") no-repeat left center;
}

.outlink2 a {
  color: #333333 !important;
}

.f28 {
  font-size: 28px;
  line-height: 1.6em !important;
  letter-spacing: 0.06em !important;
}

.f26 {
  font-size: 26px;
  line-height: 1.6em !important;
  letter-spacing: 0.06em !important;
}

.f24 {
  font-size: 24px;
  line-height: 1.6em !important;
  letter-spacing: 0.06em !important;
}

.f22 {
  font-size: 22px;
  line-height: 1.6em !important;
  letter-spacing: 0.06em !important;
}

.f20 {
  font-size: 20px;
  line-height: 1.6em !important;
  letter-spacing: 0.05em !important;
}

.f18 {
  font-size: 18px;
  line-height: 1.6em !important;
  letter-spacing: 0.05em !important;
}

.f16 {
  font-size: 16px;
  line-height: 1.6em !important;
  letter-spacing: 0.05em !important;
}

.f14 {
  font-size: 14px;
  line-height: 1.6em !important;
  letter-spacing: 0.05em !important;
}

.f12 {
  font-size: 12px;
  line-height: 1.6em !important;
  letter-spacing: 0.05em !important;
}

.f10 {
  font-size: 10px;
  line-height: 1.6em !important;
  letter-spacing: 0.05em !important;
}

.ps10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ps5 {
  padding-left: 5px;
  padding-right: 4px;
}

.p30 {
  padding: 30px;
}

.p20 {
  padding: 20px;
}

.p10 {
  padding: 10px;
}

.p5 {
  padding: 5px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.picon {
  padding: 2px 4px 0 5px;
  margin-bottom: -15px;
}

.m30 {
  margin: 30px;
}

.m20 {
  margin: 20px;
}

.m10 {
  margin: 10px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.ml20 {
  margin-left: 20px;
}

.ml10 {
  margin-left: 10px;
}

.ml5 {
  margin-left: 5px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-10 {
  margin-top: -10px;
}

.mt150 {
  margin-top: 150px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb60 {
  margin-bottom: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.bld {
  font-weight: bold;
}

.udline {
  border-bottom: 1px dotted #333;
}

.fwht {
  color: #fff !important;
}

.fblk {
  color: #000 !important;
}

.fred {
  color: #c80000 !important;
}

.fblue {
  color: #1362dc !important;
}

.bblk {
  background-color: #000;
}

.bred {
  background-color: #c80000;
}

.byel {
  background-color: #FFF500;
}

.space40 {
  padding: 20px;
}

.space30 {
  padding: 15px;
}

.space20 {
  padding: 10px;
}

.space10 {
  padding: 5px;
}

.space-80 {
  padding: -80px;
}

.space-40 {
  padding: -20px;
}

.spaec-30 {
  padding: -15px;
}

.space-20 {
  padding: -10px;
}

.space-10 {
  padding: -5px;
}

.height100 {
  height: 250px !important;
}

@media screen and (max-device-width: 767px) {
  /*.height100 {height:0px!important}*/
}
/*add present20140724*/
table.present20140724 th {
  background: #ededed !important;
  border: 1px solid #ccc;
}

table.present20140724 td {
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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