@charset "UTF-8";
* {
/*
  font-family: 'Noto Sans JP', sans-serif,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
*/
font-family: sans-serif,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;


  margin: 0;
  padding: 0;
}
.wrap {
  padding-top: 105px;
}
img {
  vertical-align: top;
}

li {
  list-style: none;
}

.fadecont {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
--------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  .wrap {
    padding-top: 10vw;
  }
  img {
    vertical-align: top;
  }
  .openbtn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
  }
  .openbtn img {
    height: auto;
    width: 17.06667vw;
  }
  #spmenu {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    height: 100%;
    position: fixed;
    left: 0;
    top: -200%;
    width: 100%;
    z-index: 10;
  }
  #spmenu .inner {
    height: 100%;
    overflow: scroll;
  }
  #spmenu.on {
    top: -0;
  }
  .closebtn {
    display: none;
    position: fixed;
    right: 0.66667vw;
    top: 0.26667vw;
  }
  #spmenu.on .closebtn {
    display: block;
  }
  .closebtn img {
    height: auto;
    width: 15.73333vw;
  }
  .spmenulogo {
    margin-bottom: 14vw;
    padding: 3.33333vw 0 0 3.2vw;
  }
  .spmenulogo img {
    height: auto;
    width: 50.53333vw;
  }
  .openmenu {
    margin: 0 auto;
    padding-bottom: 6.66667vw;
    width: 78.66667vw;
  }
  .openmenu1 {
    margin-bottom: 3.73333vw;
    margin-top: 14vw;
  }
  .openmenu2 {
    margin-bottom: 7.73333vw;
  }
  .openmenu1 + p {
    font-size: 4.26667vw;
    margin-bottom: 7.33333vw;
    text-align: center;
  }
  .openmenu1,
  .openmenu2 {
    border-bottom: 1px dashed #000;
  }
  .openmenu li a {
    background: url(../images/1x/nav/arrorw.png) no-repeat left 0.7em;
    background-size: 1.33333vw auto;
    color: #000;
    display: block;
    padding-left: 3.46667vw;
    text-decoration: none;
  }
  .openmenu1 li {
    margin-bottom: 6.66667vw;
  }
  .openmenu2 li {
    display: inline-block;
    margin-bottom: 6.66667vw;
    width: 37.33333vw;
  }
  .openmenu3 + div {
    margin: 0 auto 2.93333vw;
    width: 78.66667vw;
  }
  .openmenu3 + div img {
    height: auto;
    width: 80.13333vw;
  }
  .openmenu3 + div + p {
    background: #EBEBEB;
    border-radius: 5px;
    font-size: 2.4vw;
    line-height: 6.66667vw;
    margin: 0 auto;
    text-align: center;
    width: 78.66667vw;
  }
  /* main */
  #main {
    background: url(../images/1x/main/spbg.png) no-repeat top center;
    background-size: 100% auto;
    height: 160vw;
