@charset "utf-8";

/*
Theme Name: naomin_portfolio
Theme URL: https://naomin.work
*/

/* =================================================================
		Reset Styles
================================================================= */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

address, caption, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style-type: none;
}

ol li {
  list-style-position: inside;
  text-indent: -1em;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}


/*レスポンシブの画像の大きさ*/

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/*===========================================================
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
===========================================================*/

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input
/*,button*/

, textarea
/*,button*/

{
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}


/* ==================================================
 style info :

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%

=================================================== */


/*ここからbodyの設定を書く*/

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #eeeaec url(images/bg_gray_m50.png) no-repeat center fixed;
  width: 100%;
  font-family: 'Quintessential', cursive;
  letter-spacing: 0.04em;
}

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

a:hover {
  text-decoration: underline;
}

a:link {
  text-decoration: none;
}

a:visited {}

a:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    position: relative;
  }
  #menu li a:hover {}
  .wrapper {
    position: relative;
  }
}


/*=================================================================
  	ハンバーガーメニュー
================================================================= */

@media screen and (max-width: 767px) {
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    background: #ede4e1;
    ;
    z-index: 99;
    float: right;
  }
  .menu-trigger span {
    position: absolute;
    background: #333;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .g-nav {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    right: 0;
    z-index: 9;
  }
  .g-nav .list {
    padding: 20px;
  }
  .g-nav .list .item {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
  }
  .g-nav .list .item a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
  }
}


/*=================================================================
  	header
================================================================= */

header#header {
  width: 100%;
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1); */
  /*必須*/
  z-index: 1;
  /* background: transparent; */
  /* height: 120px;
  line-height: 120px; */
  /* height: 100px; */
  line-height: 100px;
  /* padding-left: 10px; */
  position: fixed;
  background: rgba(238, 236, 234, 0.99) url(images/bg_glay_m50.png) no-repeat center fixed;
  /* opacity: 0.9; */
}

header a {
  font-size: 25px;
}

header nav ul li a:hover {
  opacity: 0.4 !important;
}

nav#menuList {
  /*padding-top: 20px;*/
  /*必須*/
}

.h1_rose_sumaho {
  display: none;
}

h1 {
  float: left;
  /* color: #e73562; */
  /* text-shadow: -1px -1px 1px #a5a5a5, 1px 1px #ffffff; */
  font-size: 30px;
  font-family: 'Quintessential', cursive;
}

h1 a {
  font-family: 'Quintessential', cursive;
  padding: 0;
  z-index: 1;
  position: relative;
  /* color: #e73562; */
  /* text-shadow: -1px -1px 1px #a5a5a5, 1px 1px #ffffff; */
}

h1 a:hover {
  opacity: 0.4 !important;
}

.nav_01 {
  display: block;
  /*PC表示*/
}

span a br {
  display: none;
}

ul#menu {
  /* width: 1024px; */
  margin: 0 auto;
  padding: 0 5px;
  float: right;
  height: 100px;
  text-shadow: -1px -1px 1px #a5a5a5, 1px 1px #fff;
  display: flex;
  /* background: -webkit-linear-gradient(#cff, #39f); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul#menu li:first-child, ul#menu li:last-child {
  text-shadow: -1px -1px 1px #a5a5a5, 1px 1px #fff;
  margin: 0 auto;
  display: none;
}

ul#menu li {
  padding: 0 12px;
}

ul#menu li a {
  color: #000;
  font-family: 'Quintessential', cursive;
}

ul#menu li h1 a:first-child {
  /* color: #e95464; */
}


/*ul#menu li a:after {
	width: 100%;
	height: 20px;
	position: absolute;
	content: "";
	bottom: 27%;
	left: 0;
	z-index: -1;
	opacity: 0;
}*/

ul#menu li a:hover:after {
  opacity: 1;
  transition: all .7s linear;
}

ul#menu li a:hover {
  background: linear-gradient(transparent 100%, #e6afcf 100%);
}

ul#menu li h1#h1 a:hover {
  background: none;
}


/*h1グラデーション始まり*/


