@charset "utf-8";
.springitem_calendar {
    background: rgba(0, 0, 0, 0.65);
    margin: 80px auto 60px;
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.65);
    border: 1px solid #fff;
    color: #00004d;
    box-sizing: border-box;
    width: calc(84% - 60px);
    position: relative;
    overflow: hidden;
    /* background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/img_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.springitem_calendar h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 30px 0 20px;
}

.springitem_calendar table tr:first-child {
    font-size: 18px;
    font-weight: 600;
}

.springitem_calendar td {
    text-align: left;
}

.template .metatag {
    margin: 20px 0;
}

.feature_item_txt {
    font-size: 18px;
    padding: 0% 1% 0%;
}

.info_wrap dl dt {
    font-size: 20px;
    border-bottom: 0;
    margin-bottom: 1%;
    color: #F15700;
}

.info_wrap dl dd :hover {
    text-decoration: none;
}

.info_wrap .soldout {
    background: none repeat scroll 0 0 #666666;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 2px 5px 1px;
    vertical-align: top;
}

.btn_pagelink,
.btn_pagelink_center {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #191d4a;
    border: 1px solid #191d4a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
}

.btn_pagelink:hover,
.btn_pagelink_center:hover {
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn_pagelink {
    width: 80%;
}

.btn_pagelink_center {
    width: 400px;
    margin: 0 auto 70px;
}

.btn_pagelink_center a {
    color: #FFF !important;
    text-decoration: none;
}

.btn_pagelink a,
.btn_pagelink_center a {
    padding: 17px 0;
}

.btn_pagelink a:hover {
    /* background-color: #fff; */
    color: #977219;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn_pagelink.comingsoon {
    background-color: #999;
    border: 1px solid #999;
}

/* 2025.1.6追記 */
.info_img>a {
    width: 100%;
    height: 100%;
}

.info_img>a>img {
    width: 100%;
}

dd.btn_pagelink>span>i {
    padding-left: 0.5em;
}

.info_wrap {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 25px;
    width: 870px;
    margin: 0 auto;
}

.header-title_top {
    background: url('/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv_top.jpg') no-repeat center;
    background-size: cover;
    text-indent: -9999px;
    font-weight: bold;
    font-size: 37px;
    font-family: "Shippori Mincho", serif;
    aspect-ratio: 8 / 3;
}

.header-title_2 {
    margin: 0;
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    bottom: 80px;
    left: 150px;
    text-shadow: #000 1px 0 7px;
}

.breadcrumbs_text {
    list-style: none;
    display: flex;
    gap: 5px;
    padding: 5px;
    margin: 0 auto;
    width: 1070px;
    color: #696969;
}

.breadcrumbs_text li {
    display: inline;
}

.breadcrumbs_text li::after {
    content: ">";
    margin: 0 5px;
}

.breadcrumbs_text li:last-child::after {
    content: "";
}

.breadcrumbs_text a {
    text-decoration: none;
}

.head_contents #article+p {
    font-size: 20px;
    padding: 3% 1%;
    letter-spacing: 0.6px;
    line-height: 1.6;
}

.pagetop {
    font-size: 0.9em;
    cursor: pointer;
    position: fixed;
    right: 3%;
    bottom: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: .3s;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 996;
    font-size: 18px;
}

/* 2025.3.4追記 */
nav#breadcrumbs {
    background-color: #F0F0F0;
}

div#contents {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/bg.png);
    /* background-color: rgba(255, 255, 255, 0.2); */
    background-blend-mode: lighten;
}

.template #wrapper {
    width: 100%;
}

.template .main_contents {
    width: 100%;
    margin: 0;
}

.template #wrapper {
    padding: 0;
}

#article {
    width: 1070px;
    box-sizing: border-box;
    border: none;
    padding: 0 0 50px;
}

.template .head_contents {
    width: 1070px;
    margin: 0 auto;
}

.template .main_contents .head_contents>p {
    font-size: 18px;
    padding: 50px 0;
    line-height: 1.8;
}

.template .side_contents {
    float: none;
}

div#wrapper {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.main_ttl_div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
}

.main_ttl_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
}

.main_ttl_div .Wbrackets_before, .main_ttl_div .Wbrackets_after {
    height: 40px;
    position: relative;
    aspect-ratio: 1 / 1;
}

.main_ttl_nav .Wbrackets_before, .main_ttl_nav .Wbrackets_after {
    height: 40px;
    position: relative;
    aspect-ratio: 1 / 1;
}

.main_ttl_div .Wbrackets_before {
    align-self: flex-start;
}

.main_ttl_nav .Wbrackets_before,
.main_ttl_div .Wbrackets_after,
.main_ttl_nav .Wbrackets_after {
    align-self: flex-end;
}

.main_ttl_div .Wbrackets_before::before, .main_ttl_div .Wbrackets_after::before,
.main_ttl_div .Wbrackets_before::after, .main_ttl_div .Wbrackets_after::after,
.main_ttl_nav .Wbrackets_before::before, .main_ttl_nav .Wbrackets_after::before,
.main_ttl_nav .Wbrackets_before::after, .main_ttl_nav .Wbrackets_after::after {
    content: "";
    position: absolute;
}

.main_ttl_div .Wbrackets_before::before,
.main_ttl_nav .Wbrackets_before::before {
    width: 100%;
    height: 3px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    top: 1.7em;
    left: 0;
}

