@charset "UTF-8";

.container,
.navbar-static-top .container,
.navbar-fixed-bottom .container,
.span12 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


@import url('https://fonts.googleapis.com/css?family=Allura|Noto+Sans+JP');

#page-body p {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 0 10px;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    opacity: .7;
    transition: .3s;
    text-decoration: none;
}
a:hover {
  color: #777;
  text-decoration: none;
  opacity: 0.7;
}

.mainWrap img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    display: block;
    margin: 0 auto;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}


ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mainWrap {
    display: block;
    /* width: 100%; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0;
    color: #000;
}
.mainWrap a img:hover {
    opacity: .7;
    transition: .3s;
}

@media screen and (min-width:980px){
  .breadcrumb__list{
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width:980px) and (max-width:1200px){
  .breadcrumb__list{
    width: 940px;
  }
}

/*--------------------------
ここから追加
-------------------------*/
#page-body {
  letter-spacing: .192em;
  line-height: 1.4em;
}
.bold {
  font-weight: bold;
}

.sp_view,.view_425 {
  display: none;
}
.pc_view {
  display: inline;
}
#titleText{
  font-size: 11px;
  color: #575757;
}
.container:after, .container:before {
  display: table;
  line-height: 0;
  content: "";
}


@media only screen and (max-width: 767px) {
  #page-body {
    padding: 0 calc(20* (100vw / 750));
    width: auto;
    border: none;
    clear: both;
    line-height: 1.15;
  }

  .sp_view{
    display: inline;
  }
  .pc_view {
    display: none;
  }
  #titleText{
    font-size: calc(20* (100vw / 750));
  }
  .static:not(.grandtop) #page-body, .customer #page-body, .mypage #page-body {
    padding: 0 calc(20* (100vw / 750));
    width: auto;
  }
  .top-inner h2 p {
    letter-spacing: .14em;
  }
  .item_top_text {
    letter-spacing: 0.6em;
    line-height: calc(28* (100vw / 750));
  }
  .breadcrumb__list{
    width: 100vw;
    margin-left: calc(-20 * (100vw / 750));
  }

}
@media (max-width: 425px) {
  .view_425{
      display: inline;
  }
}

#wrapper{
  overflow: visible;
}
.navDrawr{
  overflow: hidden;
}
@media (max-width: 979px) {
  .navDrawr{
    overflow-y: auto;
}
.breadcrumb__list{
  flex-wrap: nowrap;
}
.breadcrumb__list-item:nth-of-type(2){
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb__txt{
  width: auto;
  white-space: normal;
  float: none;
  padding: calc(30* (100vw / 750)) 0 0;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb {
  margin-bottom: 10px;
}

}




/*--------------------------
top-inner
-------------------------*/
.top-inner h2 {
  text-align: center;
  margin-bottom: 10%;
}
.top-inner h2 img {
  margin-bottom: 8%;
}
.top-inner h2 .logo {
  margin-bottom: 4%;
}
.top-inner h2 p {
  font-size: 16px;
  line-height:1.8em;
}
.top-inner p span {
}
@media (max-width: 639px) {
  .top-inner h2 {
    margin-bottom: 15%;
  }
  .top-inner h2 img {
    margin-bottom: 8%!important;
  }
  .top-inner h2 .logo {
    width: 70%;
    margin-bottom: 8%;
  }
  .top-inner h2 p {
    font-size: calc(28* (100vw / 750));
    line-height:1.6em;
    text-align: left;
  }
  .top-inner h2 p span {
  }
}
@media (max-width: 425px) {
  .top-inner h2 {
  }
  .top-inner h2 img {
  }
  .top-inner h2 .logo {
  }
  .top-inner h2 p {
  }
  .top-inner h2 p span {
  }
}




/*--------------------------
item_erea
-------------------------*/
.item_erea {
  width: 100%;
  text-align: center;
  margin-bottom: 8%;
}
@media (max-width: 639px) {
  .item_erea {
  }
}
@media (max-width: 425px) {
  .item_erea {
  }
}




/*--------------------------
item_top
-------------------------*/
.item_top_img {
  margin-bottom: 4%;
}
.item_top_text {
}
.item {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 2%!important;
}
.credit .price {
  font-size: 18px;
}
.credit .tax {
  font-size: 12px;
}
.sub_text {
  font-size: 16px;
  line-height: 1.6em;
}
@media (max-width: 639px) {
  .item_top_img {
    margin-bottom: 5%;
  }
  .item_top_text {
  }
  .item {
    font-size: calc(36* (100vw / 750));
  }
  .credit .price {
    font-size: calc(36* (100vw / 750));
  }
  .credit .tax {
    font-size: calc(24* (100vw / 750));
  }
  .sub_text {
    font-size: calc(24* (100vw / 750));
  }
}
@media (max-width: 425px) {
}




/*-------------------------
link-erea
-------------------------*/
.link-erea {
    width: 100%;
    max-width: 45%;
    margin: 0 auto 15% auto;
}
.link-erea-inner {
    width: 100%;
    margin: auto 0;
    display: block;
}
.link-erea-inner:first-child {
    margin-right: 5%;
}
.link-erea-inner a {
    background: #000000;
    text-align: center;
    display: block;
    padding: 14px 0 14px 0;
    font-size: 18px;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 20px;
}
.link-erea-inner a:visited,
.link-erea-inner a:link,
.link-erea-inner a:active {
    color: #ffffff;
}
.link-erea-inner a:hover {
    opacity: .7;
    transition: .3s;
}

@media (max-width: 639px) {
    .link-erea {
        width: 100%;
        max-width: calc(1280* (100vw / 750))640px;
        margin: 25% auto;
    }
    .link-erea-inner {
        width: 100%;
        margin: auto 0;
        display: block;
    }
    .link-erea-inner:first-child {
        margin-right: 5%;
    }
    .link-erea-inner a {
        background: #000000;
        text-align: center;
        display: block;
        padding: calc(30* (100vw / 750)) 0 calc(30* (100vw / 750)) 0;
        font-size: calc(30* (100vw / 750));
        text-decoration: none;
        transition: .3s;
        margin-bottom: calc(40* (100vw / 750));
    }
    .link-erea-inner a:visited,
    .link-erea-inner a:link,
    .link-erea-inner a:active {
        color: #ffffff;
    }

    .link-erea-inner a:hover {
        opacity: .7;
        transition: .3s;
    }
}

@media (max-width: 425px) {
    .link-erea {
        width: 100%;
        max-width: calc(1280* (100vw / 750));
        margin: 25% auto;
    }
    .link-erea-inner {
        width: 100%;
        margin: auto 0;
        display: block;
        letter-spacing: 0.6em;
    }
    .link-erea-inner:first-child {
        margin-right: 5%;
    }
    .link-erea-inner a {
        background: #000000;
        text-align: center;
        display: block;
        padding: calc(30* (100vw / 750)) 0 calc(30* (100vw / 750)) 0;
        font-size: calc(30* (100vw / 750));
        text-decoration: none;
        transition: .3s;
        margin-bottom: calc(40* (100vw / 750));
    }
    .link-erea-inner a:visited,
    .link-erea-inner a:link,
    .link-erea-inner a:active {
        color: #ffffff;
    }

    .link-erea-inner a:hover {
        opacity: .7;
        transition: .3s;
    }
}

@media (max-width: 1280px){
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12, #header-nav, #global-navi .nav, #global-navi.fixed .nav {
    width: 100%;
}

}