/* .text-grad {
  background: linear-gradient(110deg, #ffd800, #ff0000 100%, #ffd800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #ff0000;
}

/*IEで未対応の場合は以下で背景を非表示に*/


/*@media all and (-ms-high-contrast:none){
  .text-grad {
    background: none;
  }
} */


/*グラデーション終わり*/


/*グラデーション始まり*/

.example {
  /* フォントサイズなど任意指定 */
  /* font: bold 10em / 1 Verdana, Helvetica, Arial, sans-serif; */
  text-transform: uppercase;
  /* 背景グラデーションを指定・幅を 200% にしておく */
  background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
  /* 背景画像を文字でマスクする */
  background-clip: text;
  -webkit-background-clip: text;
  /* 文字色を透明にできればよく color: transparent でも color: rgba(0, 0, 0, 0) でも可 */
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  /* アニメーション指定 */
  animation: example 5s linear infinite;
  font-weight: normal;
  font-size: 25px;
  float: left;
  font-family: 'Quintessential', cursive;
  padding: 0 15px;
}


/* 背景の横位置をズラす */

@keyframes example {
  to {
    background-position-x: 200%;
  }
}

body {
  /* text-align: center; */
}


/*グラデーション終わり*/

@media screen and (max-width: 767px) {
  header#header {
    background: #eeeaec url(/images/bg_gray_m50.png) no-repeat center fixed;
    opacity: 1;
    padding-left: 0;
    opacity: 0.9;
  }
  h1 {
    float: none;
  }
  nav#menuList {
    /* width: auto; */
    height: 100vh;
    margin-top: 0;
    border-bottom: 1px #fff solid;
    width: 100%;
    background: #ede4e1;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  }
  ul#menu {
    line-height: 50px;
    height: 50px;
    width: 100%;
    display: block;
  }
  ul#menu li {
    /* padding: 20px 0 20px 20px; */
    /* border-bottom: 1px dashed #000; */
    /* float: none; */
    height: auto;
    padding: 10px 0;
    border-bottom: 0;
  }
  ul#menu li a {
    display: block;
    color: #000;
  }
  ul#menu li h1 a:first-child {
    color: #e95464;
    text-shadow: -1px -1px 1px #a5a5a5, 1px 1px #fff;
  }
  nav#menuList a {
    font-size: 25px;
    margin-top: 0;
  }
  .menubar {
    width: 100%;
    box-sizing: border-box;
  }
  .h1_rose_sumaho {
    width: 15%;
    float: left;
    margin-left: 5%;
    display: block;
    margin-top: -10px;
  }
  h1 {
    text-align: center;
    font-family: 'Quintessential', cursive;
  }
  nav h1 {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  h1 a {
    font-size: 25px;
    /* line-height: 1.4; */
  }
  h1 a:hover {
    opacity: 0.4 !important;
  }
  .nav_01 {
    display: none;
    width: 100%;
    margin: 0 auto;
    line-height: 1.3;
  }
  .nav_01 a {
    color: #e62f8b;
    width: 70%;
    float: right;
    margin-right: 5%;
    font-size: 28px;
  }
  .menubar ul li {
    font-family: 'Quintessential', cursive;
    padding: 50px 10px;
  }
  ul#menu li:first-child, ul#menu li:last-child {
    text-shadow: -1px -1px 1px #a5a5a5, 1px 1px #fff;
    margin-right: auto;
    width: 65%;
    margin: 0 auto;
    opacity: 0.5;
    display: block;
  }
  .menubar ul li a {
    color: #000;
    position: relative;
    z-index: 1;
  }
  .menubar ul li a:after {
    width: 100%;
    height: 20px;
    position: absolute;
    content: "";
    /*background: #e6afcf;*/
    bottom: 3px;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  .menubar ul li a:hover:after {
    opacity: 1;
    transition: all .7s linear;
  }
  ul#menu li a {
    font-family: 'Quintessential', cursive;
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  span a br {
    display: block;
  }
  header#header {
    line-height: 1.4;
    /*必須*/
    /* height: 80px; */
  }
  .example {
    width: 85%;
    text-align: center;
    float: left;
  }
}

