@charset "utf-8";

/*  =============================================================

　　基本設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html,
body {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family:"FOT-筑紫A丸ゴシック Std M", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 14px;
  line-height:1.0em;
  letter-spacing: 0;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #fff;
}

sup {
  vertical-align:super;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width:768px){

  * {
    -webkit-appearance: none;
  }
  
}


/*  ボックス 基本設定
-------------------------- */
.displayPC {
  display: block;
}

.displayTB {
  display: none;
}

.displaySP {
  display: none;
}

.display_pc_tb {
  display: block;
}

.disnon {
  display: none;
}

.visnon {
  visibility:hidden;
}

@media screen and (max-width:768px){
  .displayPC {
    display: none;
  }
  
  .displayTB {
    display: block;
  }  

  .displaySP {
    display: none;
  }
  
  .display_pc_tb {
    display: block;
  }  
}

@media screen and (max-width:640px){
  .displayPC {
    display: none;
  }
  
  .displayTB {
    display: none;
  }  

  .displaySP {
    display: block;
  }
  
  .display_pc_tb {
    display: none;
  }  
}

/*  画像 基本設定
-------------------------- */

img {
  width: 100%;
  vertical-align: top;
  border: none;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
  cursor: pointer;
}

@media screen and (max-width:768px){
  a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
  cursor: default;
  }  
}

/*  テキスト 共通設定
-------------------------- */

em {
  font-weight: bold;
}


/*  リンク 基本設定
-------------------------- */

a {
  display: inline-block;
  outline: none;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  
}

@media screen and (max-width:768px){
  a:hover {
  }  
}


/*  Loding
-------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

#loader .load-logo img {
  width: 149px;
}

#loader .load-anime {
  margin: 20px auto;
}

#loader .load-anime img {
  width: 115px;
}

#loader .load-txt img {
  width: 77px;
}

#container {
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
    -moz-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


@media screen and (max-width:768px){
  #loader img {
    width: 32px;
  }
}

/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  min-width: 1200px;
}

.content {

}

.section_inner {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.section_inner img {
  width: auto;
}


@media screen and (max-width:768px){
  #container {
    min-width: inherit;
    padding-bottom: 40px;
  }
  
  .content {
    min-width: 0;
  }  
  
  .section_inner {
    width: auto;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
  }  
 
}

@media screen and (max-width:320px){
  .content {
    overflow: hidden;
  }  
}


/*  ヘッダー レイアウト
---------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1200px;
  z-index: 100;
}

.header .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header .header_bg img {
  width: 100%;
}

.header .site_logo {
  position: absolute;
  top: 5.5%;
  left: 2%;
}

.header .site_logo {
  width: 171px;
}

.header .header_menu {
  position: absolute;
  top: 30%;
  right: 2%;
}

.header .header_menu li {
  display: inline-block;
  padding: 0 5px;
}

@media screen and (max-width:768px){
  .header {
    position: relative;
    min-width: 0;
    z-index: 100;
  }

  .header .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .header .header_bg img {
    width: 100%;
    height: auto;
  }

  .header .site_logo {
    position: absolute;
    top: 3.5%;
    left: 0;
    right: 0;
    width: 171px;
    margin: 0 auto;
  }
  
  .header .site_logo img {
    width: 172px;
  }

  .header .header_menu {
    display: none;
  }

}

@media screen and (max-width:640px){
  .header .site_logo {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    width: 132px;
    margin: 0 auto;
  }
  
  .header .site_logo img {
    width: 132px;
  }  
}


@media screen and (max-width:640px){
  .header .site_logo {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    width: 122px;
    margin: 0 auto;
  }
  
  .header .site_logo img {
    width: 122px;
  }  
}

/*  footer nav
---------------------------------------------*/
.footer_nav {
  display: none;
}


@media screen and (max-width:768px){
  .footer_nav {
    display: block;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 0;
  }
  
  .footer_nav ul {
    background-image: url(/images/premium/footer/bg-nav_sp.png);
    font-size: 0;
  }
  
  .footer_nav ul li {
    display: inline-block;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #d3d2d2;
  }
  
  .footer_nav ul li:last-child {
    border-right: none;
  }
  
  .footer_nav ul li a {
    display: block;
    padding: 20px 0 15px;
  }
  
  .footer_nav ul li img {
    line-height: 0;
  }
  
  .footer_nav ul li:first-child img {
    width: 49px;
    height: 12px;
  }
  
  .footer_nav ul li:nth-child(2) img {
    width: 74px;
    height: 12px;
  }
  
  .footer_nav ul li:nth-child(3) img {
    width: 33px;
    height: 12px;
  }
  
  .footer_nav ul li:last-child img {
    width: 44px;
    height: 12px;
  }  
}


