@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/*button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}*/
/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

body {
  font-family: 'Noto Sans JP',Helvetica, Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-weight: 400;
  font-size: 14px; }

img {
  max-width: 100%;
  height: auto; }

.btn a, #btn-inq a, .btn-submit button {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F29100;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: .3s;
  	/*&:after {
    		box-sizing: border-box;
  	}*/ }
  .btn a:before, #btn-inq a:before, .btn-submit button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .btn a:before, #btn-inq a:before, .btn-submit button:before {
    background: #F29100;
    z-index: -1;
    transition: transform ease .3s, opacity .3s;
    transform: scale(0);
    opacity: 0;
    border-radius: 20px; }
  .btn a:hover, #btn-inq a:hover, .btn-submit button:hover {
    color: #fff; }
    .btn a:hover:before, #btn-inq a:hover:before, .btn-submit button:hover:before {
      transform: scale(1);
      opacity: 1; }

.btn-submit, .btn {
  margin: 18px 0; }

.btn a {
  font-size: 18px;
  color: #000;
  width: auto;
  /*height:48px;*/
  border-radius: 24px;
  padding: 15px 40px;
  font-weight: 500; }

.btn-submit button {
  font-size: 16px;
  color: #000;
  width: auto;
  height: 46px;
  border-radius: 23px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500; }

#btn-inq a,
.btn.mini a {
  font-size: 12px;
  color: #F29100;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  padding: 0;
  margin: 0; }
  #btn-inq a:hover,
  .btn.mini a:hover {
    color: #fff; }
  @media screen and (max-width: 759px) {
    #btn-inq a,
    .btn.mini a {
      width: 130px;
      font-size: 11px; } }

.btn a {
  position: relative; }
.btn.lg a {
  width: 600px;
  max-width: 100%; }
.btn.md a {
  width: 480px;
  max-width: 100%; }
.btn.sm a {
  width: 280px;
  max-width: 100%; }
.btn.right a {
  margin-right: 0; }
.btn.center {
  text-align: center; }
  .btn.center a {
    margin-left: auto;
    margin-right: auto; }
.btn.arrow a {
  padding-right: 60px;
  padding-left: 30px; }
  .btn.arrow a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    background: url("../img/mark-circlearrow-fill.svg") no-repeat 0 0;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    z-index: 1; }
  .btn.arrow a:hover:after {
    background-image: url(../img/mark-circlearrow.svg); }
.btn.dl a {
  padding: 10px 30px 10px 50px;
  border-color: #F29100;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
  padding-right: 32px;
  /*&:hover {
  	background: none;
  	border-color: $color-orange;
  }*/
  /*#kakuzai & {
  	padding: 10px 20px 10px 40px;
  	min-width: 0;
  	&:after { left: 10px;}
  }*/ }
  .btn.dl a:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 14px;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    background: url("../img/icon-dl-a.svg") no-repeat 0 0;
    background-size: 100% auto; }
  .btn.dl a:after {
    right: auto;
    left: 15px; }
  .btn.dl a:hover:before {
    border-radius: 10px;
    border-color: #F29100; }
  .btn.dl a:hover:after {
    background-image: url("../img/icon-dl-w.svg"); }
  @media screen and (max-width: 1099px) {
    .btn.dl a {
      display: block;
      margin: 10px auto;
      padding: 10px 40px 10px 20px; }
      .btn.dl a:after {
        left: auto;
        right: 10px; } }

.text {
  line-height: 1.7; }

.image-box {
  display: flex; }
  .image-box .image {
    width: 220px; }
  .image-box .text {
    flex: 1; }
  .image-box > * + * {
    margin-left: 40px; }
  @media screen and (max-width: 759px) {
    .image-box {
      display: block; }
      .image-box .image {
        width: 100%; }
        .image-box .image img {
          display: block;
          margin: auto; }
      .image-box > * + * {
        margin-left: 0;
        margin-top: 20px; } }

.col2 {
  display: flex;
  flex-wrap: wrap; }
  .col2 > * {
    width: calc(100% / 2); }
    @media screen and (max-width: 759px) {
      .col2 > * {
        width: 100%; } }

.col3 {
  display: flex;
  flex-wrap: wrap; }
  .col3 > * {
    width: calc(100% / 3); }
    @media screen and (max-width: 759px) {
      .col3 > * {
        width: 100%; } }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.list-arrow:after {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
  -ms-transform: rotate(-45deg) skew(10deg, 10deg);
  transform: rotate(-45deg) skew(10deg, 10deg);
  width: 0.6em;
  height: 0.6em;
  border-color: #F29100;
  border-style: solid;
  border-width: 0 2px 2px 0; }
.list-arrow.right:after {
  left: auto;
  right: 0.3em; }

.linkmark li {
  position: relative; }
  .linkmark li:before, .linkmark li:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 22px;
    height: 22px;
    z-index: 1; }
  .linkmark li:before {
    border-radius: 11px;
    background-color: #FFF;
    border: #F29100 solid 1px;
    transition: transform ease .7s, opacity .3s;
    top: 50%;
    transform: translate(0, -50%); }
  .linkmark li:after {
    border-radius: 11px;
    background-color: #F29100;
    border: #F29100 solid 1px;
    transition: transform ease .7s, opacity .3s;
    top: 50%;
    transform: translate(0, -50%); }
  .linkmark li:hover:after {
    transform: scale(0); }

.mark a {
  position: relative;
  display: block; }
  .mark a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
.mark.arrow a:after {
  width: 5px;
  height: 10px;
  background: url("../img/mark-arrow.svg") no-repeat 0 0;
  background-size: 100% auto; }
.mark.arrow.bottom a {
  padding: 15px 10px 30px; }
  .mark.arrow.bottom a:after {
    top: auto;
    bottom: 5px;
    right: 50%;
    transform: translate(50%, 0) rotate(90deg);
    width: 10px;
    height: 20px; }
.mark.arrow.btn a:after {
  right: 15px; }
.mark.circle a:after {
  width: 22px;
  height: 22px; }
.mark.circle a:after, .mark.circle.fill a:hover:after {
  background-image: url("../img/mark-circlearrow.svg"); }
.mark.circle a:hover:after, .mark.circle.fill a:after {
  background-image: url("../img/mark-circlearrow-fill.svg"); }