@media screen and (max-width: 320px) {
  .nav_01 a {
    color: #e62f8b;
    width: 70%;
    /* float: right; */
    margin-right: 5%;
    font-size: 25px;
  }
}


/*=================================================================
  	nav固定
================================================================= */

#globalNavi {
  opacity: 0.9;
  background: #eeeaec url(/images/bg_gray_m50.png) no-repeat center;
  max-width: 100%;
  /* box-shadow: 0 0 5px 0 rgba(0,0,0,1); ボーダー入れない*/
  width: 100%;
  margin: 0 auto;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 70px;
  line-height: 70px;
  width: 100%;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 1);
}

.nav {
  width: 1024px;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  #globalNavi {
    opacity: 1;
  }
  .fixed {
    line-height: unset;
    height: auto;
  }
}


/* =================================================================
		main
================================================================= */

#main {
  width: 1024px;
  margin: 0 auto;
  padding: 180px 5% 50px;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.main_rose {
  opacity: 0.6;
  width: 30%;
  height: auto;
  padding-top: 40px;
  max-width: 400px;
}

#h1_sumaho {
  display: none;
}

.rotate {
  font-family: 'Quintessential', cursive;
  font-size: 27px;
  text-align: left;
  /* color: #d83473; */
  color: #000;
  margin-top: 10px;
  /* animation: animation02 4s infinite ease 2s both; */
  animation: animation02 3s infinite ease 1s both;
}


/* @keyframes animation02 {
	from {
	transform: rotateX(0deg);
	}
	to {
	transform: rotateX(360deg);
	} */


/* } */

h3.name {
  font-size: 58px;
  font-family: 'Quintessential', cursive;
  text-align: left;
  padding: 15px 0 30px 0;
  text-shadow: -1px -1px 1px #eee, 1px 1px #fff;
  letter-spacing: 0.05em;
  float: left;
  /* animation: animation02 4s infinite ease 2s both; */
  /* color: #d83473; */
}

@keyframes animation02 {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(360deg);
  }
}

.naomin {
  width: 25%;
  height: auto;
  float: right;
}

.naomin img {
  border-radius: 150px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  /*横方向　下方向　ぼかし　広がり　色 */
  /* margin-left: 10px; */
}

.main_intro {
    padding: 50px 60px;
    position: relative;
    min-width: 460px;
    max-width: 520px;
}

.fab {
  font-size: 25px;
}

.frame_top {
  position: absolute;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -11
}

.frame_top_right {
  position: absolute;
  opacity: 0.6;
  top: 0;
  right: 0;
  z-index: -11
}

.frame_bottom_left {
  position: absolute;
  opacity: 0.6;
  bottom: 0;
  left: 0;
  z-index: -11
}

.frame_bottom {
  position: absolute;
  opacity: 0.6;
  bottom: 0;
  right: 0;
  z-index: -11
}

.coding {
  position: relative;
}

.coding p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 5px;
  clear: both;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

.main_intro p span {
  color: #0bd;
}

