@charset "UTF-8";
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Zen+Kaku+Gothic+New&display=swap");
pre, textarea {
  overflow: auto; }

[hidden], audio:not([controls]), template {
  display: none; }

details, main, summary {
  display: block; }

input[type=number] {
  width: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

textarea {
  resize: vertical; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0; }

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

ol, ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto; }

html {
  overflow: hidden; }

body {
  overflow: hidden;
  margin: 0; }

/* 
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease; }

.ivo {
  opacity: 0;
  -webkit-filter: blur(12px);
  filter: blur(12px); }
  .ivo.in-view {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #060606;
  font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans",  "Noto Sans Japanese", "メイリオ", "Meiryo",system-ui, sans-serif;
  overflow: hidden;
  background: #f9f5ed; }

body a {
  color: #060606;
  text-decoration: none; }

.font_a {
  font-family: "Playfair Display","Hiragino Mincho ProN","游明朝","Yu Mincho","HGS明朝E","メイリオ","Meiryo",serif; }

#smooth-content {
  overflow: hidden; }

/* 
			Responsive
*********************************************/
.lg_show,
.md_show,
.sm_show,
.xs_show,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none; }

@media screen and (max-width: 768px) {
  .md_hide {
    display: none; }

  .md_show {
    display: block; }

  .md_showin {
    display: inline; }

  body {
    font-size: 20px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; } }
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .sm_hide {
    display: none; }

  .sm_show {
    display: block; }

  .sm_showin {
    display: inline; } }
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .xs_hide {
    display: none; }

  .xs_show {
    display: block; }

  .xs_showin {
    display: inline; } }
/***************************************************************
 *
 * 				 LP
 *
***************************************************************/
#pc_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }
  #pc_bg > a {
    display: block;
    width: 18.625em;
    height: 5.475em;
    position: absolute;
    top: 3em;
    right: 3em; }
    @media (max-width: 1200px) {
      #pc_bg > a {
        display: none; } }
  #pc_bg > span {
    display: block;
    text-align: center;
    width: calc(50vw - 2em);
    margin: 14em 1em 0 auto; }
    @media (max-width: 1536px) {
      #pc_bg > span {
        width: calc(100vw - 2em - 768px); } }
    @media (max-width: 1200px) {
      #pc_bg > span {
        display: none; } }

h1#twd_logo {
  width: 13.55em;
  padding: 3em 0 2em;
  margin-left: 2vw; }

p#twd_p {
  position: absolute;
  width: 1.275em;
  top: 100em;
  height: 51.1em;
  left: calc((100vw - 1716px) / 4); }
  @media (max-width: 1716px) {
    p#twd_p {
      display: none; } }

#twd_wrap {
  width: 768px;
  margin: 0 auto;
  left: -384px;
  background: #ce321d;
  border-radius: 384px 384px 0 0; }
  @media (max-width: 1536px) {
    #twd_wrap {
      left: 0;
      margin: 0; } }
  @media (max-width: 1200px) {
    #twd_wrap {
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    #twd_wrap {
      width: 100vw; } }
  #twd_wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 12em;
    right: 3em;
    background: #ddd2cf;
    border-radius: 384px 384px 0 0;
    z-index: -1; }

#twd_h {
  padding: 12.5em 0 0;
  z-index: 1; }
  #twd_h > span {
    display: block;
    position: absolute;
    top: -10em;
    right: 8em;
    width: 13.25em;
    height: 30.15em; }
  #twd_h > h1 {
    width: 33.55em;
    margin: 0 auto -6em; }
    #twd_h > h1 > img:last-child {
      position: absolute;
      width: 19.175em;
      height: 4.925em;
      top: 9em;
      left: 1.5em; }

#twd_b {
  z-index: 0;
  width: 34.3em;
  height: 126.35em;
  margin: 0 auto;
  background: url("img/103.png") center center/contain;
  padding: 5em 0 0; }
  #twd_b > p:nth-child(1) {
    width: 29.4em;
    margin: 0 0 4em 1.5em; }
  #twd_b > p:nth-child(2) {
    width: 30.725em;
    margin: 0 0 4em 1.5em; }
  #twd_b > p:nth-child(3) {
    left: 3em;
    width: 33.4em;
    margin: 0 0 4em auto; }
  #twd_b > p:nth-child(4) {
    width: 25.3em;
    margin: 0 auto; }

#twd_what {
  padding: 5em 0 2em; }
  #twd_what > p:nth-child(1) {
    width: 33em;
    margin: 0 auto 4em; }
  #twd_what > span {
    display: block;
    margin: 0 0 3em;
    padding: 0 2em;
    aspect-ratio: 16 / 9; }
    #twd_what > span > iframe {
      width: 100%;
      height: 100%; }
  #twd_what > p:nth-child(3) {
    width: 29.95em;
    margin: 0 auto 4em; }

#twd_tslide {
  background: url("img/111.jpg") no-repeat center top/contain;
  height: 77em; }
  #twd_tslide::after {
    content: "";
    display: block;
    position: absolute;
    height: 5em;
    bottom: -2.5em;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 1px solid #FFF; }
  #twd_tslide ul#twd_tslide_wrap {
    padding: 0 1em; }
    #twd_tslide ul#twd_tslide_wrap > li {
      padding: 9em 1em 0; }
      #twd_tslide ul#twd_tslide_wrap > li > img {
        width: 29.4em; }

.draggable_wrap {
  overflow: hidden; }
  .draggable_wrap > div {
    overflow: hidden; }
    .draggable_wrap > div.dragg::after {
      pointer-events: none;
      content: "";
      position: absolute;
      display: block;
      width: 4em;
      height: 4em;
      top: 55%;
      left: 0;
      right: 0;
      margin: auto;
      background: url("img/006.png") no-repeat center center/auto 60% rgba(0, 0, 0, 0.6);
      border-radius: 1.5em; }
    .draggable_wrap > div > ul {
      display: flex;
      width: max-content; }

#twd_prof {
  padding: 6em 0 0; }
  #twd_prof > p:nth-child(1) {
    width: 28.975em;
    margin-left: 3em; }
  #twd_prof > p:nth-child(2) {
    padding: 3em 0; }
    #twd_prof > p:nth-child(2) img {
      transform: scale(106%); }
  #twd_prof > p:nth-child(3) {
    width: 37.35em;
    margin: 0 auto; }
  #twd_prof > p:nth-child(4) {
    width: 33.6em;
    margin: 0 auto 8em; }
  #twd_prof > p:nth-child(5) {
    width: 20.15em;
    margin: 0 auto 3em; }

#twd_cnsl {
  border: 2px solid #092534;
  background: #fff8ea;
  border-radius: 2em;
  width: 38.3em;
  padding: 3em 0; }
  #twd_cnsl > p:nth-child(1) {
    width: 28.35em;
    margin: 0 auto 3em; }
  #twd_cnsl > p:nth-child(2) {
    width: 33.875em;
    margin: 0 auto 3em; }
  #twd_cnsl > p:nth-child(3) {
    width: 28.525em;
    margin: 0 auto 3em; }
  #twd_cnsl > p:nth-child(4) {
    width: 35.95em;
    margin: 0 auto 3em; }
  #twd_cnsl > p:nth-child(5) {
    width: 35.5em;
    margin: 0 auto 3em; }
  #twd_cnsl > p:nth-child(6) {
    width: 35.475em;
    margin: 0 auto 3em; }
  #twd_cnsl > p:nth-child(7) {
    width: 35.35em;
    margin: 0 auto 3em; }
  #twd_cnsl > p:nth-child(8) {
    width: 25.575em;
    margin: 0 auto 3em; }

#twd_offer {
  padding: 5em 0 0; }
  #twd_offer > p:nth-child(1) {
    width: 35.3em;
    margin: 0 auto 1em; }
  #twd_offer > p:nth-child(2) {
    width: 38.6em;
    margin: 0 auto 3em; }
  #twd_offer > p:nth-child(3) {
    width: 34.15em;
    margin: 0 auto 3em; }
  #twd_offer > p:nth-child(4) {
    width: 17.825em;
    margin: 0 auto 3em; }

