@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}

@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

#service .heading, #works .heading, #news .heading {
  position: relative;
  height: 90px;
}

#service .heading h2, #works .heading h2, #news .heading h2 {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  width: 240px;
  height: 132px;
  margin: 0 auto;
  padding-top: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  #service .heading, #works .heading, #news .heading {
    height: 80px;
  }
  #service .heading h2, #works .heading h2, #news .heading h2 {
    top: -32px;
    width: 200px;
    height: 111px;
    padding-top: 26px;
    font-size: 28px;
  }
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
  margin-bottom: 30px;
}

#mainvisual .catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  #mainvisual .catch img {
    width: 31.02041vw;
  }
}

#mainslider .image {
  width: 100%;
  height: 500px;
}

@media (max-width: 767px) {
  #mainslider .image {
    height: 51.02041vw;
  }
}

/* ----------------------------------------------
msg
------------------------------------------------- */
#msg {
  margin-bottom: 92px;
  padding: 30px 10px 0;
  text-align: center;
}

#msg h2 {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 5px solid #fcd57a;
  color: #0071bc;
  font-size: 32px;
  line-height: 1.59375;
}

#msg .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.25;
}

@media (max-width: 767px) {
  #msg h2 {
    font-size: 18px;
  }
  #msg .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  padding-bottom: 115px;
  background: url(/web/20220603030626im_/https://www.atelieryou.jp/themes/atelieryou/assets/images/service-bg.png) repeat left top;
}

#service .heading {
  margin-bottom: 30px;
}

#service .heading h2 {
  background: url(/web/20220603030626im_/https://www.atelieryou.jp/themes/atelieryou/assets/images/service-h2-bg.png) no-repeat center/contain;
}

#service .contents {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#service .row {
  display: flex;
  padding-top: 38px;
}

#service .row + .row {
  margin-top: 30px;
}

#service .row.col3 .block {
  width: 30.61224%;
}

#service .row.col3 .block:not(:first-child) {
  margin-left: 4.08163%;
}

#service .row.col3 h3 {
  width: 58%;
  padding-top: 11px;
  background: url(/web/20220603030626im_/https://www.atelieryou.jp/themes/atelieryou/assets/images/service-h3-blue.png) no-repeat center/contain;
  font-size: 22px;
}

#service .row.col4 .block {
  width: 22.44898%;
}

#service .row.col4 .block:not(:first-child) {
  margin-left: 3.40136%;
}

#service .row.col4 h3 {
  width: 79.09091%;
  padding-top: 15px;
  background: url(/web/20220603030626im_/https://www.atelieryou.jp/themes/atelieryou/assets/images/service-h3-green.png) no-repeat center/contain;
  font-size: 16px;
}

#service .block {
  position: relative;
}

#service .block a {
  display: block;
  height: 100%;
  color: #333;
  text-decoration: none;
}

#service h3 {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 67px;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#service h3 small {
  display: block;
  font-size: 12px;
}

#service .inner {
  height: 100%;
  padding: 40px 20px 20px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

#service .image {
  margin-bottom: 10px;
}

#service .image img {
  width: 100%;
  height: auto;
}

#service .text {
  line-height: 1.71429;
}

@media (max-width: 979px) {
  #service .row.col3 h3 {
    padding-top: 1.12245vw;
    font-size: 2.2449vw;
  }
  #service .row.col4 h3 {
    padding-top: 1.53061vw;
    font-size: 1.63265vw;
  }
  #service h3 {
    height: 6.83673vw;
  }
  #service h3 small {
    font-size: 1.22449vw;
  }
}

@media (max-width: 767px) {
  #service .row.col3 {
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #service .row.col3 h3 {
    width: 58%;
    padding-top: 11px;
    font-size: 22px;
  }
  #service .row.col3 .block {
    width: 100%;
  }
  #service .row.col3 .block:not(:first-child) {
    margin-left: 0;
    margin-top: 50px;
  }
  #service .row.col4 {
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }
  #service .row.col4 .block {
    width: 46.4135%;
  }
  #service .row.col4 .block:not(:first-child) {
    margin-left: 0;
  }
  #service .row.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  #service .row.col4 h3 {
    width: 96%;
    max-width: 128px;
    padding-top: 19px;
    font-size: 12px;
  }
  #service .row.col4 h3 small {
    font-size: 10px;
  }
  #service .row.col4 .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #service h3 {
    height: 67px;
  }
  #service h3 small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  padding: 0 10px 36px;
  background: #f4f7ff;
}

#works .heading h2 {
  background: url(/web/20220603030626im_/https://www.atelieryou.jp/themes/atelieryou/assets/images/works-h2-bg.png) no-repeat center/contain;
}

#works .contents {
  display: flex;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

#works .block {
  width: 22.44898%;
}

#works .block:not(:first-child) {
  margin-left: 3.40136%;
}

#works .block a {
  display: block;
  color: #333;
  text-decoration: none;
}

#works .image {
  margin-bottom: 5px;
}

#works .image img {
  width: 100%;
  height: auto;
}

#works .text {
  position: relative;
  padding-left: 12px;
}

#works .text::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #f08278;
}

#works .btn {
  width: 240px;
  margin: 30px auto 0;
}

#works .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #f7931e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#works .btn a:hover {
  opacity: 0.6;
}

#works .btn a::after {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px dashed #fff;
  border-radius: 10px;
  box-sizing: border-box;
  pointer-events: none;
}

@media (max-width: 767px) {
  #works .contents {
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 474px;
  }
  #works .block {
    width: 46.4135%;
  }
  #works .block:not(:first-child) {
    margin-left: 0;
  }
  #works .block:nth-child(n + 3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
links
------------------------------------------------- */
#links {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 52px;
  padding-bottom: 100px;
}

#links .block {
  position: relative;
  width: 30.61224%;
}

#links .block:not(:first-child) {
  margin-left: 4.08163%;
}

#links .block a {
  display: block;
  text-decoration: none;
}

#links .title {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: right;
}

#links .title small {
  display: block;
  font-size: 14px;
}

@media (max-width: 979px) {
  #links .title {
    font-size: 2.2449vw;
  }
  #links .title small {
    font-size: 1.42857vw;
  }
}

@media (max-width: 767px) {
  #links {
    flex-direction: column;
    max-width: 320px;
  }
  #links .block {
    width: 100%;
  }
  #links .block:not(:first-child) {
    margin-top: 20px;
    margin-left: 0;
  }
  #links .title {
    font-size: 22px;
  }
  #links .title small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  padding: 0 10px 55px;
  background: #f2f2f2;
}

#news .heading {
  padding-top: 118px;
}

#news .heading h2 {
  background: url(/web/20220603030626im_/https://www.atelieryou.jp/themes/atelieryou/assets/images/news-h2-bg.png) no-repeat center/contain;
}

#news .contents {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5.10204% 44px;
  background: #fff;
}

#news article {
  border-bottom: 1px dashed #333;
}

#news article a {
  display: flex;
  padding: 18px 0 16px;
  color: #333;
  text-decoration: none;
}

#news time {
  width: 120px;
  color: #f08278;
  font-weight: 700;
}

#news .text {
  flex: 1;
}

@media (max-width: 767px) {
  #news article a {
    flex-direction: column;
  }
}

/*
     FILE ARCHIVED ON 03:06:26 Jun 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:24:50 Feb 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.607
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.042
  esindex: 0.01
  cdx.remote: 8.15
  LoadShardBlock: 811.291 (3)
  PetaboxLoader3.resolve: 102.547 (4)
  PetaboxLoader3.datanode: 824.154 (5)
  load_resource: 129.045
  loaddict: 48.719
*/