@charset "utf-8";
/*
 Share Style
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	/*
  font-family: "Noto Sans JP", "sans-serif", "Verdana", "ＭＳ Ｐゴシック";
  font-size: 80%;
	*/
  background: #f4f0e5;
}
html {
  overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {}
p, li, dt, dl {
  line-height: 1.6;
}
p {
  margin: 0 0 1em 0;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
section {
  background-image: url("../images/buy_icon.svg");
  background-position: left 25% top 5%;
  background-repeat: no-repeat;
  background-size: 300px auto;
}
.box_ttl {
  color: #b277a2;
  padding: 0px 50px 0px 50px; /* 余白指定 */
  text-align: left; /* 文字中央揃え */
  font-size: 150px;
  font-weight: 500;
  text-shadow: 0 2px 0 #888;
  text-shadow: 0 3px 0 #888;
  text-shadow: 0 4px 5px #333;
}
.flex_test-box {
  padding: 0px 50px 100px 50px; /* 余白指定 */
  display: flex; /* フレックスボックスにする */
  flex-wrap: nowrap; /* 折り返し指定 */
  text-align: center; /* 文字中央揃え */
}
.flex_test-item {
  padding: 10px;
  color: #fff; /* 文字色 */
  margin: 10px; /* 外側の余白 */
  border-radius: 5px; /* 角丸指定 */
  font-size: 30px; /* 文字サイズ */
  text-align: center; /* 文字中央揃え */
}
.flex_test-item:nth-child(1) {
  background-color: #FDD000; /* 背景色指定 */
  text-align: center;
  vertical-align: middle;
}
.flex_test-item:nth-child(2) {
  background-color: #568CD2; /* 背景色指定 */
  text-align: center;
  vertical-align: middle;
}
p.ttl {
  color: #000;
}
p.tx {
  padding: 10px;
  color: #000;
  text-align: left;
  font-size: 16px;
}
.container {
  margin: auto;
  margin: 0 auto;
  display: flex;
}
.container img {
  width: 100%;
  align-self: flex-start;
}
#copyright {
  text-align: center;
  color: #2b2b2b;
  margin: 20px;
  font-size: 12px;
}
/*
 button style 
----------------------------------------------------------- */
.fancy {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 10px auto;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
}
.fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: black;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}
.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}
.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy:hover {
  color: white;
  background: black;
}
.fancy:hover::before {
  width: 0.9375rem;
  background: white;
}
.fancy:hover .text {
  color: white;
  padding-left: 1.5em;
}
.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}
.fancy:hover .bottom-key-1, .fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}
/* ----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    background-image: url("../images/buy_icon.svg");
    background-position: left 70% top 3%;
    background-repeat: no-repeat;
    background-size: 200px auto;
  }
  .box_ttl {
    color: #b277a2;
    padding: 0px 20px; /* 余白指定 */
    text-align: left; /* 文字中央揃え */
    font-size: 80px;
    font-weight: 500;
    text-shadow: 0 2px 0 #888;
    text-shadow: 0 3px 0 #888;
    text-shadow: 0 4px 5px #333;
  }
  .flex_test-box {
    padding: 10px 10px 50px; /* 余白指定 */
    display: flex; /* フレックスボックスにする */
    flex-wrap: wrap; /* 折り返し指定 */
    text-align: center; /* 文字中央揃え */
  }
  .flex_test-item {
    width: 100%;
    padding: 10px;
    color: #fff; /* 文字色 */
    margin: 10px; /* 外側の余白 */
    border-radius: 5px; /* 角丸指定 */
    font-size: 30px; /* 文字サイズ */
    display: flex; /* フレックスボックスにする */
    flex-wrap: wrap; /* 折り返し指定 */
  }
  p.ttl {
    color: #000;
  }
  p.tx {
    padding: 10px;
    color: #000;
    text-align: left;
    font-size: 16px;
  }
  .container {
    margin: auto;
    margin: 0 auto;
    display: flex;
  }
  .container img {
    width: 100%;
    align-self: flex-start;
  }
  #copyright {
    text-align: center;
    color: #2b2b2b;
    margin: 20px;
    font-size: 10px;
  }
}