/*
    Theme Name: mobilelaby Ver2
    Theme URI: https://mobilelaby.com/
    Author: Yusuke Sakakura
    Author URI: https://mobilelaby.com/
    Description: mobilelabyのCSS
    Version: 2.0
    License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    tags: White, stylish, two-columns
    Copyright: (c) Yusuke Sakakura
*/

@charset "UTF-8";

/**************************************/
/*  body, ul, a                                  */
body {
    font-family: "-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Open Sans","Helvetica Neue","Helvetica",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 170%;
    margin: 0;
    padding: 0;
    text-align: left;
    word-wrap:break-word;
    overflow-wrap:break-word;
    letter-spacing: 0.03em;
    background: #FFF;
}
a,
a:link,
a:visited,
a:hover {
    color: #1a0dab;
    text-decoration: none;
}
a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-decoration: underline;
    color: #333;
}
ul {
    margin: 0;
    padding: 0;
}
img[src="https://a.imgvc.com/i/bf.png?v=1"] {
    display: none;
}
/**************************************/
/*  svg                                              */
svg {
    display: none;
}
svg.al-icon {
    display: block;
}
.gsc-cursor svg {
    display: initial;
}
/**************************************/
/*  汎用系                                       */
.clear_fix:after,
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/**************************************/
/*  header     ヘッダー                     */
div#header {
    height: 48px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #888;
    margin: 0 0 5px 0;
    background: #FFF;
    border-top: 4px solid #37adca;
}
div#header_logo {
    width: 160px;
    height: 48px;
    margin: 0 auto;
}
div#header_logo a:hover {
}
div#header_logo img {
    width: auto;
    height: 48px;
}

header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    background: #fefefe;
    height: 48px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 13%);
    overflow: hidden;
}

header div#header_wrap {
    max-width: 1024px;
    margin: 0 auto;
    height: 48px;
}
header div#header_logo {
    width: 160px;
    height: 48px;
    display: inline-block;
}
header div#header_tool {
    width: calc(100% - 160px);
    height: 48px;
    display: inline-block;
}
header+div#EntryHeader {
    margin-top: 48px;
}
header+article#main.ss,
header+div#EntryWrapper {
    margin-top: 85px;
}
header+div#eyecatch {
    margin-top: 130px;
}
header .search-form {
    display: block;
    position: relative;
}
header .search-form:before, .search-field {
    position: absolute;
    top: 3px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
}
header .search-form:before {
    z-index: 100;
    line-height: 40px;
    color: #444;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}
header div#search.dark .search-form:before {
    color: #FFF;
}
header .search-field {
    -webkit-appearance: none;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 200;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
header .search-field:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
    width: 100%;
    cursor: text;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #36aecb;
}
header .search-form input[type="submit"] {
    display: none;
}

div#search svg.al-icon.search {
    width: 25px;
    height: 25px;
    display: inline-block;
    fill: #333;
    position: absolute;
    right: 0;
    top: 13px;
}

/**************************************/
/*  EntryHeader     ヘッダー記事      */

div#EntryHeader {
    width: auto;
    box-sizing: border-box;
    height: 500px;
    padding: 15px 0;
    margin: 0 auto;
    background: #2c2d32;
    overflow: hidden;
}

div#EntryHeader section.wrapper {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}

div#EntryHeader section.wrapper:nth-of-type(1) {
    width: 60%;
    height: 100%;
    float: left;
    padding: 0 15px;
    overflow: hidden;
}
div#EntryHeader section.wrapper:nth-of-type(2), 
div#EntryHeader section.wrapper:nth-of-type(3) {
    width: 40%;
    height: 50%;
    overflow: hidden;
    float: right;
}
div#EntryHeader section.wrapper:nth-of-type(2) {
    padding: 0 15px 0 0;
}
div#EntryHeader section.wrapper:nth-of-type(3) {
    padding: 15px 15px 0 0;
}

div#EntryHeader section.wrapper a {
    color: #FFF;
}
div#EntryHeader section.wrapper div.info {
    position: absolute;
    bottom: 15px;
    z-index: 9999;
    padding: 5px 20px;
    text-shadow: 0 0 4px #333;
}
div#EntryHeader section.wrapper div.info h2.title {
    z-index: 9999;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.06em;
    margin: 0;
}
div#EntryHeader section.wrapper:nth-of-type(3) h2.title {
    bottom: 10px;
}
div#EntryHeader .thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px #111;
}
div#EntryHeader section.wrapper div.thumbnail:after {
    background: linear-gradient(#666,#000);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.23;
}
div#EntryHeader section.wrapper:nth-of-type(2) div.thumbnail img,
div#EntryHeader section.wrapper:nth-of-type(3) div.thumbnail img {
    background: rgba(0,0,0,1);
    opacity: 1;
    position: absolute;
    width: 102%;
    height: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
div#EntryHeader section.wrapper:nth-of-type(1) div.thumbnail img {
    background: rgba(0,0,0,1);
    opacity: 1;
    position: absolute;
    /*top: -10%;
    left: -15%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 105%;
    height: initial;
}

/**************************************/
/*  EntryWrapper                            */
div#EntryWrapper {
    max-width: 95%;
    margin: 30px auto;
}
div#EntryWrapper:after {
    content: "";
    clear: both;
    display: block;
}
section.wrapper:not(.latest):hover .thumbnail {
    filter: brightness(80%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/**************************************/
/*  main
/**************************************/
div#main {
    width: 100%;
}
div#main,
div#main section.wrapper,
div#sidebar {
    content: "";
    display: table;
    width: 100%;
}
div#main section.wrapper a.link {
    color: #333;
    width: 100%;
    height: 100%;
    display: inline-block;
}
/*  カテゴリ・日付 */
div#main section.wrapper .cat-date {
    width: 8%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
