@charset "utf-8";

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/* -----------------------------------------------------------
reset
------------------------------------------------------------- */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------------------------
history
------------------------------------------------------------- */
.layout_table {
  max-width: 1281px;
  width: 100%;
  margin: 0 auto;
  min-width: 970px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#history {
  width: 1280px;
  margin: 70px auto 150px;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

#history .is-pc {
  display: block;
}

#history .is-sp {
  display: none;
}

#history .m--bold {
  font-weight: bold;
}

#history .m--red {
  color: red;
}

#history a {
  color: #000;
  text-decoration: none;
}

#history a:hover {
  text-decoration: underline;
}

#history .title {
  font-size: 40px;
  border-bottom: none;
  text-align: center;
  line-height: 1;
  float: none;
}

#history .anchor-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 88px auto;
}

#history .anchor-list__item {
  position: relative;
  padding: 0 18px;
  line-height: 16px;
}

#history .anchor-list__item:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #000;
}

#history .anchor-list__item:last-child:after {
  display: none;
}

#history .block {
  padding: 80px 0;
}

#history .block-title {
  font-size: 30px;
  text-align: center;
}

#history .block-inner {
  width: 1220px;
  margin: 0 auto;
}

#history #handbag {
  margin: 0 auto;
  background-color: #fbf8f6;
}

#history #handbag .block-title {
  margin-bottom: 85px;
}

#history #handbag .handbag-box {
  position: relative;
  margin-bottom: 80px;
}

#history #handbag .handbag-box-txt {
  width: 800px;
  height: 320px;
  margin-left: 80px;
  padding: 40px;
  background-color: #fff;
  box-shadow: -80px 40px 0 0 #d9c3ab;
  box-sizing: border-box;
}

#history #handbag .handbag-box-txt__head {
  margin-bottom: 15px;
  font-size: 20px;
}

#history #handbag .handbag-box-txt__head h3 {
  height: auto;
  padding: 0;
  background: none;
  color: #000;
  font-size: 20px;
}

#history #handbag .handbag-box-img {
  position: absolute;
  top: -40px;
  right: 0;
}

#history #handbag .handbag-box-product {
  position: absolute;
  top: 290px;
  right: 300px;
  text-align: center;
}

#history #handbag .handbag-box-product__body {
  margin-top: 5px;
  font-size: 14px;
}

#history #handbag .handbag-box:nth-of-type(2) {
  margin-bottom: 130px;
}

#history #handbag .handbag-box:nth-of-type(2) .handbag-box-txt {
  margin: 230px 0 0 420px;
  padding: 40px 40px 40px 80px;
}

#history #handbag .handbag-box:nth-of-type(2) .handbag-box-img {
  position: absolute;
  top: -40px;
  left: 80px;
}

#history #handbag .handbag-box:nth-of-type(3) .handbag-box-txt__head {
  text-align: center;
}

#history #handbag .handbag-box:nth-of-type(4) .handbag-box-product {
  position: absolute;
  top: 242px;
  right: 90px;
}

#history #handbag .handbag-list {
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#history #handbag .handbag-list__item {
  width: 20%;
  font-size: 13px;
  text-align: center;
}

#history #handbag .handbag-list__item img {
  width: 90%;
  transition: 0.3s ease-in-out;
}

#history #handbag .handbag-list__item img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#history #encounter .block-title {
  margin-bottom: 75px;
}

#history #encounter .block-inner {
  width: 1060px;
  margin: 0 auto;
}

#history #encounter .encounter-box {
  width: 92%;
  margin: 0 auto 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

#history #encounter .encounter-box__head {
  width: 42%;
  margin-right: 25px;
  box-shadow: -40px 20px 0 0 #d9c3ab;
  box-sizing: border-box;
  line-height: 0;
}

#history #encounter .encounter-box__head img {
  width: 100%;
}

#history #encounter .encounter-box__body {
  width: 53%;
}

#history #encounter .encounter-box:nth-of-type(2) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

#history #encounter .encounter-box:nth-of-type(2) .encounter-box__head {
  margin-left: 25px;
  box-shadow: 40px 20px 0 0 #d9c3ab;
}

#history #tradition {
  background-color: #fbf8f6;
}

