@charset "UTF-8";
/* CSS Document*/


#main-content{
  color: #333;
  font-family: 'EB Garamond' , "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; sans-serif;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#main-content a,
#main-content a img{
  transition: .3s;
}

/* title */
.title{
  margin: 0;
  text-align: center;
  width: 100%;
}


/* coordinate-wrap */
.coordinate-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  flex-flow: wrap;
  justify-content: flex-start;
  margin: 40px auto 0;
  overflow: hidden;
  width: 100%;
}

.coordinate-wrap > div:nth-of-type(2n){
  margin-left: 8%;
}

/**/
.coordinate{
  height: 850px;
  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-size: 13px;
  overflow: hidden;
}
.coordinate ul li a::after{
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  transition: .3s;
  width: auto;
}
.coordinate ul li a > span::after{
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 3px 3px;
  transform: rotate(45deg);
  transition: .3s;
  vertical-align: middle;
  width: 6px;
}


/* under link */
.under_link_box{
  overflow: hidden;
}
.under_link{
  margin: 50px auto 100px;
  text-align: center;
  width: 100%;
}
.under_link li{
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  width: 280px;
}
.under_link li a{
  background: #49453d;
  border: 1px solid #4a463e;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 14px 0;
}

/*favorite*/
.under_link li a.m-btn-inactive{
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}




/* backnumber */
nav.backnumber ul{
  margin: 10px 0 50px;
  text-align: center;
}
nav.backnumber ul li{
  display: inline-block;
  font-size: 10px;
}
nav.backnumber ul li img{
  width: 300px;
}
nav.backnumber ul li span{
  display: inline-block;
  margin: 5px 0 0;
}
nav.backnumber ul li span::after{
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  transition: .3s;
  width: auto;
}


/* 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??????????*/

#main-content{
  width: 100%;
}
/* SMP title */
.title{
  margin: 6vw 0 0;
}
.title img{
  width: 100%;
}
/* SMP nav */
.nav{
  right: 5vw;
}
.nav a{
  font-size: 14px;
  font-weight: 600;
}
/* SMP section */
.coordinate-wrap{
  margin: 10vw auto 0;
}

.coordinate-wrap > div:nth-of-type(2n){
  margin-left: 0;
}

.coordinate{
  float: none;
  height: auto;
  width: 100%;
}
.coordinate img{
  width: 100%;
}
.coordinate ul{
  margin: 4vw 0 16vw;
}
.coordinate ul li{
  margin: 0;
}
.coordinate ul a{
  box-sizing: border-box;
  display: block;
  font-size: 4vw;
  margin: 2vw 0 0;
  padding-left: 4vw;
  position: relative;
}
.coordinate ul li a::after{
  display: none;
}
.coordinate ul li a > span::after{
  height: 2vw;
  margin: 0 4vw 1.5vw 2vw;
  position: static;
  width: 2vw;
}
/* SMP under link */
ul.under_link {
  margin: 0 auto 100px;
  width: 92%;
}
ul.under_link li{
  margin: 0 0 10px;
  width: 100%;
}
ul.under_link li a{
  margin: 0;
}
.sp_visible{
  display: block;
}

.pc_visible{
  display: none;
}
}

@media screen and (min-width: 641px){
/* hover settings */
.sp_visible{
  display: none;
}
.nav a:hover::after{
  background: #333;
  content: "";
  display: block;
  height: 2px;
  width: auto;
}
.coordinate ul li a:hover::after,
nav.backnumber ul li a:hover span::after{
  background: #999;
}
.coordinate ul li a:hover > span::after{
  border-right: 1px solid #444;
  border-top: 1px solid #444;
  content: "";
}

nav.backnumber ul li span::after{
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  transition: .3s;
  width: auto;
}
nav.backnumber ul li a:hover{
  opacity: .5;
}
/* 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;
}

}