.main_ttl_div .Wbrackets_before::after,
.main_ttl_nav .Wbrackets_before::after {
    width: 3px;
    height: 100%;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    top: 1em;
    left: 0.8em;
}

.main_ttl_div .Wbrackets_after::before,
.main_ttl_nav .Wbrackets_after::before {
    width: 100%;
    height: 3px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    bottom: 1.7em;
    right: 0;
}

.main_ttl_div .Wbrackets_after::after,
.main_ttl_nav .Wbrackets_after::after {
    width: 3px;
    height: 100%;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    bottom: 1em;
    right: 0.8em;
}

.main_ttl_nav .Wbrackets_before::before {
    transform: rotate(-45deg);
    top: -2.4em;
    bottom: 3.1em;
    left: 0.4em;
}

.main_ttl_nav .Wbrackets_before::after {
    transform: rotate(-45deg);
    top: -2.4em;
    bottom: 2.7em;
    left: 1.9em;

}

.main_ttl_nav .Wbrackets_after::before {
    transform: rotate(-45deg);
    bottom: 4em;
    right: 0.7em;
}

.main_ttl_nav .Wbrackets_after::after {
    transform: rotate(-45deg);
    bottom: 4em;
    right: 2.2em;
}

.main_ttl_div h2 {
    width: unset;
    margin: 0 !important;
    font-weight: bold;
    padding: 1rem 1rem !important;
    font-size: 33px !important;
    font-family: "Shippori Mincho", serif;
    background: transparent !important;
    color: #333 !important;
}

.main_ttl_nav h2 {
    width: unset;
    margin: 0;
    font-weight: bold;
    padding: 40px 16px;
    font-size: 27px;
    font-family: "Shippori Mincho", serif;
}

.template .anchor {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
    background-color: rgba(255, 255, 255, 0.6);
}

.template.color .anchor ul {
    width: 1070px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin: 0 auto;
}

.template.color .anchor ul li:nth-child(3n) {
    margin: 0;
}

.template.color .anchor ul li {
    height: 100px;
    width: 343.3px;
    box-sizing: border-box;
    border: none;
    float: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-shadow: #000 1px 0 7px;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}

.template.color .anchor ul li:hover {
    opacity: 0.8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.template.color .anchor ul li#nav01 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav01.jpg);
    margin: 0 0 15px;
}
.template.color .anchor ul li#nav02 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav02.jpg);
    margin: 0 0 15px;
}
.template.color .anchor ul li#nav03 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav03.jpg);
    margin: 0 0 15px;
}
.template.color .anchor ul li#nav04 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav04.jpg);
    margin: 0 0 15px;
}
.template.color .anchor ul li#nav05 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav05.jpg);
    margin: 0 0 15px;
}
.template.color .anchor ul li#nav06 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav06.jpg);
    margin: 0 0 15px;
}
.template.color .anchor ul li#nav07 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav07.jpg);
}
.template.color .anchor ul li#nav08 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav08.jpg);
}
.template.color .anchor ul li#nav09 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav09.jpg);
}
.template.color .anchor ul li#nav10 {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/nav/nav10.jpg);
}

/* .template .anchor .anchor_word_wrap {
    width: 100%;
} */

.template .anchor .anchor_word {
    font-size: 20px;
    text-align: center;
    color: #FFF;
    height: 100px;
    display: flex;
    align-items: center;
}

.template.color .nav_main {
    background-color: transparent;
    padding: 0 0 60px;
}

.template.color .nav_main ul li {
    position: relative;
}

.template.color .nav_main ul li a {
    justify-content: flex-start !important;
}

.template .nav_main .anchor_word {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 22px;
    padding: 0 0 0 67px;
}

.template .nav_main .anchor_word span {
    font-size: 16px;
    font-weight: normal;
}

.template .nav_main .anchor_word::before {
    font-family: "Shippori Mincho", serif;
    font-size: 37px;
    font-weight: normal;
    position: absolute;
    left: 15px;
}
.template .nav_main ul li#nav02 .anchor_word::before {
    content: "02";
}
.template .nav_main ul li#nav03 .anchor_word::before {
    content: "03";
}
.template .nav_main ul li#nav04 .anchor_word::before {
    content: "04";
}
.template .nav_main ul li#nav05 .anchor_word::before {
    content: "05";
}
.template .nav_main ul li#nav06 .anchor_word::before {
    content: "06";
}
.template .nav_main ul li#nav07 .anchor_word::before {
    content: "07";
}
.template .nav_main ul li#nav08 .anchor_word::before {
    content: "08";
}
.template .nav_main ul li#nav09 .anchor_word::before {
    content: "09";
}
.template .nav_main ul li#nav10 .anchor_word::before {
    content: "10";
}

.template.color #wrapper {
    color: #333;
}

.template.color #wrapper a,
.template.color #wrapper a:link {
    width: 100%;
    /* color: #FFF; */
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 18px; */
    flex-wrap: wrap;
}

.template .anchor ul.clearfix li a span:nth-of-type(2) {
    position: absolute;
    right: 20px;
    color: #FFF;
}

.template.color .side_contents {
    border: none;
    background-color: transparent;
    width: 1070px;
}

.template .side_contents ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.template .side_contents li {
    font-size: 20px;
    text-shadow: #333 1px 0 7px;
    color: #FFF;
    font-weight: bold;
}

.template.color .navi_word {
    border-bottom: none;
    padding: 27px 0;
    width: 220px;
    text-align: center;
    position: relative;
    color: #FFF;
}