#history #tradition .block-title {
  margin-bottom: 75px;
}

#history #tradition .block-inner {
  width: 1060px;
  margin: 0 auto;
}

#history #tradition .block-inner__item .tradition-box {
  position: relative;
  height: 322px;
  margin-bottom: 40px;
}

#history #tradition .block-inner__item .tradition-box__head {
  position: absolute;
  top: 40px;
  left: 0;
  width: 42%;
  max-width: 420px;
  z-index: 2;
}

#history #tradition .block-inner__item .tradition-box__head img {
  width: 100%;
}

#history #tradition .block-inner__item .tradition-box__body {
  position: absolute;
  top: 0;
  left: 36%;
  padding: 35px 40px 40px 80px;
  width: 620px;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
}

#history #tradition .block-inner__item .tradition-box__body.m--h216 {
  height: 216px;
}

#history #tradition .block-inner__item .tradition-box__body span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

#history #tradition .block-inner__item:nth-child(even) .tradition-box {
  position: relative;
  height: 322px;
  margin-bottom: 40px;
}

#history #tradition .block-inner__item:nth-child(even) .tradition-box__head {
  position: absolute;
  top: 40px;
  right: 0;
  left: auto;
  width: 42%;
  z-index: 2;
}

#history #tradition .block-inner__item:nth-child(even) .tradition-box__head img {
  width: 100%;
}

#history #tradition .block-inner__item:nth-child(even) .tradition-box__body {
  position: absolute;
  top: 0;
  right: 36%;
  left: auto;
  padding: 35px 80px 40px 40px;
}

