@charset "UTF-8";

/*====================*/


/*=== Reset Styles ===*/


/*====================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: bottom;
}

/* all */

* {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
html,
body {
    height: 100%;
}

body {
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	background: #fff;
}

/* HTML5 tags */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
a:active {
    color: #000;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* End Hack */

li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}
.caution {
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
    width: auto;
    margin: 0 5%;
    padding: 10px 0;
}
.caution p {
    border: 1px #000 solid;
    display: inline-block;
    padding: 10px;
    background: #fff;
}
.caution p a {
    text-decoration: underline;
}

#container {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}
nav {
    background: #fff;
    padding: 20px 3% 20px;
    text-align: center;
}
nav li {
    display: inline-block;
    margin: 0 0.75em;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
nav li:hover {
    opacity: 0.7;
}
nav li a {
    font-size: 14px;
    color: #212121!important;
    font-weight: 600!important;
}
header h1 {
    width: 260px;
    margin: 20px auto 0;
    padding: 0;
}
.topLogo {
    padding-top: 0;
    padding-bottom: 10px;
}
.topBG {
    background: #fff;
    padding: 20px 6%;
}
#contents {
    padding-bottom: 120px;
}
#contents h1 {
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
#contents h1 span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3em;
    vertical-align: middle;
    margin-left: 0.7em;
}
.catTitle:before {
    content: '#';
}
.topCell {
    position: relative;
    margin-bottom: 30px;
}
.readMore {
    font-size: 12px;
    color: #6e5e4f;
    background: #5ce02c;
    position: absolute;
    top: -5px;
    right: 0;
}
.readMore span {
    position: relative;
    z-index: 2;
    background: url(../img/common/rightAllowBk.png) no-repeat right center;
    background-size: 5px auto;
    padding-right: 14px;
}
.readMore a:before {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    background: #f5f5f5;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}
.readMore a:hover:before {
    height: 100%;
}
.readMore a {
    color: #000;
    font-weight: 300;
    display: block;
    padding: 13px 20px 13px 20px;
}
.cellOuter {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
}
.notflex {
    display: block;
}
.twoBlock {
    width: 48%;
    margin-bottom: 3%;
    margin-left: 2%;
    padding: 0;
    background: #fff;
    vertical-align: top;
}
.itPhoto {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    overflow: hidden;
}
.listCell .itText,
.listCell .cat {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.listCell .itPhoto:before {
    content: "";
    display: block;
    padding-top: 62.5%;
}
.twoBlock .itPhoto:before {
    content: '';
    display: block;
    padding-top: 62.5%;
}
.twoBlockSmall .itPhoto:before {
    content: '';
    display: block;
    padding-top: 62.5%;
}
.fourBlock .itPhoto:before {
    content: '';
    display: block;
    padding-top: 62.5%;
}
.twoBlock .itPhoto a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.twoBlock .itPhoto img {
    width: 120%;
    height: auto;
    line-height: 0;
    position: absolute;
    margin:auto;
    top: 0;
    left: -10%;
    bottom: 0;
}
.twoBlockSmall .itPhoto a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.twoBlockSmall .itPhoto img {
    width: 120%;
    height: auto;
    line-height: 0;
    position: absolute;
    margin:auto;
    top: 0;
    left: -10%;
    bottom: 0;
}
.fourBlock .itPhoto a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fourBlock .itPhoto img {
    width: 120%;
    height: auto;
    line-height: 0;
    position: absolute;
    margin:auto;
    top: 0;
    left: -10%;
    bottom: 0;
}
.listCell .itPhoto a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.listCell .itPhoto img {
    width: 100%;
    height: auto;
    line-height: 0;
    position: absolute;
    margin:auto;
    top: 0;
    bottom: 0;
}
.itPhoto img {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.itText {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 2%;
}
.date {
    font-size: 11px;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
}
.topCell h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.topCell h2 a {
    font-weight: 600;
}
.cat {
    font-size: 0;
}
.cat a {
    font-size: 9px;
    line-height: 1.3em;
    margin-right: 0.7em!important;
    margin-bottom: 7px;
    padding: 3px 6px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    border-radius: 3px;
    border: 0.5px #000 solid;
}
.cat a:nth-child(n+4) {
    display: none;
}
.cat a:before {
    content: '#';
}
.cat a:hover {
    text-decoration: underline;
}
.newmark {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #5ce02c;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    padding: 4px 6px;
}
.twoBlockSmall {
    width: 48%;
    display: inline-block;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 0;
    background: #fff;
}
.twoBlockSmall .itPhoto {
    width: 35%;
}
.twoBlockSmall .itText {
    width: 61%;
}
.twoBlockSmall h2 {
    font-size: 14px;
}
.twoBlockSmall .cat a {
    display: inline-block;
    margin-right: 1em;
}
.twoBlockSmall .cat a:nth-child(n+4) {
    display: none;
}
.twoBlockSmall .newmark {
    font-size: 10px;
}
.twoBlockLarge {
    width: 31.3333%;
    display: inline-block;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 0;
    position: relative;
}
.twoBlockLarge .itPhoto {
    width: auto;
    display: block;
    padding-top: 62.5%;
    overflow: hidden;
}
.twoBlockLarge .itPhoto:before {
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 62.5%;
    z-index: 2;
}
.twoBlockLarge .itPhoto img {
    position: absolute;
    margin:auto;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.twoBlockLarge .itPhoto:hover:after {
    top: 0;
    opacity: 1;
}
.twoBlockLarge .itText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    display: block;
    padding: 0 2% 5px;
    z-index: 3;
}
.twoBlockLarge h2 {
    font-size: 13px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 10px;
    visibility: hidden;
}
.twoBlockLarge .date,
.twoBlockLarge h2 a,
.twoBlockLarge .cat a {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.twoBlockLarge .cat a {
    display: inline-block;
    border-color: #fff;
}
.twoBlockLarge .cat a:nth-child(n+4) {
    display: none;
}
.twoBlockLarge .newmark {
    font-size: 12px;
}
.fourBlock {
    width: 23%;
    display: inline-block;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 0;
    background: #fff;
}
.fourBlock .itPhoto {
    width: auto;
    display: block;
    position: relative;
}
.fourBlock .itText {
    width: auto;
    display: block;
    padding: 10px 2%;
}
.fourBlock .newmark {
    font-size: 10px;
}
.oneBlock {
    width: 50%;
    margin: 0 auto 1em;
}
.oneBlock .itText {
    width: auto;
    display: block;
    padding: 10px 2%;
}
.oneBlock .date {
    float: left;
    line-height: 1.6em;
    margin-right: 1.5em;
}
.oneBlock h2 {
    overflow: auto;
    font-size: 15px;
}
.title {
    margin-right: 0.5em;
}
.oneBlock .newmark {
    position: static;
    font-size: 11px;
    line-height: 1em;
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
}
.readMoreLarge {
    font-size: 16px;
    text-align: center;
    background: #5ce02c;
    width: 36%;
    margin: 20px auto 0;
    position: relative;
}
.readMoreLarge a {
    font-weight: 300;
    display: block;
    padding: 13px 20px 13px 20px;
}
.readMoreLarge span {
    position: relative;
    z-index: 2;
    background: url(../img/common/rightAllowBk.png) no-repeat right center;
    background-size: 5px auto;
    padding-right: 24px;
    padding-left: 24px;
}
.readMoreLarge a:before {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    background: #f5f5f5;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}
.readMoreLarge a:hover:before {
    height: 100%;
}
.itPhoto a:after {
    position: absolute;
    height: 1em;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: 'READ MORE';
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    z-index: 2;
    opacity: 0;
}
.twoBlock:hover .itPhoto a:after,
.twoBlockSmall:hover .itPhoto a:after,
.twoBlockLarge:hover .itPhoto a:after,
.fourBlock:hover .itPhoto a:after {
    top: 0;
    opacity: 1;
}
.twoBlock:hover .itPhoto,
.twoBlockSmall:hover .itPhoto,
.twoBlockLarge:hover .itPhoto,
.fourBlock:hover .itPhoto {
    background: #000;
}
.twoBlock:hover .itPhoto img,
.twoBlockSmall:hover .itPhoto img,
.twoBlockLarge:hover .itPhoto img,
.fourBlock:hover .itPhoto img {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    transform: scale(1.0.5);
}
footer {
    background: #999;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    position: absolute;
    height: 80px;
    bottom: 0;
    width: 100%;
    color: #fff;
}
footer ul {
    margin-bottom: 20px;
}
footer li {
    display: inline-block;
    margin: 0 1em 1em;
    font-size: 12px;
}
footer li a {
    font-weight: 400!important;
    color: #fff!important;
}
.copyright {
    font-size: 11px;
}
.pagetop {
    text-align: right;
}
.pagetop span {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: fixed;
    bottom: 25px;
    right: 2%;
    z-index: 10;
    border-radius: 50%;
}
.pagetop span img {
    width: 60%;
    margin: 12px auto 0;
}
.pagetop span:hover {
    opacity: 0.8;
}

/* Phase2 */

.newsTitle h1 {
    width: auto;
    margin: 0 3% 30px;
    padding-top: 20px;
    text-align: center;
}
.newsTitle h1 img {
    width: 80px;
}
.newsTitle h1 span {
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 300;
}
.newsTitle .tamagurashi {
    margin-left: 15px;
}
.newsTitle .tamagurashi img {
    width: 110px;
}
.newsTitle .pickuptama {
    margin-left: 5px;
}
.newsTitle .pickuptama img {
    width: 60px;
}
.one .newsTitle {
    text-align: center;
}
.oneCenter {
    background: #fff;
}
.oneCenter .tamagurashi {
    margin-left: 0;
}
.one #mainArea {
    width: auto!important;
    float: none!important;
    margin: 0 auto 40px!important;
    padding: 30px 15%!important;
}
.wildtokyo header {
    background: #222;
    text-align: center;
    margin-bottom: 0;
}
.wildtokyo nav {
    background: #222;
}
.wildtokyo nav li a {
    color: #fff!important;
}
.wildtokyo .newsTitle {
    margin: 0;
    padding: 20px 0 8px;
}
.wildtokyo h1 {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.wildtokyo h1 img {
    width: 130px;
}
.wildtokyo #mainArea {
    border-top: none;
    margin-top: 25px;
}
.wildtokyo #rightArea {
    margin-top: 25px;
}
.wildtokyo .newmark {
    background: #222;
    color: #fff;
}
#mainArea {
    width: -webkit-calc(88% - 400px);
    width: -moz-calc(88% - 400px);
    width: calc(88% - 400px);
    margin-left: 6%;
    margin-bottom: 40px;
    padding: 0 0 30px;
    float: left;
    font-size: 0;
}
#mainArea .cat {
    font-size: 11px;
    line-height: 1.4em;
    margin-bottom: 30px;
}
#mainArea .cat a {
    display: inline-block;
    margin-right: 1em;
}
#rightArea {
    width: 280px;
    float: right;
    margin-right: 6%;
    margin-bottom: 40px;
}
.listCell {
    margin-bottom: 30px;
}
.listCell .itPhoto {
    width: 35%;
}
.listCell .itText {
    width: 61%;
    margin-top: 10px;
}
.listCell h2 {
    font-size: 15px!important;
    line-height: 1.6em!important;
    margin-bottom: 20px!important;
}
.listCell h2 a {
    font-weight: 600;
}
.listCell .cat a {
    display: inline-block;
    margin-right: 1em;
}
.listCell .newmark {
    left: 0;
    top: 0;
    font-size: 10px;
    padding: 4px 6px;
}
.pagenationPage {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 40px;
}
.pagenationPage span {
    display: inline-block!important;
    margin: 0 0.3em;
    padding: 20px 15px;
    vertical-align: middle;
    background-color: #f5f5f5;
    color: #999;
}
.pagenationPage a {
    color: #000;
    background-color: #5ce02c;
    display: inline-block;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.pagenationPage a:hover {
    background: #f5f5f5;
}
.pagenationPage a > span {
    color: #fff;
    background: transparent;
    margin: 0;
}
.pagenation {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}
.pagenation li {
    display: inline-block;
    margin: 0 0.2em;
    padding: 5px 10px;
    vertical-align: middle;
    background-color: #f5f5f5;
    color: #999;
}
.pagenation li a {
    margin: -5px -10px;
    padding: 5px 10px;
    display: block;
    color: #000;
    font-weight: 300;
    background-color: #5ce02c;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.pagenation li a:hover {
    background-color: #f5f5f5;
}
.prev a {
    font-size: 0;
    background: url(../img/common/pagenationLeft.png) no-repeat center center;
    background-size: 8px auto;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.next a {
    font-size: 0;
    background: url(../img/common/pagenationRight.png) no-repeat center center;
    background-size: 8px auto;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.prev a,
.next a {
    background-color: #fff!important;
}
.prev:hover,
.next:hover {
    opacity: 0.7;
}
.interviewBanner {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.interviewBanner a:after {
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ibLogo {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 40%;
    z-index: 2;
}
.ibText {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 80%;
    color: #fff;
    z-index: 2;
}
.ibText span {
    display: block;
    line-height: 1.6em;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.ibvol {
    font-size: 14px;
}
.ibTitle {
    font-size: 16px;
}
.ibName {
    font-size: 20px;
    font-weight: bold!important;
}
.cellBlockLarge {
    margin: 30px auto 60px;
    padding-top: 15px;
    border-top: 1px #ccc solid;
}
.cblPhoto {
    margin-top: -10px;
    margin-bottom: 10px;
}
.cblPhoto img {
    margin: 0!important;
}
.cblInner {
    margin: 0 0 30px;
}
.cblCopy {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 0.05em;
}
.cblInner h2 {
	color: #e72727;
    font-size: 36px!important;
    margin-bottom: 0.3em!important;
}
.cblInnerPhoto {
    font-size: 0;
    margin: 0 -5px 10px;
}
.cblInnerPhoto img,
.cblipInner img {
    margin: 0 0 10px!important;
    padding: 0!important;
}
.cblipInner {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
.cblipInner p {
    font-size: 13px!important;
    margin-top: 0!important;
    padding-top: 0!important;
    line-height: 1.5em!important;
}
.imgP {
    margin: 0!important;
    padding: 0!important;
}
.cblInfo {
    background: #fcdcdc;
    margin-top: 10px;
    padding: 12px 20px 5px;
}
.cblInfo p {
    line-height: 1.7em!important;
    font-size: 13px!important;
}
.pickupTamaBanner {
    text-align: left;
    margin-bottom: 30px;
}
.putName {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.putTitle {
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 500;
}
.putTitle a {
    font-weight: 500;
}
.putPhoto {
    margin-bottom: 5px;
}
.rightCat01,
.rightCat02 {
    margin-bottom: 20px;
}
.rightCat01 h2,
.rightCat02 h2 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-bottom: 6px;
    font-weight: 400;
    border-bottom: 1px #ccc solid;
}
.rightCat01 ul,
.rightCat02 ul {
    font-size: 0;
}
.rightCat01 li,
.rightCat02 li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 8px;
    font-size: 10px;
}
.rightCat01 li a {
    padding: 5px 10px;
    display: block;
    color: #000;
    background: #5ce02c;
    font-weight: 300;
    border-radius: 3px;
}
.rightCat02 li a {
    padding: 6px 8px;
    display: block;
    color: #000;
    background: #ebe7de;
    font-weight: 300;
    border-radius: 3px;
}
.rightCat01 li a:before,
.rightCat02 li a:before {
    content: '#';
}

/* Phase3 */

#mainArea h2 {
    font-size: 26px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}
.titleSub {
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: normal;
    margin-top: 0.5em;
    margin-bottom: 0.8em;
}
.titleName {
    display: block;
}
.Pagedate {
    font-size: 14px;
    margin-bottom: 5px;
}
.pageCat {
    font-size: 11px;
    line-height: 1.4em;
    margin-bottom: 12px;
}
.pageCat {
    display: inline-block;
    margin-right: 1em;
}
.pageCat a {
    font-weight: normal;
}
.sharedbutton {
    margin: 0 0 10px;
}
.sharedbutton:after {
    content: '';
    clear: both;
    display: block;
}
.sbInner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.button_whole {
    vertical-align: top;
    display: inline-block;
    margin: 0 6px 0 0;
}
.button_link {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px !important;
    width: 70px;
    padding: 3px;
    background: #5ce02c;
    text-decoration: none;
    overflow: hidden;
    color: #fff!important;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.button_link:hover {
    background: #222;
    color: #fff;
}
.line {
    font-size: 11px!important;
}
.writer {
    font-size: 11px;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 10px;
}
#mainInput {
    margin: 30px auto;
    font-size: 14px;
    line-height: 2em;
    width: 90%;
}
#mainInput img {
    margin: 20px 0 30px;
}
#mainInput p {
    font-size: 14px;
    line-height: 2.2em;
    margin-bottom: 1.2em;
    font-weight: 400;
    color: #333;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類 */
}
#mainInput .wp-caption-text,
#mainInput .wp-caption-dd {
    font-size: 12px!important;
    margin-top: -25px;
    margin-bottom: 20px;
    text-align: left;
}
#mainInput h1 {
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 0.4em;
    text-align: left;
}
#mainInput h2 {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 0.4em;
    text-align: left;
}
#mainInput h3 {
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 0.4em;
}
#mainInput h4 {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 0.4em;
}
#mainInput h5 {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 0.4em;
}
#mainInput h6 {
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 0.4em;
}
#mainInput h1,
#inputContents h2,
#mainInput h3,
#mainInput h4,
#mainInput h5,
#mainInput h6 {
    font-weight: bold;
    margin-top: 1.8em;
}
#mainInput h1:first-child,
#mainInput h2:first-child,
#mainInput h3:first-child,
#mainInput h4:first-child,
#mainInput h5:first-child,
#mainInput h6:first-child {
    margin-top: 0;
}
#mainInput ul,
#mainInput ol {
    margin-left: 3em;
    margin-bottom: 0.5em;
    line-height: 1.6em;
}
#mainInput ul li {
    margin-bottom: 0.8em;
    list-style-type: disc;
}
#mainInput ol li {
    margin-bottom: 0.8em;
    list-style-type: decimal;
}
#mainInput a {
    text-decoration: underline;
}
#mainInput em {
    font-style: oblique;
}
#mainInput strong {
    font-weight: bold!important;
}
#mainInput blockquote {
    padding: 1em 1em 1em 3em;
    background: #eee;
    position: relative;
}
#mainInput blockquote:before {
    content: "・";
    font-size: 600%;
    line-height: 1em;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}
