/*# sourceURL=shared/css/menu.css */


/*@ sourceURL=shared/css/menu.css */

@charset "UTF-8";
body {
    color: #000;
     font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0.1em;
}

#key h1 {
    position: absolute;
    font-size: 14px;
    top: 12px;
    left: 17px;
    z-index: 3;
    font-weight: bold;
    color:#fff;
    filter: drop-shadow(0px 0px 2px #333);
}

#lead {
    background: url("../img/index/bg_key_1.jpg") no-repeat center/cover;
    text-align: center;
    padding: 88px 0 94px;
}

#lead h3 {
    margin: 34px 0 44px;
}

#lead .box {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 14px 6px 14px;
    display: inline-block;
    margin: 39px 0 0;
    color: #14304e;
}

#lead .box h4 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: -0.02em;
}

#lead .box h4 small {
    font-size: 25px;
    display: block;
}


#sec2 {
    background: url("../img/index/bg_key_1.jpg") no-repeat center/cover;
    text-align: center;
    padding: 45px 0 94px;
}
#sec2 .box {
    /*margin: 0 -50px;
    background: #fff;
    border: 10px solid #14304e;
    padding: 31px 40px 83px 40px;*/
}


#sec2 .box h2+.txt {
    padding: 19px 102px 26px;
    line-height: 2.15;
}

#sec2 .box p.sub-txt {
    margin-top: 5px;
}

#sec2 .box p.sub-txt+dl {
    padding-top: 11px;
}

#sec2 .box .group {
    /*background: url("../img/index/s6_bg_1.jpg") no-repeat center/cover;
    text-align: center;
    margin: 89px 0 20px;*/
    padding: 0 0 40px;
}

#sec2 .box .group h3 {
    margin: 28px 0 24px;
}

#sec2 .box .group p.txt {
    letter-spacing: 0.1em;
    font-size: 20px;
    line-height: 1.8;
}


#sec2 .box .g-box{
    position: relative ;
    /*background: #82d3f1;*/
    padding: 0 0 40px;
}
#sec2 .box .g-box ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    margin-top: -32px;
}
#sec2 .box .g-box ul li{
    width: calc(100%/6);
    padding: 10px 10px 4px;
    background: #f2f2f2;
    position: relative;
}
#sec2 .box .g-box ul li span{
    text-align: center;
    display: block;
    font-size: 14px;
}
#sec2 .box .g-box ul li:nth-child(1)::before,
#sec2 .box .g-box ul li:nth-child(2)::before,
#sec2 .box .g-box ul li:nth-child(3)::before{
    position: absolute;
    top: 1%;
    bottom: 1%;
    left: 1%;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 98%;
    height: 98%;
    border: 7px solid #d60f03;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#sec2 .box .g-box .txt1{
    font-size: 35px;
    letter-spacing: 0.01em;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: 0 auto;
}
#sec2 .box .g-box .txt1::after{
    position: absolute;
    top: 1.4em;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    content: "";
    vertical-align: middle;
    width: calc(100% + 2em);
    height:0.8em;
    border-top: 0.8em solid #fef403;
    z-index: -1;
}
#sec2 .box .g-box .g-ball{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center; 
}
#sec2 .box .g-box .g-ball .ball{
    color: #fff;
    background: #ed1709;
    padding: 1.1em 0.4em;
    border-radius: 5em;
    width: 4em;
    font-size: 26px;
    line-height: 1.3;
    z-index: 2;
    text-align: center;
    letter-spacing: -0.01em;
}
#sec2 .box .g-box .pric{
        font-size: 80px;
    letter-spacing: -0.01em;
    padding: 0 0 0 0.3em;
    line-height: 1;
     text-shadow: 
       4px  4px 1px #ffffff,
      -4px  4px 1px #ffffff,
       4px -4px 1px #ffffff,
      -4px -4px 1px #ffffff,
       4px  0px 1px #ffffff,
       0px  4px 1px #ffffff,
      -4px  0px 1px #ffffff,
       0px -4px 1px #ffffff;
}
#sec2 .box .g-box .pric span{
    font-size: 0.7em;
}

#sec2 .box .g-box #curvedarrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 49px solid transparent;
  border-right: 49px solid #437f99;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  left: 243px;
  top: 320px;
}
#sec2 .box .g-box #curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-bottom: 39px solid #437f99;
  border-radius: 0 0 0 80px;
  top: -128px;
  left: -68px;
  width: 134px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