.sns_total {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.sns {
  margin-left: 15px;
}

.sns a {
  color: #fff;
}

.insta {
  overflow: hidden;
}

.insta img {
  transition: 0.3s;
  border-radius: 3px;
}

.insta a {
  /* color: #a0a0a0;  */
}

p.sns.line {
  line-height: 1.5;
}

.insta img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.wrapper_bottom {
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .wrapper_bottom {
    position: absolute;
    z-index: -99999;
    width: 100%;
    /* padding-top: 100px; */
  }
  #globalNavi {
    width: 100%;
    opacity: 1;
  }
  #nav-drawer {
    width: 100%;
  }
  #main {
    width: 95%;
    margin: 0 auto;
    padding-top: 100px;
    display: block;
    border-top: none;
    box-shadow: none;
    min-width: 320px;
  }
  .main_intro {
    display: block;
  }
  #h1_sumaho {
    display: block;
    padding-top: 7px;
  }
  #h1_sumaho a {
    color: #e62f8b;
    text-shadow: -1px -1px 1px #a5a5a5, 1px 1px #fff;
    font-family: 'Quintessential', cursive;
  }
  .main p.insta img {
    display: block;
  }
  .main_rose {
    opacity: 0.6;
    margin: 0 auto;
    width: 80%;
    display: none;
    /*非表示*/
  }
  .title {
    font-family: 'Quintessential', cursive;
    font-size: 185%;
    text-align: left;
    color: #808080;
    margin-top: 10px;
  }
  h3.name {
    font-size: 53px;
    font-family: 'Quintessential', cursive;
    text-align: left;
    padding: 5px 0 30px;
    text-shadow: -1px -1px 1px #a5a5a5, 1px 1px #ffffff;
  }
  .naomin {
    border-radius: 150px;
    width: 90px;
    height: 90px;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    /*横方向　下方向　ぼかし　広がり　色 */
    float: left;
    margin-left: 10px;
    display: block;
  }
  .main_intro {
    min-width: 320px;
    vertical-align: top;
    padding: 40px 0;
    margin: 0 auto;
    max-width: 90%;
    width: 300px;
  }
  .main_intro p {
    font-size: 1.0rem;
    line-height: 1.7;
  }
  .main_intro p span {
    color: #0bd;
  }
  .insta {
    width: auto;
    /* margin-top: 20px; */
  }
  .insta img {
    transition: 0.3s;
  }
  .insta img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .frame_top {
    position: absolute;
    opacity: 0.6;
    top: 0;
    left: 0;
    display: none;
  }
  .frame_top_right {
    position: absolute;
    opacity: 0.6;
    top: 0;
    right: 0;
    display: none;
  }
  .frame_bottom_left {
    position: absolute;
    opacity: 0.6;
    bottom: 0;
    left: 0;
    display: none;
  }
  .frame_bottom {
    position: absolute;
    opacity: 0.6;
    bottom: 0;
    right: 0;
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .naomin {
    border-radius: 150px;
    width: 25%;
    height: auto;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    float: right;
    margin-left: 0;
    display: block;
  }
  /* .insta {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 5%;
		}	*/
}

@media screen and (max-width: 320px) {
  #main_intro {
    max-width: 90%;
    margin: 0 auto;
  }
  h3.name {
    font-size: 50px;
  }
}


/*=================================================================
  	Me
================================================================= */

#main_me {
  width: 100%;
  height: 100vh;
  background: url(images/accesory_l-min.jpg) no-repeat center bottom;
  top: 200vh;
  position: absolute;
  background-size: cover;
  opacity: 0.9;
}

#main_me .accessories {
  /*padding-right: 0;
  padding-left: 0;*/
  margin-left: 15vw;
  position: absolute;
  bottom: 18vh;
}

#main_me .accessories h2, section#introduction h3 {
  font-family: 'Quintessential', cursive;
  font-size: 44px;
  font-size: 4.4rem;
  margin: 30% 0 0 0;
  text-shadow: -1px -1px 1px #000, 1px 1px #ffffff;
  text-align: left;
  -webkit-margin-before: 4.4em;
/*  -webkit-margin-after: ;*/
  letter-spacing: 0.04em;
}

#main_me .accessories p {
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.7;
  text-shadow: 2px 2px 2px #fff;
  color: #333;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

#main_me p a {
  font-size: 120%;
  background: linear-gradient(transparent 60%, #ffc0cb 70%);
}

#main_me p a:hover {
  opacity: 0.6;
}

.accordion1 {text-align: center;}
.accordion1 .inner {display: none;}
.accordion1 p{cursor: pointer; padding: 10px;}
.accordion1 p.ac1{background: #F50057;}
.accordion1 p.ac2{background: #FFEA00;}
.accordion1 p.ac3{background: #64DD17;}
.accordion1 .inner li{padding: 10px 0;}
.accordion1 .inner li.content1-1{background: #F48FB1;}
.accordion1 .inner li.content1-2{background: #F8BBD0;}
.accordion1 .inner li.content1-3{background: #FCE4EC;}
.accordion1 .inner li.content2-1{background: #FFF59D;}
.accordion1 .inner li.content2-2{background: #FFF9C4;}
.accordion1 .inner li.content2-3{background: #FFFDE7;}
.accordion1 .inner li.content3-1{background: #C5E1A5;}
.accordion1 .inner li.content3-2{background: #DCEDC8;}
.accordion1 .inner li.content3-3{background: #F1F8E9;}

@media screen and (max-width: 767px) {
  #main_me .accessories {
    margin-left: 0;
    width: 90%;
    margin: 0 0 0 8vw;
  }
  #main_me .accessories h2 {
    font-size: 4rem;
  }
}


/*=================================================================
  	wine
=============================================================== */

#wine {
  background: url(images/wine_l-min.jpg) no-repeat top right;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100vh;
  background-size: cover;
  opacity: 0.9;
}

#wine .love_wine {
  /*padding-right: 0;
  padding-left: 0;*/
  margin-left: 27vw;
  color: #000;
}

#wine .love_wine h2 {
  font-family: 'Quintessential', cursive;
  font-size: 44px;
  font-size: 4.4rem;
  margin: 30% 0 0 0 !important;
  text-shadow: -1px -1px 1px #000, 1px 1px #ffffff;
  text-align: left;
  -webkit-margin-before: 6.2em;
  /* -webkit-margin-after: ; */
  letter-spacing: 0.04em;
}

#wine .love_wine p {
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.7;
  text-shadow: 2px 2px 2px #333333;
  color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

@media screen and (max-width: 480px) {
  #wine .love_wine h2 {
    margin: 260px auto 0;
  }
  #wine .love_wine h2 {
    font-size: 4rem;
  }
  #wine .love_wine {
    margin-left: 0;
    width: 80%;
    margin: 0 auto;
  }
}


/*=================================================================
  	web
================================================================= */

#web {
  background: url(images/work-min.jpg) no-repeat center center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-size: cover;
}

#web .web_designer {
  margin-left: 100px;
  bottom: 9vh;
  position: absolute;
}

#web .web_designer h2 {
  font-family: 'Quintessential', cursive;
  font-size: 44px;
  font-size: 4.4rem;
  text-shadow: -1px -1px 1px #000, 1px 1px #ffffff;
  text-align: left;
  -webkit-margin-before: 6.2em;
/*  -webkit-margin-after: ;*/
  letter-spacing: 0.04em;
}

#web .web_designer p {
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.7;
  text-shadow: 2px 2px 2px #333333;
  color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

@media screen and ( max-width: 767px) {
  #web .web_designer {
    margin: 0 auto 0 10%;
  }
  #web .web_designer h2 {
    font-size: 4rem;
  }
  #web .web_designer p {
    margin-top: 20px;
  }
}


/*=================================================================
  introduction
================================================================= */

#introduction {
  background: url(images/bg_me_l-min.jpg) no-repeat top right;
  width: 100%;
  position: absolute;
  top: 300vh;
  line-height: 1.7;
  background-size: cover;
}

#introduction .dashed {
  border: 2px dashed #c0c0c0;
  width: 630px;
  padding: 20px;
  /* height: 150px; */
  background: rgba(238, 236, 234, 0.8);
  border-radius: 10px;
  color: #000;
  font-size: 15px;
}

#introduction .personality .dashed {}

#introduction .love .dashed {
  /* height: 123px; */
}

#introduction h2 {
  font-family: 'Quintessential', cursive;
  font-size: 44px;
  font-size: 4.4rem;
  margin: 9vw 0 0 0;
  text-shadow: -1px -1px 1px #000, 1px 1px #ffffff;
  text-align: left;
  /*-webkit-margin-before: 6.2em;*/
  /*-webkit-margin-after: ;*/
  letter-spacing: 0.04em;
  clear: both;
}

#introduction .love h2, #introduction .cando h2 {
  margin: 0;
}

#introduction .personality dt, dd {
/*   float: left; */
}

#introduction .personality dt {
  clear: both;
  font-weight: bold;
/*   width: 120px; */
}

