@charset "UTF-8";
/* CSS Document */

/* あら竹の歴史 */
#history .main {
    padding: 150px 0 0;
}
#history .main .read {
    text-align: center;
    font-size: 25px;
}
#history .main h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
}
#history .main .main-deko1 {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 140px;
    transform: translateX(calc(-50% - 355px));
}
#history .main .main-deko2 {
    position: absolute;
    z-index: 2;
    right: 50%;
    top: 165px;
    transform: translateX(calc(50% + 355px));
}
#history .sl_2 li {
    margin: 0 10px
}
#history .inner {
    padding: 110px 0 0;
    width: 100%;
    margin: 0 auto;
}
#history h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}
#history .history-list {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
#history .history-list li a {
    border: solid 1px;
    border-radius: 13px;
    padding: 20px;
    display: block;
    font-size: 18px;
    text-align: center;
    width: 600px;
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    letter-spacing: 1px;
}
#history .history-list li a:after {
    content: "";
    background: url("https://www.ekiben-aratake.com/cms/wp-content/themes/aratake/images/history/i-arrow.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 13px;
}
#history .comic {
    background-color: #FDEBCE;
    padding: 150px 0;
}
#history .comic .catch {
    text-align: center;
    font-size: 20px;
    padding-bottom: 7px;
}
#history .comic h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
#history .comic h2:before {
    content: "";
    color: #FF6101;
    border-top: solid 1px;
    transform: rotate(60deg);
    width: 50px;
}
#history .comic h2:after {
    content: "";
    color: #FF6101;
    border-top: solid 1px;
    transform: rotate(	300deg);
    width: 50px;
}
.comic-list {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 60px auto 0;
    justify-content: space-between;
    gap: 50px 0;
}
.comic-list li {
    width: 23%;
    text-align: center;
}
.comic-title {
    background-color: #fff;
    padding: 40px 10px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
}
.comic a {
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    border-radius: 5px;
    background: #FFCC23;
    margin: 20px 0 0;
    border-bottom: solid 4px #FF6101;
    border-right: solid 3px #FF6101;
}
.comic a:after {
    content: "▶";
    display: inline-block;
    position: absolute;
    font-size: 13px;
    top: 13px;
    right: 13px;
}
.comic a:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(3px,3px);
  transform: translate(3px,3px);
}