#sec2 .box .g-box .box1 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 13px 0 15px;
    display: block;
    margin: 15px auto 0;
    color: #14304e;
    text-align: center;
    width: 90%;
}
#sec2 .box .g-box h4 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0;
}

#sec2 .box .g-box h4 small {
    font-size: 25px;
    display: block;
}

#sec2 .box .group1 {
    position: relative;
    margin-top: 62px;
    padding-bottom: 30px;
}

#sec2 .box .group1:before {
    content: '';
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/index/s6_bg_2.jpg") no-repeat top left/100% 100%, #437f98;
}

#sec2 .box .group1:after {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/index/s6_deco.png") no-repeat bottom right;
}

#sec2 .box .group1 .inner {
    position: relative;
    z-index: 3;
}

#sec2 .box .group1 .inner h3 {
    margin-left: 55px;
    margin-bottom: 26px;
}

#sec2 .box .group1 .inner .btn {
    margin-left: 157px;
}

 .warranty {
    text-align: center;
    background: #fff;
    padding: 5% 2%;
}

#sec3 {
    background: #437f98;
    padding: 96px 0 ;
}
#sec3 h2{
    text-align: center;
    margin-bottom: 30px;
}

#sec3 h4{
    color: #fff;
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 40px;
    font-weight: bold;
}

.img_menutxt {
    margin: 0 auto;
    text-align : center;
}


#sec3 ul{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
#sec3 ul li{
    width: 50%;
}
#sec3  .btn {
    margin: 50px auto 0;
    text-align: center;
}

#sec3  p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 60px;
}


@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.1em;
    }
    #lead {
        background: url("../img/index/lead_bg_sp.jpg") no-repeat center/cover;
        text-align: center;
        padding: 12vw 0;
    }
    #lead h2 {
        margin: 0 -1%;
    }
    #lead h3 {
        margin: 3vw 5% 7vw;
    }
    #lead p.txt {
        font-size: 12px;
    }
    #lead .box {
        padding: 5vw 0;
        margin: 5vw 0 0;
    }
    #lead .box h4 {
        font-size: 6vw;
    }
    #lead .box h4 small {
        font-size: 4.5vw;
    }
    
}

@media only screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    #key h1 {
        top: auto;
        left: 5%;
        right: 5%;
        font-size: 12px;
        text-align: center;
        bottom: -15vw;
        color: #000;
    }
    #sec4 {
        padding-bottom: 15vw;
    }
    #sec3 {
        padding: 10vw 0;
    }
    #sec3 h2{
        margin-bottom: 6vw;
    }
    #sec3 ul li{
        width: 100%;
    }
    #sec3  .btn {
            position: static;
            width: 76%;
            margin: 6vw auto 0;
    }
    
}




/*=============================================
 * .set-menu
 *=============================================*/

.set-menu .ttl {
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
}

.set-menu h2.ttl,
.set-menu h3.ttl {
    background-color: #14304e;
    color: #fff;
}
.set-menu h4{
	font-size: 5vw;
	text-align: center;
	font-weight: bold !important;
	line-height: 1.5;
	padding: 3% 0 !important;
}
.set-menu h4 span{
	font-size: 8vw;
	color: #d60303;
}
.set-menu h2.ttl {
    font-size: 7vw;
}

.set-menu h3.ttl {
    font-size: 6vw;
	    line-height: 1.5;
    padding: 3% 0;
}

.set-menu h5.ttl {
    margin-top: 6vw;
    font-size: 5vw;
    color: #14304e;
}

.set-menu h5.ttl~h5.ttl {
    margin-top: 12vw;
}

.set-menu .txtnote {
    text-align: right;
}

.set-menu .card {
    margin-top: 15px;
    padding: 4vw 6vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ebebeb;
    color: #14304e;
}

.set-menu .card .name {
    font-size: 18px;
    letter-spacing: 0;
}

.set-menu .card dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
}

.set-menu .card dl dd {
    margin-left: auto;
    text-align: right;
    justify-content: flex-end;
    display: block;
}
.set-menu .card hr {
    height: 1px;
    margin: 2vw 0 3vw;
    background-color: #14304e;
    border: 0;
}

.set-menu .card .ctt {
    margin-top: 3vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    .set-menu {
        /* Mobile - Large */
    }
    .set-menu h2.ttl {
        font-size: 50px;
        line-height: 100px;
    }
    .set-menu h3.ttl {
        font-size: 40px;
        line-height: 88px;
		padding: 0px;
    }
    .set-menu h5.ttl {
        margin-top: 39px;
        font-size: 40px;
        line-height: 60px;
    }
    .set-menu h5.ttl~h5.ttl {
        margin-top: 100px;
    }
    .set-menu .card {
        padding: 30px 20px;
    }
    .set-menu .card .name {
        font-size: 35px;
    }
    .set-menu .card dl {
        margin: 0 8px 0 4px;
        font-size: 25px;
        line-height: 45px;
    }
    .set-menu .card hr {
        margin: 22px 10px 12px 0;
    }
    .set-menu .card .img {
        width: 200px;
    }
    .set-menu .card .ctt {
        margin-top: 0;
        padding: 29px 0 0 28px;
    }
}

.set-menu:not(.popular) .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.set-menu:not(.popular) .menu .card {
    width: 48%;
}

@media only screen and (min-width: 768px) {
    .set-menu:not(.popular) {
        /* Mobile - Large */
    }
    .set-menu:not(.popular) .menu .card {
        width: 490px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
    }
    .set-menu:not(.popular) .menu .card .ctt {
        width: 250px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.set-menu.popular .card {
    margin-top: 5px;
    padding: 0;
    background-color: #fff;
    border: 3px solid #14304e;
    position: relative;
}

.set-menu.popular .card dl {
    margin: 0 auto;
    font-size: 50px;
    line-height: 1;
    color: #d60303;
    width: auto;
    /* max-width: 90%; */
    justify-content: space-between;
    /* background: url("../img/menu/dot.png") repeat-x center left; */
}

.set-menu.popular .card dl dt {
    width: 72px;
    background: #fff;
}

.set-menu.popular .card dl dd {
    width: 230px;
    position: relative;
    background: #fff;
}

.set-menu.popular .card dl .suffix {
    font-size: 26px;
}

.set-menu.popular .card hr {
    margin: 5vw 0;
}

.set-menu.popular .card .ctt {
    padding: 0 6vw 6vw;
}

.set-menu.popular .card .ctt .img {
    padding: 0 6vw;
}

@media only screen and (max-width: 767px) {
    .set-menu.popular .card dl dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .set-menu.popular .card dl dd .suffix {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .set-menu.popular {
        /* Mobile - Large */
    }
    .set-menu.popular h3.ttl {
        line-height: 83px;
    }
    .set-menu.popular .card {
        margin-top: 10px;
        padding: 0;
        border-width: 5px;
    }
    .set-menu.popular .card dl {
        /* width: 552px; */
        margin: 0;
        /* margin-left: 106px; */
        font-size: 100px;
        line-height: 52px;
        max-width: none;
        padding-top: 30px;
    }
    .set-menu.popular .card .price {
        /* width: 552px; */
        margin: 0;
        /* margin-left: 106px; */
        font-size: 100px;
        line-height: 52px;
        max-width: none;
        /*padding-top: 30px;*/
		color: #d60303;
    }
    .set-menu.popular .card .price span.price-t {
        font-size: 78px;
    }
    .set-menu.popular .card .price span.suffix {
        font-size: 50px;
    }
    .set-menu.popular .card .price-s{
    font-size: 43px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    }
    .set-menu.popular .card .price-s span{
        font-size: 0.7em;
    }
    .set-menu.popular .card dl dt {
        width: 130px;
        background: #fff;
    }
    .set-menu.popular .card dl dd {
        width: 367px;
        margin-right: 200px;
    }
    .set-menu.popular .card dl dd::before {
        width: auto !important;
        position: absolute;
        left: 0;
    }
    .set-menu.popular .card dl .suffix {
        font-size: 40px;
    }
    .set-menu.popular .card hr {
        margin: 17px 0 23px;
    }
    .set-menu.popular .card .ctt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
    .set-menu.popular .card .ctt .img {
        width: 350px;
        padding: 0;
    }
    .set-menu.popular .card .ctt .txtbox {
        width: 600px;
        padding: 28px 0 30px;
    }
}


/*=============================================
 * key
 *=============================================*/

#key {
    height: 410px;
    background: url("../img/menu/key-i.jpg") -230px 0/cover no-repeat;
    position: relative;
}

#key .wrap {
    position: unset;
}

#key .key-ttl {
    width: 50vw;
    position: absolute;
    bottom: 80px;
    right: 0;
}

