@charset "UTF-8";
/*
Theme Name: motokodesign_23UX.
Theme URI: https://motokodesign.net
Description: Motoko Design - Web Designer Portfolio
Author: Motoko Miyahisa. 
Author URI: https://motokodesign.net/
Version: 1.0.0

Style List *
 *  1.Common
 *  2.Utility  (Line 100-)
 *  3.Home - Header
 *  3.About
 *  4.Individual
 *  5.Institutional
 *  6.Download
 *  7.Contact
 *  8.Other
 *  9.Responsive-tablet max-896px
 *  10.Responsive-sp max-480px
*/

/* Responsive Site -
Max = 1920px
1440px-1920px
1024px-1440px
769px-1024px
480px-769px

*/
/*
font-family: "articulat-cf", sans-serif;
font-weight: 400;
font-style: italic;


font-family: "articulat-cf", sans-serif;
font-weight: 700;
font-style: normal;


font-family: "articulat-cf", sans-serif;
font-weight: 700;
font-style: italic;


font-family: "articulat-heavy-cf", sans-serif;
font-weight: 900;
font-style: normal;


font-family: "articulat-heavy-cf", sans-serif;
font-weight: 900;
font-style: italic;


font-family: "gioviale", sans-serif;
font-weight: 400;
font-style: normal;


font-family: "gioviale", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "dulcinea", sans-serif;
font-weight: 400;
font-style: normal;
*/
/*------------------------------------
            1. PC COMMON　 　　　　　　　　　　　　
--------------------------------------*/
html {
  font-size: 62.5%; /*16px*62.5%=10px*/
}
body {
  max-width: 1920px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  color: #707070;
  font-family: 'articulat-cf', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  font-feature-settings: 'palt';
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
}
.work_list_wrap li,
.work_list_wrap dl,
.work_list_wrap dt,
.work_list_wrap dd .work_list_wrap p,
.site_note p {
  color: #707070;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
.work_list_wrap dt {
  font-weight: 700;
}
a {
  appearance: none;
  color: #707070;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 1.8rem;
  letter-spacing: normal;
  line-height: 1.5;
}
input {
  background-image: none;
  /*    border: 1px solid rgba(0, 0, 0, 0.16);*/
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
}
button {
  appearance: none;
}
dd {
  line-height: 1.5;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.cd_top_summary li {
  text-align: left;
  line-height: 1.2;
  padding-bottom: 18px;
  font-size: 1.8rem;
  list-style-type: disc;
}
h1 {
  font-size: 5rem;
  font-family: 'dulcinea', sans-serif;
  font-style: normal;
  white-space: nowrap;
}
h2 {
  font-size: 2.6rem;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 50px;
}
h3 {
  font-size: 2.4rem;
  margin-bottom: 70px;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}
a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.6;
}
nav {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 1px;
}
.section_divide {
  padding-top: 100px;
}
.bcg_lightgray {
  background-color: #f2f0f0;
}
/*----------------------------------
 *			2. UTILITY
-----------------------------------*/
.wrap {
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.inner {
  margin: 0 10.4%;
  overflow: hidden;
}
.inner_med {
  margin: 0 15.6%;
  overflow: hidden;
}
.inner_lg {
  margin: 0 20.8%;
  overflow: hidden;
}
.text_bold {
  font-weight: 700 !important;
}
.subtitle {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.background_fff {
  background-color: #fff;
}
.sp_only {
  display: none !important;
}
.directLink {
  font-size: 1.6rem;
  margin: 30px auto 100px;
  color: #707070 !important;
  text-align: right;
  padding-right: 10px;
}
.directLink i {
  padding-left: 10px;
}
/*----------------------------------
4. SCROLL ANIMATIONS
-----------------------------------*/
/*　　scroll_up ｜下から上へ出現-*/
/* .scroll_up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
} */
/*----------------------------------
 *	3. PC Global Navigation - submenu
-----------------------------------*/
#menu-gnav {
  display: flex;
  margin: 0 35%;
  justify-content: center;
  line-height: 40px;
  position: relative;
  z-index: 1;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1920px;
  width: 100%;
  z-index: 100;
  margin: 0 auto;
  background: #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
#menu-gnav li a {
  color: #707070;
  width: 150px;
  display: inline-block;
}
.sub-menu {
  position: absolute;
  top: 40px;
  left: 70px;
  width: 400px;
  background-color: #fff;
  border: 0.5px solid #999999;
  border-top: none;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#menu-gnav > li {
  width: fit-content;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding-bottom: 40px;
  margin-right: 15px;
  margin-left: 15px;
}
.sub-menu > li a::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 10px;
}
.sub-menu li,
.sub-menu li a {
  text-align: left;
  white-space: nowrap;
}
#menu-gnav .sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
#menu-gnav > li:hover .sub-menu {
  color: #707070;
  visibility: visible;
  opacity: 1;
}
/*-------------------------------------------------
 *************  PC ********************  
--------------------------------------------------*/
/*----------------------------------
 *			PC Header
-----------------------------------*/
.header_container {
  padding-top: 20px;
  width: 100%;
  /*	margin:0 auto 70px;*/
  border-bottom: solid 0.5px #a8a7a7;
}
.sns_icon_list {
  display: flex;
  margin-left: 16%;
  margin-bottom: 10px;
}
.sns_icon_list li {
  padding-right: 20px;
}
.designer_name,
.site-logo {
  margin: 20px auto 50px;
}
.headline span {
  display: inline-block; /* 文字ごとに動かせるように */
}

/*----------------------------------
 *			PC Home
-----------------------------------*/
.grid {
  background-image: url('https://motokodesign.net/wp-content/themes/motokodesign_23UX/img/washi_bcg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.home_intro {
  margin-bottom: 70px;
  margin-top: 70px;
  white-space: normal;
}
.home_main_content .subtitle {
  margin: 100px auto 30px;
}
.work_item,
.theme_designs {
  margin-bottom: 40px;
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
.work_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work_item {
  flex-basis: 30%;
  position: relative;
}
.img_caption {
  color: #fff;
  text-align: center;
  align-items: center;
  font-size: clamp(16px, 1.1vw, 18px) !important;
}
.caption_mask {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  /*	transform:scale(0.3);*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
.work_client {
  font-size: 1.4rem;
}
/*********  Touch Device **********/
@media (hover: hover) {
  .caption_mask {
    transform: scale(0.3);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .work_item:hover .caption_mask {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/************* End of Touch Device *******/
.caption_mask button {
  z-index: 9999;
  pointer-events: auto;
  border-color: lightgray;
  margin-top: 10px;
}
/*----------------------------------
 *			UX - Medication
-----------------------------------*/
.med_intro {
  margin-top: 70px;
}
.med_intro p:first-of-type {
  margin-bottom: 50px;
}
.med_header {
  background-image: url('https://motokodesign.net/wp-content/themes/motokodesign_23UX/img/med_header_bcg.png');
  /* ------ to be deleted ---- */
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
}
.med_header_container {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  padding: 30px 0;
}
.med_app_img {
  flex-basis: 45%;
  padding-left: 50px;
}
.med_text_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 55%;
}
.med_text_box {
  flex-basis: 44%;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.med_text_box:last-of-type {
  flex-basis: 100%;
}
.med_text_box dt {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.med_text_box dd {
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
}

.med_goal_container {
  display: flex;
  justify-content: space-between;
}
.img_container {
  text-align: center;
  margin-bottom: 50px;
}
.img_container img {
  width: 30%;
}
.img_container img:first-of-type {
  padding-right: 30px;
}
.med_search_summary {
  flex-basis: 50%;
}
.project_goal {
  flex-basis: 50%;
}
.project_goal dd {
  display: list-item;
  margin-left: 1em;
  list-style-type: disc;
}
.project_goal img {
  width: 70%;
  margin: 40px 15%;
}
.medication_app .subtitle {
  margin-bottom: 50px;
  text-align: center;
}
.constraint_challenges {
  margin: 70px 100px;
}
/*----------------------------------
 *		PC Design Process
-------------------------------*/
.design_process {
  padding-bottom: 70px;
}
.personas {
  display: flex;
  justify-content: space-between;
}
.personas dl {
  margin: 30px;
  flex-basis: 48%;
}
.personas dl:last-of-type {
  margin-top: 100px;
}
.personas dt {
  margin-bottom: 30px;
  color: #f06f20;
  font-weight: bold;
}
.ideate_item {
  display: flex;
  justify-content: space-between;
}
.ideate_item dl {
  flex-basis: 48%;
}
.ideate_item img {
  width: 80%;
  margin: 20px 10%;
}
.ideate_item dt,
.study_findings_container dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.ideate_item dl:last-of-type img {
  width: 100%;
  margin: 30px auto;
}
.ideate_item dl:first-of-type p {
  text-align: right;
  margin-right: -12%;
  margin-top: 30px;
}
.med_initial_concept {
  width: 50%;
  margin-top: 30px;
}
.med_initial_concept p:first-of-type {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.med_user_flow_chart {
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #707070;
}
.usability_study_heading p,
.affinity_diagram p,
.med_study_findings p,
.med_hifi_prototype p {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.usability_study_heading ul {
  display: flex;
  justify-content: space-between;
  margin: 30px 10%;
}
.usability_study_heading li {
  width: 150px;
}
.lo-fi-img {
  padding: 30px 3%;
  margin-top: 30px;
}
.affinity_diagram {
  margin-top: 70px;
}
.med_study_findings {
  margin-top: 70px;
}
.study_findings_container {
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
}
.study_findings_container dl {
  width: 300px;
  padding: 20px 10px 10px;
}
/*----------------------------------
 *		PC Hi-fi Carousel
-------------------------------*/
.hi-fi_prototype_container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 30px 100px 30px;
}
.hi-fi_prototype_container {
  width: 100%;
  height: auto;
}
/* 
中央以外のスライド */
.slide_img {
  height: auto;
  width: 20% !important;
  margin: 0 10px;
}
.slide_img img {
  width: 100% !important;
}
/*-----------------------------
 *		PC	Responsive Website
-------------------------------*/
.med_responsive_web_container {
  display: flex;
  align-items: flex-end;
  margin: 30px 50px;
  justify-content: space-between;
}
.med_responsive_web_container dl {
  margin-right: 30px;
  display: inline-block;
}
.med_responsive_web_container dt {
  font-size: 1.6rem;
  padding-bottom: 15px;
  font-style: oblique;
}
.med_responsive_web_container dl:last-of-type {
  margin-right: 0;
}

.med_key_considerations p {
  margin: 0 100px;
}
.responsive_web_key_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
.responsive_web_key_container span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  font-size: 5rem;
  font-weight: bold;
}
.responsive_web_key_container dl {
  flex-basis: 35%;
  padding: 20px 20px 20px 40px;
  margin: 50px auto 100px;
}
.hi-fi_prototype_container ul {
  padding: 30px 50px;
}
.responsive_web_key_container dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.responsive_web_key_container dd {
  display: list-item;
  list-style-type: disc;
  margin-left: 1em;
  padding-bottom: 0;
}
.closure_text {
  width: 70%;
  margin: 70px 15% 100px;
  font-weight: normal !important;
}
/*----------------------------------
 *	PC VT Wedding Venue - 1 (Web)
-----------------------------------*/
.vtw_mainvisual {
  position: relative;
  margin: 70px auto;
  height: 600px;
}
.vtw_mainvisual p {
  position: absolute;
  left: 6%;
  font-size: 2.1rem;
  top: 60%;
  background-color: #000;
  padding: 5px;
  color: #fff;
}
.vtw_text_detail dd {
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
}
.vtw_mainvisual img:first-of-type {
  position: absolute;
  right: 20%;
  top: 10%;
}
.vtw_mainvisual img:last-of-type {
  position: absolute;
  top: 10%;
  left: 60%;
  transform: translate(-50%, 0);
}
.vtw_project_summary {
  display: flex;
  justify-content: space-between;
}
.vtw_text_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 58%;
}
.vtw_text_box {
  flex-basis: 45%;
  color: #707070;
  padding: 10px;
  border: 1px solid #707070;
  margin-bottom: 30px;
  text-align: center;
}
.vtw_text_box dt {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.vtw_text_box dd {
  line-height: 1.5;
  font-size: 1.6;
  text-align: center;
  padding-bottom: 0;
}
.vtw_text_box:last-of-type {
  flex-basis: 100%;
}
.vtw_app_img {
  flex-basis: 40%;
}
.vtw_project_goal_summary h3 {
  margin-top: 70px;
}
.vtwedding_web {
  overflow: hidden;
}
.vtwedding_web .design_process {
  margin-top: 70px;
}
.vtwedding_web .design_process dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.vtw_empathize {
  display: flex;
  justify-content: space-between;
}
.vtw_empathize dl {
  flex-basis: 45%;
}
.empathize_img_container {
  padding: 0 50px 70px;
  flex-basis: 50%;
}
.vtw_ideate .ideate_item img:first-of-type {
  width: 100%;
  margin: 20px 0;
}
.low-fi_container {
  padding: 30px 30px 30px;
}
.vtw_lo-fi_prototype p,
.vtw_study_findings p,
.vtw_hifi_prototype p {
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 50px;
}
.vtw_study_findings .study_findings_container {
  margin: 0 10%;
}
.vtw_responsive_web_container ul {
  display: flex;
  justify-content: space-between;
  margin: 70px auto;
}
.vtw_responsive_web_container li {
  width: 20%;
  height: auto;
}
/*---------------------------------- 
 *		PC	VTW - App
-------------------------------*/
.vtwa_mainvisual {
  margin: 70px auto 0;
  width: 100%;
  overflow: hidden;
}
.vtwa_mainvisual_items {
  position: relative;
}
.vtwa_logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 10%;
  top: 60%;
}
.vtwa_logo img {
  width: 15%;
  height: auto;
  padding-right: 20px;
}
.vtwa_logo p {
  display: inline-block;
  background-color: #000;
  color: lavender;
  padding: 5px 20px;
}
.vtwa_project_summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.vtwa_project_goal_summary {
  flex-basis: 43%;
}
.vtwa_text_detail {
  flex-basis: 53%;
  display: flex;
  justify-content: space-between;
}

.vtwa_text_box {
  flex-basis: 45%;
  padding: 10px;
  border: 1px solid #707070;
  text-align: center;
}
.vtwa_text_box dt {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.vtwa_empathize dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.storyboard {
  display: flex;
  justify-content: space-between;
}
.storyboard dl {
  flex-basis: 48%;
}
.storyboard dd {
  text-align: left;
}
.vtwa_empathize {
  margin-top: 100px;
}
.vtwa_empathize .empathize_img_container {
  text-align: center;
  padding-top: 50px;
}
.vtwa_competitor,
.vtwa_paper_waireframe img {
  margin-right: 5%;
  margin-left: 5%;
}
.vtwa_ideate dt,
.vtwa_lo-fi_prototype p,
.vtwa_study_findings p {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.vtwa_ideate .usability_study_heading .bcg_lightgray {
  padding: 50px auto;
}
.scale_down img {
  width: 90%;
  text-align: center;
  height: auto;
  padding: 30px 0;
  margin-left: 5%;
  margin-right: 5%;
}
.vtwa_study_findings {
  margin-top: 70px;
}
.vtwa_mockup p {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 70px;
}
/*---------------------------------- 
 *		PC	Graphic
-----------------------------------*/
.grid_layout h2 {
  margin: 100px auto 70px;
}

.grid_container1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 100px;
}
.grid_container1 li {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.grid_container1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* *** modal *** */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
/* モーダル内の画像 */
.modal-content {
  margin-top: 5%;
  max-width: 80%;
  max-height: 80%;
  border-radius: 6px;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

/*---------------------------------- 
 *			Classy Dogs
-----------------------------------*/
.classydogs h3 {
  margin-top: 50px;
}
.classydogs h2 span {
  font-size: 1.4rem;
  line-height: 5;
  text-transform: initial;
}
.cd_main_caption {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.cd_top_summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.cd_project_goal_summary {
  flex-basis: 37%;
}
.cd_goal_detail {
  flex-basis: 60%;
}
.cd_text_box {
  padding: 20px 20px 10px 40px;
  border: 1px solid #707070;
  text-align: center;
}
.cd_old_title {
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #dfdbd8;
  margin: 0 auto 30px;
  width: 20%;
}
.old_site_container {
  display: flex;
  justify-content: space-between;
}
.old_site ul li {
  flex-basis: 28%;
}
.tri_arrow {
  margin: 70px auto 70px;
}
.cd_problems_container {
  padding: 50px 15% 50px;
  background-color: #fff;
  margin-bottom: 70px;
}
.cd_problems_container dt {
  margin-bottom: 30px;
  text-align: center;
}
.cd_problems_container dd {
  text-align: center;
}
.cd_hifi_desc {
  margin-top: 70px;
}
.cd_hifi_desc li,
.cd_retention li {
  text-align: left;
  line-height: 1.5;
  padding-bottom: 18px;
  font-size: 1.8rem;
  list-style-type: disc;
}
.cd_brochures_container {
  padding-bottom: 70px;
}
.cd_brochure_img {
  display: flex;
  justify-content: space-between;
}
.cd_retention li {
  padding-bottom: 10px;
  list-style-type: none;
}
.cd_brochure_img li {
  flex-basis: 45%;
  margin-top: 70px;
}
.cd_responsive {
  text-align: center;
}
/*---------------------------------- 
 *		PC	About
-------------------------------*/
.text_link {
  text-decoration: underline;
  font-style: oblique;
  font-size: 1.8rem;
  padding: 3px 5px;
}
.about {
  background-image: url(https://motokodesign.net/wp-content/themes/motokodesign_23UX/img/washi_bcg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  height: calc(100vh - 400px);
}
.about_intro {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.profile_img {
  flex-basis: 20%;
  max-width: 180px;
  height: auto;
  padding-right: 50px;
}
/*---------------------------------- 
 *		PC	Footer
-------------------------------*/
.footer {
  height: 35px;
  background-color: #99929a;
  border-top: solid 0.5px #a8a7a7;
}
.footer p {
  line-height: 35px;
  vertical-align: middle;
  color: #fff;
  font-size: 1.4rem;
}
/***** page top button ******/
#page_top {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  right: 5px;
  bottom: 50px;
  background: rgb(175, 176, 161);
  opacity: 0.7;
  border-radius: 50%;
  font-size: 1.6rem;
  opacity: 0;
}
#page_top.show {
  opacity: 1;
  pointer-events: auto;
}
.page-id-7 footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
/*---------------------------------- 
 *		PC Profile
-------------------------------*/
.profile_bcg {
  background-image: url(https://motokodesign.net/wp-content/themes/motokodesign_23UX/img/sky_bcg3.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  filter: brightness(10%);
  animation: bright-flash 4s linear forwards;
}
/*背景Filter(Dark to bright)*/
@keyframes bright-flash {
  0% {
    filter: brightness(10%);
  }
  100% {
    filter: brightness(100%);
  }
}
.page-id-225 header .designer_name {
  display: none;
}
.page-id-225 .designer_name {
  margin: 0 auto;
  padding: 220px 0 100px;
  width: 100%;
}
.page-id-225 .designer_name span {
  padding-right: 5px;
}
.page-id-225 #menu-gnav {
  margin-top: 30px;
}
.text_vertical {
  writing-mode: vertical-lr;
  margin: 0 auto;
  padding-bottom: 100px;
  letter-spacing: 1.5em;
  font-size: 1.6rem;
}
.motoko_profile_txt {
  margin-top: 20vw;
  margin-bottom: 100px;
}
.motoko_profile_txt p {
  margin-bottom: 15px;
}
.profile_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 50px;
}
.motoko_profile_img {
  margin: 50px 30px 50px 30px;
}
.contactNow p {
  margin-bottom: 30px;
  margin-bottom: 30px;
  padding: 3px 30px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  border-radius: 20px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1),
    -8px -8px 15px rgba(255, 255, 255, 0.7);
}
.profile_char_list li {
  line-height: 3;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 5px #fff;
  text-indent: -14px;
  padding-left: 20px;
}
.profile_char_list li i {
  padding-right: 10px;
  color: #287107;
}
.work_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.portfolio_item {
  flex-basis: 30%;
  margin-bottom: 50px;
}
.portfolio_item .img_caption {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
}
.portfolio_item .img_caption a {
  color: #fff !important;
}
/*****  Popup Maker ******/
#popmake-258,
#popmake-284,
#popmake-288,
#popmake-293,
#popmake-298,
#popmake-305,
#popmake-313,
#popmake-320,
#popmake-325 {
  background-image: url(https://motokodesign.net/wp-content/themes/motokodesign_23UX/img/port_item_bcg.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.pum-content h2 {
  font-size: 2.1rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pum-content h4 {
  font-size: 1.9rem;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
}
.portfolio_sub_border img {
  width: 40%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.pum-content dt,
.pum-content dd {
  font-size: 1.6rem !important;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  line-height: 1.3;
}
.port_workList {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.portfolio_list_title {
  font-weight: 700;
  margin-right: 10px;
  font-size: 1.6rem;
  margin-left: 20 px;
  white-space: nowrap;
}
.port_workList dd {
  flex-basis: calc(98% - 120px);
}
.portfolio_imgs_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}
.portfolio_tsukuba .port_main_l,
.portfolio_atb .port_main_l,
.portfolio_hibou .port_main_l {
  flex-basis: 40%;
}
.portfolio_cd2 .port_main_l {
  flex-basis: 60%;
}
.portfolio_cd2 .port_main_r {
  flex-basis: 40%;
  padding: 0 10px 30px;
  margin-left: 35px;
}
.portfolio_tsukuba .port_main_r,
.portfolio_atb .port_main_r,
.portfolio_hibou .port_main_r {
  flex-basis: 60%;
  padding: 0 30px 20px;
}
.workDetail_list li {
  list-style: square;
  font-size: 1.6rem;
  padding-bottom: 5px;
}
.portfolio_tsukuba .dashboard_img,
.portfolio_atb .dashboard_img,
.portfolio_hibou .dashboard_img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}
.portfolio_tsukuba .dashboard_img div,
.portfolio_atb .dashboard_img div,
.portfolio_hibou .dashboard_img div {
  margin-right: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  max-width: 200px;
}
.portfolio_atb .dashboard_img div {
  margin: 30px auto;
}
.portfolio_cd,
.portfolio_fuji,
.portfolio_jpreal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.portfolio_cd .port_site_img,
.portfolio_fuji .port_site_img {
  flex-basis: 40%;
  margin-right: 50px;
}
.portfolio_cd .site_note,
.portfolio_fuji .site_note {
  flex-basis: 40%;
}
.site_note p {
  font-size: 1.6rem;
}
.portfolio_jpreal .port_site_img {
  flex-basis: 60%;
  margin-right: 20px;
}
.portfolio_jpreal .site_note {
  flex-basis: 20%;
}

.port_graphic {
  margin: 50px auto;
  text-align: center;
}
.port_graphic img {
  width: 100%;
  max-width: 700px !important;
}
.port_graphic_ty .site_note {
  flex-basis: 40% !important;
  text-align: left !important;
  margin-left: 50px;
}
.port_graphic_ty .port_site_img {
  margin: 30px !important;
  flex-basis: 45%;
}
.work_fabric {
  display: flex;
  width: 70%;
  justify-content: flex-start;
}
.img_fabric1 {
  flex-basis: 60% !important;
}
.img_fabric2 {
  flex-basis: 40% !important;
}
/* Designer name animate and display*/
.profile_name {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.profile_name p {
  visibility: hidden;
  font-size: 5rem !important;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin: 0;
  transform: translateY(3em);
  animation: textanimation 1s forwards;
}
/* Scroll_down アニメーション設定 */
.scroll_down_wrap {
  position: relative;
  margin-top: 15%;
}
.arrowWrap {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  height: 160px;
}
.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow {
  width: 1px;
  height: 60px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 1.5s ease 0s infinite normal;
  animation: arrow 1.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
/* **** Profile - trained skills list ******/
.skills {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center !important;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 150px;
}
.skill {
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.skill:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.skill i {
  font-size: 2.5rem;
  color: #74c0fc; /* matches your palette */
  margin-bottom: 15px;
}
.skill h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.skill p {
  font-size: 1.2rem;
  color: #555;
}
/* .learning {
  border: 2px dashed #74c0fc;
  background: #f9fcff;
} */
/***** Career recap *********/

.career_recap {
  margin-bottom: 150px;
}
.career_recap p {
  padding-bottom: 20px;
}
.career_recap p i {
  padding-right: 20px;
  text-shadow: 1px 1px 5px #fff;
}
/**********************************/
/* Design Proposals for Client:  Added '25 '*/

/*---- cloud flow animation ----*/
.cloudBcg {
  background-image: url(https://motokodesign.net/wp-content/themes/motokodesign_23UX/img/cloudFlow2.png);
  background-repeat: repeat-x; /* 横方向に繰り返す */
  background-size: contain;
  animation: moveBg 45s ease-in-out infinite;
}
@keyframes moveBg {
  0% {
    background-position: 0 0; /* 左から */
  }
  50% {
    background-position: 1500px -50px; /* 左から */
  }
  100% {
    background-position: 3000px 200px; /* 右へ */
  }
}
.scroll-infinity_item {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
/* --- END OF CLOUD ANIMATION ---- */
.portfolio_works {
  margin-top: 30px !important;
  margin-bottom: 100px !important;
}
.works_subcaption {
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
}
.design_portfolio .works_subcaption {
  margin-bottom: 0;
}
.theme_designs {
  height: 500px;
  overflow: scroll;
  margin-bottom: 70px;
}
.theme_designs a:hover {
  opacity: 1;
}
.theme_designs {
  position: relative;
}
.theme_designs span {
  position: absolute;
  top: 60%;
  right: 25px;
  writing-mode: vertical-rl;
  color: green;
  background-color: rgba(255, 251, 251, 0.9);
  padding: 7px 5px 100px;
  font-weight: 700;
  pointer-events: auto;
}

/*****  Hover effect for non-touch screen device *******/
@media (hover: hover) {
  .theme_designs span {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .theme_designs:hover span {
    opacity: 1;
  }
}
/**  End of Hover Effect *****/
.theme_designs span::before {
  animation: scroll 1s infinite;
  background-color: green;
  bottom: 10px;
  content: '';
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
.work_vision {
  font-style: italic;
  /*	margin-top: 30px;*/
  margin-bottom: 50px;
}
.small_italic {
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 70px;
}
/*---------------------------------- 
 *		PC	Client Survey
-------------------------------*/
.survey_intro {
  margin-top: 70px;
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: left;
}
.client_info,
.contact_info,
.server_info {
  margin-bottom: 20px;
}
.server_info {
  margin-top: 30px;
}
.required {
  color: coral;
  padding-left: 10px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  width: 70%;
  max-width: 700px;
  min-width: 400px;
  display: block;
  box-sizing: border-box;
}
.age_range .wpcf7-form-control-wrap input {
  min-width: auto;
}
.age_range .wpcf7-form-control-wrap {
  margin-left: 20px;
  margin-bottom: 20px;
}
.age_range .survey_p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.wpcf7-list-item {
  margin-right: 10px !important;
  text-align: center;
}
.survey_p {
  padding-top: 30px;
  padding-bottom: 10px;
}
.survey_form h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}
.survey_input .table_rows {
  margin-top: 30px;
}
.survey_input .table_rows input {
  display: block;
}
.wpcf7-form-control-wrap input {
  color: #707070;
}
.table_rows .wpcf7-form-control-wrap input {
  width: auto;
  max-width: auto;
  min-width: auto;
}
.wpcf7-checkbox label {
  display: flex;
}
.table_impression .wpcf7-checkbox label,
.table_color .wpcf7-checkbox label {
  margin-bottom: 10px;
}
.survey_misc_q .wpcf7-checkbox label {
  margin-bottom: 15px;
}
.wpcf7-list-item input[type='checkbox'] {
  width: 20px !important;
  height: 20px;
  margin-right: 10px;
}
.table_impression .wpcf7-form-control-wrap input,
.table_color .wpcf7-form-control-wrap input,
.survey_misc_q .wpcf7-form-control-wrap input,
.survey_basic .wpcf7-form-control-wrap input {
  min-width: auto;
}
.wpcf7-submit {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 43, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
  padding: 10px 50px;
  margin-top: 50px;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 2rem;
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.2);
}
.survey_logo .wpcf7-form-control-wrap input,
.survey_script .wpcf7-form-control-wrap input {
  min-width: auto !important;
}
.survey_logo,
.survey_script {
  margin-top: 15px;
  margin-bottom: 10px;
}
/*---------------------------------------------
          VIEW 1024px-1440px
-----------------------------------------------*/
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  body {
    max-width: 1440px;
  }
  .inner {
    margin-right: 8%;
    margin-left: 8%;
  }
  .inner_med {
    margin-right: 12%;
    margin-left: 12%;
  }
  .inner_lg {
    margin-right: 17%;
    margin-left: 17%;
  }
  .fixed {
    max-width: 1440px;
  }
  .study_findings_container {
    margin: 0 5%;
  }
  .vtwa_logo {
    left: 3%;
    top: 65%;
  }
  .vtwa_logo img {
    width: 10%;
  }
  .cd_main_caption {
    width: 90%;
    white-space: normal;
  }
  /* .scroll-infinity {
    height: calc(160vh - 10vw);
  } */
  .img_caption {
    font-size: clamp(15px, 1.46vw, 17px) !important;
  }
}
/*------------------------------------------------------------------------------------
         Laptop VIEW 769px-1024px
-------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /*------------------------------------
            COMMON　 769px-1024px　　　　　　　　　　　　
--------------------------------------*/
  body {
    font-size: 2rem;
    max-width: 1024px;
  }
  .fixed {
    max-width: 1024px;
  }
  p {
    font-size: 1.8rem;
    left: 0;
    transform: translate(0, 0);
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  h3 {
    font-size: 2.2rem;
  }
  a {
    transition: all 0.4s;
  }
  a:hover {
    opacity: 0.6;
  }
  nav {
    font-size: 1.6rem;
  }
  /*----------------------------------
 *			2. UTILITY 769px-1024px
-----------------------------------*/
  .inner {
    margin-right: 5%;
    margin-left: 5%;
  }
  .inner_med {
    margin-right: 9%;
    margin-left: 9%;
  }
  .inner_lg {
    margin-right: 13%;
    margin-left: 13%;
  }
  .fixed {
    max-width: 1024px;
  }
  .study_findings_container {
    margin: 0 1%;
  }
  /*----------------------------------
       Navigaiton 769px-1024px
-----------------------------------*/
  .sub-menu {
    left: -10px;
  }
  /*----------------------------------
       Home 769px-1024px
-----------------------------------*/
  .img_caption {
    font-size: clamp(14px, 1.82vw, 16px) !important;
  }
  /*----------------------------------
 *			UX - Medication 769px-1024px
-----------------------------------*/
  .med_intro {
    margin-top: 70px;
  }
  .med_intro p:first-of-type {
    margin-bottom: 50px;
  }
  .med_header_container {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
  .med_app_img {
    flex-basis: 100%;
    padding-left: 50px;
  }
  .med_text_detail {
    flex-basis: 100%;
    display: block;
  }
  .med_text_box {
    border: none;
    margin-bottom: 20px;
    border-bottom: 0.5px dotted rgba(139, 138, 138, 1);
  }
  .med_text_box:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .med_text_box dt {
    font-size: 1.8rem;
  }
  .med_text_box dd {
    font-size: 1.4rem;
  }
  .goal_summary_challenges dd {
    text-align: left;
  }
  .med_goal_container {
    flex-direction: column-reverse;
  }
  .img_container {
    flex-basis: 100%;
  }
  .project_goal {
    flex-basis: 100%;
  }
  .med_search_summary {
    flex-basis: 100%;
  }
  .img_container img:first-of-type {
    padding-right: 30px;
  }
  .project_goal dd {
    margin-left: 2em;
  }
  .medication_app .subtitle {
    margin-bottom: 50px;
  }
  .constraint_challenges {
    margin: 50px 0 0;
  }
  /******* IDEATE*********	*/
  .ideate {
    margin-top: 50px;
  }
  .ideate_item dt {
    text-align: center;
    font-size: 1.6;
  }
  .ideate_item {
    display: block;
  }
  .ideate_item dl:last-of-type img {
    margin: 0 auto;
  }
  .ideate_item dl:first-of-type p {
    text-align: left;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .med_initial_concept {
    width: 100%;
    margin-top: 30px;
  }
  .med_initial_concept p:first-of-type {
    text-align: center;
  }
  .med_user_flow_chart {
    margin: 30 auto 0;
    padding: 10px;
  }
  .usability_study_heading ul {
    margin: 30px 30px;
  }
  .usability_study_heading li {
    width: 80px;
  }

  .usability_study_heading ul li > p {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .lo-fi-img {
    padding: 30px;
  }
  .responsive_web_key_container {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  /* hi-fi carousel width */
  .slide_img {
    width: 30% !important;
  }
  .hi-fi_prototype_container ul {
    padding: 30px 40px;
  }
  .responsive_web_key_container dl {
    flex-basis: 35%;
    padding: 20px 20px 20px 40px;
    margin: 0;
  }
  .closure_text {
    width: 80%;
    margin: 0 10% 50px;
  }
  /*----------------------------------
 *	VT Wedding Venue - 1 (Web) 769px-1024px
-----------------------------------*/
  .vtw_project_summary {
    display: block;
  }
  .vtw_app_img {
    width: 70%;
    margin: 20px 15% 50px;
  }
  .hi-fi_prototype_container ul {
    padding: 30px 50px 30px;
  }
  /*----------------------------------
 *	VT Wedding Venue - 1 (App) 769px-1024px
-----------------------------------*/
  .vtwa_logo {
    top: 58%;
    left: 1%;
  }
  .vtwa_logo p {
    font-size: 1.4rem;
  }
  .vtwa_logo img {
    width: 10%;
    height: auto;
  }
  .vtwa_text_box dt {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .vtwa_project_summary {
    display: block;
  }
  .vtwa_text_box dd {
    font-size: 1.4rem;
  }
  .vtwa_text_detail {
    margin-top: 50px;
  }
  .storyboard {
    display: block;
  }
  .vtwa-competitor {
    margin-top: 20px;
  }
  .vtwa_empathize {
    margin-top: 50px;
  }
  /*----------------------------*/
  /*          Classy Dogs - 769-1024        	*/
  /*------------------------------*/
  .cd_main_caption {
    width: 90%;
    white-space: normal;
  }
  .cd_project_goal_summary {
    flex-basis: 35%;
  }
  .cd_goal_detail {
    flex-basis: 63%;
  }
  /*	----------------------------*/
  /*    Graphic    769px-1024px  	*/
  /*------------------------------*/
  .grid_container1 li {
    height: 200px;
  }
  .portfolio_item {
    flex-basis: 48%;
  }
  /* .scroll-infinity {
    height: calc(220vh - 10vw);
    min-height: 2250px;
  } */
  /******  Profile *******/
  .page-id-225 .designer_name {
    padding: 180px 0 80px;
  }
}
/*---------------------------------------------------------
          Tablet VIEW 480px-769px
--------------------------------------------------------*/
@media screen and (max-width: 769px) and (min-width: 480px) {
  body {
    max-width: 769px;
  }
  .fixed {
    max-width: 769px;
    left: 0;
    transform: translate(0, 0);
  }
  .inner {
    margin-left: 3%;
    margin-right: 3%;
  }
  .inner_med {
    margin-left: 7%;
    margin-right: 7%;
  }
  .inner_lg {
    margin-left: 10%;
    margin-right: 10%;
  }
  p {
    font-size: 1.6rem;
    left: 0;
    transform: translate(0, 0);
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.2rem;
    font-weight: 700;
  }
  h3 {
    font-size: 2rem;
  }
  nav {
    font-size: 1.4rem;
  }
  .tablet_none {
    display: none;
  }
  .section_divide {
    padding-top: 70px;
  }
  .profile_name p {
    font-size: 3rem !important;
  }
  .page-id-205 h2 .sp_only {
    display: block !important;
  }
  dd {
    font-size: 1.6rem;
  }
  /*------------------------------------
            Navigation　 　480px-769px　　　　　　　　　　　
--------------------------------------*/
  #menu-gnav {
    margin: 0 20px;
  }
  #menu-gnav li a {
    width: auto;
    padding: 0 10px;
  }
  .sub-menu {
    left: 28%;
    width: 350px;
  }

  /*------------------------------------
            Home　 　480px-769px　　　　　　　　　　　
--------------------------------------*/
  .work_item {
    flex-basis: 45%;
  }
  .work_item a {
    z-index: 5000;
  }
  .home_intro {
    margin-bottom: 50px;
  }
  .work_item {
    position: relative;
    pointer-events: none;
  }
  .caption_mask {
    /*	position:static;*/
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transform: scale(1);
    /*	display:block;*/
    /*	height:auto;*/
  }
  .img_caption {
    color: #fff;
    font-size: clamp(13px, 2.7vw, 15px) !important;
  }
  /*----------------------------------
 *			UX - Medication 480px-769px
-----------------------------------*/
  .med_intro {
    margin-top: 70px;
  }
  .med_intro p:first-of-type {
    margin-bottom: 50px;
  }
  .med_header_container {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
  .med_app_img {
    flex-basis: 100%;
    padding-left: 50px;
  }
  .med_text_detail {
    flex-basis: 100%;
    display: block;
  }
  .med_text_box {
    border: none;
    margin-bottom: 20px;
    border-bottom: 0.5px dotted rgba(139, 138, 138, 1);
  }
  .med_text_box:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .med_text_box dt {
    font-size: 1.8rem;
  }
  .med_text_box dd {
    font-size: 1.4rem;
  }
  .goal_summary_challenges dd {
    text-align: left;
  }
  .med_goal_container {
    flex-direction: column-reverse;
  }
  .img_container {
    flex-basis: 100%;
  }
  .project_goal {
    flex-basis: 100%;
  }
  .med_search_summary {
    flex-basis: 100%;
  }
  .img_container img:first-of-type {
    padding-right: 30px;
  }
  .project_goal dd {
    margin-left: 2em;
  }
  .medication_app .subtitle {
    margin-bottom: 50px;
  }
  .constraint_challenges {
    margin: 50px 0 0;
  }
  /******* IDEATE*********	*/
  .ideate {
    margin-top: 50px;
  }
  .ideate_item dt {
    text-align: center;
    font-size: 1.6;
  }
  .ideate_item {
    display: block;
  }
  .ideate_item dl:last-of-type img {
    margin: 0 auto;
  }
  .ideate_item dl:first-of-type p {
    text-align: left;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .med_initial_concept {
    width: 100%;
    margin-top: 30px;
  }
  .med_initial_concept p:first-of-type {
    text-align: center;
  }
  .med_user_flow_chart {
    margin: 30 auto 0;
    padding: 10px;
  }
  .study_findings_container {
    margin: 0 5% !important;
  }
  .study_findings_container dl {
    margin: 5px;
  }
  .usability_study_heading ul {
    margin: 30px 17%;
  }
  .usability_study_heading li {
    width: 80px;
  }
  .usability_study_heading ul li > p {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .lo-fi-img {
    padding: 30px;
  }
  .hi-fi_prototype_container ul {
    padding: 20px 30px;
  }
  /* hi-fi carousel width */
  .slide_img {
    width: 40% !important;
  }
  .responsive_web_key_container {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .responsive_web_key_container dl {
    flex-basis: 35%;
    padding: 20px 20px 20px 40px;
    margin: 0;
  }
  .closure_text {
    width: 80%;
    margin: 0 10% 50px;
  }
  /*----------------------------------
 *	VT Wedding Venue - 1 (Web) 480px-769px
-----------------------------------*/
  .vtw_mainvisual {
    height: 400px;
    margin: 70px auto 50px;
    overflow: hidden;
  }
  .vtw_mainvisual img:last-of-type {
    width: 80%;
    height: auto;
  }
  .vtw_mainvisual p {
    font-size: 1.9rem;
    left: 3%;
    top: 70%;
  }
  .vtw_project_summary {
    display: block;
  }
  .vtw_app_img {
    width: 70%;
    margin: 20px 15% 50px;
  }
  .hi-fi_prototype_container ul {
    padding: 30px 50px 30px;
  }
  .vtw_ideate .ideate_item dl:last-of-type img {
    width: 70% !important;
    margin: 30px 15% !important;
  }
  .vtw_lo-fi_prototype {
    padding-top: 20px;
  }
  .vtw_lo-fi_prototype p {
    margin-top: 10px;
  }
  .vtw_study_findings .study_findings_container {
    margin: 0 5%;
  }
  /*----------------------------------
 *	VT Wedding Venue - 1 (App) 480px-769px
-----------------------------------*/
  .vtwa_logo {
    top: 58%;
    left: 1%;
  }
  .vtwa_logo p {
    font-size: 1.4rem;
  }
  .vtwa_logo img {
    width: 10%;
    height: auto;
  }
  .vtwa_text_box dt {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .vtwa_project_summary {
    display: block;
  }
  .vtwa_text_box dd {
    font-size: 1.4rem;
  }
  .vtwa_text_detail {
    margin-top: 50px;
  }
  .storyboard {
    display: block;
  }
  .vtwa-competitor {
    margin-top: 20px;
  }
  .vtwa_empathize {
    margin-top: 50px;
  }
  /*---------------------------------- 
 *			Classy Dogs - Tablet 480px-769px
-------------------------------*/
  .cd_old_title {
    width: 60%;
  }
  .cd_main_caption {
    width: 95%;
    white-space: normal;
  }
  .cd_top_summary li {
    font-size: 1.6rem;
  }
  .old_site ul li {
    flex-basis: 31%;
  }
  .tri_arrow {
    margin: 50px auto 50px;
  }
  .cd_problems_container {
    padding: 30px 3% 30px;
    margin-bottom: 50px;
  }
  .cd_problems_container dt {
    margin-bottom: 50px;
  }
  .cd_problems_container dd {
    text-align: left;
  }
  .cd_hifi_desc {
    padding-left: 30px;
  }
  .cd_brochure_img li {
    flex-basis: 48%;
  }
  .cd_responsive_web_container dt {
    font-size: 1.6rem;
  }
  .cd_responsive_web_container dl {
    margin-right: 20px;
  }
  /*------------------------------------
           Graphic　　 480px-769px　　　　　　　　　
--------------------------------------*/
  .grid_container1::after {
    width: 45%;
  }
  .grid_container2::after {
    content: '';
    display: block;
    width: 45%;
  }
  .grid_item {
    flex-basis: 45%;
    margin-bottom: 20px;
  }
  .grid_layout1,
  .grid_layout2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  /*---------------------------------- 
 *		Profile 480-769
-------------------------------*/
  .portfolio_item {
    flex-basis: 48%;
  }
  .page-id-225 .designer_name {
    padding: 170px 0 80px;
  }

  .profile_char_list {
    font-size: 1.3rem;
  }
  .profile_char_list li {
    line-height: 1.4;
    padding-bottom: 15px;
  }
  .career_recap p {
    text-align: left;
    text-indent: -19px;
    padding-left: 50px;
    padding-right: 30px;
  }
  .career_recap {
    margin-bottom: 80px;
  }
}
.profile_img {
  flex-basis: 40%;
}
.about_intro p {
  flex-basis: 60%;
}
/**************************************************
SP  < 480px
***************************************************
-----------------------------*/
@media screen and (max-width: 480px) {
  /*------------------------------------
        SP    COMMON　 　　　　　　　　　　　　
--------------------------------------*/
  body {
    max-width: 480px;
    width: 100%;
  }
  .fixed {
    max-width: 480px;
  }
  section {
    padding-bottom: 0;
  }
  .section_divide {
    padding-top: 50px;
  }
  p {
    font-size: 1.6rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
    font-weight: 700;
  }
  h3 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
  nav {
    font-size: 1.5rem;
  }
  /*----------------------------------
 *			2. SP UTILITY
-----------------------------------*/
  .inner {
    margin: 0 15px;
  }
  .inner_med {
    margin: 0 20px;
  }
  .inner_lg {
    margin: 20px;
  }
  dd {
    line-height: 1.3;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
  /*----------------------------------
 * SP	UTILITY for responsive disign
-----------------------------------*/
  .br_sp {
    display: block;
  }
  .br_tb {
    display: none;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .tablet_only {
    display: none;
  }
  #pagetop {
    left: 94%;
    z-index: 20000;
  }
  .subtitle {
    margin: 50px auto 20px;
  }
  /*----------------------------------
 *	SP - HAMBURGER MENU
-----------------------------------*/
  .navToggle {
    display: block;
    position: fixed; /*bodyに対しての絶対位置指定 */
    right: 15px;
    top: 15px;
    width: 40px;
    height: 34px;
    cursor: pointer;
    z-index: 50000;
    text-align: center;
    background-color: rgba(239, 239, 239, 0.5);
    border-radius: 2px;
  }
  .navToggle span {
    display: inline-block;
    position: absolute;
    width: 30px;

    border-bottom: solid 2px #1b1d22;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 5px;
    text-align: center;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 17px;
  }
  .navToggle span:nth-child(3) {
    top: 25px;
  }
  /*-----------------------------  
    SP X button 
------------------------------*/
  .navToggle.active span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  /*--------- DRAWER---------------*/
  .main_navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%); */
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    /* background-color: #76c1da; */
    padding: 40px 10px 10px;
    z-index: 1000;
    box-sizing: border-box;
    transition: 0.5s linear;
    opacity: 0.3;
  }
  /*RESET PC setting for Mobile Setting*/
  #menu-gnav > li:hover .sub-menu {
    visibility: visible;
    opacity: 0;
  }
  #menu-gnav > li:hover .sub-menu.is-open {
    opacity: 1;
  }
  /*-----------------------*/
  .header_container {
    padding-bottom: 20px;
  }
  .main_navigation.active {
    right: 0;
    opacity: 1;
    background-color: #f1eaef;
    background-image: none;
  }
  #menu-gnav {
    display: block;
    position: static;
    text-align: left;
    margin: 10px;
    border: none !important;
  }
  #menu-gnav li a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #101010;
  }
  #menu-gnav li {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-left: 0 auto;
    padding: 0 0 0 10px;
  }
  #menu-gnav > li {
    margin: 0;
  }
  .designer_name {
    margin: 20px auto 30px;
    display: block;
  }
  .sns_icon {
    position: absolute;
    top: 45%;
    left: 30px;
  }
  .sns_icon.is-open {
    position: absolute;
    top: 70%;
    left: 10px;
  }
  /*---------------------------------*/
  /* Sub-menu (Accordion)            */
  /*---------------------------------*/
  .sub-menu {
    position: static;
    width: 100%;
    padding: 0 10px 0 15px;
    background-color: transparent;
    border: none !important;
    text-align: left;
    /* opacity: 0; */
  }
  .sub-menu.is-open {
    opacity: 1 !important;
    transition: all 0.5s ease;
    display: block;
    visibility: visible !important;
  }
  #menu-gnav #menu-item-224 {
    max-height: auto;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  #menu-gnav #menu-item-224.is-open {
    max-height: 300px !important;
    height: auto !important;
  }
  .sub-menu > li:last-child {
    border: none;
  }
  .sub-menu li {
    height: 30px !important;
    width: 100%;
    border-bottom: none;
    font-size: 1.4rem;
    visibility: visible;
  }
  .sub-menu li a {
    transition: all 0.8s;
  }
  /*--------------------------*/
  /*    SP    HOME              */
  /*--------------------------*/
  .page-id-225 .designer_name {
    padding: 140px 0 80px;
    display: block;
  }
  .home_intro p {
    text-align: left;
  }
  .home_intro {
    margin-bottom: 50px;
  }
  .work_list {
    display: block;
    margin-bottom: 150px;
    /*	margin: 0 20px;*/
  }
  .home_main_content .subtitle {
    margin: 50px auto 20px;
  }
  .img_caption {
    font-size: 14px !important;
  }
  /*----------------------------------
 *	SP		UX - Medication
-----------------------------------*/
  .med_intro {
    margin-top: 70px;
  }
  .med_intro p:first-of-type {
    margin-bottom: 50px;
  }
  .med_header_container {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
  .med_app_img {
    flex-basis: 100%;
    padding-left: 50px;
  }
  .med_text_detail {
    flex-basis: 100%;
    display: block;
  }
  .med_text_box,
  .vtw_text_box {
    border: none;
    margin-bottom: 20px;
    border-bottom: 0.5px dotted rgba(139, 138, 138, 1);
  }
  .med_text_box:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .med_text_box dt,
  .vtw_text_box dt {
    font-size: 1.8rem;
  }
  .med_text_box dd,
  .vtw_text_box dd {
    font-size: 1.4rem;
  }
  .goal_summary_challenges dd {
    text-align: left;
  }
  .med_goal_container {
    flex-direction: column-reverse;
  }
  .img_container {
    flex-basis: 100%;
  }
  .project_goal {
    flex-basis: 100%;
  }
  .med_search_summary {
    flex-basis: 100%;
  }
  .img_container img:first-of-type {
    padding-right: 30px;
  }
  .project_goal dd {
    margin-left: 2em;
  }
  .medication_app .subtitle {
    margin-bottom: 50px;
  }
  .constraint_challenges {
    margin: 50px 0 0;
  }
  /*----------------------------------
 *	SP		Design Process
-------------------------------*/
  .personas {
    display: block;
  }
  .personas dt {
    font-size: 1.6rem;
  }
  .personas dl {
    margin: 0 auto 50px;
  }
  .personas dl:last-of-type {
    margin-top: 0;
  }
  .ideate {
    margin-top: 50px;
  }
  .ideate_item dt {
    text-align: center;
    font-size: 1.6;
  }
  .ideate_item {
    display: block;
  }
  .ideate_item dl:last-of-type img {
    margin: 0 auto;
  }
  .ideate_item dl:first-of-type p {
    text-align: left;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .med_initial_concept {
    width: 100%;
    margin-top: 30px;
  }
  .med_initial_concept p:first-of-type {
    text-align: center;
  }
  .med_user_flow_chart {
    margin: 30 auto 0;
    padding: 10px;
  }
  .usability_study_heading p,
  .affinity_diagram p,
  .med_study_findings p,
  .med_hifi_prototype p {
    text-align: center;
  }
  .usability_study_heading p {
    font-size: 1.8rem;
  }
  .usability_study_heading ul {
    margin: 30px 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .usability_study_heading ul li > p {
    font-size: 1.2rem;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .usability_study_heading li {
    width: 80px;
    height: auto;
    flex-basis: 40%;
  }
  .lo-fi-img {
    margin: 20px 0 20px;
    padding: 30px 10px 30px;
  }
  .affinity_diagram {
    margin: 50px 20px;
  }
  .med_study_findings {
    margin-top: 50px;
  }
  .study_findings_container {
    display: block;
  }
  .study_findings_container dl {
    width: calc(100% - 20px);
    padding: 20px 5px 10px;
    margin: 0 10px;
  }
  .study_findings_container dt {
    font-size: 1.6rem;
  }
  /*----------------------------------
 *		SP	Hi-fi Carousel
-------------------------------*/
  .hi-fi_prototype_container ul {
    flex-wrap: nowrap;
    padding: 20px 10px 20px;
  }
  .med_responsive_website p,
  .med_key_considerations p {
    text-align: left;
  }
  /* hi-fi carousel width */
  .slide_img {
    width: 50% !important;
  }
  /*----------------------------------
 *	SP		Responsive Website
-------------------------------*/
  .med_responsive_web_container {
    display: block;
    margin: 30px 20px;
  }
  .med_responsive_web_container dl {
    margin-right: 0;
    margin-top: 30px;
    text-align: center;
  }
  .med_responsive_web_container dd img {
    width: 70%;
    height: auto;
  }
  .med_responsive_web_container dt {
    font-size: 1.3rem;
  }
  .med_responsive_web_container dl:last-of-type {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .med_responsive_web_container_sp {
    margin: 30px 10px 50px;
  }
  .med_key_considerations p {
    margin: 0 10px;
  }
  .responsive_web_key_container {
    display: block;
    background-color: #f2f0f0;
  }
  .responsive_web_key_container span {
    top: 45%;
    transform: translate(-50%, -50%);
  }
  .responsive_web_key_container dl {
    flex-basis: 35%;
    padding: 20px 20px 20px 40px;
    margin: 50px auto 50px;
  }
  .responsive_web_key_container dt {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .responsive_web_key_container dd {
    display: list-item;
    list-style-type: disc;
    margin-left: 1em;
    padding-bottom: 0;
  }
  .responsive_web_key_container span {
    font-size: 3.5rem;
  }
  .closure_text {
    margin: 0 20px 70px;
    width: auto;
  }
  .med_responsive_web_container {
    margin: 0;
  }
  /*----------------------------------
 *	SP VT Wedding Venue - 1 (Web) SP
-----------------------------------*/
  .vtw_mainvisual {
    height: 300px;
    margin: 50px auto 30px;
    overflow: hidden;
  }
  .vtw_mainvisual img:last-of-type {
    width: 80%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .vtw_mainvisual img:first-of-type {
    width: 20%;
    height: auto;
    right: 5%;
  }
  .vtw_mainvisual p {
    font-size: 1.4rem;
    left: 3%;
    top: 90%;
  }
  .vtw_text_detail {
    display: block;
  }
  .vtw_project_summary {
    display: block;
  }
  .vtw_app_img {
    width: 70%;
    margin: 20px 15% 50px;
  }
  .hi-fi_prototype_container ul {
    padding: 10px;
  }
  .vtw_ideate .ideate_item dl:last-of-type img {
    width: 70% !important;
    margin: 30px 15% !important;
  }
  .vtw_lo-fi_prototype {
    padding-top: 20px;
  }
  .vtw_lo-fi_prototype p {
    margin-top: 10px;
  }
  .vtw_study_findings .study_findings_container {
    margin: 0 5%;
  }
  .vtw_empathize {
    display: block;
  }
  .vtw_ideate .ideate {
    margin-top: 0;
  }
  .low-fi_container {
    padding: 20px 10px 20px;
  }
  .vtw_responsive_web_container ul {
    flex-wrap: wrap;
  }
  .vtw_responsive_web_container li {
    flex-basis: 40%;
    margin: 0 auto 10px;
  }
  .vtw_responsive_website > img {
    transform: scale(1.5);
  }
  .vtw_responsive_website {
    overflow: hidden;
  }
  /*----------------------------------
 *	SP VT Wedding Venue - 1 (App) SP
-----------------------------------*/
  .vtwa_logo {
    left: 2%;
    top: 75%;
  }
  .vtwa_logo p {
    font-size: 1.2rem;
    white-space: nowrap;
    padding: 2px 3px;
  }
  .vtwa_logo img {
    width: 7%;
    padding-right: 10px;
  }
  .vtwa_text_detail {
    display: block;
    margin-bottom: 50px;
  }
  .vtwa_text_box {
    border: none;
    margin-bottom: 20px;
    border-bottom: 0.5px dotted rgba(139, 138, 138, 1);
  }
  .vtwa_text_box:first-of-type {
    border-top: 0.5px dotted rgba(139, 138, 138, 1);
  }
  .vtwa_text_box dt {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .vtwa_project_summary {
    display: block;
  }
  .vtwa_text_box dd {
    font-size: 1.4rem;
  }
  .vtwa_text_detail {
    margin-top: 50px;
  }
  .storyboard {
    display: block;
  }
  .vtwa-competitor {
    margin-top: 20px;
  }
  .vtwa_empathize {
    margin-top: 50px;
  }
  .vtwa_empathize.storyboard .empathize_img_container {
    padding: 20px 10px 50px;
  }
  .vtwa_empathize.vtwa_competitor .empathize_img_container {
    padding: 20px 0 0;
  }
  .study_findings_container {
    margin-right: 10px;
    margin-left: 10px;
  }
  /*---------------------------------- 
 *	SP	Graphic - SP
-------------------------------*/
  .grid_layout h2 {
    margin: 70px auto 50px;
    font-size: 1.8rem;
  }
  .grid_container1 {
    grid-template-columns: 1fr 1fr;
  }
  /*---------------------------------- 
 *			Classy Dogs - SP
-----------------------------------*/
  /*---------------------------------- 
 *			Classy Dogs - SP
-------------------------------*/
  .cd_main_caption {
    width: 90%;
    white-space: normal;
    font-size: 1.5rem;
    top: 40px;
  }
  .cd_top_summary {
    display: block;
    margin-bottom: 70px;
  }
  .cd_top_summary li {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
  .cd_project_goal_summary {
    margin-bottom: 50px;
  }
  .cd_goal_detail p {
    padding-bottom: 15px;
  }
  .cd_text_box {
    padding: 10px 10px 10px 30px;
  }
  .cd_old_title {
    width: 80%;
    margin: 0 auto 30px;
  }
  .old_site_container {
    flex-wrap: wrap;
  }
  .old_site ul li {
    flex-basis: 70%;
    margin: 0 auto 30px;
  }
  .tri_arrow {
    margin: 50px auto 50px;
    width: 70%;
    height: auto;
  }
  .cd_problems_container {
    padding: 30px 15px 30px;
    margin-bottom: 0;
  }
  .cd_problems_container dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .cd_problems_container dd {
    text-align: left;
    font-size: 1.5rem;
  }
  .cd_hifi_desc {
    margin-top: 70px;
    padding-right: 25px;
  }
  .cd_hifi_desc li,
  .cd_retention li {
    line-height: 1.5;
    padding-bottom: 16px;
    font-size: 1.6rem;
  }
  .cd_retention li {
    padding-bottom: 10px;
    list-style-type: none;
  }

  .cd_brochure_img li {
    flex-basis: 49%;
    margin-top: 70px;
  }
  .cd_responsive_web_container {
    margin-top: 30px;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .cd_responsive_web_container dl {
    margin-right: 0;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  /*---------------------------------- 
 *		SP	About
-------------------------------*/
  .about {
    padding: 30px 0;
    height: calc(100vh - 250px);
  }
  .about_intro {
    display: flex;
    flex-direction: column-reverse;
  }
  .about_intro p {
    flex-basis: 100%;
  }
  .profile_img {
    flex-basis: 100%;
    max-width: 150px;
    height: auto;
    padding-right: 0;
    margin-top: 50px;
  }
  /*---------------------------------- 
 *		SP - Profile 
-------------------------------*/
  .portfolio_item {
    flex-basis: 90%;
  }
  .work_item {
    position: relative;
    /*	box-shadow: none;*/
    /* pointer-events: none; */
  }
  .caption_mask {
    position: absolute;
    margin-top: 0;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  .text_vertical {
    padding-bottom: 180px;
  }
  .img_caption {
    color: #fff;
    transform: translate(0, -30px);
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 20px;
    gap: 0;
  }
  .page-id-225 .img_caption {
    white-space: normal;
    display: block;
    top: 50%;
    transform: translate(-50%, -20%);
    width: 85%;
  }
  /* Designer name animate and display*/
  .name_wrap {
    display: flex;
    overflow: hidden;
    justify-content: center;
  }
  .name_wrap p {
    visibility: hidden;
    font-size: 3.8rem !important;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin: 0;
    transform: translateY(3em);
    animation: textanimation 1s forwards;
  }
  .career_recap {
    margin-bottom: 70px;
  }
  .profile_img_wrap {
    flex-wrap: wrap;
    gap: 0;
    text-align: center;
    justify-content: flex-start;
  }
  .profile_charL {
    order: 2;
    flex-basis: 100%;
    transform: translate(0, 0) !important;
  }
  .profile_charR {
    order: 3;
    flex-basis: 100%;
    transform: translate(0, 0) !important;
  }
  .motoko_profile_img {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .motoko_profile_txt {
    padding: 50px 10px;
  }
  .port_workList {
    display: block;
  }
  .portfolio_imgs_wrapper {
    display: block;
  }
  .portfolio_cd2 .port_main_r {
    margin-left: 10px;
  }
  .portfolio_tsukuba .dashboard_img,
  .portfolio_atb .dashboard_img,
  .portfolio_hibou .dashboard_img {
    display: block;
  }
  .portfolio_tsukuba .dashboard_img div,
  .portfolio_atb .dashboard_img div,
  .portfolio_hibou .dashboard_img div {
    margin: 30px auto;
  }
  .portfolio_cd,
  .portfolio_fuji,
  .portfolio_jpreal {
    display: block;
    margin-bottom: 70px;
  }
  .portfolio_cd div,
  .portfolio_fuji div,
  .portfolio_jpreal div {
    margin-top: 30px;
  }
  .work_fabric {
    display: block;
    width: auto;
    margin-top: 30px;
  }
  .img_fabric2 {
    margin: 50px 10% 70px;
  }
  .portfolio_tsukuba .port_main_r,
  .portfolio_atb .port_main_r,
  .portfolio_hibou .port_main_r {
    padding: 0 10px 20px;
  }
  .profile_char_list li {
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .profile_char_list li i {
    padding-right: 5px;
  }
  /*---------------------------------- 
 *	SP Footer
-------------------------------*/
  .footer {
    height: 30px;
  }
  .footer p {
    line-height: 30px;
    font-size: 1.2rem;
  }
}
