.maindesign .breadcrumb {
	margin-bottom: 10px;
}
.maindesign .breadcrumb p, 
.maindesign .breadcrumb a{
	color: #83838f !important;
	text-decoration: none;
}
.maindesign .img_container img {
	width: 100%;
	height: auto;
}
.maindesign .menu-btn-list li {
	width: 100% !important;
}
/*.maindesign .menu-btn-list a,
.maindesign .tab-menu-nav a {
	color: #fff !important;
	height: auto !important;
	display: flex !important;
}*/
.maindesign .title_container {
	position: relative;
}
.maindesign .title_inner {
	position: absolute;
	width: 60%;
	top: 50%;
	left: 40%;
	transform: translate(-50%,-50%);
	padding: 30px 15px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.25);
}
.maindesign .title_inner h1 {
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px;
	}
	.maindesign .title_inner {
		padding: 15px 10px;
    width: 62%;
    left: 33%;
	}
	.maindesign .title_inner h1 {
		font-size: 7vw;
		line-height: 1.2;
		text-align: left;
	}
}


.maindesign .flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .osusume_wrapper {
	margin: 50px 0;
}
.maindesign .osusume_top {
	align-items: center;
}
.maindesign .osusume_top .flex_content {
	box-sizing: border-box;
	display: flex;
}
.maindesign .osusume_top .flex_content:first-child {
	width: 65%;
	justify-content: space-between;
	align-items: center;
}
.maindesign .osusume_top .flex_content:last-child {
	width: 30%;
	flex-direction: column;
}
.maindesign .osusume_top .flex_content:first-child > .img_container {
	width: 35%;
}
.maindesign .osusume_top .flex_content:first-child > .img_outer {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .osusume_top .flex_content:last-child > .img_container {
	margin: 10px 0;
} 
.maindesign .osusume_top .img_outer {
	background-color: #b3a48d;
	padding: 5px;
}
.maindesign .osusume_top ul {
	background-color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
	line-height: 1.5;
}
.maindesign .osusume_link {
	margin-top: 15px;
	align-items: center;
}
.maindesign .osusume_link .text_content {
	width: 48%;
}
.maindesign .osusume_link ul {
	width: 48%;
	line-height: 1.5;
}
.maindesign .goods_name {
	font-size: 1.6em;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.2;
}

@media screen and (max-width:767px) {
	.maindesign .osusume_wrapper {
		margin: 30px 0 50px;
	}
	.maindesign .osusume_top .flex_content:first-child {
		width: 100%;
	}
	.maindesign .osusume_top .flex_content:last-child {
		display: none !important;
	}
	.maindesign .osusume_top ul {
		padding: 5px;
		font-size: 1.2em;
	}
	.maindesign .osusume_link .text_content {
		width: 100%;
	}
	.maindesign .osusume_link ul {
		width: 95%;
		margin: 15px auto 0;
	}
}

.maindesign .osusume_other {
	margin-bottom: 30px;
}
.maindesign .osusume_other .flex_content {
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
.maindesign .osusume_other .img_outer .img_container,
.maindesign .osusume_other .img_outer ul {
	width: 48%;
}
.maindesign .osusume_other .img_outer li {
	background-color: #1e91d1;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
	margin: 10px 0;
}
.maindesign .osusume_other .text_content {
	flex-grow: 1;
	margin-bottom: 15px;
}
.maindesign .alone_btn {
	width: 60%;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.maindesign .osusume_other {
		margin-bottom: 0;
	}
	.maindesign .osusume_other .flex_content {
		width: 100%;
		margin-bottom: 50px;
	}
	.maindesign .menu-btn-list {
		width: 95%;
		margin: 0 auto;
	}
	.maindesign .alone_btn {
		width: 95%;
	}
}

.maindesign .left-red {
	border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3;
}

.maindesign .frame_container .flex_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 15px 10px;
	width: 24%;
	margin-bottom: 30px;
}
.maindesign .frame_container::before ,
.maindesign .frame_container::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .frame_container::before {
	order: 1;
}
.maindesign .frame_container .name {
	font-weight: bold;
	font-size: 1.2em;
	height: 2.0em;
}
.maindesign .frame_container .img_container {
	margin: 15px auto;
}
.maindesign .frame_container .text_content {
	flex-grow: 1;
	line-height: 1.5;
}
.maindesign .frame_container a {
	color: #000 !important;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.maindesign .frame_container .flex_content {
		width: 48%;
	}
	.maindesign .frame_container::before ,
	.maindesign .frame_container::after {
		content: '';
		display: block;
		height: 0;
		width: 48%;
	}
	.maindesign .frame_container .name {
		font-size: 1.0em;
	}
}

.maindesign .lead_item {
	margin: 50px 0;
}
.maindesign .lead_item .img_container + .lead-text {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .lead_item {
		margin: 30px 0;
	}
	.maindesign .lead_item .img_container + .lead-text {
		margin-top: 5px;
	}
}


.maindesign .relation_content {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px 10px;
	color: #000 !important;
	text-decoration: none;
	margin-bottom: 30px;
}
.maindesign .relation_content .text_content {
	width: 70%;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.25;
}
.maindesign .relation_content .img_container {
	width: 25%;
}

@media screen and (max-width:767px) {
	.maindesign .relation_content {
		margin-bottom: 15px;
		width: 100%;
		padding: 3px 5px;
	}
	.maindesign .relation_content .text_content {
		font-size: 1.0em;
	}
	.maindesign .osusume_other .img_outer li {
    font-size: 1rem;
}
}
#main .h3-left-red {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3em;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
#main .flatbtn {
    box-sizing: border-box;
    text-align: center;
    border-radius: 40px;
    color: #333;
    display: flex;
    opacity: 1.0;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}
#main .menu-btn-list .flatbtn {
    display: flex;
    color: #fff !important;
}
#main .default-btn, #main .orange-btn, #main .red-btn, #main .blue-btn, #main .mustard-btn {
    color: #fff;
}

#main .osusume_other .small{
	font-size: 1.0rem;
}
@media screen and (max-width:767px) {
#main .osusume_other .small{
	font-size: 0.85rem;
}
}


	.maindesign .recommend-primary {
	display: flex;
	justify-content: space-between;
  }
  .maindesign .recommend-primary img {
	display: block;
  }
  .maindesign .recommend-primary--left {
	width: 48%;
  }
  .maindesign .recommend-primary--right {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  
  .maindesign .recommend-primary--btn .menu-btn-list {
	margin: 0 auto !important;
  }
  @media screen and (max-width:767px) {
	.maindesign .recommend-primary {
	  flex-wrap: wrap;
	}
	.maindesign .recommend-primary--left {
	  width: 100%;
	}
	.maindesign .recommend-primary--right {
	  width: 100%;
	  margin-top: 15px;
	}
	.maindesign .recommend-primary--lead {
		margin-bottom: 15px;
	  }
  }
  
  .maindesign .movie-container {
	margin: 50px 0;
  }
  .maindesign .movie-text {
	font-weight: bold;
	font-size: 1.35rem;
	margin-bottom: 10px;
  }
  
  @media screen and (max-width:767px) {
	.maindesign .movie-container {
	  margin: 30px 0;
	}
	.maindesign .movie-text {
	  font-size: 5.0vw;
	}
}

.maindesign .content-link {
	display: contents;
	color: #333;
	transition: 0s;
}
.maindesign .content-link:hover {
	color: rgba(51,51,51,0.75);
}


/*  250506 更新*/
.maindesign .gear-speed-plus{
	margin-bottom: 50px;
}
.maindesign .gear-speed-plus a{
	color: #333;
	text-decoration: none;
}
.maindesign .gear-speed-plus--images{
	margin-bottom: 10px;
}
.maindesign .gear-speed-plus--name{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 40px;
}

#main .gear-speed-plus .flatbtn{
	width: 100%;
	max-width: 512px;
	margin: auto;
}
@media screen and (max-width:767px) {
.maindesign .gear-speed-plus--name{
	font-size: 1.2em;
}
#main .gear-speed-plus .flatbtn{
	font-size: 1em;
}
.maindesign .gear-speed-plus--name{
	margin-bottom: 10px;
	margin-top: 20px;
}

}
#main .gear-speed-plus .lead-text {
    margin: 20px auto;
}



#main .shadow{
	box-shadow: 0px 0px 10px #999;
	padding: 10px;
}
#main .recommend--block.shadow{
	width: calc(48% - 20px);
	padding-bottom: 3.5em;
}
#main .shadow .menu-btn-list{
	margin: 0;
	bottom: 10px;
}
@media screen and (max-width:767px) {
#main .recommend--block.shadow{
	width: calc(100% - 20px);
	padding-bottom: 3.5em;
}
#main .shadow .menu-btn-list{
	margin: 10px auto 0;
}
}
