@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/nicomoji.css);
body {
  margin: 0;
  padding: 0;
  background-color: #0a0205;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
    font-feature-settings: "palt";
  }
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 20px;
    font-feature-settings: "palt";
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
  background-color: #eee;
  padding: 10px 0 8px 0;
  margin: 0 0 15px 0;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

th, td {
  color: #555;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  word-wrap: break-word;
}

a {
  cursor: pointer;
}
a:link {
  color: #486B97;
  text-decoration: none;
}
a:visited, a:active {
  color: #5B8190;
  text-decoration: none;
}
a:hover {
  color: #946349;
  text-decoration: underline;
}

img {
  border: none;
  outline: none;
  vertical-align: bottom;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.hero {
  position: relative;
  margin: 0;
}

.hero_img {
  position: relative;
  z-index: -1;
  filter: blur(3px);
}
.hero_img img {
  width: 100%;
  height: auto;
}

.hero_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .hero_logo {
    width: 106px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .hero_logo {
    width: 326px;
    height: auto;
  }
}
.hero_logo img {
  max-width: 100%;
  height: auto;
}

/*
.menuspContainer{
	label {
		@include mq-sp {
			color: #fff;
			padding: 10px;
			display: block;
			margin: 0;
			background-color: rgba(255,51,153,0.9);
			font-size: 20px;
			font-weight: bold;
		}
		@include mq-pc {}
	}
	input[type="checkbox"].on-off{
		display: none;
	}
	.menusp ul {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		margin: 0;
		padding: 0;
		list-style: none;
		color:#fff;
		font-size:20px;
		background-color: rgba(255,51,153,0.7);
	}
	.menusp li {
		padding: 8px;
	}
	input[type="checkbox"].on-off + ul{
		height: 0;
		overflow: hidden;
	}
	input[type="checkbox"].on-off:checked + ul{
		height: 190px;
	}
	}
} // sponly

*/
@media only screen and (max-width: 768px) {
  .local_head {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .local_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    box-sizing: border-box;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .sponly {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}

.itaku_sp {
  background-color: rgba(255, 51, 153, 0.9);
  margin-bottom: 10px;
  padding: 2px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .sp_nav_bg {
    background-color: rgba(255, 51, 153, 0.9);
    width: 100%;
    margin: 0 auto 4px;
    padding: 2px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .sp_nav_bg {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sp_nav {
    -webkit-flex: 1;
    flex: 1;
    margin: 0 auto;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
  }
  .sp_nav li {
    font-family: 'Nico Moji';
    display: block;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
    width: 10%;
    border-right: 1px solid #ff7abd;
    padding: 3px 0;
    box-sizing: border-box;
  }
  .sp_nav li:first-child {
    margin: 0 0 0 0;
  }
  .sp_nav li:last-child {
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .nav_bg {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .nav_bg {
    background-color: rgba(255, 51, 153, 0.9);
    width: 100%;
    margin: 0 auto;
    padding: 2px 0;
    text-align: center;
    max-width: 1200px;
  }
}

.local_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .local_nav {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav {
    -webkit-flex: 1;
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.local_nav li {
  font-family: 'Nico Moji';
  display: block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0;
  border-right: 1px solid #ff7abd;
  padding: 3px 0;
  box-sizing: border-box;
}
.local_nav li:first-child {
  margin: 0 0 0 0;
}
.local_nav li:last-child {
  border: none;
}
.local_nav a {
  display: block;
  padding: 7px 0 6px;
  margin: 0;
}
.local_nav a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .translate {
    order: 1;
    margin: 0 0 5px 0;
    text-align: right;
  }
}
@media only screen and (min-width: 769px) {
  .translate {
    margin: 0 0 0 5px;
    text-align: right;
    overflow: hidden;
    background-color: #eee;
  }
}

@media only screen and (max-width: 768px) {
  .local_foot {
    order: 6;
  }
}

.content_head {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  border-bottom: 2px dotted #ccc;
}
@media only screen and (max-width: 768px) {
  .content_head {
    max-width: 640px;
    order: 3;
  }
}
@media only screen and (min-width: 769px) {
  .content_head {
    max-width: 1200px;
  }
}
.content_head .meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .content_head .meta {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .content_head .meta {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.content_head .cat {
  letter-spacing: -.4em;
}
@media only screen and (max-width: 768px) {
  .content_head .cat {
    -webkit-order: 2;
    order: 2;
    text-align: left;
  }
}
.content_head .cat strong {
  background-color: #ff2391;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 1px 0;
  display: inline-block;
  letter-spacing: normal;
}
.content_head .cat em {
  background-color: #999;
  color: #fff;
  padding: 5px 7px;
  margin: 0 0 1px 10px;
  display: inline-block;
  font-style: normal;
  letter-spacing: normal;
}
.content_head .cat a {
  display: inline-block;
  padding: 4px 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  box-sizing: border-box;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .content_head .date {
    -webkit-order: 1;
    order: 1;
    text-align: right;
    margin: 0 0 5px 0;
  }
}

.content_foot {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 13px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .content_foot {
    max-width: 640px;
    order: 5;
  }
}
@media only screen and (min-width: 769px) {
  .content_foot {
    max-width: 1200px;
  }
}

.content {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content {
    max-width: 640px;
    padding: 10px 5px 0;
  }
}
@media only screen and (min-width: 769px) {
  .content {
    max-width: 1200px;
    padding: 10px 0 0;
  }
}

.article_body h1, .article_body h2, .article_body h3, .article_body h4, .article_body h5, .article_body h6 {
  display: inline;
  margin: 0 0 0 0;
  background-color: transparent;
  padding: 0 0 0 0;
}

.entry {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 768px) {
  .entry {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .entry .prime {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 769px) {
  .entry .prime {
    width: calc(100% - 340px);
    margin-bottom: 30px;
  }
}
.entry .prime_container {
  background: #fff;
  padding: 7px 0 15px;
}
@media only screen and (max-width: 768px) {
  .entry .sub {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 769px) {
  .entry .sub {
    width: 320px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .entry .twitter_area .pc_view {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .entry .twitter_area .sp_view {
    display: none;
  }
}

.single img,
.archive img {
  max-width: 100%;
  height: auto;
}
.single .entry p,
.archive .entry p {
  margin: 0 0 25px 0;
}
.single .entry .tanto,
.archive .entry .tanto {
  text-align: right;
}

.post_list .post_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin: 0 0 10px 0;
  background: #fff;
  padding: 10px 15px 15px;
  border-bottom: #ccc dotted 1px;
}
.post_list .post_block img {
  max-width: 100%;
  height: auto;
}
.post_list .post_block *::-ms-backdrop, .post_list .post_block img {
  max-height: 100%;
}
.post_list .post_block .pic {
  background-color: #eee;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post_list .post_block .pic {
    width: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .post_list .post_block .pic {
    width: 260px;
    height: auto;
    padding: 10px;
  }
}
.post_list .post_block .pic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post_list .post_block .pic a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .post_list .post_block .pic a {
    width: 240px;
    height: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .post_list .post_block .caption {
    width: calc( 100% - 110px );
  }
}
@media only screen and (min-width: 769px) {
  .post_list .post_block .caption {
    width: calc( 100% - 265px );
    padding-top: 5px;
  }
}
.post_list .post_block .caption strong {
  display: block;
  margin: 0;
  padding: 0 0 7px 8px;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  line-height: 28px;
}
.post_list .post_block .caption strong a {
  color: #555555;
  text-decoration: none;
}
.post_list .post_block .caption strong a:hover {
  color: rgba(255, 51, 153, 0.9);
}
.post_list .post_block .caption .meta {
  margin: 5px 0 7px 9px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  font-size: 14px;
  line-height: 150%;
}
.post_list .post_block .caption .honbun {
  margin: 0 0 10px 8px;
  color: #848484;
  font-size: 0.9rem;
}
.post_list .post_block .caption .tanto {
  margin: 0;
  text-align: right;
}
.post_list .post_block .caption .cat {
  font-size: 13px;
  background: #ff1493;
  padding: 0 7px;
  margin-left: 10px;
  border-radius: 2px;
}
.post_list .post_block .caption .cat a {
  color: #fff;
}
.post_list .post_block .caption .cat a:hover {
  text-decoration: none;
}
.post_list .post_block .caption .cat_none {
  background: #fff;
}
.post_list .post_block .caption .post_block_date {
  color: #a8a8a8;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.post_thum .post_thum_container {
  background: #f5f5f5;
  padding: 5px 0 0;
}
.post_thum .post_block {
  margin: 0 0 5px 0;
  display: flex;
  border-bottom: #ccc 1px solid;
  padding: 5px 10px 5px;
  	/*
    *::-ms-backdrop, img {
      max-height: 100%;
    }
  	*/
}
.post_thum .post_block:last-child {
  border: none;
}
.post_thum .post_block img {
  max-width: 100%;
  height: auto;
}
.post_thum .post_block .pic {
  width: 30%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
.post_thum .post_block .pic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post_thum .post_block .pic a {
    width: 100%;
    height: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .post_thum .post_block .pic a {
    width: 100%;
    height: 70px;
  }
}
.post_thum .post_block .caption {
  width: 70%;
  margin-left: 10px;
}
.post_thum .post_block .caption a:hover {
  text-decoration: none;
}
.post_thum .post_block .caption .meta {
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  font-size: 14px;
  line-height: 150%;
}
.post_thum .post_block .caption .honbun {
  margin: 0 0 5px 0;
  color: #000;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 20px;
}
.post_thum .post_block .caption .honbun:hover {
  color: rgba(255, 51, 153, 0.9);
}
.post_thum .post_block .caption .tanto {
  margin: 0;
  text-align: right;
}
.post_thum .post_block .caption .post_thum_date {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #a8a8a8;
}

.pagenate_area {
  text-align: center;
  padding-top: 10px;
}

.pagenate {
  display: inline-block;
}
.pagenate ul {
  list-style: none;
  display: inline-block;
}
.pagenate li {
  display: inline-block;
}
.pagenate .current_page {
  color: #000;
  padding: 7px 12px;
  margin: 0 2px;
  border: #ccc solid 1px;
}
.pagenate .other_pages {
  padding: 5px 12px;
  margin: 0 2px;
  border: #ccc solid 1px;
}
.pagenate .other_pages:hover {
  background-color: rgba(255, 51, 153, 0.4);
}
.pagenate .other_pages a {
  display: block;
  width: 100%;
  color: #5B8190;
  text-decoration: none;
}
.pagenate .link_back {
  padding: 6px 12px;
  margin: 0 2px;
  border: #ccc solid 1px;
  color: #5B8190;
}
.pagenate .link_back:hover {
  text-decoration: none;
}
.pagenate .link_back a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.pagenate .link_next {
  padding: 6px 12px;
  margin: 0 2px;
  border: #ccc solid 1px;
  color: #5B8190;
}
.pagenate .link_next:hover {
  text-decoration: none;
  background-color: rgba(255, 51, 153, 0.4);
}
.pagenate .link_next a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.post_row > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .post_row > ul > li {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) {
  .post_row > ul > li {
    width: 23%;
  }
}
.post_row .post_block {
  margin: 0 0 30px 0;
}
.post_row .post_block img {
  max-width: 100%;
}
.post_row .post_block .pic {
  background-color: #eee;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 0 0 10px 0;
}
.post_row .post_block .pic a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
.post_row .post_block .caption {
  width: 100%;
}
.post_row .post_block .caption strong {
  display: block;
  margin: 0 0 8px 0;
  padding: 0 0 10px 5px;
  border-bottom: 2px dotted #ccc;
  font-size: 14px;
  line-height: 150%;
  height: 47px;
  box-sizing: border-box;
  overflow: hidden;
}
.post_row .post_block .caption .honbun {
  margin: 0 0 5px 5px;
  font-size: 14px;
  line-height: 150%;
  height: 65px;
  box-sizing: border-box;
  overflow: hidden;
}
.post_row .post_block .caption .tanto {
  margin: 0;
  text-align: right;
  font-size: 12px;
  line-height: 100%;
}

.sns_link {
  margin: 20px 0;
  padding: 13px 10px 5px;
  border: 1px solid #ccc;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.sns_link li {
  margin: 0 10px;
  height: 30px;
}
.sns_link span {
  vertical-align: top !important;
}

.widget {
  margin: 15px 0 20px 0;
}
.widget h4 {
  margin: 0 0 10px 0;
  background-color: #2d4456;
  padding: 10px 5px 8px 10px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.widget h5 {
  margin: 0 0 10px 0;
  background-color: #eee;
  padding: 10px 5px 8px 10px;
  font-size: 16px;
  line-height: 150%;
}
.widget h6 {
  margin: 0;
  background-color: #ff3399;
  color: #fff;
  padding: 10px 5px 8px 10px;
  font-size: 16px;
  line-height: 150%;
}
.widget .widget_name {
  color: #000;
  border-bottom: #ff3399 3px solid;
  padding: 5px 5px;
  margin: 0 5px;
  font-weight: bold;
  font-size: 18px;
}

.adsence-mini {
  text-align: center;
  margin: 0 0 10px 0;
}

.gcs {
  text-align: center;
  margin: 0 0 15px 0;
}

.widget-translate {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 0;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
}

.widget-cat {
  background: #f5f5f5;
  padding: 10px;
}
.widget-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-cat ul li {
  border-bottom: #ccc 1px solid;
  padding: 7px 0 7px 15px;
}
.widget-cat ul li:last-child {
  border: none;
}
.widget-cat ul li a {
  text-decoration: none;
}
.widget-cat ul li a:hover {
  color: rgba(255, 51, 153, 0.9);
}

.widget-monthly {
  background: #f5f5f5;
  padding: 10px;
}
.widget-monthly ol {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}
.widget-monthly ol li {
  padding: 7px 0 7px;
}
.widget-monthly ol li a {
  text-decoration: none;
}
.widget-monthly ol li a:hover {
  color: rgba(255, 51, 153, 0.9);
}

.widget-list ul {
  margin: 0 0 0 25px;
  padding: 0;
}
.widget-list ul li {
  margin: 10px 0 0 0;
}
.widget-list ul li:first-child {
  margin: 0 0 0 0;
}

.widget-tag ul {
  margin: 0 0 0 25px;
  padding: 0;
}

.order_item_list {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.order_item_list .newitem_list {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.order_item_list .newitem {
  width: 3850px;
}
.order_item_list .item_box {
  float: left;
  width: 170px;
  margin: 0 10px 0 0;
}
.order_item_list .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  background-color: #ccc;
  width: 170px;
  height: 170px;
  box-sizing: border-box;
  position: relative;
}
.order_item_list .img_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.order_item_list .img_box img.r18 {
  position: absolute;
  top: calc(5px / 2);
  left: calc(5px / 2);
  max-height: calc(100% - 5px);
  max-width: calc(100% - 5px);
  z-index: 10;
}
.order_item_list img {
  max-width: 100%;
}
.order_item_list .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
  padding: 10px 5px;
}
.order_item_list .item_title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 150%;
  overflow: hidden;
  text-align: center;
}
.order_item_list .item_price {
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}
.order_item_list .other_item {
  display: inline-block;
  margin: auto;
  background-color: #2d618e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px 20px;
  color: #fff;
}

.pager {
  text-align: center;
  margin: auto;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin: 20px 0 20px 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #ccc;
  list-style: none;
  overflow: hidden;
}
.breadcrumb li {
  margin: 0 10px 0 2px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 360px;
}
.breadcrumb li:before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #a3b7b6;
  position: absolute;
  bottom: 7px;
  left: 0px;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#adult_confirm {
  border: 3px solid #f1f1f1;
  background-color: #fff;
}
#adult_confirm .subject {
  background-color: #eee;
  padding: 10px;
  font-size: 14px;
  line-height: 100%;
  margin: 15px;
}
#adult_confirm ul {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 15px;
  padding: 0;
}
#adult_confirm ul li {
  margin: 0 3px;
  padding: 0;
}
#adult_confirm ul li a {
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 13px;
  font-size: 20px;
  font-weight: 900;
}
#adult_confirm ul .over18 a {
  color: #fff;
  background-color: #a01e1e;
}
#adult_confirm ul .under18 a {
  color: #fff;
  background-color: #3f687f;
}

.widget-tag {
  background: #fff;
}
.widget-tag .widget-tag_container {
  padding: 15px 10px;
}
.widget-tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.widget-tag ul li {
  background: #929292;
  padding: 0 5px;
  margin: 3px 2px;
}
.widget-tag ul li:hover {
  opacity: 0.7;
}
.widget-tag ul a {
  color: #fff;
  font-size: 0.9rem;
  width: 100%;
  display: block;
}
.widget-tag ul a:hover {
  text-decoration: none;
}

.banner img {
  max-width: 100%;
  height: auto;
}
.banner img:hover {
  opacity: 0.7;
}

.global_head {
  margin: 0;
}