/*  sns footer
---------------------------------------------*/
.box_sns {
  position: relative;
  z-index: 999;
  margin: -5% auto 0;  
}

.box_sns .box_bg {
  line-height: 0;
}

.box_sns .box_bg img {
  display: block;
  vertical-align: bottom;
}

.box_sns .inner {
  padding: 2% 0;
  background: #fff;
}

.box_sns .inner .box_ttl img {
  width: auto;
}

.box_sns .inner .sns_list {
  margin: 2% 0 0;
}

.box_sns .inner .sns_list li {
  display: inline-block;
  padding: 0 10px;
  line-height: 1.5;
}

.box_sns .inner .sns_list li img {
  display: block;
  width: 64px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px){
  .box_sns {
    position: relative;
    z-index: 999;
    margin: 8% auto 0;  
  }

  .box_sns .inner {
    padding:5% 0;
    background: #fff;
  }
  
  .box_sns .inner .box_ttl {
    margin: 0 auto;
  }

  .box_sns .inner .box_ttl img {
    width: 275px;
  }

  .box_sns .inner .sns_list {
    margin: 10% 0 0;
  }
  
  .box_sns .inner .sns_list ul {
    font-size: 0;
  }

  .box_sns .inner .sns_list li {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .box_sns .inner .sns_list li img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

}

@media screen and (max-width:640px){
  .box_sns {
    position: relative;
    z-index: 999;
    margin: -30% auto 0;  
  }

  .box_sns .inner {
    padding:10% 0;
    background: #fff;
  }
  
  .box_sns .inner .box_ttl {
    margin: 0 auto;
  }

  .box_sns .inner .box_ttl img {
    width: 275px;
  }

  .box_sns .inner .sns_list {
    margin: 10% 0 0;
  }
  
  .box_sns .inner .sns_list ul {
    font-size: 0;
  }

  .box_sns .inner .sns_list li {
    display: inline-block;
    width: 33.333%;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  .box_sns .inner .sns_list li a {
    width: 100%;
    height: 100%;
  }

  .box_sns .inner .sns_list li img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }  
}

@media screen and (max-width:320px){
  .box_sns .inner .sns_list li {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }  
}

/*  パンくず
---------------------------------------------*/
.breadcrumb {
  border-bottom: 1px solid #4d4d4d;
  background: #333;
}

.breadcrumb ul {
  width: 1060px;
  margin: 0 auto;
  padding: 10px 30px 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

.breadcrumb ul li {
  position: relative;
  display: inline-block;
  margin: 0 20px 10px 0;
  vertical-align: middle;
}

.breadcrumb ul li::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: ">";
}

.breadcrumb ul li:last-child {
  margin: 0 0 10px 0;
}

.breadcrumb ul li:last-child::after {
  content: "";
}

.breadcrumb ul li.home img {
  width: 13px;
  padding-top: 1px;
  line-height: 0;
}

.breadcrumb ul li a {
  color: #fff;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width:768px){
  .breadcrumb {
    border-bottom: 1px solid #4d4d4d;
    background: #333;
  }

  .breadcrumb ul {
    width: auto;
    margin: 0 auto;
    padding: 10px 20px 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }

  .breadcrumb ul li {
    position: relative;
    display: inline-block;
    margin: 0 20px 10px 0;
    vertical-align: middle;
  }

  .breadcrumb ul li::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: ">";
  }
  
  .breadcrumb ul li:last-child {
    margin: 0 0 10px 0;
  }

  .breadcrumb ul li:last-child::after {
    content: "";
  }

  .breadcrumb ul li.home img {
    width: 15px;
    padding-top: 1px;
    line-height: 0;
  }

  .breadcrumb ul li a {
    color: #fff;
  }

  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }  
}