.link.btn > * {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  border-radius: 25px;
  border: #F29100 solid 1px; }
  .link.btn > * p {
    padding-right: 0 !important; }
.link.btn a {
  background-color: #fff; }
  .link.btn a:after {
    right: 10px; }

@media screen and (max-width: 759px) {
  .link.spbtn > * {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 50px;
    border-radius: 25px;
    border: #F29100 solid 1px; }
    .link.spbtn > * p {
      padding-right: 0 !important; } }

@media screen and (max-width: 759px) {
  .mark.circle.arrow.spbtn > *:after {
    background-image: url("../img/mark-circlearrow-fill.svg");
    right: 12px; }
  .mark.circle.arrow.spbtn > *:hover:after {
    background-image: url("../img/mark-circlearrow.svg"); } }

.listmark {
  margin-left: 0.5em; }
  .listmark li {
    position: relative;
    padding-left: 1.5em; }
    .listmark li + li {
      margin-top: 0.5em; }
  .listmark.mark li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    hegiht: 1em; }
  .listmark.disc {
    margin-top: 0.5em;
    margin-bottom: 1em; }
    .listmark.disc li {
      padding-left: 0.5em; }
      .listmark.disc li:before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        width: 0.2em;
        height: 0.2em;
        border-radius: 0.1em;
        background-color: #000; }

.view-sp {
  display: none; }
  @media screen and (max-width: 759px) {
    .view-sp {
      display: block; }
      .view-sp.inline {
        display: inline-block; } }

.view-tb {
  display: none; }
  @media screen and (max-width: 1099px) {
    .view-tb {
      display: block; }
      .view-tb.inline {
        display: inline-block; } }

.hontai-logomark a {
  display: block;
  width: 100%;
  height: 100px;
  background: url("../img/logo-hontai-mark.svg") no-repeat 50% 0;
  background-size: auto 100%;
  transition: .3s; }
  @media screen and (max-width: 1099px) {
    .hontai-logomark a {
      width: 60px;
      height: 75px; } }

.hontai-logo img {
  display: block;
  margin: 0 auto; }
@media screen and (min-width: 1100px) {
  .hontai-logo {
    height: 100px; }
    .hontai-logo img {
      width: auto;
      height: 100%; } }
@media screen and (max-width: 1099px) {
  .hontai-logo {
    width: 80px;
    height: 19px;
    margin-left: 10px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: .3s; }
  @media screen and (min-width: 1100px) {
    header {
      background-color: #F8F6F4;
      width: 120px;
      height: 100%;
      border-right: solid 2px #F29100; } }
  @media screen and (max-width: 1099px) {
    header {
      background-color: #fff;
      width: 100%;
      height: 100px; }
      header.min {
        margin-top: -100px; } }
  header #header-inner {
    display: flex; }
    @media screen and (min-width: 1100px) {
      header #header-inner {
        /* 左縦ナビを等間隔に */
        justify-content: space-between;
        flex-direction: column;
        height: 100%;
        max-height: 650px;
        min-height: 420px;
        padding: 30px 0; } }
    @media screen and (max-width: 1099px) {
      header #header-inner {
        height: 100%;
        align-items: center;
        padding-left: 20px; } }
  @media screen and (min-width: 1100px) {
    header #header-sub {
      display: flex;
      flex-direction: column; }
      header #header-sub #sns {
        order: 1; } }
  @media screen and (max-width: 1099px) {
    header #header-sub {
      /* SP時はスライドに */
      position: fixed;
      z-index: 999;
      top: 0;
      right: -80%;
      width: 80%;
      height: 100%;
      /*ナビの高さ*/
      background: #fff;
      transition: all 0.6s;
      padding: 50px 20px 20px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      header #header-sub.panelactive {
        right: 0; } }
  header .nav-cover {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  header.panelactive {
    z-index: 3; }
    header.panelactive #header-sub {
      right: 0; }
    header.panelactive .nav-cover {
      display: block; }
  header #langage {
    width: 60px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    font-size: 12px;
    padding: 9px; }
    header #langage a.active, header #langage a:hover {
      color: #F29100; }
    @media screen and (min-width: 1100px) {
      header #langage {
        order: 2;
        margin-top: 25px; } }
    @media screen and (max-width: 1099px) {
      header #langage {
        background-color: #F8F6F4;
        margin-right: 0;
        margin-top: -40px; }
        header #langage.en {
          margin-top: 0; } }
  header #sns {
    display: flex; }
    header #sns > * {
      display: flex;
      justify-content: center;
      align-items: center; }
      header #sns > *#X img {
        height: 15px; }
      header #sns > *#fb img {
        height: 20px; }
      header #sns > *#yt img {
        height: 15px; }
    @media screen and (min-width: 1100px) {
      header #sns {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100px; } }
    @media screen and (max-width: 1099px) {
      header #sns {
        margin-top: 26px; }
        header #sns > * {
          margin-right: 14px; } }
  header .logo-area {
    margin-top: 32px; }
  header #btn-inq {
    position: fixed;
    top: 30px;
    right: 7px; }
  @media screen and (max-width: 1099px) {
    header.min #btn-inq {
      display: none;
      z-index: -1; } }

#g-nav {
  background-color: #fff;
  /*@include tb { font-size: 12px;li { padding: 10px;}}*/ }
  @media screen and (min-width: 1100px) {
    #g-nav {
      position: fixed;
      left: 120px;
      top: 0;
      width: calc(100% - 120px);
      padding-right: 180px; }
      #g-nav a {
        color: #000; }
      #g-nav ul.main-nav {
        height: 100px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-weight: 500;
        z-index: 100; }
        #g-nav ul.main-nav > li {
          padding: 10px 20px; }
          #g-nav ul.main-nav > li .submenu {
            width: 100%;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 100px;
            left: 0;
            top: 90px;
            background-color: #fff;
            z-index: -1;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            border-top: solid 1px #F29100;
            border-bottom: solid 1px #F29100; }
            #g-nav ul.main-nav > li .submenu ul {
              display: flex;
              justify-content: center;
              align-items: center; }
              #g-nav ul.main-nav > li .submenu ul li + li {
                margin-left: 3em; }
          #g-nav ul.main-nav > li:hover .submenu {
            top: 100px;
            visibility: visible;
            opacity: 1; }
        #g-nav ul.main-nav a {
          display: flex;
          height: 100px;
          justify-content: center;
          align-items: center; }
          #g-nav ul.main-nav a.active, #g-nav ul.main-nav a:hover {
            color: #F29100;
            cursor: pointer; } }
  @media screen and (max-width: 1099px) {
    #g-nav ul {
      color: #000;
      margin-bottom: 14px; }
      #g-nav ul.main-nav li {
        border-top: solid 1px #F29100; }
        #g-nav ul.main-nav li span {
          display: block; }
        #g-nav ul.main-nav li a {
          display: block;
          padding: 15px 0;
          font-size: 16px;
          margin-right: 30px; }
      #g-nav ul.main-nav > li:last-child {
        border-bottom: solid 1px #F29100; }
      #g-nav ul .submenu {
        display: none; }
        #g-nav ul .submenu li {
          padding-left: 20px; }
      #g-nav ul + ul {
        border-top: 1px solid #fff; }
    #g-nav ul.sub-nav {
      font-size: 10px;
      margin-top: 16px;
      line-height: 1.8; }
      #g-nav ul.sub-nav a:hover {
        color: #F29100; } }

