@charset "euc-jp";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

a.white:link {
color : #ffffff; 
}
a.white:visited {
color : #ffffff; 
}
a.white:active {
text-decoration : underline; 
color : #ffffff; 
}
a.white:hover {
text-decoration : underline; 
color : #ffffff; 
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.allbox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:100%;
}
.oneboximage {
	width: 100vw;
	margin: -40px 0 10px -15px;
}
.oneboximage img {
	width: 100%;
}
.texta {
	width: 90%;
	font-size: 16px;
	text-align: center;
	margin: 20px 0 ;
}
/*texta strong{
	font-size: 22px;
	color: #de4247;
}*/
.tripleboximage {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.tripleboximage div {
	width: 100%;
}
.tripleboximage div img {
	width: 100%;
	margin: 0 0 5px 0;
}
.itembox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 5px 5px 0px;
}
.itembox div {
	width: 48%;
	text-align: left;
	margin: 0px 5px 5px 0px;
	font-size: 14px;
}
.itembox div p {
	width: 150px;
	margin: 0 auto;
}
.itembox div img {
	width: 100%;
}

.whiteback {
	width: 100%;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	padding: 10px;
	margin: 0 0 15px 0;
	border: #B5B5B5 solid 1px;
	border-radius: 5px;
}
.whiteback img {
	max-height: auto;
	margin: 5px 0 5px 0;
	border-radius: 5px;
	width:50%;
}
		.itembox_5 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 5px 5px 0px;
}
.itembox_5 div {
	width: 30%;
	text-align: left;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
}
.itembox_5 div p {
	width: 150px;
	margin: 0 auto;
}
.itembox_5 div img {
	width: 100%;
}
	.itembox_4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 5px 5px 0px;
}
.itembox_4 div {
	width: 25%;
	text-align: left;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
}
.itembox_4 div p {
	width: 150px;
	margin: 0 auto;
}
.itembox_4 div img {
	width: 100%;
}
.itembox_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 5px 5px 0px;
}
.itembox_3 div {
	width: 20%;
	text-align: left;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
}
.itembox_3 div p {
	width: 150px;
	margin: 0 auto;
}
.itembox_3 div img {
	width: 100%;
}


.itembox_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 ;
}
.itembox_2 div {
	width: 48%;
	text-align: left;
	margin: 0px 5px 5px 0px;
	font-size: 14px;
}
.itembox_2 div p {
	width: 150px;
	margin: 0 auto;
}
.itembox_2 div img {
	width: 100%;
}


.itembox_6 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 5px 5px 0px;
}
.itembox_6 div {
	width: 96%;
	text-align: left;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
}


.categolibtn{
width: fit-content;
	text-align: center;
	padding:4px;
	background-color: beige;
	color: #555;
	font-size: 0.7em;
	margin: 4px;
	display: inline-block;
}

.categolibtn a{
		text-decoration-line: none;
	}



.clearfix {
  display: block;
  clear:both;
}
.br-sp {
	display: inline;
}

.br-pc{
	display: none;
}

.pagereturn {
	width:100%;
	text-align:right;
	padding-right:10px;
	font-size:16px;
	margin:10px 0 0 0;
}
.main.col-lg-12.tab-content.topSync .allbox .sorry {
	background-color: antiquewhite;
	border: #0486E4 1px solid;
	font-size: large;
}