/*    position: fixed;*/
    top: 0;
    left: 0;
    z-index: 1;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
  }
  #pageheader h1 {
    margin-bottom: 7.33333vw;
    padding-top: 2.93333vw;
    padding-left: 2.93333vw;
  }
  #pageheader h1 img {
    height: auto;
    width: 50.86667vw;
  }
  #main .inner {
    text-align: center;
  }
  #main p.txt1 img {
    height: auto;
    width: 70vw;
  }
  #main h2 {
    margin-bottom: 5.33333vw;
  }
  #main h2 img {
    height: auto;
    width: 97.46667vw;
  }
  #main p.txt2 {
    margin-bottom: 8vw;
  }
  #main p.txt2 img {
    height: auto;
    width: 82.73333vw;
  }
  #main p.txt3 img {
    height: auto;
    width: 64.6vw;
  }
  #gnav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 5;
  }
  #gnav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 33.3333%;
  }
  #gnav li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
  }
  #gnav li:not(:nth-child(3n)) a:before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  #gnav li:nth-child(1) a,
  #gnav li:nth-child(2) a,
  #gnav li:nth-child(3) a {
    border-bottom: 1px solid #fff;
  }
  #gnav li img {
    height: auto;
    width: 100%;
  }
  #cont1,
  #cont2,
  #cont3,
  #cont4,
  #cont5,
  footer {
    position: relative;
    z-index: 2;
    
  }
  /* cont 1 */
  #cont1 {
    background: #E9528E;
    text-align: center;
    padding: 9.33333vw 0;
    position: relative;
    z-index: 2;
 /*   margin-top: 160vw;*/
  }
  #cont1 h3 {
    margin-bottom: 8vw;
  }
  #cont1 h3 img {
    height: auto;
    width: 46.73333vw;
  }
  #cont1 h3 + p {
    margin-bottom: 6.66667vw;
  }
  #cont1 h3 + p img {
    height: auto;
    width: 65.66667vw;
  }
  #cont1 h3 + p + p {
    color: #FFEF00;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10.66667vw;
  }
  #cont1 .itemlist {
    margin: 0 auto 12vw;
    width: 88vw;
  }
  #cont1 .itemlist li {
    display: inline-block;
  }
  #cont1 .itemlist li img {
    height: auto;
    width: 43.33333vw;
  }
  #cont1 .itemlist li:nth-child(1) img {
    height: auto;
    width: 88.26667vw;
  }
  #cont1 .itemlist + p {
    color: #fff;
    font-size: 4.53333vw;
    font-weight: bold;
    text-align: left;
    margin: 0 auto 6.66667vw;
    width: 88vw;
  }
  #cont1 .itemlist + p + ul {
    text-align: left;
    margin: 0 auto 0;
    width: 88vw;
  }
  #cont1 .itemlist + p + ul li {
    color: #fff;
    font-size: 3.2vw;
    line-height: 2em;
    padding-left: 3.2vw;
    position: relative;
  }
  #cont1 .itemlist + p + ul li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  /* cont 2 */
  #cont2 {
    background: url(../images/1x/cont2/spbg.png) no-repeat bottom center;
    background-size: cover;
    text-align: center;
    padding: 14.66667vw 0 26.66667vw;
  }
  #cont2 h3 {
    margin-bottom: 5.33333vw;
  }
  #cont2 h3 img {
    height: auto;
    width: 46.73333vw;
  }
  #cont2 h3 + p {
    margin-bottom: 3.33333vw;
  }
  #cont2 h3 + p img {
    height: auto;
    width: 80.33333vw;
  }
  #cont2 p + div {
    margin-bottom: 9.33333vw;
  }
  #cont2 p + div img {
    height: auto;
    width: 72.33333vw;
  }
  #cont2 ol {
    margin: 0 auto 9.33333vw;
    width: 88.06667vw;
  }
  #cont2 ol li:nth-child(1),
  #cont2 ol li:nth-child(2) {
    background: #fff;
    border-radius: 10px;
    list-style: none;
    font-size: 3.73333vw;
    line-height: 12vw;
    margin-bottom: 6.66667vw;
    text-align: center;
    position: relative;
    width: 88.06667vw;
  }
  #cont2 ol li:nth-child(1):before,
  #cont2 ol li:nth-child(2):before {
    background: url(../images/1x/cont2/sparrow.png) no-repeat center bottom;
    background-size: 12.53333vw auto;
    content: "";
    display: block;
    position: absolute;
    bottom: -5.13333vw;
    height: 5.13333vw;
    width: 88.06667vw;
    z-index: 1;
  }
  #cont2 ol li:nth-child(1) span,
  #cont2 ol li:nth-child(2) span {
    color: #D65F4B;
    font-size: 5.33333vw;
    font-weight: bold;
  }
  #cont2 ol li:nth-child(3) img {
    height: auto;
    width: 88.06667vw;
  }
  #cont2 ol + p {
    font-size: 4vw;
    line-height: 2em;
    margin-bottom: 20px;
  }
  #cont2 ol + p sup {
    font-size: 1.6vw;
  }
  #cont2 ol + p span {
    display: inline-block;
  }
  #cont2 ol + p + p {
    font-size: 3.2vw;
    line-height: 2em;
    margin: 0 6vw 6.66667vw;
  }
  #cont2 ol + p + p + div img {
    height: auto;
    width: 72.4vw;
  }
  /* cont 3 */
  #cont3 {
    background: #21296B;
    text-align: center;
    padding: 13.33333vw 0 13.33333vw;
  }
  #cont3 h3 {
    margin-bottom: 11.33333vw;
  }
  #cont3 p {
    color: #fff;
  }
  #cont3 a {
    color: #fff;
  }
  #cont3 h3 img {
    height: auto;
    width: 46.73333vw;
  }
  #cont3 h3 + p {
    margin-bottom: 12.66667vw;
  }
  #cont3 h3 + p img {
    height: auto;
    width: 84.53333vw;
  }
  #cont3 div {
    margin-bottom: 7.33333vw;
  }
  #cont3 div img {
    height: auto;
    width: 42.6vw;
  }
  #cont3 div + p {
    font-size: 4vw;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 2vw;
  }
  #cont3 div + p + p {
    font-size: 3.2vw;
  }
  /* cont 4 */
  #cont4 {
    background: #00A63C;
    padding: 13.33333vw 0 13.33333vw;
  }
  #cont4 h3,
  #cont4 h3 + p,
  #cont4 h3 + p + p,
  #cont4 h3 + p + p + div {
    text-align: center;
  }
  #cont4 h3 {
    margin-bottom: 7.33333vw;
  }
  #cont4 h3 img {
    height: auto;
    width: 84.4vw;
  }
  #cont4 h3 + p {
    color: #fff;
    font-size: 3.46667vw;
    line-height: 2em;
    margin-bottom: 6vw;
  }
  #cont4 h3 + p + p {
    margin-bottom: 3.33333vw;
  }
  #cont4 h3 + p + p img {
    height: auto;
    width: 30.2vw;
  }
  #cont4 h3 + p + p + div {
    margin-bottom: 12vw;
  }
  #cont4 h3 + p + p + div img {
    height: auto;
    width: 52.06667vw;
  }
  #cont4 .menu {
    margin-bottom: 4.66667vw;
    text-align: center;
  }
  #cont4 .menu li {
    display: inline-block;
  }
  #cont4 .menu li img {
    height: auto;
    width: 29.8vw;
  }
  .tabcont0,
  .tabcont1,
  .tabcont2 {
    display: block !important;
  }
  .chara {
    display: none;
  }
  .tabcont {
    margin: 0 auto;
    width: 94.66667vw;
  }
  .tabcont0,
  .item1,
  .item2,
  .item3,
  .item4 {
    background: #fff;
    padding: 2.66667vw 0 0;
  }
  .tabcont h4 {
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .tabcont h4 img {
    height: auto;
    width: 88vw;
  }
  .tabcont h4 + ul > li,
  .imtelist li {
    width: 88vw;
  }
  .tabcont h4 + ul > li,
  .imtelist li {
    border-bottom: 1px dashed #000;
    margin: 0 auto 6.66667vw;
    padding-bottom: 5.33333vw;
  }
  .tabcont .point,
  .tabcont .data {
    display: inline-block;
    vertical-align: top;
  }
  .tabcont h5 {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    margin-bottom: 1.33333vw;
    padding-left: 3.33333vw;
  }
  .tabcont .point dd img {
    height: auto;
    width: 45.33333vw;
  }
  .tabcont .data {
    width: 40vw;
  }
  .tabcont .data dt {
    font-size: 3.73333vw;
    margin-top: 4.66667vw;
    margin-bottom: 10px;
  }
  .tabcont .data dt span {
    display: block;
    font-size: 2.633vw;
    margin-top: 4vw;
  }
  .tabcont .data dt span.pc {
    display: none;
  }
  .tabcont .price {
    color: #CF2C25;
    font-size: 2.93333vw;
    position: relative;
    padding-top: 6.66667vw;
    margin-bottom: 2vw;
    text-align: right;
  }
  .tabcont .price span {
    background: #CF2C25;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 3.2vw;
    line-height: 5.06667vw;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 18.4vw;
  }
  .tabcont .price strong {
    font-size: 5.6vw;
  }
  .tabcont .price .delvery {
    background: none;
    display: block;
    color: #000;
    position: relative;
    text-align: right;
    width: 100%;
  }
  .orderbtn {
    margin-top: 5.33333vw;
  }
  .orderbtn img {
    height: auto;
    width: 41.4vw;
  }
  .tabcont .centerbtn {
    text-align: center;
  }
  #cont4 .centerbtn img {
    height: auto;
    width: 70.93333vw;
  }
  .detaildata {
    background: #F0F0F0;
    margin-top: 10.66667vw;
    padding: 4vw 0;
  }
  .detaildata p {
    font-size: 3.46667vw;
    line-height: 5.6vw;
    margin: 0 3.33333vw;
  }
  .sp.indentkome {
    color: #fff;
    font-size: 3.2vw;
    margin: 4vw 2vw 12vw;
    padding-left: 2.93333vw;
    position: relative;
  }
  .sp.indentkome:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  #cont4 .otheritem {
    margin: 45px auto 0;
    text-align: center;
  }
  #cont4 .otheritem dt {
    margin-bottom: 6.66667vw;
  }
  #cont4 .otheritem dt img {
    height: auto;
    width: 81.73333vw;
  }
  #cont4 .otheritem dd img {
    height: auto;
    width: 93.73333vw;
  }
  /* cont 5 */
  #cont5 {
    background: #fff;
    margin: 0;
    padding: 13.33333vw 6vw 4vw;
  }
  #cont5 h3 {
    margin-bottom: 12vw;
    text-align: center;
  }
  #cont5 h3 img {
    height: auto;
    width: 65.8vw;
  }
  #cont5 ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3.33333vw;
    width: 40.66667vw;
  }
  #cont5 ul li:not(:nth-child(2n)) {
    margin-right: 2.66667vw;
  }
  #cont5 ul li dt img {
    height: auto;
    width: 100%;
  }
  #cont5 ul li dt + dd {
    font-family: 'Hiragino Sans','ヒラギノ角ゴシック';
    margin: 1.33333vw 0;
  }
  #cont5 ul li dd {
    font-size: 2.4vw;
  }
  #cont5 ul li:nth-child(1) dd img {
    height: auto;
    width: 39.66667vw;
  }
  #cont5 ul li:nth-child(2) dd img {
    height: auto;
    width: 40.4vw;
  }
  #cont5 ul li:nth-child(3) dd img {
    height: auto;
    width: 37.46667vw;
  }
  #cont5 ul li:nth-child(4) dd img {
    height: auto;
    width: 37.66667vw;
  }
  #cont5 ul li:nth-child(5) dd img {
    height: auto;
    width: 37vw;
  }
  #cont5 ul li:nth-child(6) dd img {
    height: auto;
    width: 35.8vw;
  }
  #cont5 ul li:nth-child(7) dd img {
    height: auto;
    width: 35.53333vw;
  }
  /* footer */
  footer {
    background: #fff;
    border-top: 1px solid #000;
    padding: 4vw 0 34vw;
  }
  footer p {
    font-size: 1.86667vw;
    text-align: center;
  }
  .sptopborder {
    border-top: 1px dashed #000;
  }
  .spmt40 {
    margin-top: 5.33333vw !important;
  }
  .spmb80 {
    margin-bottom: 10.66667vw !important;
  }
  .spmb120 {
    margin-bottom: 16vw !important;
  }
  .sppt50 {
    padding-top: 6.66667vw !important;
  }
  .pc {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #pageheader {
    margin-bottom: 42px;
  }
  #pageheader h1 {
    padding-top: 15px;
    margin-left: 30px;
  }
  .hoveraction img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .hoveraction img:hover {
    opacity: 0.6;
  }