/*========= ボタンのためのCSS ===============*/
/*.openbtn1{
	display: none;
	@include sp { display: block;}
  position:fixed;
  z-index: 9999;
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 40px;
    height:40px;
	background-color: $color-orange;
	border-radius: 20px;
}
 
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 2px;
  background-color: #fff;
    width: 50%;
  }

.openbtn1 span:nth-of-type(1) {
  top:10px; 
}

.openbtn1 span:nth-of-type(2) {
  top:20px;
}

.openbtn1 span:nth-of-type(3) {
  top:29px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 28px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
}*/
main {
  padding-top: 100px;
  /*background-color: $color-bg;*/ }
  @media screen and (min-width: 1100px) {
    main {
      margin-left: 120px; } }
  @media screen and (max-width: 1099px) {
    main {
      padding-top: 100px;
      min-height: calc(100vh - 60px - 27px); } }

@media screen and (max-width: 1099px) {
  .logo-area {
    display: flex;
    align-items: center; } }

footer {
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1100px) {
    footer {
      background-color: #fff;
      margin-left: 120px; }
      footer #footer-inner {
        width: 980px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1100px) and (max-width: 1099px) {
      footer #footer-inner {
        width: auto;
        box-sizing: border-box;
        margin-left: 20px;
        margin-right: 20px; } }
    @media screen and (min-width: 1100px) and (max-width: 759px) {
      footer #footer-inner {
        margin-left: 10px;
        margin-right: 10px; } }

  @media screen and (max-width: 1099px) {
    footer {
      padding: 50px 20px 60px;
      display: none; } }
  @media screen and (min-width: 1100px) {
    footer #footer-menu {
      padding-top: 46px;
      display: flex; }
      footer #footer-menu > li {
        flex-grow: 1;
        font-weight: 700; }
        footer #footer-menu > li > ul {
          margin-top: 6px; }
        footer #footer-menu > li li {
          font-size: 13px;
          font-weight: 400;
          margin-top: 6px; } }
  @media screen and (max-width: 1099px) {
    footer #footer-menu {
      display: block;
      border-bottom: 1px solid #F29100;
      margin-bottom: 28px; }
      footer #footer-menu li {
        margin-top: 10px;
        border-top: 1px solid #F29100; }
        footer #footer-menu li > a,
        footer #footer-menu li div.title {
          display: block;
          padding: 16px 0px; }
        footer #footer-menu li ul {
          margin-left: 20px; } }
  footer #footer-bottom {
    padding-bottom: 16px; }
    footer #footer-bottom .copy-area {
      display: flex;
      font-size: 10px; }
    @media screen and (min-width: 1100px) {
      footer #footer-bottom .copy-area {
        justify-content: space-between; }
        footer #footer-bottom .copy-area ul {
          display: flex;
          align-items: center; }
      footer #footer-bottom li + li {
        margin-left: 2em; }
      footer #footer-bottom #copy {
        text-align: right;
        padding: 20px; } }
    @media screen and (max-width: 1099px) {
      footer #footer-bottom {
        display: flex;
        justify-content: space-between; }
        footer #footer-bottom .logo-area {
          flex: 1; }
        footer #footer-bottom .copy-area {
          flex-direction: column;
          justify-content: flex-end; }
          footer #footer-bottom .copy-area #copy {
            margin-top: 14px; } }

#footer-sp {
  display: none; }
  @media screen and (max-width: 1099px) {
    #footer-sp {
      position: fixed;
      width: calc(100% / 5 * 4);
      bottom: 0;
      display: flex;
      background-color: #F8F6F4;
      border-top: #F29100 solid 1px;
      height: 60px;
      z-index: 2;
      box-sizing: border-box;
      /*padding: 0 20px;*/ }
      #footer-sp > li {
        margin-top: 10px;
        flex: 1; }
        #footer-sp > li + li {
          border-left: solid 1px #ddd; }
        #footer-sp > li a {
          display: block;
          height: 40px;
          text-align: center;
          color: #B4B4B4;
          font-size: 12px;
          padding-top: 25px;
          background-repeat: no-repeat;
          background-position: center 6px;
          background-size: auto 15px; }
        #footer-sp > li a.home {
          background-image: url("../img/icon-home.svg"); }
        #footer-sp > li a.news {
          background-image: url("../img/icon-check.svg"); }
        #footer-sp > li a.history {
          background-image: url("../img/icon-crown.svg"); }
        #footer-sp > li a.kakuzai {
          background-image: url("../img/icon-dl.svg"); } }

@media screen and (max-width: 1099px) {
  #container {
    padding-bottom: 60px; } }

#slidenav {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% / 5);
  height: 60px;
  text-align: center;
  font-size: 12px; }
  @media screen and (min-width: 1100px) {
    #slidenav {
      display: none; } }
  #slidenav > * {
    height: 60px;
    padding-top: 36px; }
  #slidenav .open {
    background-color: #F29100;
    background-image: url("../img/icon-open.svg");
    background-repeat: no-repeat;
    background-position: 50% 18px;
    background-size: 20px auto;
    color: #fff;
    padding-top: 36px; }
  #slidenav .close {
    display: none;
    background-image: url("../img/icon-close.svg");
    background-repeat: no-repeat;
    background-position: 50% 12px;
    background-size: 28px auto;
    color: #B4B4B4;
    padding-top: 40px; }
  #slidenav.active .open {
    display: none; }
  #slidenav.active .close {
    display: block; }

@media screen and (max-width: 1099px) {
  .accordion-area .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease; }
    .accordion-area .title:before, .accordion-area .title:after {
      position: absolute;
      content: '';
      width: 15px;
      height: 2px;
      background-color: #F29100;
      top: 48%;
      right: 0; }
    .accordion-area .title:before {
      transform: rotate(0deg); }
    .accordion-area .title:after {
      transform: rotate(90deg); }
    .accordion-area .title.open:before, .accordion-area .title.open:after {
      transform: rotate(0deg); }
    .accordion-area .title.open .submenu {
      display: block !important; }
  .accordion-area .submenu {
    display: none; } }

.breadcrumb {
  background-color: #FAE6B4;
  position: relative;
  z-index: 1; }
  .breadcrumb ul {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    font-size: 12px;
    color: #555; }
    @media screen and (max-width: 1099px) {
      .breadcrumb ul {
        width: auto;
        box-sizing: border-box;
        margin-left: 20px;
        margin-right: 20px; } }
    @media screen and (max-width: 759px) {
      .breadcrumb ul {
        margin-left: 10px;
        margin-right: 10px; } }
    .breadcrumb ul li {
      padding: 7px 5px; }
    .breadcrumb ul li + li:before {
      content: " > ";
      margin-right: 5px; }
    .breadcrumb ul a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 1100px) {
    .breadcrumb {
      margin-left: 120px; } }

@media screen and (min-width: 760px) {
  .max-wide-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

  .max-wide-640 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; } }
.crown-title {
  background: url(../img/icon-crown.png) no-repeat top center/53px auto;
  padding-top: 32px !important;
  margin-bottom: 40px;
  font-size: 26px !important; }
  @media screen and (max-width: 759px) {
    .crown-title {
      font-size: 22px !important; } }

.bg-w {
  background-color: #fff; }
  .bg-w.box {
    border-radius: 10px;
    padding: 40px 70px; }
    @media screen and (max-width: 759px) {
      .bg-w.box {
        padding: 20px; } }

.comment {
  line-height: 1.7; }

.crown-title + .comment {
  margin: 0 20px 40px; }

#content {
  padding-top: 30px;
  padding-bottom: 60px;
  /*h2,h3 {
  	display: inline-block;
  	padding: 0 1em 0.3em;
  	position: relative;
  	left: 50%;
  	transform: translate(-50%,0);
  	font-weight: 500;
  }
  h2 {
  	margin: 1.5em auto 1em;
  	border-bottom: solid 3px #F29100;
  	font-size: 36px;
  	&:first-child { margin-top: 0;}
  	@include sp {
  		font-size: 24px;
  	}
  }*/ }
  #content h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px; }
    #content h2.line-title span {
      border-bottom: 3px solid #F29100;
      padding: 0 5px 5px; }
    @media screen and (max-width: 759px) {
      #content h2 {
        font-size: 22px; } }
  #content h3 {
    font-size: 20px;
    border-bottom: 2px solid #F29100;
    padding: 0 5px 5px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3em;
    margin-bottom: 30px; }
    @media screen and (max-width: 759px) {
      #content h3 {
        font-size: 18px; } }
  #content .content-body {
    width: 980px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1099px) {
      #content .content-body {
        width: auto;
        box-sizing: border-box;
        margin-left: 20px;
        margin-right: 20px; } }
    @media screen and (max-width: 759px) {
      #content .content-body {
        margin-left: 10px;
        margin-right: 10px; } }

/* 過去の本屋大賞リンクの見出し */
h2#taisho-menu-title {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  background-color: fff;
  padding-top: 36px;
  border-radius: 66px 66px 0 0;
  font-size: 30px;
  text-align: center;
  font-weight: 500; }
  @media screen and (max-width: 1099px) {
    h2#taisho-menu-title {
      width: auto;
      box-sizing: border-box;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 759px) {
    h2#taisho-menu-title {
      margin-left: 10px;
      margin-right: 10px; } }

/*--------------------*/
/* ニュースリスト用 */
.news-list {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #ccc; }
  @media screen and (max-width: 1099px) {
    .news-list {
      width: auto;
      box-sizing: border-box;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 759px) {
    .news-list {
      margin-left: 10px;
      margin-right: 10px; } }
  .news-list > li {
    display: flex;
    padding: 20px 0; }
    .news-list > li + li {
      border-top: solid 1px #ccc; }
    .news-list > li ul {
      margin-left: 2em; }
      .news-list > li ul li {
        list-style-type: disc; }
    @media screen and (max-width: 759px) {
      .news-list > li {
        flex-direction: column; } }
  .news-list .image {
    width: 200px;
    margin-right: 30px; }
    @media screen and (max-width: 759px) {
      .news-list .image {
        order: 2;
        width: auto;
        max-width: 400px;
        margin: 20px auto 0; }
        .news-list .image.noimage {
          display: none; } }
    .news-list .image img {
      width: 100%;
      height: auto; }
  .news-list .text {
    flex: 1; }
    .news-list .text .date {
      color: #707070;
      font-size: 12px;
      margin-bottom: 1em;
      font-weight: 700; }
    .news-list .text .title {
      margin-bottom: 1em; }
      #news .news-list .text .title {
        font-weight: 700;
        font-size: 16px; }
    @media screen and (max-width: 759px) {
      .news-list .text {
        order: 1; } }
  .news-list a {
    color: #993300;
    text-decoration: underline; }
    .news-list a:hover {
      text-decoration: none; }

#result {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  padding-bottom: 100px; }
  @media screen and (max-width: 1099px) {
    #result {
      width: auto;
      box-sizing: border-box;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 759px) {
    #result {
      margin-left: 10px;
      margin-right: 10px; } }
  #result > * + * {
    margin-top: 50px; }

