Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - t14m0.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 13 May 2025 07:57:08 GMT
Server: Apache
X-Robots-Tag: noimageindex, notranslate, nosnippet, noarchive, nofollow
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: t14m0.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ti Amo(ティアモ)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/earlyaccess/mplus1p.css" rel="stylesheet" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> 
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.4/ofi.js"></script>
<style>
/*---------------------
初期化
---------------------*/
* {
  margin: 0;
  padding: 0;
  word-break: normal;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  color: #fff;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Mplus 1p", "ArialMT", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  line-height: 1.6;
  background: #291307;
  overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
}
dl, ul, ol {
  list-style-type: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
}
img {
  border: 0;
  vertical-align: bottom;
}
/*link基本設定*/
a {
  text-decoration: none;
}
a:focus, a:active, input:focus {
  outline: none;
}
a, img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input, button, select, textarea {
  outline: none;
  cursor: pointer;
}
button, select {
  text-transform: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"], input[type="button"] {
  background: none;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
}
input[type='checkbox']{
  display: none;
}

  
/*---------------------
common
---------------------*/
.container{
  overflow-x: hidden !important;
}
.container .inner {
  width: 900px;
  margin: 0 auto;
}
.font-mincho {
  font-family: serif;
  font-weight: bold;
}
.view--pc{
  display: block;
}
.view--sp{
  display: none;
}
.flex{
  display: flex;
  align-items: center;
}
.fs14{
  font-size: 1.4rem;
}
.heading{
  font-weight: bold;
  font-size: 4.0rem;
  color: #fff;
}
.arrow--anchor{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.arrow--anchor img{
  width: 42px;
  animation: key1 .3s ease infinite alternate;
}
@keyframes key1{
  0% { transform: translateY(0px); }
  100% { transform: translateY(-10px); }
}
@media screen and (max-width: 768px) {
  .container .inner {
    max-width: 100%;
    padding: 0 6%;
  }
  .arrow--anchor{
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view--pc{ display: none; }
  .view--sp{ display: block; }
  .heading{
    font-size: 2.5rem;
  }
}

/*---------------------
cta
---------------------*/

/* ----- 背景用の動画ファイル ----- */
#bg-video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: saturate(100%);
  opacity: .5;
}
.cta{
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cta__top{
  background: url("img_list/cta_bg--pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 960px) and (max-height: 770px) {
  /* 横幅960px以上で、高さ600px以下の場合 */
  .cta__top {
    width: 100%;
    height: 880px!important;
  }
}
@media screen and (min-width: 568px) and (max-height: 375px) {
  .cta__top {
    width: 100%;
    height: 600px!important;
  }
} 
@media screen and (max-width: 320px) and (max-width: 480px) {
  .cta__top {
    width: 320px;
    height: 568px!important;
  }
}
@media screen and (max-width: 1024px) {
  .cta__top{
    background: url("img_list/cta_bg--sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.cta .overlay:after {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0,0.6);
  mix-blend-mode: multiply;
}
.cta .inner{
  position: relative;
}
.cta__logo{
  margin: 0 auto;
  display: block;
}
.cta__text-block {
  width: 100%;
  margin-bottom: 30px;
  font-weight: bold;
}
.cta__text-head{
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.cta__text--01{
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  font-size: 4.0rem;
  color: #000;
}
.cta__text--01 span{
  width: 54px;
  height: 54px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
}
.cta__text--02{
  margin-bottom: 30px;
  font-size: 3.4rem;
}
.cta__text--03{
  font-size: 5.5rem;
  line-height: 1.2;
}
.cta__text--03 .fc--01{
  color: #fffa61;
}
.cta__text--03 .fc--02{
  color: #ff2924;
} 
/*以下フェードイン表示の指定*/
.scale-up-center {
  animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
  0% { transform: scale(0.5); }
  100% { transform: scale(1); }
}
@keyframes scale-up-center {
  0% { opacity: 0;transform: scale(0.5); }
  100% { transform: scale(1); }
}
 /*以下遅延の指定*/
.txt01 { animation-delay: 0.5s; }
.txt02 { animation-delay: 1s; }
.txt03 { animation-delay: 1.5s; }
.txt04 { animation-delay: 2s; }

@media screen and (max-width: 768px) {
.cta__block{
  width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cta__block{
    width: 100%;
  }
  .cta .inner{
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  .cta__text-head {
    width: 90%;
  }
  .cta__logo {
    width: 100%;
    margin: 0 auto;
    top: -55px;
  }  
  .cta__title {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .cta__text-block {
    margin-bottom: 16px;
  }
  .cta__text--01{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 2.2rem;
    color: #000;
  }
  .cta__text--01 span{
    width: 36px;
    height: 36px;
  }
  .cta__text--02{
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .cta__text--03{
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 320px) {
  .cta__text--03{
    font-size: 3.0rem;
  }
}
.cta form{
  width: 100%;
  padding: 36px;
  background: rgba(0,0,0,0.7);
  border-radius: 5px;
  z-index: 999;
}
.cta .form__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.cta .form__block select {
  width: 100%;
  padding: 14px;
  border: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2.0rem;
}
.cta .form__block .selectBox {
  width: calc(80% /2);
  margin: 0 10px;
  position: relative;
}
.cta .form__block .selectBox:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cta form{
    padding: 14px;
    margin: 0 auto;
  }
  .cta .form__block {
    margin-bottom: 0;
    justify-content: space-between;
  }
  .cta .form__block select {
    padding: 8px;
    font-size: 1.6rem;
  }
  .cta .form__block .selectBox {
    width: calc(96% /2);
    margin: 0;
    margin-bottom: 10px;
  }
  .cta .form__block .selectBox:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    right: 10px;
  }
}
.cta .kiyaku {
  margin-bottom: 10px;
}
.cta .kiyaku a{
  color: #0075ff;
}
.cta .kiyaku input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #0075ff;
  display: inline-block;
}
.search__btn {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.search__btn input {
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 8px;
  display: block;
  background: #F24E4F;
  border-radius: 50px;
  border-bottom: solid 8px #C11011;
  font-size: 4.0rem;
  animation: search__btn 3s infinite ease-out;
  transform-origin: 50% 50%;
  animation-play-state:running;
}
  @keyframes search__btn {
  0% { transform: scale(0.8, 0.8); }
  5% { transform: scale(1.2, 1.2); }
  10% { transform: scale(1, 1); }
  15% { transform: scale(1.1, 1.1); }
  20% { transform: scale(1, 1); }
  100% { transform: scale(1, 1); }
}
.search__icon {
  z-index: 999;
  width: 70px;
  height: 70px;
  padding: 10px 10px 6px 10px;
  display: block;
  background: #fff000;
  border-radius: 5px;
  position: absolute;
  left: 16%;
  top: 45.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.search__icon.normal {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff3333;
  line-height: 1.0;
}
.search__icon.normal:after {
  content: "完全無料";
}
.search__icon.line:after{
  content: "";
  background-image: url("img_list/cta_icn--line.png") ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 53px;
  height: 49px;
}
.search .caution {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .cta .kiyaku,
  .search .caution {
    font-size: 1.0rem;
  }
  .search__btn input {
    width: 100%;
    padding-left: 50px;
    border-bottom: solid 4px #C11011;
    font-size: 2.0rem;
  }
  .search__icon {
    width: 35px;
    height: 35px;
    padding: 4px 4px 5px 4px;
    display: block;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 12%;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: flex;
    align-items: center;
  }
  .search__icon.normal {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.0;
  }
}
@media screen and (max-width: 320px) {
  .cta .kiyaku{
    font-size: 1.0rem;
  }
}
  
/*---------------------
cta__block--bottom
---------------------*/
.cta__block--bottom{
  padding: 80px 0;
  background-image: url("img_list/cta_bottom_bg.jpg");
  background-size:cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .cta__block--bottom{
    padding: 40px 0;
  }
}
/*---------------------
about
---------------------*/
.about {
  padding: 80px 0;
  background:#fff;
}
.about__block{
  position: relative;
}
.about__block:first-child{
  margin-bottom: 80px;
}
.about__title {
  position: relative;
  z-index: 1;
  width: 80%;
  padding: 20px 0;
  margin-bottom: 30px;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.about .about__title::before {
  transform: skewX(-35deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #3C9B9D;
}
.about .about__text{
  width: 90%;
  text-align: left;
  font-size: 2.6rem;
  font-weight: bold;
  color: #291307;
}
.about .right .about__title{
  margin-left: auto;
}
.about .right .about__text{
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
  .about .inner{
    padding: 0;
  }
  .about__block:first-child{
    margin-bottom: 40px;
  }
  .about__title {
    width: 90%;
    margin-bottom: 20px;
    padding: 12px;
    font-size: 2.0rem;
  }
  .about .left .about__title{
    margin-left: -6%;
  }
  .about .right .about__title{
    margin-right: -6%;
  }
  .about .about__text{
    width: 100%;
    padding: 0 5%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .about__title {
    font-size: 1.8rem;
  }
  .about .about__text{
    font-size: 1.6rem;
  }
}

/*---------------------
photo
---------------------*/
.photo{
  background: #fff;
}
.photo__item{
  margin: 10px 10px 0 0;
}
.photo__arrow{ 
  padding-bottom: calc(10vw + 11px);  
    position: relative;
    overflow: hidden;
  }
.photo__arrow::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #291307;  /* 三角を白に */ 
  border-left: 100vw solid transparent;
}
.photo__arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #291307;   /* 三角を白に */ 
  border-right: 100vw solid transparent;
}
@media screen and (max-width: 767px) {
  .photo__arrow{ 
    padding-bottom: calc(18vw + 11px);  
  }
  .photo__arrow::before{
    border-bottom: 18vw solid #291307;  /* 三角を白に */ 
    border-left: 100vw solid transparent;
  }
  .photo__arrow::after {
    border-bottom: 18vw solid #291307;   /* 三角を白に */ 
    border-right: 100vw solid transparent;
  } 
}  
  
.photo__block {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
}
.photo__slide{
  position: relative;
  width: 100%;
  overflow: hidden; 
  margin-bottom: 18px;
}
.photo__slide, .photo__slide ul {
  height: 260px; /* スライダーの高さ - 変更注意 */
}
.photo__slide ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex; 
  justify-content: space-between;
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(260px * 2.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 40s linear infinite; /* アニメーション設定 - 変更可 */
}
.photo__slide li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
}
.photo__slide img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: 50% 0;
  border-radius: 5px;
}

/* アニメーション個別設定 ++++++++++ */
.photo__slide ul.loop1 {
  animation-name: loop1;
}
.photo__slide ul.loop2 {
  animation-name: loop2;
}
.photo__slide ul.loop3 {
  animation-name: loop3;
}
.photo__slide ul.loop4 {
  animation-name: loop4;
}
@keyframes loop1 {
  0% { transform: translateX(0); }
  49.99999% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}
@keyframes loop2 {
  0% { transform: translateX(100%); }
  100%{ transform: translateX(-100%); }
}
@keyframes loop3 {
  0% { transform: translateX(0); }
  49.99999% { transform: translateX(100%); }
  50% { transform: translateX(-100%); }
}
@keyframes loop4 {
  0% { transform: translateX(-100%); }
  100%{ transform: translateX(100%); }
}

@media screen and (max-width: 768px) {
  .photo__slide{
    position: relative;
    width: 100%;
    overflow: hidden; 
    margin-bottom: 10px;
  }
  .photo__slide:last-child{
    margin-bottom: 0;
  }
  .photo__slide, .photo__slide ul {
    height: 180px; /* スライダーの高さ - 変更注意 */
  }
  .photo__slide ul {
    position: absolute;
    left: 0;
    top: 0;
    display: flex; 
    justify-content: space-between;
    list-style: none;
    max-width: 10000%; 
    min-width: 100%;
    width: calc(180px * 2.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
    animation: 40s linear infinite; /* アニメーション設定 - 変更可 */
  }
  .photo__slide img {
    width: 180px;
    height: 180px;
    object-position: 50% 0;
    border-radius: 5px;
  }

}
/*---------------------
howto
---------------------*/
.howto{
  margin-top: -20px;
  padding: 0 0 80px 0;
  background: #291307;
  }
.howto .heading{
  margin-bottom: 40px;
  color: #fff;
}
.howto__list{
  margin-bottom: 60px;
}
.howto__list:last-child{
  margin-bottom: 0;
}
.howto__list dt {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  font-size: 2.5rem;
  color: #291307;
}
.howto__list dt span{
  width: 20%;
  margin-right: 20px;
  padding: 10px;
  display: block;
  box-sizing: border-box;
  background: #3C9B9D;
  color: #fff;
  font-size: 2.5rem;
}
.howto__list dt span:before{
  content: "STEP";
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 10px;
}
.howto__list dd {
  text-align: left;
  font-size: 2.0rem;
  color: #fff;
}
.howto__list dd:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .howto{
    padding: 0 0 40px 0;
    margin-top: -10px;
  }
  .howto .heading{
    margin-bottom: 20px;
  }
  .howto__list{
    margin-bottom: 40px;
  }
  .howto__list dt {
    font-size: 1.8rem;
  }
  .howto__list dt span{
    width: 30%;
    margin-right: 10px;
    padding: 8px;
    font-size: 1.8rem;
  }
  .howto__list dt span:before{
    font-size: 1.4rem;
    margin-right: 4px;
  }
  .howto__list dd {
    text-align: left;
    font-size: 1.6rem;
  }
  .howto__list:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 320px) {
  .howto__list dt {
    font-size: 1.5rem;
  }
  .howto__list dd {
    text-align: left;
    font-size: 1.4rem;
  }
}

/*---------------------
review
---------------------*/
.review{
  padding: 80px 0;
  background: #fff;
}
.review .heading {
  margin-bottom: 40px;
  color: #291307;
}
.review__list li{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  color: #291307;
  font-size: 1.4rem;
  text-align: left;
}
.review__list li:before{
  content: "";
  background-image: url( "img_list/review_icon--user.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}
.review__list li:last-child{
  margin-bottom: 0;
}
.review__text{
  width: 90%;
}
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ccc;
  font-size: 1.8rem;
}
.star5_rating:before, .star5_rating:after {
  content: '★★★★★';
}
.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

@media screen and (max-width: 768px) {
  .review{
    padding: 40px 0;
  }
  .review .heading {
    margin-bottom: 20px;
  }
  .review__list li{
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .review__list li:before{
    width: 10%;
  }
  .review__text{
    width: 85%;
  }  
}

/*---------------------
campaign
---------------------*/
.campaign{
  padding: 80px 0;
  background: #3C9B9D;
}
.campaign .inner{
  position: relative;
}
.campaign__heading{
  margin-bottom: 40px;
  font-size: 7.0rem;
  font-weight: bold;
  line-height: 1.2;
}
.campaign__text{
  letter-spacing: .1em;
  font-size: 3.0rem;
  font-weight: bold;
}
.campaign__text span{
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  background: #ffff00;
  color: #291307;  
}
.campaign__icon{
  width: 150px;
  height: 150px;
  position: absolute;
  top: -60px;
  right: 20px;
}
.campaign__icon--bg{
  width: 150px;
  height: 150px;
  background-image: url("img_list/campaign_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  animation:3s linear infinite rotation1;
}
.campaign__icon--text{
  display: block;
  width: 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: bold;
  color: #291307;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
@media screen and (max-width: 750px) {
  .campaign{
    padding: 40px 0;
    position: relative;
  }
  .campaign__heading{
    margin-bottom: 20px;
    font-size: 3.4rem;
  }
  .campaign__text{
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  .campaign__text span{
    margin-right: 4px;
    padding: 0 4px;
  }
  .campaign__icon{
    width: 70px;
    height: 70px;
    position: absolute;
    top: -30px;
    right: 10px;
  }
  .campaign__icon--bg{
    width: 70px;
    height: 70px;
  }
  .campaign__icon--text{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .campaign__heading{
    margin-bottom: 10px;
    font-size: 3.0rem;
  }
  .campaign__text{
    font-size: 1.4rem;
  }
  .campaign__icon{
    width: 65px;
    height: 65px;
    position: absolute;
    top: -30px;
    right: 10px;
  }
  .campaign__icon--bg{
    width: 65px;
    height: 65px;
  }
  .campaign__icon--text{
    font-size: 1.5rem;
  }
}

/*---------------------
footer
---------------------*/
.footer{
  padding: 20px 0;
}
.footer a{
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
</style>
</head>
  
<body>
  <div class="container">
    <header class="cta cta__top" id="cta">
      <div class="overlay">
      </div>
      <div class="cta__block">
        <div class="inner">
          <div class="cta__text-block font-mincho">
            <p class="cta__text--03 right" data-aos="zoom-in" data-aos-duration="1000">
              <img src="img_list/logo.png" alt="Ti Amo(ティアモ)" class="cta__logo"></p>
          </div>
          <form method="GET" action="/">
            <div class="form__block">
              <div class="selectBox">
                <select name="type">
                  <option value="101">現在ログイン中の</option>
                  <option value="102">ご近所の</option>
                </select>
              </div>
              <div class="selectBox">
                <select name="sex">
                  <option label="女性を検索" value="1" selected="selected">女性を検索</option>
                  <option label="男性を検索" value="0">男性を検索</option>
                </select>
              </div>
            </div>
            <div class="kiyaku">
              <input type="checkbox" name="agree" value="on" checked="checked">
              <b>必ず<a href="/?kiyaku&adv=9999&skip=">ご利用上の注意</a>に同意のうえご利用下さい。</b>
            </div>
            <div class="search">
              <div class="search__btn">
                <span class="search__icon normal"></span><!--normal or line で切り替え-->
                <input type="hidden" name="adv" value="9999" />
                <input type="hidden" name="skip" value="" />
                <input type="submit" value="無料でセレブを探す" class="font-mincho">
              </div>
              <p class="caution">18歳未満のご利用は固くお断りいたします</p>
            </div>
          </form>
        </div>
      </div>
      <a href="#about" class="arrow--anchor"><img src="img_list/arrow.svg" alt=""></a>
    </header>
    <!--.cta-->
    
    <section class="about font-mincho" id="about">
      <div class="inner">
        <dl class="about__block left" data-aos="fade-right" data-aos-duration="1000">
          <dt class="about__title">完全無料のLINEで登録</dt>
          <dd class="about__text">LINEがあれば今スグ始められます!専用アプリのダウンロードは不要!<br>LINEだからやり取りにもお金は必要ありません!<br>スグ出会える事がコンセプトの次世代出会い系サイトです!</dd>
        </dl>
        <dl class="about__block right" data-aos="fade-left" data-aos-duration="1000">
          <dt class="about__title">交際費は女性が全て負担</dt>
          <dd class="about__text">今の時代お金を持て余してる女性は数知れず。<br>30代・40代・50代の欲求不満な女性が多数在籍!<br>デート費用は女性が負担してくれるので、金銭的に余裕が無くても大丈夫!元気があれば何でもできます!</dd>
        </dl>
      </div>
    </section>
    <!--.about-->
    
    <section class="photo">
      <div class="photo__block">
        <div class="photo__slide">
          <ul class="loop1">
            <li><img src="img_list/photo/madam/01.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/02.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/03.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/04.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/05.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/06.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/07.jpg" alt=""></li>
          </ul>
          <ul class="loop2">
            <li><img src="img_list/photo/madam/01.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/02.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/03.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/04.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/05.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/06.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/07.jpg" alt=""></li>
          </ul>
        </div>
        <div class="photo__slide">
          <ul class="loop3">
            <li><img src="img_list/photo/madam/08.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/09.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/10.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/11.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/12.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/13.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/14.jpg" alt=""></li>
          </ul>
          <ul class="loop4">
            <li><img src="img_list/photo/madam/08.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/09.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/10.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/11.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/12.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/13.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/14.jpg" alt=""></li>
          </ul>
        </div>
        <div class="photo__slide">
          <ul class="loop1">
            <li><img src="img_list/photo/madam/15.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/16.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/17.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/18.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/19.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/20.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/21.jpg" alt=""></li>
          </ul>
          <ul class="loop2">
            <li><img src="img_list/photo/madam/15.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/16.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/17.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/18.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/19.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/20.jpg" alt=""></li>
            <li><img src="img_list/photo/madam/21.jpg" alt=""></li>
          </ul>
        </div>
      </div>
      
      <div class="photo__arrow"></div>
    </section>
    <!--.photo-->
    
    <section class="howto">
      <div class="inner">
        <h2 class="heading font-mincho" data-aos="flip-up" data-aos-duration="1000">Ti Amo<span class="fs14">(ティアモ)</span>の使い方</h2>
        <dl class="howto__list" data-aos="fade-right" data-aos-duration="1000">
          <dt class="flex font-mincho"><span>1</span>女性を選ぶ(エントリー)</dt>
          <dd>お好みの女性を選んでメッセージを送るだけ!<br>何名に送っても完全無料ですので、気になった相手はどんどん送ってエントリーしてください。</dd>
        </dl>
        <dl class="howto__list" data-aos="fade-left" data-aos-duration="1000">
          <dt class="flex font-mincho"><span>2</span>女性の返事を待つ</dt>
          <dd>「今」サイトにアクセスしている女性が優先されて表示されるので、女性からの返信率は驚異の91.6%!<br>肉欲に満ちた女性の希望を聞いてください。</dd>
        </dl>
        <dl class="howto__list" data-aos="fade-right" data-aos-duration="1000">
          <dt class="flex font-mincho"><span>3</span>セレブ女性と会う</dt>
          <dd>目的が合致すれば即決即会い!願望、欲望、肉望を剥き出しにして二人だけの世界をお楽しみください。</dd>              
        </dl>
      </div>
    </section>
    <!--.howto-->
    
    <section class="review">
      <div class="inner">
        <div class="heading font-mincho" data-aos="flip-up" data-aos-duration="1000">利用者のレビュー</div>
        <ul class="review__list">
          <li>
            <div class="review__text">
              <p>名無し</p>
              <span class="star5_rating" data-rate="4"></span>
              <p>良い出会いをつくるには「行動」、まず動くこと。これを一つでも実践してみようと怖いもの見たさで登録してみました。そうすることで次の展開が開かれると信じて。。。。覚悟を決めて行動した結果、人生が変わった瞬間が!こんな素敵なサイトはありません。人生を変えたいあなたにお勧めしたいサイトです。</p>
            </div>
          </li>
          <li>
            <div class="review__text">
              <p>名無し</p>
              <span class="star5_rating" data-rate="5"></span>
              <p>私は非モテ男子です。非モテ男子が女性に相手にしてもらう事の困難さが身に染みていたのでサイトに登録してみました。今まで女性を誘ったり口説いた際に上手くいかなかったのでこういったサイトはどうなのかと思ってましたが利用してみると、今までの考えが180度変わりました。女性も男性と一緒で身体だけの関係を求めている人が沢山いるのだとわかりました。数名の方と身体を交わしていくにつれ、非モテだった自分にも自信が出てきました。行動してよかったです。</p>
           </div>
          </li>
          <li>
            <div class="review__text">
              <p>名無し</p>
              <span class="star5_rating" data-rate="5"></span>
              <p>出会いの無い生活を変えて大人な関係を模索しているときに、ちょうどこのサイトと出会いました。私は男性ですが、このサイトは性別や年齢の垣根を超えて「性交」を求めている男女が沢山いるサイトだと私は思います。着飾らないで、純粋に性欲を満たすためだけの相手をお互い求め、毎日を楽しくしてくれる希望のサイトです。良いサイトとの出会いは、良い人生の一助。ありがとうございました。</p>
           </div>
          </li>
          <li>
            <div class="review__text">
              <p>名無し</p>
              <span class="star5_rating" data-rate="4"></span>
              <p>純粋な出会いももちろんありますが、夜の出会いを楽しみたい方へ、年代問わずおすすめです。既に彼女がいる又は既婚者であっても男を違う女性と遊んでみたい生き物。まさにその出会いができるサイトです。</p>
           </div>
          </li>
          <li>
            <div class="review__text">
              <p>名無し</p>
              <span class="star5_rating" data-rate="5"></span>
              <p>友人の勧めで利用してみました。サイトが謳っているように女性からのアプローチが多くてびっくりしました。ガツガツ来る人もいれば、女性ならではの回りくどい言い方をしてくる方など人ぞれぞれですが、どなたもストレートにお誘いしてくるので引っ込み思案の自分でも積極的にお話しできました。ただたまに結婚をチラつかせてくる人もいるのでそこだけは怖いですね。。。今では月に一回、1人の方と遊べるようにまでなりました。今後も利用していくと思います。</p>
           </div>
          </li>          
        </ul>
      </div>
    </section>
    <!--.review-->
    
    <section class="campaign">
      <div class="inner">
        <div class="campaign__icon">
          <p class="campaign__icon--bg"></p>
          <p class="campaign__icon--text">今だけ</p>
        </div>
        <h2 class="campaign__heading font-mincho">完全無料<br>キャンペーン実施中!</h2>
        <p class="campaign__text"><span>課金無し</span>で出会いをお試しいただけます。</p>
      </div>
    </section>
    <!--.campaign-->
    
    <section class="cta__block--bottom">
      <div class="cta">
        <div class="inner">
          <form method="GET" action="/">
            <div class="form__block">
              <div class="selectBox">
                <select name="type">
                  <option value="101">現在ログイン中の</option>
                  <option value="102">ご近所の</option>
                </select>
              </div>
              <div class="selectBox">
                <select name="sex">
                  <option label="女性を検索" value="1" selected="selected">女性を検索</option>
                  <option label="男性を検索" value="0">男性を検索</option>
                </select>
              </div>
            </div>
            <div class="kiyaku">
              <input type="checkbox" name="agree" value="on" checked="checked">
              <b>必ず<a href="/?kiyaku&adv=9999&adv=">ご利用上の注意</a>に同意のうえご利用下さい。</b>
            </div>
            <div class="search">
              <div class="search__btn">
                <span class="search__icon normal"></span><!--normal or line で切り替え-->
                <input type="hidden" name="adv" value="9999" />
                <input type="hidden" name="skip" value="" />
                <input type="submit" value="無料でセレブを探す" class="font-mincho">
              </div>
              <p class="caution">18歳未満のご利用は固くお断りいたします</p>
            </div>
          </form>
        </div>
      </div>
    </section>
    <!--.cta-->
    <footer class="footer">
      <p><a href="/?company&adv=9999&skip=">株式会社ゼスト 運営者表記</a> <a href="/?kiyaku&adv=9999&skip=">ご利用上の注意</a></p>
      <small>&copy;Ti Amo(ティアモ)</small>
    </footer>
  </div>
    <script>
    AOS.init();
		
		jQuery(function(){	
		// link
		$('a[href^="#"]').click(function(){
			var speed = 500;
			var href= $(this).attr("href");
			var target = $(href == "#" || href == "" ? 'html' : href);
			var position = target.offset().top;
			$("html, body").animate({ scrollTop:position }, speed, "swing");
			return false;
		});
	});
      
      var vh=window.innerHeight;
      document.getElementById('cta').style.height=vh+'px';

  objectFitImages();
      
</script>
  </body>
</html>                               

Whois info of domain

Domain Name: T14M0.COM
Registry Domain ID: 2975251317_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.tucows.com
Registrar URL: http://www.tucows.com
Updated Date: 2025-04-15T04:26:28Z
Creation Date: 2025-04-15T04:25:50Z
Registry Expiry Date: 2026-04-15T04:25:50Z
Registrar: Tucows Domains Inc.
Registrar IANA ID: 69
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.HOSTRENT.NET
Name Server: NS2.HOSTRENT.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-13T07:56:55Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass