@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ TABLET
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
@font-face {
  font-family: "Lacoste";
  src: url("../../assets/fonts/Lacoste-Regular.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Bold";
  src: url("../../assets/fonts/Lacoste-Bold.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Heavy";
  src: url("../../assets/fonts/Lacoste-Heavy.woff") format("woff");
}

/**
 * イージングプロパティ
 * https://github.com/dmnsgn/sass-easing
 */
@font-face {
  font-family: "Lacoste Regular";
  src: url("/static/fonts/Lacoste-Regular.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Black";
  src: url("/static/fonts/Lacoste-Black.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Bold";
  src: url("/static/fonts/Lacoste-Bold.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

*[class*="Desktop__MainWrapper"] {
  z-index: initial !important;
}

*[class*="Mobile__PageContentWrapper"] {
  z-index: initial !important;
}

#customtshirt-symbol {
  --base-font: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  --lacoste-font: "Lacoste Regular", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  --lacoste-font-bold: "Lacoste Bold", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  --lacoste-font-black: "Lacoste Black", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  --color-green: #105A33;
  color: #000;
  line-height: 1;
  font-family: var(--base-font);
}

#customtshirt-symbol div, #customtshirt-symbol span, #customtshirt-symbol applet, #customtshirt-symbol object, #customtshirt-symbol iframe,
#customtshirt-symbol h1, #customtshirt-symbol h2, #customtshirt-symbol h3, #customtshirt-symbol h4, #customtshirt-symbol h5, #customtshirt-symbol h6, #customtshirt-symbol p, #customtshirt-symbol blockquote, #customtshirt-symbol pre,
#customtshirt-symbol a, #customtshirt-symbol abbr, #customtshirt-symbol acronym, #customtshirt-symbol address, #customtshirt-symbol big, #customtshirt-symbol cite, #customtshirt-symbol code,
#customtshirt-symbol del, #customtshirt-symbol dfn, #customtshirt-symbol em, #customtshirt-symbol img, #customtshirt-symbol ins, #customtshirt-symbol kbd, #customtshirt-symbol q, #customtshirt-symbol s, #customtshirt-symbol samp,
#customtshirt-symbol small, #customtshirt-symbol strike, #customtshirt-symbol strong, #customtshirt-symbol sub, #customtshirt-symbol sup, #customtshirt-symbol tt, #customtshirt-symbol var,
#customtshirt-symbol b, #customtshirt-symbol u, #customtshirt-symbol i, #customtshirt-symbol center,
#customtshirt-symbol dl, #customtshirt-symbol dt, #customtshirt-symbol dd, #customtshirt-symbol ol, #customtshirt-symbol ul, #customtshirt-symbol li,
#customtshirt-symbol fieldset, #customtshirt-symbol form, #customtshirt-symbol label, #customtshirt-symbol legend,
#customtshirt-symbol table, #customtshirt-symbol caption, #customtshirt-symbol tbody, #customtshirt-symbol tfoot, #customtshirt-symbol thead, #customtshirt-symbol tr, #customtshirt-symbol th, #customtshirt-symbol td,
#customtshirt-symbol article, #customtshirt-symbol aside, #customtshirt-symbol canvas, #customtshirt-symbol details, #customtshirt-symbol embed,
#customtshirt-symbol figure, #customtshirt-symbol figcaption, #customtshirt-symbol footer, #customtshirt-symbol header, #customtshirt-symbol hgroup,
#customtshirt-symbol menu, #customtshirt-symbol nav, #customtshirt-symbol output, #customtshirt-symbol ruby, #customtshirt-symbol section, #customtshirt-symbol summary,
#customtshirt-symbol time, #customtshirt-symbol mark, #customtshirt-symbol audio, #customtshirt-symbol video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0.03em;
}

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

#customtshirt-symbol ol, #customtshirt-symbol ul {
  list-style: none;
}

#customtshirt-symbol blockquote, #customtshirt-symbol q {
  quotes: none;
}

#customtshirt-symbol blockquote:before, #customtshirt-symbol blockquote:after,
#customtshirt-symbol q:before, #customtshirt-symbol q:after {
  content: '';
  content: none;
}

#customtshirt-symbol table {
  border-collapse: collapse;
  border-spacing: 0;
}

#customtshirt-symbol * {
  box-sizing: border-box;
}

#customtshirt-symbol a {
  color: inherit;
  text-decoration: none;
}

#customtshirt-symbol img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#customtshirt-symbol picture {
  display: block;
}

@media screen and (max-width: 767px) {
  #customtshirt-symbol .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #customtshirt-symbol .sp {
    display: none !important;
  }
}

#customtshirt-symbol .en {
  font-family: var(--lacoste-font);
}

#customtshirt-symbol .en.bold {
  font-family: var(--lacoste-font-bold);
}

#customtshirt-symbol .en.black {
  font-family: var(--lacoste-font-black);
}

#customtshirt-symbol .page-container {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #customtshirt-symbol .page-container {
    padding-top: 40px;
    max-width: 1900px;
  }
}

@media screen and (max-width: 767px) {
  #customtshirt-symbol .page-container {
    max-width: 100%;
    padding-top: 10.66667vw;
  }
}

#customtshirt-symbol .page-heading {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #customtshirt-symbol .page-heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #customtshirt-symbol .page-heading {
    font-size: 4.8vw;
  }
}

#customtshirt-symbol .page-text {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #customtshirt-symbol .page-text {
    margin-top: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #customtshirt-symbol .page-text {
    font-size: 2.93333vw;
    margin-top: 8vw;
  }
}

#customtshirt-symbol .symbol-table {
  margin-inline: auto;
  border: 1px solid #EDEDED;
}

@media screen and (min-width: 768px) {
  #customtshirt-symbol .symbol-table {
    margin-top: 30px;
    max-width: 770px;
  }
}

@media screen and (max-width: 767px) {
  #customtshirt-symbol .symbol-table {
    margin-inline: auto;
    margin-top: 8vw;
    width: 89.33333vw;
  }
}

#customtshirt-symbol .symbol-wrapper {
  display: flex;
}

#customtshirt-symbol .symbol-wrapper:not(:first-child) {
  border-top: 1px solid #EDEDED;
}

#customtshirt-symbol .symbol-item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #customtshirt-symbol .symbol-item {
    width: 100%;
    max-width: 128px;
    height: 59px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #customtshirt-symbol .symbol-item {
    width: 14.93333vw;
    height: 15.73333vw;
    font-size: 4.26667vw;
  }
}

#customtshirt-symbol .symbol-item:not(:first-child) {
  border-left: 1px solid #EDEDED;
}
/*# sourceMappingURL=common.css.map */