.book-box {
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: flex-start; }
  .book-box .text {
    font-size: 14px; }
    .book-box .text .title-box {
      position: relative; }
    .book-box .text .title {
      font-size: 18px;
      font-weight: 500; }
    .book-box .text .comment {
      margin-top: 30px; }
    .book-box .text .lank {
      font-size: 16px;
      font-weight: bold;
      border: #F29100 solid 1px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80px;
      height: 80px;
      color: #F29100;
      flex-direction: column;
      margin-bottom: 10px; }
      .book-box .text .lank .ten {
        font-size: 16px;
        font-weight: normal; }
    .book-box .text .shokai {
      margin-top: 1em; }
  .book-box .image {
    margin-right: 36px;
    margin-left: auto; }
    .book-box .image p {
      position: relative;
      width: 120px; }
      .book-box .image p:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: -36px;
        bottom: 0px;
        border-top: 18px solid #DDD;
        border-right: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid #DDD; }
      .book-box .image p img {
        border-width: 0 1px 1px 0;
        border-color: #ddd;
        border-style: solid; }
  .book-box.no1 {
    border-width: 10px 0; }
    .book-box.no1 .text .lank {
      background-color: #F29100;
      color: #fff; }
    @media screen and (min-width: 760px) {
      .book-box.no1 .image {
        margin-left: 110px;
        margin-right: 66px; }
        .book-box.no1 .image p {
          width: 220px; }
          .book-box.no1 .image p:before {
            right: -66px;
            border-width: 33px; } }
  .book-box.no1, .book-box.single {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    margin-bottom: 20px;
    border-width: 0 0 10px;
    border-color: #F8F6F4;
    border-style: solid; }
    .book-box.no1 .text .lank, .book-box.single .text .lank {
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 500;
      font-size: 24px;
      width: 120px;
      height: 120px; }
    .book-box.no1 .text .title, .book-box.single .text .title {
      font-size: 26px;
      font-weight: 500; }
    .book-box.no1 .image img, .book-box.single .image img {
      width: 100%; }
    @media screen and (min-width: 760px) {
      .book-box.no1 .text, .book-box.single .text {
        flex: 1;
        position: relative; }
        .book-box.no1 .text .title-box, .book-box.single .text .title-box {
          padding-left: 150px;
          min-height: 120px; } }
    @media screen and (max-width: 759px) {
      .book-box.no1, .book-box.single {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px; }
        .book-box.no1 .title-box, .book-box.single .title-box {
          padding-top: 20px; }
        .book-box.no1 .image, .book-box.single .image {
          order: 1; }
        .book-box.no1 .text, .book-box.single .text {
          order: 2; }
          .book-box.no1 .text .lank, .book-box.single .text .lank {
            top: 60px; } }
  #zoukan .book-box {
    padding: 20px 0;
    border-width: 10px 0;
    border-color: #F8F6F4;
    border-style: solid; }
    #zoukan .book-box .title {
      font-size: 26px; }
    #zoukan .book-box .image div {
      position: relative;
      width: 120px; }
      #zoukan .book-box .image div:before {
        content: "";
        position: absolute;
        width: calc(100% + 2px);
        height: 40px;
        left: 0;
        bottom: -2px;
        background-color: #DDD;
        z-index: -1;
        transform: translateX(20px) skewX(-45deg); }
  .book-box .suisen {
    background-color: #F8F6F4;
    border-radius: 10px;
    padding: 21px 25px;
    margin-top: 1.8em; }
  .book-box .e-suisen .e-comment {
    position: relative;
    background-color: #eee;
    border-radius: 10px;
    padding: 21px 25px;
    margin-top: 1.8em; }
    .book-box .e-suisen .e-comment + .e-comment {
      margin-top: 1em; }
    .book-box .e-suisen .e-comment:after {
      content: "";
      position: absolute;
      top: 10%;
      border: 1em solid transparent; }
    .book-box .e-suisen .e-comment:nth-child(odd) {
      margin-left: 2em; }
      .book-box .e-suisen .e-comment:nth-child(odd):after {
        left: -3em;
        border-right: 3em solid #eee;
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg); }
    .book-box .e-suisen .e-comment:nth-child(even) {
      margin-right: 2em; }
      .book-box .e-suisen .e-comment:nth-child(even):after {
        right: -3em;
        border-left: 3em solid #eee;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg); }
  .e-list .book-box .text {
    /*.lank {
    	position: absolute;
    	top: 20px;left: 0;
    }
    .title-box {
    	@include pctb {
    		padding-left: 120px;
    		min-height: 120px;
    	}
    }*/ }
  @media screen and (min-width: 760px) {
    .e-list .book-box .image {
      margin-left: 36px; } }
  .book-list .book-box {
    border-color: #F8F6F4;
    border-style: solid;
    border-width: 0 0 10px 0;
    flex-direction: column; }

.book-list img {
  display: block;
  margin: auto; }
@media screen and (min-width: 760px) {
  .book-list .image {
    order: 1; } }
.book-list .text {
  margin-top: 10px;
  font-size: 14px; }
  @media screen and (min-width: 760px) {
    .book-list .text {
      order: 2; } }
  .book-list .text span {
    color: #F29100;
    font-size: 20px; }
  @media screen and (min-width: 760px) {
    .book-list .text {
      width: 100%; }
      .book-list .text .lank {
        position: absolute;
        top: 20px;
        left: 0; } }
.book-list .btn {
  order: 3;
  margin: 1em auto;
  width: 100%; }
  .book-list .btn a {
    padding: 0.5em 2em 0.7em;
    font-size: 0.8em;
    max-width: 240px; }
.book-list .col1 .book-box {
  flex-direction: row;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .book-list .col1 .book-box .text {
    order: 1;
    margin-top: 0; }
  .book-list .col1 .book-box .image {
    order: 2; }
  .book-list .col1 .book-box:first-child {
    border-width: 10px 0; }
.book-list .col2 > * {
  margin-top: 20px; }
  @media screen and (min-width: 760px) {
    .book-list .col2 > * {
      display: flex;
      width: calc((100% - 40px) / 2); }
      .book-list .col2 > *:nth-child(2n) {
        margin-left: 40px; }
      .book-list .col2 > *:nth-child(n+3) {
        margin-top: 20px; }
      .book-list .col2 > * .text {
        flex: 1;
        padding-left: 20px; } }
.book-list .col3 > * {
  margin-top: 20px; }
  @media screen and (min-width: 760px) {
    .book-list .col3 > * {
      width: calc((100% - 40px) / 2);
      /*&:not(:nth-child(3n+1)) {margin-left: 38px;}*/ } }
  @media screen and (min-width: 1100px) {
    .book-list .col3 > * {
      width: calc((100% - 76px) /3); } }
@media screen and (max-width: 759px) {
  .book-list .col2 > *, .book-list .col3 > * {
    width: 100%; }
    .book-list .col2 > *:nth-child(2n), .book-list .col3 > *:nth-child(2n) {
      margin-left: 0; }
    .book-list .col2 > *.book-box, .book-list .col3 > *.book-box {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .book-list .col2 > *.book-box .text, .book-list .col3 > *.book-box .text {
        flex: 1;
        padding-left: 20px;
        text-align: left;
        margin-top: 0; }
        .book-list .col2 > *.book-box .text .lank, .book-list .col3 > *.book-box .text .lank {
          color: #F29100; } }

/*--------------------*/
/* 書影付き6列リンク */
.taisho-menu {
  padding-top: 50px;
  background-color: #fff; }
  .taisho-menu ul {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1099px) {
      .taisho-menu ul {
        width: auto;
        box-sizing: border-box;
        margin-left: 20px;
        margin-right: 20px; } }
    @media screen and (max-width: 759px) {
      .taisho-menu ul {
        margin-left: 10px;
        margin-right: 10px; } }
    .taisho-menu ul li {
      box-sizing: border-box;
      border: #CCCCCC solid 1px;
      margin-top: 16px;
      margin-left: 16px; }
      @media screen and (min-width: 1100px) {
        .taisho-menu ul li {
          width: calc((100% - (16px * 4) - 50px) / 5);
          /*&:nth-child(5n+1) { margin-left: 0;}
          &:nth-child(10n-4) { margin-left: 50px;}*/ } }
      @media screen and (max-width: 1099px) {
        .taisho-menu ul li {
          width: calc((100% - (16px * 3)) / 4); }
          .taisho-menu ul li:nth-child(4n+1) {
            margin-left: 0; } }
      @media screen and (max-width: 759px) {
        .taisho-menu ul li {
          width: calc((100% - 16px) / 2); }
          .taisho-menu ul li:nth-child(2n+1) {
            margin-left: 0; } }

/*--------------------*/
/* 本大個別下他賞表示エリア */
#bumon-link > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 760px) {
    #bumon-link > * {
      width: calc((100% - 20px) / 2); }
      #bumon-link > * + * {
        margin-left: 20px; } }
  @media screen and (max-width: 759px) {
    #bumon-link > * + * {
      margin-top: 40px; }
    #bumon-link > * .bumon-text {
      margin-bottom: 1em; }
    #bumon-link > * .text {
      text-align: center; } }