#twd_mov {
  z-index: 1;
  margin-bottom: -3em;
  /* ドラッグ可マークの位置調整 ここまで */ }
  #twd_mov > div {
    /* ドラッグ可マークの位置調整 */ }
    #twd_mov > div > div.dragg::after {
      width: 6em;
      height: 6em;
      top: 58em; }
  #twd_mov ul#twd_movslide_wrap > li {
    width: 38.4em;
    margin-right: 2em; }
    #twd_mov ul#twd_movslide_wrap > li:last-child {
      margin: 0; }
    #twd_mov ul#twd_movslide_wrap > li > p {
      position: absolute;
      width: 100%;
      height: 26em;
      left: 0;
      top: 22.5em;
      padding: 0 2em; }
      #twd_mov ul#twd_movslide_wrap > li > p > span {
        display: block;
        margin: 0 0 3em;
        aspect-ratio: 16 / 9; }
        #twd_mov ul#twd_movslide_wrap > li > p > span > iframe {
          width: 100%;
          height: 100%; }

#twd_desc {
  z-index: 0; }
  #twd_desc > p:nth-child(1) {
    width: 100%;
    margin: 0 auto 3em; }
  #twd_desc > p:nth-child(2) {
    width: 33.525em;
    margin: 0 auto 8em; }
  #twd_desc > p:nth-child(3) {
    margin: 0 auto 5em; }
    #twd_desc > p:nth-child(3) > img {
      display: block;
      width: 31.025em;
      margin: 0 auto 3em; }
    #twd_desc > p:nth-child(3) > span {
      display: block;
      margin: 0 0 3em;
      aspect-ratio: 16 / 9;
      padding: 0 2em; }
      #twd_desc > p:nth-child(3) > span > iframe {
        width: 100%;
        height: 100%; }
  #twd_desc > p:nth-child(4) {
    margin: 0 auto 5em; }
    #twd_desc > p:nth-child(4) > img {
      display: block;
      width: 31.025em;
      margin: 0 auto 3em; }
    #twd_desc > p:nth-child(4) > span {
      display: block;
      margin: 0 0 3em;
      aspect-ratio: 16 / 9;
      padding: 0 2em; }
      #twd_desc > p:nth-child(4) > span > iframe {
        width: 100%;
        height: 100%; }
  #twd_desc > p:nth-child(5) {
    width: 25.725em;
    margin: 0 auto 20em; }
  #twd_desc > p:nth-child(6) {
    width: 33.25em;
    margin: 0 auto 3em; }
  #twd_desc > p:nth-child(7) {
    width: 30.225em;
    margin: 0 auto 8em; }
  #twd_desc > p:nth-child(8) {
    width: 33.025em;
    margin: 0 auto 3em; }
  #twd_desc > p:nth-child(9) {
    width: 34.15em;
    margin: 0 auto 8em; }
  #twd_desc > p:nth-child(10) {
    width: 22.175em;
    margin: 0 auto 3em; }
  #twd_desc > p:nth-child(11) {
    width: 33.4em;
    margin: 0 0 14em 1em; }
  #twd_desc > p:nth-child(12) {
    width: 9.65em;
    margin: 0 auto 3em; }
  #twd_desc > p:nth-child(13) {
    width: 33.15em;
    margin: 0 auto 5em; }
  #twd_desc > p:nth-child(14) {
    width: 29.925em;
    margin: 0 auto 8em; }
  #twd_desc > p:nth-child(15) {
    width: 29.25em;
    margin: 0 auto 5em; }
  #twd_desc > p:nth-child(16) {
    width: 34.15em;
    margin: 0 auto 3em; }

#twd_footer {
  padding: 5em 0 0; }
  #twd_footer > img {
    transform: scale(101%); }
  #twd_footer > ul {
    position: absolute;
    width: 100%;
    bottom: 3em;
    left: 0;
    text-align: center; }
    #twd_footer > ul > li {
      display: inline-block;
      padding: 0 2em;
      text-decoration: underline; }

#smooth-content {
  padding-bottom: 3em; }
  @media (max-width: 890px) {
    #smooth-content {
      padding-bottom: 0; } }
