@charset "utf-8";
/* CSS Document */

/*//////////////////*/
/*    共通           */
/*//////////////////*/

html{
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color:#171515;
	font-size: 12px;
	line-height: 240%;
	letter-spacing: 0.1em;
	margin: auto;
	width: 100%;
}

main{
	width: 100%;
}

img {
	max-width: 100%;
	height:auto; 
}

a{
	text-decoration:none;
}

/*/////リンクの色//////*/
a:link {color:#171515;} /*未訪問のリンクの色*/
a:visited {color:#171515;} /*訪問済みのリンクの色*/
a:hover {color:#DC8E37; } /*カーソルが乗っているリンクの色*/
a:active {color:#DC8E37;} /*クリック中のリンクの色*/


a img{
  transition:0.3s;
  display:block;
  width:100%;
}

a img:hover{
  opacity:0.7;
}

:root{
  --eng: Georgia, "Times New Roman", Times, "serif";
}

h2{
	margin: 4% auto 2%;
	text-align: center;
	font-family: var(--eng);
	letter-spacing: 0.2em;
	font-size: 1.4em;
}

h3{
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 1%;
}

h4{
	text-align: center;
	font-size: 1.1em;
	line-height: 280%;
}


p{
	text-align: center;
}


/*//////////////////*/
/*    header        */
/*//////////////////*/
header{
	width: 100%;
}


.logo_area{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	height: 90px;
	z-index: 3;
}

.logo_desc{
	position: relative;
	width: 100%;
	height: 90px;
}

header h1.logo{
	width:200px;
	height: auto;
/*	margin: 1% auto 0;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*g_navはヘッダーフッダー両方つかう*/
.g_nav{
	width: 100%;
	margin: 90px auto 0;
	font-family: var(--eng);
	letter-spacing: 0.2em;
	font-size: 1.2em;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.g_nav ul{
	width: 40%;
	margin: 0 auto;
	display:  flex;
	align-content: center;
	flex-wrap:nowrap;
	justify-content: center;
}

.g_nav li{
	margin: 2% 10% 0;
	text-align: center;
	white-space: nowrap;
}

header .h_sns_area{
	position: absolute;
	width: 100px;
	z-index: 2;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.h_sns_area ul{
	display: flex;
}
.h_sns_area li{
	margin: 0 10px;
}


a.url_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #f5f5f5;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 2rem;
  padding: 0.3rem 0;
  font-size:0.9rem;
  font-weight:bold;
}


/*//////////////////*/
/*    main          */
/*//////////////////*/

.main_img{
	width: 100%;
	margin: 1% auto 5%;
}

.c_flex{
	width: 60%;
	margin: 2% auto 0;
	display:  flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center
}

.c_flex:nth-child(2n){
	flex-direction:row-reverse;
}
.c_flex li{
	width: 40%;
	padding:5px;
}

.c_flex li:nth-of-type(2){
	width: 60%;
}

.c_flex li.brand_img{
	width: 396px;
}

.button_area{
	margin: 2% auto 0;
	display: flex;
	justify-content: center;
}

a.button {
	font-size: 0.9em;
	border-radius: 0;
	background: #000;
	color: #FFF;
	width: 150px;
	display: inline-block;
	margin: 0 7px 0 0;
	text-align: center;
	white-space: nowrap;
}

.about a.button{
	margin: 2% auto;
}

a.button.official{
	background: #f8a48d;
	border: solid 1px #f8a48d;
}

a.button.rakuten{
	background: #bc1c1c;
	border: solid 1px #bc1c1c;
}

a.button.yahoo{
	background: #c95806;
	border: solid 1px #c95806;
}

a.button.amazon{
	background: #000;
	border: solid 1px #000;
}


a.button.official:hover{

	color: #f8a48d;
	background: #FFF;
	border: solid 1px #f8a48d;
}

a.button.rakuten:hover{
	color: #bc1c1c;
	background: #FFF;
	border: solid 1px #bc1c1c;
}

a.button.yahoo:hover{
	color: #c95806;
	background: #FFF;
	border: solid 1px #c95806;
}

a.button.amazon:hover{
	color: #000;
	background: #FFF;
	border: solid 1px #000;
}

table.about{
	margin: 0 auto;
	width: 500px;
}
table.about,tr,td {
	border: solid 1px #5f5f5f;
}

table.about td {
	padding: 8px 0;
}
table.about td:first-of-type{
	text-align: center;
	width: 20%;
	background: #ececee;
	vertical-align: middle;
}

table.about td:nth-of-type(2){
	padding-left: 2%;
}

a.link{
	color:#a16c06;
	text-decoration: underline;	
}

a.link:after{
	content: ">>";
}

iframe{
	display: block;
	margin: 5% auto;
	max-width: 100%;
}

/*//////////////////*/
/*    footer        */
/*//////////////////*/


.footer_area{
	background: #f3eae1;
}

.sns_area{
	margin: 0 auto;
	padding-top: 3%;
	width: 150px;
	
}

.sns_area ul{
	display: flex;
}
.sns_area li{
	padding: 18px;
}

.copyright{
	font-family: var(--eng);
	letter-spacing: 0.2em;
	padding-bottom: 2%;
}

.pc { display: block !important; }
.sp { display: none !important; }

