﻿@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Noto+Sans+JP:wght@400;700&family=PT+Sans:wght@400;700&display=swap");
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: inherit;
  font-size: 100%;
  vertical-align: baseline
}
html {
  line-height: 1
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}
q, blockquote {
  quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}
a img {
  border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
*, *:before, *:after {
  box-sizing: border-box
}
html, body {
  font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%
}
a {
  text-decoration: none;
  -moz-transition: ease .4s;
  -o-transition: ease .4s;
  -webkit-transition: ease .4s;
  transition: ease .4s
}
a img {
  -moz-transition: ease .4s;
  -o-transition: ease .4s;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  backface-visibility: hidden
}
a:link {
  color: black
}
a:hover {
  color: gray
}
a:hover img {
  opacity: 0.5
}
a:visited {
  color: black
}
a:active {
  color: gray
}
img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%
}
.inner {
  width: 1100px;
  margin: 0 auto
}
.more {
  padding-top: 40px;
  text-align: center
}
.more a {
  position: relative;
  display: inline-block;
  padding: 15px 85px;
  color: #333;
  font-family: 'PT Sans', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-color: white
}
.more p {
  position: relative;
  display: inline-block;
  padding: 10px 70px;
  color: #333;
  font-family: 'PT Sans', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  border: 1px solid white;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px
}
.more p::after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border: 4px solid transparent;
  border-left: 4px solid white;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px
}
header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  right: 0;
  width: 50px;
  height: 100vh;
  z-index: 4
}
*:focus {
  outline: none
}
#nav-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  z-index: 5
}
#nav-container .bg {
  position: absolute;
  top: 50px;
  right: 0;
  width: 350px;
  height: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .4
}
#nav-container * {
  visibility: visible
}
#nav-container .button {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  height: 50px;
  width: 50px;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  background: black;
  z-index: 10
}
#nav-container .button .icon-bar {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 26px;
  height: 2px;
  margin: auto;
  background: white;
  transition: .3s
}
#nav-container .button .icon-bar:nth-of-type(1) {
  top: 13px
}
#nav-container .button .icon-bar:nth-of-type(2) {
  top: 24px
}
#nav-container .button .icon-bar:nth-of-type(3) {
  bottom: 13px
}
#nav-container:focus-within .button {
  pointer-events: none
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg)
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg)
}
#nav-container #nav-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: calc(100% - 50px);
  max-width: 350px;
  padding: 40px 20px;
  margin-top: 50px;
  pointer-events: auto;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transform: translateX(100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  background: black;
  z-index: 60
}
#nav-container #nav-content ul {
  display: flex;
  flex-direction: column
}
#nav-container #nav-content ul li a {
  display: block;
  padding: 10px 0;
  color: white;
  font-size: 16px;
  letter-spacing: 0.06rem;
  text-transform: uppercase
}
#nav-container #nav-content .logo {
  padding-bottom: 25px
}
#nav-container #nav-content .store {
  padding: 80px 0 0
}
#nav-container #nav-content .store img {
  width: 50%
}
#nav-container:focus-within #nav-content {
  transform: none
}
footer {
  background: url(../images/point_bg.png)
}
footer .inner {
  position: relative;
  padding: 50px 0
}
footer .inner .link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 30px
}
footer .inner .link .left {
  width: 36%
}
footer .inner .link .left ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px
}
footer .inner .link .right ul li {
  position: relative;
  padding: 5px 0 5px 13px
}
footer .inner .link .right ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 3px;
  margin: auto;
  border: 3px solid transparent;
  border-left: 3px solid black
}
footer .inner .copyright {
  text-align: center
}
footer .inner .copyright .copy {
  padding-top: 10px;
  font-family: 'PT Sans', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px
}
#wrapper {
  position: relative
}
.index #cover {
  position: relative;
  height: 100vh;
  margin: 0 50px;
  z-index: 1;
  overflow: hidden
}
.index #cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../img/emoooon/index/cover_filter.png)
}
.index #cover h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 532px;
  height: 307px;
  margin: auto
}
.index #cover video {
  position: absolute;
  z-index: -1;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%)
}
@media screen and (max-height: 900px) {
  .index #cover video {
    width: 100%;
    height: auto
  }
}
@media screen and (min-height: 901px) {
  .index #cover video {
    width: auto;
    height: 100%
  }
}
.index main > section {
  padding: 150px 0 100px
}
.index main > section h2 {
  padding-bottom: 40px;
  font-family: 'PT Sans', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 40px;
  letter-spacing: 0.16em;
  text-align: center
}
.index main > section .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.index main > section .list::before {
  content: "";
  display: block;
  height: 0;
  order: 1
}
.index main > section .list::after {
  content: "";
  display: block;
  height: 0
}
.index main > section#newarrival {
  position: relative
}
.index main > section#newarrival::after {
  content: "";
  display: block;
  position: absolute;
  top: 184px;
  right: 0;
  width: 70%;
  height: 600px;
  background: url(../../img/emoooon/point_bg.png);
  z-index: -1
}
.index main > section#newarrival .list::before, .index main > section#newarrival .list::after {
  width: 540px
}
.index main > section#newarrival .list .block {
  padding-bottom: 20px
}
.index main > section#newarrival .list .block .banner {
  position: relative;
  box-sizing: border-box;
  width: 540px;
  height: 305px;
  overflow: hidden;
  border: 1px solid #ebebeb
}
.index main > section#newarrival .list .block .banner a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 540px;
  height: 305px;
  overflow: hidden
}
.index main > section#newarrival .list .block .banner a img {
  width: 576px;
  height: 325px;
  transform: scale(1.05)
}
.index main > section#newarrival .list .block .banner a .text {
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  -moz-transition: ease .6s;
  -o-transition: ease .6s;
  -webkit-transition: ease .6s;
  transition: ease .6s
}
.index main > section#newarrival .list .block .banner a .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.65)
}
.index main > section#newarrival .list .block .banner a .text p {
  color: white
}
.index main > section#newarrival .list .block .banner a .text p.title {
  font-size: 24px;
  font-weight: 700
}
.index main > section#newarrival .list .block .banner a .text p.ex {
  font-size: 15px
}
.index main > section#newarrival .list .block .banner a .text .more {
  padding-top: 5px
}
.index main > section#newarrival .list .block .banner a:hover img {
  filter: blur(5px);
  opacity: 1
}
.index main > section#newarrival .list .block .banner a:hover .text {
  opacity: 1
}
.index main > section#newarrival .list .block > p {
  padding-top: 7px
}
.index main > section#recommend .inner > section + section {
  padding-top: 100px
}
.index main > section#recommend .inner > section .work {
  padding-bottom: 35px;
  text-align: center
}
.index main > section#recommend .inner > section .work h3 {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-size: 20px;
  letter-spacing: 0.12em
}
.index main > section#recommend .inner > section .work h3::before, .index main > section#recommend .inner > section .work h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: black
}
.index main > section#recommend .inner > section .work h3::before {
  top: 0
}
.index main > section#recommend .inner > section .work h3::after {
  bottom: 0
}
.index main > section#recommend .inner > section .list::before, .index main > section#recommend .inner > section .list::after {
  width: 255px
}
.index main > section#recommend .inner > section .list .block {
  width: 255px;
  padding-bottom: 30px
}
.index main > section#recommend .inner > section .list .block a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 255px;
  height: 255px;
  border: 1px solid #ebebeb;
  background-color: white
}
.index main > section#recommend .inner > section .list .block a img {
  max-width: 100%;
  max-height: 100%
}
.index main > section#recommend .inner > section .list .block p.tit {
  padding-top: 10px;
  font-size: 14px
}
.index main > section#recommend .inner > section .list .block p.price {
  padding-top: 10px;
  font-size: 24px
}
.index main > section#recommend .inner > section .list .block p.price span {
  font-size: 16px
}
.index main > section#series {
  position: relative
}
.index main > section#series::after {
  content: "";
  display: block;
  position: absolute;
  top: 184px;
  left: 0;
  width: 70%;
  height: 300px;
  background: url(../../img/emoooon/point_bg.png);
  z-index: -1
}
.index main > section#series .note {
  padding-bottom: 10px;
  color: #333;
  font-size: 13px;
  text-align: right
}
.index main > section#series .list {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}
.index main > section#series .list::before, .index main > section#series .list::after {
  width: 207px
}
.index main > section#series .list a {
  margin-bottom: 15px;
  margin: 0 16px 15px 0
}
.index main > section#series .list a:nth-child(5n) {
  margin-right: 0
}
.index main > section#series .list img {
  border: 1px solid #ebebeb
}
.index main > section#other .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.index main > section#other .inner h2 {
  padding-bottom: 18px;
  font-size: 36px
}
.index main > section#other .inner .detail {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9
}
.index main > section#other .inner #news {
  width: 600px;
  height: 820px
}
.index main > section#other .inner #news .detail {
  height: 100%;
  padding: 30px 0
}
.index main > section#other .inner #news .detail dl {
  text-align: center
}
.index main > section#other .inner #news .detail dl + dl {
  margin-top: 45px
}
.index main > section#other .inner #news .detail dl dt {
  color: #d9d9d9;
  font-family: 'Julius Sans One', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.16em
}
.index main > section#other .inner #news .detail dl dd {
  color: #333;
  font-size: 18px
}
main#detail {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 80px
}
main#detail .logo_emoooon {
  margin: 25px;
  text-align: center
}
main#detail .series_title {
  text-align: center;
  margin-top: 160px
}
main#detail section.item_all {
  margin-top: 160px
}
main#detail section.item_all .title {
  text-align: center;
  padding: 30px 0;
  border-top: solid 1px black;
  border-bottom: solid 1px black
}
main#detail section.item_all .title h2 {
  font-size: 28px;
  padding: 0
}
main#detail section.item_all .pic {
  border: solid 1px #d9d9d9
}
main#detail section.item_all .text {
  margin-top: 50px;
  padding: 0 50px
}
main#detail section.item_all .text p.catch {
  font-feature-settings: "palt";
  font-size: 22px;
  font-weight: 700;
  text-align: left
}
main#detail section.item_all .text p.body {
  margin-top: 20px;
  font-size: 18px;
  text-align: left
}
main#detail section.navigation {
  max-width: 1080px;
  margin-top: 50px;
  padding: 30px 0 0;
  background-image: url(../../img/emoooon/point_bg.png)
}
main#detail section.navigation p {
  font-size: 16px
}
main#detail section.navigation p.rezero {
  color: #796caf
}
main#detail section.navigation ul {
  display: flex;
  justify-content: center
}
main#detail section.navigation ul li {
  position: relative;
  margin: 0 15px;
  font-family: 'PT Sans', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  text-align: center
}
main#detail section.navigation ul li a {
  display: block
}
main#detail section.navigation ul li .arrow {
  margin-top: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c3b9e2;
  transition: all 0.3s ease-out
}
main#detail section.navigation ul li .arrow.nakajima {
  border-top: 10px solid #c3b9e2
}
main#detail section.navigation ul li .arrow.dazai {
  border-top: 10px solid #7183d5
}
main#detail section.navigation ul li .arrow.akutagawa {
  border-top: 10px solid black000
}
main#detail section.navigation ul li .arrow.nakahara {
  border-top: 10px solid #dd7349
}
main#detail section.navigation ul li .arrow.emilia {
  border-top: 10px solid #a98ee2
}
main#detail section.navigation ul li .arrow.rem {
  border-top: 10px solid #84d3f2
}
main#detail section.navigation ul li .arrow.ram {
  border-top: 10px solid #fba2bf
}
main#detail section.navigation ul li:hover .arrow {
  margin-top: 15px
}
main#detail .wrap_title {
  max-width: 1080px;
  height: 61px;
  padding: 5px 10px 0;
  margin-top: 80px;
  margin-bottom: -60px;
  background-image: url(../images/bg_name.png);
  background-repeat: repeat-x;
  background-position: left top
}
main#detail .wrap_title h3 {
  color: white;
  font-family: 'PT Sans', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 30px;
  text-align: center
}
main#detail section.item {
  max-width: 1080px;
  margin-top: 130px;
  margin-bottom: 115px;
  border: solid 5px #f4f4f4
}
main#detail section.item.mb0 {
  margin-bottom: 0px
}
main#detail section.item .item_inner {
  padding: 50px 45px 20px;
  border: solid 1px white;
  background-color: #f4f4f4
}
main#detail section.item .item_inner .title { /*margin-top:-85px;*/ margin-bottom: 40px;
  text-align: center
}
main#detail section.item .item_inner .title h3 {
  display: inline-block;
  padding: 0;
  font-size: 28px;
  font-family: 'PT Sans', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  border-bottom: solid 1px black
}
main#detail section.item .item_inner .pic {
  border: solid 1px #dedede
}
main#detail section.item .item_inner .pic.mb20 {
  margin-bottom: 20px
}
main#detail section.item .item_inner .text {
  margin: 20px 0 30px
}
main#detail section.item .item_inner .pic_col {
  display: flex;
  justify-content: space-between
}
main#detail section.item .price_inner {
  padding: 35px 20px
}
main#detail section.item .price_inner p.name {
  position: relative;
  font-size: 22px;
  text-align: center
}
main#detail section.item .price_inner p.name::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: inline-block;
  width: 15px;
  height: 1px;
  transform: translateX(-50%);
  background-color: black
}
main#detail section.item .price_inner .price {
  margin: 50px 20px 0;
  text-align: center
}
main#detail section.item .price_inner .price p {
  font-family: 'PT Sans', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 34px;
  font-weight: 700
}
main#detail section.item .price_inner .price p span {
  font-size: 18px
}
main#detail section.item .price_inner .btn_wrap {
  display: flex;
  justify-content: center
}
main#detail section.item .price_inner .btn_wrap .btn {
  display: inline-block;
  width: 270px;
  height: 70px;
  margin: 0 5px;
  border: solid 1px black;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 17px;
  line-height: 70px;
  position: relative;
  transition: all 0.5s ease-out
}
main#detail section.item .price_inner .btn_wrap .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 3px
}
main#detail section.item .price_inner .btn_wrap .btn:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
main#detail section.item .price_inner .btn_wrap .btn:hover::before {
  right: 10px;
  background-color: transparent;
  border-radius: inherit;
  border: 6px solid transparent;
  border-left: 6px solid black
}
main#detail .made_in_japan {
  max-width: 1080px;
  height: 760px;
  background-image: url(../../img/emoooon/pic_japan.jpg);
  background-position: center center;
  background-size: cover;
  padding: 35px
}
main#detail .made_in_japan .made_in_japan_inner {
  width: 100%;
  height: 100%;
  border: solid 3px black;
  display: flex;
  justify-content: center;
  align-items: center
}
main#detail .made_in_japan .made_in_japan_inner .explanation {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 40px 20px
}
main#detail .made_in_japan .made_in_japan_inner .explanation h3 {
  margin-bottom: 20px
}
main#detail .made_in_japan .made_in_japan_inner .explanation p {
  font-size: 13px;
  line-height: 1.8;
  color: white
}
main#detail .item_copyright {
  margin: 60px 20px
}
main#detail .item_copyright p {
  font-size: 12px;
  text-align: center
}
main#detail .bnr_wrap {
  background-color: #f5f5f5;
  padding: 35px;
  margin-bottom: 80px
}
main#detail .bnr_wrap ul {
  display: flex;
  justify-content: center
}
main#detail .bnr_wrap ul li {
  margin: 0 15px
}