body{
  background: url(../images/1x/main/repeat.png) repeat-x top left;
}

  /* main */
  #main {
    background: url(../images/1x/main/bg.png) no-repeat bottom center;
    position: relative;
    height: 716px;
    min-width: 1100px;
/*    position: fixed;*/
position: relative;
top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  /*
  #main:before,
  #main:after {
    content: "";
    display: block;
    position: absolute;
  }
  #main:before {
    background: url(../images/1x/main/left.png) no-repeat center center;
    height: 467px;
    width: 691px;
    top: -10px;
    left: -35px;
  }
  #main:after {
    background: url(../images/1x/main/right.png) no-repeat center center;
    height: 293px;
    width: 619px;
    top: -10px;
    right: 0;
  }
  */
  #main .inner {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 1100px;
  }
  #main .inner h2 {
    margin-top: -75px;
  }
  #main .inner h2 + p {
    position: absolute;
    right: 0;
    top: -110px;
    z-index: 2;
  }
  /* nav */
  #gnav {
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 3;
  }
  #gnav ul {
    -webkit-box-shadow: 0px 0px 16px -6px #170000;
            box-shadow: 0px 0px 16px -6px #170000;
    border-radius: 15px;
    margin: 0 auto;
    width: 1100px;
  }
  #gnav li {
    display: inline-block;
    background: #fff;
    position:relative;
  }
  #gnav li:not(:last-child):after{
    background:#fff;
    content:"";
    display:block;
    position:absolute;
    height:100%;
    width:1px;
    right:0;
    top:0;
  }
  
  #gnav li:first-child {
    border-radius: 15px 0 0 15px;
  }
  #gnav li:last-child {
    border-radius: 0 15px 15px 0;
  }
  #cont1,
  #cont2,
  #cont3,
  #cont4,
  #cont5,
  footer {
    position: relative;
    z-index: 2;
    min-width:1100px;
  }
  /* cont 1 */
  #cont1 {
    background: #E9528E;
    text-align: center;
