@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;
}

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 {

  }
  img {
    vertical-align: top;
  }
  .openbtn {
    position: fixed;
    right: 3.466666667vw;
    top: 2.93333333vw;
    z-index: 8;
  }
  .openbtn img {
    height: auto;
    width: 7.2vw;
  }
  #spmenu {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #E2006F;
    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: 3.466666667vw;
    top: 2.93333333vw;
  }
  #spmenu.on .closebtn {
    display: block;
  }
  .closebtn img {
    height: auto;
    width: 5.866666667vw;
  }
  .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 {
    color: #fff;
    font-size: 4.26667vw;
    margin-bottom: 7.33333vw;
    text-align: center;
  }
  .openmenu1,
  .openmenu2 {
    border-bottom: 1px dashed #fff;
  }
  .openmenu li a {
    background: url(../images/1x/nav/arrorw.png) no-repeat left 0.7em;
    background-size: 1.33333vw auto;
    color: #fff;
    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/2x/main/spbg.png) no-repeat top center;
    background-size: cover;
    padding-top:12.26666667vw;
    padding-bottom: 8vw;;
/*    position: fixed;*/
  }
  #main .inner {
    text-align: center;
  }
  #main h1 {
    margin-bottom:4vw;

  }
  #main h1 img {
    height:auto;
    width:100%;
  }
  #main h1 + p{
    color:#fff;
    font-weight:bold;
    font-size:3.2vw;
    line-height:5.333333333vw;
    text-align:center;
    top:0;
    left: 0;
    position: static;;
  }
  
  
  #main p{
    position:absolute;
    top:4vw;
    left:4vw;
  }
  #main p img {
    height: auto;
    width: 51.266vw;
  }
  #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 img {
    height: auto;
    width: 100%;
  }
  #cont1,
  #cont2,
  #cont3,
  #cont4,
  #cont5,
  footer {
    position: relative;
    z-index: 2;

  }
  /* cont 1 */
  #cont1 {
    background: #EC6D88;
    text-align: center;
    padding: 5.333333333vw 0;
    position: relative;
    z-index: 2;
 /*   margin-top: 160vw;*/
  }
  #cont1 h3 {
  }
  #cont1 h3 img {
    height: auto;
    width: 67vw;
  }
  #cont1 h3 + p {
    margin-bottom: 6.66667vw;
  }
  #cont1 h3 + p img {
    height: auto;
    width: 81.5333vw;
  }
  #cont1 h3 + p + p {
    color: #FFEF00;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10.66667vw;
  }
  #cont1 .itemlist {
    margin: 0 auto 0;
    width: 88vw;
    position:relative;
  }
  #cont1 .itemlist:before,
  #cont1 .itemlist:after {
    background: url(../images/2x/cont1/line.png) no-repeat bottom center;
    background-size: cover;

    content:"";
    display: block;
    position:absolute;
    height:100%;
    width:3.6vw;
    top:0;
  }
  
  #cont1 .itemlist:before{
    left:-3.6vw;
  }
  #cont1 .itemlist:after {
    right:-3.6vw;
  }
  #cont1 .itemlist li {
    display: inline-block;
  }
  #cont1 .itemlist li img {
    height: auto;
    width: 44vw;
  }
  #cont1 .itemlist li:nth-child(1) img,
  #cont1 .itemlist li:nth-child(12) img {
    height: auto;
    width: 88vw;
  }
  #cont1 .itemlist + p {
    background:#19325F;
    color:#fff;
    font-size: 4.53333vw;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 6.66667vw;
    padding:7.333333333vw 0;
    width: 88vw;
  }

  #cont1 .itemwrap + p {
    font-size: 3.2vw;
    line-height: 2em;
    margin:0 auto 0;
    padding-left: 3.2vw;
    position: relative;
    text-align: left;
    width: 88vw;
  }
  #cont1 .itemwrap + p:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }


  /* cont 2 */
  #cont2 {
    background:#1a325e url(../images/2x/cont2/spbg.png) no-repeat bottom center;
    background-size: cover;
    text-align: center;
    padding: 5.333333333vw 0 26.66667vw;
  }
  #cont2 h3 {
    margin-bottom: 5.33333vw;
  }
  #cont2 h3 img {
    height: auto;
    width: 67vw;
  }
  #cont2 h3 + p {
    margin-bottom: 3.33333vw;
  }
  #cont2 h3 + p img {
    height: auto;
    width: 80.33333vw;
  }
  #cont2 p + div {
    text-align:left;
    margin:0 4vw 9.33333vw;
  }
  #cont2 p + div img {
    height: auto;
    width: 83vw;
  }
  #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: #E85514;
    font-size: 3.733333333vw;
    font-weight: bold;
  }
  #cont2 ol li:nth-child(1) span strong,
  #cont2 ol li:nth-child(2) span strong{
    font-size: 5.33333vw;
  }
  #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 {
    font-size:3.733333333vw;
    display: inline-block;
  }
  #cont2 ol + p strong {
    font-size:4.666666667vw;
    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;
  }
  #cont2 .tyuu{
    text-indent: -1em;
    margin:0 4vw 4vw;
    padding-left:1em;
    text-align:left;
  }
  #cont2 .tyuu li{
    font-size:3.2vw;
    line-height:5.066666667vw;
  }
  #cont2 .hoveraction img{
    height:auto;
    width:70.66666667vw;
  }


  /* cont 3 */
  #cont3 {
    background: #fff url(../images/2x/cont3/spbg.png) no-repeat top center;
    background-size:136.133vw auto;
    text-align: center;
    padding: 5.333333333vw 0 15.66666667vw;
    position: relative;
  }
  #cont3 h3 {
    margin-bottom: 11.33333vw;
  }
  #cont3 p span {
    font-size:3.733333333vw;
    display: inline-block;
  }
  #cont3 p strong {
    font-size:4.666666667vw;
    display: inline-block;
  }
  #cont3 h3 img {
    height: auto;
    width: 67vw;
  }
  #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: 89.73333333vw    ;
  }
  #cont3 .tyuu{
    text-indent: -1em;
    margin:5.333333333vw 4vw 4vw;
    padding-left:1em;
    text-align:left;
  }
  #cont3 .tyuu li{
    font-size:3.2vw;
    line-height:5.066666667vw;
  }
  #cont3 .hoveraction img{
    height:auto;
    width:70.66666667vw;
  }


  /* cont 4 */
  #cont4 {
    background:#1A325E url(../images/2x/cont4/spbg.png) no-repeat top center ;
    background-size:100% auto;
    padding: 13.33333vw 0 13.33333vw;
  }
  #cont4 h3,
  #cont4 h3 + h4,
  #cont4 .txtbox h4,
  #cont4 .txtbox h4 + p,
  #cont4 h3 + h4 + p,
  #cont4 h3 + h4 + p + p,
  #cont4 h3 + h4 + p + p + div {
    text-align: center;
  }
  #cont4 h3 {
    margin-bottom: 7.33333vw;
  }
  #cont4 h3 img {
    height: auto;
    width: 84.4vw;
  }
  #cont4 .txtbox h4  {
    color:#fff;
    font-size:5.066666667vw;
    margin-bottom:5.333333333vw;
  }
  #cont4 .txtbox h4  {
    font-size:4.533333333vw;
  }
  #cont4 .txtbox h4 + p {
    color:#fff;
    font-size: 3.46667vw;
    line-height: 2em;
    margin-bottom: 6vw;
  }
  #cont4 .txtbox h4 + p + p {
    margin-bottom: 3.33333vw;
  }
  #cont4 .txtbox h4 + p + p img {
    height: auto;
    width: 30.2vw;
  }
  #cont4 .txtbox + div {
    margin-bottom:4vw;
    text-align:center;
  }
  #cont4 .txtbox + .txtbox + div{
    background:#1A325E url(../images/2x/cont4/spimg.png) no-repeat bottom center ;
    background-size:73.53333333vw auto;
    padding-bottom: 20.46666667vw    ;
  }
  
  
  
  
  #cont4 .txtbox + div img {
    height: auto;
    width: 52.06667vw;
  }
  #cont4 .menu {
    margin-bottom: 4.66667vw;
    text-align: center;
  }
  #cont4 .menu li {
    display: inline-block;
    margin-bottom:2vw;
  }
  #cont4 .menu li:not(:nth-child(3n)) {
    margin-right:2vw;
  }

  #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{
    width:45vw;
  }
  .tabcont .point dd img {
    height: auto;
    width: 45.33333vw;
  }


  .tabcont .point dd span.offimage img{
    height:auto;
    width:9.466666667vw;
  }
  .tabcont .point dd span.offimage span{
    background:#000;
    color:#fff;
    display:inline-block;
    font-size:3.333333333vw;
    vertical-align: bottom;
    margin-left:5vw;
    padding:0 2vw;
    line-height:2em;
  }
  .tabcont .point dd span.offimage span strong{
    font-size:4.4vw;
  }
  .tabcont .point dd ul{
    margin-top:2vw;
  }
  .tabcont .point dd ul li{
      display: inline-block;;

  }
  .tabcont .point dd ul li:not(:last-child){
    margin-right:1vw;
  }
  .tabcont .point dd ul li img{
    height:auto;
    width:13vw;
  }













  .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 strong span {
    background:#000;
    display: inline-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: 8vw auto 0;
    text-align: center;
  }
  #cont4 .otheritem dt {
    margin-bottom: 6.66667vw;
  }
  #cont4 .otheritem dt img {
    height: auto;
    width: 81.73333vw;
  }
  
  
  #cont4 .otheritem dd{
    color:#fff;
  }
  #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 p{
    font-size:3.466666667vw;
    font-weight:bold;
    line-height:6.133333333vw;
    margin-bottom:5.333333333vw;
    text-align:center;
  }
  #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/2x/main/bg.jpg) no-repeat bottom center;
    background-size:cover;
    position: relative;
    padding:25px 0 0;
    height: 825px;
    min-width: 1100px;
    width: 100%;
  }
  #main .inner {
  }
  #main .inner h1 img{
    margin-left:-175px;
  }
  #main .inner h1 {
    text-align:center;
  }
  #main .inner > p {
    position:absolute;
    left:15px;
    top:15px;
  }





  /* nav */
  #gnav {
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 3;
  }
  #gnav ul {
    margin: 0 auto;
    width: 1111px;
  }
  #gnav li {
    display: inline-block;
    position:relative;
  }
  #gnav li:not(:last-child):after{
    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: #EC6D88;
    background-size:179px auto;
    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 ;

    width: 1004px;
  }
  #cont1 .itemlist li {
    display: inline-block;
  }
  #cont1 .itemwrap{
    margin: 0 auto ;
    width: 1004px;
    position:relative;
  }
  #cont1 .itemwrap:before,
  #cont1 .itemwrap:after {
    background: url(../images/2x/cont1/pcline.png) no-repeat bottom center;
    background-size: cover;

    content:"";
    display: block;
    position:absolute;
    height:100%;
    width:23px;
    top:0;
  }
  #cont1 .itemwrap:before{
    left:-21px;
  }
  #cont1 .itemwrap:after {
    right:-21px;
  }
  
  
  #cont1 .itemlist + p {
    background:#19325F;
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin: 0 auto 25px;
    padding:25px 0;
    text-align:center;
    width: 1004px;
  }
  #cont1 .itemwrap + p{
    font-size:14px;
    margin:0 auto;
    text-align: left;
    padding-left:1em;
    position: relative;

    width:1004px;
  }

  #cont1 .itemwrap + p:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }


  /* cont 2 */
  #cont2 {
    background: url(../images/2x/cont2/bg.png) no-repeat bottom center;
    background-size: cover;
    text-align: center;
    padding: 100px 0 95px;
  }
  #cont2 h3 + p {
    margin: 0 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:24px;
  }
  #cont2 ol + p strong {
    display: inline-block;
    font-size: 29px;
  }
  #cont2 p + ul {
    margin-bottom:50px;
  }
  #cont2 p + ul li{
    font-size:14px;
    line-height:2em;
  }

  #cont2 ol + p + p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 70px;
  }





  /* cont 3 */
  #cont3 {
    background:#fff  url(../images/1x/cont3/bg.png) no-repeat top left;
    background-size: cover;
    text-align: center;
    padding: 100px 0 95px;
    position:relative;
  }

  #cont3 h3 {
    margin-bottom: 45px;
  }
  #cont3 h3 + p {
    margin-top: -170px;
    margin-bottom: 60px;
  }
  #cont3 div + p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 30px;
  }

  #cont3 p span {
    display: inline-block;
    font-size:24px;
  }
  #cont3 p strong {
    display: inline-block;
    font-size: 29px;
  }

  #cont3 p + div{
     margin-bottom:60px;
  }
  #cont3 div + p + p {
    font-size: 14px;
  }
  #cont3 .tyuu{
    margin-bottom:70px;
  }
  #cont3 .tyuu li{
      font-size:14px;
    line-height:2em;
  }



  /* cont 4 */
  #cont4 {
    background:#1A325E url(../images/2x/cont4/bg.png) no-repeat top center ;
    background-size:100% auto;
    padding: 100px 0 95px;
  }
  #cont4 .inner {
    margin: 0 auto;
    width: 1037px;
  }
  #cont4 h3,
  #cont4 h3 + h4,
  #cont4 h3 + h4 + p,
  #cont4 .txtbox h4,
  #cont4 .txtbox h4 + p,
  #cont4 h3 + h4 + p + p,
  #cont4 h3 + h4 + p + p + div {
    text-align: center;
  }
  #cont4 h3 {
    margin-bottom: 50px;
  }
  #cont4 .txtbox h4 {
    color:#fff;
    font-size:30px;
    margin-bottom:30px;
  }
  #cont4 .txtbox h4 + p {
    color:#fff;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 40px;
  }
  #cont4 h3 + h4 + p + p {
    margin-bottom: 20px;
  }
  #cont4 .txtbox + div {
    text-align:center;
    margin-bottom: 55px;
    position:relative;
  }
  
  #cont4 .txtbox + div:before,
  #cont4 .txtbox + div:after {
    content:"";
    display: block;
    position:absolute;
  }
  
  #cont4 .txtbox + div:before{
    background:url(../images/1x/cont4/icon1.png) no-repeat center center;
    background-size:100% auto;
    left: 78px;
    top: -110px;
    height:170px;
    width:135px;


  }
  #cont4 .txtbox + div:after {
    background:url(../images/1x/cont4/icon2.png) no-repeat center center;
    background-size:100% auto;
    right: 39px;
    top: -65px;
    height:143px;
    width:242px;
  }
  
  
  
  
  
  
  #cont4 .tab {
    position: relative;
  }
  #cont4 .tab:before {
    background: #E2006F;
    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: 15px 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;
  }
  #item1box{
    margin-bottom:70px;
  }
  .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: 457px;
  }
  .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 {
    font-size: 17px;
    line-height: 26px;
  }
  .tabcont h5.pb1 {
    margin-bottom: 0.7em;
  }
  .tabcont .point dd {
    text-align:center;
    position:relative;
  }
  .tabcont .point dd {
    text-align:center;
    position:relative;
  }
  .tabcont .point dd > img{
    height:250px;
    width:auto;
  }

  .tabcont .point dd span{
    position:absolute;
    left:0;
    bottom:0;
  }
  .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 .data dt strong span {
    background:#000;
    color:#fff;
    display: inline-block;
    font-size:18px;
    margin-left:10px;
    padding:0 5px;
  }
  .tabcont .data dt strong span strong{
    font-size:24px;
  }

  .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 {
    display: block;
    position: relative;
    background: #EFEFEF;
    text-align: center;
    font-size: 12px;
    margin-left: -150px;
    color: #000;
    width: 335px;
    margin-top: 15px;
  }
  .tabcont .price strong {
    font-size: 26px;
  }
  .tabcont .data .item {
    position: absolute;
    bottom: 91px;
    right: 0;
  }
  .tabcont .data .item img{
    display:block;
    margin-top:5px;
  }

  .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{
    margin:0 auto;
    text-align:center;
    width:750px;;
  }
  #cont5 ul li {
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
    width:230px;
  }
  #cont5 ul li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  #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 */
