body {
    background: #fff
}

main {
    padding-top: 0
}

p {
    word-break: normal;
    word-wrap: break-word
}

.featureBox {
    margin: 0 auto;
    width: 1040px
}

.featureBg {
    background: url(/images/pc/feature/bg_pat.png) transparent repeat-x bottom
}

.featureBox.bgBtmPad {
    padding-bottom: 120px
}

.featureBox .smallBox {
    padding: 0 25px
}

.feature h2, .feature h3 {
    margin: 0 auto;
    text-align: center
}

p.att {
    font-size: 1.2rem
}

.information, .sightseeing, .highlight, .product, .campaign {
    margin-bottom: 50px
}

.subImg {
    float: right;
    margin-top: -114px
}

.leadtxt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 30px 0
}

#anchSightseeing, #anchHighlight, #anchProduct {
    margin-top: -90px;
    padding-top: 90px
}

.noticeMod .wrap {
    background: #fff;
    padding: 10px
}

.mainTtl {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden
}

.mainTtl .ttlInner {
    height: 280px;
    position: relative;
    top: 0;
    width: 100%
}

.featureMod .ttlMap .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -60%, 0);
        transform: translate3d(0, -60%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -60%, 0);
        transform: translate3d(0, -60%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.mainTtl .featureBox {
    position: absolute;
    width: 1040px;
    height: 360px;
    right: 0;
    left: 0;
    top: 0
}

.mainTtl .featureBox .areaName01, .mainTtl .featureBox .areaName02, .mainTtl .featureBox .areaPointer {
    position: absolute
}

.mainTtl .featureBox .areaName01 {
    top: 10px;
    left: 0
}

.mainTtl .featureBox h1 img.areaName02 {
    top: 45px;
    left: 473px
}

.naviBox {
    position: absolute;
    top: 280px;
    width: 100%;
    height: 80px;
    right: 0;
    left: 0
}

.naviBox .naviInner {
    width: 1040px;
    margin: 0 auto
}

.naviBox .naviInner ul.naviMenu {
    display: table
}

.mainTtl .naviInner ul.naviMenu li {
    display: table-cell;
    height: 80px;
    text-align: left;
    vertical-align: middle;
    padding: 0 40px 0 25px
}

.mainTtl .naviInner ul.naviMenu li a {
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out
}

.mainTtl .naviInner ul.naviMenu li a:hover {
    text-decoration: none;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out
}

.mainTtl .naviInner ul.naviMenu li a:after {
    content: "";
    position: absolute;
    background: url(/images/pc/feature/arrow_01.png);
    background-position: center;
    height: 8px;
    width: 12px;
    background-repeat: no-repeat;
    top: 7px;
    padding-left: 10px
}

.information {
    margin-top: 30px
}

.information .mainImg {
    position: relative
}

.information .mainImg .copy {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
    font-size: 1.2rem;
    text-shadow: 0 0 2px #000
}

.infoHead p {
    margin: 25px;
    font-size: 1.6rem;
    line-height: 1.6
}

.intro {
    display: table;
    margin-top: 25px
}

.intro .catch, .intro .about {
    display: table-cell;
    vertical-align: top
}

.intro .catch {
    width: 210px
}

.intro .about {
    padding: 0 25px 25px
}

.intro .about p.txt {
    font-size: 1.5rem;
    line-height: 1.7
}

.intro .about p.img {
    text-align: center
}

.intro .about img {
    margin: 30px auto 20px
}

.intro p.att {
    text-align: right
}

.access {
    background: #f5f4ef;
    padding: 30px;
    padding-bottom: 20px
}

.accessInfo {
    margin: 30px auto 0;
    display: table
}

dl.accessInfo > dt {
    width: 500px;
    padding-right: 30px
}

dl.accessInfo > dt, dl.accessInfo > dd {
    display: table-cell;
    vertical-align: top
}

dl.accessInfo > dt .ttl {
    display: inline-block;
    margin-top: 30px
}

dl.accessInfo > dd > dl dt {
    font-weight: bold;
    font-size: 1.6rem
}

dl.accessInfo > dd > dl dd {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.7
}

dl.accessInfo > dd > dl dd:last-child {
    margin-bottom: 0
}

dl.accessInfo > dt span.att {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 18px;
    width: 500px
}

.infoList li {
    margin-bottom: 40px
}

.infoList li:last-child {
    margin-bottom: 0
}

.infoList li dl {
    display: table
}

.infoList li dl dt, .infoList li dl dd {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.infoList li dl dt {
    widht: 310px
}

.infoList li dl dd {
    padding: 0 20px
}

.infoList li dl dd p {
    margin: 20px 0;
    font-size: 1.4rem;
    line-height: 1.7
}

.product a img {
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: none
}

.product table {
    border-collapse: collapse;
    margin: 0 auto
}

.product table td {
    vertical-align: top
}

.product td:nth-child(odd) {
    padding-right: 30px
}

.product table dt {
    margin-bottom: 12px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.product table dt:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    text-decoration: none
}

.product table dd {
    margin-bottom: 35px;
    font-size: 1.5rem;
    text-align: left
}

.product .productName {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px
}

.linkBtn {
    clear: both;
    padding: 5px 0 25px
}

.linkBtn a::before, .linkBtn button::before {
    background-image: url("/images/pc/common/parts/arrow_01.png");
    background-position: 0 -200px;
    background-repeat: no-repeat;
    background-size: auto auto;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    width: 13px
}

.linkBtn a {
    background: #d00808;
    border-radius: 6px;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 25px 29px 25px 26px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    width: 520px
}

.linkBtn a:hover {
    opacity: 0.9;
    text-decoration: none
}

.noticeMod {
    margin-top: -130px
}

.product .btn05 {
    clear: both;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    width: 990px
}

.product .btn05 a {
    font-size: 1.9rem;
    padding: 25px 27px 25px 24px;
    width: 520px
}

.featureMod.l172065 .mainTtl .ttlInner {
    background: url(/images/pc/feature/bg_mainttl.png) top center repeat-x;
    background-size: cover;
    height: 280px
}

.featureMod.l172065 .ttlMap {
    position: absolute;
    width: 808px;
    height: 360px;
    background: url(/images/pc/feature/l172065/img_mainttl_map.png) no-repeat;
    left: 55%;
    z-index: 1
}

.featureMod.l172065 .ttlMap .mapInner {
    position: relative
}

.featureMod.l172065 .ttlMap .mapInner .areaPointer {
    position: absolute;
    top: 191px;
    left: 96px
}

.featureMod.l172065 .naviBox {
    background-color: #284b29
}

.featureMod.l016331 .mainTtl .ttlInner {
    background: url(/images/pc/feature/l016331/bg_mainttl.jpg) top center repeat-x;
    background-size: cover;
    height: 280px
}

.featureMod.l016331 .mainTtl .featureBox h1 img.areaName02 {
    top: 18px
}

.featureMod.l016331 .naviBox {
    background-color: #065d86
}

.featureMod.l016331 .ttlMap {
    position: absolute;
    width: 664px;
    height: 360px;
    background: url(/images/pc/feature/l016331/img_mainttl_map.png) no-repeat;
    left: 62%;
    z-index: 1
}

.featureMod.l016331 .ttlMap .mapInner .areaPointer {
    position: absolute;
    top: 143px;
    left: 289px
}

.featureMod.l016331 dl.accessInfo > dt .mapimg {
    position: relative;
    left: -2px
}

.featureMod.l016331 .intro .about {
    padding: 0 25px 25px 0
}

.featureMod.l016331 .intro .catch {
    position: relative;
    padding-bottom: 20px
}

.featureMod.l016331 .highlight .subImg img {
    position: relative;
    top: 44px;
    left: -2px
}

.featureMod.l016331 .product .subImg img {
    position: relative;
    top: -21px;
    right: -6px
}

.featureMod.l016331 .campaign {
    margin-top: -30px;
    padding-top: 30px;
    color: #300b11
}

.featureMod.l016331 .campaign .smallBox {
    padding: 0 0 40px;
    margin-top: 30px;
    background-color: #cfdc78
}

.featureMod.l016331 .campaign .ttl {
    position: relative;
    width: 100%;
    height: 690px;
    background: url(/images/pc/feature/l016331/bg_cp_ttl.jpg) repeat-x
}

.featureMod.l016331 .campaign .ttlName {
    position: absolute;
    top: -46px;
    left: 4px
}

.featureMod.l016331 .campaign .ttlCopy {
    position: absolute;
    top: 94px;
    left: 435px
}

.featureMod.l016331 .campaign .info .container {
    background: #fff;
    margin: 0 34px;
    padding: 20px 0;
    text-align: center
}

.featureMod.l016331 .campaign .info {
    position: relative;
    background: url(/images/pc/feature/l016331/bg_cp_pat.png) repeat-x;
    background-position: 0 120px
}

.featureMod.l016331 .campaign .info .period {
    margin-top: -120px
}

.featureMod.l016331 .campaign .periodTxt {
    padding: 20px
}

.featureMod.l016331 .campaign .txt01 {
    font-size: 1.8rem;
    padding: 20px 0
}

.featureMod.l016331 .campaign .txt01 span {
    display: block;
    padding-bottom: 8px
}

.featureMod.l016331 .campaign .txt01 em {
    color: #e92532;
    font-style: normal
}

.featureMod.l016331 .campaign .txt01 + .att {
    margin-top: -10px
}

.featureMod.l016331 .campaign p.att span {
    display: block
}

.featureMod.l016331 .campaign p.att span + span {
    margin-top: 5px
}

.featureMod.l016331 .campaign .present .presentImg {
    position: absolute;
    left: 780px;
    top: 135px
}

.featureMod.l016331 .campaign .present .facility {
    background-color: #f5f4ef;
    border-radius: 6px;
    padding: 20px;
    margin-top: 30px;
    margin: 30px 20px
}

.featureMod.l016331 .campaign .present .facility .facilityList {
    font-size: 1.8rem;
    line-height: 1.8
}

.featureMod.l016331 .campaign .present .facility .facilityList li {
    display: inline-block;
    padding-right: 5px
}

.featureMod.l016331 .campaign .present .facility .facilityList li + li::before {
    content: "/";
    padding-right: 10px
}

.featureMod.l016331 .campaign .notes .noteList {
    text-align: left;
    padding: 20px
}

.featureMod.l016331 .campaign .notes .noteList li {
    padding-bottom: 8px;
    line-height: 1.4;
    font-size: 1.2rem
}

.featureMod.l016331 .campaign .btnBox .container {
    padding: 20px 40px
}

.featureMod.l016331 .campaign .btnBox .btn {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    left: 5px
}

.featureMod.l016331 .campaign .btnBox .btn a {
    width: 370px;
    padding: 25px 29px 25px 26px;
    font-size: 1.8rem
}

.featureMod.l016331 .campaign .btnBox .btn.conv a {
    padding: 23px 29px 23px 26px
}

.featureMod.l016331 .bnBox {
    text-align: center;
    margin: 22px 0 32px
}

.featureMod.l016331 .campaign .ttl .close {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 152px;
    width: 972px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0
}

.featureMod.l016331 .campaign .ttl .close .txt {
    color: #fff;
    font-size: 2.3rem;
    font-weight: bold;
    padding: 217px 0;
    display: block
}

.wf-notosansjapanese {
    font-family: "Noto Sans Japanese"
}

.simple {
    padding-top: 0 !important;
    padding-bottom: 30px !important
}

.simple .noticeMod {
    margin-top: 0
}

.simple .noticeMod .wrap {
    background: #fff !important;
    padding: 0;
    margin-bottom: 0
}

.simple .bnrMod {
    width: 1040px;
    margin: 0 auto;
    margin-bottom: 50px
}

.simple .bnrMod ul {
    padding: 0
}

.simple .bnrMod ul li {
    width: 246px;
    margin-right: 12px
}

.simple .bnrMod ul li img {
    width: 246px
}

.simple .bnrMod ul + ul {
    margin-top: 12px
}

.ttlMod.ttlTypeA {
    width: 100%;
    height: 280px
}

.ttlMod.ttlTypeA .mainTtl {
    margin: 0 auto;
    width: 1040px;
    height: 280px;
    text-align: center
}

.leadMod {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans Japanese', sans-serif;
    padding: 12px 0 14px;
    text-align: center
}

.leadMod p {
    width: 1040px;
    margin: 0 auto
}

.contentMod {
    padding-top: 0;
    border-bottom: double 4px #ebebeb
}

.contentMod .lead {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    font-family: 'Noto Sans Japanese', sans-serif;
    padding: 12px 0 14px;
    background: #f5f5f5;
    text-align: center
}

.contentMod .lead p {
    width: 1040px;
    margin: 0 auto
}

.contentMod .lead + .inner .ttl h2 {
    padding-top: 0
}

.contentMod .ttl h2 {
    text-align: center;
    font-size: 32px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
    padding: 40px 0
}

.contentMod .ttl.img {
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    left: 20px
}

.contentMod .ttl.img h2 {
    font-size: 30px;
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding: 30px 0 15px
}

.contentMod .ttl.img h2 .ttlImg {
    display: inline-block;
    margin-right: 20px
}

.contentMod.listTypeA .inner {
    width: 1040px;
    margin: 0 auto
}

.contentMod.listTypeA .listBox {
    padding-bottom: 0
}

.contentMod.listTypeA .list .item {
    display: table;
    margin-bottom: 40px
}

.contentMod.listTypeA .list .item .img, .contentMod.listTypeA .list .item .txt {
    display: table-cell;
    vertical-align: top
}

.contentMod.listTypeA .list .item .img {
    width: 540px
}

.contentMod.listTypeA .list .item .img a img {
    width: 540px
}

.contentMod.listTypeA .list .item .txt {
    width: 470px;
    padding-left: 30px;
    position: relative;
    top: -5px
}

.contentMod.listTypeA .list .item .txt .name {
    margin-bottom: 5px
}

.contentMod.listTypeA .list .item .txt .name h3 a {
    font-size: 28px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
    display: block;
    color: #333333;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 1.3
}

.contentMod.listTypeA .list .item .txt .name h3 a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    text-decoration: none
}

.contentMod.listTypeA .list .item .txt .name h3 span {
    font-size: 28px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
    display: block;
    color: #333333;
    line-height: 1.3
}

.contentMod.listTypeA .list .item .txt .name h3 span + span {
    border-bottom: 4px solid #333333 !important
}

.contentMod.listTypeA .list .item .txt .name .border {
    display: inline-block;
    width: 26px;
    position: relative;
    top: -3px
}

.contentMod.listTypeA .list .item .txt .name .specInfo {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    padding-bottom: 10px
}

.contentMod.listTypeA .list .item .txt .detail {
    font-size: 16px;
    padding-bottom: 14px;
    width: 470px
}

.contentMod.listTypeA .list .item .txt .detail .link a {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    padding-top: 15px
}

.contentMod.listTypeA .list .item .txt .price {
    display: inline-block;
    color: #333333;
    margin-bottom: 4px
}

.contentMod.listTypeA .list .item .txt .price span.donation {
    font-size: 1.3rem;
    margin: 0
}

.contentMod.listTypeA .list .item .txt .price span {
    font-size: 1.4rem;
    display: inline-block;
    margin: 0 3px
}

.contentMod.listTypeA .list .item .txt .local {
    display: inline-block;
    margin-left: 20px
}

.contentMod.listTypeA .list .item .txt .local a {
    font-size: 1.3rem;
    padding: 0 5px 5px 14px;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #333333
}

.contentMod.listTypeA .list .item .txt .local a::before {
    display: block;
    content: "";
    width: 13px;
    height: 18px;
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    left: 1px;
    margin: auto;
    display: block;
    background-position: -50px 0;
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-image: url(/images/pc/common/parts/icon_03.svg)
}

.contentMod.listTypeA .list .item .txt .local a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    text-decoration: none
}