.template .navi_word {
    padding: 0;
}

.template.color .navi_word_twolines {
    border-bottom: none;
    padding: 12px 0;
    width: 220px;
    text-align: center;
    position: relative;
    color: #FFF;
}

.template .navi_word_twolines {
    padding: 0;
}

.template.color .anchor ul.nav-t {
    column-gap: 13px;
    row-gap: 25px;
}

.template.color .anchor ul.nav-t li {
    width: 257.7px;
    height: 257.7px;
    flex-direction: column;
}

.template.color .anchor ul.nav-t li:hover {
    opacity: 0.8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.template .navi_word {
    background-image: none;
    width: 100%;
    text-align: center;
}

.template .navi_word_twolines {
    background-image: none;
    width: 100%;
    text-align: center;
}

.details-button-t {
    padding: 13px 45px;
    font-size: 18px;
    bottom: -12px;
    position: absolute;
    background-color: #191d4a;
    display: flex;
    align-items: center;
    color: #FFF;
}

.template .anchor ul.nav-t li a span i {
    position: absolute;
    right: 20px;
}

.template.color .navi_word::before, .template.color .navi_word::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #FFF;
    width: 100%;
    left: 0;
}

.template.color .navi_word::before {
    top: 0;
}

.template.color .navi_word::after {
    bottom: 0;
}

.template.color .navi_word_twolines::before, .template.color .navi_word_twolines::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #FFF;
    width: 100%;
    left: 0;
}

.template.color .navi_word_twolines::before {
    top: 0;
}

.template.color .navi_word_twolines::after {
    bottom: 0;
}

/* .springitem_calendar::before {
    content: "";
    position: absolute;
    border: 1px solid #FFF;
    width: 1010px;
    height: 634px;
    pointer-events: none;
} */

.springitem_calendar>p {
    font-size: 18px;
    color: #FFF;
    line-height: 1.8;
    padding: 0 5%;
    width: 750px;
    margin: 0 auto;
}

.springitem_calendar>div {
    padding: 0 5%;
    margin: 0 auto;
}

.springitem_calendar p:last-of-type {
    padding: 0 5% 4%;
}

.list_present_wrap {
    width: 100%;
    padding: 60px 0;
    background-color: rgb(194 188 161);
}

.list_present_content {
    width: min(100%, 1190px);
    margin: 0 auto;
}

.PCM_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 3%;
}

.list_present_wrap .list_present_content .PCM_wrap ul li a img {
    width: 100%;
}

.breadcrumbs #breadcrumbs_list {
    padding: 5px;
}

#breadcrumbs_list > div {
    padding: 0;
}

/* .template.color .info h2:first-of-type {
    border-bottom: none;
    border-top: none;
    background-color: transparent;
    color: #333;
    margin: 15px 35px;
    font-size: 37px;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
} */

/* .template.color .info h2:first-of-type::before,
.template.color .info h2:first-of-type::after {
    content: "";
    width: 35px;
    display: inline-block;
    margin: 0 35px;
    aspect-ratio: 1 / 1;
    background-color: #333;
    transform: rotate(45deg);
} */

#breadcrumbs_list div.breadcrumbs_text {
    color: #696969;
}

#breadcrumbs_list div.breadcrumbs_text a {
    color: #696969 !important;
    text-decoration: none;
}

.info {
    width: 1070px;
    margin: 0 auto;
    padding-bottom: 0;
}

.info:nth-of-type(3) {
    padding: 50px 0 80px;
}

.info_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 50px;
}

.info_wrap ul li {
    width: 415px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    justify-content: space-between;
}

.info_wrap ul li p {
    font-size: 23px !important;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 !important;
}

.info_wrap ul li span img {
    width: 80%;
}

.template .info p:first-of-type {
    font-size: 18px;
    padding: 50px 0;
}

.template .info p.reference {
    text-align: right;
    padding: 0 0 20px;
}

.template .info p {
    font-size: 18px;
    padding: 25px 0 0;
    line-height: 1.8;
}

.highlight {
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(243, 191, 136, 0.7);
    text-decoration-skip-ink: none;
}

.info_wrap ul li p::before {
    font-weight: bold;
    position: absolute;
    left: -70px;
    top: 4px;
    font-size: 23px;
}

.info_wrap ul li:nth-of-type(1) p::before {
    content: "１";
}

.info_wrap ul li:nth-of-type(2) p::before {
    content: "２";
}

.info_wrap ul li:nth-of-type(3) p::before {
    content: "３";
}

.info_wrap ul li:nth-of-type(4) p::before {
    content: "４";
}

.info_wrap ul li p::after {
    content: "";
    width: 10px;
    height: 20px;
    display: inline-block;
    background-color: #333;
    position: absolute;
    left: -30px;
    top: 12px;
}

.template .info h2,
.template .info h1 {
    padding: 0;
}

.template .anchor .clearfix {
    margin: auto 0;
}

.template .info .difference_txt p:first-of-type {
    padding: 0;
}

.difference_wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 45px;
}

.difference_wrap .difference_img {
    width: 40%;
}

.difference_wrap .difference_img img {
    width: 100%;
}

.difference_wrap .difference_txt {
    width: 80%;
}

.article {
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    color: #FFF;
    position: relative;
    background-size: cover !important;
    position: relative;
    aspect-ratio: 683 / 150;
}

.article span {
    font-size: 27px;
    position: absolute;
    bottom: 150px;
    left: 150px;
    text-shadow: #000 1px 0 7px;
}