@media only screen and (min-width: 768px) {
    #key {
        /* Mobile - Large */
        /* height: 708px; */
        background-position: left center;

        background-size: contain;
    }
    #key .wrap {
        position: relative;
    }
    #key .key-ttl {
        width: 377px;
        top: 147px;
        right: 52px;
    }
}


/*=============================================
 * section
 *=============================================*/

#sec2_0 {
    padding: 20vw 0;
    /* background: url("../img/menu/pattern1.png"); */
}

#sec2_0 .blk {
    padding: 12vw 4vw;
    background-color: #437f98;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

#sec2_0 .blk hr {
    height: 3px;
    margin: 12vw 0;
    background-color: #fff;
    border: 0;
}

#sec2_0 .blk [class^="set"] .txtbox,
#sec2_0 .blk [class^="set"] .img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media only screen and (max-width: 767px) {
    #key {
        height: auto;
    }
    #sec2 .blk [class^="set"] {
        position: relative;
        z-index: 0;
    }
    #sec2 .blk [class^="set"] .txtbox .txt {
        margin-top: 62vw;
    }
    #sec2 .blk [class^="set"] .img {
        position: absolute;
        top: 35vw;
        z-index: -1;
        padding: 0 8vw;
    }

    #sec2{
    
        background: url("../img/index/lead_bg_sp.jpg") no-repeat center/cover;
        text-align: center;
        padding:  0 0 12vw;
        margin-top: 18vw;
}
    #sec2 .box {
        margin: 0;
        border-width: 2vw;
        padding: 12vw 3vw 0;
    }
    #sec2 .box h2+.txt {
        padding: 3vw 0;
    }
    
    #sec2 .box p.sub-txt {
        margin-top: 1vw;
    }
    #sec2 .box p.sub-txt+dl {
        padding-top: 2.5vw;
    }
    #sec2 .box .group {
        margin: 0 auto 0.5vw;
        padding: 0 0 3.5vw;
    }
    #sec2 .box .group h3 {
        margin: 5vw 0%;
    }
    #sec2 .box .group p.txt {
        font-size: 4vw;
    }
    
    #sec2 .box .g-box{
        padding: 0 ;
        
    }   
#sec2 .box .g-box ul{
    padding: 0 13%;
    margin-top: -5vw;
    flex-flow: wrap;
}
#sec2 .box .g-box ul li{
    width: calc(100%/3 - 2vw);
    padding: 1vw 1vw 0;
}
#sec2 .box .g-box ul li span{
    font-size: 2.5vw;
}
#sec2 .box .g-box ul li:nth-child(1)::before,
#sec2 .box .g-box ul li:nth-child(2)::before,
#sec2 .box .g-box ul li:nth-child(3)::before{
    top: -1%;
    bottom: -1%;
    height: 102%;
    border: 3px solid #d60f03;
}
#sec2 .box .g-box .txt1{
    font-size: 5.5vw;
    margin: 2vw auto 0;
}
#sec2 .box .g-box .txt1::after{
    width: calc(100% + 1em);
}
    #sec2 .box .g-box .g-ball{
        margin: 0 auto 0 5%;
    }
#sec2 .box .g-box .g-ball .ball{
    font-size: 5vw;
}
#sec2 .box .g-box .pric{
        font-size: 16vw;
}
#sec2 .box .g-box .pric span{
    font-size: 0.5em;
}

#sec2 .box .g-box #curvedarrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-right: 29px solid #437f99;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  left: 12px;
  top: auto;
}
#sec2 .box .g-box #curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-bottom: 23px solid #437f99;
  border-radius: 0 0 0 66px;
  top: -78px;
  left: -26px;
  width: 66px;
  height: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
    #sec2 .box .g-box .box1 {
        padding: 2vw 0;
        margin: 3vw auto 0;
    }
    #sec2 .box .g-box .box1 h4 {
        font-size: 5vw;
    }
    #sec2 .box .g-box .box1 h4 small {
        font-size: 4vw;
    }
    
    #sec2 .box .group1 {
        margin-top: 7vw;
        padding: 0 0 5vw;
    }
    #sec2 .box .group1:before {
        top: 0;
    }
    #sec2 .box .group1:after {
        top: 0;
        background: url("../img/index/s6_deco_sp.png") no-repeat bottom right/100% auto;
    }
    #sec2 .box .group1 .inner {
        position: relative;
        z-index: 3;
    }
    #sec2 .box .group1 .inner h3 {
        margin: 0 0 17vw;
    }
    #sec2 .box .group1 .inner .btn {
        margin: 0 10%;
    }
    #sec3 h4{
        margin: -10px 0 10px 0;
        font-size: 7vw;
    }

}