#mainInput .size-medium {
    width: 80%;
}
#mainInput .size-thumbnail {
    width: 50%;
}
#mainInput .photo-small {
    width: 40%;
}
#mainInput .photo-half {
    width: 48%;
}
#mainInput .photo-60 {
    width: 60%;
}
#mainInput .alignleft {
    float: left;
    text-align: left;
    margin-right: 2%;
}
#mainInput .alignright {
    float: right;
    text-align: right;
    margin-left: 2%;
}
#mainInput .aligncenter {
    clear: both;
    display: block;
    text-align: center!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
#mainInput sub {
    top: -6px;
}
#mainInput sup {
    bottom: -3px;
}
#mainInput small {
    font-size: 80%;
}
#mainInput big {
    font-size: 125%;
}
#mainInput hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 30px;
}
.clearLR {
    clear: both;
}
.miPhoto {
    width: 40%;
    float: right;
    margin: 0 0 20px 20px;
}
#related h2 {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: 400;
}
.relatedInner {
    font-size: 0;
    margin-left: -3%;
}
.relatedCell {
    width: 22%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
}
.rcPhoto {
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}
.rcPhoto:before {
    content: "";
    display: block;
    padding-top: 62.5%;
}
.rcPhoto a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rcPhoto img {
    width: 100%;
    height: auto;
    line-height: 0;
    position: absolute;
    bottom: 0;
}
.rcDate {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 4px;
}
.rcTitle {
    font-size: 13px;
    line-height: 1.6em;
}
.mainOneImage {
    position: relative;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.mainOneImage:after {
    content: "";
    display: block;
    padding-top: 35%;
}
.mainOneImage:before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.40) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.40) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.40) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.40)', GradientType=0);
}
.mainOneImage img {
    width: 100%;
    height: auto;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.moiInner {
    position: absolute;
    left: 5%;
    bottom: 10px;
    width: 90%;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
    z-index: 3;
}
.mainOneImage h2 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}
.mainOneImage .Pagedate {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}
.mainOneImage .cat {
    font-size: 11px;
    line-height: 1.4em;
    margin-bottom: 12px;
}
.mainOneImage .cat a {
    display: inline-block;
    margin-right: 1em;
    font-weight: normal;
    color: #fff;
    border-color: #fff;
}
.wildtokyo .mainOneImage {
    background: #222;
    margin-top: 0;
    padding: 0 1% 20px;
    width: auto;
}

.wildtokyo .moiInner {
    position: absolute;
    padding: 20px 2% 5px;
    width: 87%;
}
.wtTitle {
    display: inline-block;
    margin-left: 15px;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
}
.wildtokyo .mainOneImage h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.wildtokyo .Pagedate {
    background: #fff;
    text-shadow: none;
    color: #222;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-top: -34px;
    padding: 17px 7px;
    vertical-align: top;
}
.wildtokyo .Pagedate span {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}
.wildtokyo .button_link {
    background: #222;
    color: #fff;
}
.wildtokyo .rcTitle {
    color: #222;
}
.wildtokyo footer {
    color: #fff;
    background: #222;
}
.wildtokyo footer li a {
    color: #fff!important;
}
.oneTopTwoArea #mainArea {
    border-top: none;
}
.oneTopTwoArea #rightArea {
    margin-top: 30px;
}
.ssize {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.ssize h1 img {
    width: 150px;
    margin-right: 10px;
}
.ssize h1 {
    margin-left: 0;
}
.ssize h1 span {
    font-size: 16px;
}
.interviewMain {
    width: 70%;
    margin: 0 auto 20px;
    position: relative;
}
.imlogo {
    position: absolute;
    margin: auto;
    left: 12%;
    top: 30%;
    width: 27%;
}
.interviewContents #mainArea {
    width: auto!important;
    float: none!important;
    margin: 0 auto 40px!important;
    padding: 10px 15% 30px!important;
    border-top: none!important;
}
.interviewNo {
    font-size: 18px;
    margin-top: 20px;
}
.interviewInput {
    margin-top: 50px;
    font-size: 0!important;
}
.interviewInput h3 {
    font-size: 20px!important;
    line-height: 1.6em!important;
    font-weight: bold;
    color: #6e5e4f!important;
    width: 65%;
    margin-bottom: 1.8em!important;
    margin-left: 20%;
}
.inttext {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 0;
}
.lineChange {
    margin-left: 20%;
}
.intbold {
    font-size: 16px!important;
    line-height: 1.6em!important;
    font-weight: bold;
    color: #31be15;
}
.name {
    font-size: 16px;
    line-height: 1.6em!important;
    font-weight: bold;
    color: #31be15;
    display: inline-block;
    width: -webkit-calc(20% - 1em)!important;
    width: -moz-calc(20% - 1em)!important;
    width: calc(20% - 1em)!important;
    vertical-align: top;
    text-align: right!important;
    margin-right: 1em;
}
.text {
    display: inline-block!important;
    width: 80%!important;
    vertical-align: top;
    text-align: left;
}
.intPhoto {
    width: 60%;
    margin: 0 auto 30px!important;
    position: relative;
}
.intPhoto ul {
    font-size: 0;
    margin: 0 0 0 -2%!important;
}
.intPhoto li {
    display: inline-block;
    width: 48%;
    margin: 0 0 0 2%!important;
    vertical-align: top;
}
.ipmark {
    position: absolute;
    width: 30%;
    right: -5%;
    top: -5%;
}
.intPhotoLarge {
    width: 85%;
    margin: 30px auto 50px!important;
}
.intPhotoSmall {
    width: 40%;
    margin: 0 auto 30px!important;
}
.ipborder img {
    margin: 0!important;
    border: 1px #ccc solid;
}
.intPhoto p,
.intPhotoSmall p,
.intPhotoLarge p {
    font-size: 12px!important;
    line-height: 1.4em!important;
}
.intPhoto img,
.intPhotoSmall img,
.intPhotoLarge img {
    margin: 0 0 8px!important;
}
.intInfo {
    background: #ebe7de;
    margin-top: 40px;
    padding: 20px 15px;
    font-size: 0;
}
.intInfo h4 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 0.7em;
}
.intInfo p {
    font-size: 12px!important;
    line-height: 1.8em!important;
}
.address {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.iitop {
    margin-bottom: 25px;
}
.iitLeft {
    display: inline-block;
    width: 35%;
    margin-right: 2%;
    vertical-align: top;
}
.iitRight {
    display: inline-block;
    width: 63%;
    vertical-align: top;
}
.iibLeft {
    display: inline-block;
    width: 20%;
    margin-right: 2%;
    vertical-align: top;
}
.iibRight {
    display: inline-block;
    width: 78%;
    vertical-align: top;
}
.nextInfo {
    margin: 20px auto;
    text-align: center;
}
.nextInfo p {
    font-size: 16px!important;
}
.smallText {
    font-size: 12px!important;
    margin-top: -20px!important;
}
.blockInfo {
    background: #f8f8f8;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 0;
}
.blockInfo img {
    margin: 0!important;
    padding: 0!important
}
.blockInfo h3 {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 0.7em;
}
.blockInfo p {
    font-size: 12px!important;
    line-height: 1.8em!important;
}
.atText {
    font-size: 12px!important;
    margin-top: -20px!important;
}
.notfound {
    text-align: left;
    font-size: 13px;
    line-height: 1.8em;
}
.backTop {
    text-align: center;
    margin-top: 2em;
    font-size: 14px;
}
.backTop a {
    font-weight: normal;
    display: inline-block;
    background: url(../img/common/pagenationLeft.png) no-repeat left center;
    padding: 3px 5px 5px 10px;
    background-size: 5px auto;
    position: relative;
    text-decoration: underline;
}
.bannerLinkCell {
    width: 25%;
    margin: 0 0 10px 20px!important;
    float: right
}
.bannerLinkCell img {
    margin: 0!important;
    padding: 0!important;
}
.wpcf7 {
    margin-top: 30px!important;
}
.pageBlock p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 0 0 1em;
}
.wpcf7 p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 2em 0 1em;
}
.wpcf7 strong {
    font-weight: bold;
    margin-bottom: 0.3em;
    margin-right: 0.5em;
    display: inline-block;
}
.redat {
    color: #fff!important;
    font-size: 12px;
    display: inline-block;
    background: #df1934;
    margin-left: 5px;
    padding: 0 4px;
    vertical-align: middle;
    border-radius: 4px;
}
.redatp {
    color: #df1934;
    font-weight: bold;
}
.atblock {
    margin-bottom: 30px;
    padding: 10px;
    border: 4px #ccc solid;
}
.atblock p {
    margin: 0!important;
}
.wpcf7 small {
    margin-bottom: 0.3em;
    display: inline-block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    margin: 5px 0 10px;
    padding: 6px;
    background: #fff;
    border: 1px #ccc solid;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}
.wpcf7 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    background: url(../img/common/bottomAllow.svg) no-repeat 95% center #fff;
    background-size: 12px auto;
    border: 1px #ccc solid;
    box-sizing: border-box;
    margin: 5px 0 10px;
    padding: 10px 32px 10px 16px;
    width: 50%;
}
.wpcf7 select:focus {
    outline: none;
}
.wpcf7 select::-ms-expand {
    display: none;
}
.centerBtn {
    text-align: center;
}
.confirmCheck {
    padding: 10px;
    margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px #ccc solid;
    text-align: center;
    border-radius: 6px;
}
.confirmCheck span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    color: #6e5e50;
}
.leftText {
    text-align: left;
    font-size: 15px;
}
.leftText span {
    font-size: 15px;
}
.leftText p {
    margin: 0.5em 0!important;
}
.confirmpapasmamas {
    margin-bottom: 1.5em!important;
    font-weight: bold;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    margin: 0 0.5em;
    padding: 10px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 140px;
    text-align: center;
    cursor: pointer;
    background: #222;
}
.wpcf7-response-output {
    font-size: 15px!important;
}
div.wpcf7-mail-sent-ok {
    border: none!important;
    font-size: 18px!important;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.6em 1em!important;
    text-align: center;
    color: #6e5e50;
    background: #f5f5f5;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none!important;
    font-size: 14px!important;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.6em 1em!important;
    text-align: center;
    color: #e40000;
    background: #f5f5f5;
}
span.wpcf7-not-valid-tip {
    color: #e40000;
    font-size: 13px;
}