.contentMod.listTypeA .list .item .txt .btn11 {
    margin-top: 12px;
    padding-bottom: 5px
}

.contentMod.listTypeA .list .item .txt .relateList {
    margin: 18px 0 20px 0
}

.contentMod.listTypeA .list .item .txt .relateList li.item {
    cursor: pointer;
    border-top: dotted 1px #ddd;
    width: 100%;
    display: block;
    padding: 8px 0;
    margin-bottom: 0
}

.contentMod.listTypeA .list .item .txt .relateList li.item:after {
    content: "";
    clear: both;
    display: block
}

.contentMod.listTypeA .list .item .txt .relateList li.item:hover {
    background: #f5f5f5
}

.contentMod.listTypeA .list .item .txt .relateList li.item:last-child {
    border-bottom: dotted 1px #ddd
}

.contentMod.listTypeA .list .item .txt .relateList li.item .relateName {
    float: left;
    width: 330px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 2px;
    color: #333333;
}

.contentMod.listTypeA .list .item .txt .relateList li.item .price {
    float: right;
    font-size: 13px;
    padding-right: 5px
}

.contentMod.listTypeA .list .item .txt .relateList li.item .price .donation {
    font-size: 11px;
    position: relative;
    top: -1px
}

.contentMod.listTypeA .list .item .txt .relateList .relateTtl {
    font-size: 12px;
    padding-bottom: 4px
}