#bumon-link .body {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  flex: 1; }
#bumon-link .no1.book-box {
  display: block;
  padding: 0; }
  #bumon-link .no1.book-box .text {
    margin-left: 0; }
#bumon-link .text .title {
  font-size: 26px;
  font-weight: 500; }
#bumon-link .image {
  padding: 10px; }
  #bumon-link .image img {
    display: block;
    margin: 0 auto 10px;
    width: 220px;
    height: auto; }

/*--------------------*/
/* テキストボタン5列リンク */
.btn-text-link {
  padding: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  margin-left: auto;
  margin-right: auto; }
  #result .btn-text-link {
    padding-bottom: 0; }
  @media screen and (max-width: 1099px) {
    .btn-text-link {
      width: auto;
      box-sizing: border-box;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 759px) {
    .btn-text-link {
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (max-width: 759px) {
    .btn-text-link {
      /*margin-left: 0; margin-right: 0;*/ } }
  .btn-text-link > * {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    border: solid 1px #ddd; }
    @media screen and (min-width: 1100px) {
      .btn-text-link > * {
        width: calc((100% - 80px) / 5); }
        .btn-text-link > *:not(:nth-child(5n+1)) {
          margin-left: 20px; } }
    @media screen and (max-width: 1099px) {
      .btn-text-link > * {
        width: calc((100% - 60px) / 4); }
        .btn-text-link > *:not(:nth-child(4n+1)) {
          margin-left: 20px; } }
    @media screen and (max-width: 759px) {
      .btn-text-link > * {
        width: calc((100% - 10px) / 2); }
        .btn-text-link > *:not(:nth-child(4n+1)) {
          margin-left: 0; }
        .btn-text-link > *:nth-child(even) {
          margin-left: 10px; } }
    .btn-text-link > * a {
      display: block;
      padding: 15px 20px 15px 10px; }
      .btn-text-link > * a:after {
        right: 10px; }

/* 前後リンク */
.btn-zengo-link {
  /*@include pc {*/
  /*}	*/ }
  .btn-zengo-link > * {
    position: fixed;
    top: calc(50% - 70px);
    width: 70px;
    height: 140px;
    z-index: 2;
    transition: .3s;
    opacity: 0;
    visibility: hidden; }
    .btn-zengo-link > *.next {
      right: 0; }
    @media screen and (min-width: 1100px) {
      .btn-zengo-link > *.prev {
        left: 120px; } }
    .btn-zengo-link > * a {
      background: rgba(166, 166, 166, 0.6);
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
      .btn-zengo-link > * a:after {
        content: "";
        width: 30px;
        height: 24px;
        background: url("../../history/images/arrow-r.svg") no-repeat center center;
        background-size: 100% auto;
        margin-top: 10px; }
      .btn-zengo-link > * a:hover {
        background-color: #F29100; }
    .btn-zengo-link > *.prev a:after {
      transform: rotate(180deg); }
    .btn-zengo-link > *.prev a {
      padding-right: 10px;
      border-radius: 0 70px 70px 0; }
    .btn-zengo-link > *.next a {
      padding-left: 10px;
      border-radius: 70px 0 0 70px; }
  @media screen and (max-width: 1099px) {
    .btn-zengo-link > * {
      top: auto;
      bottom: 100px;
      width: 150px;
      height: 50px; }
      .btn-zengo-link > * a {
        flex-direction: row;
        background: #ddd; }
        .btn-zengo-link > * a:after {
          width: 15px;
          height: 12px;
          margin-top: 0; }
      .btn-zengo-link > *.prev {
        left: 0; }
      .btn-zengo-link > *.prev a {
        flex-direction: row-reverse; }
        .btn-zengo-link > *.prev a:after {
          margin-right: 10px; }
      .btn-zengo-link > *.next a:after {
        margin-left: 10px; } }
  .btn-zengo-link.is-active > * {
    /* 表示する */
    opacity: 1;
    visibility: visible; }

.link-label {
  margin-top: 1em;
  vertical-align: bottom; }
  .link-label:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("../img/icon-arrow-up-right.svg") no-repeat left bottom;
    background-size: 100% auto;
    margin-right: 0.5em; }

/*--------------------*/
/* 書店フェア */
#shoten-fair .crown-title + p {
  text-align: center; }
#shoten-fair .fair-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  #shoten-fair .fair-list > p.shoten-name {
    width: 100%;
    font-size: 16px;
    border-left: #F29100 solid 6px;
    padding: 4px 10px;
    font-weight: 500; }
  #shoten-fair .fair-list > p.shoten-address {
    width: 100%;
    /*text-align: right;*/
    margin-bottom: 24px; }
  #shoten-fair .fair-list > p, #shoten-fair .fair-list > img {
    width: calc((100% - 60px) / 2);
    margin-bottom: 20px; }
    #shoten-fair .fair-list > p:nth-child(2n), #shoten-fair .fair-list > img:nth-child(2n) {
      margin-left: 60px; }
    @media screen and (max-width: 759px) {
      #shoten-fair .fair-list > p, #shoten-fair .fair-list > img {
        width: 100%; }
        #shoten-fair .fair-list > p:nth-child(2n), #shoten-fair .fair-list > img:nth-child(2n) {
          margin-left: 0; } }

/***************************/
/* 過去の本屋大賞コーナー */
.image-box.taisho-main {
  /*border-width: 10px 0 0;
  border-color: $color-bg;
  border-style: solid;*/
  padding: 0 0 40px; }
  .image-box.taisho-main .image {
    width: 400px; }
  @media screen and (max-width: 759px) {
    .image-box.taisho-main {
      padding: 20px 0; }
      .image-box.taisho-main .image {
        width: 100%;
        margin-bottom: 20px; }
        .image-box.taisho-main .image img {
          margin: auto; } }

