body {
  font-family: "Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .8px;
  color: #333;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #B78349;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

ul,
li {
  list-style: none;
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}


  /*-- PC表示  --*/
.pc-only {
  display:block;
}
.sp-only {
  display:none;
}
.pc_tab-only {
  display:none;
}
.tab-only {
  display:none;
}

/*-- タブレット表示  --*/
@media screen and (max-width: 1024px) and (min-width: 767px){
  .pc-only {
    display:none;
  }
  .sp-only {
    display:none;
  }
  .tab-only {
    display:block;
  }
}

/*-- スマホ表示  --*/
@media screen and (max-width: 767px){
  .pc-only{
    display:none;
  }
  .sp-only {
    display:block;
  }
  .tab-only {
    display:none;
  }
}

/*-- PC・タブレット表示  --*/
@media screen and (min-width: 767px){
  .sp-only {
    display:none;
  }
  .pc_tab-only {
    display:block;
  }
  .tab_sp-only {
    display:none;
  }
}

/*-- SP・タブレット表示  --*/
@media screen and (max-width: 1024px){
  .pc-only{
    display:none;
  }
  .tab_sp-only {
    display:block;
  }
}

/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  /*padding-top: 73px;*/
}

.section {
  padding: 90px 0;
}

.section:nth-of-type(odd) {
  background-color: #f7f7f7;
  background-image: url(../img/bg_wave.jpg);
}

.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

.inner .icon{
  display: block;
  max-width: 80px;
  margin: 0 auto;
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 37px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: #333;
 /* font-weight: bold;*/
  margin-top: 0.2em;
  font-family: 'Bad Script', cursive;
}
.title_sub {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  color: #333;
  /*font-weight: bold;
  font-family: 'Bad Script', cursive;*/
}

.lead {
  text-align: center;
  margin-bottom: 30px;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.main-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/*-- タブレット・スマホ表示  --*/
@media screen and (min-width: 760px)and(max-width: 1025px){
  .main-visual {
    min-height: 100vh;
  }
}
@media screen and (max-width: 760px){
  .main-visual {
    height:100%;
  }
}

.main-visual-inner {
  padding: 20px 40px 0;
  z-index: 0;
  position: absolute;
  color: #ffffff;
  text-shadow: 1px 2px 15px #00000045;
}

.main-visual-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: .05em;
}
.main-visual-title span {
  font-size: 35%;
  font-weight: normal;
}
.main-visual-subtitle {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: .08em;
  font-family: 'Bad Script', cursive;
}

/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}*/
.sliderWrap {
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .sliderWrap {
    min-width: 1200px;
  }
}
/*body {
  background: #3498db;
}*/
/*.slider {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.slideritem {
  height: 300px;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}
.slideritem p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  text-align: center;
}

@media (min-width: 1px) and (max-width: 750px){
    .slideritem {
    height: 100px;
  }
}*/

.floating_bn {
  display: block;
  position: absolute;
  right: 28em;
  top: 37em;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}

.floating_bn :hover {
  opacity: .9;
}

