@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

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

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

body {
  color: #333;
  background: #fff;
  font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #fa7fd0;
  text-decoration: none;
  outline: none;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  vertical-align: baseline;
  background: transparent;
  /*
	&:hover {
	}
	
	img:hover {
		opacity:0.7;
	}
	*/
}

.a_deco a {
  text-decoration: underline;
}

.xxxxxxxxx:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.svg-inline--fa {
  margin-right: 0.2em;
}

.set_width {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 1059px) {
  .set_width {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 599px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

.central_box {
  padding: 5em 0;
}

.section_set {
  padding: 0 0 5em;
}

header {
  margin-bottom: 3em;
}

@media screen and (max-width: 599px) {
  header {
    margin-bottom: 1em;
  }
}

header a {
  color: #fff;
  background: #fa7fd0;
  display: block;
  padding: 1em;
  text-align: center;
}

header a:hover {
  opacity: 0.7;
}

footer {
  background: #fa7fd0;
  padding: 2em 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 599px) {
  footer p {
    font-size: 12px;
  }
}

.tictok_area .title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tictok_area .title .tictoc_logo {
  width: 150px;
  height: 150px;
  margin-right: 20px;
}

.tictok_area .title .tictoc_logo img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .tictok_area .title .tictoc_logo {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 699px) {
  .tictok_area .title .tictoc_logo {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 599px) {
  .tictok_area .title .tictoc_logo {
    display: none;
  }
}

.tictok_area .title .copy {
  font-size: 2em;
}

.tictok_area .title p {
  font-size: 160%;
  color: #fa7fd0;
}

.tictok_area .title p .num {
  font-size: 150%;
  padding-right: 5px;
}

.tictok_area .title h1 {
  font-size: 100%;
  line-height: 1.25;
  margin-top: 0px;
}

.tictok_area .title br.br599 {
  display: none;
}

@media screen and (max-width: 999px) {
  .tictok_area .title .copy {
    font-size: 1.625em;
  }
  .tictok_area .title .copy p {
    font-size: 150%;
  }
}

@media screen and (max-width: 699px) {
  .tictok_area .title .copy {
    font-size: 1.325em;
  }
  .tictok_area .title .copy p {
    font-size: 150%;
  }
}

@media screen and (max-width: 599px) {
  .tictok_area .title .copy {
    width: 100%;
    text-align: center;
    font-size: 1.75em;
  }
}

@media screen and (max-width: 499px) {
  .tictok_area .title .copy {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 419px) {
  .tictok_area .title .copy {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 369px) {
  .tictok_area .title .copy {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 349px) {
  .tictok_area .title .copy {
    font-size: 1.1em;
  }
}

.tictok_area p.guide {
  font-size: 1.25em;
  line-height: 1.75;
  margin: 1.5em 0;
}

@media screen and (max-width: 599px) {
  .tictok_area p.guide {
    font-size: 1.125em;
  }
}

.tictok_area .tiktok_cap {
  width: 100%;
  margin: 0 0;
  background: #000;
  padding: 11px 10px;
}

.tictok_area .tiktok_cap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tictok_area .tiktok_cap ul li {
  margin: 0 1px;
}

.tictok_area .tiktok_cap ul img {
  width: 100%;
}

.instagram_area {
  margin: 3em 0;
}

.instagram_area .set_width {
  border: solid #000;
  border-width: 1px 0;
}

.instagram_area a {
  display: block;
  padding: 2em 0;
  color: #000;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1199px) {
  .instagram_area a:hover {
    background: rgba(250, 127, 208, 0.1);
  }
}

.instagram_area .inst_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .instagram_area .inst_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.instagram_area .insta1 {
  margin-right: 1em;
  width: 120px;
}

.instagram_area .insta1 img {
  width: 100%;
}

.instagram_area .insta2 {
  width: 240px;
}

.instagram_area .insta2 img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .instagram_area .insta2 {
    width: 200px;
    margin: 10px auto 0;
  }
}

.instagram_area p.title {
  font-size: 1.25em;
  margin: 0.5em 0 0.25em;
}

.other_SNSarea {
  margin: 5em 0;
}

@media screen and (max-width: 599px) {
  .other_SNSarea {
    margin: 2em 0;
  }
}

.other_SNSarea h3 {
  background: #fa7fd0;
  color: #fff;
  text-align: center;
  font-size: 1.325em;
  padding: 0.5em;
  border-radius: 1.25em;
}

.other_SNSarea .sns_wrap {
  margin: 1em 0.5em;
  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;
}

.other_SNSarea .sns_wrap > div {
  width: calc(50% - 0.5em);
  margin: 0.5em 0;
  border: 4px solid #fa7fd0;
  text-align: center;
}

.other_SNSarea .sns_wrap > div a {
  color: #333;
  display: block;
  height: 100%;
  width: 100%;
  padding: 1em;
}

.other_SNSarea .sns_wrap > div a:hover {
  background: rgba(250, 127, 208, 0.1);
}

.other_SNSarea .sns_wrap > div .sns_logo {
  margin: 0 auto;
  max-width: 200px;
}

.other_SNSarea .sns_wrap > div .sns_logo img {
  width: 100%;
}

.other_SNSarea .sns_wrap > div p.title {
  font-size: 1.125em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .other_SNSarea .sns_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .other_SNSarea .sns_wrap > div {
    width: 100%;
    margin: 0.5em 0;
  }
}

.profile_area {
  margin: 5em 0;
}

@media screen and (max-width: 599px) {
  .profile_area {
    margin: 2em 0;
  }
}

.profile_area .profile_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .profile_area .profile_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.profile_area .profile_title .aer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fa7fd0;
  color: #fff;
  border-radius: 8px;
  margin-right: 1em;
  padding: 0 2em;
}

@media screen and (max-width: 599px) {
  .profile_area .profile_title .aer {
    border-radius: 4px;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 0.125em 0;
    font-size: 1.5em;
  }
}

.profile_area .profile_title .name {
  font-size: 2.5em;
}

.profile_area .profile_title .name .min {
  font-size: 70%;
}

@media screen and (max-width: 599px) {
  .profile_area .profile_title .name {
    font-size: 2em;
  }
  .profile_area .profile_title .name .min {
    display: block;
    font-size: 14px;
    margin-top: 2px;
  }
}

.profile_area .profile_title .data {
  margin-top: 5px;
  font-size: 1.125em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
  .profile_area .profile_title .data {
    line-height: 1.3;
  }
}

.profile_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em 0 0;
}

.profile_area ul li {
  margin: 3px;
  width: calc(25% - 6px);
  border: 1px solid #eee;
}

.profile_area ul li img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .profile_area ul li {
    width: calc(50% - 6px);
  }
}

.contact_area_middleset {
  background: rgba(250, 127, 208, 0.15);
  padding: 6em 0;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .contact_area_middleset {
    padding: 2em 0;
  }
}

.contact_area_middleset .tt {
  font-size: 1.125em;
  padding: 0.25em;
  border-radius: 1em;
}

.contact_area_middleset .tt br {
  display: none;
}

.contact_area_middleset .contact {
  margin: 0em 0;
  font-size: 2em;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .contact_area_middleset .tt {
    line-height: 1.5;
  }
  .contact_area_middleset .tt br {
    display: block;
  }
  .contact_area_middleset .contact {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 349px) {
  .contact_area_middleset .contact {
    font-size: 1.25em;
  }
}

.contact_area {
  background: rgba(250, 127, 208, 0.1);
  padding: 4em 0 8em;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .contact_area {
    padding: 2em 0 4em;
  }
}

.contact_area .msg {
  background: #fa7fd0;
  color: #fff;
  font-size: 1.5em;
  padding: 0.25em;
  border-radius: 1em;
}

@media screen and (max-width: 599px) {
  .contact_area .msg {
    border-radius: 4px;
    padding: 0.5em 0;
    font-size: 1.5em;
    line-height: 1.25;
  }
  .contact_area .msg span {
    display: block;
  }
}

.contact_area .contact {
  margin: 1em;
  font-size: 1.75em;
  line-height: 1.75;
}

.contact_area .contact a {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .contact_area .contact {
    font-size: 1.125em;
  }
}

.contact_area .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
}

@media screen and (max-width: 599px) {
  .contact_area .office {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact_area .office .ef {
  width: calc((100% / 3) - 0.5em);
  margin: 0.325em 0;
  padding: 1em;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 599px) {
  .contact_area .office .ef {
    width: 100%;
    padding: 1em;
  }
}

.contact_area .office .ef p {
  font-size: 1em;
  line-height: 1.325;
  margin-top: 0.25em;
}

.contact_area .office .ef p.place {
  font-size: 1.125em;
  margin-top: 0em;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #999;
}
