@charset "UTF-8";
/*====================================================================
PC CSS
====================================================================*/
@media screen and (min-width: 1080px) {
  .Form-Btn {
    border-radius: 3px;
    width: 38vh;
    display: block;
    letter-spacing: 0.05em;
    background: #4cc702;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    margin: auto;
    text-align: center;
    padding: 1em;
    cursor: pointer;
    margin-bottom: 5vh;
  }
  .capt-more-wrap a:hover {
    color: #f7d247;
    opacity: 1;
    transition: 0.2s;
  }
  .capt-more-wrap a:hover .more-text::after {
    transition: 0.2s;
    background-image: url(../images/ico_arrow_on.svg);
  }
  h2.detail-subtitle {
    color: #393939;
    padding: 1vh 0;
    border-bottom: 2px solid;
    padding-top: 55px;
    margin-top: -55px;
  }
  .business-link {
    display: flex;
  }
  .sub-wrap {
    display: block;
  }
  img {
    max-width: 830px;
  }
  .ad-banner {
    margin: 3vh 0;
    text-align: center;
  }
  /* ヘッダー */
  .sticky-01 {
    position: sticky;
    top: 0px;
    z-index: 2;
  }
  .right {
    display: flex;
    align-items: center;
    height: 37px;
  }
  /* メインコンテンツ部分 */
  .main-box {
    width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .main-wrap {
    width: 720px;
    display: block;
  }
  .secondary-wrap {
    margin-top: -36px;
  }
  .secondary-wrap .news-area {
    display: none;
  }
  .sub-wrap {
    width: 336px;
    margin-bottom: 5vh;
  }
  .sub-wrap .caption-small {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #f7d247;
    padding-bottom: 4px;
    align-items: flex-end;
    font-weight: bold;
    font-size: 14px;
  }
  .sub-wrap .caption-small a:hover {
    color: #f7d247;
    opacity: 1;
    transition: 0.2s;
  }
  .sub-wrap .caption-small a:hover .more-text::after {
    transition: 0.2s;
    background-image: url(../images/ico_arrow_on.svg);
  }
  .sub-wrap .caption-small .more-text {
    font-size: 10px;
  }
  .sub-wrap .caption-small .more-text::after {
    content: "";
    height: 8px;
    width: 16px;
    display: inline-block;
    background-image: url(../images/ico_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 3px;
  }
  .sub-wrap .inner {
    padding: 18px;
    background: #fff;
  }
  .sub-wrap .top0 {
    padding-top: 0;
  }
  .sub-wrap .about-area {
    padding: 28px 18px;
    background-color: #ffe37b;
    margin-top: 9px;
  }
  .sub-wrap .about-area a {
    color: #333;
  }
  .sub-wrap .about-area li {
    margin-bottom: 16px;
  }
  .sub-wrap .about-area li .corezo-rogo {
    width: 60%;
    margin: auto;
  }
  .sub-wrap .about-area li .about-wrap-botton {
    display: flex;
    justify-content: space-between;
  }
  .sub-wrap .about-area li .about-wrap-botton .about-button {
    width: 110px;
    height: 98px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 12px;
    text-align: center;
  }
  .sub-wrap .about-area li .about-wrap-botton .about-button img {
    padding-bottom: 8px;
    margin: auto;
  }
  .sub-wrap .about-area li .about-wrap-botton .about-button .button-text {
    font-size: 10.5px;
    font-weight: bold;
  }
  .sub-wrap .about-area li .about-banner {
    display: block;
  }
  .sub-wrap .about-area li .about-banner .banner-text {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .sub-wrap .about-area li .about-banner .bnr-img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  }
  .sub-wrap .about-area li:last-child {
    margin-bottom: 0;
  }
  .sub-wrap .about-area p {
    font-size: 11px;
    line-height: 1.7;
  }
  .sub-wrap .news-area .news-sect {
    padding: 1px;
  }
  .sub-wrap .news-area .news-sect .news-box {
    height: 140px;
  }
  .sub-wrap .news-area .news-sect .news-box .no-news-text {
    font-size: 12px;
    margin-top: 9px;
  }
  .sub-wrap .news-area .news-sect .news-box::-webkit-scrollbar {
    width: 5px;
  }
  .sub-wrap .news-area .news-sect .news-box::-webkit-scrollbar-track {
    background-color: rgb(106, 106, 106);
  }
  .sub-wrap .news-area .news-sect .news-box::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgb(33, 33, 33);
  }
  .sub-wrap .news-area .news-sect .news-box a {
    color: #333;
    font-weight: normal;
    display: block;
    padding: 11px 8px;
  }
  .sub-wrap .news-area .news-sect .news-box a:hover {
    background-color: #fffbe6;
    opacity: 1;
    transition: none;
  }
  .sub-wrap .news-area .news-sect .news-box .news-daily {
    display: flex;
    margin-bottom: 3px;
  }
  .sub-wrap .news-area .news-sect .news-box .news-daily .news-date {
    font-weight: 500;
    font-size: 11px;
    margin-right: 6px;
    letter-spacing: 0.5px;
    line-height: 1.7;
  }
  .sub-wrap .news-area .news-sect .news-box .news-daily .attention-label {
    font-size: 10px;
    padding: 2px 6px;
    font-weight: bold;
    color: #d02727;
    background: #fff;
    border: solid 1px #d02727;
    border-radius: 2px;
    transform: scale(0.9);
    transform-origin: 0px 0px;
    display: inline-block;
  }
  .sub-wrap .news-area .news-sect .news-box .news-daily .news-label {
    font-size: 0.7em;
    padding: 2px 6px;
    font-weight: 700;
    color: #245ac1;
    background: #fff;
    border: solid 1px #245ac1;
    border-radius: 2px;
    transform: scale(0.9);
    transform-origin: 0 0;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 6px;
  }
  .sub-wrap .news-area .news-sect .news-box .news-daily .attention-label {
    font-size: 0.7em;
    border: 1px solid #d02727;
    color: #d02727;
    border-radius: 3px;
    padding: 3px 6px;
  }
  .sub-wrap .news-area .news-sect .news-box .news-title {
    font-size: 12px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .sub-wrap .ranking-area .article-small {
    padding-bottom: 1px;
    position: relative;
  }
  .sub-wrap .ranking-area .article-small a {
    display: flex;
    justify-content: space-between;
    color: #333;
    align-items: flex-start;
    position: relative;
  }
  .sub-wrap .ranking-area .article-small a .ranking-ico {
    position: absolute;
    left: 0;
    top: -2px;
  }
  .sub-wrap .ranking-area .article-small a:hover {
    background-color: #fffbe6;
    opacity: 1;
    transition: none;
  }
  .sub-wrap .ranking-area .article-small a .thumbnail {
    padding: 10px 0px 10px 10px;
  }
  .sub-wrap .ranking-area .article-small a .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 85px;
    height: 56px;
    border-radius: 4px;
  }
  .sub-wrap .ranking-area .article-small a .caption {
    width: 192px;
    margin-top: -3px;
    padding: 10px 0;
  }
  .sub-wrap .ranking-area .article-small a .caption .label {
    padding: 3px 6px;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: 0px 0px;
    margin-bottom: 3px;
  }
  .sub-wrap .ranking-area .article-small a .caption .gourmet {
    background-color: #ffeeee;
    color: #520000;
  }
  .sub-wrap .ranking-area .article-small a .caption .event {
    color: #612000;
    background: #fdf8e5;
  }
  .sub-wrap .ranking-area .article-small a .caption .souvenir {
    background-color: #e7ffdf;
    color: #012e00;
  }
  .sub-wrap .ranking-area .article-small a .caption .special {
    background-color: #fffba1;
    color: #433800;
  }
  .sub-wrap .ranking-area .article-small a .caption .tourism {
    background-color: #f4eeff;
    color: #27006d;
  }
  .sub-wrap .ranking-area .article-small a .caption .column {
    background-color: #d9ecff;
    color: #001e55;
  }
  .sub-wrap .ranking-area .article-small a .caption .title {
    font-size: 11px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 34px;
  }
  .sub-wrap .sns-area .sns-corezo {
    margin-top: 12px;
  }
  .sub-wrap .sns-area .sns-corezo .sns-about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .sub-wrap .sns-area .sns-corezo .sns-about .sns-sect {
    font-size: 11px;
    width: 168px;
  }
  .sub-wrap .sns-area .sns-corezo .sns-about .sns-sect .name {
    font-weight: bold;
    margin-bottom: 6px;
    position: relative;
    margin-left: 12px;
  }
  .sub-wrap .sns-area .sns-corezo .sns-about .sns-sect .name::before {
    content: "";
    display: inline-block;
    width: 2.6px;
    height: 28px;
    background-color: #fdd100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -11px;
  }
  .sub-wrap .sns-area .sns-corezo .sns-about .sns-sect .text {
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .sub-wrap .sns-area .sns-corezo .sns-about .sns-sect .sns-ico {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* フッター */
  footer {
    background: #fdd000;
    padding: 40px 40px 18px 40px;
  }
  footer .copyright {
    text-align: center;
    font-size: 11px;
  }
  footer .footer-about ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 21px auto;
    width: 600px;
  }
  footer .footer-about ul li a {
    color: #000;
    font-weight: 500;
    font-size: 12px;
  }
  .capt-category p {
    margin-top: 0.3em;
    line-height: 1.8;
  }
  .capt-category img {
    width: 100%;
  }
  .list-box {
    position: relative;
  }
  .main-box {
    display: flex;
    padding: 0;
    background-color: #f8f8f8;
  }
  .group-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .group-wrap .group-list {
    margin-bottom: 5vh;
  }
  .group-wrap .group-list .wrap-group-list {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding-bottom: 12px;
  }
  .group-wrap .group-list .wrap-group-list .group-title-box {
    padding: 12px;
  }
  .group-wrap .group-list .wrap-group-list .group-title-box h2.group-title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    background-color: #fff;
  }
  .group-wrap .group-list .wrap-group-list .img-box .thumbnail-group {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .group-wrap .group-list .wrap-group-list .img-box .img-copyright {
    margin-right: 12px;
    font-size: 0.8em;
    color: #878787;
    text-align: right;
    margin-bottom: 0;
  }
  .group-wrap .group-list .wrap-group-list .free-caption {
    font-weight: bold;
    font-size: 14px;
    margin: 6px 12px 3px 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
  }
  .group-wrap .group-list .wrap-group-list .detail-text {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
    margin: 12px 9px;
  }
  .group-wrap .group-list .wrap-group-list .detail-box {
    margin: 12px;
    padding: 10px;
    border-radius: 3.2px;
    border: 1px solid #ababab;
  }
  .group-wrap .group-list .wrap-group-list .detail-box .capt-detail {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .group-wrap .group-list .wrap-group-list .detail-box .item-detail {
    margin-bottom: 1vh;
    border-bottom: 1px solid #cfcfcf;
    line-height: 1.7;
    padding-bottom: 1vh;
    font-size: 1em;
  }
  .group-wrap .group-list .wrap-group-list .detail-box .item-detail p {
    margin: 0;
  }
  .group-wrap .group-list .wrap-group-list .detail-box .item-detail .item-capt {
    font-weight: bold;
    font-size: 0.8em;
  }
  .group-wrap .group-list .wrap-group-list .detail-box .item-detail:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .group-wrap .group-list .wrap-group-list .group-btn {
    margin: auto;
    margin-bottom: 12px;
  }
  .group-wrap .group-list .wrap-group-list .group-btn .btn-box {
    margin: 0 auto;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    margin: auto;
    width: 1080px;
    font-size: 12px;
    padding: 21px 0;
  }
  .breadcrumb a {
    color: #686868;
  }
  .breadcrumb li {
    color: #000;
    font-weight: bold;
  }
  .breadcrumb .overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 512px;
  }
  .breadcrumb li:not(:first-of-type)::before {
    margin: 0 0.6em;
    color: #686868;
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(../images/bc_arrow.svg);
    background-size: contain;
    vertical-align: middle;
    top: -3px;
    margin-top: -2px;
  }
  .bg-wrap {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
  }
  .bg-wrap .sns-ico {
    margin-bottom: 0.4em;
  }
  .detail {
    margin-bottom: 4vh;
    background-color: #ffffff;
    box-shadow: none;
    padding: 2vh;
    border-radius: 9px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  }
  .detail .capt-detail {
    font-weight: bold;
    font-size: 15px;
  }
  .detail .out-icon::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    background: url(../images/ico_external_link.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
  }
  .interview {
    margin-bottom: 32px;
  }
  .interview .interview-sect .answer-box {
    margin: 12px 0;
    position: relative;
  }
  .interview .interview-sect .answer-box figure {
    width: 92px;
    height: 92px;
  }
  .interview .interview-sect .answer-box figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .interview .interview-sect .answer-box .image-left {
    float: left;
    margin-right: 20px;
    height: 100%;
  }
  .interview .interview-sect .answer-box .image-right {
    float: right;
    margin-left: 20px;
  }
  .interview .interview-sect .answer-box .image-description {
    padding: 5px 0 0;
    text-align: center;
    font-size: 12px;
  }
  .interview .interview-sect .answer-box .text-right {
    position: relative;
    padding: 10px;
    border-radius: 3px;
    max-width: calc(100% - 120px);
    background-color: #fff;
    float: left;
  }
  .interview .interview-sect .answer-box .text-right p {
    margin: 0 auto;
  }
  .interview .interview-sect .answer-box .text-right:before {
    position: absolute;
    content: "";
    top: 15px;
    left: -20px;
    color: #aaa;
  }
  .interview .interview-sect .answer-box .text-right:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -19px;
  }
  .interview .interview-sect .answer-box:before,
  .interview .interview-sect .answer-box:after {
    clear: both;
    content: "";
    display: block;
  }
  .otc {
    border-radius: 9px;
    margin: 32px 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
  .otc .mgn0 {
    padding: 0;
  }
  .otc .accordion .search-s {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    padding: 18px;
  }
  .otc .accordion .search-s::after {
    transform: translateY(-25%) rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 10px;
    content: "";
    transition: transform 0.3s;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
  }
  .otc .accordion .normal-s {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    padding: 18px;
  }
  .otc .accordion .normal-s::after {
    transform: translateY(-25%) rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 10px;
    content: "";
    transition: transform 0.3s;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
  }
  .otc .accordion ul {
    padding: 0px 18px 18px 18px;
  }
  .otc .accordion ul .mgn0 {
    padding-bottom: 1vh;
  }
  .otc .accordion ul li {
    padding-bottom: 1.5vh;
  }
  .otc .accordion ul li .capt-otc {
    font-weight: bold;
    position: relative;
    font-size: 1em;
    padding: 0;
  }
  .otc .accordion ul li h5 {
    margin: 0;
    font-size: 14px;
  }
  .otc .accordion ul li p {
    padding-top: 6px;
    margin: 0;
  }
  .otc .accordion ul li .bottom {
    padding-bottom: 12px;
  }
  .otc .accordion ul li .sns-ico {
    margin-bottom: 0;
  }
  .otc .accordion a {
    font-weight: normal;
    color: #404040;
    cursor: pointer;
    font-size: 0.9em;
    border-bottom: 1px solid #333;
  }
  .otc .accordion p {
    padding-top: 6px;
    margin: 0;
    transform: translateY(-10px);
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
  }
  .otc .accordion .bottom {
    padding-bottom: 12px;
  }
  .otc .accordion .sns-ico {
    margin-bottom: 0;
  }
  .otc .accordion .search-s::-webkit-details-marker {
    display: none;
  }
  .otc .accordion[open] .search-s::after {
    transform: rotate(225deg);
  }
  .otc .accordion[open] p {
    transform: none;
    opacity: 1;
  }
  .otc .accordion-map {
    width: 100%;
    border-radius: 5px;
    margin: 9px 0;
    border: 2px solid #d3d3d3;
  }
  .otc .accordion-map summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 12px 16px;
    color: #2c2c2c;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
  }
  .otc .accordion-map summary::-webkit-details-marker {
    display: none;
  }
  .otc .accordion-map summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    content: "";
    transition: transform 0.3s;
    margin-left: 9px;
  }
  .otc .accordion-map[open] summary::after {
    transform: rotate(225deg);
    margin-left: 9px;
  }
  .otc .accordion-map p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.3em 2em 1.5em;
    color: #333333;
    transition: transform 0.5s, opacity 0.5s;
  }
  .otc .accordion-map[open] p {
    transform: none;
    opacity: 1;
  }
  .otc .normal-s::-webkit-details-marker {
    display: none;
  }
  .otc .accordion[open] .normal-s::after {
    transform: rotate(225deg);
  }
  .otc .search-label {
    padding: 0 18px 18px 18px;
  }
  .otc .search-label h3 {
    margin-top: 0;
  }
  .otc .search {
    width: 67%;
    position: relative;
    color: #000;
  }
  .otc .search::before, .otc .search::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .otc .search::before {
    left: 305px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    top: 2px;
  }
  .otc .search .search-btn {
    background-color: #fdd100;
    width: 100%;
    border-radius: 60px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    display: block;
    padding: 1.2em 2em 1.2em 1em;
    font-weight: bold;
    text-decoration: none;
  }
  .otc .search:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .otc .reset {
    width: 30%;
    position: relative;
    color: #fff;
  }
  .otc .reset .reset-btn {
    background-color: #c5c5c5;
    width: 100%;
    border-radius: 60px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    display: block;
    padding: 1.2em 1em 1.2em 2em;
    font-weight: bold;
    text-decoration: none;
  }
  .otc .reset:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .otc .reset::before, .otc .reset::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    background: #fff;
    display: block;
    margin-left: -35px;
    z-index: 1;
  }
  .otc .reset::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .otc .reset::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .otc .reset a::before {
    margin-right: 26px;
    color: #fff;
  }
  .otc .area-map {
    margin-bottom: 60px;
  }
  .otc .area-map .sp-text {
    display: none;
  }
  .otc .area-map .pc-hokuriku-map .fukui {
    background: url("../images/map_bgfukui.png") no-repeat;
    background-size: 82%;
    padding-top: 5%;
    position: relative;
    background-position: 7% 44%;
  }
  .otc .area-map .pc-hokuriku-map .fukui h3.fukui-capt {
    font-size: 28px;
    position: absolute;
    color: #ff7610;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg {
    margin-top: 1%;
    padding: 0;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg #fukui-map a:hover {
    opacity: 1;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg #fukui-map a:hover .maps {
    fill: #7c4600;
    transition: 0.2s;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg #fukui-map .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #efc146;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg #fukui-map .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ffffff;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg #fukui-map .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ff7610;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg #fukui-map .st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #f2ab2f;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg #fukui-map .st4 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 5.6693;
    stroke-linejoin: round;
  }
  .otc .area-map .pc-hokuriku-map .fukui svg #fukui-map .st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #f7963f;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa {
    background: url("../images/map_bgishikawa.png") no-repeat;
    background-size: 58%;
    position: relative;
    background-position: 5% 81%;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa h3.ishikawa-capt {
    font-size: 28px;
    position: absolute;
    color: #3e9600;
    top: 0;
    left: 0;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg {
    margin-left: -4%;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map a:hover {
    opacity: 1;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map a:hover .maps {
    fill: #387110;
    transition: 0.2s;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map .st0 {
    fill: #ffffff;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #6ee146;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ffffff;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map .st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #50d14a;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map .st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #59b01e;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map .st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #83c557;
  }
  .otc .area-map .pc-hokuriku-map .ishikawa svg #ishikawa-map .st6 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #3e9600;
  }
  .otc .area-map .pc-hokuriku-map .toyama {
    background: url("../images/map_bgtoyama.png") no-repeat;
    position: relative;
    background-size: 40.5%;
    background-position: 97% 73%;
  }
  .otc .area-map .pc-hokuriku-map .toyama h3.toyama-capt {
    font-size: 28px;
    position: absolute;
    color: #1185cd;
    top: 0;
    left: 0;
  }
  .otc .area-map .pc-hokuriku-map .toyama svg {
    margin-left: -3%;
  }
  .otc .area-map .pc-hokuriku-map .toyama svg #toyama-map a:hover {
    opacity: 1;
  }
  .otc .area-map .pc-hokuriku-map .toyama svg #toyama-map a:hover .maps {
    fill: #103f71;
    transition: 0.2s;
  }
  .otc .area-map .pc-hokuriku-map .toyama svg #toyama-map .st0 {
    fill: #ffffff;
  }
  .otc .area-map .pc-hokuriku-map .toyama svg #toyama-map .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #3fbbe4;
  }
  .otc .area-map .pc-hokuriku-map .toyama svg #toyama-map .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ffffff;
  }
  .otc .area-map .pc-hokuriku-map .toyama svg #toyama-map .st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #2c9de3;
  }
  .otc .area-map .pc-hokuriku-map .toyama svg #toyama-map .st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #1185cd;
  }
  .otc .area-map .sp-hokuriku-map {
    display: none;
  }
  .sp-area-creator-block {
    display: none;
  }
  .pc-area-creator-block {
    margin-bottom: 32px;
  }
  .pc-area-creator-block .creator-cap {
    text-align: center;
    font-weight: 600;
  }
  .pc-area-creator-block .sect-creator-block {
    position: relative;
    display: flex;
    padding: 21px;
    background: #fff;
    border-radius: 9px;
  }
  .pc-area-creator-block .sect-creator-block .creator-left {
    float: left;
    margin-right: 20px;
    width: 600px;
    height: 100%;
  }
  .pc-area-creator-block .sect-creator-block .creator-left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pc-area-creator-block .sect-creator-block .creator-right {
    float: right;
    margin-left: 20px;
    width: 1400px;
  }
  .pc-area-creator-block .sect-creator-block .creator-right .creator-name {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 3px;
  }
  .pc-area-creator-block .sect-creator-block .creator-right .creator-Affiliation-name {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .pc-area-creator-block .sect-creator-block .creator-right .creator-text {
    font-size: 15px;
    color: #000;
  }
  .pc-area-creator-block .sect-creator-block:before,
  .pc-area-creator-block .sect-creator-block:after {
    clear: both;
    content: "";
    display: block;
  }
}
/*====================================================================
タブレットCSS
====================================================================*/
@media screen and (min-width: 600px) {
  .top-btn-box a.ico-back {
    color: #fff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background: #858585;
    width: 50vh;
    border-radius: 60px;
    font-weight: bold;
    line-height: 1.7;
    margin: 4vh auto;
    font-size: 16px;
    position: relative;
    text-align: center;
  }
  .top-btn-box a.ico-back::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 4vh;
    margin-top: -4px;
    transform: rotate(-45deg);
  }
  .top-btn-box a.ico-back p {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .back-btn-box a.ico-back {
    color: #fff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background: #494949;
    width: 50vh;
    border-radius: 60px;
    font-weight: bold;
    line-height: 1.7;
    margin: 4vh auto;
    font-size: 16px;
    position: relative;
    text-align: center;
  }
  .back-btn-box a.ico-back::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 4vh;
    margin-top: -4px;
    transform: rotate(-45deg);
  }
  .back-btn-box a.ico-back p {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .for-pc {
    display: block;
  }
  .for-sp {
    display: none;
  }
  .sp-ad-area {
    display: none;
  }
  .ad-area img {
    width: 100%;
  }
  .footer-rogo-box .footer-rogo {
    height: auto;
    width: 300px;
    display: block;
    margin: auto;
  }
  .footer-rogo-box .footer-sns {
    display: flex;
    justify-content: center;
    margin: 21px auto;
  }
  .footer-rogo-box .footer-sns li {
    margin-right: 2vh;
  }
  .footer-rogo-box .footer-sns li img {
    width: 40px;
    height: auto;
  }
  .footer-rogo-box .footer-sns li:last-child {
    margin-right: 0;
  }
  .banner-wrap-pc {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .banner-wrap-pc li {
    margin-right: 12px;
  }
  .banner-wrap-pc li img {
    width: 100%;
  }
  .banner-wrap-pc li:last-child {
    margin-right: 0;
  }
  .banner-wrap-sp {
    display: none;
  }
  .banner-wrap-sp02 {
    display: none;
  }
  #logo {
    margin: 0px;
    padding: 0px;
    text-indent: -9999px;
    width: 128.3px;
  }
  #logo a {
    display: block;
    width: 128.3px;
    height: 32px;
    background: url(../images/corezo_rogo_yoko.svg) 0 0 no-repeat;
  }
  h1.detail-title {
    font-size: 1.2em;
    margin: 1vh 0 2.2vh 0;
    line-height: 1.5;
    border-bottom: #8b8a8a solid 2px;
    padding-bottom: 0.5vh;
  }
  .capt-category {
    width: 100%;
    height: 160px;
    position: relative;
    background-color: #000;
    overflow: hidden;
  }
  .capt-category h1 {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 24px;
    padding: 0 20px;
    position: absolute;
    top: 36px;
  }
  .capt-category p {
    margin-top: 0.3em;
    line-height: 1.8;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.62);
    color: #ffffff;
    font-size: 12px;
    padding: 6px 8px;
    width: 414px;
    position: absolute;
    top: 79px;
    line-height: 1.5;
    left: 19px;
  }
  .bg-gourmet {
    background: url(../images/gourmet_top.jpg) no-repeat;
    background-size: cover;
  }
  .bg-special {
    background: url(../images/special_top.jpg) no-repeat;
    background-size: cover;
  }
  .bg-tourism {
    background: url(../images/tourism_top.jpg);
    background-size: cover;
  }
  .bg-event {
    background: url(../images/event_top.jpg);
    background-size: cover;
  }
  .bg-souvenir {
    background: url(../images/souvenir_top.jpg);
    background-size: cover;
  }
  .bg-column {
    background: url(../images/column_top.jpg);
    background-size: cover;
  }
  .bg-blog {
    background: url(../images/blog_top.jpg);
    background-size: cover;
  }
  .event-box {
    display: flex;
    justify-content: space-between;
  }
  .event-box .event-label {
    color: #fff;
    font-weight: bold;
    display: flex;
  }
  .event-box .event-label span {
    padding: 7px 9px;
    border-radius: 4px;
    margin-right: 5px;
  }
  .event-box .area {
    background-color: #e3e3e3;
    color: #3c3c3c;
  }
  .event-box .gourmet {
    background-color: #ea4545;
  }
  .event-box .tourism {
    background-color: #8b55ef;
  }
  .event-box .event {
    background-color: #ea7738;
  }
  .event-box .souvenir {
    background-color: #03a700;
  }
  .event-box .column {
    background-color: #3a9df1;
  }
  .event-box .special {
    background-color: #f4c931;
  }
  .event-box .blog {
    background-color: #e91d6e;
  }
  .event-box .pr {
    color: #393939;
    outline: 1px solid #2f2f2f;
  }
  .event-box .update {
    font-size: 14px;
    text-align: right;
  }
  .list-box {
    position: relative;
  }
  .list-box .rank01::before {
    background-image: url(../images/ranking_1.svg);
    background-size: contain;
    vertical-align: middle;
    content: "";
    display: flex;
    width: 25px;
    height: 28px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: -1px;
  }
  .list-box .rank02::before {
    background-image: url(../images/ranking_2.svg);
    background-size: contain;
    vertical-align: middle;
    content: "";
    display: flex;
    width: 25px;
    height: 28px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
  }
  .list-box .rank03::before {
    background-image: url(../images/ranking_3.svg);
    background-size: contain;
    vertical-align: middle;
    content: "";
    display: flex;
    width: 25px;
    height: 28px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
  }
  .list-box .rank04::before {
    background-image: url(../images/ranking_4.svg);
    background-size: contain;
    vertical-align: middle;
    content: "";
    display: flex;
    width: 25px;
    height: 28px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
  }
  .list-box .rank05::before {
    background-image: url(../images/ranking_5.svg);
    background-size: contain;
    vertical-align: middle;
    content: "";
    display: flex;
    width: 25px;
    height: 28px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
  }
  .list-box .rank06::before {
    background-image: url(../images/ranking_6.svg);
    background-size: contain;
    vertical-align: middle;
    content: "";
    display: flex;
    width: 25px;
    height: 28px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
  }
  .list-box .new::before {
    background-image: url(../images/new_label.svg);
    background-size: contain;
    vertical-align: middle;
    content: "";
    display: inline-block;
    width: 41px;
    height: 42px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .group-list {
    width: 48%;
  }
  .pickup-list {
    margin: 5vh 0;
  }
  .pickup-list .writer-box-b {
    display: flex;
    margin-bottom: 1.5vh;
  }
  .pickup-list .writer-box-b .writer-img {
    display: flex;
    justify-content: center; /* 水平方向にセンターに配置 */
    align-items: center;
  }
  .pickup-list .writer-box-b .writer-img img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .pickup-list .writer-box-b .writer-text-box-b {
    margin-left: 12px;
    width: 100%;
  }
  .pickup-list .writer-box-b .writer-text-box-b .capt-more-wrap {
    padding-bottom: 0;
  }
  .pickup-list .writer-box-b .writer-text-box-b .capt-more-wrap .more-text {
    margin-bottom: 9px;
  }
  .pickup-list .writer-box-b .writer-text-box-b h2 {
    margin-top: 6px;
    margin-bottom: 9px;
  }
  .pickup-list .writer-box-b .writer-text-box-b p {
    font-size: 12px;
  }
  .pickup-list .list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .pickup-list .list-box .co-box {
    background: #fff;
    border-radius: 0.5vh;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 1.5vh;
    width: 100%;
  }
  .pickup-list .list-box .co-box a {
    display: flex;
  }
  .pickup-list .list-box .co-box a .co-image {
    display: block;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 250px;
    overflow: hidden;
    background-color: #eee;
  }
  .pickup-list .list-box .co-box a .co-text-box {
    font-size: 0.87em;
    padding: 1vh 1.5vh;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .pickup-list .list-box .co-box a .co-text-box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    height: 58px;
    font-size: 13px;
    margin-bottom: 3px;
    text-align: left;
  }
  .pickup-list .list-box .co-box a .co-text-box .co-title {
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
  }
  .pickup-list .list-box .co-box a .co-text-box p {
    color: #5e5e5e;
    font-size: 0.87em;
    font-weight: normal;
  }
  .pickup-list .list-box .co-box a .co-text-box .name {
    text-align: left;
    margin-top: auto;
    margin-bottom: 0;
  }
  .pickup-list .list-box .co-box a .co-text-box .update {
    text-align: right;
    margin-top: auto;
    margin-bottom: 0;
  }
  .pickup-list .list-box .co-box a .co-text-box .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.4vh;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .label {
    padding: 0.6vh;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0.6vh 0.6vh 0;
    line-height: 1;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap li:last-child {
    padding-top: 0;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .gourmet {
    background-color: #ffeeee;
    color: #520000;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .event {
    background-color: #fdf8e5;
    color: #612000;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .souvenir {
    background-color: #e7ffdf;
    color: #012e00;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .special {
    background-color: #fffba1;
    color: #433800;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .tourism {
    background-color: #f4eeff;
    color: #27006d;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .column {
    background-color: #d9ecff;
    color: #001e55;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .blog {
    background-color: #ffeefd;
    color: #7f1e48;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .free {
    background-color: #f1f1f1;
    color: #242424;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .area {
    background-color: #f1f1f1;
    color: #242424;
  }
  .pickup-list .list-box .co-box a .co-text-box .label-wrap .pr {
    color: #393939;
    outline: 1px solid #2f2f2f;
    outline-offset: -1px;
  }
  .pickup-list .list-box .co-box a .co-text-box .writer-box {
    display: flex;
    align-items: center;
  }
  .pickup-list .list-box .co-box a .co-text-box .writer-box .writer-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pickup-list .list-box .co-box a .co-text-box .writer-box .writer-img img {
    max-width: 45px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .pickup-list .list-box .co-box a .co-text-box .writer-box p.writer-text {
    margin-left: 12px;
  }
  .template-list {
    margin: 3vh 0;
  }
  .template-list .writer-box-b {
    display: flex;
    margin-bottom: 1.5vh;
  }
  .template-list .writer-box-b .writer-img {
    display: flex;
    justify-content: center; /* 水平方向にセンターに配置 */
    align-items: center;
  }
  .template-list .writer-box-b .writer-img img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .template-list .writer-box-b .writer-text-box-b {
    margin-left: 12px;
    width: 100%;
  }
  .template-list .writer-box-b .writer-text-box-b .capt-more-wrap {
    padding-bottom: 0;
  }
  .template-list .writer-box-b .writer-text-box-b .capt-more-wrap .more-text {
    margin-bottom: 9px;
  }
  .template-list .writer-box-b .writer-text-box-b h2 {
    margin-top: 6px;
    margin-bottom: 9px;
  }
  .template-list .writer-box-b .writer-text-box-b p {
    font-size: 12px;
  }
  .template-list .mall-ico {
    position: relative;
    padding-left: 30px;
  }
  .template-list .mall-ico::before {
    content: url(../images/tokusyu_mall.png);
    transform: scale(0.13);
    position: absolute;
    top: -90px;
    left: -90px;
  }
  .template-list .cff-ico {
    position: relative;
    padding-left: 30px;
  }
  .template-list .cff-ico::before {
    content: url(../images/tokusyu_cff.png);
    transform: scale(0.13);
    position: absolute;
    top: -90px;
    left: -90px;
  }
  .template-list .travel-ico {
    position: relative;
    padding-left: 30px;
  }
  .template-list .travel-ico::before {
    content: url(../images/tokusyu_travel.png);
    transform: scale(0.13);
    position: absolute;
    top: -90px;
    left: -90px;
  }
  .template-list .list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .template-list .list-box::after {
    content: "";
    display: block;
    width: 32%;
  }
  .template-list .list-box .co-box {
    background: #fff;
    border-radius: 0.5vh;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 1.5vh;
    width: 32%;
    position: relative;
  }
  .template-list .list-box .co-box a {
    display: block;
  }
  .template-list .list-box .co-box a .co-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 140px;
    background-color: #eee;
  }
  .template-list .list-box .co-box a .co-text-box {
    font-size: 0.87em;
    padding: 1vh;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .template-list .list-box .co-box a .co-text-box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    height: 58px;
    font-size: 13px;
    margin-bottom: 3px;
    text-align: left;
  }
  .template-list .list-box .co-box a .co-text-box p {
    color: #5e5e5e;
    font-size: 0.87em;
    font-weight: normal;
  }
  .template-list .list-box .co-box a .co-text-box .name {
    text-align: left;
  }
  .template-list .list-box .co-box a .co-text-box .update {
    text-align: right;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap {
    display: flex;
    padding-bottom: 0.4vh;
    flex-wrap: wrap;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .label {
    padding: 0.6vh;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0.6vh 0.6vh 0;
    line-height: 1;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap li:last-child {
    padding-top: 0;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .gourmet {
    background-color: #ffeeee;
    color: #520000;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .event {
    background-color: #fdf8e5;
    color: #612000;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .souvenir {
    background-color: #e7ffdf;
    color: #012e00;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .special {
    background-color: #fffba1;
    color: #433800;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .tourism {
    background-color: #f4eeff;
    color: #27006d;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .column {
    background-color: #d9ecff;
    color: #001e55;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .blog {
    background-color: #ffeefd;
    color: #7f1e48;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .free {
    background-color: #f1f1f1;
    color: #242424;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .area {
    background-color: #f1f1f1;
    color: #242424;
  }
  .template-list .list-box .co-box a .co-text-box .label-wrap .pr {
    color: #393939;
    outline: 1px solid #2f2f2f;
    outline-offset: -1px;
    margin-right: 0.6vh;
  }
  .template-list .list-box .co-box a .co-text-box .writer-box {
    display: flex;
    align-items: center;
  }
  .template-list .list-box .co-box a .co-text-box .writer-box .writer-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .template-list .list-box .co-box a .co-text-box .writer-box .writer-img img {
    max-width: 45px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .template-list .list-box .co-box a .co-text-box .writer-box p.writer-text {
    margin-left: 12px;
  }
  .template-list .list-box li:nth-child(3n+1):nth-last-child(-n+3),
  .template-list .list-box li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
  .mgn-0 {
    margin: 0;
  }
  .center {
    display: flex;
    justify-content: center;
  }
  .out-stock {
    max-width: 690px;
    background-color: #999999;
    padding: 28px;
    margin-bottom: 28px;
  }
  .out-stock p {
    color: #fff;
    font-size: 18px;
    margin: 0;
  }
  .outshop-box {
    max-width: 690px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    background-color: #fffbe4;
    display: flex;
    margin-bottom: 21px;
  }
  .outshop-box .copyright {
    font-size: 0.7em;
    color: #8f8f8f;
    text-align: right;
    margin: 9px 0 0 0;
  }
  .outshop-box .no-link {
    pointer-events: none;
  }
  .outshop-box .no-link-img {
    position: relative;
  }
  .outshop-box a {
    position: relative;
  }
  .outshop-box .thumbnail-outshop {
    width: 270px;
    height: 210px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    position: relative;
    background-color: #fff;
    position: relative;
  }
  .outshop-box .caption {
    margin: 20px;
    width: 800px;
    text-align: center;
    position: relative;
  }
  .outshop-box .caption .text-box {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 1vh;
  }
  .outshop-box .caption .text-box p {
    margin-bottom: 0;
  }
  .outshop-box .caption .text-box .price-text {
    font-size: 1.2em;
    color: #d63c3c;
    margin: 0;
    font-weight: bold;
  }
  .outshop-box .caption .text-box .price-text span {
    font-size: 0.8em;
  }
  .outshop-box .caption .text-box .count-text {
    font-size: 0.8em;
    border-radius: 4vh;
    padding: 0.8vh 1.5vh;
    color: #676767;
    background-color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    display: inline;
    margin-right: 9px;
  }
  .outshop-box .caption .text-box .count-text span {
    font-size: 16px;
    margin-left: 3px;
  }
  .outshop-box .caption .title {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 1vh;
    display: -webkit-box;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .outshop-box .caption .no-link-title {
    text-decoration: none;
    color: #494949;
    font-weight: bold;
  }
  .outshop-box .caption .btn-outshop {
    border-radius: 5vh;
    padding: 12px 32px;
    width: 100%;
    font-size: 15px;
    display: block;
    background: #d63c3c;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
  }
  .outshop-box .caption .btn-outshop::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 2px;
    background: url("../images/ico_external_link_white.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .outshop-box .caption .btn-outshop .small {
    font-size: 0.8em;
    font-weight: normal;
  }
  .outshop-box .caption .btn-sold-out {
    background: #808080;
    height: 50px;
    font-weight: normal;
  }
  .outshop-box .caption .btn-sold-out::after {
    display: none;
  }
  .end-sale a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2f2f2f;
    opacity: 0.7;
  }
  .end-sale .p-end-sale {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    font-size: 24px;
  }
  .sect-other {
    max-width: 1024px;
    margin: 4vh 2.5vh;
    background-color: #fff;
    line-height: 1.6;
  }
  .sect-other ul {
    padding: 4vh;
  }
  .sect-other ul li {
    margin-bottom: 21px;
  }
  .sect-other ul li:last-child {
    margin-bottom: 0;
  }
  .sect-other ul li a {
    font-size: 16px;
  }
  .sect-other ul li h2 {
    text-align: left;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1vh;
  }
  .sect-other ul li .sect-text {
    font-size: 14px;
  }
  .sect-other ul li .sect-text p {
    margin-bottom: 12px;
  }
  .sect-other ul li .sect-text .policy-other {
    list-style-type: decimal;
    margin-left: 1.4em;
  }
  .sect-other ul li .sect-text .policy-other li {
    margin-bottom: 0;
  }
  .sect-other .table {
    display: flex;
    flex-wrap: wrap;
    padding: 4vh 0;
    font-size: 14px;
    max-width: 800px;
    margin: auto;
  }
  .sect-other .table dt {
    font-weight: bold;
    width: 30%;
    padding: 2vh;
    border-bottom: 1.5px solid #dadada;
  }
  .sect-other .table dt:last-of-type {
    border-bottom: none;
  }
  .sect-other .table dd {
    width: 70%;
    padding: 2vh;
    border-bottom: 1.5px solid #dadada;
  }
  .sect-other .table dd:last-child {
    border-bottom: none;
  }
}/*# sourceMappingURL=pc-style.css.map */