#history.index #content {
  margin-top: 60px; }
  #history.index #content > *:last-child {
    padding-bottom: 100px; }
  #history.index #content .book-box {
    text-align: center;
    /*.text p { padding-right: 36px;}*/ }
    #history.index #content .book-box a {
      margin: auto; }
#history.hakkutsu .section {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px; }
  #history.hakkutsu .section + .section {
    margin-top: 60px; }
#history.hakkutsu #result table {
  width: 100%; }

table th, table td {
  padding: 5px; }
#result table th {
  border-bottom: solid 2px #F29100; }
#result table td {
  border-bottom: solid 2px #DDDDDD; }
  #result table td + td {
    border-left: dashed 2px #DDDDDD; }

.bg-box {
  max-width: 980px;
  padding: 40px 60px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7; }
  .bg-box.white {
    background-color: #fff; }
  .bg-box.palegray {
    background-color: #F8F6F4; }
  .bg-box.orange {
    background-color: #F29100; }
  * + .bg-box {
    margin-top: 40px; }
  @media screen and (max-width: 759px) {
    .bg-box {
      padding: 40px 20px; } }
  .bg-box h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px; }

/***************************/
/* page */
#page-header {
  height: 100px;
  display: flex;
  align-items: flex-end; }
  #page-header .crown-title {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #F29100;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 759px) {
      #page-header .crown-title {
        font-size: 26px; } }

#page-title {
  margin: 50px auto 50px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 32px;
  border-bottom: solid 1px #F29100;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0); }
  #page-title > * {
    displlay: inline-block; }
  #page-title h1 + p {
    margin-top: 16px;
    font-size: 16px; }
  #page-title + #page-menu {
    margin-top: 0; }

#page-menu {
  margin: 60px 0 0;
  display: flex;
  justify-content: center; }
  #page-menu > * {
    width: 216px;
    text-align: center;
    background-color: #F8F6F4;
    border-radius: 10px; }
    #page-menu > * + * {
      margin-left: 20px; }
  #page-menu a {
    padding: 15px 10px 30px; }
  @media screen and (max-width: 1099px) {
    #page-menu {
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (max-width: 759px) {
    #page-menu {
      margin: 40px 0 0;
      flex-wrap: wrap;
      padding-left: 10px;
      padding-right: 10px; }
      #page-menu > * {
        width: calc((100% - 20px) / 2); }
        #page-menu > *:nth-of-type(2n+1) {
          margin-left: 0px; }
        #page-menu > *:nth-of-type(n+3) {
          margin-top: 10px; } }

#page {
  /*.content-body h2:first-child { margin-top: 30px;}
  
  &.about,&.npo,&.sanjo { #content { padding-top: 0;}}*/ }
  #page.privacy .content-body ol li, #page.privacy .content-body ul li {
    margin-left: 1em;
    padding-left: 1em; }
  #page.privacy .content-body ol > ul, #page.privacy .content-body ol > ul {
    margin-top: 0.5em; }
  #page.privacy .content-body ul li {
    list-style-type: disc; }
  #page.privacy .content-body ol li {
    list-style-type: decimal; }
  #page.privacy .content-body > * + * {
    margin-top: 1.5em; }
  #page.privacy .content-body li + li {
    margin-top: 0.5em; }
  #page #content {
    line-height: 1.7; }
  #page .content-body h2,
  #page .content-body h3 {
    display: inline-block;
    padding: 0 1em 0.3em;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 500; }
  #page .content-body h2 {
    margin: 1.5em auto 1em;
    border-bottom: solid 3px #F29100;
    font-size: 36px; }
    #page .content-body h2:first-child {
      margin-top: 0; }
    @media screen and (max-width: 759px) {
      #page .content-body h2 {
        font-size: 24px; } }
  #page .content-body h3 {
    margin: 2em auto 1em;
    border-bottom: solid 2px #F29100;
    font-size: 26px; }
    @media screen and (max-width: 759px) {
      #page .content-body h3 {
        font-size: 20px; } }

/*--------------------*/
/* 実施要項 */
#about-area {
  background-color: #fff;
  /*padding-top: 10px;*/
  padding-bottom: 60px; }
  #about-area table th {
    width: 25%;
    vertical-align: middle;
    font-size: 20px; }
    #about-area table th p {
      display: flex;
      align-items: center;
      color: #F29100; }
      #about-area table th p:before {
        content: "";
        width: 34px;
        height: 2px;
        background-color: #000;
        margin-right: 16px; }
  #about-area table td {
    padding: 30px 5px; }
  #about-area table tr:not(:last-child) td {
    border-bottom: solid 1px #DDDDDD; }
  @media screen and (max-width: 759px) {
    #about-area table th, #about-area table td {
      display: block;
      width: 100%; }
    #about-area table th {
      padding-top: 20px; } }

/* 実施要項テーブル */
.description-list {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  /*border-radius: 10px;*/
  padding: 30px;
  display: flex;
  border-top: solid 10px #F8F6F4; }
  @media screen and (max-width: 1099px) {
    .description-list {
      width: auto;
      box-sizing: border-box;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 759px) {
    .description-list {
      margin-left: 10px;
      margin-right: 10px; } }
  .description-list .define {
    width: 25%;
    font-weight: 500; }
  .description-list .describe {
    flex: 1; }
    .description-list .describe tr + tr {
      border-top: solid 1px #DDDDDD; }
    .description-list .describe th, .description-list .describe td {
      padding: 20px 0; }
    .description-list .describe tr:first-child th, .description-list .describe tr:first-child td {
      padding-top: 0; }
    .description-list .describe tr:last-child th, .description-list .describe tr:last-child td {
      padding-bottom: 0; }
    .description-list .describe th {
      width: 10em; }
  .description-list + .description-list {
    margin-top: 20px; }
  .description-list ul {
    margin-left: 0.5em;
    list-style-type: disc; }
    .description-list ul li {
      padding: 0.2em 0.5em; }
  @media screen and (max-width: 759px) {
    .description-list {
      display: block;
      padding: 20px; }
      .description-list .define, .description-list .describe {
        width: 100%; }
      .description-list .define {
        font-size: 1.2em; }
      .description-list .describe {
        margin-top: 10px; }
        .description-list .describe th, .description-list .describe td {
          display: block;
          height: auto !important;
          width: auto !important; }
        .description-list .describe th {
          /*font-weight: normal;*/ }
        .description-list .describe tr:last-child th {
          padding-bottom: 20px; }
        .description-list .describe tr:not(:first-child) td {
          padding-top: 0; } }

/* 実施要項テスケジュールテーブル */
table.bg {
  border-collapse: separate;
  border-spacing: 4px 8px;
  width: 100%; }
  table.bg th, table.bg td {
    border-radius: 5px;
    padding: 10px 15px; }
  table.bg th {
    background-color: #F2E8DD;
    white-space: nowrap; }
  table.bg td {
    background-color: #F8F6F4; }
  @media screen and (max-width: 759px) {
    table.bg {
      display: block; }
      table.bg tr {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        height: auto !important; }
      table.bg th {
        width: 100% !important;
        height: auto !important;
        margin: 4px 0; }
      table.bg td {
        margin: 4px 0;
        height: auto !important;
        flex: 1; }
      table.bg.scedule td:nth-of-type(1) {
        width: 10em; }
      table.bg.scedule td:last-child {
        margin-left: 4px;
        flex: 1; } }

/*--------------------*/
/* ロゴマーク */
#page.logo .image-box {
  padding: 60px 0; }
  #page.logo .image-box .image {
    width: 200px; }
  @media screen and (min-width: 760px) {
    #page.logo .image-box .text {
      margin-left: 40px; } }
  @media screen and (max-width: 759px) {
    #page.logo .image-box .text {
      margin-top: 20px; }
    #page.logo .image-box .image {
      margin: auto; } }