@media screen and (max-width:640px){
  .breadcrumb ul {
    width: auto;
    margin: 0 auto;
    padding: 10px 20px 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}
/*  フッター レイアウト
---------------------------------------------*/
.footer {
  min-width: 1200px;
}

.footer .page_top {
  padding: 40px 0;
}

.footer .page_top img {
  width: 107px;
}

.footer .box_footer {
  padding: 20px 0;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer .box_footer a {
  color: #fff;
}

.footer .box_footer .box_link {
  float: left;
  width: 50%;
  text-align: left;
}

.footer .box_footer ul li {
  display: inline-block;
  padding-right: 20px;
}

/* ---- コピーライト ---- */
.footer .box_footer .box_copyright {
  float: right;
  width: 50%;
  text-align: right;
}



@media screen and (max-width:768px){
  .footer {
    min-width: inherit;
    text-align: center;
  }

  .footer .page_top {
    width: 107px;
    margin: 0 auto;
    padding: 20px 0;
  }
  
  .footer .page_top a {
    display: inline;
  }
  
  .footer .page_top img {
    width: 100%;
  }
  
  .footer .box_footer {
    padding: 40px 20px 40px;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .footer .box_footer a {
    color: #fff;
  }

  .footer .box_footer .box_link {
    float: none;
    width: auto;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer .box_footer ul li {
    margin-bottom: 10px;
    padding-right: 10px;
  }

  /* ---- コピーライト ---- */
  .footer .box_footer .box_copyright {
    float: none;
    width: auto;
    text-align: center;
    line-height: 1.5;
  } 
}

@media screen and (max-width:640px){
  .footer {
    min-width: inherit;
  }

  .footer .page_top {
    width: 30%;
    margin: 0 auto;
    padding: 20px 0;
  }
  
  .footer .page_top a {
    display: inline;
  }
  
  .footer .page_top img {
    width: 100%;
  }
  
  .footer .box_footer {
    padding: 40px 20px 40px;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .footer .box_footer a {
    color: #fff;
  }

  .footer .box_footer .box_link {
    float: none;
    width: auto;
    margin-bottom: 40px;
    text-align: left;
  }

  .footer .box_footer ul li {
    margin-bottom: 10px;
    padding-right: 10px;
  }

  /* ---- コピーライト ---- */
  .footer .box_footer .box_copyright {
    float: none;
    width: auto;
    text-align: left;
  } 
}


/*  グローバルナビ
---------------------------------------------*/
.g_menu {
    display: none;
    width: 888px;
	font-size: 13px;
	line-height: 1em;
	position: fixed;
	right: 6%;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	top: 0;
	z-index: 9900;
    color: #333;
}

.g_menu .innner_contaner {
  position: relative;
  margin: 9% auto 0;
  padding: 37px 40px;
  border-radius: 40px;
  background-color: rgba(255,255,255,0.9);
}

.g_menu .innner_contaner::before {
  position: absolute;
  top: -7%;
  right: 11%;
  content: "";
  border-top: 12px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #fff;
  border-left: 9px solid transparent;    
}

.g_menu a {
	opacity: 1;
	text-decoration: none;
}
.g_menu a:hover {
	opacity: 0.8;
}
.g_menu .mainlink_box {
	text-align: left;
	margin-bottom: 32px;
}
.g_menu .mainlink_box form {
	display: inline-block;
    border-radius: 30px;
	border: solid 2px #27b5b8;
	line-height: 32px;
	margin-left: 40px;
    overflow: hidden;
}
.g_menu .mainlink_box form input[type="text"] {
    padding: 0 15px;
	border: none;
	background-color: transparent;
	line-height: 20px;
	margin-right: 5px;
	width: 310px;
    font-size: 14px;
}
.g_menu .mainlink_box form .search_btn {
    background-color: #27b5b8;
	background-image: url(/images/premium/nav/txt-search.png);
    background-repeat: no-repeat;
	background-size: 60% auto;
    background-position: center 50%;
	border: none;
    border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 37px;
	vertical-align: middle;
	width: 65px;
}
.g_menu .mainlink_box .mainlink {
	color: #fff;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 5px;
	vertical-align: top;
	width: 180px;
}





.g_menu input:placeholder-shown {
	color: #bdbdbd;
}
.g_menu input::-webkit-input-placeholder {
	color: #bdbdbd;
}
.g_menu input:-ms-input-placeholder {
	color: #bdbdbd;
}
.g_menu input:-moz-placeholder {
	color: #bdbdbd;
}
.g_menu .link_contaner {
	align-items: flex-start;
	display: flex;
    flex-wrap: ånowrap;
	justify-content: space-between;
}
.g_menu .link_contaner .column {
    width: 25%;
	color: #bdbdbd;
    text-align: left;
}

.g_menu .link_contaner .column .col_title {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 15px;
    padding-bottom: 5px;
}

.g_menu .link_contaner .column.product .col_title {
  border-bottom: 1px solid #728ccf;
}

.g_menu .link_contaner .column.about .col_title {
  border-bottom: 1px solid #eb7757;
}

.g_menu .link_contaner .column.support .col_title {
  border-bottom: 1px solid #5090ad;
}

.g_menu .link_contaner .column.company .col_title {
  border-bottom: 1px solid #f7ae1b;
}

.g_menu .link_contaner .column.product .col_title img {
  width: 78px;
}

.g_menu .link_contaner .column.about .col_title img {
  width: 60px;
}

.g_menu .link_contaner .column.support .col_title img {
  width: 79px;
}

.g_menu .link_contaner .column.company .col_title img {
  width: 90px;
}

.g_menu .link_contaner .links .link {
	white-space: nowrap;
}
.g_menu .link_contaner .links .anc {
    display: block;
    width: 100%;
	line-height: 22px;
}

.g_menu .link_contaner .column.product .links .anc {
  color: #728ccf;
}

.g_menu .link_contaner .column.about .links .anc {
  color: #eb7757;
}

.g_menu .link_contaner .column.support .links .anc {
  color: #5090ad;
}

.g_menu .link_contaner .column.company .links .anc {
  color: #f7ae1b;
}

/* PC */
@media screen and (min-width:769px){
	.g_menu {
		transition-property: right;
	}
	.g_menu[aria-expanded="true"] {
      display: block;
	}
  
	.g_menu .link_contaner .column:not(:last-child) {
		padding-right: 19px;
		margin-right: 19px;
	}
	.g_menu .link_contaner .column .col_title {
		font-weight: bold;
	}
	.g_menu .close_btn {
		display: none;
	}
}
/* TB */
@media screen and (max-width:768px){
	.g_menu {
        display: block;
        background-color: rgba(255,255,255,0.9);
		background-size: 100%;
		height: 100vh;
        width: auto;
		left: -100%;
		overflow-y: hidden;
        padding-left: 5%;
		padding-right: 13.5%;
		right: auto;
		top: 0;
		transition-property: left;
		width: 100%;
	}
	.g_menu[aria-expanded="true"] {
		left: 0;
	}
	.g_menu .innner_contaner {
		height: calc( 100vh - 60px );
		overflow-y: auto;
        margin: 0;
		padding: 5.2% 0 0;
        border-radius: 0;
        background: none;
        -webkit-overflow-scrolling: touch;
	}  
  
	.g_menu .link_contaner {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.g_menu .link_contaner .column {
		margin-bottom: 4%;
		width: 48%;
	}
	.g_menu .link_contaner .column .col_title {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 0px;
	}
	.g_menu .link_contaner .links .link {
		border-bottom: solid 1px #d1b499;
	}
	.g_menu .link_contaner .links .anc {
		font-size: 14px;
		line-height: 39px;
	}
	.g_menu .mainlink_box {
		display: flex;
		justify-content: space-between;
	}
	.g_menu .mainlink_box .mainlink {
		background: url(../../images/precious2/menu_btn_line_sp.png)no-repeat center;
		background-size: 100% 100%;
		height: 32px;
		line-height: 32px;
		margin: 0;
		width: 22.3%;
	}
	.g_menu .mainlink_box form {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-left: 2%;
		width: 48%;
	}
	.g_menu .mainlink_box form input[type="text"] {
		margin: 0;
		width: 90%;
	}
	.g_menu .mainlink_box form .search_btn {
		height: 28px;
		width: 40px;
        background-size: 70% auto;
	}
	.g_menu .close_btn {
		background-color: rgba(103,105,105,0.9);
		height: 100vh;
		padding-top: 1.5%;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 8.3%;
	}
	.g_menu .close_btn img {
		height: 15px;
		width: 15px;
	}
  
    .g_menu .link_contaner .column.product .link {
      border-bottom: solid 1px #728ccf;
    }

    .g_menu .link_contaner .column.about .link {
      border-bottom: solid 1px #eb7757;
    }

    .g_menu .link_contaner .column.support .link {
      border-bottom: solid 1px #5090ad;
    }

    .g_menu .link_contaner .column.company .link {
      border-bottom: solid 1px #f7ae1b;
    }  
  
}
/* SP */
@media screen and (max-width:640px){
	.g_menu {
		left: -100%;
		padding: 6% 17% 8% 6%
	}  
   
  
	.g_menu .mainlink_box {
		display: block;
	}
	.g_menu .mainlink_box .mainlink {
		margin-bottom: 9%;
		width: 49%;
	}
	.g_menu .mainlink_box form {
		margin: 0;
		width: 100%;
	}
	.g_menu .link_contaner {
		display: block;
        padding-bottom: 40%;
	}
	.g_menu .link_contaner .column {
		margin-bottom: 11%;
		width: 100%;
	}
	.g_menu .link_contaner .column .col_title {
		font-size: 17px;
		padding-left: 2px;
	}
	.g_menu .link_contaner .links .anc {
		font-size: 13px;
	}
	.g_menu .close_btn {
		padding-top: 3.5%;
		width: 11%;
	}
}