/*    margin-top: 716px;*/
    padding: 100px 0 95px;
  }
  #cont1 h3 {
    margin-bottom: 50px;
  }
  #cont1 h3 + p {
    margin-bottom: 45px;
  }
  #cont1 h3 + p + p {
    color: #FFEF00;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 80px;
  }
  #cont1 .itemlist {
    margin: 0 auto 50px;
    width: 1004px;
  }
  #cont1 .itemlist li {
    display: inline-block;
  }
  #cont1 .itemlist + p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 0 auto 25px;
    width: 1004px;
  }
  #cont1 .itemlist + p + ul {
    text-align: left;
    margin: 0 auto 0;
    width: 1004px;
  }
  #cont1 .itemlist + p + ul li {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    padding-left: 14px;
    position: relative;
  }
  #cont1 .itemlist + p + ul li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  /* cont 2 */
  #cont2 {
    background: url(../images/1x/cont2/bg.png) no-repeat bottom center;
    background-size: cover;
    text-align: center;
    padding: 100px 0 95px;
  }
  #cont2 h3 + p {
    margin: -15px auto 40px;
  }
  #cont2 p + div {
    margin: 0 auto 70px;
  }
  #cont2 ol {
    margin: 0 auto 70px;
    width: 861px;
  }
  #cont2 ol li:nth-child(1),
  #cont2 ol li:nth-child(2) {
    background: #fff;
    border-radius: 10px;
    list-style: none;
    font-size: 24px;
    line-height: 90px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    width: 861px;
  }
  #cont2 ol li:nth-child(1):before,
  #cont2 ol li:nth-child(2):before {
    background: url(../images/1x/cont2/arrow.png) no-repeat center bottom;
    content: "";
    display: block;
    position: absolute;
    bottom: -39px;
    height: 39px;
    width: 861px;
    z-index: 1;
  }
  #cont2 ol li:nth-child(1) span,
  #cont2 ol li:nth-child(2) span {
    color: #D65F4B;
    font-size: 30px;
    font-weight: bold;
  }
  #cont2 ol + p {
    line-height: 2em;
    margin-bottom: 20px;
    font-size: 24px;
  }
  #cont2 ol + p sup {
    font-size: 10px;
  }
  #cont2 ol + p span {
    display: inline-block;
    font-size: 27px;
  }
  #cont2 ol + p + p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 70px;
  }
  /* cont 3 */
  #cont3 {
    background: #21296B;
    text-align: center;
    padding: 100px 0 95px;
  }
  #cont3 h3 {
    margin-bottom: 45px;
  }
  #cont3 h3 + p {
    margin-bottom: 60px;
  }
  #cont3 div + p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 30px;
  }
  #cont3 p {
    color: #fff;
  }
  #cont3 a {
    color: #fff;
  }
  #cont3 div + p + p {
    font-size: 14px;
  }
  /* cont 4 */
  #cont4 {
    background: #00A63C;
    padding: 100px 0 95px;
  }
  #cont4 .inner {
    margin: 0 auto;
    width: 1040px;
  }
  #cont4 h3,
  #cont4 h3 + p,
  #cont4 h3 + p + p,
  #cont4 h3 + p + p + div {
    text-align: center;
  }
  #cont4 h3 {
    margin-bottom: 50px;
  }
  #cont4 h3 + p {
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 40px;
  }
  #cont4 h3 + p + p {
    margin-bottom: 20px;
  }
  #cont4 h3 + p + p + div {
    margin-bottom: 55px;
  }
  #cont4 .tab {
    position: relative;
  }
  #cont4 .tab:before {
    background: #FFEF35;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  #cont4 .tab li {
    cursor: pointer;
    display: inline-block;
  }
  #cont4 .tab li:nth-child(1) {
    background: url(../images/1x/cont4/tab0_on.png) no-repeat center bottom;
  }
  #cont4 .tab li:nth-child(2) {
    background: url(../images/1x/cont4/tab1_on.png) no-repeat center bottom;
  }
  #cont4 .tab li:nth-child(3) {
    background: url(../images/1x/cont4/tab2_on.png) no-repeat center bottom;
  }
  #cont4 .tab li img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #cont4 .tab li.on img,
  #cont4 .tab li img:hover {
    opacity: 0;
  }
  #cont4 .tab li:not(:last-child) {
    margin-right: 8.5px;
  }
  #cont4 .otheritem {
    margin: 45px auto 0;
    text-align: center;
  }
  #cont4 .otheritem dd.pc {
    color: #fff;
    font-size: 14px;
    margin-bottom: 50px;
    text-align: left;
  }
  #cont4 .otheritem dt {
    margin-bottom: 50px;
  }
  .tabcont1,
  .tabcont2 {
    display: none;
  }
  .tabcont0 .chara,
  .tabcont1 .chara,
  .tabcont2 .chara {
    padding-top: 45px;
    text-align: center;
    vertical-align: middle;
  }
  .tabcont0 .chara,
  .tabcont1 .chara {
    vertical-align: middle;
  }
  .pc_leftborder{
    display:table-cell!important;
  }
  .tabcont2 .chara {
    display:table-cell;
  }

  .tabcont2 .chara + li {
    padding-top: 45px;
  }
  .tabcont {
    background: #fff;
    padding: 40px 0 0;
  }
  .tabcont h4 {
    text-align: center;
    margin-bottom: 30px;
  }
  .tabcont h4 + ul,
  .imtelist {
    margin: 0 auto;
    width: 921px;
  }
  .imtelist.topborder {
    border-top: 1px dashed #000;
    margin: 80px auto;
    padding-top: 25px;
  }
  .tabcont h4 + ul > li,
  .imtelist > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    vertical-align: middle;
    width: 460px;
  }
  .tabcont h4 + ul > li:nth-child(even),
  .imtelist > li:nth-child(even) {
    padding-left: 52px;
  }
  .tabcont h4 + ul > li:nth-child(odd),
  .imtelist > li:nth-child(odd) {
    border-right: 1px dashed #000;
    padding-right: 52px;
  }
  .tabcont h4 + ul > li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    border-bottom: 1px dashed #000;
  }
  .tabcont h5 {
    border-left: 5px solid #FFEF35;
    font-size: 17px;
    line-height: 26px;
    padding-left: 10px;
  }
  .tabcont h5.pb1 {
    margin-bottom: 0.7em;
  }
  .type {
    position: absolute;
    right: 0;
    top: 30px;
  }
  .type li {
    margin-bottom: 3px;
  }
  .tabcont ul li:nth-child(odd) .type {
    right: 50px;
  }
  .tabcont .data {
    position: relative;
  }
  .tabcont .data dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tabcont .data dt strong {
    font-size: 18px;
  }
  .tabcont .data dt span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }
  .tabcont .price {
    color: #CF2C25;
    font-size: 13px;
    position: relative;
    margin-bottom: 30px;
    padding-left: 150px;
  }
  .tabcont .price span {
    background: #CF2C25;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
  }
  .tabcont .price span.delvery.sp {
    display: none;
  }
  .tabcont .price strong {
    font-size: 26px;
  }
  .tabcont .data .item {
    position: absolute;
    bottom: 91px;
    right: 0;
  }
  .tabcont .imtelist.topborder .data .item {
    bottom: 195px;
  }
  .tabcont .orderbtn {
    text-align: center;
  }
  .tabcont .data + .btn {
    position: absolute;
    bottom: -55px;
    text-align: center;
    width: 408px;
  }
  .tabcont .centerbtn {
    text-align: center;
  }
  .detaildata {
    background: #F0F0F0;
    margin-top: 60px;
    padding: 25px 0;
  }
  .detaildata p {
    font-size: 16px;
    line-height: 2em;
    text-align: center;
  }
  .tabcont1 .item2,
  .tabcont2 .item2 {
    margin-top: 40px;
  }
  .tabcont2 .item2 ul {
    margin-bottom: 156px;
  }
  /* cont 5 */
  #cont5 {
    background: #fff;
  }
  #cont5 .inner {
    margin: 0 auto;
    padding: 85px 0 75px;
    width: 950px;
  }
  #cont5 h3 {
    margin-bottom: 55px;
    text-align: center;
  }
  #cont5 p {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #cont5 ul li {
    display: inline-block;
    margin-bottom: 25px;
  }
  #cont5 ul li:not(:nth-child(4n)) {
    margin-right: 25px;
  }
  #cont5 ul li dt + dd {
    font-family: 'Hiragino Sans','ヒラギノ角ゴシック';
    margin: 10px 0;
  }
  #cont5 ul li dd {
    font-size: 13px;
  }
  /* footer */
  footer {
    background: #fff;
    border-top: 1px solid #000;
    padding: 18px 0 125px;
  }
  footer p {
    font-size: 12px;
    text-align: right;
    padding-right: 35px;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .sp {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */
