@charset "UTF-8";
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
	04 Company_style
	05 Staff_style
*/
/*====================================================================
	01 General_style
====================================================================*/
body {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body.on {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

a {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

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

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.inview {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  -ms-transition: all 0.5s ease-in-out 0.3s;
  -moz-transition: all 0.5s ease-in-out 0.3s;
  -o-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}

.inview.view {
  opacity: 1;
}

.sp {
  display: none;
}

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

/*====================================================================
	02 Common_style
====================================================================*/
/*---------------------------------------------------------
	header
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -70px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media screen and (max-width: 768px) {
  header {
    height: 45px;
    background: #000;
    margin-top: 0;
  }
}

header .inner {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  header .inner .logo {
    display: block;
    width: 90px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

header .inner .logo img {
  width: 140px;
  margin: 15px 10px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media screen and (max-width: 768px) {
  header .inner .logo img {
    fill: #fff;
    width: 100%;
    margin: 0 auto;
  }
}

header .inner .nav {
  letter-spacing: -.4em;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  header .inner .nav {
    position: fixed;
    top: 45px;
    width: 100%;
    height: 100%;
    background: #5a4498;
    right: -100%;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  header .inner .nav.on {
    right: 0;
  }
}

header .inner .nav ul li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  header .inner .nav ul li {
    display: block;
  }
}

header .inner .nav ul li a {
  display: block;
  color: #000;
  line-height: 70px;
}

@media screen and (max-width: 768px) {
  header .inner .nav ul li a {
    color: #fff;
  }
}

header .inner .nav ul li a:hover {
  color: #2b7faa;
}

header .inner .nav .nav_header ul li a {
  font-size: 1.25em;
}

header .inner .nav .nav_footer ul li:first-child {
  border-top: 1px solid #fff;
  padding-top: 10px;
}

header .inner .nav .nav_footer ul li a {
  line-height: 40px;
}

header.on {
  margin-top: 0;
}

header.on .inner svg {
  fill: #fff;
}

header.on .inner ul li a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  header.on {
    background: #000;
  }
}

header.under {
  position: relative;
  margin-top: 0;
  background: #000;
}

header.under .inner .nav ul li a {
  color: #fff;
}

header .sp_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  header .sp_menu {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

header .sp_menu span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 10px;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

header .sp_menu span:first-child {
  top: 13px;
  transform-origin: 0 0;
}

header .sp_menu span:nth-child(2) {
  top: 0;
  bottom: 0;
}

header .sp_menu span:last-child {
  bottom: 13px;
  transform-origin: 0 0;
}

header .sp_menu.on span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .sp_menu.on span:nth-child(2) {
  opacity: 0;
}

header .sp_menu.on span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*---------------------------------------------------------
	footer
*/
footer {
  background: #babfff;
  text-align: center;
  position: relative;
  padding-top: 30px;
}

footer .scroll_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #5a4498;
  line-height: 70px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.08em;
  z-index: 9999;
}

footer .scroll_top:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer p {
  font-size: 1.33em;
  letter-spacing: .06em;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  footer p {
    font-size: 1.25em;
    margin-bottom: 5%;
  }
}

footer ul {
  letter-spacing: -.4em;
}

@media screen and (max-width: 768px) {
  footer ul {
    display: none;
  }
}

footer ul li {
  letter-spacing: .06em;
  display: inline-block;
  margin: 0 10px;
}

footer address {
  font-size: 0.83em;
  padding: 20px 0 30px;
  color: #222;
  font-style: normal;
}

/*====================================================================
	03 Top_style
====================================================================*/
/*---------------------------------------------------------
	Top
*/
#top .main_img {
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

#top .main_img video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}

#top .main_img video.size_pc {
  width: 100%;
  height: auto;
}

#top .main_img video.size_sp {
  width: auto;
  height: 100%;
}

#top .main_img .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
  width: 30%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #top .main_img .catch {
    width: 70%;
    max-width: 350px;
  }
}

#top .main_img .scroll {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  -moz-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@-moz-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

#top .cts {
  position: relative;
  margin-bottom: 100px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  #top .cts {
    margin-bottom: 20%;
  }
}

#top .cts .inner {
  display: block;
  width: 96%;
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #top .cts .inner {
    width: 94%;
  }
}