/*--------------------*/
/* 組織について */
#page.npo #page-menu {
  margin-bottom: 60px; }
#page.npo #n01 + .mt-be-columns .mt-be-column:first-child {
  width: 200px; }
#page.npo #n01 + .mt-be-columns .mt-be-column:last-child {
  margin-left: 20px;
  flex: 1; }
@media screen and (max-width: 759px) {
  #page.npo #n01 + .mt-be-columns {
    display: block !important; }
    #page.npo #n01 + .mt-be-columns .mt-be-column:first-child {
      width: auto; }
      #page.npo #n01 + .mt-be-columns .mt-be-column:first-child img {
        margin: auto; }
    #page.npo #n01 + .mt-be-columns .mt-be-column:last-child {
      margin-left: 0;
      margin-top: 1em; } }
#page.npo .content-body p {
  line-height: 1.7; }
  #page.npo .content-body p + p {
    margin-top: 1em; }
#page.npo #s00 {
  margin-top: 50px; }
@media screen and (max-width: 1099px) {
  #page.npo #page-menu {
    flex-wrap: wrap; }
    #page.npo #page-menu li {
      margin-bottom: 16px;
      width: calc((100% - 40px) / 3); }
      #page.npo #page-menu li + *:nth-child(3n+1) {
        margin-left: 0px; } }
@media screen and (max-width: 759px) {
  #page.npo #page-menu li {
    width: calc((100% - 16px) / 2); }
    #page.npo #page-menu li + *:nth-child(2n) {
      margin-left: 16px; }
    #page.npo #page-menu li + *:nth-child(2n+1) {
      margin-left: 0px; } }

.dl-list a {
  display: block;
  padding: 10px 0px;
  position: relative;
  padding-right: 32px; }
  .dl-list a:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 14px;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    background: url("../img/icon-dl-a.svg") no-repeat 0 0;
    background-size: 100% auto; }
.dl-list > * + * {
  border-top: #dddddd solid 1px; }

/*--------------------*/
/* 拡材 */
body#kakuzai .content-body + .content-body {
  clear: both;
  margin-top: 60px; }

.kakuzai-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px; }
  .kakuzai-list .block {
    clear: both;
    position: relative;
    padding: 20px 40px; }
    .kakuzai-list .block .image {
      float: left;
      width: 200px;
      height: auto;
      padding-bottom: 20px; }
    .kakuzai-list .block .title, .kakuzai-list .block .detail, .kakuzai-list .block .btn-wapper {
      margin-left: 300px; }
    .kakuzai-list .block .title {
      font-weight: 500;
      margin-bottom: 0.5em;
      font-size: 1.2em; }
    .kakuzai-list .block .detail {
      margin-bottom: 20px; }
    .kakuzai-list .block .btn {
      margin-top: 12px; }
      @media screen and (min-width: 1100px) {
        .kakuzai-list .block .btn + .btn {
          margin-left: 10px; } }
    .kakuzai-list .block + .block {
      border-top: 1px solid #DDDDDD; }
    .kakuzai-list .block .btn-wapper {
      display: flex; }
    @media screen and (max-width: 1099px) {
      .kakuzai-list .block .btn-wapper {
        display: block; } }
    @media screen and (max-width: 759px) {
      .kakuzai-list .block {
        padding: 20px 0; }
        .kakuzai-list .block .image {
          width: 35%; }
        .kakuzai-list .block .title, .kakuzai-list .block .detail, .kakuzai-list .block .btn-wapper {
          margin-left: 40%; }
        .kakuzai-list .block .btn {
          margin-top: 8px; } }

/*--------------------*/
/* 寄付賛助 */
#page.sanjo #about-area {
  padding: 60px 0;
  margin-bottom: 60px; }
#page.sanjo .bg-box.palegray h3 {
  text-align: left; }
#page.sanjo .description-list .define {
  width: 8em; }
#page.sanjo .description-list th {
  white-space: nowrap;
  padding-right: 1em; }

/*--------------------*/
/* 英語about */
#page.en.about .content-body {
  margin-top: 60px;
  margin-bottom: 80px; }
  @media screen and (max-width: 759px) {
    #page.en.about .content-body {
      margin-top: 40px;
      margin-bottom: 60px; } }
#page.en.about .qa-list {
  padding-top: 30px;
  padding-bottom: 30px; }
  #page.en.about .qa-list .text-q {
    color: #F29100;
    margin-bottom: 20px; }
    #page.en.about .qa-list .text-q:before {
      content: "";
      display: inline-block;
      width: 34px;
      height: 2px;
      background-color: #000;
      margin-right: 1em;
      margin-bottom: 4px; }
  #page.en.about .qa-list + .qa-list {
    border-top: #ddd solid 1px; }

html:has(body#about),
html:has(body#npo) {
  scroll-padding-top: 100px; }

.pop-dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pop-dl .item {
    width: 100%;
    max-width: 600px; }
    @media screen and (min-width: 1100px) {
      .pop-dl .item {
        width: 50%;
        padding: 20px; } }

/* 検索 */
.search-box {
  margin: 60px auto 0;
  padding: 0 10px;
  text-align: center; }

.search-box p {
  color: #F29100;
  font-size: 12px; }

table.gsc-search-box td.gsc-input {
  padding: 10px 0; }

table.gsc-search-box {
  padding-top: 0;
  max-width: 480px;
  margin: auto; }