#history #btn-top {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  /*FS用の記述ここから*/
  .user_content.FS2_upper_comment,
  .user_content.FS2_upper_comment.FS2_SeniorDesign_comment,
  .user_content.FS2_lower_comment.FS2_SeniorDesign_comment,
  .FS2_NoItemMessage {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  * {
    color: #222222;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Arial,sans-serif;
  }
  /*FS用の記述ここまで*/
  .layout_table {
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    min-width: initial;
  }
  .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
  body {
    overflow-x: hidden;
    margin: 0;
  }
  #history {
    width: 100%;
    margin: 10% auto 0;
    font-size: 14px;
    line-height: 1.7;
  }
  #history .is-pc {
    display: none;
  }
  #history .is-sp {
    display: block;
  }
  #history .m--bold {
    font-weight: bold;
  }
  #history .m--red {
    color: red;
  }
  #history a {
    color: #000;
    text-decoration: none;
  }
  #history a:hover {
    text-decoration: underline;
  }
  #history .title {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    float: none;
  }
  #history .anchor-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 8% auto 0;
  }
  #history .anchor-list__item {
    position: relative;
    margin-bottom: 7%;
    padding: 0 3%;
    font-size: 13px;
    line-height: 13px;
  }
  #history .anchor-list__item:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background-color: #000;
  }
  #history .anchor-list__item:nth-child(2):after, #history .anchor-list__item:last-child:after {
    display: none;
  }
  #history .block {
    padding: 10% 0;
  }
  #history .block-title {
    font-size: 20px;
    text-align: center;
  }
  #history .block-inner {
    width: 100%;
    margin: 0 auto;
  }
  #history #handbag {
    margin: 0 auto;
    background-color: #fbf8f6;
  }
  #history #handbag .block-title {
    margin-bottom: 8%;
  }
  #history #handbag .handbag-box {
    position: relative;
    margin-bottom: 10%;
  }
  #history #handbag .handbag-box-txt {
    width: 84%;
    margin: 0 auto;
    height: auto;
    padding: 5% 5% 30px;
    box-shadow: -30px 20px 0 0 #d9c3ab;
    box-sizing: border-box;
  }
  #history #handbag .handbag-box-txt__head {
    margin-bottom: 3%;
    font-size: 16px;
  }
  #history #handbag .handbag-box-txt__head h3 {
    font-size: 16px;
  }
  #history #handbag .handbag-box-img {
    position: static;
    width: 48%;
    margin: -15px 0 2% 40%;
  }
  #history #handbag .handbag-box-img img {
    width: 100%;
  }
  #history #handbag .handbag-box-product {
    position: static;
    width: 50%;
    margin-left: 8%;
    text-align: center;
  }
  #history #handbag .handbag-box-product__head img {
    width: 86%;
  }
  #history #handbag .handbag-box-product__body {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  #history #handbag .handbag-box:nth-of-type(2) {
    margin-bottom: 10%;
  }
  #history #handbag .handbag-box:nth-of-type(2) .handbag-box-txt {
    margin: 0 0 0 16%;
    padding: 5% 4% 30px 5%;
  }
  #history #handbag .handbag-box:nth-of-type(2) .handbag-box-txt__head {
    font-size: 15.5px;
  }
  #history #handbag .handbag-box:nth-of-type(2) .handbag-box-img {
    position: static;
    margin: -15px 0 2% 11%;
  }
  #history #handbag .handbag-box:nth-of-type(3) .handbag-box-txt__head {
    text-align: center;
  }
  #history #handbag .handbag-box:nth-of-type(4) {
    margin-bottom: 0;
  }
  #history #handbag .handbag-box:nth-of-type(4) .handbag-box-product {
    position: static;
    margin: -15px 0 2% 42%;
  }
  #history #handbag .handbag-list {
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #history #handbag .handbag-list__item {
    width: 46%;
    margin-bottom: 5%;
    font-size: 12px;
  }
  #history #handbag .handbag-list__item img {
    width: 80%;
  }
  #history #encounter .block-title {
    margin-bottom: 8%;
  }
  #history #encounter .block-inner {
    width: 100%;
    margin: 0 auto;
  }
  #history #encounter .encounter-box {
    width: 90%;
    margin: 0 auto 12%;
    display: block;
  }
  #history #encounter .encounter-box__head {
    width: 87%;
    margin: 0 0 10% 12%;
    box-shadow: -36px 10px 0 0 #d9c3ab;
    box-sizing: border-box;
    line-height: 0;
  }
  #history #encounter .encounter-box__head img {
    width: 100%;
  }
  #history #encounter .encounter-box__body {
    width: 100%;
  }
  #history #encounter .encounter-box:nth-of-type(2) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  #history #encounter .encounter-box:nth-of-type(2) .encounter-box__head {
    margin: 0 12% 10% 0;
    box-shadow: 36px 10px 0 0 #d9c3ab;
  }
  #history #encounter .encounter-box:nth-of-type(3) {
    margin: 0 auto;
  }
  #history #tradition .block-title {
    margin-bottom: 8%;
  }
  #history #tradition .block-inner {
    width: 100%;
    margin: 0 auto;
  }
  #history #tradition .block-inner__item .tradition-box {
    position: relative;
    height: auto;
    margin-bottom: 10%;
  }
  #history #tradition .block-inner__item .tradition-box__head {
    position: static;
    width: 79%;
    max-width: initial;
    margin-left: 6%;
    z-index: 2;
  }
  #history #tradition .block-inner__item .tradition-box__head img {
    width: 100%;
  }
  #history #tradition .block-inner__item .tradition-box__body {
    position: static;
    padding: 10% 5% 5% 5%;
    margin: -8% 0 0 10%;
    width: 90%;
    height: auto;
    box-sizing: border-box;
  }
  #history #tradition .block-inner__item .tradition-box__body.m--h216 {
    height: auto;
  }
  #history #tradition .block-inner__item .tradition-box__body span {
    display: block;
    margin-bottom: 3%;
    font-size: 16px;
  }
  #history #tradition .block-inner__item:nth-child(even) .tradition-box {
    position: relative;
    height: auto;
    margin-bottom: 10%;
  }
  #history #tradition .block-inner__item:nth-child(even) .tradition-box__head {
    position: static;
    width: 79%;
    margin-left: 16%;
  }
  #history #tradition .block-inner__item:nth-child(even) .tradition-box__head img {
    width: 100%;
  }
  #history #tradition .block-inner__item:nth-child(even) .tradition-box__body {
    position: static;
    padding: 10% 5% 5% 5%;
    margin: -8% 10% 0 0;
    width: 90%;
  }
  #history #btn-top {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: fixed;
    bottom: 35px;
    right: 10px;
    z-index: 9999;
  }
}

/*# sourceMappingURL=history.css.map */