@media only screen and (min-width: 768px) {
    #sec2_0 {
        /* Mobile - Large */
        padding: 97px 0 150px;
        /* background: url("../img/menu/s2-bgb.png") center bottom/100% no-repeat, url("../img/menu/pattern1.png"); */
    }
    #sec2_0 .blk {
        margin: 0 -100px;
        padding: 57px 100px 49px;
        border-radius: 30px;
    }
    #sec2_0 .blk hr {
        width: 940px;
        margin: 49px auto 50px;
    }
    #sec2_0 .blk [class^="set"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #sec2_0 .blk [class^="set"] .txtbox,
    #sec2_0 .blk [class^="set"] .img {
        width: 500px;
    }
    #sec2_0 .blk [class^="set"] .img {
        padding-left: 20px;
    }
    #sec2_0 .blk .set1 .txtbox .txt {
        margin: 20px 0 0 13px;
    }
    #sec2_0 .blk .set2 .txtbox .txt {
        margin: 23px 0 0 13px;
    }
}





@media only screen and (min-width: 768px) {
 
    
 


}

/*-----------SP-------------*/
@media only screen and (max-width: 767px) {

}
/*-------------------------------------------------*/







#sec4 {
    /*margin-top: 15vw;*/
}

#sec4 .set-menu.popular .card::before {
    content: '';
    width: 32vw;
    height: 30vw;
    background: url("../img/menu/s3-badge3.png") 0 0/contain no-repeat;
    position: absolute;
    left: -6vw;
    top: -8vw;
}
#sec4 .set-menu.popular .card2::before {
    background: url("../img/menu/s4-badge.png") 0 0/contain no-repeat;    
}
#sec4 .set-menu.popular .badge2::before {
    content: '';
    width: 30vw;
    height: 30vw;
    background: url("../img/menu/s4-badge2.png") 0 0/contain no-repeat;
    position: absolute;
    left: -6vw;
    top: -8vw;
}

#sec4 .set1 {
    margin-top: 6vw;
}

#sec4 .set1 .txtnote {
    margin-top: 4vw;
}

#sec4 .set2 {
    margin-top: 15vw;
}




#sec4 .bnr {
    margin: 10vw 4vw 0;
}

#sec4 .button {
    margin: 10vw 10vw 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .set-menu h2.ttl {
        line-height: 80px;
        padding-top: 20px;
    }
    .set-menu.popular h3.ttl,
    .set-menu h3.ttl {
        line-height: 70px;

        padding-top: 15px;
    }
}

@media only screen and (min-width: 768px) {
    #sec4 {
        /* Mobile - Large */
        margin: 60px 0 96px;
    }
    #sec4 .set-menu.popular .card::before {
        width: 265px;
        height: 192px;
        left: -39px;
        top: -59px;
    }    #sec4 .set-menu.popular .badge2 {
margin-bottom: 30px;
	}

    #sec4 .set-menu.popular .badge2::before {
        width: 265px;
        height: 192px;
        left: 28px;
        top: -59px;
    }
    #sec4 .set1 {
        margin-top: 47px;
    }
    #sec4 .set1 .txtnote {
        margin: 54px -7px 0 0;
    }
    #sec4 .set2 {
        margin-top: 69px;
    }
    #sec4 .set2 .menu {
        margin-top: 7px;
    }
    #sec4 .bnr {
        margin: 0;
        margin-top: 43px;
    }
    #sec4 .button {
        margin: 0;
        margin-top: 100px;
        text-align: center;
    }
    #sec4 .set-menu.popular .card dl dd {
        width: 475px;
    }
	#sec4 .set-menu h4{
	font-size: 19px;
	text-align: center;
	font-weight: bold !important;
	line-height: 1.5;
}
#sec4 .set-menu h4 span{
	font-size: 31px;
	color: #d60303;
}
    
    
    
    
    

    
    

