/*
Theme Name: OpenSohkoDesign
Theme URI: http://underscores.me/
Author: team-amb
Author URI: http://team-amb.com/
Description: OpenSohkoDesign
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opensohkodesign
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OpenSohkoDesign is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face  {
    font-family: 'opensohko';
    src: url('webfont/OPENSOHKODESIGN.otf');
}
@font-face  {
    font-family: 'read';
    src: url('webfont/YuGothicStd-B.otf');
}

@font-face  {
    font-family: 'reads';
    src: url('webfont/YuGothicStd-M.otf');
}


@font-face  {
    font-family: 'copy';
    src: url('webfont/SIMPLAmonospace.woff');
}

.post-txt{
font-family: 'reads', Meiryo, sans-serif;
//font-weight:bold;
line-height:2em;
}

html {
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
}   
body {
    height: 100%;
    font-size: 14px;
    color: #000;
    word-wrap: break-word;
    font-family: 'read', Meiryo, sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img, video {
    vertical-align: middle;
    -webkit-touch-callout: none;
}   
ol, ul, li { list-style: none; }
span, i {
    //display: inline-block;
    font-style: normal;
}
input, button, textarea {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background-color: inherit;
    color: inherit; 
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eee inset;
}


.u-cf:before,
.u-cf:after {
    content: '';
    display: table !important;
}
.u-cf:after { clear: both; }
.u-fl { float: left; }
.u-fr { float: right; }
.u-c { text-align: center; }
.u-u { text-decoration: underline; }


/* 20210528 contactページリンクの無効化 */
.menu-item-33,
.menu-item-178 {
    pointer-events:none;
}

#mw_wp_form_mw-wp-form-407,
#mw_wp_form_mw-wp-form-175 {
    display: none;
}