#top .cts h2 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #5a4498;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: .06em;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  #top .cts h2 {
    font-size: 2em;
    margin-bottom: 10%;
  }
}

#top .cts h2 span {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: .5em;
}

#top .cts.concept p {
  line-height: 1.5;
  letter-spacing: .06em;
}

#top .cts.concept p.ttl {
  text-align: center;
  font-size: 2em;
  margin: 100px auto 40px;
}

@media screen and (max-width: 768px) {
  #top .cts.concept p.ttl {
    font-size: 1.5em;
    margin: 15% auto 10%;
  }
}

#top .cts.concept p.txt {
  font-size: 1.33em;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #top .cts.concept p.txt {
    font-size: 1.25em;
    margin-bottom: 15%;
  }
}

#top .cts.concept ul {
  width: 90%;
  margin: 0 auto;
}

#top .cts.concept ul .slick-list {
  overflow: initial;
}

#top .cts.concept ul .slick-prev, #top .cts.concept ul .slick-next {
  width: 6%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#top .cts.concept ul .slick-prev {
  left: -6%;
}

#top .cts.concept ul .slick-next {
  right: -6%;
}

#top .cts.concept ul .slick-prev:before,
#top .cts.concept ul .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  opacity: 1;
  margin: auto;
}

#top .cts.concept ul .slick-prev:before {
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top .cts.concept ul .slick-next:before {
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top .cts.blog ul {
  letter-spacing: -.4em;
}

#top .cts.blog ul li {
  letter-spacing: .06em;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 1%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #top .cts.blog ul li {
    margin-bottom: 5%;
  }
}

#top .cts.blog ul li img {
  margin-bottom: 10px;
}

#top .cts.blog ul li p {
  margin-bottom: 10px;
  font-size: 1.08em;
}

@media screen and (max-width: 768px) {
  #top .cts.blog ul li p {
    font-size: 1em;
  }
}

#top .cts.blog ul li h3 {
  font-size: 1.33em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #top .cts.blog ul li h3 {
    font-size: 1.08em;
  }
}

#top .cts.blog .more {
  display: table;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  background: #5a4498;
  border-radius: 10px;
  color: #fff;
  margin: 20px auto 0;
  letter-spacing: .3em;
}

@media screen and (max-width: 768px) {
  #top .cts.blog .more {
    margin-top: 5%;
  }
}

#top .cts.order .inner {
  position: relative;
  letter-spacing: -.4em;
}

#top .cts.order .inner .img_area {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .img_area {
    width: 100%;
  }
}

#top .cts.order .inner .img_area img {
  display: block;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .img_area img {
    width: 100%;
  }
}

#top .cts.order .inner .txt_area {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  letter-spacing: .06em;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .txt_area {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 30px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#top .cts.order .inner .txt_area p.item_name {
  font-size: 1.66em;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .txt_area p.item_name {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
}

#top .cts.order .inner .txt_area ul li p {
  display: inline-block;
  font-size: 1.33em;
  line-height: 1.5;
  vertical-align: middle;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .txt_area ul li p {
    font-size: 1.25em;
    margin-bottom: 5%;
  }
}

#top .cts.order .inner .txt_area ul li p.name {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .txt_area ul li p.name {
    width: 100%;
    margin-bottom: 2%;
  }
}

#top .cts.order .inner .txt_area p.attention {
  margin-bottom: 20px;
}

#top .cts.order .inner .txt_area p.mail {
  font-size: 1.66em;
}

#top .cts.order .inner .txt_area p.fax {
  font-size: 1.66em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .txt_area p.fax {
    font-size: 1.25em;
    margin-bottom: 5%;
  }
}

#top .cts.order .inner .txt_area .btn_area {
  bottom: 20px;
  left: 50%;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .txt_area .btn_area {
    position: relative;
    bottom: 0;
    left: 0;
  }
}

#top .cts.order .inner .txt_area .btn_area a.btn {
  display: inline-block;
  font-size: 1.33em;
  color: #fff;
  padding: 15px 20px;
  background: #5a4498;
  border-radius: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #top .cts.order .inner .txt_area .btn_area a.btn {
    display: block;
    text-align: center;
    width: 90%;
    max-width: 300px;
    margin: 0 auto 5%;
  }
}