.article::before {
    content: "";
    width: 185px;
    display: inline-block;
    height: 8px;
    background-color: #FFF;
    transform: rotate(90deg);
    position: absolute;
    bottom: 88.5px;
    left: 20px;
}

#article_2 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv02.jpg);
}
#article_3 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv03.jpg);
}
#article_4 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv04.jpg);
}
#article_5 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv05.jpg);
}
#article_6 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv06.jpg);
}
#article_7 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv07.jpg);
}
#article_8 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv08.jpg);
}
#article_9 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv09.jpg);
}
#article_10 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%), url(/client_info/FUJIMAKI/view/userweb/images/kiriko/mv/mv10.jpg);
}

.template .info .history_txt p,
.template .info .workshop_txt p {
    padding: 0;
}

.info .history_txt,
.info .workshop_txt {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 50px 0;
}

.info .workshop_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 70px;
}

.info .workshop_img img {
    width: 24%;
}

.info .making_wrap {
    display: flex;
    padding: 0 0 50px;
}

.info .making_wrap ul:nth-of-type(1) {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    width: 55%;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: rgba(227, 224, 210, 0.3);
}

.info .making_wrap ul:nth-of-type(1) li {
    height: 338px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: rgb(194 188 161);
    clip-path: polygon(100% 0, 100% 80%, 50% 99%, 0 80%, 0 0);
    position: relative;
}

.info .making_wrap ul:nth-of-type(1) li:last-of-type {
    height: 270px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.info .making_wrap ul:nth-of-type(1) li::before {
    content: "";
    background-color: #FFF;
    position: absolute;
    clip-path: polygon(100% 0%, 100% 80%, 50% 99%, 50% 99%, 0% 80%, 0% 0%);
    display: inline-block;
    height: calc(100% - 31.5px);
    width: calc(100% - 25.5px);
    z-index: -100;
    top: 12.8px;
}

.info .making_wrap ul:nth-of-type(1) li::after {
    content: "";
    background-color: rgb(194 188 161);
    position: absolute;
    clip-path: polygon(100% 0, 100% 80%, 50% 99%, 0 80%, 0 0);
    display: inline-block;
    height: calc(100% - 35px);
    width: calc(100% - 29px);
    z-index: -90;
    top: 14.7px;
}

.info .making_wrap ul:nth-of-type(1) li:last-of-type::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: calc(100% - 25px);
    pointer-events: none;
}

.info .making_wrap ul:nth-of-type(1) li:last-of-type::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: calc(100% - 28px);
    pointer-events: none;
    top: 14.3px;
}

.info .making_wrap ul:nth-of-type(1) li dl {
    position: absolute;
    top: 95px;
}

.info .making_wrap ul:nth-of-type(1) li dl:last-of-type {
    top: 93px;
    color: #FFF;
}

.info .making_wrap ul:nth-of-type(1) li dl dt {
    font-size: 21px;
    display: flex;
    align-items: center;
    padding: 0 0 23px;
}

.info .making_wrap ul:nth-of-type(1) li dl dt::before,
.info .making_wrap ul:nth-of-type(1) li dl dt::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #FFF;
  margin: 0px 5px;
  transform: rotate(-65deg);
  display: inline-block;
}

.info .making_wrap ul:nth-of-type(1) li dl dd {
    font-size: 30px;
    font-family: "Shippori Mincho", serif;
}

