{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block stylesheet %}
<link rel="stylesheet" href="{{ asset('assets/css/top.css') }}?{{ env('CSS_PARAM') }}">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Allura&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Allura&display=swap"></noscript>
<link rel="preload" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"></noscript>
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css"></noscript>
<style>
.t-container {
position: relative;
width:100%;
}
img{
width: 100%;
}
.t-container p.title{
font-family: 'Allura', cursive;
position: absolute;
top: 7%;
left: 5%;
font-size: 70px!important;
color:#fff;
margin:0;
}
.lead {
margin: 3% 10%;
}
.ec-shelfGrid.col_max5 {
justify-content: center;
}
ul.slide-items {
padding-left: 0;
}
.slide-items {
width: 100%;
height: 100%;
}
.slide-items li {
margin: 0 10px;
}
.slide-items img {
width: 100%;
object-fit: cover;
}
/*
.slide-items {
margin-top: 50px;
}
*/
.slide-items p {
max-width: 100%!important;
text-align: left;
}
@media only screen and (max-width: 768px) {
.slide-items .slick-list {
padding: 0 12% 0 0!important;
}
.slide-items li{
margin: 0 5px;
}
.lead {
margin: 7% 5%;
}
.lead p{
font-size: 14px;
}
.t-container p.title{
top: 10%;
left: 5%;
font-size: 50px!important;
}
}
</style>
{% endblock %}
{% block javascript %}
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script>
$(function() {
$('.more-btn').on('click', function() {
// if( $(this).children().is('.open') ) {
// $(this).html('<p class="close">閉じる</p>').addClass('close-btn');
$(this).parent().removeClass('slide-up').addClass('slide-down');
$(this).remove();
// } else {
// $(this).html('<p class="open">もっと見る</p>').removeClass('close-btn');
// $(this).parent().removeClass('slide-down').addClass('slide-up');
// }
});
});
$(".slide-items").slick(
{
infinite: true,
slidesToShow: 3,
arrows: false,
/*
centerMode: true,
centerPadding: "20px",
*/
responsive: [
{
breakpoint: 768, // 399px以下のサイズに適用
settings: {
slidesToShow: 1,
slidesToScroll: 1,
},
},
],
}
);
</script>
{% endblock javascript %}
{% block main %}
{# ヘッドプロモーション #}
<div class="t-container">
<h1>
<picture>
<source srcset="/awd/html/template/osechi/assets/img/top/main_visual_sp.webp" media="(max-width: 768px)" width="750" height="1126">
<img src="/awd/html/template/osechi/assets/img/top/main_visual.webp" alt="Supercar rental in Tokyo {{app.request.query.get('hotel')}}" width="1400" height="700">
</picture>
</h1>
<p class="title">A Wonderful Day</p>
<p class="japanise main-subtitle">- Exclusive Mobility Service for Your Finest Moments -</p>
{#
<p class="japanise">人生に最高のモーメントを</p>
#}
</div>
<div class="lead">
<p style="
border: 2px solid #C8AF75;
text-align: center;
padding: 2% ;
margin-bottom: 6%;
display: none;
">当サイトは、Club AWD 会員限定の<br class="spOnly">サービスとなります。
</p>
<p>
At A Wonderful Day, we redefine transportation as an opportunity for indulgent experiences. We provide you with more than just a ride; we offer you a luxurious journey through time, where every moment becomes a highlight.
</p>
<div class="ec-pickupRole limitedoffer">
<div class="ec-secHeading">
<h2 class="text-span updown ec-secHeading__en">
Our Service
</h2>
</div>
</div>
<div class="appearEffect outservice">
<ul class="slide-items">
<li>
<p>
<img src="/awd/html/template/osechi/assets/img/top/our1.webp" alt="">
</p>
<p>
"Timeless Wheels"
</p>
<p>
Step into a world where luxury meets mobility. Our curated collection of vehicles spans from the iconic 1950s Porsche to the classic 1960s Jaguar, the powerful 1970s Ferrari, the elegant 1980s Mercedes-Benz, and the latest supercars, convertibles, and SUVs.
</p>
</li>
<li>
<p>
<img src="/awd/html/template/osechi/assets/img/top/our2.webp" alt="">
</p>
<p>
"Sea Ventures"
</p>
<p>
Take to the waters in style with our range of pleasure boats, from the classic 34-ft Aqua Riva, perfect for exploring Tokyo's Sumida River, to the opulent 80-ft super yachts suitable for accommodation and unforgettable parties.
</p>
</li>
<li>
<p>
<img src="/awd/html/template/osechi/assets/img/top/our3.webp" alt="">
</p>
<p>
"Sky Journeys"
</p>
<p>
For a unique perspective, charter one of our spacious 6-passenger seater helicopters. Enjoy family travel in the lap of luxury, with ample seating and time in the sky to create treasured moments.
</p>
</li>
</ul>
<a class="ec-shopCollectionBtn" href="./service/" tabindex="0">read more</a>
</div>
{#
<p class="top-msg-titles"><strong>Our Service</strong></p>
<p>
A Wonderful Dayでは、「車」「船」「ヘリコプター」を、単なる移動手段(モビリティ)では無く、『豊かな瞬間(モーメント)を提供してくれる最高のパートナー』として再定義します。生涯記憶に残る特別な一日=A Wonderful Dayとなる、人生最高のハレの日を贈ります
</p>
<ul class="slide-items">
<li>
<p>
<img src="/awd/html/template/osechi/assets/img/top/our1.webp" alt="Timeless Wheels" width="318" height="212">
</p>
<p>
『Timeless Wheels』
</p>
<p>
世界の自動車史を象徴するクラシックカーから、最新のスーパーカーやSUVまで、新旧名車の数々が、時空を超えたタイムレスなドライビング体験をお届けします
</p>
</li>
<li>
<p>
<img src="/awd/html/template/osechi/assets/img/top/our2.webp" alt="Sea Ventures" width="318" height="212">
</p>
<p>
『Sea Ventures』
</p>
<p>
クラシカルボートでの東京の運河探索から、プレジャーボートでの海水浴、BBQ、スーパーヨットでの優雅なクルージングまで、家族や仲間たちとの冒険心あふれる心地よい航海の時間をサポートします<br><br>
</p>
</li>
<li>
<p>
<img src="/awd/html/template/osechi/assets/img/top/our3.webp" alt="Sky Journeys" width="318" height="212">
</p>
<p>
『Sky Journeys』
</p>
<p>
広々としたVIP専用チャーター機で、目的地まで最短かつ贅沢な空の旅。エレガントな空間から眺める東京シティービューから富士山まで、凝縮された非日常のスカイジャーニーをお楽しみください<br><br>
</p>
</li>
</ul>
<br><br>
<strong>『Timeless Wheels』</strong><br>
世界の自動車史を象徴するクラシックカーから、最新のスーパーカーやSUVまで、新旧名車の数々が、時空を超えたタイムレスなドライビング体験をお届けします<br><br>
<strong> 『Sea Ventures』</strong><br>
クラシカルボートでの東京の運河探索から、プレジャーボートでの海水浴、BBQ、スーパーヨットでの優雅なクルージングまで、家族や仲間たちとの冒険心あふれる心地よい航海の時間をサポートします<br><br>
<strong>『Sky Journeys』</strong><br>
広々としたVIP専用チャーター機で、目的地まで最短かつ贅沢な空の旅。エレガントな空間から眺める東京シティービューから富士山まで、凝縮された非日常のスカイジャーニーをお楽しみください<br><br>
</p>
#}
</div>
{% endblock %}