.btnMod {
    padding-top: 40px
}

.btnMod .btn05 a {
    font-size: 1.9rem;
    padding: 25px 27px 25px 24px;
    width: 520px;
    margin-bottom: 50px
}

.btnMod.double {
    width: 1040px;
    margin: 0 auto;
    text-align: center
}

.btnMod.double .btn05 {
    display: inline-block
}

.btnMod.double .btn05 a {
    width: 400px
}

.btnMod.double .btn05 + .btn05 {
    margin-left: 10px
}

.c0101 .ttlMod {
    background-color: #1c2147 !important;
    background-image: url(/images/pc/feature/c0101/bg_pat_01.png);
    background-repeat: repeat-x;
    background-size: 77px auto;
    position: relative;
    width: 100%
}

.c0101 .ttlMod .masuL {
    background-image: url(/images/pc/feature/c0101/img_masu_01.png);
    width: 593px;
    height: 280px;
    background-size: 593px auto;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -360px;
    top: 0px;
    transition: 0.3 linear
}

.c0101 .ttlMod .mainTtl {
    position: relative;
    width: 1070px;
    overflow: inherit
}

.c0101 .ttlMod .mainTtl h1 img {
    position: relative;
    top: 0;
    left: 0px;
    z-index: 10
}

.c0101 .ttlMod .mainTtl .gohan {
    background-image: url(/images/pc/feature/c0101/img_gohan_01.png);
    width: 510px;
    height: 280px;
    background-size: 510px auto;
    position: absolute;
    z-index: 4;
    top: 0;
    right: -265px !important
}

@media screen and (max-width: 1200px) {
    .c0101 .ttlMod .mainTtl .gohan {
        right: -265px
    }
}

.c0101 .ttlMod .mainTtl .ine {
    background-image: url(/images/pc/feature/c0101/img_ine.png);
    width: 785px;
    height: 280px;
    background-size: 785px auto;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -600px;
    top: 0px
}

.c0200 .ttlMod {
    background: #000
}

.c0200 .ttlMod .mainTtl {
    width: 100%;
    margin: 0 auto;
    background-image: url(/images/pc/feature/c0200/bg_01.jpg);
    background-size: 1600px auto;
    background-repeat: no-repeat;
    background-position: center center
}

.c0200 .lead {
    background: #000;
    color: #fff;
    text-align: center
}

.c0200 .leadMod {
    background: #000;
    color: #fff;
    text-align: center
}

.c0200 .contentMod .ttl.img.img02 h2::before {
    background: url(/images/pc/feature/c0200/img_subTtl_02.jpg) no-repeat;
    background-size: 110px 110px
}

.c0200 .contentMod .ttl.img.img03 h2::before {
    background: url(/images/pc/feature/c0200/img_subTtl_03.jpg) no-repeat;
    background-size: 110px 110px
}

.c0200 .contentMod .ttl.img.img04 h2::before {
    background: url(/images/pc/feature/c0200/img_subTtl_04.jpg) no-repeat;
    background-size: 110px 110px
}