.keyvisual {
    position: relative;
    padding-top: calc((1 / 2) * 100%);
}
.keyvisual__slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.keyvisual__slider__list {
    /*position: relative;*/
}
.keyvisual__slider__list__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*    height: 900px;*/
    padding-top: calc((1 / 2) * 100%);
    background-size: cover;
}
.keyvisual__title {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.keyvisual__link {
    position: absolute;
    top: 620px;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    padding: 8px 0 12px;
    width: 450px;
    font-size: 40px;
    font-family: 'opensohko';
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
}
.keyvisual__link:hover {
    color: #fff;
    background-color: #000;
}
.keyvisual__footer {
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 450px;
    font-size: 18px;
    font-family: 'opensohko';
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.nav-wrapper {
    height: 40px;
    background-image: url(images/bk.png);
    background-attachment: fixed;
}
.nav-wrapper.is-top {
    height: 120px;
}
.nav-wrapper.is-fixed {
    height: 40px;
}
.nav {
    padding: 0 20px;
    width: 100%;
    background-color: #000;
    box-sizing: border-box;
    -webkit-transition: height 1s linear; 
}
.nav.is-top {
    padding: 26px 20px 14px;
}
.nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.nav.is-fixed img {
    width: 130px;
    height: auto;
}
.nav__logo {
    width: 130px;
    height: auto;
}
.nav__list {
    float: right;
    margin: 16px 0;
}
.nav.is-top .nav__list {
    margin: 25px 0 37px;
}
.nav__list > li {
    display: inline-block;
    color: #fff;
    font-family: 'opensohko';
}
.nav__list > li:after { content: '|'; display: inline-block; padding-left: .3em; padding-right: .3em; }
.nav__list > li:last-child:after { content: none; }
.nav__list > li > a,
.nav__list > li > span {
    font-size: 16px;
    letter-spacing: 1px;
    vertical-align: -1px;
}
.nav__list > li:hover > a,
.nav__list > li.current-menu-item > a {
    color: #ffbf00;
}
.nav__list > li > span {
    color: #8b8b8b;
    cursor: pointer;
}






.main {
    padding: 75px 0 100px;
    background-image: url(images/bk.png);
    background-attachment: fixed; 
}
.main.is-black {
    background-color: #000;
    background-image: initial;
}
.main.is-darkgray {
    background-color: #999;
    background-image: initial;
}
.main.is-gray {
    background-color: #bebebe;
    background-image: initial;
}
.main.is-white {
    background-color: #d8d8d8;
    background-image: initial;
}

.main.is-white-- {
    background-color: #fff;
    background-image: initial;
}

.main__inner {
    margin: 0 auto;
    width: 1000px;
}
.main__inner.is-single {
    width: 800px;
}
.main__title {
    margin-bottom: 30px;
    font-family: 'opensohko';
    font-size: 54px;
    text-align: center;
}
.main.is-black .main__title {
    color: #fff;
}
.main.is-gray .main__title {
    margin-bottom: 100px;
}
.main.is-white .main__title {
    margin-bottom: 50px;
    font-size: 43px;
}
.main__title-desc {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
}
.main.is-black .main__title-desc {
    margin-bottom: 100px;
    color: #fff;
}
.main__body {
    margin-bottom: 100px;
    font-size: 14px;
    line-height: 2;
    text-align:center;
}
.main.is-black .main__body {
    margin-bottom: 100px;
    color: #fff;
}
.main.is-design .main__body {
    margin-bottom: 100px;
}







.design__category {
    position: relative;
}
.design__category__sort-list {
    margin-bottom: 30px;
}
.design__category__sort-list__item {
    display: inline-block;
}
.design__category__sort-list__item:after { content: '|'; display: inline-block; padding-left: .3em; padding-right: .3em; }
.design__category__sort-list__item:last-child:after { content: none; }
.design__category__sort-list__item.is-active > a {
    color: #ffbf00;
}
.design__category__sort-list__item.is-inactive > a {
    color: #aaa;
}
.design__poduct-list {
    margin: -20px 0 100px -20px;
    font-size: 0;
}
.design__poduct-list__item {
    position: relative;
    display: inline-block;
    margin: 20px 0 0 20px;
    width: 320px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
}
.design__poduct-list__item:hover {
    padding: 8px;
    border: 2px #000 solid;
}
.design__poduct-list__item:hover .category-icon.is-product {
    top: 65%;
    right: 8px;
}
.design__poduct-list__item__thumb {
    width: 300px;
    height: 200px;
    background-size: cover;
}
.design__poduct-list__item__category {
    margin: 3px 0 20px;
    font-size: 13px;
}
.design__poduct-list__item__name {
    margin-bottom: 22px;
    font-size: 17px;
}
.design__poduct-list__item__author {
    margin-bottom: 3px;
    font-size: 13px;
}
.category-icon {
    width: 80px;
    height: 40px;
}
.category-icon.is-sort-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}
.category-icon.is-product {
    position: absolute;
    top: 65%;
    right: 10px;
}
.category-icon.is-all { background-image: url(images/icon/category/icon_all.png); }
.category-icon.is-facade { background-image: url(images/icon/category/icon_facade.png); }
.category-icon.is-roof { background-image: url(images/icon/category/icon_roof.png); }
.category-icon.is-wall { background-image: url(images/icon/category/icon_wall.png); }
.category-icon.is-floor { background-image: url(images/icon/category/icon_floor.png); }
.category-icon.is-window { background-image: url(images/icon/category/icon_window.png); }
.category-icon.is-door { background-image: url(images/icon/category/icon_door.png); }
.category-icon.is-stair { background-image: url(images/icon/category/icon_stair.png); }
.category-icon.is-ramp { background-image: url(images/icon/category/icon_ramp.png); }
.category-icon.is-shelf { background-image: url(images/icon/category/icon_shelf.png); }
.category-icon.is-chair { background-image: url(images/icon/category/icon_chair.png); }
.category-icon.is-table { background-image: url(images/icon/category/icon_table.png); }
.category-icon.is-plant { background-image: url(images/icon/category/icon_plant.png); }

.about {
    position: relative;
}
.about__video {
    width: 100%;
    height: 50%;
}
.about__video-play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(images/icon/video_play_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.posts {
    padding: 75px 0 45px;
}
.posts__title {
    margin-bottom: 75px;
    font-family: 'opensohko';
    font-size: 54px;
    text-align: center;
}
.posts__list {
    margin: 0 auto 20px;
    width: 1000px;
    font-size: 0;
    text-align: center;
}
.posts__list.is-large {
    margin-bottom: 100px;
}
.posts__list__item {
    display: inline-block;
    padding: 10px;
    width: 250px;
    vertical-align: top;
    box-sizing: border-box;
}
.posts__list.is-large .posts__list__item  {
    width: 500px;
}
.posts__list__item:hover {
    padding: 8px;
    border: 2px #000 solid;
    background-color: #d8d8d8;
}
.posts__list__item:hover .posts__list__item__header__type,
.posts__list__item:hover .posts__list__item__header__date {
    color: #ffbf00;
}
.posts__list__item__header {
    padding: 3px 5px;
    background-color: #000;
}
.posts__list__item__header__type {
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'opensohko';
}
.posts__list__item__header__date {
    float: right;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'opensohko';
}
.posts__list__item__thumb {
    width: 230px;
    height: 140px;
    background-size: cover;
}
.posts__list.is-large .posts__list__item__thumb {
    margin-bottom: 15px;
    width: 480px;
    height: 300px;
}
.posts__list__item__body {
    height: 84px;
    font-size: 14px;
    text-align: left;
    line-height: 2;
}
.posts__list.is-large .posts__list__item__body {
    height: 56px;
}
.footer {
    padding: 45px 0 30px;
    text-align: center;
    background-color: #000;
}
.footer__logo {
    display: block;
    margin-bottom: 40px;
}
.footer__desc {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'opensohko';
    line-height: 1.3;
}
.footer__nav {

}
.footer__nav__list {
    margin-bottom: 10px;
}
.footer__nav__list > li {
    display: inline-block;
    color: #fff;
}
.footer__nav__list > li:after { content: '|';display: inline-block; padding-left: .3em; padding-right: .3em; }
.footer__nav__list > li:last-child:after { content: none; }
.footer__nav__list > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'opensohko';
    vertical-align: -1px;
}
.footer__nav__list > li:hover > a,
.footer__nav__list > li.is-active > a {
    color: #ffbf00;
}
.footer__nav__lang {
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
    font-family: 'opensohko';
}
.footer__nav__lang__label {
    cursor: pointer;
}
.footer__sns-share .wp_social_bookmarking_light {
    width: 230px;
    margin: 20px auto 30px !important;
}
.footer__sns {
    margin-bottom: 30px;
}
.footer__sns__link {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'opensohko';
}
.footer__sns__link + .footer__sns__link {
    margin-left: 20px;
}
.footer__sns__link:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    background-size: 100%;
}
.footer__sns__link.is-facebook:before { background-image: url(images/icon/footer_facebook.png); }
.footer__sns__link.is-twitter:before { background-image: url(images/icon/footer_twitter.png); }
.footer__copyright {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'opensohko';
}







