img {
    width: 90%;
    padding: 10px 5% 25px;
    text-align: center;
}

ul, li {
	list-style-type: disc;
	text-align: left;
    font-size: 12px;
    margin: 0px 5%;
}

li {
	margin-left: 2%;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 80%;
    margin: 0px auto;
    overflow: hidden;
}

#header h1 {
    display: none;
}
#header .logo {
    display: flex;
	width: 100%;
    align-items: center;
}
#header .logo a {
	width: 15%;
	padding: auto;
	margin-top: 15px;
}
#header .title {
    display: block;
    font-size: 12px;
    color: #333;
    margin: 15px 0px 0 0;
	word-wrap: break-word;
}
#header .logo-b {
	position: absolute;
    display: block;
	left: 0;
	right: 0;
	width: 8%;
	margin: 0px auto 0px auto;
}
#header .sns {
    width: 160px;
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 0 0;
}
#header .sns div {
    margin: 0 10px 0 0;
}

#main-contents {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 80%;
	margin: 0px auto;
}
#conan-contents {
    display: block;
    background-image: url("../images/conan_back.png");
    background-size: 100%;
    overflow: hidden;
}
#lupin-contents {
    display: block;
    background-image: url("../images/lupin_back.png");
    background-size: 100%;
    overflow: hidden;
}
#yowapeda-contents {
    background-image: url("../images/yowapeda_back.png");
    background-size: 100%;
    overflow: hidden;
}
#hachinai-contents {
    background-image: url("../images/hachinai_back.png");
    background-size: 100%;
    overflow: hidden;
}
#furuba-contents {
    background-image: url("../images/furuba_back.png");
    background-size: 100%;
    overflow: hidden;
}
#meikoi-contents {
    background-image: url("../images/meikoi_back.png");
    background-size: 100%;
    overflow: hidden;
}

.header_image {
  text-align: center;
}
.header_image img {
  width: 100%;
  padding: 0;
}

#main-contents .contents {
    width: 80%;
    margin: 0 10%;
    text-align: center;
}

.title,
.title-2column {
	display: flex;
	align-items: center;
	max-width: 100%;
	margin: 15px 6%;
}
.title-2column .release {
    background-color: red;
	border-radius: 15px; 
    padding: 5px 8px;
    margin: 5px 0;
    text-align: left;
}
.title-2column .release span {
    font-size: 12px;
    color: yellow;
}
.title-2column .release p {
    font-size: 10px;
    color: white;
}
.title .titlelogo {
    text-align: center;	
}
.title .titlelogo img {
	width: 70%;
}
.title-2column .titlelogo {
	width: 70%;
}
.title-2column img {
	padding: 0;
}

.contents .goods .title {
    color: #FF001B;
    background-color: transparent;
    padding: 0;
}
.contents .goods .title,
.contents .goods .text, 
.contents .goods .price {
    text-align: left;
}
.contents .goods .title {
    font-size: 18px;
    margin: 0 5%;
}
.contents .goods .text {
    font-size: 12px;
    margin: 4px 5%;
}
.contents .goods .price {
    font-size: 14px;
    margin: 0 5%;
}
.contents .goods .bandana {
	width: 50%;
	padding: 0 3%;
}

.border-red {
	display: block;
	background-color: red;
	height: 15px;
}
.border-teal {
	display: block;
	background-color: teal;
	height: 15px;
}
.border-hotpink {
	display: block;
	background-color: hotpink;
	height: 15px;
}
.border-lime {
	display: block;
	background-color: lime;
	height: 15px;
}
.border-purple {
	display: block;
	background-color: #ba55d3;
	height: 15px;
}

.special {
  width: 76%;
  position: relative;
  margin: 30px 12%;
  padding: 0;
  text-align: center;
}
.special-border-red {
  border: solid 2px red;
  padding: 10px 0;
  border-radius: 15px;
  background-color: white;
}
.special-border-teal {
  border: solid 2px teal;
  padding: 10px 0;
  border-radius: 15px;
  background-color: white;
}
.special-border-hotpink {
  border: solid 2px hotpink;
  padding: 10px 0;
  border-radius: 15px;
  background-color: white;
}
.special-border-purple {
  border: solid 2px #ba55d3;
  padding: 10px 0;
  border-radius: 15px;
  background-color: white;
}

.special .title {
    color: #FF001B;
    background-color: transparent;
    padding: 0;
}
.special .title,
.special .text, 
.special .caution {
    text-align: left;
}
.special .title {
    font-size: 18px;
    margin: 0 3%;
}
.special .caution {
    font-size: 14px;
    margin: 0 3%;
}
.special .text {
    font-size: 12px;
    margin: 4px 3%;
}
.special .lupin {
	width: 30%;
}
.fujiko_m {
	margin: 0px 5%;
	width: 25%;
}
.fujiko {
	list-style-type: none;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

#overview {
    width: 100%;
    padding: 50px 0 50px;
    background-color: #0e80ef;
    font-family: "Rounded Mplus 1c";
    text-align: center;
}
#overview a {
  color: #b1d5ff;
}
#overview a:hover {
  color: #fcd499;
}
#overview .inner {
    width: 80%;
    margin: 0 auto 30px auto;
    padding: 15px 20px;
    border: 3px solid white;
    background-color: #0e80ef;
    box-sizing: border-box;
    font-size: 14px;
    color: white;
}
#overview .inner .title {
	display: block;
	width: 100%;
	margin: 5px 0;
    font-size: 20px;
    text-align: center;
	color: white;
}
#overview .inner .text,
#overview .inner .explanation {
    color: white;
    text-align: left;
    text-indent: -0.5em;
    padding-left: 1em;
}
#overview .inner .explanation {
    font-size: 16px;
    text-align: left;
    background-color: transparent;
    padding: 0;
}
.noimage {
	width: 100%;
	background-color: white;
    font-size: 24px;
}
.copy {
	font-size: 12px;
	text-align: right;
	margin: 20px;
}
#overview .copy {
	margin: 20px;
	text-align: center;
	font-size: 12px;
	color: white;
}

/* IE11用 */	
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #header .logo-b {
		margin-top: -70px;
	}
}

@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 950px) {
	#header .logo-b {
		width: 14%;
		margin-left: 25%;
}
	#header .logo a {
		width: 25%;
}
	#header .title {
  		display: none;
}

@media screen and (max-width: 1024px) {
  .inner .title,
  .collabo .main-text {
      font-size: 18px;
  }
  .special .title {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 620px) {
  .inner .title,
  .collabo .main-text {
      font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .sns {
    display: none;
  }
}