/* いいね！ボタン */

.post-ratings {
    font-size: 13px;
    display: inline-block!important;
    width: auto!important;
    vertical-align: middle;
    margin: 0 25px 0 0;
}
.post-ratings span {
    height: 30px;
    width: 111px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background: url(../img/common/likeBtn.svg) no-repeat left center;
    background-size: auto 30px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.post-ratings span img {
    opacity: 0;
    height: 30px;
    width: 109px;
}
.post-ratings strong {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ddd;
    font-weight: bold;
    border-radius: 50%;
    white-space: nowrap;
}
.post-ratings span:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}
.voted {
    width: 147px!important;
    background: url(../img/common/likeBtnVoted.svg) no-repeat left center!important;
    background-size: auto 30px;
}
.voted img {
    display: none;
}
.voted:hover {
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
}
.readArea {
    margin: 0 auto 60px;
    width: 85%;
}
.readArea h3 {
    width: auto;
    margin-bottom: 1em!important;
    margin-left: 0;
}

/*　関連記事*/
.place {
	max-width: 760px;
    text-align: center;
	margin-top: -30px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 110px;
}

.title {
	max-width: 300px;
    text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
}

.placebox {
	max-width: 760px;
	margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.placeCell {
	margin-bottom: 30px;
}
.placePhoto img { -webkit-transition: all .3s; transition: all .3s;}
.placePhoto img:hover { opacity: 0.6;  filter: brightness(100%); }
.placeText {
	max-width: 240px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: -6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
	color: #3b3b3b;
}
.placeCell a{
  text-decoration: none;
}
.placeCell a::after {
  border-bottom: solid 2px #3b3b3b;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
  margin-top: 10px;
}
.placeCell a:hover::after {
  width: 100%;
}

.link {
	text-align: center;
	margin-top: -60px;
	margin-bottom: 10px;
}

.link01 p {
	font-size: 16px;
	margin-bottom: 10px;
}

.button01 {
  display: inline-block;
  padding: 1.0em 5.4em 1.0em 5.8em;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.4px; 
  background: #90d0c8;
  color: #3b3b3b;
  border: solid 2px #90d0c8;
  transition: .4s;
  margin-bottom: 50px;
}
.button01:hover {
  background: #fff;

}

.link02 p {
	font-size: 16px;
	margin-bottom: 10px;
}

.button02 {
  display: inline-block;
  padding: 1.0em 3.8em 1.0em 4.2em;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.4px; 
  background: #68e438;
  color: #3b3b3b;
  border: solid 2px #68e438;
  transition: .4s;
  margin-bottom: 60px;
}
.button02:hover {
  background: #fff;
}

.button03 {
  display: inline-block;
  padding: 1.0em 3.6em 1.0em 4.0em;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.4px; 
  background: #3b3b3b;
  color: #fff;
  border: solid 2px #3b3b3b;
  transition: .4s;
  margin-bottom: 50px;
}
.button03:hover {
  background: #fff;
  color: #3b3b3b;
}

.imatama {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 12%;
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    #mainInput {
        width: auto;
    }
	.link {
		text-align: center;
		margin-left: auto;
        margin-right: auto;
		margin-top: -80px;
        width: 87%;
    } 
	.link01 p {
	font-size: 13px;
    }
	.button01 {
    padding: 1.0em 4.2em 1.0em 4.6em;
    font-size: 16px;
    margin-bottom: 40px;
    }
	.link02 p {
	font-size: 13px;
    }
	.button02 {
    padding: 1.0em 2.4em 1.0em 2.8em;
    font-size: 16px;
    margin-bottom: 60px;
    }
	.link03 p {
	font-size: 13px;
    }
	.button03 {
    padding: 1.0em 2.4em 1.0em 2.8em;
    font-size: 16px;
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 900px) {
    /* Smartphone Navi */
    .fixed {
        position: fixed;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        z-index: 999;
    }
    #naviOut {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .navOpen nav {
        opacity: 1;
        left: 0;
    }
    .navBtn {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        left: 2%;
        cursor: pointer;
        z-index: 100000000;
        padding: 10px;
        background: #fff;
    }
    .navBtn span {
        display: block;
        height: 1px;
        width: 100%;
        background: #6e5e4f;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .navBtn span:nth-of-type(2),
    .navBtn span:nth-of-type(3) {
        margin-top: 8px;
    }
    .navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
    }
    .navOpen .navBtn span:nth-of-type(2) {
        margin-top: 8px;
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    .navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
        transform: translateY(-10px) translateX(0) rotate(-45deg);
    }
    .navOpen .navBtn {
        background: none;
    }
    .navOpen .navBtn span {
        background: #6e5e4f;
    }
    nav {
        overflow: auto;
        position: fixed;
        top: 0;
        left: -50%;
        padding: 0;
        float: none;
        width: 50%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        opacity: 0;
        z-index: 9999;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    nav ul {
        margin-top: 60px;
    }
    nav li {
        display: block;
        margin-right: 0;
        border-bottom: 1px #ccc solid;
    }
    nav li a {
        font-size: 14px;
        color: #6e5e4f!important;
        font-weight: normal!important;
        display: block;
        padding: 20px 10px;
    }
    nav li:hover {
        opacity: 1;
    }
    .itPhoto {
        display: block;
        width: auto;
    }
    .itText {
        display: block;
        width: auto;
    }
    .twoBlockSmall .itPhoto {
        width: auto;
    }
    .twoBlockSmall {
        width: 23%;
    }
    .twoBlockSmall .itText {
        width: auto;
    }
    .cat a {
        display: inline-block;
        margin-right: 1em;
    }
    .twoBlockLarge h2 {
        font-size: 14px;
    }
    .oneBlock {
        width: 80%;
    }
    #mainArea {
        width: 61%;
    }
    #rightArea {
        width: 23%;
    }
    .listCell .itPhoto {
        display: inline-block;
        width: 40%;
    }
    .listCell .itText {
        display: inline-block;
        width: 56%;
        margin-top: 0;
    }
    .listCell h2 {
        font-size: 14px!important;
        line-height: 1.5em!important;
        margin-bottom: 10px!important;
    }
    .twoBlock {
        width: 100%;
        display: block;
        margin-left: 2%;
        margin-bottom: 2%;
        padding: 0;
        background: #fff;
    }
    .twoBlockLarge {
        width: 100%;
        display: block;
    }
    .fourBlock {
        width: 48%;
    }
    .mainOneImage h2 {
        font-size: 22px;
    }
    .wildtokyo .mainOneImage h2 {
        font-size: 20px;
    }
    .ibvol {
        font-size: 12px;
    }
    .ibText {
        left: 4px;
        bottom: 4px;
    }
    .ibTitle {
        font-size: 14px;
    }
    .putTitle {
        font-size: 13px;
        line-height: 1.6em;
    }
	.link {
		text-align: center;
		margin-left: auto;
        margin-right: auto;
		margin-top: -80px;
        width: 87%;
    } 
	.link01 p {
	font-size: 13px;
    }
	.button01 {
    padding: 1.0em 4.2em 1.0em 4.6em;
    font-size: 16px;
    margin-bottom: 40px;
    }
	.link02 p {
	font-size: 13px;
    }
	.button02 {
    padding: 1.0em 2.4em 1.0em 2.8em;
    font-size: 16px;
    margin-bottom: 60px;
    }
	.link03 p {
	font-size: 13px;
    }
	.button03 {
    padding: 1.0em 2.4em 1.0em 2.8em;
    font-size: 16px;
    margin-bottom: 30px;
    }
	.place {
	margin-top: -50px;
    }
	.placeCell {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    }
	.imatama {
        width: 50%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 700px) {
    header h1 {
        width: 50%;
        margin: 15px auto;
    }
    .topLogo {
        padding-top: 0;
        padding-bottom: 0;
    }
    #contents {
        padding-bottom: 0;
    }
    footer {
        text-align: center;
        padding: 30px 2%;
        position: static;
        height: auto;
        bottom: 0;
        width: auto;
    }
    footer ul {
        text-align: left;
        margin-bottom: 40px;
    }
    footer li {
        display: block;
        margin: 0 0 1.5em;
        font-size: 13px;
    }
    #contents h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #contents h1 span {
        font-size: 12px;
    }
    .cellOuter {
        margin-bottom: 10px;
    }
    .readMore {
        font-size: 12px;
        width: 60%;
        position: static;
        margin: 0 auto 20px;
        text-align: center;
    }
    .readMore span {
        position: static;
    }
    .readMore a:before {
        display: none;
    }
    .readMore a {
        padding: 8px;
    }
    .newmark,
    .twoBlockSmall .newmark,
    .fourBlock .newmark {
        font-size: 10px;
        padding: 2px 8px;
    }
    .twoBlockSmall {
        width: 48%;
    }
    .itPhoto a:after {
        display: none;
    }
    .twoBlock:hover .itPhoto img,
    .twoBlockSmall:hover .itPhoto img,
    .twoBlockLarge:hover .itPhoto img,
    .fourBlock:hover .itPhoto img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .fourBlock {
        width: 48%;
    }
    .oneBlock {
        width: auto;
    }
    .readMoreLarge {
        font-size: 12px;
        width: 60%;
        position: static;
        margin: 0 auto 20px;
        text-align: center;
    }
    .readMoreLarge span {
        position: static;
    }
    .readMoreLarge a:before {
        display: none;
    }
    .readMoreLarge a {
        padding: 8px;
    }
    .newsTitle {
        text-align: center;
        padding-left: 8%;
        margin-left: 0;
    }
    .newsTitle h1 img {
        width: 18%;
    }
    .newsTitle h1 span {
        font-size: 16px;
    }
    .newsTitle .tamagurashi {
        margin-left: 0;
    }
    .newsTitle .tamagurashi img {
        width: 25%;
    }
    .newsTitle .pickuptama {
        margin-left: 0;
    }
    .newsTitle .pickuptama img {
        width: 16%;
    }
    .wildtokyo h1 img {
        width: 25%;
    }
    #mainArea {
        width: 92%;
        margin: 0 auto 20px;
        padding: 20px 0;
        float: none;
    }
    #rightArea {
        width: 70%;
        float: none;
        margin: 0 auto 20px;
    }
    #mainArea h2 {
        font-size: 20px;
    }
    .miPhoto {
        width: 104%;
        float: none;
        margin: 0 0 20px -2%;
    }
    .relatedInner {
        margin-left: -2%;
    }
    .relatedCell {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 25px;
    }
    #related h2 {
        font-size: 14px;
    }
    .one #mainArea {
        margin: 0 auto 40px!important;
        padding: 30px 3%!important;
    }
    .mainOneImage {
        width: 150%;
        margin-left: -25%;
        margin-bottom: 0;
    }
    .moiInner {
        left: 18.5%;
        width: 63%;
        bottom: 0;
    }
    .mainOneImage h2 {
        font-size: 16px;
    }
    .wtTitle {
        display: block;
        margin: 0;
        width: auto;
    }
    .wildtokyo .mainOneImage h2 {
        font-size: 16px;
    }
    .wildtokyo .mainOneImage img {
    width: 100%;
    height: auto;
    position: static;

}
    .wildtokyo .Pagedate {
        font-size: 14px;
    }
    .wildtokyo .Pagedate span {
        font-size: 10px;
    }
    .wildtokyo .navBtn span {
        background: #222;
    }
    .wildtokyo .navOpen .navBtn span {
        background: #222;
    }
    .ssize {
        width: auto;
        margin-left: 8%;
    }
    .ssize h1 img {
        width: 42%;
        margin-right: 5%;
    }
    .ssize h1 {
        margin: 15px auto;
    }
    .interviewMain {
        width: 140%;
        margin: 0 0 20px -20%;
    }
    .imlogo {
        left: 18%;
        width: 25%;
    }
    .interviewContents #mainArea {
        padding: 10px 3% 30px!important;
    }
    .interviewInput h3 {
        font-size: 15px!important;
        width: auto;
        margin-left: 0;
    }
    .inttext {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .name {
        width: 2.5em!important;
        margin-right: 0;
        vertical-align: top;
        text-align: left!important;
    }
    .text {
        width: auto!important;
    }
    .lineChange {
        margin-left: 2.5em!important;
    }
    .intPhoto {
        width: auto;
    }
    .intInfo {
        width: 106%;
        width: -webkit-calc(106% - 30px);
        width: -moz-calc(106% - 30px);
        width: calc(106% - 30px);
        margin-top: 30px;
        margin-left: -3%;
    }
    .iitop {
        margin-bottom: 40px;
    }
    .iitLeft {
        display: block;
        width: 80%;
        margin: 0 auto 20px;
    }
    .iitRight {
        display: block;
        width: auto;
    }
    .iibLeft {
        width: 30%;
        margin-right: 4%;
    }
    .iibRight {
        width: 66%;
    }
    .cblInner h2 {
        font-size: 24px!important;
    }
    .bannerLinkCell {
        width: 40%;
        margin: 0 0 10px 15px!important;
    }
    .wpcf7 select {
        background: url(../img/common/bottomAllow.svg) no-repeat 95% center #fff;
        background-size: 12px auto;
        width: 100%;
    }
    .intPhoto ul {
        margin: 0 auto!important;
        width: 75%;
    }
    .intPhoto li {
        display: block;
        width: auto;
        margin: 0 0 15px!important;
    }
    .ipmark {
        right: -2%;
        top: -2%;
    }
    .intPhotoSmall {
        width: 60%;
    }
    .rightCat01,
    .rightCat02 {
        width: 130%;
        margin-left: -15%;
    }
    .wildtokyo #mainArea {
        margin-top: 0;
    }
    .wildtokyo .mainOneImage {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        padding: 0 0 10px;
    }

    .wildtokyo .moiInner {
        margin: 0;
        padding: 10px 4% 0;
        width: 92%;
        left:0;
    }
    #mainInput p {
        font-size: 13px;
        line-height: 2em;
        margin-bottom: 1em;
    }
}