* {
  box-sizing: border-box;
}

@media screen and (max-width:747px){
  .pt300{
    padding-top: 300px;
  }
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt300 {
  margin-top: 300px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb100 {
  margin-bottom: 100px;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #4b4b4b;
  font-size: 15px;
  vertical-align: middle;
}
a:hover {
  text-decoration: none;
  color: #dd6634;
}

header {
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}

ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
li {
  margin: 0 0 0 20px;
  font-size: 14px;
}
li a {
  text-decoration: none;
  color: #4b4b4b;
  font-size: 15px;
  vertical-align: middle;
}
li a:hover {
  text-decoration: none;
  color: #dd6634;
}

.footer-nav {
  margin: 0 auto;
}
.footer-nav ul {
  list-style: none;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.footer-nav li {
  margin: 10px;
  font-size: 14px;
}

.footer_sp {
  font-size: 13px;
  text-align: left;
  margin: 0 0 30px 10px;
}

ion-icon {
  font-size: 32px;
  color: #010101;
  vertical-align: middle;
}
.mail {
  border: solid 1px #d36b51;
  border-radius: 10px;
  background-color: white;
  font: 32px;
  padding: 10px;
  display: flex;
  vertical-align: middle;
}
.mailp {
  display: inline-block;
  padding: 5px;
}

/*メインビジュアル*/
.main-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding-top: 60px;
}
.main-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, .1;)
  background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
}
.main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and ( max-width:747px){
  .main-movie{
    padding-top:70px;
  }
  iframe{
    padding-top: 70px;
  }
}

main {
  margin: 0 auto;
}
h2 {
  font-size: 2rem;
  text-align: center;
  padding-top: 100px;
}
h2 .catch {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

h2 .small {
  font-size: 12px;
  margin-top: 10px;
}
h2 .small2 {
  font-size: 35px;
}
h2 .light {
  background: linear-gradient(transparent 60%, #fbd17b 60%);
}

/*　共通ボタン　*/
.btn {
  background: #fff;
  color: #f55e49;
  font-size: 18px;
  border: 2px solid #f55e49;
  padding: 16px 50px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
}
.btn:hover {
  background: #f55e49;
  color: #fff;
}

/*　共通ボタンここまで　*/

#what {
  background-image: url(image/index_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 100px;
  height: 650px;
}
#what .box {
  width: 600px;
  position: relative;
  left: 40%;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
}

#what h3 {
  position: relative;
  top: 50px;
  text-align: left;
  font-size: 40px;
  color: #7e2519;
  padding-top: 30px;
  margin-bottom: 100px;
}
#what p {
  width: 596px;
  font-size: 15px;
  color: #3f130d;
  margin: 0 auto;
  text-align: left;
  line-height: 25px;
}
#what .light {
  background: linear-gradient(transparent 60%, #fbd17b 60%);
}

#experience {
  width: 100%;
  background-color: #f7f3e9;
  text-align: center;
  padding-bottom: 80px;
}

.product {
  width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.productlink {
  text-align: center;
  height: 30px;
  vertical-align: middle;
  margin: 30px auto;
}

table {
  width: 430px;
}
@media screen and (max-width: 747px) {
  table {
    width: 90%;
    margin: 0 auto;
  }
  table td h3 {
    font-size: 1.3rem !important;
    text-align: center;
    padding-top: 20px;
  }
  table td p {
    font-size: 13px;
    text-align: left;
    padding: 5px !important;
  }
}
table td {
  background-color: #fff;
  padding: 5px;
}
table td h3 {
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
}
table td p {
  height: 220px;
  text-align: left;
  padding: 20px;
}
.flip {
  transform: scale(-1, 1);
}
.Item {
  cursor: pointer;
}

#time {
  width: 100%;
  text-align: center;
}
#time p {
  text-align: center;
}

#metaslider-id-127 {
  width: 940px;
  height: 180px;
  background-color: #e5ddc5;
  text-align: center;
}

#support {
  width: 100%;
  background-color: #f7f3e9;
  text-align: center;
  padding-bottom: 60px;
  margin-top: 60px;
}
/*
#news {
  width: 100%;
  text-align: center;
}

#news .newstable {
  width: 80%;
  margin: 0 auto 3em;
}
#news .thumbnail {
  width: 180px;
  height: 180px;
}
#news .date {
  font-size: 15px;
  text-align: left;
  padding: 10px 0;
}
#news .title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
*/
#news .all {
  padding: 16px 200px;
}


footer {
  width: 100%;
  padding: 30px 0 0 0;
  background-color: #f7f3e9;
  text-align: center;
}
footer .bar {
  width: 100%;
  background-color: #d36b51;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

/*****  トイメタル  *****/
#toymetal {
  margin: 0 auto;
  text-align: center;
}
.toymetal_bg_top{
  background-color: #FFEFC5;
}
.toymetal_bg{
  background-color: #ffebd6;
}
.toytitle {
  background-color: #ffefc5;
  width: 100%;
  color: #774836;
  font-size: 36px;
  font-weight: 500;
  border-bottom: solid 10px #f7a992;
  padding: 100px 0 30px 0;
}
.toy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toyh3 {
  font-size: 30px;
  color: #4c364d;
}
.toyh3sub {
  font-size: 18px;
  color: #794735;
}
.toyht4 {
  font-size: 26px;
  color: #819fc2;
}
.mb3 {
  margin-bottom: 3em !important;
}