.line_bn{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.oomoji2{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: center;
	color: #000000;

}

.oomoji2 small{
	font-size: 16px;
	color: #000;
	font-weight:normal;	
}


	.itembox_1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.itembox_1 div {
	width: 48%;
	text-align: center;
	margin:  0px 5px 5px 0px;
	font-size: 14px;
}
.itembox_1 div p {
	width: 150px;
	margin: 0 auto;
}
.itembox_1 div img {
	width: 100%;
}


.btn_ageha{
  border-radius: 50%;
  background-color: #FFF;
  padding: 5px;
  text-align: center;
  color: #000;
}
.twobox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.twobox div {
	width: 100%;
}
.twobox div p {
	margin: 0 0 10px 0;
}
.slide {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.colormark {
	background-color: #2C63F7;
	color: #fff;
	padding: 0 5px 0 5px;
}

.syousai{
	background-color: antiquewhite; border-radius: 4px;  padding: 4px;
}

.pearl_type_a {
	background-color: #F54DEF;
	color: #fff;
	padding: 0 5px 0 5px;
}

.pearl_type_b {
	background-color: #569AC5;
	color: #fff;
	padding: 0 5px 0 5px;
}

.coad_k {
	background-color: #876928;
	color: #fff;
	padding: 0 5px 0 5px;
}


.coad_f {
	background-color: #E18CF8;
	color: #fff;
	padding: 0 5px 0 5px;
}

.coad_shell {
	background-color: #73ABD4;
	color: #fff;
	padding: 0 5px 0 5px;
}

.coad_h{
	background-color: #FCE07F;
	color: #555;
	padding: 0 5px 0 5px;
}
 
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
 
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 12s linear infinite;
}
 
.slide img:nth-child(2){
  animation-delay: 4s;
}
 
.slide img:last-child{
  animation-delay: 8s;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.allbox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding-top: 0px;
}
.oneboximage {
	width: 100%;
	margin: 0 0 30px 0;
}
.oneboximage img {
	width: 100%;
}
.texta {
	width: 96%;
	font-size: 20px;
	text-align: center;
	margin: 30px 0;
}
.tripleboximage {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.tripleboximage div {
	width: 32%;
}
.tripleboximage div img {
	width: 100%;
	margin: 0 0 5px 0;
}
.itembox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.itembox div {
	width: 22%;
	text-align: center;
	margin: 0 0 5 0;
	font-size: 16px;
		
}
.itembox div p {
	width: 160px;
	margin: 0 auto;
}
.itembox div img {
	width: 100%;
}
.oomoji {
	
}




.clearfix {
  display: block;
  clear:both;
}
.br-sp {
	display:none;
}
.br-pc{
	display: inline;
}	
	
	
.pagereturn {
	width:100%;
	text-align:right;
	padding-right:0px;
	font-size:16px;
	margin:10px 0 30px 0;
}
	
	.line_bn{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
	
.oomoji2{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.oomoji2 small{
	font-size: 20px;
	color: #000;
	
}	
	.itembox_5 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.itembox_5 div {
	width: 30%;
	text-align: center;
	margin: 0 0 0px 0;
	font-size: 8px;
}
.itembox_5 div p {
	width: 75px;
	margin: 0 auto;
}
.itembox_5 div img {
	width: 100%;
}
	
	
		.itembox_4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.itembox_4 div {
	width: 19%;
	text-align: center;
	margin: 0 0 0px 0;
	font-size: 8px;
}
.itembox_4 div p {
	width: 75px;
	margin: 0 auto;
}
.itembox_4 div img {
	width: 90%;
}
	
		.itembox_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.itembox_3 div {
	width: 12%;
	text-align: center;
	margin: 0 0 0px 0;
	font-size: 8px;
}
.itembox_3 div p {
	width: 75px;
	margin: 0 auto;
}
.itembox_3 div img {
	width: 90%;
}
	
	
	.itembox_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.itembox_2 div {
	width: 44%;
	text-align: center;
	margin: 0 0 0px 0;
	font-size: 14px;
}
.itembox_2 div p {
	width: 150px;
	margin: 0 auto;
}
.itembox_2 div img {
	width: 100%;
}
	
	
	.itembox_1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.itembox_1 div {
	width: 96%;
	text-align: center;
	margin: 0 0 0px 0;
	font-size: 14px;
}
.itembox_1 div p {
	width: 150px;
	margin: 0 auto;
}
.itembox_1 div img {
	width: 100%;
}
	
	
		.itembox_6 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.itembox_6 div {
	width: 30%;
	text-align: center;
	margin: 0 0 0px 0;
	font-size: 8px;
}
	
	
.btn_ageha{
  border-radius: 50%;
  background-color: #FFF;
  padding: 5px;
  text-align: center;
  color: #000;
}
	.twobox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.twobox div {
	width: 49%;
	font-size: 16px;
}
.twobox div p {
	margin: 0 0 10px 0;
}
.slide {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
	.colormark {
	background-color: #2C63F7;
	color: #fff;
	padding: 0 2px;
	text-align: center;
}
	
	.syousai{
	background-color: antiquewhite; border-radius: 4px;  padding: 4px;
}
	.pearl_type_a {
	background-color: #F54dEF;
	color: #fff;
	padding: 0 5px 0 5px;
}
	
	.pearl_type_b {
	background-color: #569AC5;
	color: #fff;
	padding: 0 5px 0 5px;
}
	
	.coad_k {
	background-color: #876928;
	color: #fff;
	padding: 0 5px 0 5px;
}
	
	.coad_f {
	background-color: #E18CF8;
	color: #fff;
	padding: 0 5px 0 5px;
}
	
.coad_shell {
	background-color: #73ABD4;
	color: #fff;
	padding: 0 5px 0 5px;
}	
	
	.coad_h {
	background-color: #FCE07F;
	color: #555;
	padding: 0 5px 0 5px;
}
	
	.categolibtn{
width: fit-content;
	text-align: center;
	padding:4px;
	background-color: beige;
	color: #555;
	font-size: 0.7em;
	margin: 4px;
	display: inline-block;
}
	
	.categolibtn a{
		text-decoration-line: none;
	}
	
	

 
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
 
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 15s linear infinite;
}
 
.slide img:nth-child(2){
  animation-delay: 5s;
}
 
.slide img:last-child{
  animation-delay: 10s;
}
		/* 点滅 */
.blinking{
	-webkit-animation:blink 0.4s ease-in-out infinite alternate;
    -moz-animation:blink 0.4s ease-in-out infinite alternate;
    animation:blink 0.4s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
}