.recommended__title {
    margin-bottom: 45px;
    font-size: 48px;
    color: #fff;
    font-family: 'opensohko';
    text-align: center;
}
.media__list {
    margin: -20px 0 0 -20px;
    text-align: center;
}
.media__list__item {
    display: inline-block;
    padding: 10px;
    margin: 20px 0 0 20px;
    width: 450px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
}
.media__list__item__thumb {
    float: left;
    width: 180px;
    height: 120px;
    background-size: cover;
}
.media__list__item__info {
    padding-left: 190px;
}
.media__list__item__info__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'opensohko';
    text-align: left;
}
.media__list__item__info__body {
    height: 50px;
    font-size: 20px;
    font-family: 'opensohko', 'read';
    text-align: left;
}
.media__list.is-link .media__list__item__info__body {
    font-size: 14px;
    line-height: 1.5;
}
.howto__list {
    margin: 0 auto;
    width: 800px;
}
.howto__list__item {
    margin-top: 50px;
}
.howto__list__item:first-child {
    margin-top: 0;
}
.howto__list__item__visual__img {
    margin-bottom: 10px;
}
.howto__list__item__visual {
    position: relative;
    margin-bottom: 10px;
    font-size: 48px;
    color: #fff;
    font-family: 'opensohko';
    text-align: center;
    line-height: 300px;
    background-color: #808080;
}
.howto__list__item__visual:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    font-size: 35px;
    color: #fff;
    font-family: 'opensohko';
    text-align: center;
    line-height: 60px;
    background-color: #000;
}
.howto__list__item:nth-child(1) .howto__list__item__visual:before { content: '1'; }
.howto__list__item:nth-child(2) .howto__list__item__visual:before { content: '2'; }
.howto__list__item:nth-child(3) .howto__list__item__visual:before { content: '3'; }
.howto__list__item__body {
    font-size: 15px;
    line-height: 1.5;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 13px 0 12px;
    width: 100%;
    max-width: 300px;
    font-size: 38px;
    color: #fff;
    font-family: 'opensohko';
    text-align: center;
    background-color: #000;
    cursor: pointer;
    box-sizing: border-box;
}
.btn.is-small {
    padding: 8px 12px 12px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
}
.btn.is-small + .btn.is-small {
    margin-top: 10px;
}
.btn.is-download:after,
.btn.is-website:after,
.btn.is-submit:after {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    content: '';
}
.btn.is-download:after { background-image: url(images/icon/download_icon.png); }
.btn.is-website:after { background-image: url(images/icon/website_icon.png); }
.btn.is-submit:after { background-image: url(images/icon/submit_icon.png); }
.btn.is-submit { background-image: url(images/icon/submit_icon.png); background-repeat: no-repeat; background-position: 96% 50%; }


.pagenate{
width:100%;
text-align:center;
font-size:16px;
color:#666;
}

