@charset "UTF-8";
/* Recipe CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #main {
    padding-bottom: 200px;
    margin-bottom: 0;
    background-color: #000;
  }

  #main_title_area {
    border-bottom: none;
    border-top: none;
  }
  #main_title_area .mtitle {
    color: #fff;
  }
  #main_title_area .mtitle:before {
    background: url("../images/cm/cm_title_eng.png?id=20210325") center 0/100% no-repeat;
    width: 70px;
    height: 11px;
  }
  #main_title_area .desc {
    color: #fff;
  }

  #bc li {
    color: #fff;
  }
  #bc li a {
    color: #fff;
  }

  .single #bc {
    padding-bottom: 100px;
  }
  .single .cat_title_wrap {
    padding-top: 90px;
    margin-top: -90px;
    margin-bottom: 50px;
  }
  .single .cat_title_wrap .cat_title {
    width: 1000px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    letter-spacing: .05em;
    text-align: center;
    margin: 0 auto;
  }
  .single .cm_content_wrap, .single .cm_content_wrap_from_top {
    display: none;
  }
  .single .cm_content_wrap.on, .single .cm_content_wrap_from_top.on {
    display: block;
  }
  .single .cm_content_wrap.all_cm_hidden, .single .cm_content_wrap_from_top.all_cm_hidden {
    display: none;
  }
  .single .cm_content_wrap.from_top_page_cm, .single .cm_content_wrap_from_top.from_top_page_cm {
    display: block;
  }
  .single .cm_content .movie {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .single .cm_content .movie iframe {
    width: 800px;
    height: 450px;
  }
  .single .cm_content .cm_detail {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 65px;
  }
  .single .cm_content .cm_detail .cm_title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 10px;
  }
  .single .cm_content .cm_detail .cm_info {
    margin-bottom: 25px;
  }
  .single .cm_content .cm_detail .cm_info dt, .single .cm_content .cm_detail .cm_info dd {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    letter-spacing: .04em;
    color: #fff;
  }
  .single .cm_content .cm_detail .cm_info dt:after {
    content: '：';
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
    font-size: 1.2rem;
    margin-left: 2px;
  }
  .single .cm_content .cm_detail .cm_info dd {
    margin-right: 12px;
  }
  .single .cm_content .cm_detail .cm_feature .feature_title {
    font-size: 1.6rem;
    letter-spacing: .05em;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    margin-bottom: 5px;
  }
  .single .cm_content .cm_detail .cm_feature .desc {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2;
    color: #fff;
  }
  .single .cm_content .cm_detail .cm_feature .desc p {
    color: #b3b3b3;
  }
  .single .cm_content .cm_detail .cm_feature .desc a {
    text-decoration: underline;
  }
  .single .feature_products {
    width: 100%;
    padding: 35px 40px 0;
    background-color: #1a1a1a;
    margin-bottom: 100px;
  }
  .single .feature_products .feature_product:not(:last-child) {
    border-bottom: 1px solid #666;
  }
  .single .feature_products .feature_product:not(:first-child) {
    padding-top: 50px;
  }
  .single .feature_products .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px;
  }
  .single .feature_products .image {
    position: relative;
    width: 470px;
    height: 365px;
  }
  .single .feature_products .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .single .feature_products .detail {
    width: 450px;
    color: #fff;
    font-size: 1.4rem;
  }
  .single .feature_products .detail p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
  }
  .single .feature_products .detail p a {
    color: #fff;
    text-decoration: underline;
  }
  .single .feature_products .detail p a:hover {
    text-decoration: none;
  }
  .single .feature_products .detail .name {
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .07em;
    color: #fff;
    margin-bottom: 5px;
  }
  .single .feature_products .detail .kana {
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .single .feature_products .detail .summary {
    font-size: 1.8rem;
    color: #16ae41;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    margin-bottom: 23px;
  }
  .single .feature_products .detail .desc {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  .single .feature_products .link_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .single .feature_products .link_area .link {
    width: 215px;
  }
  .single .feature_products .link_area .link:not(:last-child) {
    margin-right: 15px;
  }
  .single .feature_products .link_area .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 59px;
    border: 1px solid #666;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding-right: 8px;
  }
  .single .feature_products .link_area .link a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_white_double.png") center 0/100% no-repeat;
    width: 16px;
    height: 10px;
  }
  .single .feature_products .link_area .link a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .single .sec_title_wrap {
    position: relative;
  }
  .single .sec_title_wrap:after {
    width: 100%;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #16ae41;
  }
  .single .sec_title {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    letter-spacing: .04em;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    padding-right: 20px;
    margin-bottom: 35px;
    background-color: #000;
    z-index: 1;
  }
  .single .sec .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .sec .list .item a {
    display: block;
  }
  .single .sec .list .item a:hover {
    text-decoration: none;
  }
  .single .sec .list .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .single .sec .list .item a:hover figcaption {
    color: #16ae41;
  }
  .single .sec .list .image img {
    display: block;
    max-width: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .single .sec .list figcaption {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    letter-spacing: .07em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .single .others .list .item {
    width: 235px;
    margin-bottom: 35px;
  }
  .single .others .list .item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .single .others .list .item.on img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .single .others .list .item.on figcaption {
    color: #16ae41;
  }
  .single .others .list .image {
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .single .others .list .image img {
    width: 100%;
    height: auto;
  }
  .single .others .list figcaption {
    line-height: 1.5;
  }
  .single .latest .list .item {
    width: 320px;
    margin-bottom: 30px;
  }
  .single .latest .list .item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .single .latest .list .wrap {
    display: table;
    overflow: hidden;
  }
  .single .latest .list .image {
    display: table-cell;
    width: 150px;
    height: 85px;
    overflow: hidden;
  }
  .single .latest .list .image img {
    width: 100%;
    height: auto;
  }
  .single .latest .list figcaption {
    padding-left: 15px;
    display: table-cell;
    width: 165px;
    line-height: 1.3;
    vertical-align: middle;
  }

  .archive #bc {
    padding-bottom: 90px;
  }
  .archive #tab {
    width: 960px;
    margin: 0 auto;
  }
  .archive #tab .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive #tab .item {
    width: 470px;
    height: 58px;
    letter-spacing: .05em;
  }
  .archive #tab .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 59px;
    text-align: center;
    color: #fff;
  }
  .archive #tab .item a:hover {
    color: #16ae41;
    text-decoration: none;
  }
  .archive #tab .item.on a {
    background-color: #1c1c1c;
  }
  .archive #tab .new a:after {
    content: 'NEW';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 135px;
    margin: auto 0;
    width: 40px;
    height: 40px;
    line-height: 1;
    background-color: #ef4928;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    padding-top: 14px;
  }
  .archive .entries {
    padding: 95px 0 0;
    background-color: #1c1c1c;
    border-top: 1px dotted #3a3a3a;
    border-bottom: 1px dotted #3a3a3a;
  }
  .archive .entries .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .archive .entries .item {
    width: 470px;
    margin-bottom: 80px;
  }
  .archive .entries .item .title_wrap {
    text-align: center;
  }
  .archive .entries .item .title_wrap a:hover {
    text-decoration: none;
  }
  .archive .entries .item .title_wrap a:hover .title {
    color: #16ae41;
  }
  .archive .entries .item .title {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    letter-spacing: .02em;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .archive .entries .item .title:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_gray_double.png") center 0/100% no-repeat;
    width: 13px;
    height: 9px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .archive .entries .item .sub_title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .05em;
    color: #b3b3b3;
    text-align: center;
    margin-bottom: 13px;
    min-height: 36px;
  }
  .archive .entries .item .image_link:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .archive .entries .item .image {
    width: 470px;
    overflow: hidden;
  }
  .archive .entries .item .image img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .entries .item .movie iframe {
    width: 100%;
  }
  .archive .entries .item.latest .sub_title:before {
    content: 'NEW';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ef4928;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    padding-top: 13px;
    margin-right: 10px;
  }
  .archive .entries_latest .item .title {
    margin-bottom: 18px;
  }
  .archive .entries_latest .item .title:before {
    display: none;
  }
  .archive .entries_latest .movie {
    width: 470px;
  }
  .archive .entries_latest .movie iframe {
    width: 100%;
  }

  .sns_share {
    border: 1px solid #666;
    margin-top: 120px;
    margin-bottom: 0;
  }
  .sns_share .stitle {
    color: #fff;
  }
  .sns_share .note {
    color: #fff;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #main {
    background-color: #000;
    padding-bottom: 90px;
  }

  #main_title_area {
    border-bottom: none;
    border-top: none;
  }
  #main_title_area .mtitle {
    color: #fff;
  }
  #main_title_area .mtitle:before {
    background: url("../images/cm/sp_cm_title_eng.png?id=20210325") center 0/100% no-repeat;
    width: 50px;
    height: 8px;
  }
  #main_title_area .desc {
    color: #fff;
  }

  #bc {
    padding-bottom: 55px;
  }
  #bc li {
    color: #fff;
  }
  #bc li a {
    color: #fff;
  }

  .single #bc {
    padding-bottom: 55px;
  }
  .single .cat_title_wrap {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 30px;
  }
  .single .cat_title_wrap .cat_title {
    width: 95.66%;
    line-height: 1.3;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: .05em;
    margin: 0 auto;
  }
  .single .cm_content_wrap, .single .cm_content_wrap_from_top {
    display: none;
  }
  .single .cm_content_wrap.on, .single .cm_content_wrap_from_top.on {
    display: block;
  }
  .single .cm_content_wrap.all_cm_hidden, .single .cm_content_wrap_from_top.all_cm_hidden {
    display: none;
  }
  .single .cm_content_wrap.from_top_page_cm, .single .cm_content_wrap_from_top.from_top_page_cm {
    display: block;
  }
  .single .cm_content {
    margin-bottom: 65px;
  }
  .single .cm_content .movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.11%;
    margin-bottom: 20px;
  }
  .single .cm_content .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single .cm_content .cm_detail .cm_title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 10px;
  }
  .single .cm_content .cm_detail .cm_info {
    margin-bottom: 25px;
  }
  .single .cm_content .cm_detail .cm_info dt, .single .cm_content .cm_detail .cm_info dd {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    letter-spacing: .05em;
    color: #fff;
  }
  .single .cm_content .cm_detail .cm_info dt:after {
    content: '：';
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
    font-size: 1.2rem;
    margin-left: 2px;
  }
  .single .cm_content .cm_detail .cm_info dd {
    margin-right: 12px;
  }
  .single .cm_content .cm_detail .cm_feature .feature_title {
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    letter-spacing: .05em;
    margin-bottom: 5px;
  }
  .single .cm_content .cm_detail .cm_feature .desc {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: .05em;
    color: #fff;
  }
  .single .cm_content .cm_detail .cm_feature .desc p {
    color: #b3b3b3;
  }
  .single .cm_content .cm_detail .cm_feature .desc a {
    text-decoration: underline;
  }
  .single .feature_products {
    width: 100%;
    padding: 50px 7.4% 0;
    background-color: #1a1a1a;
    margin-bottom: 40px;
  }
  .single .feature_products .feature_product:not(:last-child) {
    margin-bottom: 50px;
    border-bottom: 1px solid #666;
  }
  .single .feature_products .wrap {
    padding-bottom: 50px;
  }
  .single .feature_products .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 77.65%;
    margin-bottom: 35px;
  }
  .single .feature_products .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .single .feature_products .detail p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 2;
  }
  .single .feature_products .detail p a {
    text-decoration: underline;
    color: #fff;
  }
  .single .feature_products .detail p a:hover {
    text-decoration: none;
  }
  .single .feature_products .detail .name {
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: .07em;
    color: #fff;
    margin-bottom: 5px;
  }
  .single .feature_products .detail .kana {
    font-size: 1.1rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .single .feature_products .detail .summary {
    font-size: 1.3rem;
    color: #16ae41;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    margin-bottom: 23px;
  }
  .single .feature_products .detail .desc {
    color: #fff;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  .single .feature_products .link_area .link {
    width: 100%;
  }
  .single .feature_products .link_area .link:not(:last-child) {
    margin-bottom: 8px;
  }
  .single .feature_products .link_area .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #666;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding-right: 8px;
  }
  .single .feature_products .link_area .link a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_white_double.png") center 0/100% no-repeat;
    width: 16px;
    height: 10px;
  }
  .single .feature_products .link_area .link a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .single .sec_title_wrap {
    position: relative;
  }
  .single .sec_title_wrap:after {
    position: absolute;
    top: 7px;
    bottom: 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #16ae41;
  }
  .single .sec_title {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    letter-spacing: .04em;
    padding-right: 15px;
    margin-bottom: 20px;
    background-color: #000;
    z-index: 1;
  }
  .single .sec .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .sec .list .item a {
    display: block;
  }
  .single .sec .list .item a:hover {
    text-decoration: none;
  }
  .single .sec .list .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .single .sec .list .item a:hover figcaption {
    color: #16ae41;
  }
  .single .sec .list .image {
    overflow: hidden;
  }
  .single .sec .list .image img {
    display: block;
    max-width: 100%;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .single .sec .list figcaption {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    letter-spacing: .07em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .single .others {
    padding-bottom: 50px;
  }
  .single .others .sec_title:after {
    width: 41.55%;
  }
  .single .others .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single .others .list .item {
    width: 47%;
    margin-bottom: 20px;
    margin-bottom: 17px;
  }
  .single .others .list .item.on img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .single .others .list .item.on figcaption {
    color: #16ae41;
  }
  .single .others .list .image {
    margin-bottom: 10px;
  }
  .single .others .list figcaption {
    line-height: 1.3;
  }
  .single .latest .sec_title:after {
    width: 55.55%;
  }
  .single .latest .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single .latest .list .item {
    padding: 5px 0;
    border-bottom: 1px solid #666;
  }
  .single .latest .list .item:first-child {
    border-top: 1px solid #666;
  }
  .single .latest .list .wrap {
    display: table;
    overflow: hidden;
  }
  .single .latest .list .image {
    display: table-cell;
    width: 31.34%;
    height: 56px;
  }
  .single .latest .list .image img {
    width: 100%;
  }
  .single .latest .list figcaption {
    padding-left: 10px;
    display: table-cell;
    width: 64.67%;
    line-height: 1.3;
    vertical-align: middle;
    padding-right: 25px;
  }

  .archive #bc {
    padding-bottom: 50px;
  }
  .archive #tab {
    width: 100%;
    margin: 0 auto;
  }
  .archive #tab .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive #tab .item {
    width: 47%;
    height: 40px;
    letter-spacing: .05em;
  }
  .archive #tab .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    line-height: 39px;
    text-align: center;
    color: #fff;
    padding-left: 15px;
  }
  .archive #tab .item a:hover {
    text-decoration: none;
    color: #16ae41;
  }
  .archive #tab .item.on a {
    background-color: #1c1c1c;
  }
  .archive #tab .new a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16%;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background: url("../images/cm/tab_new.png") center 0/100% no-repeat;
  }
  .archive .entries {
    padding-top: 60px;
    padding-bottom: 35px;
    background-color: #1c1c1c;
    border-top: 1px dotted #3a3a3a;
    border-bottom: 1px dotted #3a3a3a;
  }
  .archive .entries .item {
    margin-bottom: 65px;
  }
  .archive .entries .item .title_wrap {
    text-align: center;
  }
  .archive .entries .item .title_wrap a:hover {
    text-decoration: none;
  }
  .archive .entries .item .title_wrap a:hover .title {
    color: #16ae41;
  }
  .archive .entries .item .title {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: .02em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .archive .entries .item .title:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_gray_double.png") center 0/100% no-repeat;
    width: 13px;
    height: 9px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .archive .entries .item .sub_title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #b3b3b3;
    text-align: center;
    margin-bottom: 13px;
  }
  .archive .entries .item .image_link:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .archive .entries .item .image {
    overflow: hidden;
  }
  .archive .entries .item .image img {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .entries .item.latest .sub_title:before {
    content: 'NEW';
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: #ef4928;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.1rem;
    padding-top: 11px;
    margin-right: 10px;
  }
  .archive .entries_latest .item .title {
    margin-bottom: 18px;
  }
  .archive .entries_latest .item .title:before {
    display: none;
  }
  .archive .entries_latest .movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .archive .entries_latest .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sns_share {
    border: 1px solid #666;
    margin-top: 75px;
    margin-bottom: 0;
  }
  .sns_share .stitle {
    color: #fff;
  }
  .sns_share .note {
    color: #fff;
  }
}