#top .cts.shop .inner {
  position: relative;
  letter-spacing: -.4em;
  margin-bottom: 50px;
}

#top .cts.shop .inner .img_area {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #top .cts.shop .inner .img_area {
    width: 100%;
  }
}

#top .cts.shop .inner .img_area img {
  display: block;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #top .cts.shop .inner .img_area img {
    width: 100%;
  }
}

#top .cts.shop .inner .txt_area {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  letter-spacing: .06em;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #top .cts.shop .inner .txt_area {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 30px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#top .cts.shop .inner .txt_area p.catch {
  font-size: 1.08em;
  margin-bottom: 10px;
}

#top .cts.shop .inner .txt_area p.name {
  font-size: 1.66em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #top .cts.shop .inner .txt_area p.name {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
}

#top .cts.shop .inner .txt_area p.info {
  font-size: 1.16em;
  line-height: 1.6;
  margin-bottom: 20px;
}

#top .cts.shop .inner .txt_area a.btn {
  display: table;
  font-size: 1.33em;
  color: #fff;
  padding: 15px 40px;
  background: #5a4498;
  border-radius: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #top .cts.shop .inner .txt_area a.btn {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 90%;
    max-width: 300px;
    margin: 0 auto 5%;
  }
}

/*====================================================================
	04 Blog_style
====================================================================*/
/*---------------------------------------------------------
	Blog
*/
#blog_archive h1 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #5a4498;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: .06em;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  #blog_archive h1 {
    font-size: 2em;
    margin-bottom: 10%;
  }
}

#blog_archive .news_inner {
  display: block;
  width: 96%;
  max-width: 900px;
  margin: auto;
}

#blog_archive .news_inner ul {
  letter-spacing: -.4em;
}

#blog_archive .news_inner ul li {
  letter-spacing: .06em;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 1%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #blog_archive .news_inner ul li {
    margin-bottom: 5%;
  }
}

#blog_archive .news_inner ul li img {
  margin-bottom: 10px;
}

#blog_archive .news_inner ul li p {
  margin-bottom: 10px;
  font-size: 1.08em;
}

@media screen and (max-width: 768px) {
  #blog_archive .news_inner ul li p {
    font-size: 1em;
  }
}

#blog_archive .news_inner ul li h3 {
  font-size: 1.33em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #blog_archive .news_inner ul li h3 {
    font-size: 1.08em;
  }
}

#blog_single h1 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #5a4498;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: .06em;
  margin: 50px auto;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #blog_single h1 {
    font-size: 2em;
    margin-bottom: 10%;
  }
}

#blog_single .inner {
  display: block;
  width: 96%;
  max-width: 900px;
  margin: auto;
}

#blog_single .inner p {
  font-size: 1.25em;
  line-height: 2;
}

#blog_single .inner img {
  width: auto;
  max-width: 100%;
  margin: 20px 0;
}

#blog_single .inner .catch_img {
  margin-bottom: 40px;
}

#blog_single .inner .btn_back {
  display: table;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.33em;
  background: #5a4498;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto 50px;
  letter-spacing: .3em;
}

#blog_single .inner .paging {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin: 40px auto;
}

#blog_single .inner .paging div {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-size: 1.08em;
  text-decoration: underline;
}

#blog_single .inner .paging div.next {
  left: 0;
}

#blog_single .inner .paging div.prev {
  right: 0;
}

/*====================================================================
	04 Guide_style
====================================================================*/
/*---------------------------------------------------------
	Guide
*/
#guide {
  display: block;
  width: 96%;
  max-width: 900px;
  margin: auto;
  padding: 50px 0;
}

#guide h2 {
  position: relative;
  font-size: 2em;
  padding-left: 20px;
  line-height: 1.5;
  margin: 0 0 30px;
}

#guide h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: #5a4498;
}

#guide ul {
  border-top: 1px solid #eee;
  margin-bottom: 50px;
}

#guide ul li {
  position: relative;
  letter-spacing: -.4em;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

#guide ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  display: block;
  width: 1px;
  height: 100%;
  background: #eee;
}

#guide ul li h3 {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  letter-spacing: .06em;
  padding-left: 10px;
  line-height: 1.5;
}

#guide ul li p {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  letter-spacing: .06em;
  padding-left: 10px;
  line-height: 1.5;
}
