/* ------------------------------
 width: all
------------------------------ */
main section.ttlbox .wrapper {
  background-image: url(../../images/ttl_item.jpg);
}

main section.s01 .wrapper {
  padding-top: 100px;
}

main section.s01 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 45px;
  letter-spacing: 6px;
  margin-top: 10px;
  color: #0f1f55;
}

main section.s01 .wrapper .msg01 {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

main section.s02 .wrapper {
  padding-top: 60px;
}

main section.s02 .wrapper dl {
  padding-bottom: 100px;
}

main section.s02 .wrapper dl dt {
  height: 620px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

main section.s02 .wrapper dl.dl01 dt {
  background-image: url(../../images/item0101.jpg);
}

main section.s02 .wrapper dl.dl01 dt img {
  display: block;
  width: 152px;
  position: absolute;
  top: 60px;
  right: calc(50% - 500px);
}

main section.s02 .wrapper dl.dl02 dt {
  background-image: url(../../images/item0200.jpg);
}

main section.s02 .wrapper dl.dl02 dt img {
  display: block;
  width: 110px;
  position: absolute;
  top: 60px;
  left: calc(50% - 500px);
}

main section.s02 .wrapper dl.dl03 dt {
  background-image: url(../../images/item0300.jpg);
}

main section.s02 .wrapper dl.dl03 dt img {
  display: block;
  width: 112px;
  position: absolute;
  top: 60px;
  right: calc(50% - 500px);
}


main section.s02 .wrapper dl.dl04 dt {
  background-image: url(../../images/item_menu01.jpg);
}

main section.s02 .wrapper dl.dl04 dt img {
  display: block;
  width: 260px;
  position: absolute;
  top: 60px;
  right: calc(50% - 500px);
}



main section.s02 .wrapper dl dd {
  width: 1000px;
  margin: 80px auto 0;
}

main section.s02 .wrapper dl dd .itemttl {
  position: relative;
  border-bottom: 1px solid #000;
  font-size: 26px;
  color: #0f1f55;
  padding-left: 75px;
  padding-bottom: 10px;
}

main section.s02 .wrapper dl dd .itemttl .icon {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
}

main section.s02 .wrapper dl dd .itemttl a {
  width: 200px;
  text-align: right;
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #0f1f55;
  position: absolute;
  right: 0;
  bottom: 10px;
}

main section.s02 .wrapper dl dd .itemttl a img {
  width: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 5px;
}

main section.s02 .wrapper dl dd .t01 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 25px;
}

main section.s02 .wrapper dl dd .itemlist {
  margin-top: 40px;
}

main section.s02 .wrapper dl dd .itemlist li {
  width: 226px;
  float: left;
  margin: 0 32px 50px 0;
}

main section.s02 .wrapper dl dd .itemlist li:nth-child(4n) {
  margin-right: 0;
}

main section.s02 .wrapper dl dd .itemlist li .name {
  color: #0f1f55;
  font-size: 18px;
  margin-top: 5px;
}

main section.s02 .wrapper dl dd .itemlist li .t02 {
  font-size: 14px;
  line-height: 170%;
  margin-top: 5px;
  letter-spacing: 0;
}

main section.s02 .wrapper dl dd .itemlist li a {
  display: block;
  position: relative;
  margin-top: 15px;
}

main section.s02 .wrapper dl dd .itemlist li a img {
  width: 100%;
  display: block;
}

main section.s02 .wrapper dl dd .itemlist li a img.btn02 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s02 .wrapper dl dd .itemlist li a:hover {
  opacity: 1;
}

main section.s02 .wrapper dl dd .itemlist li a:hover .btn02 {
  opacity: 1 !important;
}

main section.s03 .wrapper .box01 {
  height: 620px;
  background-image: url(../../images/item_menu01.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

main section.s03 .wrapper .box01 img {
  width: 260px;
  display: block;
  position: absolute;
  top: 60px;
  right: calc(50% - 550px);
}

main section.s03 .wrapper ul li {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
}

main section.s03 .wrapper ul li.li01 {
  background-image: url(../../images/item_menu02.jpg);
}

main section.s03 .wrapper ul li.li02 {
  background-image: url(../../images/item_menu03.jpg);
}

main section.s03 .wrapper ul li a {
  display: block;
  height: 390px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 80px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s03 .wrapper ul li a .t01 {
  text-align: center;
  color: #fff;
  font-size: 38px;
}

main section.s03 .wrapper ul li a .t02 {
  width: 310px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 170%;
  color: #fff;
}

main section.s03 .wrapper ul li a .btn {
  width: 180px;
  display: block;
  margin: 20px auto 0;
  position: relative;
}

main section.s03 .wrapper ul li a .btn img {
  width: 100%;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s03 .wrapper ul li a .btn img.btn02 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

main section.s03 .wrapper ul li a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

main section.s03 .wrapper ul li a:hover .btn img.btn02 {
  opacity: 1;
}


main section.s04 .wrapper .box01 {
  height: 620px;
  background-image: url(../../images/item_menu01.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

main section.s04 .wrapper .box01 img {
  width: 260px;
  display: block;
  position: absolute;
  top: 60px;
  right: calc(50% - 550px);
}

main section.s04 .wrapper ul li {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
}

main section.s04 .wrapper ul li.li01 {
  background-image: url(../../images/item_menu02.jpg);
}

main section.s04 .wrapper ul li.li02 {
  background-image: url(../../images/item_menu03.jpg);
}

main section.s04 .wrapper ul li a {
  display: block;
  height: 390px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 80px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s04 .wrapper ul li a .t01 {
  text-align: center;
  color: #fff;
  font-size: 38px;
}

main section.s04 .wrapper ul li a .t02 {
  width: 310px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 170%;
  color: #fff;
}

main section.s04 .wrapper ul li a .btn {
  width: 180px;
  display: block;
  margin: 20px auto 0;
  position: relative;
}

main section.s04 .wrapper ul li a .btn img {
  width: 100%;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s04 .wrapper ul li a .btn img.btn02 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

main section.s04 .wrapper ul li a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

main section.s04 .wrapper ul li a:hover .btn img.btn02 {
  opacity: 1;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.ttlbox .wrapper {
    background-image: url(../../images/ttl_item.jpg);
  }
  main section.s01 .wrapper {
    padding: 50px 20px 0;
  }
  main section.s01 .wrapper .icon_ttl {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 7px;
    color: #0f1f55;
  }
  main section.s01 .wrapper .msg01 {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }
  main section.s02 .wrapper {
    padding-top: 40px;
  }
  main section.s02 .wrapper dl {
    padding-bottom: 30px;
  }
  main section.s02 .wrapper dl dt {
    height: 220px;
    position: relative;
    background-size: cover;
    background-position: center center;
  }
  main section.s02 .wrapper dl.dl01 dt {
    background-image: url(../../images/item0101.jpg);
  }
  main section.s02 .wrapper dl.dl01 dt img {
    display: block;
    width: 55px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  main section.s02 .wrapper dl.dl02 dt {
    background-image: url(../../images/item0200.jpg);
  }
  main section.s02 .wrapper dl.dl02 dt img {
    display: block;
    width: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  main section.s02 .wrapper dl.dl03 dt {
    background-image: url(../../images/item0300.jpg);
  }
  main section.s02 .wrapper dl.dl03 dt img {
    display: block;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
  main section.s02 .wrapper dl.dl04 dt {
    background-image: url(../../images/item_menu01.jpg);
  }
  main section.s02 .wrapper dl.dl04 dt img {
    display: block;
    width: 85px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
  main section.s02 .wrapper dl dd {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper dl dd .itemttl {
    position: relative;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #0f1f55;
    padding-left: 40px;
    padding-bottom: 7px;
  }
  main section.s02 .wrapper dl dd .itemttl .icon {
    width: 30px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  main section.s02 .wrapper dl dd .itemttl a {
    width: 150px;
    text-align: right;
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #0f1f55;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  main section.s02 .wrapper dl dd .itemttl a img {
    width: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 5px;
  }
  main section.s02 .wrapper dl dd .t01 {
    font-size: 14px;
    line-height: 150%;
    margin-top: 15px;
  }
  main section.s02 .wrapper dl dd .itemlist {
    margin-top: 40px;
  }
  main section.s02 .wrapper dl dd .itemlist li {
    width: calc(50% - 10px);
    float: left;
    margin: 0 0 30px !important;
  }
  main section.s02 .wrapper dl dd .itemlist li:nth-child(even) {
    float: right;
  }
  main section.s02 .wrapper dl dd .itemlist li > img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper dl dd .itemlist li .name {
    color: #0f1f55;
    font-size: 16px;
    margin-top: 5px;
  }
  main section.s02 .wrapper dl dd .itemlist li .t02 {
    font-size: 13px;
    line-height: 170%;
    margin-top: 5px;
    letter-spacing: 0;
  }
  main section.s02 .wrapper dl dd .itemlist li a {
    max-width: 180px;
    margin: 10px auto 0;
    display: block;
    position: relative;
  }
  main section.s02 .wrapper dl dd .itemlist li a img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper dl dd .itemlist li a img.btn02 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s02 .wrapper dl dd .itemlist li a:hover {
    opacity: 1;
  }
  main section.s02 .wrapper dl dd .itemlist li a:hover .btn02 {
    opacity: 1 !important;
  }
  
  
  main section.s03 .wrapper .box01 {
    height: 220px;
    background-image: url(../../images/item_menu01.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s03 .wrapper .box01 img {
    width: 100px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center center;
  }
  main section.s03 .wrapper ul li.li01 {
    background-image: url(../../images/item_menu02.jpg);
  }
  main section.s03 .wrapper ul li.li02 {
    background-image: url(../../images/item_menu03.jpg);
  }
  main section.s03 .wrapper ul li a {
    display: block;
    height: 220px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s03 .wrapper ul li a .t01 {
    text-align: center;
    color: #fff;
    font-size: 22px;
  }
  main section.s03 .wrapper ul li a .t02 {
    width: 310px;
    margin: 13px auto 0;
    font-size: 13px;
    line-height: 170%;
    color: #fff;
  }
  main section.s03 .wrapper ul li a .btn {
    width: 130px;
    display: block;
    margin: 20px auto 0;
    position: relative;
  }
  main section.s03 .wrapper ul li a .btn img {
    width: 100%;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s03 .wrapper ul li a .btn img.btn02 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
  }
  main section.s03 .wrapper ul li a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }
  main section.s03 .wrapper ul li a:hover .btn img.btn02 {
    opacity: 1;
  }
  
  
   main section.s04 .wrapper .box01 {
    height: 220px;
    background-image: url(../../images/item_menu01.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s04 .wrapper .box01 img {
    width: 100px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center center;
  }
  main section.s04 .wrapper ul li.li01 {
    background-image: url(../../images/item_menu02.jpg);
  }
  main section.s04 .wrapper ul li.li02 {
    background-image: url(../../images/item_menu03.jpg);
  }
  main section.s04 .wrapper ul li a {
    display: block;
    height: 220px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s04 .wrapper ul li a .t01 {
    text-align: center;
    color: #fff;
    font-size: 22px;
  }
  main section.s04 .wrapper ul li a .t02 {
    width: 310px;
    margin: 13px auto 0;
    font-size: 13px;
    line-height: 170%;
    color: #fff;
  }
  main section.s04 .wrapper ul li a .btn {
    width: 130px;
    display: block;
    margin: 20px auto 0;
    position: relative;
  }
  main section.s04 .wrapper ul li a .btn img {
    width: 100%;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s04 .wrapper ul li a .btn img.btn02 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
  }
  main section.s04 .wrapper ul li a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }
  main section.s04 .wrapper ul li a:hover .btn img.btn02 {
    opacity: 1;
  }
}