.info .making_wrap ul:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.info .making_wrap ul:nth-of-type(2) li {
    height: 270px;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.info .making_wrap ul:nth-of-type(2) li div {
    display: flex;
    align-items: center;
}

.info .making_wrap ul:nth-of-type(2) li div::before {
    content: "";
    border: 2px solid rgb(194 188 161);
    height: calc(100% - 29px);
    width: calc(100% - 29px);
    position: absolute;
    left: 12.5px;
    pointer-events: none;
}

.info .making_wrap ul:nth-of-type(2) li div img {
    width: 270px;
}

.info .making_wrap ul:nth-of-type(2) li div p {
    padding: 0 40px;
    font-size: 18px;
}

.template .feature_item_title {
    height: auto;
}

.template.color .feature_item_title,
.template.color .workshop_name,
.sakura_festival dl dt.dashed {
    color: #333 !important;
    background-color: transparent;
    font-weight: bold;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Shippori Mincho", serif;
    white-space: nowrap;
}

.template.color .feature_item_title {
    width: 1070px;
    font-size: 35px;
    padding: 0;
    background-color: transparent !important;
    line-height: 1.4;
}

.template.color .workshop_name {
    width: 100%;
    font-size: 27px;
    padding: 0;
}

.template.color .feature_item_title::before,
.template.color .feature_item_title::after,
.template.color .workshop_name::before,
.template.color .workshop_name::after {
    content: '';
    height: 7px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    width: 100%;
}

.template.color .feature_item_title::before,
.template.color .workshop_name::before {
    margin: 0 25px 0 0;
}

.template.color .feature_item_title::after,
.template.color .workshop_name::after {
    margin: 0 0 0 25px;
}

.feature_item_wrap {
    margin: 0 auto 35px;
    width: 1070px;
}

.feature_item_wrap {
    margin: 0 auto 35px;
    width: 1070px;
}

.template.color .feature_item_txt {
    width: 1070px;
    font-size: 18px;
    padding: 35px 0 !important;
    margin: 0 auto;
}

.template .feature_item_wrap ul {
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.template .feature_item_wrap ul li.item_large {
    font-size: 23px;
    padding: 5px;
    margin: 0 0 20px;
    display: flex;
    width: 100%;
    gap: 40px;
    background-color: #FFF;
    border: 1px solid #744A45;
}

.template .feature_item_wrap ul li.item_large:last-of-type {
    margin: 0;
}

.template .feature_item_wrap ul li.item_large .feature_item_img {
    width: 90%;
    margin: 0;
}

.template .feature_item_wrap ul li.item_large .feature_item_img img {
    width: 100%;
}

.template .feature_item_wrap .item_large .appeal {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 25px;
    font-size: 23px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    border-bottom: 1px solid #333;
    color: #333;
}
.template .feature_item_wrap .item_large .tablewear_appeal {
    border: none;
}

.template .feature_item_wrap .item_large .feature_item_detail {
    width: 100%;
    margin: 0 0 25px;
    padding: 0 0 25px;
    font-size: 18px;
    border-bottom: 1px solid #333;
    line-height: 1.8;
    color: #333 !important;
    font-weight: normal;
}

.template .feature_item_wrap ul li.item_large dl {
    margin: 30px 33px 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.template .feature_item_wrap .item_large .feature_item_name {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 18px;
    color: #113F94;
}

.template .feature_item_wrap ul li.item_large dl dd {
    color: #bb0118;
    font-size: 18px;
    text-align: right;
}

.template .feature_item_wrap ul li.item_large dl dd:first-of-type {
    margin: 0 0 10px;
}

.template .feature_item_wrap ul li.item_large dl dd span {
    font-size: 13px;
    margin: 0 0 0 3px;
}

.template.color .feature_item_wrap a,
.template.color .feature_item_wrap a:link {
    color: #FFF !important;
}

.template.color .feature_item_wrap a:hover {
    color: #191d4a !important;
}

.feature_item_wrap .bnt_pagelink a {
    display: block;
}

.btn_pagelink span {
    position: absolute;
    right: 20px;
}

.btn_pagelink_center span {
    position: absolute;
    right: 20px;
}

.btn_glass {
    width: 450px;
    height: 70px;
    margin: 0 auto 70px;
    font-size: 18px !important;
    text-align: center;
    color: #333 !important;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
}

.btn_glass::before {
    content: "";
    width: 100%;
    border: 1px solid #333;
    position: absolute;
    height: 100%;
    top: 10px;
    left: 10px;
}

.btn_glass::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    width: 437px;
    height: 57px;
    position: absolute;
    left: 11px;
    top: 11px;
}

.btn_glass a {
    position: absolute;
    top: 27px;
    left: -10px;
    text-decoration: none;
    z-index: 1;
}

.btn_glass span {
    position: absolute;
    right: 25px;
}

.template .feature_item_wrap ul li.about_workshop,
.template .feature_item_wrap .sakura_festival {
    font-size: 18px;
    display: flex;
    width: 100%;
    gap: 40px;
    color: #333;
}

.template .feature_item_wrap .sakura_festival:nth-of-type(1) {
    margin: 70px 0 0;
}

.template .feature_item_wrap .sakura_festival:nth-of-type(2),
.template .feature_item_wrap .sakura_festival:nth-of-type(3) {
    margin: 60px 0 0;
}

.template .feature_item_wrap .sakura_festival:nth-of-type(even) {
    flex-direction: row-reverse;
}

.template .feature_item_wrap ul li.about_workshop {
    border-top: dashed 1px #333;
    padding: 50px 0 0;
    margin: 0 0 50px;
}

.template .feature_item_wrap ul li.about_workshop:first-of-type {
    border-top: none;
    padding: 0;
}

.template .feature_item_wrap ul li.about_workshop:last-of-type {
    margin: 0;
}

.template .feature_item_wrap ul li.about_workshop:nth-of-type(even) {
    flex-direction: row-reverse;
}

.template .feature_item_wrap ul li.about_workshop dl,
.sakura_festival dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.template .feature_item_wrap ul li.about_workshop dl dd p:nth-of-type(1) {
    padding: 0 0 25px;
    border-bottom: 1px solid #333;
    line-height: 1.8;
}

.template .feature_item_wrap ul li.about_workshop dl dd p:nth-of-type(2) {
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-align: center;
    /* line-height: 1.8; */
}

.template .feature_item_wrap ul li.about_workshop dl dd p:nth-of-type(2) span {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.template .feature_item_wrap ul li.about_workshop dl dd p:nth-of-type(2) span::before {
    content: "\0ab";
    margin: 0 10px 0 0;
    font-size: 35px;
}

.template .feature_item_wrap ul li.about_workshop dl dd p:nth-of-type(2) span::after {
    content: "\0bb";
    margin: 0 0 0 10px;
    font-size: 35px;
}

.template .feature_item_wrap ul li.about_workshop .feature_item_img,
.template .feature_item_wrap .sakura_festival .feature_item_img {
    width: 80%;
    height: auto;
    margin: 0;
}

.template .feature_item_wrap ul li.about_workshop .feature_item_img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.template.color .workshop_name ruby {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.template.color .workshop_name ruby rt {
    font-size: 18px;
}

.btn_pagelink_center a:hover {
    /* background-color: #fff; */
    color: #191d4a !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.shopbox {
    width: 1070px;
    margin: 0 auto 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.shopbox li {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shopbox li img {
    width: 100%;
}

.shopbox.ginza,
.shopbox.harajuku {
    padding-bottom: 60px;
    border-bottom: dashed 1px #191d4a;
}

.shopbox.harajuku,
.shopbox.centena_ginza {
    padding-top: 60px;
}

.shopbox h3 {
    width: 100%;
    margin: 0 auto;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    /* border-bottom: 8px solid;
    border-image: linear-gradient(to right, transparent 0%, #191d4a 50%, #191d4a 50%, transparent 100%);
    border-image-slice: 1; */
    color: #191d4a;
    color: #191d4a;
    border: 1px solid #191d4a;
    border-radius: 10px;
    padding: 10px 0;
}

.shopbox.harajuku h3 {
    width: 100%;
}

.shopbox.centena_ginza h3 {
    width: 85%;
}

.shopbox .shop_detail_flex li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.shopbox .shop_img {
    width: 56%;
    aspect-ratio: 16 / 9;
}

.shopbox .shop_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shopbox .shop_detail_contents {
    width: 40%;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.shopbox .shop_detail_contents>dt p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 0 !important;
    font-size: 18px;
    gap: 15px;
}

.shopbox .shop_detail_contents>dt p:nth-of-type(4) {
    padding: 40px 0 0;
    font-size: 15px;
}

.shopbox .shop_detail_contents>dt>p:nth-of-type(1)::before,
.shopbox .shop_detail_contents>dt>p:nth-of-type(2)::before,
.shopbox.ginza .shop_detail_contents>dt>p:nth-of-type(3)::before,
.shopbox.centena_ginza .shop_detail_contents>dt>p:nth-of-type(3)::before,
.shopbox.harajuku .shop_detail_contents>dt>div::before {
    content: '';
    width: 22px;
    aspect-ratio: 1 / 1;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.shopbox p.destination::before {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/top/article_detail/icon_destination.png);
}

.shopbox p.telephone::before {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/top/article_detail/icon_telephone.png);
}

.shopbox p.duration::before,
.shopbox.harajuku .shop_detail_contents>dt>div::before {
    background-image: url(/client_info/FUJIMAKI/view/userweb/images/top/article_detail/icon_duration.png);
}

.shopbox p.telephone,
.shopbox p.duration,
.shopbox div.duration {
    padding: 20px 0 0;
}

.shopbox.harajuku .shop_detail_contents>dt>div {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    gap: 15px;
}

.shopbox.harajuku .shop_detail_contents>dt>div>p {
    flex-direction: column;
}

.shop_detail_link {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shop_detail_link>span>a {
    display: block;
    text-align: center;
    width: 250px !important;
    margin: 0 auto;
    padding: 0.8em;
    background: #191d4a;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.shop_detail_link>span>a:hover {
    background: transparent;
    border: 1px solid #191d4a;
    color: #191d4a !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.edokiriko_fes_lp,
.edokiriko_fes_eventreport {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.edokiriko_fes_lp::before {
    height: 700px;
}

.edokiriko_fes_eventreport::before {
    height: 730px;
}

.edokiriko_fes_lp h3,
.edokiriko_fes_eventreport h3 {
    font-size: 32px;
    color: #FFF;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 0 0;
}

.edokiriko_fes_lp p,
.edokiriko_fes_eventreport p {
    width: 750px;
    font-size: 18px;
    color: #FFF;
    margin: 35px auto 0;
    line-height: 1.8;
    padding: 0 !important;
}

.edokiriko_fes_lp .btn_pagelink:hover,
.edokiriko_fes_eventreport .btn_pagelink:hover {
    background-color: transparent;
}

.edokiriko_fes_lp .btn_pagelink a,
.edokiriko_fes_eventreport .btn_pagelink a {
    color: #FFF !important;
    text-decoration: none;
}

.edokiriko_fes_lp .btn_pagelink a:hover,
.edokiriko_fes_eventreport .btn_pagelink a:hover {
    color: #EF4D68 !important;
}

.edokiriko_fes_eventreport div a img {
    width: 75%;
}

.edokiriko_fes {
    margin: 0 auto 60px;
}

.edokiriko_fes h3 {
    text-align: center;
    font-size: 18px;
    padding: 0 0 10px;
    line-height: 1.7;
}

.edokiriko_fes h3>span {
    font-size: 22px;
    font-weight: bold;
}

.workshop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.workshop_edokiriko,
.workshop_ten {
    width: 47%;
}

.workshop_edokiriko {
}

.workshop_ten {
}

.workshop_edokiriko>h3.dashed,
.workshop_ten>h3.dashed,
.sakura_festival dl dt.dashed {
    background-size: 15px 20px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 0 0 1.5em;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    position: relative;
}

.workshop_edokiriko>h3.dashed::after,
.workshop_ten>h3.dashed::after,
.sakura_festival dl dt.dashed::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #191d4a, #191d4a 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #191d4a, #191d4a 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.workshop_edokiriko>h3.dashed {
    /* background-image: linear-gradient(to right, #EF4D68, #EF4D68 8px, transparent 2px, transparent 8px); */
    margin: 35px auto 30px;
    font-family: "Shippori Mincho", serif;
}

.sakura_festival dl dt.dashed {
    /* background-image: linear-gradient(to right, #EF4D68, #EF4D68 8px, transparent 2px, transparent 8px); */
}

.workshop_ten>h3.dashed {
    /* background-image: linear-gradient(to right, #76B5D5, #76B5D5 8px, transparent 2px, transparent 8px); */
    margin: 35px auto 30px;
    font-family: "Shippori Mincho", serif;
}

.workshop_edokiriko>h3.dashed span,
.workshop_ten>h3.dashed span {
    font-size: 23px;
}

.workshop_edokiriko dl dt p,
.workshop_ten dl dt p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
    padding: 0 !important;
}

.workshop_edokiriko dl dd:nth-of-type(1),
.workshop_ten dl dd:nth-of-type(1) {
    margin: 35px auto;
}

.workshop_edokiriko dl dd:nth-of-type(1) img,
.workshop_ten dl dd:nth-of-type(1) img {
    width: 100%;
}

/* 06ページ タブ */
/* ▼タブ(共通装飾＋非選択状態の装飾) */
.tab {
    display: inline-block;          /* インラインブロック化 */
    border-width: 2px 2px 0px 2px;  /* 上側と左右に枠線を引く */
    border-style: solid;            /* 枠線の種類は「実線」 */
    border-color: #744A45;            /* 枠線の色は「黒」 */
    padding: 20px 36.2px;            /* 内側の余白量 */
    font-weight: bold;              /* タブの文字を太字にする */
    background-color: #EDEBE3;      /* タブの(非選択状態の)背景色：灰色 */
    font-size: 18px;
    color: #744A45;
}

/* ▼タブにマウスポインタが載った際の装飾 */
.tab:hover {
    color: #744A45;                /* タブの文字色：緑色 */
    background-color: #fff;   /* タブの背景色：淡い緑色 */
    opacity: 0.5;
    cursor: pointer;             /* マウスポインタの形状を「指(指し示す形)」にする */
}

/* ▼選択状態のタブ(＝チェックが入っているラジオボタンの隣にあるタブの装飾) */
input:checked + .tab {
    color: #744A45;                  /* タブの文字色：赤色 */
    background-color: #fff;   /* タブの背景色：淡い黄色 */
}

/* ▼タブ機能を制御するラジオボタン(非表示にする) */
.feature_item_wrap input { display: none; }

/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
    display: none;             /* 標準では非表示にする */
    border-width: 1px 2px 2px 2px;  /* 上側と左右に枠線を引く */
    border-style: solid;            /* 枠線の種類は「実線」 */
    border-color: #744A45;
    padding: 4em;              /* 内側の余白量 */
    background-color: #fff; /* 背景色：淡い黄色(※選択中のタブの背景色と合わせます) */
}

/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#tabcheck1:checked ~ #tabcontent1 { display: block; }
#tabcheck2:checked ~ #tabcontent2 { display: block; }
#tabcheck3:checked ~ #tabcontent3 { display: block; }
#tabcheck4:checked ~ #tabcontent4 { display: block; }
#tabcheck5:checked ~ #tabcontent5 { display: block; }
#tabcheck6:checked ~ #tabcontent6 { display: block; }
#tabcheck7:checked ~ #tabcontent7 { display: block; }
#tabcheck8:checked ~ #tabcontent8 { display: block; }
#tabcheck9:checked ~ #tabcontent9 { display: block; }
#tabcheck10:checked ~ #tabcontent10 { display: block; }
#tabcheck11:checked ~ #tabcontent11 { display: block; }

/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
input:checked + .tab {
    z-index: 1;         /* ※2A */
    position: relative;  /* ※3 */
}
/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
    margin: -1px 0 60px;    /* ※1 */
    z-index: 0;          /* ※2B */
    position: relative;  /* ※3 */
}

/* 09ページ サムネイル画像切り替え */
.image4 {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    animation: change-img-anim2 40s infinite;
    max-height: 100%;
    max-width: 100%;
}

.feature_item_wrap .sakura_festival .container {
    width: 100%;
    display: flex;
    column-gap: 5px;
    margin: 0;
}

.feature_item_wrap .sakura_festival .container .thumbnail-slider {
    width: 24%;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.feature_item_wrap .sakura_festival .container .main-slider {
    width: 100%;
    position: relative;
}

.template .feature_item_wrap ul li,
.feature_item_wrap .sakura_festival .container .thumbnail-slider img {
    width: 100%;
    margin: 0;
}

.feature_item_wrap .sakura_festival .container input label img {
    width: 100%;
}

.slide {
    position: static;
}

/* アクティブな画像の枠線を変更 */
.sub-img li.current_1 img,
.sub-img li.current_2 img,
.sub-img li.current_3 img {
  border: 2px solid #191d4a;
}
/* レイアウトのためのスタイル */
.container {
  margin: 50px auto 0;
  max-width: 500px;
}
/* .main-img {
  height: auto;
  width: 100%;
} */
.main-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.sub-img {
  width: 25.1%;
  row-gap: 5px;

}
.template .feature_item_wrap ul.sub-img {
    width: 35.8%;
}
.sub-img li {
  margin-right: 2%;
  width: calc(96% / 3);
}
.sub-img li:nth-child(3n) {
  margin-right: 0;
}
.sub-img img {
  cursor: pointer;
  width: 100%;
}

.template .feature_item_wrap ul.list_small {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    align-items: stretch;
    align-content: flex-start;
    margin-top: 20px;
}

.template .feature_item_wrap ul.list_small li {
    width: calc(100% / 5 - 8px);
    margin-bottom: 0px;
    zoom: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFF;
    border: solid 1px #744A45;
    box-sizing: border-box;
    font-size: 18px;
}

.template .feature_item_wrap ul li.item_small .feature_item_img {
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
}

.template .feature_item_wrap ul.list_small li dl {
    padding: 0 14px 14px;
}

.template .feature_item_wrap ul.list_small li .appeal {
    width: 100%;
    padding: 1em 0;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    text-align: justify;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #333;
    text-align: left;
}
.template .feature_item_wrap ul.list_small_tablewear li .appeal {
    padding: 1em 0 3em;
}

.award_5column span {
    margin-bottom: 0.5rem;
    display: block;
    font-size: 85%;
    border-bottom: #a6a6a6 3px double;
    padding: 0.3rem 0;
    text-align: center;
    color: #204483;
    line-height: 1.5;
    border-top: #a6a6a6 3px double;
    background: #f9f9f9;
    margin-top: 6px;
}

.template .feature_item_wrap ul.list_small li .feature_item_name {
    width: 100%;
    font-size: 14px;
    padding: 1em 0 0;
}

.template .feature_item_wrap ul.list_small li dd {
    color: #bb0118;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
}

.template .feature_item_wrap ul.list_small li dd span {
    font-size: 12px;
    /* margin-left: 3px; */
}

.template.color #wrapper .head_contents p.main_txt {
    width: 1070px;
    font-size: 18px;
    margin: 0 auto;
    padding: 35px 0 40px;
    line-height: 2;
}

.template .feature_item_wrap .feature_item_name {
    height: 100px;
    color: #204483;
}

.template .feature_item_wrap ul li .feature_item_img {
    margin: 0 auto;
}

.template .feature_item_wrap .appeal {
    margin-top: 0;
}

.template .feature_item_wrap ul.list_small li dd.btn_pagelink {
    width: 100%;
    margin: 10px auto 0;
    font-size: 14px;
}

.template .feature_item_wrap ul.list_small li dd.btn_pagelink a {
    padding: 10px 0;
}

.template .feature_item_wrap .sakura_festival dl dd p {
    padding: 0;
}

.feature_item_wrap .studios_frame {
    border: 2px solid #744A45;
    padding: 4em;
    background-color: #fff;
    margin: 30px auto 60px;
}

.contents_wrap ul.clearfix {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px auto 0;
}

.contents_wrap ul.clearfix li {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px 5px 5px;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: #744A45;
    border-width: 1px 0 0 1px;
}

.contents_wrap ul.clearfix li a {
    display: flex;
    flex-wrap: nowrap !important;

}

.contents_wrap ul.clearfix li a span.name_box {
    width: 70%;
    color: #744A45;
    font-size: 15px;
    padding: 0 10px;
}

.contents_wrap ul.clearfix li a span.image_box {
    width: 30%;
}

.contents_wrap ul.clearfix li a span.image_box img {
    width: 100%;
}

.contents_wrap ul.clearfix li a span i.fas.fa-chevron-down {
    color: #744A45;
}

.contents_wrap ul.clearfix.studios li {
    margin: 0 !important;
    border-style: solid;
    border-color: #744A45;
    border-width: 0 1px 1px 0;
}

.template .feature_item_wrap .soldout {
    background: transparent !important;
    margin: 0;
    padding: 2px 0 1px;
}

.template .feature_item_wrap .soldout img {
    width: 80%;
}

.template .feature_item_wrap ul.list_small li.ranking {
    position: relative;
}

.template .feature_item_wrap ul.list_small li.ranking::after {
    content: '';
    position: absolute;
    display: flex;
    width: 37px;
    aspect-ratio: 1 / 1;
    background-color: #204483;
    color: #fff;
    font-weight: bold;
    align-items: center;
    font-size: 25px;
    line-height: 0;
    justify-content: center;
    top: 5px;
    left: 5px;
}

.template .feature_item_wrap ul.list_small li.ranking:nth-of-type(1)::after {
    content: '1' !important;
}

.template .feature_item_wrap ul.list_small li.ranking:nth-of-type(2)::after {
    content: '2' !important;
}

.template .feature_item_wrap ul.list_small li.ranking:nth-of-type(3)::after {
    content: '3' !important;
}

.template .feature_item_wrap ul.list_small li.ranking:nth-of-type(4)::after {
    content: '4' !important;
}

.template .feature_item_wrap ul.list_small li.ranking:nth-of-type(5)::after {
    content: '5' !important;
}

.contents_wrap ul.clearfix.studios {
    border-style: solid;
    border-color: #744A45;
    border-width: 1px 0 0 1px;
}

.recommend_box {
    width: 1070px;
    margin: 35px auto 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}

.recommend_box p.recommendation {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding: 25px 0 0;
}

.recommend_box p.recommendation span {
    align-items: center;
    font-size: 35px;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    /* line-height: 1; */
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-inline: auto;
    width: fit-content;
}

.recommend_box p.recommendation span::after {
    content: '';
    position: absolute;
    top: -7px;
    right: -20px;
    background: url(/client_info/FUJIMAKI/view/userweb/images/kiriko/recommendation_number.png);
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    rotate: 25deg;
}

.recommend_box li {
    width: 27%;
}

.recommend_box>li>div {
    aspect-ratio: 1 / 1;
}

.recommend_box>li>div>img {
    width: 100%;
    border-radius: 50%;
}

.template.color .tableware_new_work_xhibition {
    line-height: 1.8;
}

.tableware_new_work_xhibition a {
    color: #696969 !important;
    font-weight: normal !important;
    display: inline !important;
    padding: 0 0 0 10px;
}