@charset "UTF-8";
/* CSS Document*/

#path h1{
  display: inline-block;
  font-size: 11px;
  font-weight: lighter;
  white-space: nowrap;
}

#container2{
  overflow: hidden;
  width: 100%;
}

#main-content{
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; sans-serif;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  width: 970px;
}
#main-content a,
#main-content a img{
  transition: .3s;
}

/* title */
.title{
  margin: 20px 0 0 0;
  text-align: center;
  width: 100%;
}
.title img{
  width: 25%;
}
/* nav */
.nav{
  position: absolute;
  right: 0;
}
.nav a{
  color: #333;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
}
.nav a::after{
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  transition: .3s;
  width: auto;
}
/* section */
.section{
  margin: 40px auto 0 auto;
  overflow: hidden;
  width: 100%;
}

.section > div:nth-of-type(2n){
  margin-left: 8%;
}

.coordinate{
  float: left;
  height: 800px;
  width: 46%;
}
.coordinate img{
  width: 100%;
}
.coordinate ul{
  margin: 20px 0 0 0;
  text-align: right;
}
.coordinate ul li{
  margin: 0 0 0 0;
}
.coordinate ul a{
  color: #333;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  overflow: hidden;
}
.coordinate ul li a::after{
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  transition: .3s;
  width: auto;
}
.coordinate ul li a > span::after{
  background: #fff;
  border: 1px solid #ccc;
  content: "LOOK";
  display: inline-block;
  font-size: 10px;
  height: 11px;
  line-height: 10px;
  margin: 0 0 0 10px;
  padding: 0 10px;
  transition: .3s;
}



/* under link */
.under_link{
  padding: 0 0 50px 0;
  text-align:center;
  width: 100%;
}
.under_link li{
  display: inline-block;
  margin: 0 20px 20px auto;
  text-align: center;
  transition: .3s;
  width: 200px;
}
.under_link li:nth-of-type(4n){
  margin-right: 0;
}
.under_link li a{
  background: #eee;
  color: #574945;
  display: block;
  font-size: 93%;
  padding: 14px 0;
}
.under_link li a{
  background: #eee;
  color: #574945;
  display: block;
  font-size: 93%;
  padding: 14px 0;
}
.under_link li:last-of-type a{
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #574945;
}

/* disable */
a.disable,
a.disable span{
  color: #bbb;
  cursor: default;
}
.nav a.disable::after{
  background: #ccc!important;
}
.item-list a.disable::after{
  background: #fff!important;
}
.item-list a.disable span::after{
  visibility: hidden;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/


@media screen and (max-width: 640px){
/* window??640px??????????*/

#path h1{
  font-size: 75%;
}
#main-content{
  padding: 0;
  width:100%;
}

/* SMP title */
.title{
  margin: 10px 0 6vw 0;
}
.title img{
  width: 70%;
}
/* SMP nav */
.nav{
  right: 5vw;
}
.nav a{
  font-size: 14px;
  font-weight: 600;
}
/* SMP section */
.section{
  margin: 18vw auto 0 auto;
}

.section > div:nth-of-type(2n){
  margin-left: 0;
}

.coordinate{
  float: none;
  height: auto;
  width: 100%;
}
.coordinate img{
  width: 100%;
}
.coordinate ul{
  margin: 0 0 16vw 0;
  text-align: left;
}
.coordinate ul li{
  border-bottom: 1px dotted #ccc;
  margin: 0;
}
.coordinate ul a{
  box-sizing: border-box;
  display: block;
  font-size: 4vw;
  padding: 4vw 0 4vw 5vw;
  position: relative;
}
.coordinate ul li a::after{
  display: none;
}
.coordinate ul li a > span::after{
  font-size: 4vw;
  height: 4.2vw;
  line-height: 4vw;
  margin: 0;
  padding: 0 2vw;
  position: absolute;

  right: 5vw;
  top: 7vw;
}
/* SMP under link */
ul.under_link{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width:90%;
}
ul.under_link li{
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-right: 0;
  width: 100%;
}
ul.under_link li a{
  box-sizing: border-box;
  padding-left: 5%;
}
ul.under_link li:last-of-type a{
  background-color: #666;
  color: #fff;
}

}

@media screen and (min-width: 641px){
/* hover settings */
.nav a:hover::after{
  background: #333;
  content: "";
  display: block;
  height: 2px;
  width: auto;
}
.coordinate ul li a:hover::after{
  background: #999;
}
.coordinate ul li a:hover > span::after{
  background: #444;
  border: 1px solid #444;
  color: #fff;
}
/* HOVER under_link */
ul.under_link li:hover{
}
ul.under_link li a:hover{
  border-color: #999;
  background: #999;
  color: #fff;
}
ul.under_link li a:hover b{
  color: #fff;
}

}
