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

Part name///
  01 common
  02 top
  03 product
  04 about
  05 store
  06 company
*/
/*====================================================================
  01 General_style
====================================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #111;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  background: transparent;
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333333;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  /*   -webkit-appearance: none !important;*/
}

a:hover {
  opacity: 0.7;
}

/* --------------------
Common
-------------------- */
/*.container h1, .container h2, .container h3, .container p, .container a {
  color: #000;
  font-size: 12px;
  line-height: 1.5em;
}*/
.container .bold {
  font-weight: bold;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*---------------------------------------------------------
  Common
*/
.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.pc_contents {
  display: block !important;
}

.sp_contents {
  display: none !important;
}

.sp_contents2 {
  display: none;
}

.pc_contents_common {
  display: block !important;
}

.sp_contents_common {
  display: none !important;
}

.pc_br {
  display: inline;
  font-size: 10px !important;
}

.sp_br {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .pc_contents_common {
    display: none !important;
  }
  .sp_contents_common {
    display: block !important;
  }
}

@media screen and (max-width: 769px) {
  .sp_contents2 {
    display: block;
  }
  .pc_contents {
    display: none !important;
  }
  .sp_contents {
    display: block !important;
  }
  .pc_br {
    display: none;
  }
  body .sp_br {
    display: inline !important;
    font-size: 10px !important;
  }
}

input:focus {
  outline: 0;
}

body {
  background: #fff;
}

.header {
  height: 80px;
  width: 100%;
  padding: 0 110px 0 100px;
  display: flex;
  top: 0;
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0px;
  background: #fff;
  position: fixed;
}

@media (max-width: 768px) {
  .header {
    padding: 0 20px 0;
    position: relative;
    z-index: 5;
    position: fixed;
  }
}

.header h1 img {
  width: 120px;
}

@media (max-width: 768px) {
  .header h1 img {
    width: 125px;
  }
}

.header ul {
  width: 354px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .header ul {
    display: none;
  }
}

.header ul li {
  position: relative;
}

.header ul li a {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 12px;
  line-height: 60px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0;
}

.header ul li .archive {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.header ul li .archive a {
  display: block;
  margin: 0 0 16px;
  line-height: 12px;
}

.header ul li:hover > .archive {
  overflow: visible;
  opacity: 1;
  transition: all 0.5s;
}

.sp_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 140px 60px 60px 60px;
  background: #f7f5f5;
  z-index: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s;
}

.sp_menu.active {
  transform: translate3d(0, 0, 0);
  transition: all 0.5s;
}

.sp_menu dt.on a {
  margin: 0 0 0px;
}

.sp_menu dt.on a .arrow {
  transform: rotate(0deg);
}

.sp_menu dt a {
  margin: 0 0 10px;
  position: relative;
}

.sp_menu dt a .arrow {
  position: absolute;
  left: 130px;
  top: 15px;
  transform: rotate(180deg);
}

.sp_menu dd {
  margin: 0 0 0px;
  height: 0;
  overflow: hidden;
}

.sp_menu dd.on {
  margin: 0 0 10px;
  height: auto;
  transition: auto 0.5s;
}

.sp_menu dd a {
  color: #111111;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 0 0;
}

.sp_menu a {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0 0 10px 0;
  display: block;
}

.sp_menu .archive a {
  color: #111111;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 0 0;
  display: block;
}

.contents {
  padding: 0px 0 0 0;
}

@media (max-width: 768px) {
  .contents {
    padding: 80px 0 0 0;
  }
}

.contents.top .top__main {
  width: 65.625%;
  min-width: 840px;
  margin: auto;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .contents.top .top__main {
    padding: 0 20px;
    width: 100%;
    display: block;
    min-width: 100%;
  }
}

.contents.top .top__main .l {
  width: 61.90476%;
  margin: 0 80px 0 0;
}

@media (max-width: 768px) {
  .contents.top .top__main .l {
    width: 100%;
    margin: 10px auto 20px;
  }
}

.contents.top .top__main .l img {
  width: 100%;
}

@media (max-width: 768px) {
  .contents.top .top__main .r {
    width: 100%;
  }
}

.contents.top .top__main .r .h1 {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.contents.top .top__main .r .p1 {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 24px 0;
}

.contents.top .top__main .r .dl_wrap dl {
  display: flex;
  margin: 0 0 11px;
}

.contents.top .top__main .r .dl_wrap dl:last-child {
  margin: 0 0 24px;
}

.contents.top .top__main .r .dl_wrap dt {
  width: 48px;
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 0 0;
}

.contents.top .top__main .r .dl_wrap dd {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 0 0;
}

.contents.top .top__main .r .h3 {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.contents.top .top__main .r .link1 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #111111;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 16px 0;
  text-decoration: underline;
  display: block;
}

.contents.top .top__main .r .r__ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.contents.top .top__main .r .r__ul a {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 0 0;
  text-decoration: underline;
}

.footer {
  margin: 120px auto 0;
}

@media (max-width: 768px) {
  .footer {
    margin: 40px auto 0;
  }
}

.footer .copy {
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-align: center;
}

.filter {
  background-color: #3c3c3c;
  color: #fff;
  font-family: "Hiragino Mincho ProN";
  width: 100%;
  height: 50px;
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  position: fixed;
}

.none {
  display: none !important;
}

.bro {
  display: block !important;
}

.category {
  margin: 80px auto;
  background-color: #3c3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1400px;
  height: 200px;
}

@media (max-width: 769px) {
  .category {
    width: 100%;
    height: 707px;
    position: fixed;
    display: none;
    padding-top: 80px;
    opacity: 0.9;
  }
}

.category__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
  width: 1142px;
}

@media (max-width: 769px) {
  .category__inner {
    width: 85%;
    margin: 0 auto;
    display: block;
    padding-left: 26px;
    padding-right: 26px;
  }
}

.category ul {
  display: block;
}

@media (max-width: 769px) {
  .category ul {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 769px) {
  .category ul:nth-of-type(1) {
    padding-left: 27px;
  }
}

.category ul:nth-of-type(2) {
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

@media (max-width: 769px) {
  .category ul:nth-of-type(2) {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}

.category li {
  display: block;
  width: 123px;
  margin-right: 34px;
  margin-bottom: 17px;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 769px) {
  .category li {
    display: inline-block;
    margin-bottom: 28px !important;
  }
}

.category li:nth-of-type(13),
.category li:nth-of-type(14),
.category li:nth-of-type(15),
.category li:nth-of-type(16),
.category li:nth-of-type(17),
.category li:nth-of-type(18) {
  margin-bottom: 0;
}

.category li a {
  color: #fff;
  font-family: "Futura";
  position: relative;
  opacity: 1;
  font-size: 15px;
}

.category li a:before {
  display: block;
  content: "";
  width: 17.31px;
  height: 17.31px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -30px;
}

.category .check:before {
  display: inline-block;
  background-image: url("img/check.png");
  width: 23.22px;
  height: 17.75px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  border: none;
}

.category .close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2.5em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50px;
  left: 46%;
}

.category .close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contents {
  width: 1240px;
  margin: 70px auto;
}

@media (max-width: 769px) {
  .contents {
    width: 100%;
    margin-top: 50px;
  }
}

.contents img {
  width: 100%;
}

.contents .chart {
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 769px) {
  .contents .chart {
    width: 100%;
    display: block;
    white-space: nowrap;
  }
}

.contents .chart__brock {
  width: 400px;
}

@media (max-width: 769px) {
  .contents .chart__brock {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .contents .chart__brock:nth-of-type(1),
  .contents .chart__brock:nth-of-type(2) {
    display: inline-block;
    width: 50%;
  }
}

@media (max-width: 769px) {
  .contents .chart__brock:nth-of-type(3) {
    display: block;
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 769px) {
  .contents .chart:not(p) {
    letter-spacing: -1em;
  }
}

.contents .chart2__brock {
  width: 610px;
}

.contents p {
  letter-spacing: initial;
  font-family: "Georgia", sans-serif;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 29px;
  margin-top: 10px;
}

@media (max-width: 769px) {
  .contents p {
    margin-left: 2.6%;
  }
}

.contents p span:nth-of-type(1) {
  font-family: "Hiragino Mincho ProN";
  font-size: 13px;
  line-height: 1.25;
}

@media (max-width: 769px) {
  .contents p span:nth-of-type(1) {
    display: block;
    line-height: 1;
    font-size: 12px;
    margin-left: 2.6%;
  }
}

.contents p span:nth-of-type(2) {
  font-family: "Futura";
  font-size: 10px;
  line-height: 1.25;
}

@media (max-width: 769px) {
  .contents p span:nth-of-type(2) {
    display: none;
  }
}

.winter_wrap {
  overflow-x: hidden;
}

.ctsSingle {
  color: #3c3c3c;
  margin-top: 80px;
  text-align: center;
}

.ctsSingle h1 {
  font-family: "Georgia", sans-serif;
  font-size: 30px;
  color: #3c3c3c;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 769px) {
  .ctsSingle h1 {
    font-size: 17px;
    width: 88%;
    text-align: left;
    margin: 21px auto;
    margin-bottom: 0;
  }
}

.ctsSingle h1 span {
  font-family: "Hiragino Mincho ProN";
  font-size: 14px;
  display: block;
  margin-bottom: 26px;
  color: #3c3c3c;
  margin-top: 8px;
}

@media (max-width: 769px) {
  .ctsSingle h1 span {
    font-size: 12px;
    display: inline-block;
  }
}

.ctsSingle__ttl h2 {
  font-size: 35px;
  font-family: "Hiragino Mincho ProN";
  display: block;
  margin-bottom: 50px;
  color: #3c3c3c;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 769px) {
  .ctsSingle__ttl h2 {
    font-size: 22px;
    display: inline-block;
    width: 88%;
    text-align: left;
    margin-top: 21px;
    margin-bottom: 0;
  }
}

.ctsSingle__pic {
  width: 100%;
}

.ctsSingle img {
  width: 100%;
  display: block;
}

.ctsSingle__txt {
  font-family: "Hiragino Mincho ProN";
  font-size: 14px;
  width: 850px;
  margin: 50px auto 30px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #3c3c3c;
  line-height: 2;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 769px) {
  .ctsSingle__txt {
    font-size: 14px;
    width: 88%;
    margin-top: 35px;
  }
}

.ctsSingle__txt span,
.ctsSingle__txt a {
  font-family: "Gill Sans";
  font-size: 14px;
  text-align: left;
  text-decoration: none !important;
  color: #3c3c3c !important;
  display: block;
}

.ctsSingle__category {
  width: 850px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.ctsSingle__category li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.ctsSingle__category li a {
  height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Futura';
  font-size: 12px;
  color: #fff;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.ctsSingle__plan {
  width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}

@media (max-width: 769px) {
  .ctsSingle__category,
  .ctsSingle__plan {
    display: block;
    width: 88%;
  }

  .ctsSingle__category li {
    margin-bottom: 10px;
  }
  
  .ctsSingle__category li:last-child {
    margin-bottom: 0px;
  }
  
  .ctsSingle__plan {
    padding: 15px 0px;
  }
}

.ctsSingle__plan li {
  width: 33.3%;
  font-family: YuGothic;
  font-size: 12px;
  text-align: left;
  color: #3c3c3c;
  line-height: 26px;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 769px) {
  .ctsSingle__plan li {
    margin-left: 0px;
    line-height: 2;
    width: 100%;
  }
}

.ctsSingle__plan:before {
/*  content: "";*/
  position: absolute;
  border-top: 1px solid #3c3c3c;
  width: 100%;
  top: -15.5px;
}

@media (max-width: 769px) {
  .ctsSingle__plan:before {
    left: 0;
  }
}

.ctsSingle__plan::after {
/*  content: "";*/
  position: absolute;
  border-bottom: 1px solid #3c3c3c;
  width: 100%;
  bottom: -15.5px;
}

@media (max-width: 769px) {
  .ctsSingle__plan::after {
    left: 0;
  }
}

.ctsSingle__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 16.5px;
  width: 850px;
}

@media (max-width: 769px) {
  .ctsSingle__team {
    line-height: 2;
    width: 77%;
    margin: 30px auto;
    display: block;
    margin-bottom: 0;
  }
}

.ctsSingle__team li {
    background-color: #292929;
    width: auto;
    height: 22px;
    color: #fff;
    font-size: 12px;
    font-family: "Futura";
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ctsSingle__team li {
 margin-left:10px;
}

@media (max-width: 769px) {
  .ctsSingle__team li {
   margin-bottom:10px;
   width: fit-content;
    margin-left:0px;
  }

  .ctsSingle__team li:nth-of-type(2) {
    margin-bottom:10px;

  }

}

.ctsSingle__project-block {
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 100px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .ctsSingle__project-block {
    width: 100%;
  }
}

.ctsSingle__project-block a {
  width: 400px;
  position: relative;
}

@media (max-width: 769px) {
  .ctsSingle__project-block a {
    width: 100%;
  }
}

.ctsSingle__project-block a:hover {
  opacity: 1;
}

@media (max-width: 769px) {
  .ctsSingle__project-block a:nth-of-type(3) {
    display: none;
  }
}

.ctsSingle__project-block p {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-family: "Georgia", sans-serif;
  font-size: 25px;
}
@media (max-width: 769px) {
  .ctsSingle__project-block p {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      font-family: "Georgia", sans-serif;
      font-size: 25px;
      width: 100%;
      bottom: 0;
      margin: auto;
      right: 0;
  }
}

.ctsSingle__project-block p span {
  display: block;
  color: #fff;
  font-family: "Hiragino Mincho ProN";
  font-size: 13px;
  margin: 10px 0 0 0;
}

.ctsSingle__project-block .styleMix {
  left: 110px;
}

.ctsSingle__project-block .opa1 {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.ctsSingle__project-block .overray {
  background-color: rgba(112, 112, 112, 0.5);
}

.ctsSingle__project-block img {
  position: relative;
  z-index: -1;
}

.ctsSingle__project__btn {
  margin: 100px auto;
  display: block;
  background-color: #3c3c3c;
  width: 520px;
  height: 80px;
  font-family: "Georgia", sans-serif;
  font-size: 25px;
  line-height: 80px;
  color: #fff !important;
}

@media (max-width: 769px) {
  .ctsSingle__project__btn {
    width: 80%;
    margin: 30px auto;
    margin-bottom: 34px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}

.ctsSingle__picArea {
  background-color: #f2f2f2;
  width: 100%;
  padding-bottom: 196px;
}

@media (max-width: 769px) {
  .ctsSingle__picArea {
    padding-bottom: 0;
  }
}

.ctsSingle__picArea-ttl {
  width: 1240px;
  margin: 0 auto;
  font-family: "Gill Sans";
  font-size: 18px;
  color: #3c3c3c;
  text-align: left;
  padding-top: 50px;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 769px) {
  .ctsSingle__picArea-ttl {
    width: 88%;
  }
}

@media (max-width: 769px) {
  .ctsSingle__picArea-ttl:nth-of-type(2) {
    font-size: 27px;
    line-height: 0.2;
    opacity: 0;
    padding: 0;
  }
}

.ctsSingle__picArea-pic {
  width: 1240px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .ctsSingle__picArea-pic {
    width: 100%;
  }
}
.portfolioList_wrap {
    margin: 80px auto 0;
}
.l-header {
    display: block!important;
}

/* 20220117 */
.ctsSingle_memo {
  font-family: "Hiragino Mincho ProN";
  font-size: 14px;
  width: 850px;
  margin: 0 auto 60.5px;
  padding-left: 20px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #3c3c3c;
  line-height: 2;
}

@media (max-width: 769px) {
  .ctsSingle_memo {
    width: 100%;
  }
}

.ctsSingle_memo .memo {
  white-space: pre-wrap;
}

.ctsSingle__lpdesign-ttl {
  width: 1240px;
  margin: 0 auto;
  font-family: "Gill Sans";
  font-size: 18px;
  color: #3c3c3c;
  text-align: left;
  padding-top: 50px;
  margin-bottom: 97px;
  letter-spacing: 0.08em;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 769px) {
  .ctsSingle__lpdesign-ttl {
    margin-bottom: 39.5px;
    padding-top: 10.5px;
    width: 88%;
  }
}

.ctsSingle__lpdesign-pic {
  max-width: 1082px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .ctsSingle__lpdesign-pic {
    width: 100%;
    padding: 0 43px;
  }
}

.ctsSingle__lpdesign-subpics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1240px;
  width: 100%;
  margin: 235px auto 130px;
}

@media (max-width: 769px) {
  .ctsSingle__lpdesign-subpics {
    margin: 43px auto 35px;
    padding: 0 25px;
  }
}

.ctsSingle__lpdesign-subpic {
  width: 32%;
  margin-top: 290px;
  margin-right: 2%;
}

@media (max-width: 769px) {
  .ctsSingle__lpdesign-subpic {
    margin-top: 20px;
  }
}

.ctsSingle__lpdesign-subpic:nth-child(-n+3) {
  margin-top: 0;
}

.ctsSingle__lpdesign-subpic:nth-child(3n) {
  margin-right: 0;
}
.ctsSingle h1 {
    font-family: "Georgia", "Hiragino Mincho ProN",sans-serif;
}
/*.ctsSingle__txt h2 strong ,
.ctsSingle__txt h3 strong {
    font-family: "Georgia", "Hiragino Mincho ProN",sans-serif;
}*/

/*# sourceMappingURL=style.css.map */