#introduction .personality_love {
  margin: 0 0 0 15vw;
}

#introduction .love {
  width: 500px;
}

#introduction .cando span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #introduction {
    /* height: 100%; */
    padding-bottom: 0;
  }
  #introduction .love {
    width: 100%;
  }
  #introduction .dashed {
    margin: 0 auto 50px;
    width: 90%;
    height: auto;
  }
  #introduction .personality .dashed {
    height: auto;
  }
  #introduction .love .dashed {
    height: auto;
  }
  #introduction .personality_love {
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
    height: auto;
  }
  #introduction h2 {
    margin: 9vw auto;
    font-size: 4rem;
    width: 90%;
    font-size: 4rem;
  }
  #introduction .love h2 {
    margin: 10vw 0 0 5vw;
    font-size: 4rem;
  }
  #introduction .love h2, #introduction .cando h2 {
    margin: 10vw 0 0 5vw;
  }
}

@media screen and (max-width: 320px) {
  #introduction {
    height: auto;
    padding-bottom: 0;
  }
}


/*=================================================================
  	works
================================================================= */

#works {
  padding: 140px 0 0 0;
  position: relative;
}

#works h2 {
  font-family: 'Quintessential', cursive;
  font-size: 4.4rem;
  text-align: center;
  text-shadow: -1px -1px 1px #000, 1px 1px #ffffff;
  margin: 20px 0 60px;
  letter-spacing: 0.04em;
}

#works p.work {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

#works .flexbox {
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  padding-right: 0;
  padding-left: 0;
}

#works .design_item {
  width: 40%;
  text-align: center;
  margin-bottom: 45px;
  color: #333;
  height: auto;
  overflow: hidden;
}

#works .design_item img {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  height: auto;
}

#works .design_item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#works .design_item p {
  line-height: 1.6;
}

#works .design_text {
  line-height: 1.7;
  margin: 20px auto 40px;
}

#works .flexbox2 {
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  padding-right: 0;
  padding-left: 0;
}

p.p_banner {
  text-align: center;
  margin-bottom: 20px;
}

#works .banner0 {
  width: 30%;
  margin-bottom: 30px;
}

.p_banner2 {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}

#works .banner1 {
  width: 48%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and ( max-width: 767px) {
  #works {
    padding: 100px 0 0 0;
    position: relative;
  }
  #works .design_item {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 0;
  }
  #works .can {
    line-height: 1.7;
    font-size: 1rem;
  }
  #works .design_item img {
    height: auto;
  }
  #works .flexbox, #works .banner0 {
    max-width: 100%;
    margin: 0 auto 30px;
    width: 90%;
  }
  
  #works .portfolio p {
    font-size: 0.8rem;
  }
  #works .banner1 {}

  .p_banner2 {
    display: block;
  }
  #works .banner1 {
    width: 90%;
  }
}


/*=================================================================
  	contact
================================================================= */

#contact {
  padding: 5% 0;
}

#contact h2 {
  font-family: 'Quintessential', cursive;
  font-size: 4.4rem;
  text-align: center;
  color: #383838;
  text-shadow: -1px -1px 1px #000, 1px 1px #ffffff;
  margin: 20px 0;
  letter-spacing: 0.04em;
}

@media screen and ( max-width: 767px) {
  #contact h2 {
    /* margin-top: 140px; */
  }
}


/*スムーススクロール*/

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 20px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 1;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  padding: 5px 20px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 1;
}


/*=================================================================
  	footer
================================================================= */

footer#footer {
  font-size: 1px;
  text-align: center;
  opacity: 0.6;
  margin-top: 20px;
  line-height: 2;
  padding: 20px 0;
}

footer#footer p {
  text-align: center;
}

footer#footer a {
  font-size: 18px;
}

@media screen and ( max-width: 767px) {
  footer#footer {
    font-size: 10px;
    text-align: center;
    opacity: 0.6;
    margin-top: 0;
    line-height: 2;
    padding: 0;
    width: 95%;
  }
  footer#footer a {
    font-size: 15px;
  }
}

/*=================================================================
  	Personality
================================================================= */