@media only screen and (min-width: 1281px) and (max-width: 1800px) {
  .floating_bn {
    right: 10em;
    top: 35em;
  }
}
@media print {
  .floating_bn {
    right: 10em;
    top: 20em;
  }
}
.ie8 .floating_bn {
  right: 10em;
  top: 20em;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .floating_bn {
    right: 8em;
    top: 26em;
  }
}
@media print {
  .floating_bn {
    right: 10em;
    top: 19em;
  }
}
.ie8 .floating_bn {
  right: 10em;
  top: 19em;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .floating_bn {
    right: 4em;
    top: 14em;
  }
}
@media print {
  .floating_bn {
    right: 4em;
    top: 14em;
  }
}
.ie8 .floating_bn {
  right: 4em;
  top: 14em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .floating_bn {
    right: 3em;
    top: 26em;
  }
}
@media only screen and (max-width: 767px) {
  .floating_bn p img {
    width: 124px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .floating_bn {
    right: 2em;
    top: 41em;
    margin-top: 0em;
  }
}
@media only screen and (max-width: 767px) {
  .floating_bn {
    right: 1.5em;
    top: 33em;
  }
}
@media only screen and (min-width: 10px) and (max-width: 320px) {
  .floating_bn {
    right: -15px;
  }
  .floating_bn p {
    width: 80%;
  }
}

/*--------------------------------
 Works
---------------------------------*/
.works-list {
  display: flex;
  flex-wrap: wrap;
}

.works-item {
  width: 31.74603%;
  margin-right: 1.58730%;
  margin-bottom: 20px;
  color: #333;
}

.works-item:hover {
  opacity: .8;
}

.works-item:nth-of-type(3n) {
  margin-right: 0;
}

/*.works-img img {
  border: 1px solid #e6e6e6;
}*/

.works-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.works-info {
  font-size: 10px;
}

.more {
  text-align: center;
  border: 1px solid #B78349;
  border-radius: 60px;
  width: 160px;
  padding: 7px 0;
  margin: 3em auto 0em;
  transition: opacity .3s;
  text-decoration: none;
  color: #B78349;
  cursor: pointer;
}


/*--------------------------------
 Skill
---------------------------------*/
.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.skill-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 50px;
}

.skill-img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.skill-body {
  flex: 1;
}

.skill-name {
  margin-bottom: 3px;
}

/*--------------------------------
 About
---------------------------------*/
.profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.profile-img {
  width: 20%;
  margin-right: 30px;
  border-radius: 50%;
}
.profile-img img {
  border-radius: 50%;
}
.profile-body {
  flex: 1;
}
.profile-body p:nth-of-type(1) {
  text-align: center;
}
.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}
.bg_wave {
  position: absolute;
  z-index: 0;
  margin-top: -5em;"
}

/*--------------------------------
 Contact
---------------------------------*/
.contact {
  text-align: center;
}

.contact-item:not(:last-child) {
  margin-right: 10px;
}

.contact-item img {
  max-width: 35px;
}

.contact-text {
  margin-top: 10px;
}

.contact-list {
  margin-bottom: .5em;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 130px 0;
}

.article-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
}

.article-img {
  margin-bottom: 20px;
  text-align: center;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-body .img_mini {
  width: 300px;
}

.article-info-title {
  font-size: 15px;
}

.article-body img {
  margin-bottom: 30px;
}

.article-body p {
  margin-bottom: 30px;
}

.home-link {
  text-align: center;
  border: 1px solid #B78349;
  border-radius: 60px;
  width: 160px;
  padding: 7px 0;
  margin: 0 auto;
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  /* 見出し */
  .title {
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: normal;
    margin-top: 0.2em;
    font-family: 'Bad Script', cursive;
  }

  /* レイアウト */
  .wrapper {
    /*padding-top: 57px;*/
  }

  .section {
    padding: 60px 0;
    background-color: #ffffff;
  }

  .inner {
    padding: 0 20px;
  }

  /*  メインビジュアル */
  .main-visual {
    /*height: 75vh;*/
  }

/*-- タブレット表示  --*/
@media screen and (max-width: 1024px) and (min-width: 500px){
  .main-visual {
    height: 65vh;
  }
}

  .main-visual-inner {
    padding: 0 20px;
  }

  .main-visual-title {
    font-size: 30px;
    font-weight: 700;
  }
  .main-visual-title span {
    font-size: 35%;
    font-weight: normal;
  }

  .main-visual-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    /*font-weight: bold;
    font-family: 'Bad Script', cursive;*/
  }

  /* Works */
  .works-name {
    font-size: 10px;
  }

  .works-list {
    justify-content: space-between;
  }

  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* Skill */
  .skill-list {
    display: block;
    margin-bottom: 0;
  }

  .skill-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  /* About */
  .profile {
    display: block;
  }
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  /* 下層ページ */
  .article {
    padding: 100px 0;
  }
}