.pagenate a{
text-decoration:underline;
color:#000;
}

.pagenate a:hover{
color:#ffbf00;
}

.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi > * {
    vertical-align: top;
}
.wp-pagenavi > .pages {
    display: none;
}
.wp-pagenavi > .smaller,
.wp-pagenavi > .larger,
.wp-pagenavi > .current {
    display: inline-block;
    width: 30px;
    font-size: 20px;
    font-family: 'opensohko';
    text-align: center;
    line-height: 30px;
}
.wp-pagenavi > .current {
    color: #ffbf00;
}
.wp-pagenavi > .previouspostslink,
.wp-pagenavi > .nextpostslink {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    vertical-align: -11px;
}
.wp-pagenavi > .previouspostslink {
    text-align: left;
}
.wp-pagenavi > .nextpostslink {
    text-align: right;
}

.slide {
    position: relative;
    padding-top: 50%;
    padding-top: calc((2 / 3) * 100%); /* 3:2に固定 */
    overflow: hidden;
}
.slide__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slide__list__item {
    float: left;
}
.slide__list__item__thumb {
    width: 100%;
}
.slide__pos-list {
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.slide__pos-list > li {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    cursor: pointer;
}
.slide__pos-list > li:first-child {
    margin-left: 0;
}
.slide__pos-list > li.is-active {
    background-color: #000;
}
.slide__btn {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    font-weight: bold;
}
.slide__btn.is-next { right: 0; }
.slide__btn.is-prev { left: 0; }
.product-name {
    margin-bottom: 20px;
    font-size: 64px;
    font-family: 'opensohko';
}
.designer-name {
    margin-bottom: 40px;
    font-size: 18px;
}
.designer {
    margin-bottom: 60px;
}
.designer__thumb {
    float: left;
    width: 100px;
    height: 100px;
}
.designer__info {
    padding-left: 120px;
}
.designer__info__name {
    margin-bottom: 10px;
}
.designer__info__body {
    line-height: 2em;
}
.posts-nav {
    padding-bottom: 4px;
    background-color: #000;
}
.posts-nav__inner {
    margin: 0 auto;
    width: 800px;
}
.posts-nav__state {
    float: left;
    font-size: 16px;
    font-family: 'opensohko';
    color: #fff;
}
.posts-nav__date {
    float: right;
    font-size: 16px;
    font-family: 'opensohko';
    color: #fff;
}
.wp {
    margin-bottom: 60px;
}
.wp h1 {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 1.5;
}
.wp p {
    //margin: 20px 0;
    line-height: 2em;
}

.wp img {
    margin: 40px 0 20px;
}











.wpcf7-form,
.mw_wp_form form {
    padding: 20px 10px;
    margin: 0 auto 50px;
    width: 800px;
    border: 2px #000 solid;
    background-color: #fff;
    box-sizing: border-box;
}
.contact-form__title {
    margin-bottom: 20px;
    font-size: 40px;
    font-family: 'opensohko';
    text-align: center;
}
.contact-form__list {
    margin-bottom: 20px;
}
.contact-form__list__item {
    margin-top: 10px;
}
.contact-form__list__item:first-child {
    margin-top: 0;
}
.contact-form__list__item__label {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'opensohko';
}
.wpcf7-form-control-wrap { width: 100%; }
.contact-form__list__item__input {
    padding: 10px;
    width: 100%;
    font-size: 20px;
    background-color: #d8d8d8;
    box-sizing: border-box;
}
.contact-form__list__item__textarea {
    padding: 10px;
    width: 100%;
    height: 360px;
    font-size: 20px;
    background-color: #d8d8d8;
    box-sizing: border-box;
}
.contact-form__submit-btn {
    width: 300px;
    height: 40px;
    background-image: url(images/btn_submit.png);
    cursor: pointer;
}
.about__produced {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 640px) {
    .howto__list__item__visual__img { width: 100%; }
    .about__produced { width: 100%; }
    .main__inner.is-single img { width: 100%; height: auto; }
    .designer__thumb { width: 100px !important; }
    .main__inner.is-single {
        width: 100%;
    }
    .keyvisual__title {
        width: 90%;
        top: 20%;
    }
    .keyvisual__footer {
        width: 100%;
        top: 85%;
        font-size: .9em;
    }
    .keyvisual__link {
        top: 170px;
        width: 80%;
        font-size: 20px;
    }
    .nav__logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .nav {
        position: relative;
        overflow: hidden;
    }
    #menu-menu {
        float: left;
        left: 50%;
        position: relative;
    }
    #menu-menu li {
        position: relative;
        left: -50%;
    }
    .main__body {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main__title-desc { font-size: 15px; }
    .main__title {
        font-size: 32px;
    }
    .posts__list,
    .main__inner {
        width: 100%;
    }
    .design__poduct-list__item {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .design__poduct-list {
        margin: 0 0 20px 0;
    }
    .nav-wrapper {
        height: 78px !important;
    }
    .nav {
        padding: 10px !important;
        text-align: center;
    }
    .nav > a {
        display: block;
    }
    .nav img {
        width: 130px;
        height: auto;
    }
    .nav__list {
        float: initial;
        display: inline-block;
        margin: 0 !important;
    }
    .main {
        padding: 20px 0;
    }
    .main__title {
        margin-bottom: 20px !important;
    }
    .main__title-desc {
        margin-bottom: 20px !important;
    }
    .main__body {
        margin-bottom: 20px !important;
    }
    .main__inner {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .howto__list {
        width: 100%;
    }
    .howto__list__item {
        margin-top: 20px;
    }
    .media__list {
        margin: 0;
    }
    .media__list__item {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .media__list__item__thumb {
        width: 90px;
        height: 60px;
    }
    .media__list__item__info {
        padding-left: 100px;
    }
    .media__list__item__info__body {
        margin-bottom: 5px;
        height: inherit;
    }
    .recommended__title {
        margin-bottom: 20px;
    }
    .design__category {
        padding-right: 90px;
    }
    .design__category__sort-list__item {
        margin-top: 10px;
    }
    .design__poduct-list__item {
        width: 100%;
    }
    .design__poduct-list__item__wrap {
        position: relative;
        width: 100%;
    }
    .design__poduct-list__item__wrap:before {
        content: "";
        display: block;
        padding-top: calc((2 / 3) * 100%); /* 3:2に固定 */
    }
    .design__poduct-list__item__thumb {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
    .posts__list__item {
        width: 100%;
    }
    .posts__list__item + .posts__list__item {
        margin-top: 10px;
    }
    .posts__list.is-large .posts__list__item {
        width: 100%;
    } 
    .posts__list.is-large {
        margin-bottom: 20px;
    }
    .posts__list.is-large .posts__list__item__thumb {
        width: 100%;
        height: 150px;
    }
    .posts__list__item__thumb {
        width: 100%;
    }
    .posts__list__item__body {
        height: initial;
    }
    .posts-nav__inner {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .btn {
        max-width: 100%;
    }
    .mw_wp_form form {
        margin-bottom: 20px;
        width: 100%;
    }
    .contact-form__list__item__textarea {
        height: 180px;
    }
    .wp h1 {
        margin-bottom: 20px;
    }
    .slide__btn {
        font-size: 16px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .design__poduct-list__item .category-icon.is-product {
        top: 75%;
    }
    .design__poduct-list__item:hover .category-icon.is-product {
        top: calc(75% + 1px);
    }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
    .main__inner.is-single img { width: 100%; height: auto; }
    .designer__thumb { width: 100px !important; }
    .main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main__inner.is-single,
    .mw_wp_form form,
    .howto__list { width: 100%; }
    .design__poduct-list__item__thumb {
        width: 100%;
        height: 230px;
    }
    .keyvisual,
    .keyvisual__slider__list__item {
        /*height: 440px;*/
    }
    .keyvisual__title {
        width: 80%;
    }
    .keyvisual__footer {
        width: 80%;
    }
    .keyvisual__link {
        top: 290px;
        width: 80%;
        font-size: 20px;
    }
    .main__body {
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn {
        max-width: inherit;
    }
    .design__poduct-list {
        margin: -20px 0 100px -4%;
    }
    .design__poduct-list__item {
        margin: 20px 0 0 4%;
        width: 46%;
    }
    .main__title-desc { font-size: 15px; }
    .main__title {
        font-size: 42px;
    }
    .posts__list,
    .main__inner {
        width: 95%;
    }
    .design__poduct-list__item .category-icon.is-product {
        top: 65%;
    }
    .design__poduct-list__item:hover .category-icon.is-product {
        top: calc(65% + 1px);
    }
}
/* AddToAny Share Buttons - Custom Styling for OpenSohko Design */
.opensohko-share-buttons {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.opensohko-share-buttons a {
    margin-right: 8px !important;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.opensohko-share-buttons a:hover {
    opacity: 1;
}

.opensohko-share-buttons .a2a_kit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.opensohko-share-buttons.a2a_kit_size_32 a {
    width: 32px !important;
    height: 32px !important;
}

@media (max-width: 768px) {
    .opensohko-share-buttons {
        text-align: center;
    }
    
    .opensohko-share-buttons .a2a_kit {
        justify-content: center;
    }
}
