html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
 }
ol, ul { list-style: none; }
img { border: 0; }
svg { vertical-align: bottom; }
a { color: #2a2a2a; }
a:hover { color: #e94735; }
.wp-block-image figcaption {
font-size: 14px!important;
}
.pc-none { display: none; }
.sp-none { display: block; }

@media only screen and (max-width: 810px) {
.pc-none { display: block; }
.sp-none { display: none; }
}

/* table */
table
{
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  box-sizing: border-box;
}

/* margin padding */
.mg0 { margin: 0 !important; }
.mg8 { margin: 8px !important; }
.mg20 { margin: 20px !important; }
.mg40 { margin: 40px !important; }
.mgt0 { margin-top: 0px !important; }
.mgt8 { margin-top: 8px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt40 { margin-top: 40px !important; }
.mgl0 { margin-left: 0px !important; }
.mgl8 { margin-left: 8px !important; }
.mgl20 { margin-left: 20px !important; }
.mgl40 { margin-left: 40px !important; }
.mgr20 { margin-right: 20px !important; }
.pd0 { padding: 0px !important; }
.pd8 { padding: 8px !important; }
.pd20 { padding: 20px !important; }
.pd40 { padding: 40px !important; }
.pdt0 { padding-top: 0px !important; }
.pdt8 { padding-top: 8px !important; }
.pdt20 { padding-top: 20px !important; }
.pdt40 { padding-top: 40px !important; }
.w100p { width: 100% !important; }
.w250 { width: 250px !important; }
.w900 { width: 900px !important; }

/* font */
.fs0 { font-size: 0; }
.fs10 { font-size: 10px !important; }
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs24 { font-size: 24px !important; }
.bold { font-weight: bold !important; }
.cap {
  margin-top: 8px;
  font-size: 13px;
}

/* position */
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center; }

.txt-ind {
  text-indent: -1em;
  padding-left: 1em;
}
a img:hover { opacity: 0.8; }

/* clearfix(CSS Hack) */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}

/* navToggle */
.menu-ttl {
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 5px 8px;
}
.tag {
  margin-top: 8px;
  font-size: 12px;
}
.tag a {
  display: inline-block;
  text-decoration: none;
  margin: 2px;
  padding: 4px;
  border: 1px #eee solid;
  border-radius: 5px;
}
.tag a:hover {
  background: #eee;
}
.navToggle {
  display: block;
  position: fixed;
  right: 0px;
  top: 0;
  width: 60px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
} 
.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 15px;
font-weight: bold;
} 
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 16px;
}
.navToggle span:nth-child(3) {
  top: 23px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  top: 34px;
}
.navToggle.active span:nth-child(1) {
  width: 30px;
  top: 18px;
left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  width: 30px;
  top: 18px;
left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 50px;
  left: 0;
  color: #2a2a2a;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  box-shadow: 10px -4px 10px 10px rgba(0,0,0,0.3);
}
nav.globalMenuSp ul {
  margin: 0 0 0 auto;
  padding: 16px;
  width: 300px;
  border-radius: 0 0 0 6px;
  height: 450px;
  overflow: auto;
}
nav.globalMenuSp ul li {
  font-size: 16px;
  line-height: 1.3;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
nav.globalMenuSp ul li.submenu {
  font-size: 14px;
  padding: 0 0 0 7px;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 8px;
  text-decoration: none;
}
nav.globalMenuSp ul li a:hover { color: #2355a7; }
nav.globalMenuSp.active { transform: translateY(0px); }
@media only screen and (max-width: 810px) {
nav.globalMenuSp ul {
  width: 100%;
  height: 100vh;
}
}

/* layout */
.header {
  background: #2a2a2a;
  height: 50px;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
}
.header-logo {
  float: left;
  width: 104px;
  height: 50px;
  padding-top: 14px;
  margin-left: 20px;
  box-sizing: border-box;
}
.header-copy { 
  font-size: 12px;
  float: left;
  line-height: 50px;
  margin-left: 6px;
}
.copyright {
  background: #7d1a29;
  height: 50px;
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 12px;
}
.top-ad {
  background: #fff;
  width: 100%;
  margin-top: 60px;
}
.top-ad p { width: 1024px; margin: 0 auto; }
.contents {
  width: 100%;
  margin: 60px auto 0;
  overflow: hidden;
}
.box-amazon {
  width: 300px;
  float: right;
margin-top: 20px;
}
.main {
  width: calc( 100% - 300px );
    line-height: 2;
    float: left;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 0 5%;
    box-sizing: border-box;
}
.main h1 { font-size: 14px; }
.main h2 {
  font-size: 28px;
  margin: 60px 0 30px 0;
  line-height: 1.5;
}
.main h3 {
  font-size: 18px;
  margin: 36px 0 26px;
  padding-left: 12px;
  border-left: 2px #333 solid;
  line-height: 1.5;
}
.main p {
 margin-top: 26px;
 letter-spacing: 1px;
 line-height: 2;
}
.side {
  width: 300px;
  float: right;
}
.side-ad { text-align: center; }
@media only screen and (max-width: 810px) {
  .header-logo {
  margin-left: 10px;
}
.header-copy { 
  font-size: 10px;
}
  .top-ad p { width: 100%; margin: 0 auto; }
  .top-ad img { width: 100%; }
  .contents { width: 100%; padding: 0 10px; box-sizing: border-box; margin: 60px auto 0;}
.box-amazon {
    width: 100%;
    float: none;
  }
  .main {
    width: 100%;
    float: none;
  }
.main p { margin-top:1em; }
.main img { width: 100%; height: auto; }
  .side {
    width: 100%;
    float: none;
padding-top: 32px;
  }
}

.box-sns {
  overflow: hidden;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.btn-tw {
  display: block;
  width: 50%;
  line-height: 60px;
  background: #1e83c1;
  color: #fff;
  border-radius: 2px;
  border-bottom: 3px #27b4ee solid;
  text-align: center;
  text-decoration: none;
  float: left;
}
.btn-fb {
  display: block;
  width: 50%;
  line-height: 60px;
  background: #3b5998;
  color: #fff;
  border-radius: 2px;
  border-bottom: 3px #5276b7 solid;
  text-align: center;
  text-decoration: none;
  float: left;
  margin-left: 20px;
}
.btn-tw:hover { color: #fff; background: #27b4ee; }
.btn-fb:hover { color: #fff; background: #5276b7; }
@media only screen and (max-width: 810px) {
  .btn-tw {
    width: 100%;
    line-height: 60px;
    float: none;
  }
  .btn-fb {
    width: 100%;
    line-height: 60px;
    float: none;
    margin-left: 0;
  }
}

/* page top */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 1;
}
#pageTop i { padding-top: 11px }
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  width: 60px;
  height: 50px;
  background-color: rgba(0,0,0,0.3);
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
line-height: 50px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 1000px) {
    body { padding-bottom: 60px; }
  #pageTop {
  bottom: 60px;
}
}