/*****  アクセサリ  *****/
#accessory {
  margin: 0 auto;
  text-align: center;
}
.accessory_bg{	
background-color: #e6ebe6;align-content;
}
.accessorytitle {
  background-color: #aab8c1;
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  border-bottom: solid 10px #cad6ca;
  padding: 100px 0 30px 0;
}
#accessory .toy {
  width: 940px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#accessory .section {
  margin-top: 100px;
}
#accessory h3 {
  font-size: 30px;
  color: #4c364d;
}

.toyh3sub {
  font-size: 18px;
  color: #794735;
}
.toyht4 {
  font-size: 26px;
  color: #819fc2;
}


/*****  アクセサリ  *****/
#page_title {
  background-color: #f7f3e9;
  width: 100%;
  border-bottom: solid 10px #d2c1ad;
  padding: 100px 0 30px 0;
  margin-bottom: 100px;
}
#page_title h1 {
  color: #774836;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.heading2 {
  margin: 0 0 2rem;
  text-align: left;
  padding: 0 0.5rem 0.25rem;
  border-bottom: solid #ffb600 2px;
  font-size: 1.5rem;
  line-height: 1;
}
.topic_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a0a0a0;
}
.topic_item .news_icatch {
  width: 180px;
  display: block;
}
.topic_item .news_icatch img {
  width: 100%;
  height: auto;
}
.topic_item .top_inner {
  width: calc(100% - 200px);
}
.topic_item .topic_date {
  margin-bottom: 2px;
  color: #777;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: left;
}
.topic_item .topic_text h3 a {
  color: #1d84c6;
  outline: none;
  text-decoration: none;
}
.topic_item .topic_text p {
  margin-bottom: 0.5rem;
}
.topic_item .cat_tag a {
  background-color: #ccc;
  font-size: 0.8rem;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}

#main_wrap .news_section,
#blog .page_sections {
  width: 940px;
  margin: 0 auto 0;
}
#main_wrap .news_section .leftColumn,
#blog .page_sections .leftColumn {
  float: left;
  width: 680px;
}
#sidebar {
  width: 250px;
  float: right;
}
#sidebar h3 {
  background-color: #f3f3f3;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  margin-top: 0;
}
#sidebar .sidebar_box {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 0 12px;
  margin-bottom: 30px;
}

#sidebar .pickup-list {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a0a0a0;
}
#sidebar .pickup-list:first-child {
  padding-top: 10px;
}
#sidebar .pickup-list:last-child {
  border: none;
}
#sidebar .pickup-list figure {
  width: 80px;
}
#sidebar .pickup-list figure img {
  width: 80px;
  height: 80px;
}
#sidebar .pickup-list .date_number {
  margin-bottom: 2px;
  color: #777;
  font-size: 0.8rem;
  font-weight: 700;
  padding-left: 6px;
  text-align: left;
}
#sidebar .pickup-list .slide-title {
  line-height: 1.4;
  text-align: left;
  padding-left: 6px;
}
#sidebar .pickup-list .slide-title a {
  text-decoration: none;
  color: #1d84c6;
  outline: none;
  text-decoration: none;
  font-weight: bold;
}

#sidebar .side_list li {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}
#sidebar .side_list li a {
  padding: 8px 10px 8px 20px;
  display: block;
  background: url(/1/wp-content/themes/komonomono/image/arrow2.png) no-repeat
    5px 15px;
  background-size: 10px 10px;
}
#sidebar .side_list li:last-child {
  border: none;
}

#main_wrap .section {
  margin-top: 100px;
}
#accessory h3 {
  font-size: 30px;
  color: #4c364d;
}

#main_wrap .news_section:after,
#blog .page_sections:after {
  content: "";
  clear: both;
  display: block;
}

.wp-pagenavi {
  padding: 12px 5px;
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 100%;
  text-align: center;
  border: 1px #ddd solid;
  margin-top: 30px;
  clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
  background: #fff;
}
.wp-pagenavi a {
  color: #1d84c6;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
  color: #000;
}
.wp-pagenavi span.current {
  font-weight: bold;
}

.mb3 {
  margin-bottom: 3em !important;
}

/**　クラフトマン紹介　**/
.craftmantitle {
  background-color: #f7f3e9 !important;
  width: 100% !important;
  color: #774836 !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  border-bottom: solid 10px #d2c1ad !important;
  padding: 100px 0 30px 0 !important;
}
.craftman_bg {
  background-color: #f7f3e9;
  padding: 30px 0;
}