/*  カテゴリ */
div#main section.wrapper .cat-date h3.category {
    display: inline-block;
}
/*  サムネイル */
div#main section.wrapper .thumbnail {
    width: 16.5%;
    display: inline-block;
    overflow: hidden;
    float: right;
}
div#main section.wrapper div.thumbnail img {
    width: 100%;
    height: auto;
}
/**************************************/
/*  pack - 左カラム
/**************************************/
div#pack {
    width: 40%;
    display: inline-block;
    overflow: hidden;
}
div#main section.wrapper {
    vertical-align: top;
    position: relative;
}
div#main section.wrapper.pack {
    margin-bottom: 3%;
}
div#main section.wrapper.pack:nth-of-type(2),
div#main section.wrapper.pack:nth-of-type(3),
div#main section.wrapper.pack:nth-of-type(5),
div#main section.wrapper.pack:nth-of-type(6),
div#main section.wrapper.pack:nth-of-type(8),
div#main section.wrapper.pack:nth-of-type(9) {
    width: 48.5%;
    display: inline-block;
}
div#main section.wrapper.pack:nth-of-type(2),
div#main section.wrapper.pack:nth-of-type(5),
div#main section.wrapper.pack:nth-of-type(8) {
    margin-right: 1.5%;
}
div#main section.wrapper.pack:nth-of-type(3),
div#main section.wrapper.pack:nth-of-type(6),
div#main section.wrapper.pack:nth-of-type(9) {
    margin-left: 1.5%;
}

div#main section.wrapper.pack:nth-of-type( 1 ),
div#main section.wrapper.pack:nth-of-type( 4 ),
div#main section.wrapper.pack:nth-of-type( 7 ) {
    height: 400px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
div#main section.wrapper.pack:nth-of-type(1) {
    margin-top: 0;
}
div#main section.wrapper.pack:nth-of-type(2) div.info .title,
div#main section.wrapper.pack:nth-of-type(3) div.info .title,
div#main section.wrapper.pack:nth-of-type(5) div.info .title,
div#main section.wrapper.pack:nth-of-type(6) div.info .title,
div#main section.wrapper.pack:nth-of-type(8) div.info .title,
div#main section.wrapper.pack:nth-of-type(9) div.info .title {
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
}
div#main section.wrapper.pack div.info h2.title {
    font-size: 38px;
    line-height: 50px;
    margin: 0;
}
section.wrapper.pack div.info {
    
}
div#pack section.wrapper.pack:nth-of-type(1) div.info, 
div#pack section.wrapper.pack:nth-of-type(4) div.info, 
div#pack section.wrapper.pack:nth-of-type(7) div.info {
    width: 75%;
    height: initial;
    margin-left: 20px;
}
div#pack section.wrapper h3.category span.label {
    padding: 4px 12px;
    color: #FFF;
    text-shadow: initial;
}
div#pack section.wrapper:nth-of-type(1) h3.category {
    display: none;
}
div#pack section.wrapper:nth-of-type(2) h3.category span.label {
    background: #f70f37;
    box-shadow: 2px 2px rgba(247, 15, 55, 0.4);
}
div#pack section.wrapper:nth-of-type(3) h3.category span.label {
    background: #009376;
    box-shadow: 2px 2px rgba(0, 147, 118, 0.4);
}
div#pack section.wrapper:nth-of-type(4) h3.category span.label {
    background: #fc32bf;
    box-shadow: 2px 2px rgba(252, 50, 191, 0.4);
}
div#EntryCategory section.wrapper.pack:nth-of-type(4) div.info {
    width: initial;
    margin: initial;
    position: initial;
}
div#main section.wrapper.pack div.thumbnail {
    overflow: hidden;
    width: 100%;
    height: 400px;
}
div#main section.wrapper.pack:nth-of-type(2) div.thumbnail,
div#main section.wrapper.pack:nth-of-type(3) div.thumbnail,
div#main section.wrapper.pack:nth-of-type(5) div.thumbnail,
div#main section.wrapper.pack:nth-of-type(6) div.thumbnail,
div#main section.wrapper.pack:nth-of-type(8) div.thumbnail,
div#main section.wrapper.pack:nth-of-type(9) div.thumbnail {
    height: 230px;
    overflow: hidden;
}
div#main section.wrapper.pack div.thumbnail img {
    width: 120%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
    background: #FFF;
}
div#main section.wrapper.pack:nth-of-type(1) div.thumbnail img,
div#main section.wrapper.pack:nth-of-type(4) div.thumbnail img
div#main section.wrapper.pack:nth-of-type(7) div.thumbnail img, {
    width: 120%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
}
div#main section.wrapper.sale:nth-of-type(1) div.thumbnail img,
div#main section.wrapper.sale:nth-of-type(4) div.thumbnail img,
div#main section.wrapper.sale:nth-of-type(7) div.thumbnail img {
    width: 145%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
}
div#main section.wrapper.pack div.info h2.title {
    font-size: 38px;
    line-height: 50px;
    margin: 0;
}


/**************************************/
/*  EntryStory - ストーリ
/**************************************/
div#main div#EntryStory {
    display: inline-block;
}

/**************************************/
/*  EntryLatest - 最新記事
/**************************************/
div#main div#EntryLatest {
    width: 57.5%;
    float: right;
    display: inline-block;
    overflow:hidden;
}
div#main div#EntryLatest section.wrapper.latest {
    height: 150px;
    margin-bottom: 1.5%;
}
div#main div.title {
    margin-bottom: 5%;
    align-items: center;
    display: flex;
    border-left: 5px solid #00a4c5;
    padding-left: 10px;
    height: 30px;
}
div#main div.title span.main_title {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: .075em;
}
div#main div.title span.sub_title {
    display: none;
}
div#main div.title:after {
    content: "";
    width: 60%;
    height: 1px;
    background: #999;
    margin-left: 10px;
    display: block;
}

/*  日付 */
section.wrapper.latest div.cat-date span.date {
    top: 3px;
    letter-spacing: .15em;
    position: relative;
}
/*  タイトル */
div#main div#EntryLatest section.wrapper.latest div.info {
    width: 69%;
    margin-right: 3%;
    display: inline-block;
}
div#main div#EntryLatest section.wrapper.latest div.info .label {
    display: none;
}
div#main div#EntryLatest section.wrapper.latest div.info h2.title {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    position: relative;
    top: -8px;
}

div#prevpageBox_single {
    width: 50%;
    height: 60px;
    line-height: 60px;
    margin: 60px auto 0 auto;
    text-align: center;
}
div#prevpageBox_double {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 60px auto 0 auto;
    text-align: center;
}
a.nextPageLinkBox,
a.oldPageLinkBox {
    width: 47%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #333;
    box-shadow: 0 0 3px #333;
    background: #111;
    color: #FFF;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
}
div#prevpageBox_single a.oldPageLinkBox {
    margin: 0;
    width: 100%;
}
div#prevpageBox_double a.nextPageLinkBox {
    margin-right: 2.5%;
}

div#prevpageBox_double a.oldPageLinkBox {
    margin-left: 2.5%;
}
svg.al-icon.arrow-left,
svg.al-icon.arrow-right {
    width: 13px;
    height: 13px;
    display: inline-block;
    fill: #FFF;
    position: relative;
}
svg.al-icon.arrow-left {
    top: 1px;
    right: 3%;
}
svg.al-icon.arrow-right {
    top: 1px;
    right: -3%;
}

/**************************************/
/*  sidebar - サイドバー
/**************************************/
div#sidebar {
    width: 100%;
    margin: 5% 0 0 0%;
}
div#sidebar div.title:after,
div#sidebar div.title:before {
    content: "";
    width: 25%;
    height: 1px;
    background: #fff;
    display: block;
}
div#EntryPopularWrapper>div.title:after,
div#EntryPopularWrapper>div.title:before {
    background: #2c2d32;
}
div#sidebar div.title:before {
    margin-right: 5%;
}
div#sidebar div.title:after {
    margin-left: 5%;
}

div#sidebar div.title {
    align-items: center;
    display: flex;
    text-align:center;
    width: 20%;
    margin: 0 auto 2% auto;
}

/**************************************/
/*  EntryCategory - レビュー
/**************************************/

div#EntryCategory.Review section.wrapper:nth-of-type( 1 ),
div#EntryCategory.Review section.wrapper:nth-of-type( 6 ),
div#EntryCategory.Review section.wrapper:nth-of-type( 7 ) {
    width: 49%;
    height: 350px;
}
div#EntryCategory.Review section.wrapper:nth-of-type( 1 ) div.info,
div#EntryCategory.Review section.wrapper:nth-of-type( 6 ) div.info,
div#EntryCategory.Review section.wrapper:nth-of-type( 7 ) div.info {
    box-sizing: border-box;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 4px;
    right: 4px;
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 0 4px #333;
    color: #fff;
    width: 75%;
    margin-left: 20px;
}
div#EntryCategory.Review section.wrapper:nth-of-type( 1 ) div.info h2.title,
div#EntryCategory.Review section.wrapper:nth-of-type( 6 ) div.info h2.title,
div#EntryCategory.Review section.wrapper:nth-of-type( 7 ) div.info h2.title {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}
div#EntryCategory.Review section.wrapper:nth-of-type( 1 ) div.thumbnail,
div#EntryCategory.Review section.wrapper:nth-of-type( 6 ) div.thumbnail,
div#EntryCategory.Review section.wrapper:nth-of-type( 7 ) div.thumbnail {
    height: 350px;
}
div#EntryCategory.Review section.wrapper div.thumbnail {
    box-shadow: 0 0 5px #111;
    border-radius: 10px;
    z-index: 1;
}
div#EntryCategory.Review section.wrapper:nth-of-type( 1 ) div.thumbnail:after,
div#EntryCategory.Review section.wrapper:nth-of-type( 6 ) div.thumbnail:after,
div#EntryCategory.Review section.wrapper:nth-of-type( 7 ) div.thumbnail:after {
    background: rgba(0,0,0,.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,.9) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .65;
    border-radius: 10px;
}
div#EntryCategory.Review section.wrapper:nth-of-type( 1 ) div.thumbnail img,
div#EntryCategory.Review section.wrapper:nth-of-type( 6 ) div.thumbnail img,
div#EntryCategory.Review section.wrapper:nth-of-type( 7 ) div.thumbnail img {
    width: 120%;
}
div#EntryCategory.Review section.wrapper div.thumbnail {
    height: 250px;
    overflow: hidden;
    position: relative;
}
div#EntryCategory.Review section.wrapper div.info h2.title {
    font-size: 20px;
    line-height: 30px;
    margin: 3% 0 0 0;
}

div#EntryCategory.Review {
    background: #2c2d32;
    padding: 2%;
}

div#EntryCategory.Review>div.title {
    height: 30px;
    font-size: 28px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 2%;
}
div#EntryCategory.Review>div.title span.main_title {
    margin: 0 auto;
}
div#EntryCategory.Review .label.category {
    display: none;
}

div#EntryCategory.Review section.wrapper {
    width: 23.5%;
    height: 350px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 2% 2% 0;
}
div#EntryCategory.Review section.wrapper:nth-of-type( 3 ),
div#EntryCategory.Review section.wrapper:nth-of-type( 6 ),
div#EntryCategory.Review section.wrapper:nth-of-type( 9 ) {
    margin-right: 0;
}
div#EntryCategory.Review span.sub_title {
    display: none;
}

div#EntryCategory.Review section.wrapper span.date {
    display: none;
}

div#EntryCategory.Review img.category_thumbnail {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
    width: 150%;
}

div#EntryCategory.Review section.wrapper div.info {
    color: #FFF;
    font-size: 15px;
    line-height: 30px;
    z-index: 2;
}
div.button_box {
    margin: 2% 0 5%;
}
a.more_button {
    box-sizing: border-box;
    display: block;
    width: 20%;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    border: 1px solid #333;
    box-shadow: 0 0 3px #333;
    font-weight: normal;
    background: #111;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: .25em;
}
div#EntryCategory.Review div.button_box {
    display: none;
}

/**************************************/
/*  EntryPopular - ランキング
/**************************************/
div#EntryPopular {
    padding: 2%;
    background: #ececec;
}
div#EntryPopularWrapper>div.title {
    height: 30px;
    font-size: 28px;
    line-height: 30px;
    color: #333;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 2%;
}
div#EntryPopularWrapper>div.title span.main_title {
    margin: 0 auto;
}
div#EntryPopularWrapper>div.title>span.sub_title {
    display: none;
}
div#EntryPopular section.wrapper:nth-of-type(-n+3) {
    width: 32%;
    height: 400px;
    display: inline-block;
}
div#EntryPopular section.wrapper:nth-of-type(2) {
    margin: 0 2%;
}
div#EntryPopular section.wrapper:nth-of-type(n+4) {
    width: 13%;
    height: auto;
    margin-top: 1.5%;
    margin-right: 1.5%;
    display: inline-block;
    vertical-align: top;
}
div#EntryPopular section.wrapper:nth-of-type(10) {
    margin-right: 0;
}

div#EntryPopularWrapper section.wrapper div.thumbnail {
    overflow: hidden;
    width: 100.02%;
    height: 400px;
    position: relative;
    box-shadow: 0 0 5px #999;
    border-radius: 10px;
    z-index: 1;
    background: #111;
}

div#EntryPopularWrapper section.wrapper:nth-of-type(-n+3) .thumbnail:after,
section.wrapper.pack:nth-of-type( 1 ) .thumbnail:after,
section.wrapper.pack:nth-of-type( 4 ) .thumbnail:after,
section.wrapper.pack:nth-of-type( 7 ) .thumbnail:after {
    background: rgba(0,0,0,.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,.9) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .65;
}
div#EntryCategory:not( Review ) section.wrapper.pack:nth-of-type(4) div.thumbnail:after {
    content: initial;
}

div#EntryPopular section.wrapper div.thumbnail img {
    width: 120%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#EntryPopularWrapper section.wrapper span.label_wrap,
div#EntrySale section.wrapper span.end_date {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    padding: 5px 10px;
    background: #333;
    letter-spacing: 0.15em;
    z-index: 1;
}
div#EntryPopularWrapper section.wrapper span.label_wrap {
    border-radius: 10px 0 0 0;
    z-index: 2;
}
div#EntrySale section.wrapper span.end_date {
    background: crimson;
    color: #FFF;
    font-weight: bold;
}
div#EntryPopular section.wrapper,
section.wrapper.pack {
    position: relative;
}

div#EntryPopularWrapper section.wrapper span.label_wrap.no1 {
    background: #d3b572;
    font-weight: bold;
}

div#EntryPopularWrapper section.wrapper span.label_wrap.no2 {
    background: #bec1c3;
    font-weight: bold;
}

div#EntryPopularWrapper section.wrapper span.label_wrap.no3 {
    background: #ac6b25;
    font-weight: bold;
}

div#EntryPopularWrapper a.link {
    color: #333;
}

div#pack section.wrapper.pack div.info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 130px;
}

div#EntryPopularWrapper section.wrapper:nth-of-type(-n+3) .info,
section.wrapper.pack:nth-of-type(1) .info,
section.wrapper.pack:nth-of-type(4) .info,
section.wrapper.pack:nth-of-type(7) .info {
    box-sizing: border-box;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 4px;
    right: 4px;
    font-size: 27px;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 0 0 4px #333;
    color: #FFF;
}
div#EntryPopularWrapper section.wrapper:nth-of-type(-n+3) .info {
    width: 75%;
    margin-left: 20px;
    z-index: 2;
}
div#EntryPopularWrapper section.wrapper:nth-of-type(n+4) .info {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin: 5% 0 0 0;
    z-index: 2;
}
div#EntryPopularWrapper section.wrapper:nth-of-type(n+4) .thumbnail {
    height: 160px;
}

div#EntryCategory.Review section.wrapper.pack h3.category {
    display:none;
}
/**************************************/
/*  フッター                                    */
div#footer {
    box-shadow: 0 0 3px #888;
}
ul.social {
    padding: 10px 50px;
    line-height: 0;
    text-align: center;
    background: #aaa;
    position: relative;
}
ul.social li {
    display: inline-block;
    margin-left: 20px;
}
ul.social li:first-child {
    margin: 0;
}
ul.social li a {
    color: #888;
}
div#footer ul.social svg.al-icon {
    width: 25px;
    height: 25px;
    fill: #fafafa;
}
div#bottom-middle {
    background: #aaa;
    color: #fff;
    font-size: 13px;
    letter-spacing: .05em;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #bbb;
}
div#bottom-middle a {
    color: #FFF;
}
div#bottom {
    background: #2c2d32;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
}
div#bottom a {
    color: #FFF;
    text-decoration: none;
}
div#switchtheme {
    position: fixed;
    right: 20px;
    bottom: 75px;
    background: #333;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 3px #555;
    text-align: center;
    opacity: .9;
    z-index: 99999;
    border-radius: 50%;
}
div#switchtheme:hover {
    cursor: pointer;
}
div#to_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #00a4c5;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 3px #555;
    text-align: center;
    opacity: 0.9;
    z-index: 999999;
    border-radius: 50%;
}
div#to_top svg.al-icon {
    width: 20px;
    height: 20px;
    fill: #FFF;
    position: relative;
    left: 10px;
    top: 10px;
}

div#switchtheme svg.al-icon {
    width: 20px;
    height: 20px;
    fill: #FFF;
    position: relative;
    top: 10px;
    left: 10px;
}

div.AdsIndex.top {
    margin: 3% auto;
    overflow: hidden;
    text-align:center;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none;
}

@media screen and ( max-width: 1600px ) {
    div#EntryPopular section.wrapper div.thumbnail img {
        width: 170%;
    }
}
@media screen and ( max-width: 1400px ) {
    div#main
    {
        width: 98%;
        margin: 0 auto;
    }
    div#EntryHeader section.wrapper:nth-of-type(1) div.thumbnail img {
        width: 130%;
    }
    section.wrapper.pack:nth-of-type(1) div.info, 
    section.wrapper.pack:nth-of-type(4) div.info, 
    section.wrapper.pack:nth-of-type(7) div.info {
        width: 75%;
        margin-left: 10px;
    }
    div#pack section.wrapper.pack h3.category {
        display: block;
        margin-bottom: 3.5%;
    }
    div#pack section.wrapper.pack:nth-of-type(2) h3.category,
    div#pack section.wrapper.pack:nth-of-type(3) h3.category,
    div#pack section.wrapper.pack:nth-of-type(4) h3.category,
    div#pack section.wrapper.pack:nth-of-type(5) h3.category {
        display: none;
    }
    div#main section.wrapper.pack div.thumbnail img {
        width: 140%;
    }
    div#main section.wrapper.sale:nth-of-type(1) div.thumbnail img, 
    div#main section.wrapper.sale:nth-of-type(4) div.thumbnail img, 
    div#main section.wrapper.sale:nth-of-type(7) div.thumbnail img {
        width: 170%;
    }
    div#EntryCategory.Review section.wrapper:nth-of-type(1) div.thumbnail img, 
    div#EntryCategory.Review section.wrapper:nth-of-type(6) div.thumbnail img, 
    div#EntryCategory.Review section.wrapper:nth-of-type(7) div.thumbnail img {
        width: 180%;
    }
    div#EntryCategory.Review section.wrapper:nth-of-type(1), 
    div#EntryCategory.Review section.wrapper:nth-of-type(6), 
    div#EntryCategory.Review section.wrapper:nth-of-type(7),
    div#EntryCategory.Review section.wrapper,
    div#EntryCategory.Review section.wrapper:nth-of-type(1) div.thumbnail, 
    div#EntryCategory.Review section.wrapper:nth-of-type(6) div.thumbnail, 
    div#EntryCategory.Review section.wrapper:nth-of-type(7) div.thumbnail {
        height: 280px;
    }
    div#EntryCategory.Review section.wrapper div.thumbnail {
        height: 170px;
    }
    div#EntryCategory.Review section.wrapper:nth-of-type(1) div.info, 
    div#EntryCategory.Review section.wrapper:nth-of-type(6) div.info, 
    div#EntryCategory.Review section.wrapper:nth-of-type(7) div.info {
        width: 80%;
    }
    div#sidebar div#EntryCategory.Review section.wrapper div.info h2.title {
        font-size: 20px;
        line-height: 28px;
    }
    div#sidebar div#EntryCategory.Review section.wrapper:nth-of-type(1) div.info h2.title, 
    div#sidebar div#EntryCategory.Review section.wrapper:nth-of-type(6) div.info h2.title, 
    div#sidebar div#EntryCategory.Review section.wrapper:nth-of-type(7) div.info h2.title {
        font-size: 25px;
        line-height: 35px;
    }
    div#EntryPopularWrapper section.wrapper:nth-of-type(-n+3) .info {
        width: 80%;
        margin-left: 10px;
    }
    div#EntryPopular section.wrapper:nth-of-type(-n+3),
    div#EntryPopularWrapper section.wrapper div.thumbnail {
        height: 250px;
    }
    div#EntryPopularWrapper section.wrapper:nth-of-type(-n+3) .info, 
    section.wrapper.pack:nth-of-type(1) .info, 
    section.wrapper.pack:nth-of-type(4) .info, 
    section.wrapper.pack:nth-of-type(7) .info {
        bottom: 10px;
    }
    div#EntryPopularWrapper section.wrapper:nth-of-type(-n+3) .info, 
    section.wrapper.pack:nth-of-type(1) .info, 
    section.wrapper.pack:nth-of-type(4) .info, 
    section.wrapper.pack:nth-of-type(7) .info {
        font-size: 20px;
        line-height: 30px;
    }
    div#EntryPopularWrapper section.wrapper:nth-of-type(n+4) .thumbnail {
        height: 100px;
    }
}
@media screen and ( max-width: 1280px ) {

    div#EntryHeader section.wrapper:nth-of-type(1) div.thumbnail img {
        width: 170%;
    }
    div#EntryHeader section.wrapper:nth-of-type(2) div.thumbnail img, 
    div#EntryHeader section.wrapper:nth-of-type(3) div.thumbnail img {
        width: 160%;
    }
}

/***************************************************************
 *  折りたたみスマホ、タブレット縦
 ***************************************************************/
@media screen and (max-width: 900px) {
    body {
        background: #2c2d32;
        padding-left: 4em;
        padding-right: 4em;
    }
    /***************************************************************
    *  ヘッダーロゴ
    ***************************************************************/
    header#top,
    header#top>div#header_wrap,
    header#top>div#header_wrap div#header_logo,
    header#top>div#header_wrap div#header_tool,
    header#top>div#header_wrap>div#header_logo img {
        height: 40px;
    }
    header+div#EntryHeader {
        margin-top: 0px;
    }
    header#top {
        position: absolute;
        background: linear-gradient(to top, rgba(0,0,0,.015),rgba(0,0,0,0.65));
        box-shadow: initial;
    }
    header#top div#search .search-form:before {
        color: #FFF;
    }
    header#top div#search svg.al-icon.search {
        fill: #fff;
        right: 3px;
        top: 10px;
    }
    header div#search svg.al-icon.search {
        top: 15px;
        right: 3px;
    }
    div#EntryWrapper {
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        /*background: #2c2d32;*/
    }
    div#main {
        width: 100%;
        margin: 0 auto;
        background: #2c2d32;
    }
    div#EntryWrapper div#main div.title {
        display: none;
    }
    /***************************************************************
    *  ヘッダー記事＆最新記事など
    ***************************************************************/
    div#EntryHeader {
        height: initial;
        padding: 0;
    }
    div#EntryHeader section.wrapper {
        margin: 0 0 1% 0;
    }
    div#EntryHeader div#main section.wrapper .thumbnail {
        display: inline-block;
    }
    div#EntryHeader section.wrapper div.thumbnail:after {
        background: initial;
    }
    div#EntryHeader section.wrapper div.info {
        padding: 0 8px;
    }
    div#EntryHeader section.wrapper div.info h2.title {
        font-size: 22px;
    }
    /* ヘッダー記事：1番目以降 */
    div#EntryHeader section.wrapper:nth-of-type( n + 1 ) div.thumbnail:after {
        background: rgba(0,0,0,0.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(0,0,0,0.9) 100%);
        opacity: .65;
        position: initial;
        height: 100%;
    }
    /* ヘッダー記事：2番目以降 */
    div#EntryHeader section.wrapper:nth-of-type( n + 2 ) {
        float: initial;
        width: 100%;
        height: 150px;
        padding: 0;
        margin: 0 0 2% 0;
    }
    div#EntryHeader section.wrapper:nth-of-type( n + 2 ) div.thumbnail img {
        width: 105%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    div#EntryHeader section.wrapper:nth-of-type( n + 2) div.info h2.title {
        font-size: 18px;
        line-height: 25px;
    }
    div#main section.wrapper.pack {
        margin-bottom: 0;
        background: initial;
    }

    div#main section.wrapper.pack div.thumbnail,
    div#main section.wrapper.pack:nth-of-type(1), 
    div#main section.wrapper.pack:nth-of-type(4), 
    div#main section.wrapper.pack:nth-of-type(7) {
        height: 300px;
    }
    div#main section.wrapper.pack div.info h2.title {
        font-size: 25px;
        line-height: 40px;
    }
    div#main section.wrapper.pack:nth-of-type(2) div.thumbnail, 
    div#main section.wrapper.pack:nth-of-type(3) div.thumbnail, 
    div#main section.wrapper.pack:nth-of-type(5) div.thumbnail, 
    div#main section.wrapper.pack:nth-of-type(6) div.thumbnail, 
    div#main section.wrapper.pack:nth-of-type(8) div.thumbnail, 
    div#main section.wrapper.pack:nth-of-type(9) div.thumbnail {
        height: 150px;
    }
    div#main section.wrapper.pack:nth-of-type(2) div.info .title, 
    div#main section.wrapper.pack:nth-of-type(3) div.info .title, 
    div#main section.wrapper.pack:nth-of-type(5) div.info .title, 
    div#main section.wrapper.pack:nth-of-type(6) div.info .title, 
    div#main section.wrapper.pack:nth-of-type(8) div.info .title, 
    div#main section.wrapper.pack:nth-of-type(9) div.info .title {
        line-height: 28px;
        font-size: 18px;
        padding: 10px;
    }
    /* セクション最上部 - 全体枠 */
    div#EntryWrapper div#main div section.wrapper:first-of-type {
        /*margin-bottom: 5%;*/
    }
    div#EntryHeader section.wrapper:first-of-type,
    div#EntryWrapper div#main section.wrapper:first-of-type,
    div#EntryWrapper div#pack section.wrapper:first-of-type {
        width: 100%;
        height: 350px;
    }
    div#EntryHeader section.wrapper:first-of-type {
        padding: 0;
        margin: 0 0 2% 0;
    }
    div#EntryWrapper div#main section.wrapper:first-of-type a.link {
        display: block;
        height: 0;
    }
    /* セクション最上部 - サムネイル */
    div#main section.wrapper:first-of-type .thumbnail,
    div#main div#pack section.wrapper:first-of-type .thumbnail {
        height: 350px;
        width: 100%;
        float: initial;
        position: relative;
    }
    div#EntryHeader section.wrapper:first-of-type div.thumbnail img ,
    div#EntryWrapper div#main section.wrapper:first-of-type div.thumbnail img {
        width: 180%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
    }
    div#EntryWrapper div#main section.wrapper:first-of-type div.thumbnail:after {
        background: rgba(0,0,0,.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,.9) 100%);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        opacity: initial;
    }
    /* セクション最上部 - 日付 */
    div#main section.wrapper .cat-date {
        text-align: left;
    }
    div#main section.wrapper:first-of-type .cat-date {
        position: absolute;
        bottom: 5px;
        right: 5px;
        z-index: 3;
        width: 20%;
        margin: 0;
        text-align: right;
        color: #efefef;
    }
    div#main section.wrapper.latest div.cat-date span.date {
        letter-spacing: 0.15em;
    }
    /* セクション最上部 - ラベル */
    div#EntryWrapper div#main section.wrapper:first-of-type div.latest {
        display: none;
    }
    div#EntryWrapper div#main section.wrapper:first-of-type div.info div.label {
        display: block;
        position: absolute;
        top: -30%;
        letter-spacing: .15em;
        text-indent: .15em;
        color: #fff;
        padding: 3px 8px;
        font-weight: bold;
    }
    div#EntryWrapper div#main section.wrapper div.label.latest { 
        background: #06a4c4c7;
    }
    div#EntryWrapper div#main section.wrapper.sale h3.category span.label {
        background: #ed143d8a;
    }
    div#EntryWrapper div#main section.wrapper.story h3.category span.label {
        background: #3a59ca87;
    }
    div#EntryWrapper div#main section.wrapper h3.category span.label {
        background: #E2A8FE8a;
    }
    /* セクション最上部 - タイトル */
    div#EntryWrapper div#main div#EntryLatest section.wrapper.latest:first-of-type div.info,
    div#EntryWrapper div#main div#pack section.wrapper:first-of-type div.info {
        position: absolute;
        bottom: 5%;
        right: 5%;
        z-index: 3;
        color: #FFF;
        width: 90%;
        height: 23%;
        margin: 0;
    }
    div#main div#EntryLatest section.wrapper.latest div.info h2.title {
        margin-top: 3.5%;
        font-size: initial;
        line-height: initial;
        position: initial;
        top: initial;
    }
    div#EntryWrapper div#main div#EntryLatest section.wrapper.latest:first-of-type div.info h2.title,
    div#EntryWrapper div#main div#pack section.wrapper:first-of-type div.info h2.title {
        padding: 0;
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        text-align: left;
        width: 100%;
    }
    div#EntryWrapper div#main div#EntryLatest,
    div#EntryWrapper div#main div#pack {
        width: 100%;
        float: initial;
        background: #FFF;
    }
    div#EntryWrapper div#main div#EntryLatest section.wrapper.latest:nth-of-type( n + 2 ) {
        height: initial;
    }
    /* セクション2記事目以降 - 共通 */
    div#EntryWrapper div#main section.wrapper:nth-of-type( n + 2 ) {
        width: 96%;
        margin: 0 auto;
    }
    /* セクション2記事目以降 - 日付 */
    div#EntryWrapper div#main section.wrapper:nth-of-type( n + 2 ) .cat-date {
        width: 15%;
        height: 20px;
        bottom: 3px;
        left: 0;
        position: absolute;
        display: inline;
        font-size: 10px;
        margin: 0;
        color: #666;
    }
    div#EntryWrapper div#main section.wrapper.latest:nth-of-type( n + 2 ) div.cat-date span.date {
        font-size: 10px;
        margin: 0;
        color: #666;
    }
    /* セクション2記事目以降 - タイトル */
    div#EntryWrapper div#main section.wrapper:nth-of-type(n+2) div.info {
        width: calc(97% - 180px);
        min-width: 70%;
        margin: 0;
        text-shadow: initial;
        bottom: initial;
        position: initial;
    }
    div#EntryWrapper div#main div#pack section.wrapper.pack div.info {
        display: inline-block;
        align-items: center;
        height: 20%;
    }
    div#EntryWrapper div#main section.wrapper:nth-of-type( n + 2 )>a>div.info>h2.title {
        font-size: 15px;
        line-height: 22px;
        top: 0;
        margin: 0;
    }
    /* セクション2記事目以降 - サムネイル */
    div#EntryWrapper div#main section.wrapper:nth-of-type(n+2) div.thumbnail {
        width: 180px;
        height: 130px;
        display: inline-block;
        margin: 0;
        position: relative;
    }
    div#EntryWrapper div#main section.wrapper:nth-of-type(n+2) div.thumbnail img {
        width: 100%;
        height: auto;
        position: absolute;
        top: -15px;
    }
    /* 最新記事共通 */
    div#main div#EntryLatest section.wrapper.latest {
        margin-bottom: 2%;
    }
    /* ページ送り */
    div#prevpageBox_single,
    div#prevpageBox_double {
        margin: 5% auto;
        width: 90%;
    }

    /* ボトム */
    div#EntryWrapper div#main div#pack section.wrapper:nth-of-type(1) {
        background: #2c2d32;
    }
    div#EntryWrapper div#main div#pack section.wrapper:nth-of-type(n+2) {
        display: table;
        height: initial;
        margin: 3% auto;
    }
    div#EntryWrapper div#main div#pack section.wrapper:nth-of-type(n+2) div.info h2.title {
        background: initial;
        color: #333;
        padding: 0;
    }
    div#EntryWrapper div#main div#pack section.wrapper:nth-of-type(n+2) div.thumbnail img {
        width: 150%;
        top: 65px;
    }
    /*div#EntryWrapper div#main div#pack section.wrapper:nth-of-type(n+2) div.thumbnail {
        width: 100%;
        height: 150px;
        display: block;
        float: initial;
        margin: 0;
    }*/
    div#EntryWrapper div#main div#pack section.wrapper.pack:nth-of-type(4) div.thumbnail:after, 
    div#EntryWrapper div#main div#pack section.wrapper.pack:nth-of-type(7) div.thumbnail:after {
        background: initial;
        content: initial;
    }
    div#EntryWrapper div#main div#pack section.wrapper.pack:nth-of-type(1) div.info {
        text-shadow: initial;
        left: initial;
        font-size: 12px;
        line-height: initial;
        box-sizing: initial;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    div#EntryWrapper div#main div#EntryStory {
        display: block;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    div#EntrySale section.wrapper span.end_date {
        font-size: 12px;
        padding: 3px 8px;
        font-weight: normal;
        right: 0;
        left: initial;
        bottom: initial;
        top: 0;
    }
    div#sidebar {
        margin: 0;
    }
    div#sidebar div.title {
        width: 60%;
    }
    div#EntryCategory.Review>div.title,
    div#EntryPopularWrapper>div.title {
        margin-bottom: 5%;
    }
    div#EntryPopularWrapper>div.title {
        margin-top: 5%;
    }
    div#sidebar div#EntryCategory.Review section.wrapper {
       width: 100%;
    }
    div#sidebar div#EntryCategory.Review section.wrapper div.info {
        bottom: 10px;
        margin-left: 10px;
    }
    div#sidebar div#EntryCategory.Review section.wrapper,
    div#sidebar div#EntryCategory.Review section.wrapper div.thumbnail {
        width: 100%;
        height: 280px;
    }
    div#EntryCategory.Review section.wrapper div.thumbnail img,
    div#EntryCategory.Review section.wrapper:nth-of-type(1) div.thumbnail img,
    div#EntryCategory.Review section.wrapper:nth-of-type(6) div.thumbnail img,
    div#EntryCategory.Review section.wrapper:nth-of-type(7) div.thumbnail img {
        width: 125%;
    }
    div#sidebar div#EntryCategory.Review section.wrapper div.info {
        bottom: 10px;
        margin-left: 10px;
        position: absolute;
        width: 80%;
    }
    div#sidebar div#EntryCategory.Review section.wrapper div.info h2.title {
        font-size: 20px;
        line-height: 30px;
    }
    div#sidebar div#EntryCategory.Review section.wrapper div.thumbnail:after {
        background: rgba(0,0,0,.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,.9) 100%);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        opacity: .8;
        border-radius: 10px;
    }
    div#EntryPopular div#EntryPopularWrapper section.wrapper:nth-of-type(n+1) {
        width: 100%;
        margin: 1% 0;
    }
    div#EntryPopular div#EntryPopularWrapper section.wrapper,
    div#EntryPopular div#EntryPopularWrapper section.wrapper div.thumbnail {
        height: 280px;
    }
    div#EntryPopular section.wrapper div.thumbnail img {
        width: 125%;
    }
    div#EntryPopular div#EntryPopularWrapper section.wrapper:nth-of-type(n+1) div.thumbnail:after {
        background: rgba(0,0,0,.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,.9) 100%);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        opacity: initial;
    }
    div#EntryPopularWrapper section.wrapper:nth-of-type(n+1) div.info {
        width: 80%;
        box-sizing: border-box;
        height: auto;
        position: absolute;
        bottom: 10px;
        margin-left: 10px;
        left: 10px;
        right: 4px;
        font-size: 25px;
        font-weight: 700;
        line-height: 33px;
        text-shadow: 0 0 4px #333;
        color: #fff;
    }
    a.more_button {
        margin: 8% auto 5% auto;
        width: 90%;
    }
    /* アドセンス */
    div.AdsIndex.top,
    .google-auto-placed {
        padding: 3% 0;
        margin: 0;
    }
    div.AdsIndex.top {
        background: #2c2d32;
    }
}

/***************************************************************
 *  スマートフォン
 ***************************************************************/
@media screen and (max-width: 500px) {
    body {
        background: initial;
        padding-left: initial;
        padding-right: initial;
    }
    div#EntryPopular div#EntryPopularWrapper section.wrapper,
    div#EntryPopular div#EntryPopularWrapper section.wrapper div.thumbnail {
        height: 200px;
    }
    div#EntryPopularWrapper section.wrapper:nth-of-type(n+1) div.info {
        left: 4px;
        font-size: 20px;
        line-height: 28px;
    }
    div#sidebar div#EntryCategory.Review section.wrapper, 
    div#sidebar div#EntryCategory.Review section.wrapper div.thumbnail {
        height: 230px;
    }
    div#sidebar div#EntryCategory.Review section.wrapper div.info h2.title {
        font-size: 18px;
        line-height: 25px;
    }
    div#EntryWrapper div#main section.wrapper:nth-of-type( n + 2 ) div.info {
        width: calc( 97% - 100px );
    }
    div#EntryWrapper div#main section.wrapper:nth-of-type( n + 2 ) div.thumbnail {
        width: 100px;
        height: 100px;
        position: initial;
    }
    div#EntryWrapper div#main section.wrapper:nth-of-type(n+2) div.thumbnail img {
        position: initial;
        top: initial;
    }
    div#EntryWrapper div#main div#pack section.wrapper:nth-of-type(n+2) div.thumbnail img {
        position: relative;
        top: 50px;
        width: 180%;
    }
}

/***************************************************************
 *  小型スマホ縦
 ***************************************************************/
@media screen and (max-width: 320px) {
    div#EntryHeader section.wrapper:first-of-type div.thumbnail img, 
    div#EntryWrapper div#main section.wrapper:first-of-type div.thumbnail img {
        width: 200%;
    }
    div#EntryWrapper div#main section.wrapper:nth-of-type(n+2) div.info {
        min-width: initial;
    }
}