.e0001 .ttlMod {
    background-image: url(/images/pc/feature/e0001/bg_pat_01.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 120px auto;
    background-color: #e4e3db
}

.e0001 .leadMod {
    background: #e0514f;
    color: #ffffff
}

.c0101 .ttlMod {
    background-color: #1c2147 !important;
    background-image: url(/images/pc/feature/c0101/bg_pat_01.png);
    background-repeat: repeat-x;
    background-size: 77px auto;
    position: relative;
    width: 100%
}

.c0101 .ttlMod .mainTtl {
    position: relative;
    width: 1070px;
    overflow: inherit
}

.c0101 .ttlMod .mainTtl .ttl {
    position: relative
}

.c0101 .ttlMod .mainTtl .ttl::before {
    content: "";
    background-image: url(/images/pc/feature/c0101/img_gohan_01.png);
    width: 510px;
    height: 280px;
    background-size: 510px auto;
    position: absolute;
    z-index: 4;
    top: 0;
    right: -265px !important
}

.c0101 .ttlMod .mainTtl .ttl img {
    top: 0;
    left: 0px;
    z-index: 10;
    width: 810px
}

.c0101 .ttlMod::before {
    content: "";
    background-image: url(/images/pc/feature/c0101/img_ine.png);
    width: 785px;
    height: 280px;
    background-size: 785px auto;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -448px;
    top: 0px
}

.c0500 .ttlMod {
    background: url(/images/pc/feature/c0500/bg_01.png) center no-repeat;
    background-color: #000;
    background-size: 1920px auto
}

.c0500 .lead {
    background: #f8f7f4
}

.c0500 .leadMod {
    background: #f8f7f4
}

.e0002 .ttlMod {
    background: url(/images/pc/feature/e0002/bg_pat_01.png) repeat;
    background-size: 100px auto;
    background-color: #992525
}

.e0002 .ttlMod .mainTtl {
    width: auto !important
}

.e0002 .ttlMod .ttl {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden
}

.e0002 .ttlMod .ttl img {
    position: absolute;
    left: 50%;
    margin-left: -911px
}

.c0097 .ttlMod {
    background: url(/images/pc/feature/c0097/bg_image.png) center no-repeat;
    background-color: #ffffff;
    background-size: 1560px auto
}

.c0097 .ttlMod .ttl {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden
}

.c0097 .ttlMod .ttl img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.c0097 .mainTtl {
    width: auto
}

.e0003 .ttlMod {
    background: url(/images/pc/feature/e0003/bg_img_01.jpg) center no-repeat
}

.e0003 .mainIn {
    height: 100%
}

.e0003 .mainIn .ttl {
    height: 100%;
    position: relative
}

.e0003 .mainIn .ttl img {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.e0003 .leadMod {
    background: #f5f6ec;
    color: #1f2444
}

.e0004 .ttlMod .mainTtl {
    width: 100%;
    background: url(/images/pc/feature/e0004/bg_img_01.png) center no-repeat;
    background-size: auto 280px
}

.e0004 .mainIn {
    height: 100%
}

.e0004 .mainIn .ttl {
    height: 100%;
    position: relative
}

.e0004 .mainIn .ttl img {
    position: absolute;
    top: -28px;
    right: 0;
    bottom: 0;
    left: -4px;
    margin: auto
}

.e0004 .leadMod {
    background-color: #fafbfa;
    color: #122da2
}

.c0900 .ttlMod {
    background-color: #070706
}

.c0900 .ttlMod .mainTtl {
    width: 100%;
    background: url(/images/pc/feature/c0900/bg_img_01.jpg) center no-repeat;
    background-size: auto 280px
}

.c1200 .ttlMod {
    background-color: #faf6d9
}

.c1200 .ttlMod .mainTtl {
    width: 100%;
    background: url(/images/pc/feature/c1200/bg_img_01.jpg) center no-repeat;
    background-size: auto 280px
}

.c1200 .leadMod {
    background-color: #f6f4e8
}

.c0400 .ttlMod {
    background-color: #fef9e9
}

.c0400 .ttlMod .mainTtl {
    width: 100%;
    background: url(/images/pc/feature/c0400/bg_img_01.jpg) center repeat-x;
    background-size: auto 280px
}

.c0800 .ttlMod {
    background-color: #EEF281
}

.c0800 .ttlMod .mainTtl {
    width: 100%;
    background: url(/images/pc/feature/c0800/bg_img_01.jpg) center no-repeat;
    background-size: auto 280px
}

.c0800 .leadMod {
    background-color: #f5f6ec
}

.c1600 .ttlMod {
    background-color: #4bc5ea
}

.c1600 .ttlMod .mainTtl {
    width: 100%;
    background: url(/images/pc/feature/c1600/bg_img_01.png) center no-repeat;
    background-size: auto 280px
}

.c1600 .ttlMod .mainTtl .ttl img {
    position: relative;
    top: 17px;
    left: -5px
}

.featureIndex {
    padding-top: 20px;
    background: #f7f7f7;
}

.featureIndex .mainTtlBox {
    border-bottom: solid 1px #ebebeb;
    vertical-align: middle;
    width: 100%
}

.featureIndex .ttlPickup {
    width: 190px;
    border-bottom: none;
    padding: 2px 0 20px 25px;
    background: url(/images/pc/common/parts/img_ribbon_01.svg) no-repeat top left;
    background-size: 245px 38px;
    background-position: -40px 0px;
    color: #fff;
    font-size: 17px
}

.featureIndex .ttlPickup::before {
    content: none
}

.featureIndex .ttlPickup + .txt01 {
    padding: 5px 0 15px 25px
}

.featureIndex .ttl02 {
    font-size: 17px;
    padding: 10px 0 2px 25px
}

.featureIndex .ttl02 + .txt01 {
    padding: 5px 25px 15px
}

.featureIndex .ttl02 .ttlIn {
    border-left: 5px solid #333333;
    display: inline-block;
    padding-left: 7px;
    font-size: 18px;
    line-height: 1.2
}

.featureIndex .list01 .item {
    height: auto
}

.featureIndex .list01::after {
    border: none;
    padding-bottom: 20px
}
