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

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #f05a24;
  text-decoration: none;
}
a:visited {
  color: #f05a24;
  text-decoration: none;
}
a:hover {
  color: #e2a50b;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center top;
  background-image: url(../images/base_2016.jpg);
  background-size: 1500px;
  font-family: sans-serif;
  color: #000000;
  letter-spacing: 0.1em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

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

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

.wrapper {
  margin: 0 auto;
  width: 950px;
}

ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
br.sp {
  display: none;
}

/* ヘッダー
 * --------------------------------------------------------*/
.logo {
  text-align: left;
  padding-bottom: 20px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*タイトル＆ヨドガワ
 * --------------------------------------------------------*/
.contents1 {
  width: 920px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.contents1 .title {
  width: 550px;
  float: left;
}
.contents1 .right {
  float: right;
  font-size: 14px;
  line-height: 1.8em;
  color: #fff;
}
.prof {
  width: 600px;
  margin: 0 auto;
}

/*本文
 * --------------------------------------------------------*/
.textbase {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.photo_kinoko {
  text-align: center;
  padding-top: 50px;
}
.photo_kinoko img {
	max-height: 750px;
	max-width: 750px;
}
.text_choice {
  text-align: center;
  padding-top: 30px;
}
.btn_choice {
  width: 840px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 70px;
}

/*本紹介
  * --------------------------------------------------------*/
.contents_book {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
}
.contents_book .photo {
  width: 330px;
}
.contents_book .right {
  font-size: 14px;
  line-height: 1.8em;
}
.bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.credit {
  font-size: 13px;
  line-height: 1.8em;
  margin-top: 20px;
  color: #666;
}
.comment {
  font-size: 13px;
  line-height: 1.8em;
  margin-top: 20px;
}
.contents_book .amazon {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*ボタン
  * --------------------------------------------------------*/
a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: fit-content;
  height: 40px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #f05a24;
  border-radius: 5px;
  border: 2px solid #f05a24;
  color: #fff;
  padding-right: 1em;
  padding-left: 1em;
}
.a.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
a.button,
a.button::before,
a.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.button::before,
a.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f05a24;
}

a.button::before {
  right: 0;
}
a.button::after {
  left: 0;
}

a.button:hover {
  background-color: #fff;
  border-color: #f05a24;
  color: #f05a24;
}

a.button:hover::before,
a.button:hover::after {
  width: 0;
  background-color: #f05a24;
  color: #f05a24;
}

a.button_center {
  margin-right: auto;
  margin-left: auto;
}




/*アーカイブ
 * --------------------------------------------------------*/
.archive {
  margin: 0 auto;
  width: 812px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.archive ul {
  width: 812px;
}
.archive li {
  display: inline-block;
  margin: 0 10px 15px 0;
}

.archive img {
  transition: all 0.1s ease-in-out;
}
.archive img:hover {
  transform: scale(1.05);
}

/*フッター
 * --------------------------------------------------------*/
#footer {
  width: 800px;
  margin: 0 auto;
  clear: both;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
#footer li {
  list-style-type: none;
}
#btn_fb {
  text-align: center;
  padding-top: 30px;
  margin-left: 70px;
}
.date {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.copyright {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  clear: both;
}
.copyright .text {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.02em;
}

/*タブレット対応
	* --------------------------------------------------------*/
@media screen and (max-width: 950px) {
  .wrapper {
    width: 100%;
  }
  .contents1 {
    width: 92%;
  }
  .contents1 .title {
    width: 60%;
  }
  .contents1 .title img {
    width: 90%;
    height: auto;
  }
  .contents1 .right {
    width: 40%;
    font-size: 80%;
  }
  .contents1 img {
    width: 60%;
    height: auto;
  }
  .textbase {
    width: 95%;
  }
  .textbase img {
    width: 95%;
    height: auto;
  }
  .btn_choice {
    width: 95%;
    text-align: center;
  }
  .btn_choice img {
    width: 31%;
    height: auto;
  }
  .contents_book {
    width: 95%;
  }
  .contents_book .right {
    width: 50%;
  }
  .archive {
    width: 95%;
    text-align: center;
  }
  .archive ul {
    width: 100%;
  }
  .archive img {
    width: 65px;
  }
  #footer {
    width: 80%;
  }

  a.button_center {
    font-size: 15px;
  }
  
}

/*スマホ対応
	* --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  body {
    background-image: url(../images/base_sp.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
  }
  .wrapper {
    width: 100%;
  }

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

  br {
    display: none;
  }

  br.sp {
    display: inherit;
  }

  /*スマホ対応 ヘッダ＆ヨドガワ
	 * --------------------------------------------------------*/
  .logo {
    width: 95%;
    text-align: center;
    padding-top: 10px;
  }
  .contents1 {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  .contents1 .title {
    width: 100%;
    text-align: center;
  }
  .contents1 .right {
    padding-top: 20px;
    padding-left: 30px;
    float: none;
    width: 85%;
    margin: 0 auto;
    font-size: 77%;
  }
  .contents1 img {
    width: 95%;
    height: auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 本文
	 * --------------------------------------------------------*/
  .textbase {
    width: 95%;
    margin-bottom: 10px;
  }
  .photo_kinoko {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .text_choice {
    text-align: center;
    font-size: 90%;
  }
  .btn_choice {
    width: 95%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .btn_choice img {
    width: 90%;
  }

  /*スマホ対応　本紹介
	  * --------------------------------------------------------*/
  .contents_book {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .contents_book .photo {
    width: 100%;
    text-align: center;
  }
  .contents_book .photo img {
    width: 65%;
  }
  .contents_book .right {
    float: none;
    width: 90%;
    margin: 0 auto;
    font-size: 80%;
  }
  .contents_book .right br {
    display: none;
  }
  .bold {
    font-size: 18px;
  }
  .comment {
    font-size: 12px;
  }
  .contents_book .amazon {
    padding-top: 10px;
  }

  /*スマホ対応 アーカイブ
	 * --------------------------------------------------------*/
  .archive {
    width: 95%;
    text-align: center;
    margin-bottom: 40px;
  }
  .archive img {
    width: 75px;
  }
  .archive ul {
    zoom: 1;
    width: 100%;
  }
  .archive li {
    margin: 0 0 5px 0;
  }

  /*スマホ対応 フッター
	 * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
  }
  #footer ul {
    gap: 30px;
  }

  #footer li img {
    width: auto;
    height: 72px;
  }

  .copyright .text {
    font-size: 10px;
    text-align: center;
  }
}