#sec4 .set1 .txtbox .g-ball{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center; 
    position: relative;
}
#sec4 .set1 .card .g-ball{
    padding-left: 2.2em;
}
#sec4 .set1 .txtbox .g-ball .ball{
    color: #fff;
    background: #ed1709;
    padding: 1.1em 0.4em;
    border-radius: 5em;
    width: 4em;
    font-size: 17px;
    line-height: 1.3;
    z-index: 2;
    text-align: center;
    letter-spacing: -0.01em;
}
#sec4 .set1 .txtbox .pric{
        font-size: 70px;
    letter-spacing: -0.01em;
    padding: 0 0 0 0.3em;
    line-height: 1;
     text-shadow: 
       4px  4px 1px #ffffff,
      -4px  4px 1px #ffffff,
       4px -4px 1px #ffffff,
      -4px -4px 1px #ffffff,
       4px  0px 1px #ffffff,
       0px  4px 1px #ffffff,
      -4px  0px 1px #ffffff,
       0px -4px 1px #ffffff;
}
#sec4 .set1 .txtbox .pric span{
    font-size: 0.6em;
}
#sec4 .set1 .txtbox {
    position: relative;
}
#sec4 .set1 .card2 .txtbox {
    padding-top: 85px;
}
#sec4 .set1 .txtbox #curvedarrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 35px solid #437f99;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  left: 19%;
  bottom: 14px;
}
#sec4 .set1 .txtbox #curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-bottom: 24px solid #437f99;
  border-radius: 0 0 0 80px;
  top: -66px;
  left: -15px;
  width: 54px;
  height: 24px;
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
}
#sec4 .set-menu.popular .card h3.ttl{
    /* text-align: right; */
    padding-left: 5em;
    font-size: 37px;
}
}


/*-----------SP-------------*/
@media only screen and (max-width: 767px) {
#sec4 .set1 .txtbox .g-ball{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center; 
    position: relative;
    padding-left: 1.7em;
}
#sec4 .set1 .txtbox .g-ball .ball{
    color: #fff;
    background: #ed1709;
    padding: 1.1em 0.4em;
    border-radius: 5em;
    width: 4em;
    font-size: 3.8vw;
    line-height: 1.3;
    z-index: 2;
    text-align: center;
    letter-spacing: -0.01em;
}
#sec4 .set1 .txtbox .pric{
        font-size: 14vw;
    letter-spacing: -0.01em;
    padding: 0 0 0 0.17em;
    line-height: 1;
     text-shadow: 
       4px  4px 1px #ffffff,
      -4px  4px 1px #ffffff,
       4px -4px 1px #ffffff,
      -4px -4px 1px #ffffff,
       4px  0px 1px #ffffff,
       0px  4px 1px #ffffff,
      -4px  0px 1px #ffffff,
       0px -4px 1px #ffffff;
}
#sec4 .set1 .txtbox .pric span{
    font-size: 7vw;
}
#sec4 .set1 .txtbox {
    position: relative;
    margin-top: -13.5vw;
}
#sec4 .set1 .txtbox #curvedarrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-right: 23px solid #437f99;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  left: 4.4vw;
  bottom: 4vw;
}
#sec4 .set1 .txtbox #curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-bottom: 16px solid #437f99;
  border-radius: 0 0 0 80px;
  top: -12vw;
  left: -3vw;
  width: 35px;
  height: 16px;
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
}
#sec4 .set-menu.popular .card h3.ttl{
    padding: 0 0 0 3.9em;
    font-size: 5vw;
}
}
/*-------------------------------------------------*/





@media only screen and (max-width: 768px) {
    .set-menu.popular .card dl {
        background-size: 6px auto;
    }
    #sec3 .set-menu.popular .card dl dd {
        width: 230px;
    }
	    .set-menu.popular .card .price {
        color: #d60303;
        margin: 0 auto;
        /* margin-left: 106px; */
        font-size: 14vw;
			line-height: 1;
            text-align: center;
    letter-spacing: 0;
    }
    .set-menu.popular .card .price span.price-t {
        font-size: 9vw;
    }
    .set-menu.popular .card .price span.suffix {
        font-size: 7vw;
    }
    .set-menu.popular .card .price-s{
    font-size: 8.5vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
        margin: 0 auto;
            text-align: center;
    }
    .set-menu.popular .card .price-s span{
        font-size: 0.7em;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .set-menu.popular .card dl dt {
        width: 140px;
    }
    #sec3 .set-menu.popular .card dl dd {
        /* width: 220px; */
    }
    #sec4 .set-menu.popular .card dl dd {
        /*width: 245px;*/
    }
}


/*# sourceMappingURL=menu.css.map */